/* ============================================================
   RenoTasks — tokens + components (mirrors ../design/DESIGN.md)
   Light tokens on :root, dark on [data-theme="dark"] (any ancestor)
   ============================================================ */
:root{
  --bg:#F4F1EC; --surface:#FFFFFF; --surface-2:#EAE5DC;
  --border:#CFC8BC; --border-strong:#8F887C;
  --ink:#1C1A17; --ink-2:#4F4A43; --ink-3:#6B655C;
  --accent:#E85F12; --accent-text:#A63A06; --accent-soft:#FCE6D8; --on-accent:#1C1A17;
  --success:#2B6B3A; --success-soft:#DDEBD9;
  --danger:#B42318; --danger-soft:#FBE4E1;
  --warn:#8A5A00; --warn-soft:#FBEFD2;
  --focus:#1C1A17; --scrim:rgba(28,26,23,.55);
  --inverse-bg:#1C1A17; --inverse-ink:#F4F1EC;
  --house-1:#B4432B; --house-2:#B8860B; --house-3:#3F7A4A; --house-4:#2F6F8F;
  --house-5:#6B4C9A; --house-6:#2E4A7D; --house-7:#8C5A2B; --house-8:#6B7A2A;
  --on-house:#FFFFFF;

  --font-sans:"IBM Plex Sans","Inter",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
  --font-mono:"IBM Plex Mono",ui-monospace,"SF Mono",Menlo,Consolas,monospace;

  --s-1:4px; --s-2:8px; --s-3:12px; --s-4:16px; --s-5:20px; --s-6:24px; --s-7:32px; --s-8:40px; --s-9:48px;
  --r-1:4px; --r-2:8px; --r-3:16px; --r-full:999px;
  --tap:44px; --row:56px;
  --e-1:0 1px 2px rgba(28,26,23,.08),0 0 0 1px var(--border);
  --e-2:0 4px 12px rgba(28,26,23,.14),0 0 0 1px var(--border);
  --e-3:0 -8px 32px rgba(28,26,23,.22);
  --dur-1:120ms; --dur-2:200ms; --dur-3:320ms;
  --ease-out:cubic-bezier(.2,.8,.2,1); --ease-in:cubic-bezier(.4,0,1,1);
}
[data-theme="dark"]{
  --bg:#16150F; --surface:#201E18; --surface-2:#2A2721;
  --border:#3B372F; --border-strong:#6F685C;
  --ink:#F2EEE6; --ink-2:#C9C1B4; --ink-3:#9C948A;
  --accent:#F97A2C; --accent-text:#FFA25C; --accent-soft:#3A2716; --on-accent:#16150F;
  --success:#7FC98A; --success-soft:#1F2E22;
  --danger:#F2867D; --danger-soft:#3A1F1C;
  --warn:#E4B04A; --warn-soft:#33290F;
  --focus:#F2EEE6; --scrim:rgba(0,0,0,.65);
  --inverse-bg:#F2EEE6; --inverse-ink:#16150F;
  --house-1:#E07B63; --house-2:#D9A441; --house-3:#7DBB88; --house-4:#6FB1D1;
  --house-5:#B39ADB; --house-6:#8FA9E0; --house-7:#D19A6B; --house-8:#B3C266;
  --on-house:#16150F;
  --e-1:0 0 0 1px var(--border); --e-2:0 0 0 1px var(--border),0 4px 12px rgba(0,0,0,.5);
  --e-3:0 -8px 32px rgba(0,0,0,.6);
}
@media (prefers-color-scheme: dark){
  :root:not([data-theme="light"]){
  --bg:#16150F; --surface:#201E18; --surface-2:#2A2721;
  --border:#3B372F; --border-strong:#6F685C;
  --ink:#F2EEE6; --ink-2:#C9C1B4; --ink-3:#9C948A;
  --accent:#F97A2C; --accent-text:#FFA25C; --accent-soft:#3A2716; --on-accent:#16150F;
  --success:#7FC98A; --success-soft:#1F2E22;
  --danger:#F2867D; --danger-soft:#3A1F1C;
  --warn:#E4B04A; --warn-soft:#33290F;
  --focus:#F2EEE6; --scrim:rgba(0,0,0,.65);
  --inverse-bg:#F2EEE6; --inverse-ink:#16150F;
  --house-1:#E07B63; --house-2:#D9A441; --house-3:#7DBB88; --house-4:#6FB1D1;
  --house-5:#B39ADB; --house-6:#8FA9E0; --house-7:#D19A6B; --house-8:#B3C266;
  --on-house:#16150F;
  --e-1:0 0 0 1px var(--border); --e-2:0 0 0 1px var(--border),0 4px 12px rgba(0,0,0,.5);
  --e-3:0 -8px 32px rgba(0,0,0,.6);
  }
}


