/* ============================================================
   ESTATE 2027 — design system
   Zinc scuro + un accento salvia desaturato. Geist / Geist Mono.
   ============================================================ */

@font-face { font-family: 'Geist'; src: url('fonts/geist-400.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Geist'; src: url('fonts/geist-500.woff2') format('woff2'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'Geist'; src: url('fonts/geist-600.woff2') format('woff2'); font-weight: 600; font-display: swap; }
@font-face { font-family: 'Geist'; src: url('fonts/geist-700.woff2') format('woff2'); font-weight: 700; font-display: swap; }
@font-face { font-family: 'Geist Mono'; src: url('fonts/geistmono-400.woff2') format('woff2'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Geist Mono'; src: url('fonts/geistmono-600.woff2') format('woff2'); font-weight: 600; font-display: swap; }

:root {
  --bg: #0b0c0e;
  --bg-elev: #121417;
  --bg-elev2: #1a1d21;
  --line: rgba(233, 238, 244, 0.07);
  --line-strong: rgba(233, 238, 244, 0.14);
  --text: #eceef1;
  --muted: #9aa1ab;
  --faint: #80868f;
  --deco: #62676f;
  --accent: #5cbf9b;
  --accent-strong: #74d1ae;
  --accent-ink: #0a1410;
  --accent-dim: rgba(92, 191, 155, 0.13);
  --warn: #d9a05b;
  --warn-dim: rgba(217, 160, 91, 0.13);
  --danger: #d97a6c;
  --danger-dim: rgba(217, 122, 108, 0.12);
  --ease: cubic-bezier(0.32, 0.72, 0, 1);
  --nav-h: calc(64px + env(safe-area-inset-bottom, 0px));
}

* { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html { font-size: 16px; }
body {
  font-family: 'Geist', system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.45;
  min-height: 100dvh;
  overscroll-behavior-y: none;
  -webkit-font-smoothing: antialiased;
  user-select: none;
}
input, textarea { user-select: text; }
button { font: inherit; color: inherit; background: none; border: none; cursor: pointer; touch-action: manipulation; }

.num { font-family: 'Geist Mono', ui-monospace, monospace; font-variant-numeric: tabular-nums; }

#app { max-width: 480px; margin: 0 auto; padding: 0 16px calc(var(--nav-h) + 28px); }

/* ---------- Header ---------- */
.hdr { padding: calc(18px + env(safe-area-inset-top, 0px)) 2px 14px; display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; }
.hdr .eyebrow { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--faint); font-weight: 500; margin-bottom: 6px; }
.hdr h1 { font-size: 24px; font-weight: 600; letter-spacing: -0.02em; line-height: 1.1; }
.hdr .ctx { text-align: right; flex-shrink: 0; }
.chip {
  display: inline-flex; align-items: center; gap: 6px;
  border: 1px solid var(--line-strong); border-radius: 999px;
  padding: 5px 11px; font-size: 11px; font-weight: 500; color: var(--muted);
  letter-spacing: 0.02em; white-space: nowrap;
}
.chip .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--accent); }

/* ---------- Viste ---------- */
.view { display: none; }
.view.on { display: block; animation: viewIn 0.32s var(--ease); }
@keyframes viewIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

.sect { margin-top: 22px; }
.sect-t { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--faint); font-weight: 600; margin-bottom: 10px; padding-left: 2px; }

/* ---------- Card doppio bordo (contenitore hero) ---------- */
.shell { background: rgba(233, 238, 244, 0.032); border: 1px solid var(--line); border-radius: 24px; padding: 6px; }
.core { background: var(--bg-elev); border: 1px solid var(--line); border-radius: 18px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045); overflow: hidden; }
.core-pad { padding: 16px; }

/* liste dentro le card: righe divise, non scatole */
.rows > * { border-top: 1px solid var(--line); }
.rows > *:first-child { border-top: none; }

/* ---------- Bottoni ---------- */
.btn {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%; padding: 14px 18px; border-radius: 999px;
  background: var(--accent); color: var(--accent-ink);
  font-weight: 600; font-size: 15px; letter-spacing: -0.01em;
  transition: transform 0.18s var(--ease), opacity 0.18s var(--ease), background 0.18s var(--ease);
}
.btn:active { transform: scale(0.97); }
.btn.ghost { background: var(--bg-elev2); color: var(--text); border: 1px solid var(--line-strong); }
.btn.subtle { background: none; border: 1px solid var(--line-strong); color: var(--muted); font-weight: 500; }
.btn.sm { width: auto; padding: 9px 16px; font-size: 13px; }
.btn.danger { background: var(--danger-dim); color: var(--danger); border: 1px solid transparent; }
.btn[disabled] { opacity: 0.35; pointer-events: none; }

