:root{--olive:#6b7045;--olive-light:#70764e;--olive-muted:#6b704514;--olive-border:#6b704526;--gold:#917545;--gold-light:#d4be9a;--gold-muted:#c4a97d1f;--charcoal:#2c2c2c;--cream:#f5f0e8;--cream-dark:#ede6d9;--soft-green:#a3a87e;--white:#fff;--gray-50:#fafaf8;--gray-100:#f5f3ef;--gray-200:#e8e5de;--gray-300:#d4d0c8;--gray-400:#77736d;--gray-600:#5c584f;--error:#c0392b;--error-bg:#fef2f2;--success:#1e874a;--success-bg:#f0fdf4;--heading:"Cormorant Garamond", Georgia, serif;--body:"DM Sans", system-ui, sans-serif;--accent:"Caveat", cursive;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-full:999px;--shadow-sm:0 1px 3px #0000000a;--shadow-md:0 4px 12px #0000000f;--shadow-lg:0 8px 24px #00000014;--gutter:1.25rem;--nav-h:4rem;--ease:cubic-bezier(.4, 0, .2, 1)}*,:before,:after{box-sizing:border-box}html{font-size:clamp(15px,.4vw + 10px,19px)}html,body{background:var(--cream);color:var(--charcoal);font:400 1rem/1.5 var(--body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}a{color:inherit;text-decoration:none}::selection{background:var(--olive);color:var(--white)}:focus-visible{outline:2px solid var(--olive);outline-offset:2px;border-radius:4px}h1{font:600 2.1rem/1.15 var(--heading);color:var(--charcoal);margin:0}h2{font:600 .7rem/1 var(--body);text-transform:uppercase;letter-spacing:.2em;color:var(--olive);align-items:center;gap:.5rem;margin:2.25rem 0 .9rem;display:flex}h2 .count{letter-spacing:.04em;color:var(--olive);background:var(--olive-muted);border-radius:var(--radius-full);padding:.2rem .5rem;font-size:.65rem;font-weight:600}strong{font-weight:600}.eyebrow{font:600 .68rem/1 var(--body);text-transform:uppercase;letter-spacing:.2em;color:var(--olive)}.script{font:400 1.25rem/1.1 var(--accent);color:var(--gold)}.figure{font:600 2.3rem/1 var(--heading);font-variant-numeric:lining-nums tabular-nums;color:var(--charcoal)}.figure.sm{font-size:1.45rem}.muted{color:var(--gray-400)}.error{color:var(--error);margin:.4rem 0;font-size:.88rem}.warn{color:var(--gold)}.page{max-width:780px;padding:1.5rem var(--gutter) calc(var(--nav-h) + 2.5rem);margin:0 auto}.page-head{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.5rem;display:flex}.page-head .eyebrow,.page-head .script{margin-bottom:.4rem;display:block}.page>h1{margin-bottom:1.25rem}.back{color:var(--gray-600);align-items:center;gap:.3rem;margin-bottom:.9rem;font-size:.82rem;font-weight:500;display:inline-flex}.back:hover{color:var(--olive)}.card{background:var(--white);border:1px solid var(--gray-200);box-shadow:var(--shadow-sm);border-radius:12px;margin-bottom:.75rem;padding:1.15rem 1.25rem}.card>h2:first-child{margin-top:0}a.card{transition:border-color .2s var(--ease), box-shadow .2s var(--ease), transform .2s var(--ease);display:block}a.card:hover{border-color:var(--olive-border);box-shadow:var(--shadow-md);transform:translateY(-1px)}.row{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.row+.row{margin-top:.5rem}.grid-2{grid-template-columns:1fr 1fr;align-items:end;gap:.75rem;display:grid}.stats{grid-template-columns:repeat(auto-fit,minmax(9.5rem,1fr));gap:.75rem;margin-bottom:1rem;display:grid}.stats>div{background:var(--white);border:1px solid var(--gray-200);border-radius:12px;align-content:start;justify-items:start;gap:.5rem;padding:1rem 1.1rem;display:grid}.field{gap:.4rem;margin-bottom:1rem;display:grid}.field>span{color:#4a4a4a;font-size:.82rem;font-weight:500}input,select,textarea{width:100%;min-height:46px;font:400 .95rem/1.3 var(--body);color:var(--charcoal);border:1.5px solid var(--gray-200);background:var(--white);transition:border-color .2s var(--ease), box-shadow .2s var(--ease);border-radius:8px;padding:.6rem .95rem}input::placeholder,textarea::placeholder{color:#9e9a91}input:focus,select:focus,textarea:focus{border-color:var(--olive);outline:none;box-shadow:0 0 0 3px #6b70451a}select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%239E9A91' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:2.4rem}input[type=number]{-moz-appearance:textfield;font-variant-numeric:tabular-nums}input[type=search]{background:var(--white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%239E9A91' stroke-width='1.6' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-3.5-3.5'/%3E%3C/svg%3E") no-repeat .95rem center;padding-left:2.6rem}.btn{font:600 .88rem/1 var(--body);letter-spacing:.01em;border:1.5px solid var(--olive);color:var(--olive);cursor:pointer;white-space:nowrap;transition:background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease);background:0 0;border-radius:8px;justify-content:center;align-items:center;gap:.4rem;padding:.8rem 1.4rem;display:inline-flex}.btn:hover{background:var(--olive-muted)}.btn.primary{background:var(--olive);color:var(--white)}.btn.primary:hover{background:var(--olive-light);border-color:var(--olive-light)}.btn.gold{background:var(--gold);border-color:var(--gold);color:var(--white)}.btn.danger{border-color:var(--error);color:var(--error)}.btn.danger:hover{background:var(--error-bg)}.btn.small{padding:.55rem .95rem;font-size:.8rem}.btn:disabled,.btn[aria-disabled=true]{border-color:var(--gray-300);background:var(--gray-100);color:var(--gray-400);cursor:default}form>.btn:last-child{width:100%;margin-top:.25rem}.actions{grid-template-columns:repeat(4,1fr);gap:.5rem;margin:1.25rem 0;display:grid}.list{background:var(--white);border:1px solid var(--gray-200);box-shadow:var(--shadow-sm);border-radius:12px;margin:0;padding:0;list-style:none;overflow:hidden}.list li{border-bottom:1px solid var(--gray-100)}.list li:last-child{border-bottom:0}.list li>a,.list li>.item{transition:background .15s var(--ease);justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 1.15rem;display:flex}.list li>a:hover{background:var(--gray-50)}.item-name{font-weight:500}.item-meta{flex-wrap:wrap;align-items:center;gap:.35rem;margin-top:.35rem;display:flex}.item-qty{text-align:right;flex-shrink:0}.item-qty .figure{font-size:1.35rem;display:block}.item-qty small{color:var(--gray-400);font-size:.78rem}.list.card{padding:0}.badge{font:600 .62rem/1 var(--body);text-transform:uppercase;letter-spacing:.08em;border-radius:var(--radius-full);background:var(--gray-100);color:var(--gray-600);align-items:center;padding:.32rem .6rem;display:inline-flex}.badge.ok{background:var(--success-bg);color:var(--success)}.badge.warn{background:var(--gold-muted);color:var(--gold)}.badge.zero{background:var(--error-bg);color:var(--error)}.badge.olive{background:var(--olive-muted);color:var(--olive)}.chips{flex-wrap:wrap;gap:.45rem;display:flex}.chip{border:1px solid var(--gray-200);border-radius:var(--radius-full);background:var(--white);color:var(--gray-600);transition:border-color .2s var(--ease), color .2s var(--ease);padding:.4rem .85rem;font-size:.82rem;font-weight:500}a.chip:hover{border-color:var(--olive);color:var(--olive)}.qty-row{align-items:stretch;gap:.5rem;display:flex}.toggle{background:var(--gray-100);border-radius:8px;gap:3px;padding:3px;display:inline-flex}.toggle button{font:600 .8rem/1 var(--body);color:var(--gray-400);cursor:pointer;transition:background .2s var(--ease), color .2s var(--ease);background:0 0;border:0;border-radius:6px;padding:0 .9rem}.toggle button.active{background:var(--white);color:var(--olive);box-shadow:var(--shadow-sm)}.unit{color:var(--gray-400);align-self:center;min-width:1.5rem}table{border-collapse:collapse;width:100%;font-size:.9rem}th,td{text-align:left;border-bottom:1px solid var(--gray-100);vertical-align:middle;padding:.65rem .5rem}th{font:600 .66rem/1 var(--body);text-transform:uppercase;letter-spacing:.1em;color:var(--gray-400)}td.num,th.num{text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}tr:last-child td{border-bottom:0}.table-wrap{overflow-x:auto}@keyframes rise{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.page>*{animation:rise .45s var(--ease) both}.page>:nth-child(2){animation-delay:40ms}.page>:nth-child(3){animation-delay:80ms}.page>:nth-child(4){animation-delay:.12s}.page>:nth-child(n+5){animation-delay:.16s}@media (prefers-reduced-motion:reduce){.page>*{animation:none}*{transition:none!important}}@media (width>=720px){:root{--gutter:2rem}.page{padding-top:calc(var(--nav-h) + 2rem);padding-bottom:4rem}h1{font-size:2.6rem}}:root{--content-max:1240px}@media (width>=1100px){.page{max-width:920px}.page.wide{max-width:var(--content-max)}h1{font-size:2.9rem}.with-aside{grid-template-columns:minmax(0,1fr) minmax(18rem,22rem);align-items:start;gap:1.75rem;display:grid}.with-aside>aside{top:calc(var(--nav-h) + 1.5rem);gap:.75rem;display:grid;position:sticky}.with-aside>aside>.card{margin:0}}.nav.svelte-1h32yp1{z-index:10;height:var(--nav-h);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--gray-200);padding-bottom:env(safe-area-inset-bottom);background:#fffffff5;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 16px #00000008}.brand.svelte-1h32yp1,form.svelte-1h32yp1{display:none}.links.svelte-1h32yp1{max-width:520px;height:100%;margin:0 auto;display:flex}.links.svelte-1h32yp1 a:where(.svelte-1h32yp1){font:500 .68rem/1 var(--body);color:var(--gray-400);transition:color .2s var(--ease);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.3rem;display:flex;position:relative}.links.svelte-1h32yp1 a.active:where(.svelte-1h32yp1){color:var(--olive);font-weight:600}.links.svelte-1h32yp1 a.active:where(.svelte-1h32yp1):before{content:"";background:var(--olive);border-radius:0 0 2px 2px;height:2px;position:absolute;top:-1px;left:32%;right:32%}svg.svelte-1h32yp1{fill:none;stroke:currentColor;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}@media (width>=720px){.nav.svelte-1h32yp1{border-top:0;border-bottom:1px solid var(--gray-200);box-shadow:none;background:var(--cream);padding:0 max(2rem, calc((100vw - var(--content-max)) / 2 + 2rem));justify-content:space-between;align-items:center;display:flex;top:0;bottom:auto}.brand.svelte-1h32yp1{font:600 1.2rem/1 var(--heading);letter-spacing:.18em;text-transform:uppercase;color:var(--olive);display:block}.links.svelte-1h32yp1{gap:2.25rem;max-width:none;margin:0}.links.svelte-1h32yp1 a:where(.svelte-1h32yp1){height:var(--nav-h);color:var(--gray-600);flex-direction:row;font-size:.82rem}.links.svelte-1h32yp1 a.active:where(.svelte-1h32yp1):before{inset:auto 0 -1px}svg.svelte-1h32yp1{display:none}form.svelte-1h32yp1{display:block}.logout.svelte-1h32yp1{font:500 .82rem/1 var(--body);color:var(--gray-400);cursor:pointer;background:0 0;border:0}.logout.svelte-1h32yp1:hover{color:var(--olive)}}
