:root{color-scheme:light;--bg: #f7f6f3;--surface: #ffffff;--surface-2: #f2f1ee;--ink: #37352f;--ink-2: #6b6a63;--ink-3: #8b8a85;--line: #e8e7e3;--line-strong: #dcdbd5;--brass: #1f867b;--brass-2: #196b62;--brass-tint: #e6f0ee;--verm: #b0564e;--verm-tint: #f3e4e2;--on-accent: #ffffff;--shadow: 0 1px 2px #14171c0a;--shadow-lg: 0 8px 28px #14171c1a;--r-xs: 4px;--r-sm: 6px;--r-md: 8px;--r-lg: 12px;--font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-cond: var(--font);--mono: var(--font);--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--tabbar-h: 66px}:root.dark{color-scheme:dark;--bg: #191919;--surface: #1f1f1f;--surface-2: #272727;--ink: #e6e5e2;--ink-2: #b3b2ad;--ink-3: #8f8e8a;--line: #363636;--line-strong: #454545;--brass: #3fb0a2;--brass-2: #5ec6b9;--brass-tint: #1c332f;--verm: #cf7f77;--verm-tint: #33211f;--on-accent: #14171a;--shadow: 0 1px 2px #0006;--shadow-lg: 0 16px 40px #00000080}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body{margin:0;padding:0;height:100%;overscroll-behavior-y:none}body{font-family:var(--font);background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased}#app{min-height:100dvh}.display{font-family:var(--font);font-weight:700;letter-spacing:-.02em;line-height:1.1}.eyebrow{font-family:var(--font);font-weight:600;text-transform:uppercase;letter-spacing:.08em;font-size:12px;color:var(--brass)}.num{font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}input,textarea,select{font-family:inherit;font-size:16px}::selection{background:var(--brass-tint)}.rule-dot{height:0;border:none;border-top:1.5px dashed var(--line-strong);margin:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 18px;border-radius:var(--r-md);font-family:var(--font);font-weight:600;font-size:15px;background:var(--ink);color:var(--surface);transition:transform .06s ease,opacity .15s,filter .15s}.btn:active{transform:translateY(1px)}.btn:not(:disabled):hover{filter:brightness(1.05)}.btn:disabled{opacity:.45}.btn.block{width:100%}.btn.brass{background:var(--brass);color:var(--on-accent)}.btn.verm{background:var(--verm);color:#fff}.btn.ghost{background:var(--surface);color:var(--ink);box-shadow:inset 0 0 0 1px var(--line-strong)}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--shadow)}.pill{display:inline-flex;align-items:center;gap:5px;padding:4px 9px;border-radius:var(--r-sm);font-family:var(--font);font-size:12px;font-weight:500;background:var(--surface-2);color:var(--ink-2);border:1px solid var(--line)}.pill svg{width:13px;height:13px}@keyframes slideup{0%{transform:translateY(14px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes pop{0%{transform:scale(.96);opacity:0}to{transform:scale(1);opacity:1}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}.tabbar.svelte-1n51new{display:flex;flex-shrink:0;border-top:1px solid var(--line);background:var(--surface);padding-bottom:var(--safe-bottom)}.tab.svelte-1n51new{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;padding:9px 0 8px;color:var(--ink-3);font-size:11px;font-weight:500;transition:color .15s}.tab.active.svelte-1n51new{color:var(--ink)}.tab.active.svelte-1n51new svg{color:var(--brass)}.tab.svelte-1n51new svg{color:var(--ink-3);transition:color .15s}.toast.svelte-1ig2a9j{position:fixed;left:50%;bottom:calc(var(--tabbar-h) + var(--safe-bottom) + 16px);transform:translate(-50%);z-index:80;display:flex;align-items:center;gap:9px;max-width:min(90vw,440px);padding:11px 16px;border-radius:var(--r-sm);background:var(--ink);color:var(--bg);font-family:var(--mono);font-size:13px;font-weight:500;border:1.5px solid var(--ink);box-shadow:0 6px 18px #00000040;animation:slideup .2s ease}.toast.success.svelte-1ig2a9j{background:var(--brass);border-color:var(--brass-2);color:var(--on-accent)}.toast.error.svelte-1ig2a9j{background:var(--verm);border-color:var(--verm);color:#fff}.login.svelte-110obhz{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:24px;background:var(--surface)}.card.svelte-110obhz{width:100%;max-width:340px;display:flex;flex-direction:column;gap:12px;padding:26px 22px calc(22px + var(--safe-bottom));border:1px solid var(--line);border-radius:var(--r-lg);background:var(--surface);box-shadow:var(--shadow-lg)}.brand.svelte-110obhz{display:inline-flex;align-items:center;gap:7px;font-family:var(--font-cond, inherit);font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-size:13px;color:var(--brass)}h1.svelte-110obhz{font-size:30px;margin:-2px 0 0}.sub.svelte-110obhz{color:var(--ink-2);font-size:14px;margin:0 0 6px}.inp.svelte-110obhz{padding:12px 13px;border:1px solid var(--line);border-radius:var(--r-sm);background:var(--surface);color:var(--ink);font-size:16px;outline:none}.inp.svelte-110obhz:focus{border-color:var(--brass)}.err.svelte-110obhz{color:var(--verm);font-size:13px;margin:-4px 0 0}.stepper.svelte-1854c5y{display:inline-grid;grid-template-columns:44px 62px 44px;align-items:center;border:1px solid var(--line);border-radius:var(--r-sm);overflow:hidden;background:var(--surface)}.stepper.svelte-1854c5y button:where(.svelte-1854c5y){height:46px;display:grid;place-items:center;color:var(--ink);background:var(--surface-2)}.stepper.svelte-1854c5y button:where(.svelte-1854c5y):first-child{border-right:1px solid var(--line)}.stepper.svelte-1854c5y button:where(.svelte-1854c5y):last-child{border-left:1px solid var(--line)}.stepper.svelte-1854c5y button:where(.svelte-1854c5y):active{background:var(--line)}.stepper.svelte-1854c5y button:where(.svelte-1854c5y):disabled{opacity:.3}.num.svelte-1854c5y{height:46px;width:100%;text-align:center;border:none;outline:none;background:var(--surface);color:var(--ink);font-size:21px;font-weight:600}[data-tone=brass].svelte-1854c5y .num:where(.svelte-1854c5y){color:var(--brass)}[data-tone=verm].svelte-1854c5y .num:where(.svelte-1854c5y){color:var(--verm)}.scrim.svelte-t55zlq{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;background:#0a080480}.sheet.svelte-t55zlq{position:fixed;left:0;right:0;bottom:0;z-index:71;max-height:92vh;overflow-y:auto;border-bottom:none;border-radius:var(--r-lg) var(--r-lg) 0 0;padding:8px 18px calc(18px + var(--safe-bottom));display:flex;flex-direction:column;gap:14px;animation:slideup .24s cubic-bezier(.2,.8,.2,1)}.grab.svelte-t55zlq{width:38px;height:4px;border-radius:99px;background:var(--line-strong);margin:4px auto 2px}.head.svelte-t55zlq{display:flex;gap:13px}.img.svelte-t55zlq{flex:none;width:68px;height:68px;border-radius:var(--r-sm);border:1px solid var(--line);background:var(--surface-2);display:grid;place-items:center;color:var(--ink-3);overflow:hidden}.img.svelte-t55zlq img:where(.svelte-t55zlq){width:100%;height:100%;object-fit:cover}.info.svelte-t55zlq{flex:1;min-width:0}.info.svelte-t55zlq h2:where(.svelte-t55zlq){font-size:23px}.sub.svelte-t55zlq{margin:3px 0 7px;color:var(--ink-2);font-size:14px}.meta.svelte-t55zlq{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.ean.svelte-t55zlq{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:var(--ink-3);letter-spacing:.02em}.tag.svelte-t55zlq{display:inline-flex;align-items:center;gap:4px;font-family:var(--mono);font-size:11px;font-weight:600;color:var(--ink-3);border:1px solid var(--line-strong);border-radius:var(--r-xs);padding:1px 6px}.tag.src-off.svelte-t55zlq{color:var(--brass);border-color:var(--brass)}.ledger.svelte-t55zlq{display:grid;grid-template-columns:1fr auto;align-items:center;gap:4px 12px}.lbl.svelte-t55zlq{grid-column:1}.big.svelte-t55zlq{grid-column:1;grid-row:2;font-size:46px;font-weight:600;line-height:.9;color:var(--ink)}.mesure.svelte-t55zlq{grid-column:1;grid-row:3;font-size:14px;font-weight:600;color:var(--brass);margin-top:4px}.ledger.svelte-t55zlq .stepper{grid-column:2;grid-row:1 / 4;align-self:center}.actions.svelte-t55zlq{display:flex;flex-direction:column;gap:8px}.cons-row.svelte-t55zlq,.mrow.svelte-t55zlq{display:flex;flex-direction:column;gap:7px}.cons.svelte-t55zlq{display:flex;flex-wrap:wrap;gap:6px}.cons-opt.svelte-t55zlq{padding:7px 11px;border-radius:var(--r-sm);border:1px solid var(--line);background:var(--surface);color:var(--ink-2);font-family:var(--font-cond);font-weight:600;font-size:12px;letter-spacing:.04em}.cons-opt.on.svelte-t55zlq{border-color:var(--brass);background:var(--brass-tint);color:var(--brass-2)}.cons-opt.ent.svelte-t55zlq{min-width:40px;font-size:16px;line-height:1}.cons-opt.ent.on.svelte-t55zlq{border-color:var(--verm);background:var(--verm-tint);color:var(--verm)}.cons-opt.finie.svelte-t55zlq{color:var(--verm);border-style:dashed}.hint-inline.svelte-t55zlq{text-transform:none;letter-spacing:0;font-weight:500;font-size:11px;color:var(--ink-3);margin-left:6px}.mline.svelte-t55zlq{display:flex;align-items:stretch;gap:8px}.mfield.svelte-t55zlq{flex:1;display:inline-flex;align-items:center;gap:6px;border:1px solid var(--line);border-radius:var(--r-sm);background:var(--surface);padding:0 12px}.mfield.svelte-t55zlq:focus-within{border-color:var(--verm)}.mfield-in.svelte-t55zlq{flex:1;width:auto;height:44px;border:none;outline:none;background:none;font-size:16px;font-weight:600;color:var(--ink)}.mfield-unit.svelte-t55zlq{font-size:13px;font-weight:600;color:var(--ink-3)}.mbtn.svelte-t55zlq{flex:none;padding:0 14px;font-size:14px}.dlc-line.svelte-t55zlq{display:flex;align-items:center;gap:8px}.dlc-in.svelte-t55zlq{flex:1;min-width:0;height:44px;padding:0 12px;border:1px solid var(--line);border-radius:var(--r-sm);background:var(--surface);color:var(--ink);font-size:15px;font-family:var(--font)}.dlc-in.svelte-t55zlq:focus{outline:none;border-color:var(--brass)}.dlc-badge.svelte-t55zlq{flex:none;font-size:12px;font-weight:700;padding:5px 9px;border-radius:var(--r-xs);border:1px solid}.dlc-badge.ok.svelte-t55zlq{color:var(--ink-2);border-color:var(--line-strong);background:var(--surface-2)}.dlc-badge.bientot.svelte-t55zlq{color:#8a6d1f;border-color:#d8b74a;background:#faf3dd}.dlc-badge.urgent.svelte-t55zlq{color:#9a5b16;border-color:#e0913f;background:#fbebd7}.dlc-badge.perime.svelte-t55zlq{color:var(--verm);border-color:var(--verm);background:var(--verm-tint)}.dlc-clear.svelte-t55zlq{flex:none;display:grid;place-items:center;width:32px;height:32px;border-radius:var(--r-sm);color:var(--ink-3)}.dlc-clear.svelte-t55zlq:active{background:var(--surface-2)}.foot.svelte-t55zlq{display:flex;justify-content:space-between;padding-top:2px}.link.svelte-t55zlq{font-family:var(--font-cond);font-weight:600;font-size:13px;letter-spacing:.06em;color:var(--ink-2);text-decoration:underline;text-underline-offset:3px}.link.danger.svelte-t55zlq{color:var(--verm)}.scrim.svelte-57hfav{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;background:#0a080480}.sheet.svelte-57hfav{position:fixed;left:0;right:0;bottom:0;z-index:71;max-height:92dvh;overflow-y:auto;border-bottom:none;border-radius:var(--r-lg) var(--r-lg) 0 0;padding:8px 18px calc(18px + var(--safe-bottom));display:flex;flex-direction:column;gap:11px;animation:slideup .24s cubic-bezier(.2,.8,.2,1)}.grab.svelte-57hfav{width:38px;height:4px;border-radius:99px;background:var(--line-strong);margin:4px auto 2px}h2.svelte-57hfav{font-size:24px}.hint.svelte-57hfav{margin:-4px 0 4px;color:var(--ink-2);font-size:14px;line-height:1.45}.fld.svelte-57hfav{display:flex;flex-direction:column;gap:5px;font-family:var(--font-cond);font-weight:600;font-size:12px;letter-spacing:.07em;color:var(--ink-2)}.opt.svelte-57hfav{font-weight:500;color:var(--ink-3);text-transform:none;letter-spacing:0}input.svelte-57hfav{padding:12px 13px;border-radius:var(--r-sm);border:1px solid var(--line);background:var(--surface);color:var(--ink);outline:none;font-family:var(--font);font-weight:400;text-transform:none;letter-spacing:0}input.num.svelte-57hfav{font-family:var(--mono)}input.svelte-57hfav:focus{border-color:var(--brass)}input.svelte-57hfav:read-only{opacity:.6}.two.svelte-57hfav{display:grid;grid-template-columns:1fr 1fr;gap:9px}.cons.svelte-57hfav{display:flex;flex-wrap:wrap;gap:6px}.cons-opt.svelte-57hfav{padding:8px 12px;border-radius:var(--r-sm);border:1px solid var(--line);background:var(--surface);color:var(--ink-2);font-family:var(--font-cond);font-weight:600;font-size:13px;letter-spacing:.04em}.cons-opt.on.svelte-57hfav{border-color:var(--brass);background:var(--brass-tint);color:var(--brass-2)}.btn[type=submit].svelte-57hfav{margin-top:4px}.hd.svelte-1xh418k{position:sticky;top:0;z-index:20;padding:calc(var(--safe-top) + 14px) 16px 12px;background:var(--bg);border-bottom:1px solid var(--line);display:flex;flex-direction:column;gap:12px}.hd-top.svelte-1xh418k{display:flex;align-items:flex-end;justify-content:space-between}.hd-right.svelte-1xh418k{display:flex;align-items:center;gap:10px}.theme-btn.svelte-1xh418k{display:grid;place-items:center;width:34px;height:34px;border-radius:var(--r-md);border:1px solid var(--line);background:var(--surface);color:var(--ink-2)}.theme-btn.svelte-1xh418k:active{background:var(--surface-2)}h1.svelte-1xh418k{font-size:28px}.counts.svelte-1xh418k{display:flex;align-items:baseline;gap:5px;font-size:16px;font-weight:600;color:var(--ink)}.counts.svelte-1xh418k .cl:where(.svelte-1xh418k){font-size:11px;color:var(--ink-3)}.counts.svelte-1xh418k .sep:where(.svelte-1xh418k){color:var(--line-strong)}.offline.svelte-1xh418k{display:flex;align-items:center;gap:6px;font-family:var(--mono);font-size:12px;font-weight:500;color:var(--verm)}.perissable.svelte-1xh418k{display:flex;align-items:center;gap:6px;font-size:12.5px;font-weight:600;color:#9a5b16;background:#fbebd7;border:1px solid #e0913f;border-radius:var(--r-sm);padding:6px 10px}.tools.svelte-1xh418k{display:flex;gap:8px}.search.svelte-1xh418k{flex:1;display:flex;align-items:center;gap:9px;padding:10px 12px;border:1px solid var(--line);border-radius:var(--r-sm);background:var(--surface);color:var(--ink-3)}.search.svelte-1xh418k input:where(.svelte-1xh418k){flex:1;border:none;outline:none;background:none;color:var(--ink)}.clear.svelte-1xh418k{color:var(--ink-3);display:grid;place-items:center}.add.svelte-1xh418k{display:inline-flex;align-items:center;gap:6px;padding:0 14px;border:1.5px solid var(--brass);color:var(--brass);border-radius:var(--r-sm);background:var(--surface);font-family:var(--font-cond);font-weight:600;font-size:14px;letter-spacing:.05em}.add.svelte-1xh418k:active{background:var(--brass-tint)}.body.svelte-1xh418k{padding:6px 16px 24px}.scrim.svelte-1xh418k{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;background:#14171c66}.choix.svelte-1xh418k{position:fixed;left:0;right:0;bottom:0;z-index:71;border-bottom:none;border-radius:var(--r-lg) var(--r-lg) 0 0;padding:8px 18px calc(18px + var(--safe-bottom));display:flex;flex-direction:column;gap:10px;animation:slideup .24s cubic-bezier(.2,.8,.2,1);box-shadow:var(--shadow-lg)}.choix.svelte-1xh418k .grab:where(.svelte-1xh418k){width:38px;height:4px;border-radius:99px;background:var(--line-strong);margin:4px auto 2px}.choix.svelte-1xh418k h2:where(.svelte-1xh418k){font-size:22px;margin-bottom:2px}.opt.svelte-1xh418k{display:flex;align-items:center;gap:13px;width:100%;text-align:left;padding:13px 14px;border:1px solid var(--line);border-radius:var(--r-md);background:var(--surface);color:var(--ink)}.opt.svelte-1xh418k:active{background:var(--surface-2)}.opt-ic.svelte-1xh418k{flex:none;width:44px;height:44px;border-radius:var(--r-sm);display:grid;place-items:center;color:var(--brass);background:var(--brass-tint)}.opt-txt.svelte-1xh418k{flex:1;display:flex;flex-direction:column}.opt-txt.svelte-1xh418k strong:where(.svelte-1xh418k){font-size:15px;font-weight:600}.opt-txt.svelte-1xh418k small:where(.svelte-1xh418k){font-size:12px;color:var(--ink-3)}.opt.svelte-1xh418k svg:last-child{color:var(--ink-3)}.grp.svelte-1xh418k{margin-top:16px}.grp-h.svelte-1xh418k{display:flex;align-items:baseline;justify-content:space-between;padding:0 2px 6px;border-bottom:1px solid var(--line)}.grp-name.svelte-1xh418k{font-weight:600;text-transform:uppercase;letter-spacing:.05em;font-size:12px;color:var(--ink-2)}.grp-n.svelte-1xh418k{font-size:13px;color:var(--ink-3)}.list.svelte-1xh418k{list-style:none;padding:0;margin:0}.row.svelte-1xh418k{display:grid;grid-template-columns:40px 1fr auto auto;align-items:center;gap:12px;width:100%;padding:11px 2px;text-align:left;border-bottom:1px dashed var(--line)}.row.svelte-1xh418k:active{background:var(--surface-2)}.thumb.svelte-1xh418k{width:40px;height:40px;border-radius:var(--r-xs);border:1px solid var(--line);background:var(--surface);display:grid;place-items:center;color:var(--ink-3);overflow:hidden}.thumb.svelte-1xh418k img:where(.svelte-1xh418k){width:100%;height:100%;object-fit:cover}.meta.svelte-1xh418k{min-width:0;display:flex;flex-direction:column;gap:1px}.nom.svelte-1xh418k{font-weight:600;font-size:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:flex;align-items:center;gap:6px}.cons-tag.svelte-1xh418k{flex:none;font-family:var(--mono);font-size:10px;font-weight:500;letter-spacing:.03em;color:var(--brass-2);background:var(--brass-tint);border:1px solid var(--brass);border-radius:var(--r-xs);padding:0 5px}.ent-tag.svelte-1xh418k{flex:none;font-size:10px;font-weight:600;letter-spacing:.02em;color:var(--verm);background:var(--verm-tint);border:1px solid var(--verm);border-radius:var(--r-xs);padding:0 5px}.dlc-tag.svelte-1xh418k{flex:none;font-size:10px;font-weight:700;letter-spacing:.02em;border:1px solid;border-radius:var(--r-xs);padding:0 5px}.dlc-tag.bientot.svelte-1xh418k{color:#8a6d1f;border-color:#d8b74a;background:#faf3dd}.dlc-tag.urgent.svelte-1xh418k{color:#9a5b16;border-color:#e0913f;background:#fbebd7}.dlc-tag.perime.svelte-1xh418k{color:var(--verm);border-color:var(--verm);background:var(--verm-tint)}.sub.svelte-1xh418k{font-size:12px;color:var(--ink-3);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qcell.svelte-1xh418k{display:flex;flex-direction:column;align-items:flex-end;line-height:1}.qte.svelte-1xh418k{font-size:22px;font-weight:600;color:var(--brass)}.qte.mesure.svelte-1xh418k{font-size:18px}.qx.svelte-1xh418k{font-size:11px;color:var(--ink-3);margin-top:2px}.chev.svelte-1xh418k{color:var(--ink-3);display:grid;place-items:center}.empty.svelte-1xh418k{text-align:center;padding:54px 24px;display:flex;flex-direction:column;align-items:center;gap:8px}.empty-ic.svelte-1xh418k{width:72px;height:72px;border-radius:var(--r-md);border:1px solid var(--line);background:var(--surface);display:grid;place-items:center;color:var(--brass);margin-bottom:6px}.empty.svelte-1xh418k h2:where(.svelte-1xh418k){font-size:24px}.empty.svelte-1xh418k p:where(.svelte-1xh418k){color:var(--ink-2);max-width:260px;line-height:1.5;margin:0 0 10px}.empty-act.svelte-1xh418k{display:flex;gap:8px}.nores.svelte-1xh418k{text-align:center;color:var(--ink-3);padding:40px 0;font-family:var(--mono);font-size:13px}.skels.svelte-1xh418k{display:flex;flex-direction:column;gap:8px;margin-top:16px}.sk.svelte-1xh418k{height:62px;border:1px solid var(--line);border-radius:var(--r-sm);background:var(--surface-2);animation:svelte-1xh418k-pulse 1.3s infinite}@keyframes svelte-1xh418k-pulse{50%{opacity:.5}}.scan.svelte-xww969{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#191919;overflow:hidden;display:flex;flex-direction:column}.cam.svelte-xww969{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.veil.svelte-xww969{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 42% at 50% 44%,transparent 42%,rgba(0,0,0,.74) 100%)}.topbar.svelte-xww969{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:calc(var(--safe-top) + 14px) 14px 0}.rnd.svelte-xww969{width:42px;height:42px;border-radius:var(--r-sm);display:grid;place-items:center;background:#ffffff21;color:#fff;border:1px solid rgba(255,255,255,.14)}.rnd.svelte-xww969:disabled{opacity:.35}.rnd.on.svelte-xww969{background:#3fb0a2;color:#14171a}.scan-title.svelte-xww969{color:#fff;font-weight:600;font-size:15px}.frame.svelte-xww969{position:relative;z-index:2;width:min(76vw,310px);aspect-ratio:1.25;margin:auto auto 0}.c.svelte-xww969{position:absolute;width:30px;height:30px;border:3px solid #fff}.c.tl.svelte-xww969{top:0;left:0;border-right:none;border-bottom:none}.c.tr.svelte-xww969{top:0;right:0;border-left:none;border-bottom:none}.c.bl.svelte-xww969{bottom:0;left:0;border-right:none;border-top:none}.c.br.svelte-xww969{bottom:0;right:0;border-left:none;border-top:none}.frame.busy.svelte-xww969 .c:where(.svelte-xww969){border-color:#3fb0a2}.laser.svelte-xww969{position:absolute;left:6%;right:6%;top:50%;height:2px;background:#3fb0a2;animation:svelte-xww969-sweep 2.4s ease-in-out infinite}@keyframes svelte-xww969-sweep{0%,to{transform:translateY(-72px)}50%{transform:translateY(72px)}}.tip.svelte-xww969{position:relative;z-index:2;text-align:center;color:#ffffffdb;font-family:var(--mono);font-size:13px;margin:18px 24px 0}.bottom.svelte-xww969{position:relative;z-index:2;margin-top:auto;display:flex;gap:10px;justify-content:center;padding:18px 14px calc(20px + var(--safe-bottom))}.pbtn.svelte-xww969{display:inline-flex;align-items:center;gap:7px;padding:12px 18px;border-radius:var(--r-sm);font-family:var(--font-cond);font-weight:600;font-size:14px;letter-spacing:.05em;color:#fff;background:#ffffff21;border:1px solid rgba(255,255,255,.16)}.pbtn.primary.svelte-xww969{background:#fff;color:#14171a;border-color:#fff}.pbtn.svelte-xww969:active{transform:translateY(1px)}.scrim.svelte-xww969{position:fixed;top:0;right:0;bottom:0;left:0;z-index:72;background:#0009}.manual.svelte-xww969{position:fixed;left:14px;right:14px;bottom:calc(20px + var(--safe-bottom));z-index:73;padding:16px;display:flex;flex-direction:column;gap:11px;animation:slideup .2s ease}.manual.svelte-xww969 h3:where(.svelte-xww969){font-size:20px}.manual.svelte-xww969 input:where(.svelte-xww969){padding:13px;border-radius:var(--r-sm);border:1px solid var(--line);background:var(--surface);color:var(--ink);outline:none}.manual.svelte-xww969 input:where(.svelte-xww969):focus{border-color:var(--brass)}.cook.svelte-17zkvib{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:#191919;color:#e6e5e2;display:flex;flex-direction:column;padding:calc(var(--safe-top) + 14px) 20px calc(20px + var(--safe-bottom))}.top.svelte-17zkvib{display:flex;align-items:center;gap:14px}.rnd.svelte-17zkvib{flex:none;width:42px;height:42px;border-radius:var(--r-sm);display:grid;place-items:center;background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:inherit}.titles.svelte-17zkvib{flex:1;min-width:0;display:flex;flex-direction:column}.rt.svelte-17zkvib{font-size:19px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ct.svelte-17zkvib{font-size:12px;color:#97a0a7}.badge.svelte-17zkvib{flex:none;width:42px;height:42px;border-radius:var(--r-sm);display:grid;place-items:center;color:#3fb0a2;background:#3fb0a21f;border:1px solid rgba(63,176,162,.3)}.ticks.svelte-17zkvib{display:flex;gap:5px;margin:18px 0 4px}.tick.svelte-17zkvib{flex:1;height:4px;background:#ffffff1a;border-radius:2px;transition:background .25s}.tick.done.svelte-17zkvib{background:#2b6b62}.tick.on.svelte-17zkvib{background:#3fb0a2}.stage.svelte-17zkvib{flex:1;display:grid;place-items:center}.step.svelte-17zkvib{display:flex;flex-direction:column;align-items:center;gap:22px;text-align:center;animation:slideup .26s ease}.idx.svelte-17zkvib{font-size:30px;font-weight:600;color:#14171a;background:#3fb0a2;width:66px;height:66px;border-radius:var(--r-md);display:grid;place-items:center}.step.svelte-17zkvib p:where(.svelte-17zkvib){margin:0;font-size:clamp(22px,6vw,31px);line-height:1.38;font-weight:400;max-width:640px;color:#e6e5e2}.chips.svelte-17zkvib{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.chip.svelte-17zkvib{display:inline-flex;align-items:center;gap:7px;padding:10px 15px;border-radius:var(--r-sm);font-family:var(--font-cond);font-weight:600;font-size:14px;letter-spacing:.04em;color:#3fb0a2;background:#3fb0a21a;border:1.5px solid rgba(63,176,162,.45)}.chip.svelte-17zkvib:active{transform:translateY(1px)}.tbar.svelte-17zkvib{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:12px 0;padding:12px 14px;border-radius:var(--r-md);background:#191d21;border:1.5px solid rgba(63,176,162,.4);animation:slideup .2s ease}.tbar.done.svelte-17zkvib{border-color:#cf7f77;background:#cf7f7724;animation:svelte-17zkvib-pulseDone .9s ease-in-out infinite}@keyframes svelte-17zkvib-pulseDone{50%{border-color:#cf7f7780;background:#cf7f770f}}.tinfo.svelte-17zkvib{display:flex;flex-direction:column;gap:1px;min-width:0}.tlbl.svelte-17zkvib{font-family:var(--font-cond);font-weight:600;font-size:12px;letter-spacing:.06em;color:#97a0a7}.tbar.done.svelte-17zkvib .tlbl:where(.svelte-17zkvib){color:#cf7f77}.tval.svelte-17zkvib{font-size:30px;font-weight:600;color:#3fb0a2;line-height:1}.tbar.done.svelte-17zkvib .tval:where(.svelte-17zkvib){color:#cf7f77}.tctl.svelte-17zkvib{display:flex;gap:8px;flex:none}.tbtn.svelte-17zkvib{width:42px;height:42px;border-radius:var(--r-sm);display:grid;place-items:center;color:#e6e5e2;background:#ffffff14;border:1px solid rgba(255,255,255,.14)}.tbtn.svelte-17zkvib:active{transform:translateY(1px)}.nav.svelte-17zkvib{display:flex;gap:10px}.nav.svelte-17zkvib .btn:where(.svelte-17zkvib){flex:1}.nav.svelte-17zkvib .btn.ghost:where(.svelte-17zkvib){color:#e6e5e2;box-shadow:inset 0 0 0 1.5px #ffffff2e}.nav.svelte-17zkvib .btn.ghost:where(.svelte-17zkvib):disabled{opacity:.4}.scrim.svelte-gw3v82{position:fixed;top:0;right:0;bottom:0;left:0;z-index:92;background:#14171c73}.sheet.svelte-gw3v82{position:fixed;left:0;right:0;bottom:0;z-index:93;max-height:90vh;overflow-y:auto;border-bottom:none;border-radius:var(--r-lg) var(--r-lg) 0 0;padding:8px 18px calc(18px + var(--safe-bottom));display:flex;flex-direction:column;gap:12px;animation:slideup .24s cubic-bezier(.2,.8,.2,1);box-shadow:var(--shadow-lg)}.grab.svelte-gw3v82{width:38px;height:4px;border-radius:99px;background:var(--line-strong);margin:4px auto 0}.sheet-h.svelte-gw3v82{display:flex;align-items:flex-start;justify-content:space-between}.sheet-h.svelte-gw3v82 h2:where(.svelte-gw3v82){font-size:21px}.x.svelte-gw3v82{display:grid;place-items:center;width:34px;height:34px;border-radius:var(--r-md);color:var(--ink-2)}.x.svelte-gw3v82:active{background:var(--surface-2)}.hint.svelte-gw3v82{margin:0;font-size:13px;color:var(--ink-2)}.rows.svelte-gw3v82{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.row.svelte-gw3v82{display:flex;align-items:center;gap:11px;padding:9px 10px;border:1px solid var(--line);border-radius:var(--r-md);background:var(--surface);transition:opacity .12s}.row.off.svelte-gw3v82{opacity:.5}.tick.svelte-gw3v82{flex:none;width:26px;height:26px;border-radius:7px;display:grid;place-items:center;border:1.5px solid var(--line-strong);background:var(--surface);color:transparent}.tick.on.svelte-gw3v82{border-color:var(--verm);background:var(--verm);color:var(--on-accent)}.meta.svelte-gw3v82{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.nom.svelte-gw3v82{font-weight:600;font-size:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sub.svelte-gw3v82{font-size:12px;color:var(--ink-3)}.step.svelte-gw3v82{flex:none;display:inline-grid;grid-template-columns:38px 34px 38px;align-items:center;border:1px solid var(--line);border-radius:var(--r-sm);overflow:hidden;background:var(--surface)}.step.svelte-gw3v82 button:where(.svelte-gw3v82){height:40px;display:grid;place-items:center;color:var(--ink);background:var(--surface-2)}.step.svelte-gw3v82 button:where(.svelte-gw3v82):first-child{border-right:1px solid var(--line)}.step.svelte-gw3v82 button:where(.svelte-gw3v82):last-child{border-left:1px solid var(--line)}.step.svelte-gw3v82 button:where(.svelte-gw3v82):active{background:var(--line)}.step.svelte-gw3v82 button:where(.svelte-gw3v82):disabled{opacity:.3}.step.svelte-gw3v82 .val:where(.svelte-gw3v82){text-align:center;font-size:18px;font-weight:600;color:var(--verm)}.autres.svelte-gw3v82{margin:0;font-size:12px;color:var(--ink-3);line-height:1.45}.none.svelte-gw3v82{text-align:center;padding:22px 16px;display:flex;flex-direction:column;align-items:center;gap:10px}.none-ic.svelte-gw3v82{width:52px;height:52px;border-radius:var(--r-md);border:1px solid var(--line);background:var(--surface);display:grid;place-items:center;color:var(--ink-3)}.none.svelte-gw3v82 p:where(.svelte-gw3v82){color:var(--ink-2);max-width:280px;line-height:1.5;margin:0;font-size:14px}.actions.svelte-gw3v82{display:flex;gap:8px;margin-top:2px}.actions.svelte-gw3v82 .btn.ghost:where(.svelte-gw3v82){flex:none}.hd.svelte-1e7c3oh{padding:calc(var(--safe-top) + 14px) 16px 14px;display:flex;flex-direction:column;gap:12px;border-bottom:1px solid var(--line)}.title.svelte-1e7c3oh h1:where(.svelte-1e7c3oh){font-size:27px}.blk.svelte-1e7c3oh{display:flex;flex-direction:column;gap:8px}.blk-lbl.svelte-1e7c3oh{display:inline-flex;align-items:center;gap:6px;font-weight:600;text-transform:uppercase;font-size:11px;letter-spacing:.07em;color:var(--ink-3)}.blk-lbl.svelte-1e7c3oh .auto:where(.svelte-1e7c3oh){text-transform:none;letter-spacing:0;font-weight:500;font-size:11px;color:var(--brass);margin-left:2px}.avatars.svelte-1e7c3oh{display:flex;flex-wrap:wrap;align-items:flex-start;gap:10px 12px}.av.svelte-1e7c3oh{display:flex;flex-direction:column;align-items:center;gap:5px;width:46px}.av-c.svelte-1e7c3oh{position:relative;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;font-size:17px;font-weight:700;color:var(--ink-3);background:var(--surface);border:2px solid var(--line-strong);transition:all .14s}.av.on.svelte-1e7c3oh .av-c:where(.svelte-1e7c3oh){color:var(--on-accent);background:var(--brass);border-color:var(--brass)}.av.svelte-1e7c3oh:not(.on) .av-c:where(.svelte-1e7c3oh){opacity:.5}.av.svelte-1e7c3oh:active .av-c:where(.svelte-1e7c3oh){transform:scale(.94)}.av-ck.svelte-1e7c3oh{position:absolute;right:-3px;bottom:-3px;width:17px;height:17px;border-radius:50%;background:var(--brass-2);border:2px solid var(--bg);display:grid;place-items:center;color:#fff}.av-n.svelte-1e7c3oh{font-size:11px;font-weight:600;color:var(--ink-2);max-width:46px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.av.on.svelte-1e7c3oh .av-n:where(.svelte-1e7c3oh){color:var(--brass-2)}.inv.svelte-1e7c3oh{flex:none;display:flex;flex-direction:column;align-items:center;gap:5px}.inv-step.svelte-1e7c3oh{display:inline-grid;grid-template-columns:34px 26px 34px;align-items:center;height:44px;border:1px solid var(--line);border-radius:99px;background:var(--surface);overflow:hidden}.inv-step.svelte-1e7c3oh button:where(.svelte-1e7c3oh){height:100%;display:grid;place-items:center;color:var(--ink);background:var(--surface-2)}.inv-step.svelte-1e7c3oh button:where(.svelte-1e7c3oh):disabled{opacity:.3}.inv-step.svelte-1e7c3oh .num:where(.svelte-1e7c3oh){text-align:center;font-size:15px;font-weight:700;color:var(--ink)}.conv.svelte-1e7c3oh{display:inline-flex;align-items:center;gap:4px;align-self:flex-start;border:1px solid var(--line);border-radius:99px;background:var(--surface);padding:4px}.conv.svelte-1e7c3oh button:where(.svelte-1e7c3oh){width:38px;height:38px;border-radius:50%;display:grid;place-items:center;color:var(--ink);background:var(--surface-2)}.conv.svelte-1e7c3oh button:where(.svelte-1e7c3oh):disabled{opacity:.3}.conv-n.svelte-1e7c3oh{min-width:92px;text-align:center;font-size:15px;font-weight:600;color:var(--ink)}.garantie.svelte-1e7c3oh{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;font-size:12.5px;font-weight:500;color:var(--verm);background:var(--verm-tint);border:1px solid var(--verm);border-radius:var(--r-sm);padding:6px 10px}.seg.svelte-1e7c3oh{display:flex;flex-wrap:wrap;gap:6px}.seg-i.svelte-1e7c3oh{display:inline-flex;align-items:center;gap:5px;padding:7px 12px;border:1.5px solid var(--line-strong);border-radius:99px;background:var(--surface);color:var(--ink-2);font-weight:600;font-size:13px;transition:all .12s}.seg-i.on.svelte-1e7c3oh{border-color:var(--brass);background:var(--brass);color:var(--on-accent)}.seg-i.svelte-1e7c3oh:active{transform:translateY(1px)}.gen.svelte-1e7c3oh{margin-top:2px}.spin.svelte-1e7c3oh{width:16px;height:16px;border-radius:50%;border:2.5px solid rgba(255,255,255,.4);border-top-color:currentColor;animation:svelte-1e7c3oh-rot .7s linear infinite}@keyframes svelte-1e7c3oh-rot{to{transform:rotate(360deg)}}.muted.svelte-1e7c3oh{margin:0;text-align:center;color:var(--ink-3);font-size:12px}.body.svelte-1e7c3oh{padding:12px 16px 24px;display:flex;flex-direction:column;gap:10px}.err.svelte-1e7c3oh{display:flex;align-items:center;gap:8px;padding:13px;color:var(--verm);background:var(--verm-tint);border:1.5px solid var(--verm);border-radius:var(--r-sm);font-family:var(--mono);font-size:13px}.rcard.svelte-1e7c3oh{overflow:hidden}.rhead.svelte-1e7c3oh{display:flex;align-items:flex-start;gap:10px;width:100%;padding:14px;text-align:left}.rmain.svelte-1e7c3oh{flex:1;min-width:0}.rindex.svelte-1e7c3oh{font-size:12px;color:var(--brass);font-weight:600}.rmain.svelte-1e7c3oh h2:where(.svelte-1e7c3oh){font-size:21px;margin:3px 0 8px}.badges.svelte-1e7c3oh{display:flex;flex-wrap:wrap;gap:5px}.pill.ok.svelte-1e7c3oh{color:var(--brass);border-color:var(--brass)}.pill.miss.svelte-1e7c3oh{color:var(--verm);border-color:var(--verm)}.chev.svelte-1e7c3oh{flex:none;color:var(--ink-3);margin-top:20px;transition:transform .2s}.chev.open.svelte-1e7c3oh{transform:rotate(90deg)}.detail.svelte-1e7c3oh{padding:0 14px 14px}.detail.svelte-1e7c3oh h3:where(.svelte-1e7c3oh){margin:12px 0 8px}.ing-head.svelte-1e7c3oh{display:flex;align-items:baseline;justify-content:space-between}.ing-hint.svelte-1e7c3oh{font-family:var(--mono);font-size:11px;color:var(--ink-3)}.ing.svelte-1e7c3oh{list-style:none;padding:0;margin:0}.ing-row.svelte-1e7c3oh{display:flex;align-items:baseline;gap:9px;width:100%;padding:8px 0;font-size:15px;text-align:left}.ban-ic.svelte-1e7c3oh{flex:none;align-self:center;color:var(--ink-3);display:grid;place-items:center;transition:color .12s}.ing-n.svelte-1e7c3oh{color:var(--ink);transition:color .12s}.dots.svelte-1e7c3oh{flex:1;border-bottom:1.5px dotted var(--line-strong);transform:translateY(-3px)}.ing-q.svelte-1e7c3oh{color:var(--ink-2);font-size:14px;white-space:nowrap}.ing-row.picked.svelte-1e7c3oh .ban-ic:where(.svelte-1e7c3oh){color:var(--verm)}.ing-row.picked.svelte-1e7c3oh .ing-n:where(.svelte-1e7c3oh){color:var(--verm);font-weight:600}.ing-row.banni.svelte-1e7c3oh{opacity:.55}.ing-row.banni.svelte-1e7c3oh .ing-n:where(.svelte-1e7c3oh){text-decoration:line-through}.ing-row.banni.svelte-1e7c3oh .ban-ic:where(.svelte-1e7c3oh){color:var(--brass)}.bannis.svelte-1e7c3oh{display:flex;flex-wrap:wrap;align-items:center;gap:6px;padding-top:2px}.bannis-lbl.svelte-1e7c3oh{font-weight:600;font-size:12px;color:var(--ink-3)}.ban-chip.svelte-1e7c3oh{display:inline-flex;align-items:center;gap:4px;padding:4px 6px 4px 10px;border-radius:99px;font-size:12.5px;font-weight:500;color:var(--ink-2);background:var(--surface-2);border:1px solid var(--line-strong)}.ban-chip.svelte-1e7c3oh svg{color:var(--ink-3)}.ban-chip.svelte-1e7c3oh:active{transform:translateY(1px)}.regen.svelte-1e7c3oh{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 10px 10px 14px;border:1.5px solid var(--brass);background:var(--brass-tint);border-radius:var(--r-md)}.regen.svelte-1e7c3oh span:where(.svelte-1e7c3oh){font-family:var(--mono);font-size:13px;color:var(--brass-2)}.regen.svelte-1e7c3oh .btn:where(.svelte-1e7c3oh){padding:10px 14px;font-size:14px}.selbar.svelte-1e7c3oh{position:fixed;left:12px;right:12px;bottom:calc(var(--tabbar-h) + var(--safe-bottom) + 12px);z-index:60;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 10px 10px 16px;border-radius:var(--r-md);background:var(--surface);border:1.5px solid var(--verm);box-shadow:var(--shadow-lg);animation:slideup .2s ease}.selcancel.svelte-1e7c3oh{font-family:var(--font-cond);font-weight:600;font-size:14px;letter-spacing:.05em;color:var(--ink-2)}.selcount.svelte-1e7c3oh{font-size:13px;color:var(--ink);font-weight:600}.selbar.svelte-1e7c3oh .btn:where(.svelte-1e7c3oh){padding:11px 16px}.hors.svelte-1e7c3oh{font-family:var(--mono);font-size:12px;color:var(--verm);background:var(--verm-tint);border:1px solid var(--verm);padding:9px 11px;border-radius:var(--r-sm);margin:8px 0 0}.steps.svelte-1e7c3oh{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:9px}.steps.svelte-1e7c3oh li:where(.svelte-1e7c3oh){font-size:15px;line-height:1.5;padding-left:3px}.steps.svelte-1e7c3oh li:where(.svelte-1e7c3oh)::marker{color:var(--brass);font-family:var(--mono);font-weight:600}.ractions.svelte-1e7c3oh{display:flex;gap:8px;margin-top:14px}.ractions.svelte-1e7c3oh .cookbtn:where(.svelte-1e7c3oh){margin-top:0;flex:1}.ractions.svelte-1e7c3oh .cooked:where(.svelte-1e7c3oh){flex:none}.placeholder.svelte-1e7c3oh{text-align:center;padding:44px 24px;display:flex;flex-direction:column;align-items:center;gap:12px}.ph-ic.svelte-1e7c3oh{width:68px;height:68px;border-radius:var(--r-md);border:1px solid var(--line);background:var(--surface);display:grid;place-items:center;color:var(--brass)}.placeholder.svelte-1e7c3oh p:where(.svelte-1e7c3oh){color:var(--ink-2);line-height:1.55;margin:0;max-width:260px}.skels.svelte-1e7c3oh{display:flex;flex-direction:column;gap:10px}.sk.svelte-1e7c3oh{height:84px;border:1px solid var(--line);border-radius:var(--r-md);background:var(--surface-2);animation:svelte-1e7c3oh-pulse 1.3s infinite}@keyframes svelte-1e7c3oh-pulse{50%{opacity:.5}}.scrim.svelte-tdtu8x{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;background:#14171c66}.sheet.svelte-tdtu8x{position:fixed;left:0;right:0;bottom:0;z-index:81;max-height:92vh;overflow-y:auto;border-bottom:none;border-radius:var(--r-lg) var(--r-lg) 0 0;padding:8px 18px calc(18px + var(--safe-bottom));display:flex;flex-direction:column;gap:14px;animation:slideup .24s cubic-bezier(.2,.8,.2,1);box-shadow:var(--shadow-lg)}.grab.svelte-tdtu8x{width:38px;height:4px;border-radius:99px;background:var(--line-strong);margin:4px auto 0}.sheet-h.svelte-tdtu8x{display:flex;align-items:center;justify-content:space-between}.sheet-h.svelte-tdtu8x h2:where(.svelte-tdtu8x){font-size:20px;text-transform:capitalize}.x.svelte-tdtu8x{display:grid;place-items:center;width:34px;height:34px;border-radius:var(--r-md);color:var(--ink-2)}.notice.svelte-tdtu8x{display:flex;align-items:flex-start;gap:7px;font-size:13px;line-height:1.45;color:var(--brass-2);background:var(--brass-tint);border:1px solid var(--brass);border-radius:var(--r-sm);padding:9px 11px;margin:0}.lbl.svelte-tdtu8x{display:inline-flex;align-items:center;gap:6px;font-weight:600;text-transform:uppercase;font-size:11px;letter-spacing:.06em;color:var(--ink-2)}.bud.svelte-tdtu8x{display:flex;align-items:center;justify-content:space-between;gap:12px}.bud-in.svelte-tdtu8x{display:inline-flex;align-items:center;gap:6px}.bud-in.svelte-tdtu8x input:where(.svelte-tdtu8x){width:120px;padding:9px 10px;border:1px solid var(--line);border-radius:var(--r-sm);background:var(--surface);color:var(--ink);font-size:15px;text-align:right}.bud-in.svelte-tdtu8x input:where(.svelte-tdtu8x):focus{border-color:var(--brass);outline:none}.ex.svelte-tdtu8x{display:flex;flex-direction:column;gap:8px}.lbl2.svelte-tdtu8x{font-size:13px;color:var(--ink-2);margin:0}.hab.svelte-tdtu8x{color:var(--brass);font-weight:600}.grp.svelte-tdtu8x{display:flex;flex-direction:column;gap:5px}.grp-t.svelte-tdtu8x{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--ink-3)}.chips.svelte-tdtu8x{display:flex;flex-wrap:wrap;gap:6px}.chip.svelte-tdtu8x{display:inline-flex;align-items:center;gap:4px;padding:6px 11px;border:1px solid var(--line);border-radius:999px;background:var(--surface);font-size:13px;color:var(--ink-2)}.chip.on.svelte-tdtu8x{border-color:var(--brass);color:var(--brass);background:var(--brass-tint);font-weight:600}.inp.svelte-tdtu8x{padding:9px 11px;border:1px solid var(--line);border-radius:var(--r-sm);background:var(--surface);color:var(--ink);font-size:14px;outline:none}.inp.svelte-tdtu8x:focus{border-color:var(--brass)}.scrim.svelte-oxv0ex{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;background:#14171c66}.sheet.svelte-oxv0ex{position:fixed;left:0;right:0;bottom:0;z-index:81;max-height:88vh;overflow-y:auto;border-bottom:none;border-radius:var(--r-lg) var(--r-lg) 0 0;padding:8px 18px calc(18px + var(--safe-bottom));display:flex;flex-direction:column;gap:12px;animation:slideup .24s cubic-bezier(.2,.8,.2,1);box-shadow:var(--shadow-lg)}.grab.svelte-oxv0ex{width:38px;height:4px;border-radius:99px;background:var(--line-strong);margin:4px auto 0}.sheet-h.svelte-oxv0ex{display:flex;align-items:center;justify-content:space-between}.sheet-h.svelte-oxv0ex h2:where(.svelte-oxv0ex){font-size:20px}.x.svelte-oxv0ex{display:grid;place-items:center;width:34px;height:34px;border-radius:var(--r-md);color:var(--ink-2)}.searchbar.svelte-oxv0ex{display:flex;align-items:center;gap:8px;padding:0 12px;border:1px solid var(--line);border-radius:var(--r-sm);background:var(--surface);color:var(--ink-3)}.searchbar.svelte-oxv0ex:focus-within{border-color:var(--brass)}.inp.svelte-oxv0ex{flex:1;padding:11px 0;border:none;background:transparent;color:var(--ink);font-size:15px;outline:none}.hint.svelte-oxv0ex{color:var(--ink-3);font-size:13px;margin:0}.res.svelte-oxv0ex{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.row.svelte-oxv0ex{display:flex;align-items:center;gap:10px;width:100%;text-align:left;padding:9px 10px;border:1px solid var(--line);border-radius:var(--r-sm);background:var(--surface)}.row.svelte-oxv0ex:active{background:var(--surface-2)}.thumb.svelte-oxv0ex{flex:none;width:40px;height:40px;border-radius:var(--r-sm);object-fit:contain;background:#fff;border:1px solid var(--line)}.thumb.ph.svelte-oxv0ex{background:var(--surface-2)}.meta.svelte-oxv0ex{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.nom.svelte-oxv0ex{font-size:14px;color:var(--ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sub.svelte-oxv0ex{font-size:11px;color:var(--ink-3)}.prix.svelte-oxv0ex{flex:none;font-size:13px;color:var(--ink-2)}.add.svelte-oxv0ex{flex:none;display:grid;place-items:center;width:26px;height:26px;border-radius:50%;color:var(--on-accent);background:var(--brass)}.mono.svelte-oxv0ex{font-family:var(--font-mono, ui-monospace, monospace)}.note.svelte-oxv0ex{color:var(--ink-3);font-size:11px;margin:0}.scrim.svelte-1yjc8zm{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;background:#14171c66}.sheet.svelte-1yjc8zm{position:fixed;left:0;right:0;bottom:0;z-index:81;max-height:88vh;overflow-y:auto;border-bottom:none;border-radius:var(--r-lg) var(--r-lg) 0 0;padding:8px 18px calc(18px + var(--safe-bottom));display:flex;flex-direction:column;gap:12px;animation:slideup .24s cubic-bezier(.2,.8,.2,1);box-shadow:var(--shadow-lg)}.grab.svelte-1yjc8zm{width:38px;height:4px;border-radius:99px;background:var(--line-strong);margin:4px auto 0}.sheet-h.svelte-1yjc8zm{display:flex;align-items:center;justify-content:space-between}.sheet-h.svelte-1yjc8zm h2:where(.svelte-1yjc8zm){font-size:20px;text-transform:capitalize}.x.svelte-1yjc8zm{display:grid;place-items:center;width:34px;height:34px;border-radius:var(--r-md);color:var(--ink-2)}.hint.svelte-1yjc8zm{color:var(--ink-2);font-size:13px;line-height:1.5;margin:0}.ta.svelte-1yjc8zm{padding:11px 12px;border:1px solid var(--line);border-radius:var(--r-sm);background:var(--surface);color:var(--ink);font-size:15px;font-family:inherit;resize:vertical;outline:none}.ta.svelte-1yjc8zm:focus{border-color:var(--brass)}.hd.svelte-1veqazk{padding:calc(var(--safe-top) + 14px) 16px 12px;border-bottom:1px solid var(--line)}h1.svelte-1veqazk{font-size:27px}.body.svelte-1veqazk{padding:14px 16px 28px;display:flex;flex-direction:column;gap:14px}.cat.svelte-1veqazk{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--ink-2);padding:10px 12px;border:1px solid var(--line);border-radius:var(--r-md);background:var(--surface)}.cat.warn.svelte-1veqazk{color:var(--verm);border-color:var(--verm);background:var(--verm-tint)}.card.svelte-1veqazk{border:1px solid var(--line);border-radius:var(--r-md);background:var(--surface)}.gen.svelte-1veqazk{padding:14px;display:flex;flex-direction:column;gap:12px}.mois.svelte-1veqazk{display:flex;align-items:center;justify-content:space-between}.mois-l.svelte-1veqazk{font-weight:600;text-transform:capitalize}.nav.svelte-1veqazk{display:grid;place-items:center;width:34px;height:34px;border-radius:var(--r-sm);border:1px solid var(--line);color:var(--ink-2);background:var(--surface)}.nav.svelte-1veqazk:active{background:var(--surface-2)}.toto.svelte-1veqazk{display:flex;align-items:baseline;gap:8px;padding:12px 14px;border:1px solid var(--brass);border-radius:var(--r-md);background:var(--brass-tint)}.toto.svelte-1veqazk b:where(.svelte-1veqazk){font-size:20px;color:var(--brass)}.toto.svelte-1veqazk .vs:where(.svelte-1veqazk){color:var(--ink-2);font-size:14px}.toto.over.svelte-1veqazk{border-color:var(--verm);background:var(--verm-tint)}.toto.over.svelte-1veqazk b:where(.svelte-1veqazk){color:var(--verm)}.tools.svelte-1veqazk{display:flex;gap:8px}.tbtn.svelte-1veqazk{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 10px;border:1px solid var(--line);border-radius:var(--r-sm);background:var(--surface);color:var(--ink-2);font-weight:600;font-size:13px}.tbtn.brass.svelte-1veqazk{border-color:var(--brass);color:var(--brass);background:var(--brass-tint)}.tbtn.wide.svelte-1veqazk{width:100%}.tbtn.svelte-1veqazk:active{background:var(--surface-2)}.del.svelte-1veqazk{align-self:center;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;margin-top:2px;background:none;border:none;color:var(--verm);font-size:13px;font-weight:600}.del.svelte-1veqazk:active{opacity:.6}.rm.svelte-1veqazk{flex:none;display:grid;place-items:center;width:26px;height:26px;border-radius:var(--r-sm);color:var(--ink-3)}.rm.svelte-1veqazk:active{background:var(--verm-tint);color:var(--verm)}.ray.svelte-1veqazk{display:flex;flex-direction:column;gap:6px}.ray-t.svelte-1veqazk{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--ink-2);border-bottom:1px dotted var(--line-strong);padding-bottom:4px}.lst.svelte-1veqazk{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.lg.svelte-1veqazk{display:flex;align-items:center;gap:9px;padding:8px 2px;border-bottom:1px dotted var(--line)}.thumb-btn.svelte-1veqazk{flex:none;padding:0;border:none;background:none;line-height:0;border-radius:var(--r-sm)}.thumb-btn.svelte-1veqazk:active{opacity:.7}.thumb.svelte-1veqazk{flex:none;width:40px;height:40px;border-radius:var(--r-sm);object-fit:contain;background:#fff;border:1px solid var(--line)}.thumb.ph.svelte-1veqazk{flex:none;width:40px;height:40px;border-radius:var(--r-sm);background:var(--surface-2);border:1px solid var(--line)}.apercu.svelte-1veqazk{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:#14171cd1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:24px;animation:svelte-1veqazk-fadein .15s ease}.apercu-img.svelte-1veqazk{max-width:min(90vw,460px);max-height:72vh;object-fit:contain;background:#fff;border-radius:var(--r-md);box-shadow:var(--shadow-lg)}.apercu-nom.svelte-1veqazk{color:#fff;font-size:14px;text-align:center;max-width:90vw;margin:0}.apercu-x.svelte-1veqazk{position:absolute;top:calc(var(--safe-top) + 12px);right:14px;display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:#ffffff24;color:#fff}@keyframes svelte-1veqazk-fadein{0%{opacity:0}to{opacity:1}}.lg-mid.svelte-1veqazk{flex:1;min-width:0;display:flex;flex-direction:column;gap:5px}.lg-nom.svelte-1veqazk{text-align:left;font-size:14px;color:var(--ink);background:none;padding:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.lg-nom.svelte-1veqazk:active{color:var(--brass)}.stepper.svelte-1veqazk{display:inline-flex;align-items:center;gap:6px;align-self:flex-start}.stepper.svelte-1veqazk button:where(.svelte-1veqazk){width:24px;height:24px;display:grid;place-items:center;border:1px solid var(--line);border-radius:var(--r-sm);background:var(--surface);color:var(--ink-2);font-size:16px;line-height:1}.stepper.svelte-1veqazk button:where(.svelte-1veqazk):disabled{opacity:.4}.stepper.svelte-1veqazk .q:where(.svelte-1veqazk){min-width:16px;text-align:center;font-size:13px;font-weight:600}.lg-prix.svelte-1veqazk{flex:none;font-size:14px;color:var(--ink)}.lg.coche.svelte-1veqazk .lg-nom:where(.svelte-1veqazk){text-decoration:line-through;color:var(--ink-3)}.ck.svelte-1veqazk{flex:none;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;border:1.5px solid var(--line-strong);color:var(--on-accent);background:var(--surface)}.lg.coche.svelte-1veqazk .ck:where(.svelte-1veqazk){background:var(--brass);border-color:var(--brass)}.mono.svelte-1veqazk{font-family:var(--font-mono, ui-monospace, monospace)}.soon.svelte-1veqazk{text-align:center;padding:40px 24px;display:flex;flex-direction:column;align-items:center;gap:10px}.soon.svelte-1veqazk .ic:where(.svelte-1veqazk){width:64px;height:64px;border-radius:var(--r-md);border:1px solid var(--line);background:var(--surface);display:grid;place-items:center;color:var(--brass)}.soon.svelte-1veqazk p:where(.svelte-1veqazk){color:var(--ink-2);max-width:300px;line-height:1.55;margin:0;font-size:14px}.tsel.svelte-gii8mw{display:flex;flex-direction:column;gap:8px}.tsel-lbl.svelte-gii8mw{display:inline-flex;align-items:center;gap:5px;font-weight:600;text-transform:uppercase;font-size:11px;letter-spacing:.06em;color:var(--ink-2)}.tsel-hint.svelte-gii8mw{text-transform:none;letter-spacing:0;font-weight:500;font-size:11px;color:var(--ink-3);margin-left:4px}.grid.svelte-gii8mw{display:grid;grid-template-columns:repeat(auto-fill,minmax(84px,1fr));gap:7px}.tile.svelte-gii8mw{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:12px 6px 9px;min-height:70px;border:1px solid var(--line);border-radius:var(--r-md);background:var(--surface);color:var(--ink-3);transition:border-color .12s,background .12s,color .12s}.tile.svelte-gii8mw:active{transform:translateY(1px)}.tile.on.svelte-gii8mw{border-color:var(--tone);background:var(--tone-tint);color:var(--tone-ink)}.tile-t.svelte-gii8mw{font-size:12px;font-weight:600;text-align:center;line-height:1.15;color:var(--ink-2)}.tile.on.svelte-gii8mw .tile-t:where(.svelte-gii8mw){color:var(--tone-ink)}.check.svelte-gii8mw{position:absolute;top:5px;right:5px;width:17px;height:17px;border-radius:5px;display:grid;place-items:center;border:1.5px solid var(--line-strong);background:var(--surface);color:transparent}.tile.on.svelte-gii8mw .check:where(.svelte-gii8mw){border-color:var(--tone);background:var(--tone);color:var(--on-accent)}.detail.svelte-gii8mw{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.chip.svelte-gii8mw{display:inline-flex;align-items:center;gap:5px;padding:5px 6px 5px 10px;border-radius:var(--r-xs);font-size:13px;font-weight:500;color:var(--tone-ink);background:var(--tone-tint);border:1px solid var(--tone)}.chip-x.svelte-gii8mw{display:grid;place-items:center;color:var(--tone-ink);opacity:.75}.chip-x.svelte-gii8mw:active{opacity:1}.add-detail.svelte-gii8mw{display:inline-flex;align-items:center;gap:5px;padding:7px 11px;border:1px dashed var(--line-strong);border-radius:var(--r-sm);background:var(--surface);color:var(--ink-2);font-weight:600;font-size:13px}.add-detail.svelte-gii8mw:active{background:var(--surface-2)}.detail-in.svelte-gii8mw{flex:1;min-width:120px;padding:9px 11px;border:1px solid var(--tone);border-radius:var(--r-sm);background:var(--surface);color:var(--ink);font-size:14px;outline:none}.tone-brass.svelte-gii8mw{--tone: var(--brass);--tone-ink: var(--brass-2);--tone-tint: var(--brass-tint)}.tone-verm.svelte-gii8mw{--tone: var(--verm);--tone-ink: var(--verm);--tone-tint: var(--verm-tint)}.tone-ink.svelte-gii8mw{--tone: var(--ink-2);--tone-ink: var(--ink);--tone-tint: var(--surface-2)}.scrim.svelte-kn1472{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;background:#14171c66}.sheet.svelte-kn1472{position:fixed;left:0;right:0;bottom:0;z-index:81;max-height:92vh;overflow-y:auto;border-bottom:none;border-radius:var(--r-lg) var(--r-lg) 0 0;padding:8px 18px calc(18px + var(--safe-bottom));display:flex;flex-direction:column;gap:14px;animation:slideup .24s cubic-bezier(.2,.8,.2,1);box-shadow:var(--shadow-lg)}.grab.svelte-kn1472{width:38px;height:4px;border-radius:99px;background:var(--line-strong);margin:4px auto 0}.sheet-h.svelte-kn1472{display:flex;align-items:center;justify-content:space-between}.sheet-h.svelte-kn1472 h2:where(.svelte-kn1472){font-size:22px}.x.svelte-kn1472{display:grid;place-items:center;width:34px;height:34px;border-radius:var(--r-md);color:var(--ink-2)}.x.svelte-kn1472:active{background:var(--surface-2)}.field.svelte-kn1472{display:flex;flex-direction:column;gap:6px}.field-lbl.svelte-kn1472{display:inline-flex;align-items:center;gap:5px;font-weight:600;text-transform:uppercase;font-size:11px;letter-spacing:.06em;color:var(--ink-2)}.inp.svelte-kn1472{padding:11px 12px;border:1px solid var(--line);border-radius:var(--r-sm);background:var(--surface);color:var(--ink);font-size:15px;outline:none}.inp.svelte-kn1472:focus{border-color:var(--brass)}.opt.svelte-kn1472{font-weight:400;text-transform:none;letter-spacing:0;color:var(--ink-3);font-size:11px}.seg.svelte-kn1472{display:flex;gap:6px;flex-wrap:wrap}.seg.svelte-kn1472 button:where(.svelte-kn1472){flex:1 1 auto;min-width:70px;padding:9px 8px;border:1px solid var(--line);border-radius:var(--r-sm);background:var(--surface);color:var(--ink-2);font-family:inherit;font-size:13px;font-weight:600}.seg.svelte-kn1472 button.on:where(.svelte-kn1472){border-color:var(--brass);color:var(--brass);background:var(--brass-tint)}.seg.svelte-kn1472 button:where(.svelte-kn1472):active{background:var(--surface-2)}.actions.svelte-kn1472{display:flex;gap:8px;margin-top:4px}.btn.danger.svelte-kn1472{color:var(--verm);border-color:var(--verm);flex:none}.btn.danger.svelte-kn1472:active{background:var(--verm-tint)}.ev.svelte-1onqihw{border:1px solid var(--line);border-radius:var(--r-md);padding:10px 12px;display:flex;flex-direction:column;gap:8px}.ev-h.svelte-1onqihw{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--ink-2)}.ev-item.svelte-1onqihw{display:flex;align-items:center;gap:8px;padding:6px 8px;border:1px solid var(--line);border-radius:var(--r-sm);background:var(--brass-tint)}.ev-cr.svelte-1onqihw{flex:none;font-size:10px;font-weight:800;text-transform:uppercase;color:var(--brass);border:1px solid var(--brass);border-radius:3px;padding:1px 5px}.ev-ti.svelte-1onqihw{flex:1;font-size:13px;color:var(--ink)}.ev-x.svelte-1onqihw{flex:none;display:grid;place-items:center;width:26px;height:26px;border-radius:var(--r-sm);color:var(--ink-3)}.ev-x.svelte-1onqihw:active{background:var(--surface-2)}.ev-form.svelte-1onqihw{display:flex;flex-direction:column;gap:6px}.ev-row.svelte-1onqihw{display:flex;gap:6px}.inp.svelte-1onqihw{padding:9px 11px;border:1px solid var(--line);border-radius:var(--r-sm);background:var(--surface);color:var(--ink);font-size:14px;outline:none;width:100%}.inp.svelte-1onqihw:focus{border-color:var(--brass)}.sel.svelte-1onqihw{flex:none;padding:9px 10px;border:1px solid var(--line);border-radius:var(--r-sm);background:var(--surface);color:var(--ink);font-size:14px}.btn.svelte-1onqihw{flex:1}.scrim.svelte-1eq72ok{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;background:#14171c66}.sheet.svelte-1eq72ok{position:fixed;left:0;right:0;bottom:0;z-index:81;max-height:92vh;overflow-y:auto;border-bottom:none;border-radius:var(--r-lg) var(--r-lg) 0 0;padding:8px 18px calc(18px + var(--safe-bottom));display:flex;flex-direction:column;gap:14px;animation:slideup .24s cubic-bezier(.2,.8,.2,1);box-shadow:var(--shadow-lg)}.grab.svelte-1eq72ok{width:38px;height:4px;border-radius:99px;background:var(--line-strong);margin:4px auto 0}.sheet-h.svelte-1eq72ok{display:flex;align-items:center;justify-content:space-between}.sheet-h.svelte-1eq72ok h2:where(.svelte-1eq72ok){font-size:20px;text-transform:capitalize}.x.svelte-1eq72ok{display:grid;place-items:center;width:34px;height:34px;border-radius:var(--r-md);color:var(--ink-2)}.slot.svelte-1eq72ok{display:flex;flex-direction:column;gap:8px}.slot-h.svelte-1eq72ok{display:flex;align-items:center;justify-content:space-between}.slot-l.svelte-1eq72ok{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--ink-2)}.quick.svelte-1eq72ok{display:flex;gap:6px}.quick.svelte-1eq72ok button:where(.svelte-1eq72ok){font-size:11px;color:var(--ink-2);border:1px solid var(--line);border-radius:var(--r-sm);padding:4px 8px;background:var(--surface)}.chips.svelte-1eq72ok{display:flex;flex-direction:column;gap:6px}.chip.svelte-1eq72ok{display:flex;align-items:center;gap:10px;padding:9px 11px;border:1px solid var(--line);border-radius:var(--r-md);background:var(--surface);text-align:left}.chip.svelte-1eq72ok .av:where(.svelte-1eq72ok){flex:none;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;font-weight:700;font-size:13px;color:var(--ink-2);background:var(--surface-2);border:1px solid var(--line-strong)}.chip.svelte-1eq72ok .nm:where(.svelte-1eq72ok){flex:1;font-weight:600;font-size:14px}.chip.svelte-1eq72ok .stt:where(.svelte-1eq72ok){font-size:12px;color:var(--ink-3)}.chip.present.svelte-1eq72ok{border-color:var(--brass)}.chip.present.svelte-1eq72ok .av:where(.svelte-1eq72ok){background:var(--brass);color:var(--on-accent);border-color:var(--brass)}.chip.present.svelte-1eq72ok .stt:where(.svelte-1eq72ok){color:var(--brass)}.chip.emporter.svelte-1eq72ok{border-color:var(--verm)}.chip.emporter.svelte-1eq72ok .av:where(.svelte-1eq72ok){background:var(--verm-tint);color:var(--verm);border:1.5px dashed var(--verm)}.chip.emporter.svelte-1eq72ok .stt:where(.svelte-1eq72ok){color:var(--verm)}.chip.absent.svelte-1eq72ok{opacity:.65}.chip.absent.svelte-1eq72ok .nm:where(.svelte-1eq72ok){text-decoration:line-through}.hint.svelte-1eq72ok{color:var(--ink-3);font-size:12px;margin:0}.panel.svelte-c1i2a6{border:1px solid var(--line);border-radius:var(--r-md);background:var(--surface);overflow:hidden}.ph.svelte-c1i2a6{width:100%;display:flex;align-items:center;justify-content:space-between;padding:11px 12px;background:transparent}.ph.svelte-c1i2a6:active{background:var(--surface-2)}.pt.svelte-c1i2a6{display:inline-flex;align-items:center;gap:7px;font-size:14px;font-weight:600;color:var(--ink)}.pr.svelte-c1i2a6{display:inline-flex;align-items:center;gap:8px}.etat.svelte-c1i2a6{font-size:11px;color:var(--ink-3);text-transform:uppercase;letter-spacing:.04em}.chev.svelte-c1i2a6{display:inline-grid;place-items:center;color:var(--ink-2);transition:transform .18s;transform:rotate(90deg)}.chev.open.svelte-c1i2a6{transform:rotate(-90deg)}.body.svelte-c1i2a6{display:flex;flex-direction:column;gap:8px;padding:4px 12px 12px;border-top:1px solid var(--line)}.hint.svelte-c1i2a6{color:var(--ink-3);font-size:12px;margin:6px 0 0}.legende.svelte-c1i2a6{display:flex;flex-wrap:wrap;gap:12px;font-size:11px;color:var(--ink-2)}.legende.svelte-c1i2a6 span:where(.svelte-c1i2a6){display:inline-flex;align-items:center;gap:5px}.jour.svelte-c1i2a6{border:1px solid var(--line);border-radius:var(--r-sm);padding:8px 10px;display:flex;flex-direction:column;gap:6px}.jn.svelte-c1i2a6{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--ink-2)}.row.svelte-c1i2a6{display:flex;align-items:center;gap:8px}.cl.svelte-c1i2a6{flex:none;width:38px;font-size:11px;font-weight:700;color:var(--ink-3)}.ppl.svelte-c1i2a6{display:flex;flex-wrap:wrap;gap:6px}.chip.svelte-c1i2a6{display:inline-flex;align-items:center;gap:6px;padding:5px 9px 5px 5px;border:1px solid var(--line);border-radius:999px;background:var(--surface)}.chip.svelte-c1i2a6 .av:where(.svelte-c1i2a6){flex:none;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;font-weight:700;font-size:12px;color:var(--ink-2);background:var(--surface-2);border:1px solid var(--line-strong)}.chip.svelte-c1i2a6 .nm:where(.svelte-c1i2a6){font-size:12px;font-weight:600;color:var(--ink-2)}.chip.present.svelte-c1i2a6{border-color:var(--brass)}.chip.present.svelte-c1i2a6 .av:where(.svelte-c1i2a6){background:var(--brass);color:var(--on-accent);border-color:var(--brass)}.chip.emporter.svelte-c1i2a6{border-color:var(--verm)}.chip.emporter.svelte-c1i2a6 .av:where(.svelte-c1i2a6){background:var(--verm-tint);color:var(--verm);border:1.5px dashed var(--verm)}.chip.absent.svelte-c1i2a6{opacity:.55}.chip.absent.svelte-c1i2a6 .nm:where(.svelte-c1i2a6){text-decoration:line-through}.d.svelte-c1i2a6{width:9px;height:9px;border-radius:50%;border:1px solid var(--line-strong);display:inline-block}.d.present.svelte-c1i2a6{background:var(--brass);border-color:var(--brass)}.d.emporter.svelte-c1i2a6{background:var(--brass-tint);border:1.5px dashed var(--verm)}.d.absent.svelte-c1i2a6{background:var(--surface-2)}.ecr.svelte-c1i2a6{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--ink-2);margin-top:2px}.actions.svelte-c1i2a6{display:flex;gap:8px;margin-top:2px}.actions.svelte-c1i2a6 .btn:where(.svelte-c1i2a6){flex:1}.cal.svelte-6dzi1l{display:flex;flex-direction:column;gap:10px}.navrow.svelte-6dzi1l{display:flex;align-items:center;justify-content:space-between}.titre.svelte-6dzi1l{font-size:16px;font-weight:600;text-transform:capitalize;text-align:center;flex:1}.nav.svelte-6dzi1l{display:grid;place-items:center;width:34px;height:34px;border-radius:var(--r-sm);border:1px solid var(--line);color:var(--ink-2);background:var(--surface)}.nav.svelte-6dzi1l:active{background:var(--surface-2)}.vide.svelte-6dzi1l{color:var(--ink-2);font-size:14px;padding:8px 0}.seg.svelte-6dzi1l{display:flex;gap:4px;background:var(--surface-2);border-radius:var(--r-md);padding:3px}.seg.svelte-6dzi1l button:where(.svelte-6dzi1l){flex:1;padding:7px 8px;border-radius:var(--r-sm);font-size:13px;font-weight:600;color:var(--ink-2);background:transparent}.seg.svelte-6dzi1l button.on:where(.svelte-6dzi1l){background:var(--surface);color:var(--ink);box-shadow:var(--shadow-sm, 0 1px 2px rgba(0,0,0,.08))}.footer.svelte-6dzi1l{display:flex;flex-direction:column;gap:6px}.notice.svelte-6dzi1l{color:var(--ink-2);font-size:12px;line-height:1.5;margin:0}.legende.svelte-6dzi1l{display:flex;flex-wrap:wrap;gap:12px;font-size:11px;color:var(--ink-2)}.legende.svelte-6dzi1l span:where(.svelte-6dzi1l){display:inline-flex;align-items:center;gap:5px}.grid.svelte-6dzi1l{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:4px}.hj.svelte-6dzi1l{text-align:center;font-size:10px;font-weight:700;text-transform:uppercase;color:var(--ink-3)}.cell.svelte-6dzi1l{min-height:72px;border:1px solid var(--line);border-radius:var(--r-sm);background:var(--surface);padding:4px;display:flex;flex-direction:column;align-items:stretch;gap:3px;text-align:left}.cell.vide.svelte-6dzi1l{background:transparent;border-color:transparent}.cell.ajd.svelte-6dzi1l{border-color:var(--brass)}.cell.svelte-6dzi1l:not(.vide):active{background:var(--surface-2)}.dtop.svelte-6dzi1l{display:flex;align-items:center;justify-content:space-between;gap:2px}.dn.svelte-6dzi1l{font-size:11px;font-weight:700;color:var(--ink-2);font-family:var(--font-mono, inherit)}.evb.svelte-6dzi1l{flex:none;min-width:14px;height:14px;padding:0 3px;border-radius:7px;background:var(--verm);color:#fff;font-size:9px;font-weight:800;display:grid;place-items:center}.evchip.svelte-6dzi1l{display:inline-flex;align-items:center;gap:4px;font-size:11px;color:var(--verm);background:var(--verm-tint);border:1px solid var(--verm);border-radius:var(--r-sm);padding:3px 7px}.mini.svelte-6dzi1l{display:flex;flex-direction:column;gap:3px;margin-top:auto}.mrow.svelte-6dzi1l{display:flex;align-items:center;gap:3px}.ml.svelte-6dzi1l{font-size:8px;font-weight:800;color:var(--ink-3);width:8px}.d.svelte-6dzi1l{width:9px;height:9px;border-radius:50%;border:1px solid var(--line-strong);display:inline-block}.d.none.svelte-6dzi1l{border-style:dotted;background:transparent}.d.present.svelte-6dzi1l{background:var(--brass);border-color:var(--brass)}.d.emporter.svelte-6dzi1l{background:var(--brass-tint);border:1.5px dashed var(--verm)}.d.absent.svelte-6dzi1l{background:var(--surface-2)}.semaine.svelte-6dzi1l{display:flex;flex-direction:column;gap:8px}.jourcard.svelte-6dzi1l{border:1px solid var(--line);border-radius:var(--r-md);padding:8px 10px;display:flex;flex-direction:column;gap:8px}.jourcard.ajd.svelte-6dzi1l{border-color:var(--brass)}.jour-h.svelte-6dzi1l{display:flex;align-items:center;justify-content:space-between;width:100%;color:var(--ink-2)}.jl.svelte-6dzi1l{font-size:13px;font-weight:700;text-transform:capitalize}.jourvue.svelte-6dzi1l{display:flex;flex-direction:column;gap:12px}.slot.svelte-6dzi1l{display:flex;flex-direction:column;gap:6px}.slot-h.svelte-6dzi1l{display:flex;align-items:center;justify-content:space-between}.slot-l.svelte-6dzi1l{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--ink-3)}.quick.svelte-6dzi1l{display:flex;gap:6px}.quick.svelte-6dzi1l button:where(.svelte-6dzi1l){font-size:11px;color:var(--ink-2);border:1px solid var(--line);border-radius:var(--r-sm);padding:3px 8px;background:var(--surface)}.chips.svelte-6dzi1l{display:flex;flex-wrap:wrap;gap:6px}.chip.svelte-6dzi1l{display:inline-flex;align-items:center;gap:8px;padding:7px 11px 7px 7px;border:1px solid var(--line);border-radius:var(--r-md);background:var(--surface);text-align:left}.chip.svelte-6dzi1l .av:where(.svelte-6dzi1l){flex:none;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;font-weight:700;font-size:12px;color:var(--ink-2);background:var(--surface-2);border:1px solid var(--line-strong)}.chip.svelte-6dzi1l .nm:where(.svelte-6dzi1l){font-weight:600;font-size:13px}.chip.svelte-6dzi1l .stt:where(.svelte-6dzi1l){font-size:11px;color:var(--ink-3)}.chip.present.svelte-6dzi1l{border-color:var(--brass)}.chip.present.svelte-6dzi1l .av:where(.svelte-6dzi1l){background:var(--brass);color:var(--on-accent);border-color:var(--brass)}.chip.present.svelte-6dzi1l .stt:where(.svelte-6dzi1l){color:var(--brass)}.chip.emporter.svelte-6dzi1l{border-color:var(--verm)}.chip.emporter.svelte-6dzi1l .av:where(.svelte-6dzi1l){background:var(--verm-tint);color:var(--verm);border:1.5px dashed var(--verm)}.chip.emporter.svelte-6dzi1l .stt:where(.svelte-6dzi1l){color:var(--verm)}.chip.absent.svelte-6dzi1l{opacity:.6}.chip.absent.svelte-6dzi1l .nm:where(.svelte-6dzi1l){text-decoration:line-through}.wrap.svelte-d3fu78{display:flex;flex-direction:column;gap:10px}.seg.svelte-d3fu78{display:flex;gap:4px;background:var(--surface-2);border-radius:var(--r-md);padding:3px}.seg.svelte-d3fu78 button:where(.svelte-d3fu78){flex:1;padding:7px 8px;border-radius:var(--r-sm);font-size:13px;font-weight:600;color:var(--ink-2);background:transparent}.seg.svelte-d3fu78 button.on:where(.svelte-d3fu78){background:var(--surface);color:var(--ink);box-shadow:0 1px 2px #00000014}.navrow.svelte-d3fu78{display:flex;align-items:center;justify-content:space-between}.titre.svelte-d3fu78{flex:1;text-align:center;font-size:16px;font-weight:600;text-transform:capitalize}.nav.svelte-d3fu78{display:grid;place-items:center;width:34px;height:34px;border-radius:var(--r-sm);border:1px solid var(--line);color:var(--ink-2);background:var(--surface)}.nav.svelte-d3fu78:active{background:var(--surface-2)}.imp.svelte-d3fu78{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;padding:8px 12px;border:1.5px solid var(--brass);color:var(--brass);border-radius:var(--r-sm);background:var(--surface);font-weight:600;font-size:13px;margin-top:2px}.imp.svelte-d3fu78:active{background:var(--brass-tint)}.screenhide.svelte-d3fu78,.titre-print.svelte-d3fu78{display:none}.grid.svelte-d3fu78{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:4px}.grid.head.svelte-d3fu78{margin-bottom:4px}.hd.svelte-d3fu78{text-align:center;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--ink-3)}.cell.svelte-d3fu78{min-height:72px;border:1px solid var(--line);border-radius:var(--r-sm);background:var(--surface);padding:4px;display:flex;flex-direction:column;gap:3px}.cell.vide.svelte-d3fu78{background:transparent;border-color:transparent}.dtop.svelte-d3fu78{display:flex;align-items:center;justify-content:space-between;gap:2px}.dn.svelte-d3fu78{font-size:11px;font-weight:700;color:var(--ink-2);font-family:var(--font-mono, inherit)}.evb.svelte-d3fu78{flex:none;min-width:14px;height:14px;padding:0 3px;border-radius:7px;background:var(--verm);color:#fff;font-size:9px;font-weight:800;display:grid;place-items:center}.evchip.svelte-d3fu78{display:inline-flex;align-items:center;gap:4px;font-size:11px;color:var(--verm);background:var(--verm-tint);border:1px solid var(--verm);border-radius:var(--r-sm);padding:3px 7px}.evchip.big.svelte-d3fu78{font-size:13px;padding:8px 11px}.meal.svelte-d3fu78{display:flex;align-items:center;gap:3px;text-align:left;width:100%;padding:2px 3px;border-radius:3px;background:var(--brass-tint);border:none}.meal.emporter.svelte-d3fu78{background:var(--surface-2);border-left:2px solid var(--verm)}.meal.svelte-d3fu78:active{filter:brightness(.96)}.meal.svelte-d3fu78 .cr:where(.svelte-d3fu78){flex:none;font-size:8px;font-weight:800;color:var(--brass);align-self:flex-start;margin-top:1px}.meal.emporter.svelte-d3fu78 .cr:where(.svelte-d3fu78){color:var(--verm)}.meal.svelte-d3fu78 .ti:where(.svelte-d3fu78){font-size:10px;line-height:1.2;color:var(--ink);overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1}.meal.svelte-d3fu78 .who:where(.svelte-d3fu78){flex:none;font-size:8px;font-weight:800;letter-spacing:.04em;color:var(--ink-3);background:var(--surface);border:1px solid var(--line);border-radius:3px;padding:0 3px;align-self:center}.meal.gros.svelte-d3fu78{padding:6px 8px;border-radius:var(--r-sm)}.meal.gros.svelte-d3fu78 .cr:where(.svelte-d3fu78){font-size:10px}.meal.gros.svelte-d3fu78 .ti:where(.svelte-d3fu78){font-size:13px;-webkit-line-clamp:3}.meal.gros.svelte-d3fu78 .who:where(.svelte-d3fu78){font-size:10px}.semaine.svelte-d3fu78{display:flex;flex-direction:column;gap:8px}.jourcard.svelte-d3fu78{border:1px solid var(--line);border-radius:var(--r-md);padding:8px 10px;display:flex;flex-direction:column;gap:5px}.jc-h.svelte-d3fu78{font-size:13px;font-weight:700;text-transform:capitalize;color:var(--ink-2)}.rien.svelte-d3fu78{color:var(--ink-3);font-size:12px}.jourvue.svelte-d3fu78{display:flex;flex-direction:column;gap:8px}.jmeal.svelte-d3fu78{display:flex;flex-direction:column;gap:3px;align-items:flex-start;text-align:left;border:1px solid var(--line);border-radius:var(--r-md);padding:11px 13px;background:var(--surface)}.jmeal.emporter.svelte-d3fu78{border-left:3px solid var(--verm)}.jcr.svelte-d3fu78{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--brass)}.jmeal.emporter.svelte-d3fu78 .jcr:where(.svelte-d3fu78){color:var(--verm)}.jti.svelte-d3fu78{font-size:15px;font-weight:600;color:var(--ink)}.jwho.svelte-d3fu78{font-size:12px;color:var(--ink-3)}@media print{@page{size:A4 landscape;margin:6mm}html,body,#app{height:auto!important;overflow:visible!important;background:#fff!important}.tabbar{display:none!important}header.hd{display:none!important}.body{padding:0!important;gap:0!important}.seg.svelte-d3fu78,.navrow.svelte-d3fu78,.noprint.svelte-d3fu78{display:none!important}.menu-print.screenhide.svelte-d3fu78{display:block!important}.titre-print.svelte-d3fu78{display:block;font-size:11pt;margin:0 0 1.5mm;text-transform:capitalize}.grid.svelte-d3fu78{gap:2px}.grid.body.svelte-d3fu78{grid-auto-rows:24mm}.hd.svelte-d3fu78{font-size:7pt}.cell.svelte-d3fu78{min-height:0;overflow:hidden;break-inside:avoid;border-color:#bbb;padding:2px;gap:1px}.dn.svelte-d3fu78{font-size:7.5pt;color:#333}.meal.svelte-d3fu78{background:#f1ede4!important;padding:1px 3px;-webkit-print-color-adjust:exact;print-color-adjust:exact}.meal.emporter.svelte-d3fu78{background:#f3f1ec!important;border-left:2px solid #999}.meal.svelte-d3fu78 .cr:where(.svelte-d3fu78){color:#7a5c1e;font-size:6.5pt}.meal.emporter.svelte-d3fu78 .cr:where(.svelte-d3fu78){color:#555}.meal.svelte-d3fu78 .ti:where(.svelte-d3fu78){font-size:7.5pt;line-height:1.15;-webkit-line-clamp:3}.meal.svelte-d3fu78 .who:where(.svelte-d3fu78){display:none}.evb.svelte-d3fu78{display:none}}.scrim.svelte-v02f8e{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;background:#14171c66}.sheet.svelte-v02f8e{position:fixed;left:0;right:0;bottom:0;z-index:81;max-height:92vh;overflow-y:auto;border-bottom:none;border-radius:var(--r-lg) var(--r-lg) 0 0;padding:8px 18px calc(18px + var(--safe-bottom));display:flex;flex-direction:column;gap:14px;animation:slideup .24s cubic-bezier(.2,.8,.2,1);box-shadow:var(--shadow-lg)}.grab.svelte-v02f8e{width:38px;height:4px;border-radius:99px;background:var(--line-strong);margin:4px auto 0}.sheet-h.svelte-v02f8e{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.sheet-h.svelte-v02f8e h2:where(.svelte-v02f8e){font-size:22px}.date.svelte-v02f8e{font-size:12px;color:var(--ink-2);text-transform:capitalize;margin-bottom:2px}.emp.svelte-v02f8e{color:var(--verm)}.x.svelte-v02f8e{flex:none;display:grid;place-items:center;width:34px;height:34px;border-radius:var(--r-md);color:var(--ink-2)}.x.svelte-v02f8e:active{background:var(--surface-2)}.meta.svelte-v02f8e{display:flex;flex-wrap:wrap;gap:6px 14px;font-size:13px;color:var(--ink-2)}.meta.svelte-v02f8e span:where(.svelte-v02f8e){display:inline-flex;align-items:center;gap:5px}.acts.svelte-v02f8e{display:flex;gap:8px}.act.svelte-v02f8e{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 10px;border:1px solid var(--line);border-radius:var(--r-sm);background:var(--surface);color:var(--ink-2);font-weight:600;font-size:13px}.act.on.svelte-v02f8e{border-color:var(--brass);color:var(--brass);background:var(--brass-tint)}.act.svelte-v02f8e:active{background:var(--surface-2)}.pan.svelte-v02f8e{display:flex;flex-direction:column;gap:10px;padding:12px;border:1px solid var(--line);border-radius:var(--r-md);background:var(--surface-2)}.fld.svelte-v02f8e{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:13px;color:var(--ink-2);font-weight:600}.fld.col.svelte-v02f8e{flex-direction:column;align-items:stretch;gap:6px}.fld.svelte-v02f8e i:where(.svelte-v02f8e){font-style:italic;font-weight:400;color:var(--ink-3)}.fld.svelte-v02f8e input[type=date]:where(.svelte-v02f8e){padding:8px 10px;border:1px solid var(--line);border-radius:var(--r-sm);background:var(--surface);font:inherit;color:var(--ink)}.fld.svelte-v02f8e textarea:where(.svelte-v02f8e){width:100%;padding:9px 11px;border:1px solid var(--line);border-radius:var(--r-sm);background:var(--surface);font:inherit;color:var(--ink);resize:vertical}.seg2.svelte-v02f8e{display:inline-flex;gap:3px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-sm);padding:2px}.seg2.svelte-v02f8e button:where(.svelte-v02f8e){padding:6px 14px;border-radius:5px;font-size:13px;font-weight:600;color:var(--ink-2);background:transparent}.seg2.svelte-v02f8e button.on:where(.svelte-v02f8e){background:var(--brass);color:var(--on-accent)}.note.svelte-v02f8e{font-size:11px;color:var(--ink-3);margin:0}.etat.svelte-v02f8e{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:var(--ink-2);padding:10px 0}.etat.err.svelte-v02f8e{color:var(--verm)}.sec.svelte-v02f8e{display:flex;flex-direction:column;gap:8px}.sec.svelte-v02f8e h3:where(.svelte-v02f8e){font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--ink-2)}.ing.svelte-v02f8e{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.ing.svelte-v02f8e li:where(.svelte-v02f8e){font-size:14px;padding:6px 0;border-bottom:1px dotted var(--line)}.ing.svelte-v02f8e .q:where(.svelte-v02f8e){color:var(--ink-2)}.etapes.svelte-v02f8e{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:8px}.etapes.svelte-v02f8e li:where(.svelte-v02f8e){font-size:14px;line-height:1.5}.scrim.svelte-kolybf{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;background:#14171c66}.sheet.svelte-kolybf{position:fixed;left:0;right:0;bottom:0;z-index:81;max-height:92vh;overflow-y:auto;border-bottom:none;border-radius:var(--r-lg) var(--r-lg) 0 0;padding:8px 18px calc(18px + var(--safe-bottom));display:flex;flex-direction:column;gap:14px;animation:slideup .24s cubic-bezier(.2,.8,.2,1);box-shadow:var(--shadow-lg)}.grab.svelte-kolybf{width:38px;height:4px;border-radius:99px;background:var(--line-strong);margin:4px auto 0}.sheet-h.svelte-kolybf{display:flex;align-items:center;justify-content:space-between}.sheet-h.svelte-kolybf h2:where(.svelte-kolybf){font-size:22px}.x.svelte-kolybf{display:grid;place-items:center;width:34px;height:34px;border-radius:var(--r-md);color:var(--ink-2)}.x.svelte-kolybf:active{background:var(--surface-2)}.intro.svelte-kolybf{color:var(--ink-2);font-size:13px;line-height:1.5;margin:0}.actions.svelte-kolybf{margin-top:4px}.hd.svelte-1ri0n2j{padding:calc(var(--safe-top) + 14px) 16px 0;border-bottom:1px solid var(--line)}h1.svelte-1ri0n2j{font-size:27px}.subnav.svelte-1ri0n2j{display:flex;gap:4px;margin-top:12px}.subnav.svelte-1ri0n2j button:where(.svelte-1ri0n2j){flex:1;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:10px 6px;border:none;border-bottom:2px solid transparent;background:none;color:var(--ink-3);font-family:var(--font-cond, inherit);font-weight:600;font-size:14px}.subnav.svelte-1ri0n2j button.on:where(.svelte-1ri0n2j){color:var(--brass);border-bottom-color:var(--brass)}.body.svelte-1ri0n2j{padding:14px 16px 28px;display:flex;flex-direction:column;gap:14px}.intro.svelte-1ri0n2j{color:var(--ink-2);font-size:13px;line-height:1.5;margin:0}.vider.svelte-1ri0n2j{align-self:center;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background:none;border:none;color:var(--verm);font-size:13px;font-weight:600}.vider.svelte-1ri0n2j:active{opacity:.6}.sec-h.svelte-1ri0n2j{display:flex;align-items:center;justify-content:space-between}.sec-t.svelte-1ri0n2j{display:inline-flex;align-items:center;gap:7px;font-size:15px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--ink-2)}.mini.svelte-1ri0n2j{display:inline-flex;align-items:center;gap:5px;padding:7px 12px;border:1.5px solid var(--brass);color:var(--brass);border-radius:var(--r-sm);background:var(--surface);font-family:var(--font-cond);font-weight:600;font-size:13px;letter-spacing:.04em}.mini.svelte-1ri0n2j:active{background:var(--brass-tint)}.empty.svelte-1ri0n2j{text-align:center;padding:30px 20px;display:flex;flex-direction:column;align-items:center;gap:10px;border:1px dashed var(--line-strong);border-radius:var(--r-md)}.empty-ic.svelte-1ri0n2j{width:56px;height:56px;border-radius:var(--r-md);border:1px solid var(--line);background:var(--surface);display:grid;place-items:center;color:var(--brass)}.empty.svelte-1ri0n2j p:where(.svelte-1ri0n2j){color:var(--ink-2);max-width:300px;line-height:1.5;margin:0;font-size:14px}.plist.svelte-1ri0n2j{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.pcard.svelte-1ri0n2j{display:flex;align-items:center;gap:12px;width:100%;text-align:left;padding:11px 12px;border:1px solid var(--line);border-radius:var(--r-md);background:var(--surface)}.pcard.svelte-1ri0n2j:active{background:var(--surface-2)}.pav.svelte-1ri0n2j{flex:none;width:40px;height:40px;border-radius:50%;display:grid;place-items:center;font-weight:700;font-size:17px;color:var(--on-accent);background:var(--brass)}.pmeta.svelte-1ri0n2j{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.pnom.svelte-1ri0n2j{font-weight:600;font-size:15px}.ptags.svelte-1ri0n2j{display:flex;flex-wrap:wrap;gap:4px 8px}.pt.svelte-1ri0n2j{display:inline-flex;align-items:center;gap:3px;font-size:11.5px}.pt.scale.svelte-1ri0n2j{color:var(--ink);font-weight:700}.pt.sprout.svelte-1ri0n2j{color:var(--brass-2);font-weight:600}.pt.verm.svelte-1ri0n2j{color:var(--verm)}.pt.brass.svelte-1ri0n2j{color:var(--brass-2)}.pt.ink.svelte-1ri0n2j{color:var(--ink-3)}.pedit.svelte-1ri0n2j{flex:none;color:var(--ink-3)}.equip.svelte-1ri0n2j{display:flex;flex-wrap:wrap;gap:6px}.etag.svelte-1ri0n2j{display:inline-flex;align-items:center;gap:4px;font-size:12.5px;color:var(--brass-2);background:var(--brass-tint);border:1px solid var(--brass);border-radius:var(--r-sm);padding:4px 9px}.app-shell.svelte-1n46o8q{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;overflow:hidden}.content.svelte-1n46o8q{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.boot.svelte-1n46o8q{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:var(--surface);font-family:var(--font-cond, inherit);font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--brass)}
