.settings-list label{margin:0}.settings-action{width:100%;display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;padding:14px 0;border:0;border-bottom:1px solid var(--line);background:transparent;text-align:left;color:var(--ink)}.settings-action:last-of-type{border-bottom:0}.settings-action>span{width:38px;height:38px;border-radius:13px;display:grid;place-items:center;background:var(--soft)}.settings-action div{display:grid;gap:3px}.settings-action small{color:var(--muted)}.settings-action>b{font-size:20px;color:var(--muted)}.danger-action strong{color:var(--danger)}.discover-section{margin:18px 0}.section-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:12px}.section-title h3{margin:3px 0 0;font-size:21px}.creator-scroll{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(160px,42%);gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:5px}.creator-suggestion{scroll-snap-align:start;display:grid;justify-items:center;gap:5px;padding:16px 12px;border:1px solid var(--line);border-radius:20px;background:#fff;text-align:center}.creator-suggestion-avatar{width:62px;height:62px;border-radius:22px;display:grid;place-items:center;color:#fff;font-weight:900;background:linear-gradient(135deg,var(--brand),var(--pink))}.creator-1{background:linear-gradient(135deg,#111827,#6366f1)}.creator-2{background:linear-gradient(135deg,#0ea5e9,#8b5cf6)}.creator-3{background:linear-gradient(135deg,#f97316,#ec4899)}.creator-suggestion small,.creator-suggestion>span:not(.creator-suggestion-avatar){color:var(--muted);font-size:11px}.creator-suggestion button{width:100%;margin-top:6px;padding:9px;border:0;border-radius:12px;background:var(--brand);color:#fff;font-weight:850}.creator-suggestion button.following{background:var(--soft);color:var(--brand)}.trend-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.trend-grid button{min-height:112px;padding:16px;border:0;border-radius:18px;text-align:left;color:#fff;background:linear-gradient(145deg,#312e81,#6366f1 60%,#8b5cf6)}.trend-grid button:nth-child(2){background:linear-gradient(145deg,#082f49,#0ea5e9)}.trend-grid button:nth-child(3){background:linear-gradient(145deg,#7c2d12,#f97316)}.trend-grid button:nth-child(4){background:linear-gradient(145deg,#134e4a,#14b8a6)}.trend-grid b,.trend-grid span{display:block}.trend-grid span{margin-top:6px;color:rgba(255,255,255,.75);font-size:12px}.library-summary{display:flex;gap:8px;overflow:auto;margin:0 0 13px}.library-summary span{min-width:max-content;padding:8px 11px;border-radius:12px;background:var(--soft);color:var(--muted);font-size:12px}.library-summary strong{color:var(--brand)}html[data-appearance="dark"] body{background:#11131d;color:#f5f6fb}html[data-appearance="dark"] .topbar,html[data-appearance="dark"] .bottom-nav,html[data-appearance="dark"] .social-card,html[data-appearance="dark"] .saved-card,html[data-appearance="dark"] .collection-card,html[data-appearance="dark"] .creator-panel,html[data-appearance="dark"] .library-panel,html[data-appearance="dark"] .discover-panel,html[data-appearance="dark"] .profile-panel,html[data-appearance="dark"] .utility-page,html[data-appearance="dark"] .utility-card,html[data-appearance="dark"] .creator-suggestion{background:#1b1e2a;color:#f5f6fb;border-color:#303442}html[data-appearance="dark"] input,html[data-appearance="dark"] textarea,html[data-appearance="dark"] select{background:#151823;color:#f5f6fb;border-color:#303442}.reduce-motion *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}@media(max-width:760px){.creator-scroll{grid-auto-columns:58%}.trend-grid{grid-template-columns:1fr 1fr}.settings-action{grid-template-columns:38px 1fr auto}.utility-page{padding-bottom:calc(92px + env(safe-area-inset-bottom))}}