:root{color-scheme:light dark;--bg: #f4f5f1;--surface: #ffffff;--surface-sunken: #eceee8;--border: #e0e3db;--border-strong: #c5cabc;--text: #191d18;--text-muted: #5a6256;--accent: #1f6f4a;--accent-strong: #185a3c;--accent-soft: #e2eee6;--on-accent: #ffffff;--danger: #a3341f;--danger-soft: #f8e7e2;--warn: #7f5400;--warn-soft: #fbf0d8;--backdrop: rgba(25, 29, 24, .42);--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--space-7: 48px;--radius: 14px;--radius-sm: 10px;--radius-xs: 6px;--tap: 44px;--shadow: 0 1px 2px rgba(25, 29, 24, .06), 0 6px 20px rgba(25, 29, 24, .08);--shadow-bar: 0 -1px 0 var(--border);--font: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--text-xs: .75rem;--text-sm: .875rem;--text-md: 1rem;--text-lg: 1.125rem;--text-xl: 1.375rem;--text-money: 2.25rem;--ease-out: cubic-bezier(.22, 1, .36, 1);--duration: .2s;--duration-fast: .14s;--z-sticky: 10;--z-bar: 20;--z-sheet: 50;--z-toast: 60;--column: 680px;--tab-bar: 64px;--safe-bottom: env(safe-area-inset-bottom, 0px)}@media (prefers-color-scheme: dark){:root{--bg: #111410;--surface: #1a1e18;--surface-sunken: #232820;--border: #2c3228;--border-strong: #434b3c;--text: #e8ece3;--text-muted: #a3ab9a;--accent: #6cc493;--accent-strong: #8bd4aa;--accent-soft: #1d3126;--on-accent: #0b1a11;--danger: #f0907a;--danger-soft: #3b201a;--warn: #e5b565;--warn-soft: #382b13;--backdrop: rgba(0, 0, 0, .6);--shadow: 0 1px 2px rgba(0, 0, 0, .5), 0 6px 20px rgba(0, 0, 0, .4)}}*{box-sizing:border-box}[hidden]{display:none!important}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:var(--font);font-size:var(--text-md);line-height:1.45;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}h1,h2,h3{margin:0;line-height:1.25;font-weight:650;text-wrap:balance}h1{font-size:var(--text-xl);letter-spacing:-.015em}h2{font-size:var(--text-lg);letter-spacing:-.01em}h3{font-size:var(--text-md)}p{margin:0}ul,ol{margin:0;padding:0;list-style:none}svg{flex:none}.num{font-variant-numeric:tabular-nums}.app{min-height:100dvh;display:flex;flex-direction:column}.app-main{flex:1;width:100%;max-width:var(--column);margin:0 auto;padding:0 var(--space-4);padding-bottom:calc(var(--tab-bar) + var(--safe-bottom) + var(--space-6))}.app:has([data-task]:not([hidden] *)) .tab-bar{display:none}.app:has([data-task]:not([hidden] *)) .app-main{padding-bottom:calc(var(--tap) + var(--space-3) * 2 + var(--safe-bottom) + var(--space-5))}.page-header{position:sticky;top:0;z-index:var(--z-sticky);display:flex;align-items:center;gap:var(--space-2);min-height:56px;margin:0 calc(-1 * var(--space-4));padding:env(safe-area-inset-top,0px) var(--space-2) 0;background:var(--bg)}.page-header--hero{min-height:64px}.page-header__title{flex:1;min-width:0;padding-inline:var(--space-2)}.page-header__title>h1{font-size:var(--text-lg);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-header--hero .page-header__title>h1{font-size:var(--text-xl)}.page-header__title>p{color:var(--text-muted);font-size:var(--text-sm);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-header__actions{display:flex;align-items:center;gap:var(--space-1)}.tab-bar{position:fixed;left:0;right:0;bottom:0;z-index:var(--z-bar);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:var(--space-1) max(var(--space-4),calc((100% - var(--column)) / 2 + var(--space-4))) var(--safe-bottom);min-height:calc(var(--tab-bar) + var(--safe-bottom));background:var(--surface);box-shadow:var(--shadow-bar)}.tab-bar__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-height:56px;padding:var(--space-1) var(--space-2);border:0;border-radius:var(--radius-sm);background:none;color:var(--text-muted);font:inherit;font-size:var(--text-xs);font-weight:600;cursor:pointer;touch-action:manipulation;transition:color var(--duration-fast) var(--ease-out)}.tab-bar__item svg{width:24px;height:24px}.tab-bar__item[aria-current=page]{color:var(--accent)}.tab-bar__add{display:grid;place-items:center;width:56px;height:56px;margin-inline:var(--space-4);border:0;border-radius:999px;background:var(--accent);color:var(--on-accent);box-shadow:var(--shadow);cursor:pointer;touch-action:manipulation;transition:transform var(--duration-fast) var(--ease-out),background-color var(--duration-fast) var(--ease-out)}.tab-bar__add svg{width:26px;height:26px}.tab-bar__add:hover{background:var(--accent-strong)}.tab-bar__add:active{transform:scale(.94)}@media (min-width: 760px){.tab-bar{left:50%;right:auto;bottom:var(--space-4);width:380px;min-height:0;padding:var(--space-1) var(--space-2);border:1px solid var(--border);border-radius:999px;box-shadow:var(--shadow);transform:translate(-50%)}.tab-bar__item{min-height:52px}.tab-bar__add{width:48px;height:48px}}.status-pill{position:fixed;top:calc(env(safe-area-inset-top,0px) + var(--space-2));left:50%;z-index:var(--z-toast);display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-1) var(--space-3);border-radius:999px;background:var(--text);color:var(--bg);font-size:var(--text-xs);font-weight:600;transform:translate(-50%);box-shadow:var(--shadow);animation:rise var(--duration) var(--ease-out);pointer-events:none}.status-pill__dot{width:8px;height:8px;border-radius:999px;background:var(--warn)}.status-pill--saving .status-pill__dot{background:var(--accent);animation:pulse .9s ease-in-out infinite alternate}@keyframes pulse{0%{opacity:.35}to{opacity:1}}@keyframes rise{0%{opacity:0;translate:0 6px}to{opacity:1;translate:0 0}}.stack{display:flex;flex-direction:column;gap:var(--space-3)}.stack--tight{gap:var(--space-2)}.stack--loose{gap:var(--space-5)}.row{display:flex;align-items:center;gap:var(--space-2)}.row--between{justify-content:space-between}.row--wrap{flex-wrap:wrap}.spacer{flex:1}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-4)}.section-head{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-3);padding-inline:var(--space-1)}.section-title{color:var(--text);font-size:var(--text-sm);font-weight:650}.section-head__aside{color:var(--text-muted);font-size:var(--text-sm);font-variant-numeric:tabular-nums}.muted{color:var(--text-muted)}.small{font-size:var(--text-sm)}.hint{color:var(--text-muted);font-size:var(--text-sm)}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);min-height:var(--tap);padding:0 var(--space-4);border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);font:inherit;font-weight:600;text-decoration:none;cursor:pointer;touch-action:manipulation;transition:background-color var(--duration-fast) var(--ease-out),border-color var(--duration-fast) var(--ease-out),color var(--duration-fast) var(--ease-out),transform var(--duration-fast) var(--ease-out)}.btn svg{width:20px;height:20px}.btn:hover:not(:disabled){border-color:var(--text-muted)}.btn:active:not(:disabled){transform:scale(.98)}.btn:disabled{opacity:.45;cursor:not-allowed}.btn--primary{background:var(--accent);border-color:var(--accent);color:var(--on-accent)}.btn--primary:hover:not(:disabled){background:var(--accent-strong);border-color:var(--accent-strong)}.btn--ghost{border-color:transparent;background:transparent;color:var(--text-muted)}.btn--ghost:hover:not(:disabled){background:var(--surface-sunken);border-color:transparent;color:var(--text)}.btn--danger{border-color:transparent;background:var(--danger-soft);color:var(--danger)}.btn--danger:hover:not(:disabled){border-color:var(--danger)}.btn--text-danger{border-color:transparent;background:transparent;color:var(--danger)}.btn--text-danger:hover:not(:disabled){background:var(--danger-soft);border-color:transparent}.btn--small{min-height:36px;padding:0 var(--space-3);font-size:var(--text-sm)}.btn--block{width:100%}.btn--lg{min-height:52px;font-size:var(--text-lg)}.btn--icon{min-width:var(--tap);padding:0}.icon-btn{display:inline-grid;place-items:center;width:var(--tap);height:var(--tap);flex:none;border:0;border-radius:999px;background:transparent;color:var(--text);cursor:pointer;touch-action:manipulation;transition:background-color var(--duration-fast) var(--ease-out)}.icon-btn svg{width:22px;height:22px}.icon-btn:hover:not(:disabled){background:var(--surface-sunken)}.icon-btn:disabled{opacity:.4;cursor:not-allowed}.icon-btn--muted{color:var(--text-muted)}:where(button,a,input,select,textarea,summary):focus-visible{outline:2px solid var(--accent);outline-offset:2px}.action-bar{position:fixed;left:0;right:0;bottom:0;z-index:var(--z-bar);display:flex;gap:var(--space-2);padding:var(--space-3) max(var(--space-4),calc((100% - var(--column)) / 2 + var(--space-4))) calc(var(--space-3) + var(--safe-bottom));background:var(--surface);box-shadow:var(--shadow-bar)}.action-bar>.btn{flex:1;padding:0 var(--space-3);white-space:nowrap}.action-bar>.btn--primary{flex:2}.field{display:flex;flex-direction:column;gap:6px;min-width:0}.field>label,.field__label{font-size:var(--text-sm);font-weight:600;color:var(--text-muted)}.field__hint{font-weight:400}.field__hint--warn{color:var(--warn)}input[type=text],input[type=email],input[type=password],input[type=date],input[type=search],input[type=number]{min-height:var(--tap);width:100%;min-width:0;max-width:100%;padding:0 var(--space-3);border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);font:inherit;font-size:max(16px,1rem);transition:border-color var(--duration-fast) var(--ease-out),box-shadow var(--duration-fast) var(--ease-out)}input::placeholder{color:var(--text-muted);opacity:.8}:where(input,select):focus-visible{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}input[type=search]{padding-left:40px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237a8275' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-3.5-3.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:12px 50%;background-size:18px;appearance:none;-webkit-appearance:none}input[type=date]{display:block;height:var(--tap);appearance:none;-webkit-appearance:none}input[type=date]::-webkit-date-and-time-value{min-height:1.2em;text-align:left}input[type=date]::-webkit-datetime-edit{padding:0}select{min-height:var(--tap);width:100%;padding:0 calc(var(--space-3) + 18px) 0 var(--space-3);border:1px solid var(--border-strong);border-radius:var(--radius-sm);background-color:var(--surface);background-image:linear-gradient(45deg,transparent 50%,var(--text-muted) 50%),linear-gradient(135deg,var(--text-muted) 50%,transparent 50%);background-position:calc(100% - 18px) 50%,calc(100% - 13px) 50%;background-size:5px 5px;background-repeat:no-repeat;color:var(--text);font:inherit;font-size:max(16px,1rem);appearance:none;-webkit-appearance:none;cursor:pointer;text-overflow:ellipsis}input[type=checkbox]{width:22px;height:22px;margin:0;accent-color:var(--accent)}.segmented{display:grid;grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;gap:2px;padding:3px;border-radius:var(--radius-sm);background:var(--surface-sunken)}.segmented__option{min-height:40px;padding:0 var(--space-2);border:0;border-radius:calc(var(--radius-sm) - 3px);background:transparent;color:var(--text-muted);font:inherit;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;touch-action:manipulation;transition:background-color var(--duration-fast) var(--ease-out),color var(--duration-fast) var(--ease-out)}.segmented__option[aria-pressed=true],.segmented__option[aria-current=page]{background:var(--surface);color:var(--text);box-shadow:0 1px 2px #191d181f}.chip{display:inline-flex;align-items:center;gap:var(--space-1);padding:2px var(--space-2);border-radius:999px;background:var(--surface-sunken);color:var(--text-muted);font-size:var(--text-xs);font-weight:600;white-space:nowrap}.chip--accent{background:var(--accent-soft);color:var(--accent)}.chip--warn{background:var(--warn-soft);color:var(--warn)}.chip--danger{background:var(--danger-soft);color:var(--danger)}.choice-chips{display:flex;flex-wrap:wrap;gap:var(--space-2)}.choice-chip{display:inline-flex;align-items:center;min-height:40px;padding:0 var(--space-3);border:1px solid var(--border-strong);border-radius:999px;background:var(--surface);color:var(--text);font:inherit;font-size:var(--text-sm);font-weight:600;cursor:pointer;touch-action:manipulation;transition:background-color var(--duration-fast) var(--ease-out),border-color var(--duration-fast) var(--ease-out),color var(--duration-fast) var(--ease-out)}.choice-chip:hover{border-color:var(--text-muted)}.choice-chip[aria-pressed=true]{border-color:var(--accent);background:var(--accent);color:var(--on-accent)}.list{display:flex;flex-direction:column;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);overflow:hidden}.list-row{position:relative;display:flex;align-items:center;gap:var(--space-3);width:100%;min-height:56px;padding:var(--space-3) var(--space-4);border:0;background:none;color:inherit;font:inherit;text-align:left}.list-row+.list-row,.list>li+li>.list-row{border-top:1px solid var(--border)}button.list-row,a.list-row,.list-row--button{cursor:pointer;touch-action:manipulation;text-decoration:none;transition:background-color var(--duration-fast) var(--ease-out)}button.list-row:hover,a.list-row:hover{background:var(--surface-sunken)}button.list-row:focus-visible,a.list-row:focus-visible{outline-offset:-2px}.list-row__main{display:flex;flex:1;flex-direction:column;gap:2px;min-width:0}.list-row__title{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.list-row__meta{display:flex;flex-wrap:wrap;align-items:center;gap:0 var(--space-2);color:var(--text-muted);font-size:var(--text-sm)}.list-row__meta>span:not(.chip)+span:not(.chip):before{content:"·";margin-right:var(--space-2)}.list-row__value{display:flex;flex:none;flex-direction:column;align-items:flex-end;gap:2px;font-variant-numeric:tabular-nums;white-space:nowrap}.list-row__value>:first-child{font-weight:600}.list-row__sub{color:var(--text-muted);font-size:var(--text-xs);font-weight:500}.list-row__chevron{flex:none;width:18px;height:18px;margin-right:calc(-1 * var(--space-1));color:var(--text-muted)}.list-row__icon{display:grid;place-items:center;flex:none;width:40px;height:40px;border-radius:var(--radius-sm);background:var(--surface-sunken);color:var(--text)}.list-row__icon svg{width:22px;height:22px}.check{display:flex;align-items:center;gap:var(--space-3);width:100%;min-height:52px;padding:var(--space-2) var(--space-4);border:0;background:var(--surface);font:inherit;color:inherit;text-align:left;cursor:pointer;touch-action:manipulation}.check:hover:not(:disabled){background:var(--surface-sunken)}.check__box{flex:none;display:grid;place-items:center;width:24px;height:24px;border:2px solid var(--border-strong);border-radius:7px;color:transparent;transition:background-color var(--duration-fast) var(--ease-out),border-color var(--duration-fast) var(--ease-out)}.check__box svg{width:16px;height:16px}.check--done .check__box{background:var(--accent);border-color:var(--accent);color:var(--on-accent)}.check--done .check__label{text-decoration:line-through;color:var(--text-muted)}.check__body{min-width:0;display:flex;flex-direction:column}.check__label{font-weight:600}.notice{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-3);border-radius:var(--radius-sm);background:var(--warn-soft);color:var(--warn);font-size:var(--text-sm)}.notice--danger{background:var(--danger-soft);color:var(--danger)}.notice--info{background:var(--accent-soft);color:var(--accent)}.notice ul{padding-left:var(--space-4);list-style:disc}.empty{padding:var(--space-5) var(--space-4);text-align:center;color:var(--text-muted)}.empty-state{display:flex;flex-direction:column;align-items:center;gap:var(--space-3);padding:var(--space-6) var(--space-4);border:1px dashed var(--border-strong);border-radius:var(--radius);text-align:center}.empty-state__title{font-weight:650}.empty-state p{max-width:34ch;color:var(--text-muted);font-size:var(--text-sm)}.skeleton{display:block;border-radius:var(--radius-xs);background:var(--surface-sunken);animation:pulse 1.1s ease-in-out infinite alternate}.sheet-backdrop{position:fixed;inset:0;z-index:var(--z-sheet);display:flex;align-items:flex-end;justify-content:center;background:var(--backdrop);animation:fade var(--duration) var(--ease-out)}.sheet{width:100%;max-width:560px;max-height:92dvh;overflow-y:auto;overscroll-behavior:contain;background:var(--surface);border-radius:var(--radius) var(--radius) 0 0;box-shadow:var(--shadow);padding:var(--space-2) var(--space-4) calc(var(--space-4) + var(--safe-bottom));display:flex;flex-direction:column;gap:var(--space-3);animation:slide-up .26s var(--ease-out)}.sheet:before{content:"";flex:none;align-self:center;width:36px;height:4px;border-radius:999px;background:var(--border-strong)}.sheet__header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-3)}.sheet__header>div>p{margin-top:2px}@keyframes fade{0%{opacity:0}}@keyframes slide-up{0%{transform:translateY(24px);opacity:0}}@media (min-width: 640px){.sheet-backdrop{align-items:center;padding:var(--space-4)}.sheet{border-radius:var(--radius);padding-bottom:var(--space-5)}.sheet:before{display:none}}.action-list{display:flex;flex-direction:column;gap:var(--space-2)}.action-list__item{display:flex;align-items:center;gap:var(--space-3);width:100%;min-height:64px;padding:var(--space-3);border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:inherit;font:inherit;text-align:left;cursor:pointer;touch-action:manipulation;transition:background-color var(--duration-fast) var(--ease-out),border-color var(--duration-fast) var(--ease-out)}.action-list__item:hover{border-color:var(--border-strong);background:var(--surface-sunken)}.action-list__item--primary .list-row__icon{background:var(--accent);color:var(--on-accent)}.action-list__text{display:flex;flex-direction:column;gap:2px;min-width:0}.action-list__title{font-weight:650}.action-list__text>span:last-child{color:var(--text-muted);font-size:var(--text-sm)}.login{min-height:100dvh;display:grid;place-items:center;padding:var(--space-4)}.login__card{width:100%;max-width:380px;display:flex;flex-direction:column;gap:var(--space-4)}.login__brand{display:flex;flex-direction:column;gap:var(--space-2);margin-bottom:var(--space-3)}.login__mark{display:grid;place-items:center;width:48px;height:48px;border-radius:var(--radius);background:var(--accent);color:var(--on-accent)}.login__mark svg{width:26px;height:26px}.login__brand h1{font-size:1.75rem;letter-spacing:-.02em}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:1ms!important;animation-iteration-count:1!important;transition-duration:1ms!important}}.groceries{display:flex;flex-direction:column;gap:var(--space-4)}.groceries__head{display:flex;flex-direction:column;gap:var(--space-2)}.groceries>.page-header+.groceries__head{margin-top:calc(-1 * var(--space-2))}.groceries:has([data-task]:not([hidden] *))>:is(.page-header,.groceries__head){display:none}.groceries__now{min-height:var(--tap);color:var(--accent)}.week-stepper{display:flex;align-items:center;gap:var(--space-1);margin-right:calc(-1 * var(--space-2))}.week-stepper__label{display:flex;flex:1;flex-direction:column;min-width:0;padding-left:var(--space-1);line-height:1.3}.week-stepper__name{font-weight:650}.week-stepper__range{color:var(--text-muted);font-size:var(--text-sm);font-variant-numeric:tabular-nums}.groceries-loading__row{display:flex;align-items:center;gap:var(--space-3);min-height:64px;padding:var(--space-2) var(--space-4)}.groceries-loading__row+.groceries-loading__row{border-top:1px solid var(--border)}.groceries-loading__day{width:40px;height:40px}.groceries-loading__text{width:55%;height:14px}.list>li+li>.check{border-top:1px solid var(--border)}.check .check__body{flex:1}.check:disabled{cursor:progress}.check__hint{margin-top:2px;color:var(--text-muted);font-size:var(--text-sm);line-height:1.3}.check-item{gap:0;min-height:0;padding:0 var(--space-1) 0 0}.check-item>.check{flex:1;min-width:0}.add-row{gap:var(--space-2);min-height:0;padding:var(--space-2)}.add-row>input[type=text]{flex:1;border-color:transparent;background:var(--surface-sunken)}.add-row>input[type=text]:focus-visible{border-color:var(--accent);background:var(--surface)}.add-row__btn{flex:none;padding-inline:var(--space-3)}.planner-day{min-height:64px;padding-block:var(--space-2)}.day-badge{display:flex;flex:none;flex-direction:column;align-items:center;justify-content:center;width:40px;height:44px;border-radius:var(--radius-sm);color:var(--text);font-weight:400;line-height:1.15}.day-badge__weekday{color:var(--text-muted);font-size:var(--text-xs);font-weight:600}.day-badge__day{font-size:var(--text-lg);font-weight:650;font-variant-numeric:tabular-nums}.day-badge--today{background:var(--accent);color:var(--on-accent)}.day-badge--today .day-badge__weekday{color:inherit}.day-badge--past .day-badge__day{color:var(--text-muted)}.planner-day--open{gap:0;padding:0 var(--space-2) 0 0}.planner-day__pick{display:flex;flex:1;align-items:center;gap:var(--space-3);min-width:0;min-height:64px;padding:var(--space-2) var(--space-4);border:0;background:none;color:var(--accent);font:inherit;font-weight:600;text-align:left;cursor:pointer;touch-action:manipulation;transition:background-color var(--duration-fast) var(--ease-out)}.planner-day__pick:hover{background:var(--surface-sunken)}.planner-day__pick:focus-visible{outline-offset:-2px}.planner-day__pick-label{display:inline-flex;align-items:center;gap:var(--space-2)}.planner-day__pick-label svg{width:20px;height:20px}.planner-day__action{flex:none;padding-inline:var(--space-3)}.planner-day:not(.planner-day--open)>.planner-day__action{margin-right:calc(-1 * var(--space-2))}.planner-action--danger .list-row__icon{background:var(--danger-soft);color:var(--danger)}.planner-action--danger .action-list__title{color:var(--danger)}.picker-new{color:var(--accent)}.picker-new .list-row__icon{background:var(--accent-soft);color:var(--accent)}.picker-meal{gap:0;padding:0 var(--space-1) 0 0}.picker-meal__choose{display:flex;flex:1;flex-direction:column;justify-content:center;gap:2px;min-width:0;min-height:60px;padding:var(--space-2) var(--space-4);border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;touch-action:manipulation;transition:background-color var(--duration-fast) var(--ease-out)}.picker-meal__choose:hover:not(:disabled){background:var(--surface-sunken)}.picker-meal__choose:focus-visible{outline-offset:-2px}.picker-meal__choose:disabled{cursor:progress}.picker-meal__meta{overflow:hidden;color:var(--text-muted);font-size:var(--text-sm);text-overflow:ellipsis;white-space:nowrap}.picker-ingredient{min-height:48px;padding-block:2px;padding-right:var(--space-1)}.picker-actions{display:flex;gap:var(--space-2)}.picker-actions>.btn{flex:1}.picker-actions>.btn--primary{flex:2}.picker-archive-hint{margin-top:calc(-1 * var(--space-2));text-align:center}.review-more__icon{width:22px;height:22px;color:var(--text-muted)}.move-days{min-width:0;margin:0;padding:0;border:0}.move-days>legend{margin-bottom:var(--space-2);padding:0}.move-leave-out{display:flex;align-items:center;gap:var(--space-3);min-height:var(--tap);cursor:pointer}.move-leave-out>input{flex:none}.shopping__jump{display:inline-flex;align-self:flex-start;align-items:center;gap:var(--space-1);min-height:var(--tap);margin-block:calc(-1 * var(--space-3));padding-inline:var(--space-1);color:var(--accent);font-size:var(--text-sm);font-weight:600;text-decoration:none}.shopping__jump svg{width:18px;height:18px}.shopping__done{padding:var(--space-3) var(--space-1);color:var(--text-muted);font-size:var(--text-sm)}.shopping__empty{padding-block:var(--space-5)}.shopping-receipts{padding-top:var(--space-5);border-top:1px solid var(--border);scroll-margin-top:calc(64px + var(--space-2))}.shopping-receipts__add{display:flex;gap:var(--space-2)}.shopping-receipts__add>.btn{flex:1}.shopping-receipts__add>.btn--primary{flex:1.5}.shopping-receipts__housebook{align-self:flex-start;margin-left:calc(-1 * var(--space-3))}.hb-hero{display:flex;flex-direction:column;align-items:center;gap:var(--space-2);padding-top:var(--space-1)}.hb-period{display:flex;align-items:center;gap:var(--space-1)}.hb-period__label{display:inline-flex;align-items:center;gap:var(--space-1);min-height:var(--tap);padding:0 var(--space-3);border:0;border-radius:999px;background:none;color:var(--text);font:inherit;font-weight:650;cursor:pointer;touch-action:manipulation}.hb-period__label svg{width:18px;height:18px;color:var(--text-muted)}.hb-period__label:hover{background:var(--surface-sunken)}.hb-total{display:flex;flex-direction:column;align-items:center;gap:var(--space-1);text-align:center}.hb-total__amount{font-size:var(--text-money);font-weight:700;letter-spacing:-.02em;line-height:1.1}.hb-total__note{color:var(--text-muted);font-size:var(--text-sm);font-variant-numeric:tabular-nums}.hb-total__skeleton{width:180px;height:40px}.hb-total__skeleton--line{width:220px;height:14px}.hb-range{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:var(--space-2)}.hb-ledger__day{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-3);padding:var(--space-3) var(--space-4) 0;color:var(--text-muted);font-size:var(--text-sm)}.hb-ledger__day h3{font-size:var(--text-sm);font-weight:650}.hb-ledger>li+.hb-ledger__day{margin-top:var(--space-1);border-top:1px solid var(--border)}.hb-ledger>.hb-ledger__day+li>.list-row{border-top:0}.hb-ledger .receipt-row{min-height:60px}.hb-all .list-row__title{color:var(--accent)}.hb-search{display:flex;gap:var(--space-2)}.hb-filter{position:relative;border:1px solid var(--border-strong);border-radius:var(--radius-sm)}.hb-filter[aria-expanded=true],.hb-filter--active{border-color:var(--accent);color:var(--accent)}.hb-filter__count{position:absolute;top:-6px;right:-6px;display:grid;place-items:center;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:var(--accent);color:var(--on-accent);font-size:.6875rem;font-weight:700}.hb-filters{display:grid;gap:var(--space-2);animation:rise var(--duration) var(--ease-out)}@media (min-width: 440px){.hb-filters{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.hb-filters>.btn{grid-column:1 / -1;justify-self:start}}.hb-signout .list-row__title,.hb-signout .list-row__icon{color:var(--danger)}.hb-signout .list-row__icon{background:var(--danger-soft)}.receipt-row .list-row__title{font-weight:600}.receipt-row__photo{width:14px;height:14px}.receipt-form__fieldset{display:flex;flex-direction:column;gap:var(--space-4);min-width:0;margin:0;padding:0;border:0}.amount-field{display:flex;flex-direction:column;align-items:center;gap:var(--space-1);padding:var(--space-4) var(--space-3) var(--space-3);border-radius:var(--radius);background:var(--surface);border:1px solid var(--border)}.amount-field>label{color:var(--text-muted);font-size:var(--text-sm);font-weight:600}.amount-field__control{display:flex;align-items:baseline;justify-content:center;gap:var(--space-2);width:100%}.amount-field__currency{color:var(--text-muted);font-size:1.75rem;font-weight:600}.amount-field input.amount-field__input{width:8ch;min-height:56px;padding:0;border:0;background:transparent;font-size:2.5rem;font-weight:700;letter-spacing:-.02em;text-align:left;box-shadow:none}.amount-field input.amount-field__input:focus-visible{box-shadow:none}.amount-field:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.amount-field__note{color:var(--text-muted);font-size:var(--text-sm)}.form-list>li{min-width:0}.form-list>li+li{border-top:1px solid var(--border)}.form-row{display:flex;align-items:center;gap:var(--space-3);width:100%;min-height:56px;padding:var(--space-2) var(--space-4);border:0;background:none;color:inherit;font:inherit;text-align:left}.form-row--stacked{flex-direction:column;align-items:stretch;gap:var(--space-2);padding-block:var(--space-3)}.form-row__label{flex:none;font-weight:600}.form-row__value{flex:1;min-width:0;overflow:hidden;color:var(--text-muted);font-size:var(--text-sm);text-align:right;text-overflow:ellipsis;white-space:nowrap}.form-list input.form-row__date{flex:1;width:auto;min-width:0;min-height:40px;height:40px;border-color:transparent;background:transparent;color:var(--text);text-align:right}.form-list input.form-row__date::-webkit-date-and-time-value{text-align:right}.form-list input.form-row__date:hover{background:var(--surface-sunken)}.form-disclosure>summary{cursor:pointer;list-style:none;touch-action:manipulation}.form-disclosure>summary::-webkit-details-marker{display:none}.form-disclosure>summary:hover{background:var(--surface-sunken)}.form-disclosure__chevron{width:18px;height:18px;color:var(--text-muted);transition:transform var(--duration) var(--ease-out)}.form-disclosure[open] .form-disclosure__chevron{transform:rotate(180deg)}.form-disclosure__body{padding:0 var(--space-4) var(--space-4);animation:rise var(--duration) var(--ease-out)}.receipt-photo-link{cursor:pointer}.receipt-photo-link:hover{background:var(--surface-sunken)}.receipt-photo-link img,.receipt-photo-link__placeholder{flex:none;width:32px;height:40px;border-radius:var(--radius-xs);background:var(--surface-sunken);object-fit:cover}.share-count{display:flex;align-items:center;gap:var(--space-3)}.share-count>.btn{min-width:56px;font-size:1.25rem}.share-count__value{min-width:2ch;font-size:1.25rem;font-weight:650;font-variant-numeric:tabular-nums;text-align:center}.receipt-line{display:flex;flex-direction:column;gap:var(--space-2);padding:var(--space-3)}.receipt-line+.receipt-line{border-top:1px solid var(--border)}.receipt-line__main{display:grid;grid-template-columns:minmax(0,1fr) 7rem;gap:var(--space-2)}.receipt-line__main input.receipt-line__amount{text-align:right}.receipt-line__details{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr) auto;gap:var(--space-2);align-items:center}.receipt-line__details select{min-height:40px;font-size:var(--text-sm)}.receipt-issues ul{display:flex;flex-direction:column;gap:var(--space-1)}.receipt-issues .btn{align-self:flex-start}.receipt-form__manage{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-2);padding-top:var(--space-2)}.receipt-viewer{position:fixed;inset:0;z-index:var(--z-sheet);display:flex;flex-direction:column;background:#000;color:#fff;animation:fade var(--duration) var(--ease-out)}.receipt-viewer__bar{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);padding:max(var(--space-2),env(safe-area-inset-top)) var(--space-3) var(--space-2) var(--space-4)}.receipt-viewer__bar .icon-btn{color:#fff}.receipt-viewer__bar .icon-btn:hover{background:#ffffff1f}.receipt-viewer__pages{flex:1;overflow:auto;display:flex;flex-direction:column;gap:var(--space-3);padding:var(--space-3) var(--space-3) calc(var(--space-3) + var(--safe-bottom))}.receipt-viewer__pages img{display:block;width:100%;max-width:720px;margin:0 auto;border-radius:var(--radius-xs)}.category-items__summary{display:flex;flex-direction:column;gap:2px}.category-items__total{font-size:1.75rem;font-weight:700;letter-spacing:-.02em}.category-items__filters{display:grid;gap:var(--space-2)}@media (min-width: 440px){.category-items__filters{grid-template-columns:minmax(0,1fr) 12rem;align-items:center}}.item-groups{display:flex;flex-direction:column;gap:var(--space-2)}.item-group{display:block;width:100%;padding:0;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:inherit;font:inherit;text-align:left;cursor:pointer;overflow:hidden;touch-action:manipulation;transition:border-color var(--duration-fast) var(--ease-out)}.item-group:hover{border-color:var(--border-strong)}.item-group:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.item-group__head{display:grid;grid-template-columns:minmax(0,1fr) auto auto;grid-template-areas:"title sum open" "meta meta open";align-items:baseline;column-gap:var(--space-2);row-gap:2px;padding:var(--space-3) var(--space-3) var(--space-3) var(--space-4);border-bottom:1px solid var(--border);background:var(--surface-sunken)}.item-group__title{grid-area:title;font-weight:650}.item-group__sum{grid-area:sum;font-weight:650;font-variant-numeric:tabular-nums;white-space:nowrap}.item-group__meta{grid-area:meta;color:var(--text-muted);font-size:var(--text-sm)}.item-group__open{grid-area:open;align-self:center;width:18px;height:18px;color:var(--text-muted)}.item-group__lines{display:block;padding:0 var(--space-4)}.item-line{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-3);padding-block:var(--space-2)}.item-line+.item-line{border-top:1px solid var(--border)}.item-line__name{display:flex;flex-direction:column;min-width:0;overflow-wrap:anywhere}.item-line__category{color:var(--text-muted);font-size:var(--text-xs)}.item-line__amount{display:flex;flex-direction:column;align-items:flex-end;font-variant-numeric:tabular-nums;white-space:nowrap}.item-line__full{color:var(--text-muted);font-size:var(--text-xs)}.budget-row{display:flex;flex-direction:column;gap:var(--space-2);padding:var(--space-3) var(--space-3) var(--space-3) var(--space-4)}.budget-list>li+li{border-top:1px solid var(--border)}.budget-row__main{display:flex;align-items:center;gap:var(--space-2)}.budget-row input.budget-row__name{flex:1;min-width:0;padding-inline:0;border-color:transparent;background:transparent;font-weight:600}.budget-row input.budget-row__name:focus-visible{padding-inline:var(--space-2);border-color:var(--accent)}.budget-row__amount{display:flex;flex:none;align-items:center;gap:var(--space-1);width:7.5rem;padding-left:var(--space-3);border:1px solid var(--border-strong);border-radius:var(--radius-sm);color:var(--text-muted)}.budget-row__amount:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.budget-row__amount input{padding-left:0;border:0;background:transparent;text-align:right}.budget-row__amount input:focus-visible{box-shadow:none}.budget-row__fixed{width:var(--tap);flex:none}.budget-row--removed{flex-direction:row;align-items:center;justify-content:space-between}.budget-carry{display:flex;align-items:center;gap:var(--space-2);min-height:36px;color:var(--text-muted);font-size:var(--text-sm);cursor:pointer}.capture-receipt{display:flex;flex-direction:column;gap:var(--space-3)}.capture-pages{display:flex;flex-wrap:wrap;gap:var(--space-3)}.capture-page{position:relative;width:104px}.capture-page img{display:block;width:104px;height:140px;object-fit:cover;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-sunken)}.capture-page__actions{position:absolute;right:var(--space-1);bottom:var(--space-1);display:flex;gap:var(--space-1)}.capture-page .icon-btn.capture-page__action{width:36px;height:36px;background:#141813b8;color:#fff}.capture-page .icon-btn.capture-page__action svg{width:18px;height:18px}.capture-add{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-2)}.capture-preparing{display:flex;align-items:center;gap:var(--space-3)}.capture-preparing .skeleton{width:48px;height:64px}.capture-progress img{flex:none;width:40px;height:52px;object-fit:cover;border-radius:var(--radius-xs);background:var(--surface-sunken)}.capture-progress__busy:before{content:"";display:inline-block;width:8px;height:8px;border-radius:999px;background:var(--accent);animation:pulse .8s ease-in-out infinite alternate}.capture-progress__error{color:var(--danger)}.print__button{min-height:var(--tap);margin-right:var(--space-2)}.print__button svg{width:18px;height:18px}.print-sheet{display:flex;flex-direction:column;gap:var(--space-5);padding:var(--space-5) var(--space-4);border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.print-sheet__header{display:flex;flex-direction:column;gap:2px;padding-bottom:var(--space-3);border-bottom:1px solid var(--border-strong)}.print-sheet__header>p,.print-day__date,.print-day__ingredients,.print-row__note,.print-note{color:var(--text-muted);font-size:var(--text-sm)}.print-section{display:flex;flex-direction:column;gap:var(--space-2)}.print-section h3{font-size:var(--text-md)}.print-day{display:flex;gap:var(--space-3);padding:var(--space-2) 0;border-bottom:1px solid var(--border)}.print-day:last-child{border-bottom:0}.print-day__when{display:flex;flex:0 0 6.5rem;flex-direction:column}.print-day__weekday,.print-day__title{font-weight:600}.print-day__what{display:flex;flex:1;flex-direction:column;min-width:0}.print-day__empty{color:var(--text-muted)}.print-row{display:flex;align-items:flex-start;gap:var(--space-2);padding:3px 0}.print-row__box{flex:none;width:14px;height:14px;margin-top:.2em;border:1.5px solid currentColor;border-radius:3px}.print-row__body{display:flex;flex-direction:column;min-width:0}.print-row__note{line-height:1.3}.print-subhead{margin:var(--space-2) 0 0;font-size:var(--text-sm);font-weight:650}@page{margin:14mm}@media print{html,body{color-scheme:light;background:#fff;color:#000}.tab-bar,.status-pill,.page-header,.sheet-backdrop,.notice,.print-hide{display:none!important}.app{display:block;min-height:0}.app-main{max-width:none;padding:0}.print-sheet{gap:8mm;padding:0;border:0;border-radius:0;background:none;box-shadow:none;color:#000}.print-sheet__header{border-bottom-color:#000;break-after:avoid}.print-sheet h2,.print-sheet h3,.print-sheet h4,.print-day__empty{color:#000}.print-sheet__header>p,.print-day__date,.print-day__ingredients,.print-row__note,.print-note{color:#444}.print-day{border-bottom-color:#ccc}.print-list{columns:2;column-gap:10mm}.print-section h3,.print-subhead{break-after:avoid}.print-day,.print-row{break-inside:avoid}}