/* ---------- Oggi: seduta ---------- */
.session-head { padding: 18px 16px 14px; }
.session-head .kind { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--accent); font-weight: 600; }
.session-head h2 { font-size: 22px; font-weight: 600; letter-spacing: -0.02em; margin-top: 4px; }
.session-head .meta { font-size: 13px; color: var(--muted); margin-top: 4px; }
.session-note { margin: 0 16px 14px; padding: 10px 12px; border-radius: 12px; background: var(--accent-dim); color: var(--accent-strong); font-size: 12.5px; line-height: 1.5; }
.session-note.warn { background: var(--warn-dim); color: var(--warn); }

.exrow { transition: background 0.2s var(--ease); }
.exrow-btn { display: flex; align-items: center; gap: 12px; width: 100%; padding: 13px 16px; text-align: left; }
.exrow .st { width: 26px; height: 26px; border-radius: 50%; border: 1.5px solid var(--line-strong); flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 600; color: var(--faint); transition: all 0.25s var(--ease); }
.exrow.done .st { background: var(--accent); border-color: var(--accent); color: var(--accent-ink); }
.exrow.part .st { border-color: var(--accent); color: var(--accent); }
.exrow .exname { font-size: 15px; font-weight: 500; letter-spacing: -0.01em; }
.exrow .extgt { font-size: 12px; color: var(--muted); margin-top: 1px; }
.exrow .exlast { margin-left: auto; text-align: right; font-size: 11.5px; color: var(--faint); flex-shrink: 0; }
.exrow .exlast .num { color: var(--muted); font-size: 12px; }

.exdetail { padding: 2px 16px 18px; animation: viewIn 0.28s var(--ease); }
.cuebox { font-size: 13px; color: var(--muted); line-height: 1.55; padding: 12px 14px; background: var(--bg); border: 1px solid var(--line); border-radius: 14px; margin-bottom: 6px; }
.cuebox .cerr { display: block; margin-top: 6px; color: var(--warn); }
.cuebox .ctag { display: block; margin-top: 6px; color: var(--faint); font-size: 12px; }

.setchips { display: flex; flex-wrap: wrap; gap: 6px; margin: 10px 0 4px; min-height: 4px; }
.setchip { display: inline-flex; align-items: center; gap: 4px; min-height: 38px; padding: 6px 13px; border-radius: 999px; background: var(--bg-elev2); border: 1px solid var(--line); font-size: 12.5px; animation: chipIn 0.3s var(--ease); transition: transform 0.15s var(--ease); }
.setchip:active { transform: scale(0.94); }
.setchip .x { color: var(--faint); font-size: 10px; }
@keyframes chipIn { from { opacity: 0; transform: scale(0.85); } to { opacity: 1; transform: none; } }

.steppers { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 10px 0 12px; }
.stepper { background: var(--bg); border: 1px solid var(--line-strong); border-radius: 16px; padding: 8px; display: grid; grid-template-columns: 44px 1fr 44px; align-items: center; }
.stepper .sbtn { height: 44px; border-radius: 12px; font-size: 22px; font-weight: 400; color: var(--muted); display: flex; align-items: center; justify-content: center; transition: transform 0.15s var(--ease), background 0.15s var(--ease); }
.stepper .sbtn:active { transform: scale(0.9); background: var(--bg-elev2); }
.stepper .sval { text-align: center; }
.stepper .sval input { width: 100%; text-align: center; background: none; border: none; color: var(--text); font-family: 'Geist Mono', monospace; font-size: 21px; font-weight: 600; outline: none; }
.stepper .slab { display: block; text-align: center; font-size: 9.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--faint); margin-top: 1px; }