/* ---------- base ---------- */
*,*::before,*::after{box-sizing:border-box}
html,body{margin:0}
button,input,select,textarea{font:inherit;color:inherit}
button{background:none;border:0;padding:0;cursor:pointer}
svg.ic{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex:none}
svg.ic.sm{width:20px;height:20px}
svg.ic.xs{width:16px;height:16px}
svg.ic.lg{width:48px;height:48px;stroke-width:1.5}
.mono{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:15px;line-height:20px;font-weight:500}
.eyebrow{font-size:12px;line-height:16px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3)}
.h1{font-size:24px;line-height:28px;font-weight:700;letter-spacing:-.015em;margin:0}
.h2{font-size:20px;line-height:26px;font-weight:600;letter-spacing:-.01em;margin:0}
.display{font-size:32px;line-height:36px;font-weight:700;letter-spacing:-.02em;margin:0}
.small{font-size:15px;line-height:20px}
.caption{font-size:13px;line-height:16px;font-weight:500}
.muted{color:var(--ink-3)}
.ink2{color:var(--ink-2)}
.danger{color:var(--danger)}
.success{color:var(--success)}
.warn{color:var(--warn)}
.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
:focus-visible{outline:3px solid var(--focus);outline-offset:2px}

/* ---------- brand mark ---------- */
.logo{width:32px;height:32px;border-radius:6px;background:var(--accent);color:var(--on-accent);display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:16px;letter-spacing:-.04em;flex:none}

/* ---------- app bar ---------- */
.appbar{height:56px;display:flex;align-items:center;gap:8px;padding:0 8px 0 16px;flex:none;position:relative}
.appbar .title{flex:1;min-width:0;font-size:24px;line-height:28px;font-weight:700;letter-spacing:-.015em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.appbar .title.sub{font-size:20px;line-height:26px;font-weight:600}
.iconbtn{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--r-2);color:var(--ink);flex:none}
.iconbtn:hover{background:var(--surface-2)}

/* ---------- status bars / banners ---------- */
.offline-bar{display:flex;align-items:center;gap:8px;min-height:32px;padding:6px 16px;background:var(--warn-soft);color:var(--warn);font-size:13px;line-height:16px;font-weight:600;flex:none}
.banner-error{display:flex;align-items:flex-start;gap:10px;padding:12px 16px;margin:0 16px 12px;background:var(--danger-soft);color:var(--danger);border-radius:var(--r-2);font-size:15px;line-height:20px}
.banner-error .btn{margin-left:auto}
.pending{display:inline-flex;align-items:center;gap:4px;color:var(--warn);font-size:13px;line-height:16px;font-weight:600}

