.preferences-page{min-height:100vh;padding:48px 18px;background:radial-gradient(circle at top,#17233a 0,#0a101c 52%,#070b12 100%);color:#f5f7fb}.preferences-shell{max-width:920px;margin:auto}.preferences-top{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin-bottom:24px}.preferences-top h1{margin:.25rem 0;font-size:clamp(2rem,5vw,3.5rem)}.preferences-top p{color:#aeb8c9;max-width:650px}.preferences-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.preference-card{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px;border:1px solid #26344d;border-radius:18px;background:#101827}.preference-card strong{display:block;margin-bottom:5px}.preference-card small{color:#9aa7bb}.preference-card.is-future{opacity:.75}.switch{position:relative;width:52px;height:30px;flex:0 0 auto}.switch input{opacity:0;width:0;height:0}.switch span{position:absolute;inset:0;border-radius:30px;background:#39455a;cursor:pointer;transition:.2s}.switch span:before{content:"";position:absolute;width:22px;height:22px;left:4px;top:4px;border-radius:50%;background:white;transition:.2s}.switch input:checked+span{background:#2d9b68}.switch input:checked+span:before{transform:translateX(22px)}.preferences-actions{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0}.preferences-actions button,.save-preferences,.preferences-back{border:0;border-radius:12px;padding:12px 16px;font-weight:800;cursor:pointer}.preferences-actions button{background:#1b2639;color:#eaf0f8}.save-preferences{background:#e8b84a;color:#111827}.preferences-status{min-height:24px;margin:12px 0;color:#aeb8c9}.preferences-status[data-type=success]{color:#6ee7a8}.preferences-status[data-type=error]{color:#ff8d8d}.preferences-back{display:inline-block;color:#d7e0ec;text-decoration:none;background:#121b2a}@media(max-width:680px){.preferences-grid{grid-template-columns:1fr}.preferences-top{display:block}.preferences-actions button,.save-preferences{width:100%}}