/* ---------- Timer riposo (sheet) ---------- */
.sheet {
  position: fixed; left: 0; right: 0; bottom: calc(var(--nav-h) + 8px); z-index: 40;
  transform: translateY(calc(100% + var(--nav-h) + 20px)); transition: transform 0.38s var(--ease);
  padding: 0 10px;
  pointer-events: none;
}
.sheet.on { transform: none; pointer-events: auto; }
.sheet-in {
  max-width: 460px; margin: 0 auto; background: rgba(20, 23, 26, 0.92);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--line-strong); border-radius: 24px;
  box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  padding: 16px 18px; display: flex; align-items: center; gap: 16px;
}
.ring { position: relative; width: 74px; height: 74px; flex-shrink: 0; }
.ring svg { transform: rotate(-90deg); }
.ring .rtxt { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 17px; font-weight: 600; }
.sheet-info { flex: 1; min-width: 0; }
.sheet-info .t { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--faint); font-weight: 600; }
.sheet-info .d { font-size: 14px; font-weight: 500; margin-top: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sheet-acts { display: flex; gap: 8px; flex-shrink: 0; }
.pill { padding: 13px 16px; border-radius: 999px; background: var(--bg-elev2); border: 1px solid var(--line-strong); font-size: 13px; font-weight: 500; color: var(--muted); transition: transform 0.15s var(--ease); }
.pill:active { transform: scale(0.94); }

/* ---------- Corsa: takeover ---------- */
.runmode { position: fixed; inset: 0; z-index: 60; background: var(--bg); display: none; flex-direction: column; padding: calc(20px + env(safe-area-inset-top, 0px)) 22px calc(22px + env(safe-area-inset-bottom, 0px)); }
.runmode.on { display: flex; animation: viewIn 0.3s var(--ease); }
.runmode .rm-top { display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-size: 13px; }
.runmode .rm-mid { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; }
.runmode .rm-phase { font-size: 13px; letter-spacing: 0.34em; text-transform: uppercase; font-weight: 600; color: var(--muted); transition: color 0.3s var(--ease); }
.runmode.running .rm-phase { color: var(--accent-strong); }
.runmode .rm-clock { font-size: 92px; font-weight: 600; letter-spacing: -0.03em; line-height: 1; }
.runmode .rm-sub { font-size: 15px; color: var(--muted); }
.runmode .rm-int { display: flex; gap: 5px; margin-top: 18px; }
.runmode .rm-int i { width: 14px; height: 4px; border-radius: 2px; background: var(--bg-elev2); border: 1px solid var(--line); }
.runmode .rm-int i.done { background: var(--accent); border-color: var(--accent); }
.runmode .rm-int i.cur { border-color: var(--accent); }
.runmode .rm-acts { display: flex; gap: 10px; }
.runmode .rm-acts .btn { flex: 1; }

/* ---------- Dieta ---------- */
.daytype { display: flex; align-items: baseline; justify-content: space-between; padding: 16px; }
.daytype .l { font-size: 17px; font-weight: 600; letter-spacing: -0.01em; }
.daytype .k { font-size: 13px; color: var(--muted); }
.meal { padding: 12px 16px; }
.meal-h { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.meal-h .t { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); font-weight: 600; }
.meal-h .kp { font-size: 11px; color: var(--faint); white-space: nowrap; }
.meal .d { font-size: 14px; margin-top: 4px; line-height: 1.5; }
.meal .alt { font-size: 12.5px; color: var(--muted); margin-top: 6px; padding-left: 10px; border-left: 2px solid var(--line-strong); line-height: 1.5; }
.meal .alt + .alt { margin-top: 4px; }
.althdr { font-size: 11px; color: var(--faint); margin-top: 8px; }

.cenagrid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.cenacard { text-align: left; background: var(--bg-elev); border: 1px solid var(--line); border-radius: 16px; padding: 12px 13px; transition: transform 0.15s var(--ease), border-color 0.2s var(--ease); }
.cenacard:active { transform: scale(0.97); }
.cenacard.sel { border-color: var(--accent); background: var(--accent-dim); }
.cenacard.last { border-style: dashed; }
.cenacard.last .n, .cenacard.last .d { opacity: 0.45; }
.cenacard .n { font-size: 13.5px; font-weight: 600; letter-spacing: -0.01em; }
.cenacard .d { font-size: 11.5px; color: var(--muted); margin-top: 3px; line-height: 1.4; }
.cenacard .tag { display: inline-block; font-size: 9.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--warn); margin-top: 5px; }

.check-item { display: flex; align-items: center; gap: 12px; width: 100%; padding: 11px 16px; text-align: left; }
.check-item .box { width: 20px; height: 20px; border-radius: 7px; border: 1.5px solid var(--line-strong); flex-shrink: 0; display: flex; align-items: center; justify-content: center; transition: all 0.2s var(--ease); }
.check-item.on .box { background: var(--accent); border-color: var(--accent); }
.check-item.on .box svg { display: block; }
.check-item .box svg { display: none; }
.check-item .t { font-size: 14px; transition: color 0.2s var(--ease), opacity 0.2s var(--ease); }
.check-item.on .t { color: var(--faint); text-decoration: line-through; }
.spesa-g { padding: 12px 0 4px; }
.spesa-g .g { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--faint); font-weight: 600; padding: 0 16px 6px; }