/* ---------- buttons ---------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;min-width:44px;padding:0 16px;border-radius:var(--r-2);font-size:17px;line-height:24px;font-weight:600;text-decoration:none;border:1px solid transparent;transition:background var(--dur-1) var(--ease-out)}
.btn.primary{background:var(--accent);color:var(--on-accent);border-color:transparent}
.btn.secondary{background:transparent;color:var(--ink);border-color:var(--border-strong)}
.btn.tertiary{background:transparent;color:var(--accent-text);min-height:44px;padding:0 8px}
.btn.danger{background:transparent;color:var(--danger);border-color:var(--danger)}
.btn.block{width:100%}
.btn.sm{min-height:36px;font-size:15px;line-height:20px;padding:0 12px}
.btn[aria-disabled="true"]{opacity:.4}
.spinner{width:20px;height:20px;border-radius:50%;border:2.5px solid currentColor;border-right-color:transparent;animation:spin .8s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}

/* ---------- fields ---------- */
.field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}
.field label{font-size:15px;line-height:20px;font-weight:600}
.field .help{font-size:13px;line-height:16px;color:var(--ink-3)}
.field .err{display:flex;gap:6px;align-items:center;font-size:13px;line-height:16px;color:var(--danger);font-weight:600}
.input{display:flex;align-items:center;gap:10px;min-height:48px;padding:0 16px;border:1px solid var(--border-strong);border-radius:var(--r-2);background:var(--surface);color:var(--ink);font-size:17px;line-height:24px;width:100%}
.input.error{border-color:var(--danger);box-shadow:0 0 0 1px var(--danger)}
.input.focus{outline:3px solid var(--focus);outline-offset:2px}
.input .ph{color:var(--ink-3)}
.input.mono{font-family:var(--font-mono);font-variant-numeric:tabular-nums}
.input textarea,.input input{border:0;background:none;flex:1;min-width:0;outline:none;padding:0}
.input.mono input,.input.mono textarea{font-size:16px}   /* <16px makes iOS zoom the page on focus */
.textarea{min-height:88px;align-items:flex-start;padding:12px 16px}
.stepper{display:inline-flex;align-items:center;border:1px solid var(--border-strong);border-radius:var(--r-2);background:var(--surface);height:48px}
.stepper button{width:44px;height:100%;display:inline-flex;align-items:center;justify-content:center}
.stepper .val{min-width:44px;text-align:center;font-family:var(--font-mono);font-weight:600;font-variant-numeric:tabular-nums}
.segmented{display:flex;background:var(--surface-2);border-radius:var(--r-2);padding:3px;gap:3px}
.segmented button{flex:1;min-height:40px;border-radius:6px;font-weight:600;font-size:15px;color:var(--ink-2);display:inline-flex;align-items:center;justify-content:center;gap:6px}
.segmented button.on{background:var(--surface);color:var(--ink);box-shadow:var(--e-1)}
.switch{width:52px;height:32px;border-radius:var(--r-full);background:var(--border-strong);position:relative;flex:none;display:inline-flex;align-items:center;justify-content:flex-end;padding:0 7px}
.switch::after{content:"";position:absolute;left:3px;top:3px;width:26px;height:26px;border-radius:50%;background:#fff;transition:transform var(--dur-1) var(--ease-out)}
.switch.on{background:var(--success)}
.switch.on::after{transform:translateX(20px)}
.switch svg{width:14px;height:14px;stroke:#fff;stroke-width:3}
.switch.on svg{position:absolute;left:9px}

/* ---------- checkbox ---------- */
.check{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;flex:none}
.check .box{width:28px;height:28px;border-radius:var(--r-1);border:2px solid var(--border-strong);display:inline-flex;align-items:center;justify-content:center;background:var(--surface)}
.check.on .box{background:var(--success);border-color:var(--success)}
.check .box svg{width:20px;height:20px;stroke:#fff;stroke-width:3;display:none}
[data-theme="dark"] .check .box svg{stroke:#16150F}
.check.on .box svg{display:block}

/* ---------- lists / rows ---------- */
.card{background:var(--surface);border-radius:var(--r-2);box-shadow:var(--e-1)}
.rows{background:var(--surface);border-radius:var(--r-2);box-shadow:var(--e-1);overflow:hidden}
.rows>*+*{border-top:1px solid var(--border)}
.sec{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:20px 0 8px;min-height:24px}
.sec .eyebrow{display:flex;align-items:center;gap:6px}

.task-row{display:flex;align-items:stretch;min-height:var(--row);position:relative;background:var(--surface)}
.task-row .hbar{width:4px;flex:none;background:var(--house-c,var(--border))}
.task-row .body{flex:1;min-width:0;padding:8px 8px 8px 4px;display:flex;flex-direction:column;justify-content:center;gap:2px}
.task-row .title{font-size:17px;line-height:24px;font-weight:500;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.task-row .meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:13px;line-height:16px;color:var(--ink-2);min-width:0;max-width:100%}
.task-row .meta .mono{font-size:13px;line-height:16px}
.task-row.done{background:var(--success-soft)}
.task-row.done .title{text-decoration:line-through;color:var(--ink-3);font-weight:400}
.task-row.overdue .hbar{background:var(--house-c,var(--border))}
.overdue-tag{display:inline-flex;align-items:center;gap:4px;color:var(--danger);font-weight:700;font-size:12px;letter-spacing:.08em;text-transform:uppercase}
.overdue-tag svg{width:14px;height:14px;fill:var(--danger);stroke:var(--danger)}
.notif{width:56px;min-height:var(--tap);flex:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;color:var(--ink);border-left:1px solid var(--border);align-self:stretch}
.notif .lbl{font-size:12px;line-height:14px;font-weight:600;font-family:var(--font-mono);font-variant-numeric:tabular-nums}
.notif.off{color:var(--ink-3)}
.notif.off .lbl{font-family:var(--font-sans);letter-spacing:.04em;text-transform:uppercase;font-size:11px}
.notif.blocked{color:var(--danger)}
.notif.blocked .lbl{font-family:var(--font-sans);font-size:11px;text-transform:uppercase;letter-spacing:.04em}
.notif.disabled{opacity:.4}

.product-row{display:flex;align-items:flex-start;min-height:var(--row);background:var(--surface);padding:6px 12px 6px 0}
.product-row .body{flex:1;min-width:0;padding:6px 0;display:flex;flex-direction:column;gap:2px}
.product-row .name{font-size:17px;line-height:24px;font-weight:500}
.product-row .sub{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:13px;line-height:16px;color:var(--ink-2)}
.product-row .qty{flex:none;width:92px;text-align:right;padding:6px 0 0;font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:15px;line-height:24px;font-weight:600}
.product-row .qty small{display:block;font-size:13px;line-height:16px;font-weight:500;color:var(--ink-2)}
.product-row.bought{background:var(--surface-2)}
.product-row.bought .name{text-decoration:line-through;color:var(--ink-3);font-weight:400}
.product-row.bought .qty{color:var(--ink-3)}

.list-card{display:block;background:var(--surface);border-radius:var(--r-2);box-shadow:var(--e-1);padding:14px 16px;color:inherit;text-decoration:none;min-height:88px}
.list-card .top{display:flex;align-items:flex-start;gap:10px;justify-content:space-between}
.list-card .name{font-size:20px;line-height:26px;font-weight:600;letter-spacing:-.01em;min-width:0}
.list-card .counts{font-size:15px;line-height:20px;color:var(--ink-2);margin-top:4px}
.list-card .houses{display:flex;gap:6px;margin-top:10px;flex-wrap:wrap;align-items:center}

/* ---------- house chip / marker ---------- */
.house-chip{display:inline-flex;align-items:center;gap:8px;height:32px;padding:0 10px 0 6px;border-radius:var(--r-1);background:var(--surface-2);color:var(--ink);font-size:15px;line-height:20px;font-weight:500;white-space:nowrap;max-width:100%}
.house-chip .nm{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
/* Truncate long house names ONLY in dense rows, where the chip competes for width with other
   content. A blanket min-width:0 also lets chips collapse inside the horizontally scrolling
   filter bar, which left nothing but the colour swatch. */
.task-row .meta .house-chip,.product-row .house-chip,.list-card .house-chip,.ghead .house-chip{min-width:0}
/* Horizontal scrollers and wrapping pickers: always the natural width, never squeezed. */
.filters .house-chip,.filterbar .house-chip,.units .house-chip,.chips .house-chip{flex:none;min-width:max-content}
.house-chip .sw{width:20px;height:20px;border-radius:var(--r-1);background:var(--house-c,var(--border-strong));flex:none;display:inline-flex;align-items:center;justify-content:center;color:var(--on-house)}
.house-chip .sw svg{width:14px;height:14px;stroke-width:3}
.house-chip.sm{height:24px;font-size:13px;line-height:16px;gap:6px;padding:0 8px 0 4px}
.house-chip.sm .sw{width:14px;height:14px;border-radius:3px}
.house-chip.selected{box-shadow:0 0 0 2px var(--ink)}
.house-chip.filter{background:var(--surface);box-shadow:0 0 0 1px var(--border-strong)}
.house-chip.finished{color:var(--ink-3)}
.house-mark{display:inline-flex;align-items:center;justify-content:center;width:28px;height:20px;border-radius:var(--r-1);background:var(--house-c);color:var(--on-house);font-size:11px;line-height:1;font-weight:700;letter-spacing:.06em}
.house-dot{width:12px;height:12px;border-radius:3px;background:var(--house-c);flex:none;display:inline-block}

/* ---------- privacy badge ---------- */
.privacy{display:inline-flex;align-items:center;gap:6px;height:28px;padding:0 10px 0 8px;border-radius:var(--r-full);background:var(--surface-2);color:var(--ink-2);border:1px solid var(--border);font-size:13px;line-height:16px;font-weight:600;white-space:nowrap;flex:none}
.privacy svg{width:16px;height:16px}
.privacy.public{background:var(--accent-soft);color:var(--ink);border-color:transparent}

/* ---------- avatar ---------- */
.avatar{width:32px;height:32px;border-radius:var(--r-full);background:var(--surface-2);color:var(--ink);display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;letter-spacing:.02em;flex:none;border:1px solid var(--border)}
.avatar.me{background:var(--accent-soft)}
.avatar.md{width:40px;height:40px;font-size:15px}
.avatar.lg{width:64px;height:64px;font-size:24px}
.avatar.xs{width:24px;height:24px;font-size:11px}

/* ---------- tab bar ---------- */
.tabbar{position:absolute;left:0;right:0;bottom:0;height:84px;padding-bottom:20px;background:var(--surface);border-top:1px solid var(--border);display:flex;z-index:3}
.tabbar a{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:var(--ink-3);text-decoration:none;font-size:12px;line-height:16px;font-weight:600;position:relative;min-width:44px}
.tabbar a.active{color:var(--ink)}
.tabbar a.active::before{content:"";position:absolute;top:-1px;left:16px;right:16px;height:3px;background:var(--accent);border-radius:0 0 3px 3px}
.tabbar a.active svg{fill:none;stroke:var(--ink);stroke-width:2.75}
.tabbar .badge{position:absolute;top:8px;left:50%;margin-left:6px;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:var(--danger);color:#fff;font-size:11px;line-height:18px;font-weight:700;text-align:center}
[data-theme="dark"] .tabbar .badge{color:#16150F}

/* ---------- FAB ---------- */
.fab{position:absolute;right:16px;bottom:100px;height:56px;min-width:56px;padding:0 16px;border-radius:var(--r-2);background:var(--accent);color:var(--on-accent);display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;font-size:17px;box-shadow:var(--e-2);z-index:2}
.fab.round{padding:0;width:56px}

/* ---------- sheet + scrim ---------- */
.scrim{position:absolute;inset:0;background:var(--scrim);z-index:4}
.sheet{position:absolute;left:0;right:0;bottom:0;background:var(--surface);border-radius:var(--r-3) var(--r-3) 0 0;box-shadow:var(--e-3);z-index:5;display:flex;flex-direction:column;max-height:92%}
.sheet .grab{width:36px;height:4px;border-radius:2px;background:var(--border-strong);margin:8px auto 0}
.sheet .head{display:flex;align-items:center;gap:8px;padding:8px 8px 8px 20px}
.sheet .head .h2{flex:1}
.sheet .content{padding:4px 20px 12px;overflow:hidden}
.sheet .foot{display:flex;gap:12px;align-items:center;padding:12px 20px 32px;border-top:1px solid var(--border)}
.sheet .foot .btn.primary{flex:1}
.dialog{position:absolute;left:16px;right:16px;top:50%;transform:translateY(-50%);background:var(--surface);border-radius:var(--r-3);box-shadow:var(--e-2);z-index:5;padding:24px 20px 20px}

/* ---------- toast ---------- */
.toast{position:absolute;left:16px;right:16px;bottom:96px;background:var(--inverse-bg);color:var(--inverse-ink);border-radius:var(--r-2);padding:12px 16px;display:flex;align-items:center;gap:10px;font-size:15px;line-height:20px;z-index:6;box-shadow:var(--e-2)}
.toast .act{margin-left:auto;color:var(--accent);font-weight:700;min-height:44px;display:inline-flex;align-items:center;padding:0 8px}
[data-theme="dark"] .toast .act{color:var(--accent-text)}
.toast.error{background:var(--danger);color:#fff}
[data-theme="dark"] .toast.error{color:#16150F}

/* ---------- skeleton ---------- */
.skel{background:var(--surface-2);border-radius:var(--r-1);animation:pulse 1.2s ease-in-out infinite;display:block}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.55}}
.skel.t{height:17px;width:70%}
.skel.s{height:13px;width:45%}
.skel.sq{width:28px;height:28px}
.skel-row{display:flex;align-items:center;gap:12px;min-height:var(--row);padding:8px 16px 8px 12px;background:var(--surface)}
.skel-row .col{flex:1;display:flex;flex-direction:column;gap:8px}

/* ---------- empty ---------- */
.empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:64px 24px 24px;gap:12px;color:var(--ink)}
.empty svg.ic{color:var(--ink-3)}
.empty .h2{margin-top:8px}
.empty p{margin:0;color:var(--ink-2);max-width:280px}

/* ---------- chips / filter bar ---------- */
.filters{display:flex;gap:8px;overflow:hidden;padding:8px 0 4px;flex-wrap:nowrap}
.chip{display:inline-flex;align-items:center;gap:6px;height:36px;padding:0 12px;border-radius:var(--r-full);background:var(--surface);color:var(--ink);border:1px solid var(--border-strong);font-size:15px;font-weight:500;white-space:nowrap}
.chip.on{background:var(--ink);color:var(--bg);border-color:var(--ink)}

/* ---------- misc ---------- */
.hr{height:1px;background:var(--border);margin:16px 0}
.kv{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:56px;padding:8px 16px}
.kv .k{font-weight:500}
.kv .v{color:var(--ink-2);display:inline-flex;align-items:center;gap:6px}
.total{display:flex;justify-content:space-between;align-items:baseline;padding:12px 16px;background:var(--surface-2);border-radius:var(--r-2);font-weight:600}
.total .mono{font-size:20px;line-height:26px;font-weight:700}
.week{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}
.week .d{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 0;border-radius:var(--r-2);min-height:64px;background:var(--surface);box-shadow:var(--e-1);font-size:13px;font-weight:600;color:var(--ink-2)}
.week .d .n{font-size:17px;font-weight:700;color:var(--ink);font-family:var(--font-mono);font-variant-numeric:tabular-nums}
.week .d.today{background:var(--ink);color:var(--bg)}
.week .d.today .n{color:var(--bg)}
.week .d .dots{display:flex;gap:2px}
.week .d.sel{box-shadow:0 0 0 2px var(--accent)}

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce){
  :root{--dur-1:0ms;--dur-2:0ms;--dur-3:0ms}
  *,*::before,*::after{animation-duration:0ms!important;transition-duration:0ms!important}
}
