.theme-card .theme-preview{position:relative;display:block;overflow:hidden;width:100%;height:auto;aspect-ratio:2/1;margin:0;padding:0;border:0;border-radius:9px;background:#101412;box-shadow:inset 0 0 0 1px rgba(20,35,28,.08)}.theme-card .theme-preview img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .35s cubic-bezier(.16,1,.3,1),filter .35s ease}.theme-card:hover .theme-preview img,.theme-card:focus-visible .theme-preview img{transform:scale(1.025);filter:saturate(1.04) contrast(1.02)}.theme-card.selected .theme-preview{box-shadow:0 0 0 2px var(--green),0 8px 22px rgba(28,86,59,.16)}@media(max-width:600px){.theme-card .theme-preview{border-radius:8px}}

.brand-template-picker .theme-grid{grid-template-columns:1fr;padding:22px 0}
.brand-template-card{position:relative;display:grid;grid-template-columns:minmax(300px,.9fr) minmax(0,1.1fr);gap:24px;align-items:stretch;padding:18px!important;cursor:default!important;border-color:#e7cfc1!important;border-radius:24px!important;background:linear-gradient(135deg,#fff,#fff9f4 52%,#edf7f1)!important;box-shadow:0 16px 42px rgba(61,64,91,.08)!important}
.brand-template-card:hover{transform:none!important}
.brand-template-card .brand-theme-preview{display:grid;grid-template-columns:1fr 1fr;gap:8px;aspect-ratio:16/7;border-radius:18px;background:#edf6f1;box-shadow:none!important}
.brand-template-card .brand-theme-preview img{min-width:0;object-position:50% 34%}
.brand-template-card .theme-card-copy{display:flex;min-width:0;flex-direction:column;justify-content:center;padding:10px 12px}
.brand-template-card .theme-card-copy>small{color:#5d8e76;font-size:8px;font-weight:900;letter-spacing:.14em}
.brand-template-card .theme-card-copy>b{display:block;margin:9px 0 8px;color:#3D405B;font-family:"Arial Rounded MT Bold",var(--font-sans);font-size:23px}
.brand-template-card .theme-card-copy>p{max-width:620px;margin:0;color:#6B6E8A;font-size:11px;line-height:1.75}
.brand-template-card .theme-card-copy>em{margin-top:10px;color:#5d8e76;font-size:9px;font-style:normal}
.brand-template-card .theme-check{position:absolute;top:18px;right:18px;display:grid;width:28px;height:28px;place-items:center;border-radius:50%;color:#fff;background:#81B29A;font-weight:900}
.brand-token-row{display:flex;gap:7px;margin-top:18px}.brand-token-row i{width:25px;height:25px;border:3px solid #fff;border-radius:50%;background:var(--token);box-shadow:0 3px 9px rgba(61,64,91,.12)}
@media(max-width:760px){.brand-template-card{grid-template-columns:1fr}.brand-template-card .brand-theme-preview{aspect-ratio:16/9}.brand-template-card .theme-card-copy>b{font-size:19px}}