/* ---------- Peso ---------- */
.bignum { display: flex; align-items: baseline; gap: 8px; }
.bignum .v { font-size: 44px; font-weight: 600; letter-spacing: -0.03em; line-height: 1; }
.bignum .u { font-size: 15px; color: var(--muted); }
.statgrid { display: grid; grid-template-columns: repeat(3, 1fr); }
.statgrid > div { padding: 13px 14px; }
.statgrid > div + div { border-left: 1px solid var(--line); }
.statgrid .sl { font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--faint); font-weight: 600; }
.statgrid .sv { font-size: 17px; font-weight: 600; margin-top: 4px; }
.statgrid .sv small { font-size: 11px; color: var(--muted); font-weight: 400; }
.trend-up { color: var(--warn); }
.trend-down { color: var(--accent-strong); }

.wchart { padding: 14px 8px 6px; }
.wchart svg { display: block; width: 100%; }

.winput { display: flex; gap: 10px; align-items: stretch; padding: 14px 16px; }
.winput input { flex: 1; min-width: 0; background: var(--bg); border: 1px solid var(--line-strong); border-radius: 14px; padding: 12px 14px; color: var(--text); font-family: 'Geist Mono', monospace; font-size: 18px; font-weight: 600; outline: none; transition: border-color 0.2s var(--ease); }
.winput input:focus { border-color: var(--accent); }
.winput .btn { width: auto; padding: 0 22px; }

.alertbox { display: flex; gap: 10px; padding: 12px 14px; border-radius: 14px; font-size: 13px; line-height: 1.5; margin-top: 10px; }
.alertbox.warn { background: var(--warn-dim); color: var(--warn); }
.alertbox.danger { background: var(--danger-dim); color: var(--danger); }
.alertbox.ok { background: var(--accent-dim); color: var(--accent-strong); }

.histrow { display: flex; align-items: center; justify-content: space-between; padding: 10px 16px; font-size: 13.5px; }
.histrow .d { color: var(--muted); }
.histrow .del { color: var(--faint); font-size: 12px; padding: 14px; margin: -10px -6px -10px 0; }

/* ---------- Check ---------- */
.formrow { padding: 13px 16px; }
.formrow .fl { font-size: 12px; color: var(--muted); font-weight: 500; margin-bottom: 8px; display: flex; justify-content: space-between; align-items: baseline; }
.formrow .fl .auto { font-size: 10.5px; color: var(--faint); letter-spacing: 0.06em; text-transform: uppercase; }
.seg7 { display: grid; grid-template-columns: repeat(8, 1fr); gap: 4px; }
.seg7 button { padding: 13px 0; border-radius: 10px; background: var(--bg); border: 1px solid var(--line); font-family: 'Geist Mono', monospace; font-size: 13px; color: var(--muted); transition: all 0.15s var(--ease); }
.seg7 button.sel { background: var(--accent); border-color: var(--accent); color: var(--accent-ink); font-weight: 600; }
.formrow textarea, .formrow input[type='text'] { width: 100%; background: var(--bg); border: 1px solid var(--line-strong); border-radius: 12px; padding: 11px 13px; color: var(--text); font-size: 16px; font-family: inherit; outline: none; resize: none; }
.formrow textarea:focus, .formrow input:focus { border-color: var(--accent); }

.rowout { margin-top: 4px; padding: 14px; background: var(--bg); border: 1px solid var(--line-strong); border-radius: 14px; font-family: 'Geist Mono', monospace; font-size: 12px; line-height: 1.6; color: var(--accent-strong); word-break: break-word; }

/* ---------- Piano ---------- */
.tl { position: relative; padding-left: 22px; }
.tl::before { content: ''; position: absolute; left: 6px; top: 8px; bottom: 8px; width: 1.5px; background: var(--line-strong); }
.tl-item { position: relative; padding: 0 0 22px; }
.tl-item::before { content: ''; position: absolute; left: -21px; top: 6px; width: 11px; height: 11px; border-radius: 50%; background: var(--bg); border: 1.5px solid var(--line-strong); transition: all 0.3s var(--ease); }
.tl-item.now::before { background: var(--accent); border-color: var(--accent); box-shadow: 0 0 0 4px var(--accent-dim); }
.tl-item.past::before { background: var(--faint); border-color: var(--faint); }
.tl-item .tn { font-size: 15px; font-weight: 600; letter-spacing: -0.01em; }
.tl-item .tp { font-size: 12px; color: var(--accent); margin-top: 2px; }
.tl-item.past .tp { color: var(--faint); }
.tl-item .td { font-size: 13px; color: var(--muted); margin-top: 5px; line-height: 1.5; }
.tl-item .now-tag { display: inline-block; font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent); border: 1px solid var(--accent); border-radius: 999px; padding: 2px 8px; margin-left: 8px; vertical-align: 2px; }

