.theme-suggestion-list{display:grid;gap:8px}
    .template-gallery{display:grid;gap:12px}
    .template-category{border:1px solid #263650;border-radius:14px;background:rgba(15,23,42,.72);overflow:hidden}
    .template-category summary{display:flex;align-items:center;justify-content:space-between;gap:10px;cursor:pointer;padding:10px 12px;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#dbeafe;background:linear-gradient(180deg,rgba(30,41,59,.9),rgba(15,23,42,.92))}
    .template-category summary::-webkit-details-marker{display:none}
    .template-count{font-size:10px;font-weight:800;color:#93a7c7;background:#17284a;border:1px solid #334155;border-radius:999px;padding:3px 7px}
    .template-card-grid{display:grid;grid-template-columns:1fr;gap:10px;padding:10px}
    .template-card{width:100%;min-height:118px;border:1px solid #334155;border-radius:14px;background:#0f172a;color:#e5e7eb;cursor:pointer;overflow:hidden;padding:0;text-align:left;display:grid;grid-template-columns:92px 1fr;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease}
    .template-card:hover{transform:translateY(-1px);border-color:#60a5fa;background:#13203a;box-shadow:0 14px 30px rgba(2,6,23,.3)}
    .template-card-thumb{min-height:118px;background:linear-gradient(135deg,#1e293b,#0f172a);background-size:cover;background-position:center;position:relative}
    .template-card-thumb::after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(2,6,23,.12),rgba(2,6,23,.58))}
    .template-card-body{display:grid;gap:6px;align-content:center;padding:10px;min-width:0}
    .template-card-kicker{display:inline-flex;width:max-content;max-width:100%;padding:3px 7px;border-radius:999px;background:#17284a;border:1px solid #334155;color:#bfdbfe;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.07em}
    .template-card-title{font-size:13px;font-weight:900;color:#f8fafc;line-height:1.2}
    .template-card-note{font-size:11px;color:#94a3b8;line-height:1.35}
    .theme-suggestion-card{width:100%;border:1px solid #334155;border-radius:12px;background:#0f172a;color:#e5e7eb;padding:10px;text-align:left;cursor:pointer;display:grid;gap:8px}
    .theme-suggestion-card:hover,.theme-suggestion-card.is-active{border-color:#60a5fa;background:#13203a}
    .theme-suggestion-card.is-active{box-shadow:0 0 0 1px rgba(96,165,250,.35) inset}
    .theme-suggestion-header,.theme-suggestion-empty{border:1px dashed #334155;border-radius:12px;background:#0b1220;color:#cbd5e1;padding:10px;font-size:12px;line-height:1.35}
    .theme-suggestion-title{font-size:12px;font-weight:800;color:#f8fafc}
    .theme-swatch-row{display:flex;gap:5px;align-items:center}
    .theme-swatch{width:26px;height:18px;border-radius:6px;border:1px solid rgba(255,255,255,.22);box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}
    .theme-suggestion-note{font-size:11px;line-height:1.35;color:#94a3b8}
