/* App design system. Loaded only by the signed-in app. */
:root[data-theme="dark"] {
  --bg: #0d0e11;
  --text: #eeedf3;
  --text-muted: #a5a5b2;
  --border: #ffffff0d;
  --border-strong: #ffffff18;
  --accent: #d2b9fa;
  --control: #ffffff;
  --control-text: #0e0e0e;
  --surface: #17181e;
  --positive: #a5d8c4;
  --negative: #efa98e;
  --neutral: #c5b3ee;
  --texture-opacity: .28;
  color-scheme: dark;
}
[hidden] { display: none !important; }
html { scroll-padding-top: 24px; }
body { padding-bottom: 0; }
button, a, input, select, summary { -webkit-tap-highlight-color: transparent; }
button { touch-action: manipulation; }
button:focus-visible, a:focus-visible, summary:focus-visible, select:focus-visible, input:focus-visible, [contenteditable]:focus-visible { outline: 2px solid var(--control); outline-offset: 4px; }
::selection { background: #d2b9fa55; color: #fff; }
.skip-link { position: fixed; left: 16px; top: -80px; padding: 12px; background: var(--surface); z-index: 3000; }
.skip-link:focus { top: 12px; }
.dashboard-shell { display: block; padding: calc(20px + env(safe-area-inset-top)) 16px calc(110px + env(safe-area-inset-bottom)); overflow: visible; }
.dashboard-panel--left { max-width: 1280px; }
.dashboard-panel .nav { display: flex; align-items: center; justify-content: space-between; margin: 0 0 30px; }
.wordmark { margin: 0; font-size: 12px; letter-spacing: .2em; color: var(--text); }
.nav-profile { flex-direction: row-reverse; align-items: center !important; gap: 10px; }
.nav-text { text-align: right; }
.dashboard-panel .nav-name { font-size: 14px; }
.nav-title { margin-top: 2px; font-size: 10px !important; color: var(--text-muted); }
.nav-avatar { width: 40px; height: 40px; border-radius: 14px !important; background: #ffffff05; }
.id-copy { min-width: 28px; min-height: 26px; }
.page-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.eyebrow { font-family: var(--font-mono); font-size: 10px; letter-spacing: .09em; color: var(--text-muted); text-transform: uppercase; }
h1 { font-weight: 400; }
.page-heading h1 { font-size: clamp(32px, 4vw, 46px); letter-spacing: -.05em; line-height: 1.15; margin-top: 8px; }
.live-label { display: none; font-size: 12px; color: var(--text-muted); }
.dashboard-shell .grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 16px; align-items: start; grid-auto-rows: auto; }
.dashboard-shell .card, :root[data-theme="dark"] .dashboard-shell .card {
  min-width: 0; min-height: 0; padding: 22px; border: 1px solid var(--border-strong); border-radius: 26px;
  background: linear-gradient(135deg, #ffffff03, transparent), var(--surface); box-shadow: 0 12px 36px #0000000a;
  overflow: hidden; display: flex; flex-direction: column; gap: 0; position: relative; backdrop-filter: none;
}
.dashboard-shell .grid > .card { grid-column: auto; grid-row: auto; }
.dashboard-shell .card:first-child { border: 1px solid var(--border-strong); }
.dashboard-shell .card-header { margin: 0 0 20px; display: flex; align-items: center; justify-content: space-between; gap: 12px; position: relative; z-index: 1; }
:root[data-theme="dark"] .card-title { font-family: var(--font-ui); color: var(--text); font-size: 14px; letter-spacing: -.01em; text-transform: none; font-weight: 500; }
:root[data-theme="dark"] .card-title::before { content: none; }
:root[data-theme="dark"] .card-subtitle { font-size: 10px; color: var(--text-muted); }
.card-link { color: var(--control); font-size: 12px; text-transform: none; letter-spacing: 0; min-height: 36px; padding: 4px 0 4px 10px; }
.card-link:disabled { opacity: .4; cursor: default; }
.section-description { font-size: 12px; color: var(--text-muted); margin: -8px 0 20px; line-height: 1.6; }
:root[data-theme="dark"] .dashboard-shell .card--mode { --mood-a: #655285; --mood-b: #2f465d; background: radial-gradient(ellipse at 95% 0%, var(--mood-a), transparent 65%), radial-gradient(ellipse at 0% 100%, var(--mood-b), transparent 75%), #20212b; min-height: 340px; }
:root[data-theme="dark"] .dashboard-shell .card--mode.is-positive { --mood-a: #526f67; --mood-b: #514f79; }
:root[data-theme="dark"] .dashboard-shell .card--mode.is-negative { --mood-a: #8b5246; --mood-b: #49496b; }
#boids-bg { position: absolute; inset: 0; pointer-events: none; opacity: .35; mask-image: linear-gradient(90deg, transparent, #000); }
#boids-bg canvas { display: block; width: 100% !important; height: 100% !important; }
.mood-badge { padding: 5px 10px; border: 1px solid #ffffff25; border-radius: 30px; font-size: 10px; background: #0d0e1126; text-transform: capitalize; }
.today-summary { position: relative; z-index: 1; display: block; flex: 1; padding-top: 12px; }
.sentiment-glyphs { font-size: 26px; opacity: .85; margin-bottom: 14px; }
.today-summary h2 { font-size: clamp(32px, 5.5vw, 44px); font-weight: 400; letter-spacing: -.045em; line-height: 1.08; max-width: 440px; text-wrap: balance; }
.today-summary p { font-size: 13px; line-height: 1.7; color: #e3e0e8; max-width: 360px; margin-top: 16px; }
.mood-footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 26px; z-index: 1; }
.ambient-caption { font-size: 10px; color: #ddd9e8; }
.soft-button { font-size: 11px; border-radius: 24px; padding: 12px 16px; border: 1px solid #ffffff26; background: #ffffff10; backdrop-filter: blur(14px); }
.soft-button:hover { background: #ffffff22; }
:root[data-theme="dark"] .dashboard-shell .card--quote { background: radial-gradient(ellipse at 100% 0, #66522e40, transparent 80%), #1c1b20; }
.dashboard-shell .quote-text { font-family: var(--font-ui); font-size: clamp(24px, 3vw, 34px); font-weight: 400; line-height: 1.25; letter-spacing: -.035em; white-space: normal; overflow: visible; max-height: none; text-wrap: pretty; margin: 12px 0 24px; color: #e8dfd3; }
.quote-signature { color: #b7ab9d; font-size: 11px; margin-top: auto; }
.share-status { font-size: 11px; margin-top: 8px; color: var(--text-muted); }
.share-status:empty { display: none; }
.timer-dots { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; background: #090a0d66; padding: 4px; border-radius: 14px; width: 100%; }
.timer-dot { width: auto; height: 36px; border: 0; border-radius: 10px; color: var(--text-muted); font: 11px var(--font-ui); background: transparent; }
.timer-dot.active { background: var(--control); color: var(--control-text); }
.timer-track { display: block; overflow: visible; min-height: 0; margin: 22px 0; }
.timer-slide { display: grid; grid-template-columns: 48px 1fr; align-items: center; justify-items: start; gap: 3px 12px; width: 100%; padding: 0; }
.timer-symbols { grid-row: span 2; font-size: 26px; margin: 0; color: var(--accent); }
.timer-count { font-family: var(--font-ui); font-size: 38px; line-height: 1.2; letter-spacing: -.035em; margin: 0; }
.timer-label { font-family: var(--font-ui); font-size: 12px; line-height: 1.5; text-transform: none; letter-spacing: 0; white-space: normal; overflow: visible; cursor: text; color: var(--text-muted); }
.upcoming-heading { border-top: 1px solid var(--border-strong); padding-top: 20px; margin-bottom: 6px; font-size: 11px; color: var(--text-muted); }
.dashboard-shell .timeline { max-height: none; }
.dashboard-shell .timeline-row { display: grid; grid-template-columns: 45px minmax(0,1fr) auto; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--border); }
.timeline-date { font-size: 10px; color: var(--text-muted); }
.timeline-event-name { color: var(--text); font-size: 12px; overflow-wrap: anywhere; }
.timeline-count { font-size: 11px; color: var(--accent); }
.calendar-weekdays, .calendar-days { display: grid; grid-template-columns: repeat(7,minmax(0,1fr)); gap: 5px; text-align: center; }
.calendar-weekdays { color: var(--text-muted); font-size: 10px; margin-bottom: 9px; }
.calendar-day { height: 38px; border-radius: 10px; font-size: 11px; border: 1px solid transparent; position: relative; background: #ffffff04; }
.calendar-day.is-today { border-color: #ffffff60; }
.calendar-day[aria-pressed="true"] { outline: 2px solid var(--control); outline-offset: 1px; }
.calendar-day:disabled { opacity: .25; cursor: default; }
.calendar-day.tone-positive { background: #a5d8c420; }
.calendar-day.tone-negative { background: #efa98e20; }
.calendar-day.tone-neutral { background: #c5b3ee20; }
.tone-positive { color: var(--positive); }.tone-negative { color: var(--negative); }.tone-neutral { color: var(--neutral); }
.calendar-legend { display: flex; gap: 16px; margin: 18px 0; font-size: 10px; }
.calendar-legend span::before { content: ''; display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: currentColor; margin-right: 6px; vertical-align: middle; }
.calendar-detail { font-size: 12px; line-height: 1.6; color: var(--text-muted); border-top: 1px solid var(--border-strong); padding-top: 14px; min-height: 48px; }
.calendar-detail strong { display: block; color: var(--text); font-weight: 500; }
.dashboard-shell .insight-list { max-height: none; }
.dashboard-shell .insight { cursor: text; padding: 18px 0; border-bottom: 1px solid var(--border-strong); }
.dashboard-shell .insight:first-child { padding-top: 0; }
.dashboard-shell .insight:last-child { border-bottom: 0; padding-bottom: 0; }
.insight-glyphs { color: var(--accent); }
.dashboard-shell .insight-text { font-size: 13px; line-height: 1.75; }
.insight-eta { font-size: 10px; color: var(--positive); }
.insight-orb { color: var(--text-muted); }
.dashboard-shell .card--showcase { padding: 22px !important; }
.card-header--overlay { position: static; }
.chart-controls { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; flex-wrap: wrap; }
.chart-controls label { display: flex; align-items: center; gap: 10px; color: var(--text-muted); font-size: 11px; }
.chart-controls select { max-width: 100%; background: #24242e; border: 1px solid var(--border-strong); color: var(--text); border-radius: 10px; padding: 10px 28px 10px 12px; font: 12px var(--font-ui); }
.sky-chart-layout, .chart-canvas { min-width: 0; }
.wheel-track { display: block; min-height: 0; overflow: hidden; }
.wheel-slide { display: none; padding: 0; min-height: 0; width: 100%; }
.wheel-slide.is-active { display: flex; }
.wheel-slide svg { width: 100%; height: auto; max-height: 510px; }
.sky-snapshot { padding-top: 20px; }
.sky-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 20px; margin-top: 12px; max-height: none; }
.dashboard-shell .sky-row { display: flex; flex-direction: column; gap: 3px; align-items: flex-start; padding: 9px 0; border-bottom: 1px solid var(--border); }
.sky-k { font-size: 10px; color: var(--text-muted); }.sky-v { font-size: 11px; white-space: normal; }
.wheel-fullscreen-btn { border-radius: 10px; min-width: 36px; min-height: 36px; }
.dashboard-shell .card--projects { order: 8; }
.project-main { min-height: 44px; }.project-x { min-width: 40px; min-height: 40px; }
.insight-empty { white-space: normal; font-size: 12px; line-height: 1.6; padding: 8px 0; }
.card-guide { border-top: 1px solid #ffffff16; margin-top: 20px; padding-top: 12px; position: relative; z-index: 1; }
.card-guide summary { cursor: pointer; color: var(--text-muted); font-size: 11px; min-height: 28px; padding: 5px 0; }
.card-guide p { font-size: 12px; line-height: 1.7; color: var(--text-muted); margin-top: 8px; }
.card--mode .card-guide summary, .card--mode .card-guide p { color: #d9d7e1; }
.app-nav { left: 16px; right: 16px; bottom: calc(12px + env(safe-area-inset-bottom)); top: auto; max-width: 420px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; padding: 6px; border: 1px solid #ffffff20; border-radius: 24px; background: #24242cdd; backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); box-shadow: 0 8px 40px #0007; }
.app-nav-item { min-height: 54px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 4px; border-radius: 18px; font-size: 10px; color: #a8a6b5; }
.app-nav-item svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.app-nav-item.is-active { background: var(--control); color: var(--control-text); }
.app-nav-item.is-active::before, .app-nav-item.is-active::after { content: none; }
.dashboard-panel--right { max-width: 880px; height: calc(var(--app-height, 100dvh) - 122px - env(safe-area-inset-top) - env(safe-area-inset-bottom)); }
body.view-chat .dashboard-shell { min-height: 0; padding-top: calc(16px + env(safe-area-inset-top)); padding-bottom: 106px; }
.chat-card { gap: 0; }
.chat-header { padding: 8px 0 18px; border-bottom: 1px solid var(--border-strong); }
.chat-title { font-family: var(--font-ui); font-size: 17px; letter-spacing: -.02em; }
.chat-glyph { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 14px; background: radial-gradient(at top right,#9273af,#403e50); color: #ecddfc; font-family: Astronomicon; }
.chat-btn { font-family: var(--font-ui); font-size: 11px; letter-spacing: 0; text-transform: none; border: 1px solid var(--border-strong); border-radius: 12px; padding: 9px 12px; min-height: 40px; }
.chat-messages { padding: 26px 2px; gap: 24px; scroll-behavior: smooth; }
.chat-msg, .chat-msg.user, .chat-msg.merlin { max-width: 90%; padding: 16px 18px; font-size: 14px; line-height: 1.75; border: 0; white-space: normal; overflow-wrap: anywhere; }
.chat-msg.user { align-self: flex-end; background: #393044; border: 1px solid #d2b9fa19; border-radius: 20px 20px 5px 20px; white-space: pre-wrap; }
.chat-msg.merlin { align-self: flex-start; background: #1c1d24; border: 1px solid var(--border); border-radius: 5px 20px 20px; }
.chat-msg.merlin::before { content: 'MERLIN'; display: block; color: var(--accent); letter-spacing: .12em; font: 9px var(--font-mono); margin-bottom: 10px; }
.chat-msg.merlin ul { list-style: disc; }.chat-msg.merlin ol { list-style: decimal; }
.chat-msg.merlin pre { max-width: 100%; overflow-x: auto; }
.chat-msg.merlin table { display: block; max-width: 100%; overflow-x: auto; }
.chat-msg.merlin a { color: var(--accent); text-decoration: underline; }
.chat-welcome { margin: auto 0; padding: 32px 12px; }
.chat-welcome h1 { font-size: clamp(32px,5vw,48px); max-width: 490px; line-height: 1.12; letter-spacing: -.045em; }
.chat-welcome p { font-size: 14px; line-height: 1.75; max-width: 450px; }
.chat-welcome-kicker { color: var(--accent); }
.chat-starters { display: flex; flex-wrap: wrap; gap: 8px; }
.chat-starters button { background: #23232c; border: 1px solid var(--border-strong); border-radius: 16px; padding: 12px 16px; font-size: 12px; min-height: 44px; }
.chat-footer { flex-shrink: 0; padding: 14px 16px; border: 1px solid #d2b9fa38; border-radius: 24px; background: linear-gradient(115deg,#24212c,#191c23); box-shadow: 0 0 30px #b99aff08; }
.chat-composer-label { font-family: var(--font-ui); font-size: 10px; letter-spacing: 0; text-transform: none; }
.chat-input { min-height: 46px; max-height: 140px; }
.chat-send { width: 44px; height: 44px; border-radius: 15px; background: var(--control); color: var(--control-text); }
.chat-history-row { display: flex; flex-wrap: wrap; gap: 8px; padding: 14px; margin-top: 12px; border: 1px solid var(--border-strong); border-radius: 18px; background: var(--surface); }
.chat-history-item { order: -1; flex-basis: 100%; background: transparent; transform: none !important; padding: 4px 0 10px; }
.chat-history-action { position: static; width: auto; }
.chat-history-action button { min-height: 36px; padding: 8px 14px; border-radius: 10px; background: #ffffff06; }
.profile-view, .dashboard-subview { padding: calc(28px + env(safe-area-inset-top)) 16px calc(116px + env(safe-area-inset-bottom)); background: transparent; }
.profile-view .modal-card { max-width: 920px; }
.profile-header { padding-bottom: 0; }
.profile-kicker { color: var(--accent); }
.profile-header .modal-title { font-size: clamp(36px,5vw,52px); margin-top: 14px; }
.profile-header .modal-sub { color: var(--text-muted); font-size: 14px; max-width: 520px; margin-top: 16px; }
.modal-card form:not([hidden]) { margin-top: 28px; }
.profile-birth { min-width: 0; border: 1px solid var(--border-strong); padding: 22px; border-radius: 24px; background: var(--surface); }
.profile-birth legend { padding: 0 8px; font-size: 14px; }
.profile-birth .section-description { margin: 0 0 20px; }
.field { margin-top: 18px; gap: 8px; min-width: 0; }
.field > span { color: var(--text-muted); font-size: 11px; text-transform: none; letter-spacing: 0; }
.field input, .field select { width: 100%; min-width: 0; min-height: 50px; padding: 12px 14px; background: #0e0f1466; border: 1px solid #ffffff20; border-radius: 12px; color: var(--text); font: 16px var(--font-ui); }
.field input:focus, .field select:focus { border-color: var(--accent); }
.field-row { gap: 12px; }
.loc-mode { margin: 6px 0; background: #0c0c1180; border-radius: 12px; padding: 4px; width: fit-content; border: 0; }
.loc-mode-btn { border: 0; font: 11px var(--font-ui); letter-spacing: 0; text-transform: none; padding: 10px 14px; min-height: 36px; border-radius: 9px; }
.loc-mode-btn.active { background: var(--control); color: var(--control-text); border: 0; }
.loc-hint { font-size: 11px; line-height: 1.6; }
.settings-grid { display: grid; gap: 16px; margin-top: 20px; }
.profile-section { margin: 0; padding: 22px; border: 1px solid var(--border-strong); border-radius: 24px; background: var(--surface); }
.profile-section-head { font-size: 14px; }.profile-section-head b { display: none; }
.credits-value { color: var(--accent); }.credits-gauge { height: 6px; border-radius: 20px; margin-top: 20px; background: #ffffff0c; overflow: hidden; }
.credits-gauge-fill { background: linear-gradient(90deg,#a5d8c4,#c5b3ee); border-radius: inherit; }
.profile-section-hint { font-size: 12px; line-height: 1.6; }
:root[data-theme="dark"] .btn { border-radius: 12px; min-height: 44px; padding: 12px 18px; font-family: var(--font-ui); text-transform: none; letter-spacing: 0; font-size: 12px; }
:root[data-theme="dark"] .btn--primary { background: var(--control); color: var(--control-text); }
.profile-actions { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin-top: 24px; border: 0; }
.profile-actions .btn { border: 1px solid var(--border-strong) !important; flex: 1; }
.profile-actions .btn--primary { flex-basis: 100%; }
.form-error { font-size: 13px; margin-top: 14px; }
.modal:not(.dashboard-subview) .modal-card { border-radius: 24px; background: #1b1b23; padding: 28px; border: 1px solid var(--border-strong); }
.modal .modal-title { font-size: 30px; }
.footer { display: none; }
@media (min-width: 700px) {
  .dashboard-shell .grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
  :root[data-theme="dark"] .dashboard-shell .card--mode { min-height: 370px; }
  :root[data-theme="dark"] .dashboard-shell .card--quote { min-height: 370px; align-self: stretch; }
  .dashboard-shell .grid > .card--showcase { grid-column: 1 / -1; }
  .sky-chart-layout { display: grid; grid-template-columns: minmax(0,1fr) 180px; gap: 26px; align-items: center; }
  .sky-list { grid-template-columns: 1fr; }.sky-snapshot { padding-top: 0; }
  .dashboard-shell .sky-row { flex-direction: row; justify-content: space-between; padding: 12px 0; }
  .settings-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .profile-actions .btn--primary { flex-basis: auto; margin-left: auto; }
}
@media (min-width: 1000px) {
  .dashboard-shell { padding: 38px 44px 60px 232px; }
  .dashboard-panel .nav { margin-bottom: 42px; }
  .live-label { display: block; }
  .app-nav { top: 0; left: 0; right: auto; bottom: 0; width: 188px; max-width: none; margin: 0; display: flex; flex-direction: column; gap: 8px; padding: 132px 16px 24px; border: 0; border-right: 1px solid var(--border-strong); border-radius: 0; background: #14151a; box-shadow: none; backdrop-filter: none; }
  .app-nav::before { content: 'XODIAC'; position: absolute; top: 46px; left: 28px; font: 12px var(--font-mono); letter-spacing: .2em; color: var(--text); }
  .app-nav::after { content: 'A moment of perspective.'; margin-top: auto; padding: 12px; max-width: 140px; font-size: 11px; line-height: 1.7; color: var(--text-muted); }
  .app-nav-item { flex-direction: row; justify-content: flex-start; gap: 14px; min-height: 48px; padding: 0 16px; font-size: 12px; border-radius: 14px; }
  .dashboard-panel .wordmark { color: var(--text-muted); }
  .dashboard-shell .card { padding: 26px; }
  .profile-view, .dashboard-subview { padding: 50px 44px 70px 232px; }
  body.view-chat .dashboard-shell { padding: 30px 44px 30px 232px; }
  .dashboard-panel--right { height: calc(100dvh - 60px); max-width: 960px; }
  .chat-messages { padding: 34px 12px; }.chat-footer { margin: 0 12px; }
  .chat-msg, .chat-msg.user, .chat-msg.merlin { max-width: 82%; }
}
@media (min-width: 1400px) {
  .dashboard-shell .grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  :root[data-theme="dark"] .dashboard-shell .card--mode { grid-column: span 2; }
  .dashboard-shell .grid > .card--about { grid-column: 3; grid-row: 2; }
  .dashboard-shell .grid > .card--showcase { grid-column: span 2; }
  .dashboard-shell .grid > .card--projects { grid-column: 3; grid-row: 3; }
}
@media (max-width: 370px) { .dashboard-shell .card { padding: 18px; }.mood-footer { align-items: flex-start; flex-direction: column; }.field-row { flex-direction: column; }.chat-btn { padding: 8px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; } }

.card--clock .timer-symbols { font-size: 26px; white-space: normal; flex-wrap: wrap; gap: 4px; }
.card--clock .timer-count { font-size: 38px; }
.timer-slide { cursor: text; }
.timer-label { text-align: left; }
.card-header--overlay { inset: auto; }
@media (max-width: 370px) { .field-row { grid-template-columns: 1fr; } }

/* View transitions must not move the document beyond the viewport. */
.view-enter-forward, .view-enter-backward { animation: appViewEnter .2s ease-out; }
@keyframes appViewEnter { from { opacity: 0; } to { opacity: 1; } }
@media (prefers-reduced-motion: reduce) { .view-enter-forward, .view-enter-backward { animation: none; } }
.timeline-date { white-space: normal; }
.card-title { white-space: normal; }
.project-list .insight-empty { border: 0; }
.wheel-track { touch-action: auto; }

.form-error.is-success { color: var(--positive); }
.notif-switch { min-width: 44px; min-height: 26px; border-radius: 20px; }
.notif-switch span { top: 5px; left: 5px; width: 14px; height: 14px; }
.notif-switch--on { background: var(--control); border-color: var(--control); }
.notif-switch--on span { left: 23px; background: var(--control-text); }
.notif-select { border: 1px solid var(--border-strong); border-radius: 10px; padding: 8px 12px; min-height: 44px; background: #0e0f14; font-size: 16px; }