.seg { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; padding: 4px; background: var(--bg); border: 1px solid var(--line); border-radius: 16px; }
.seg button { padding: 10px 6px; border-radius: 12px; font-size: 12px; font-weight: 500; color: var(--muted); transition: all 0.2s var(--ease); line-height: 1.3; }
.seg button.sel { background: var(--bg-elev2); color: var(--text); border: 1px solid var(--line-strong); }
.seg button small { display: block; font-size: 10px; color: var(--faint); }

.gaterow { display: flex; justify-content: space-between; gap: 14px; padding: 10px 16px; font-size: 12.5px; line-height: 1.45; }
.gaterow .s { color: var(--muted); }
.gaterow .a { color: var(--text); text-align: right; flex-shrink: 0; max-width: 45%; }

details.fold { border-top: 1px solid var(--line); }
details.fold summary { list-style: none; display: flex; align-items: center; justify-content: space-between; padding: 14px 16px; font-size: 14px; font-weight: 500; cursor: pointer; }
details.fold summary::-webkit-details-marker { display: none; }
details.fold summary .arr { color: var(--faint); transition: transform 0.25s var(--ease); font-size: 12px; }
details.fold[open] summary .arr { transform: rotate(180deg); }

/* ---------- Toggle ---------- */
.tgl { position: relative; width: 46px; height: 28px; border-radius: 999px; background: var(--bg-elev2); border: 1px solid var(--line-strong); transition: background 0.25s var(--ease), border-color 0.25s var(--ease); flex-shrink: 0; }
.tgl::before { content: ''; position: absolute; inset: -10px; }
.tgl::after { content: ''; position: absolute; top: 3px; left: 3px; width: 20px; height: 20px; border-radius: 50%; background: var(--muted); transition: transform 0.25s var(--ease), background 0.25s var(--ease); }
.tgl.on { background: var(--accent); border-color: var(--accent); }
.tgl.on::after { transform: translateX(18px); background: var(--accent-ink); }
.tglrow { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 13px 16px; }
.tglrow .t { font-size: 14px; font-weight: 500; }
.tglrow .d { font-size: 12px; color: var(--muted); margin-top: 2px; line-height: 1.45; }

/* ---------- Empty states ---------- */
.empty { text-align: center; padding: 34px 24px; }
.empty .ei { width: 44px; height: 44px; margin: 0 auto 12px; border-radius: 50%; background: var(--bg-elev2); border: 1px solid var(--line-strong); display: flex; align-items: center; justify-content: center; color: var(--faint); }
.empty .et { font-size: 14px; font-weight: 500; }
.empty .ed { font-size: 12.5px; color: var(--muted); margin-top: 4px; line-height: 1.5; }

/* ---------- Toast ---------- */
#toast { position: fixed; left: 50%; bottom: calc(var(--nav-h) + 16px); transform: translate(-50%, 20px); z-index: 70; background: var(--bg-elev2); border: 1px solid var(--line-strong); color: var(--text); font-size: 13px; font-weight: 500; padding: 11px 18px; border-radius: 999px; opacity: 0; transition: opacity 0.3s var(--ease), transform 0.3s var(--ease); pointer-events: none; white-space: nowrap; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5); }
#toast.on { opacity: 1; transform: translate(-50%, 0); }

/* ---------- Nav ---------- */
nav {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
  background: rgba(13, 14, 16, 0.86);
  backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px);
  border-top: 1px solid var(--line);
  padding-bottom: env(safe-area-inset-bottom, 0px);
}
.nav-in { max-width: 480px; margin: 0 auto; display: grid; grid-template-columns: repeat(5, 1fr); }
nav button { display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 10px 0 8px; color: var(--faint); transition: color 0.25s var(--ease), transform 0.15s var(--ease); }
nav button:active { transform: scale(0.92); }
nav button.on { color: var(--text); }
nav button.on svg { color: var(--accent); }
nav button span { font-size: 9.5px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600; }
nav svg { transition: color 0.25s var(--ease); }

/* piccoli schermi */
@media (max-width: 350px) {
  .runmode .rm-clock { font-size: 72px; }
  .bignum .v { font-size: 38px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001s !important; transition-duration: 0.001s !important; }
}
