:root{--c-bg:#f7f7f7;--c-bg-card:#fff;--c-text:#222;--c-text-muted:#666;--c-text-button:#fff;--c-border:#ccc;--c-accent:#4aa3ff;--c-accent-bg:#0080ff15;--c-cancel:#ff4a4a;--c-done:#2e8b57;--c-warning:#e8a735;--radius:8px;--nav-height:56px;--sidebar-width:200px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}.dark{--c-bg:#1b1b1b;--c-bg-card:#262626;--c-text:#e8e8e8;--c-text-muted:#999;--c-border:#444;--c-accent:#4aa3ff;--c-accent-bg:#005b9c20;--c-done:#58b66a;--c-warning:#f0b429}@media (prefers-color-scheme:dark){:root:not(.light){--c-bg:#1b1b1b;--c-bg-card:#262626;--c-text:#e8e8e8;--c-text-muted:#999;--c-border:#444;--c-accent:#4aa3ff;--c-accent-bg:#005b9c20;--c-done:#58b66a;--c-warning:#f0b429}}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--c-bg);color:var(--c-text);letter-spacing:-.01em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:system-ui,-apple-system,sans-serif;line-height:1.5}html{scroll-behavior:smooth}body{padding-bottom:calc(var(--nav-height) + env(safe-area-inset-bottom,0px) + 1rem);padding-left:env(safe-area-inset-left,0px);padding-right:env(safe-area-inset-right,0px)}@media (width>=900px){body{padding-bottom:1rem}}a{color:var(--c-accent);text-decoration:none}button{font:inherit;cursor:pointer;border:1px solid var(--c-border);background:var(--c-accent-bg);color:var(--c-text);border-radius:var(--radius);padding:.5rem .75rem;transition:background .15s,color .15s,transform .1s,box-shadow .15s}button:hover{background:var(--c-accent);color:var(--c-text-button);transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}button:active{box-shadow:none;transform:translateY(0)}button:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}button.primary{background:var(--c-accent);color:var(--c-text-button);border-color:var(--c-accent);font-weight:600}button.danger{background:var(--c-cancel);color:#fff;border-color:var(--c-cancel)}input,select,textarea{font:inherit;border:1px solid var(--c-border);border-radius:var(--radius);background:var(--c-bg-card);width:100%;color:var(--c-text);padding:.5rem;transition:border-color .15s,box-shadow .15s}input:focus-visible,select:focus-visible,textarea:focus-visible{border-color:var(--c-accent);box-shadow:0 0 0 2px var(--c-accent-bg);outline:none}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='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;padding-right:1.75rem}textarea{resize:vertical;min-height:80px}label{flex-direction:column;gap:.25rem;font-size:.9rem;font-weight:500;display:flex}.empty-state{text-align:center;color:var(--c-text-muted);flex-direction:column;align-items:center;gap:.5rem;padding:3rem 1rem;display:flex}.empty-state svg{opacity:.4}.empty-state p{margin:0;font-size:.95rem}.empty-hint{opacity:.7;font-size:.8rem!important}::selection{background:var(--c-accent);color:#fff}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--c-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--c-text-muted)}.skip-link{background:var(--c-accent);color:#fff;z-index:100;padding:.5rem 1rem;transition:top .2s;position:absolute;top:-40px;left:0}.skip-link:focus{top:0}@keyframes fade-in{0%{opacity:0}}@keyframes fade-out{to{opacity:0}}::view-transition-old(root){animation:90ms cubic-bezier(.4,0,1,1) both fade-out}::view-transition-new(root){animation:.21s cubic-bezier(0,0,.2,1) both fade-in}@media print{nav,.bottom-nav,.sidebar,.skip-link,.install-banner,.toast,button,.form,.form-actions,.edit-actions,.quick-add,.del,.edit-btn,.theme-toggle{display:none!important}body{margin:0!important;padding:0!important}main{max-width:100%!important;margin-left:0!important}:root{--c-bg:#fff!important;--c-text:#000!important;--c-bg-card:#fff!important}.chart-section,.metrics,.stats,.entry-list{break-inside:avoid}.metric-card{border:1px solid #ccc}.page-header{padding:.5rem 0}*{box-shadow:none!important;transition:none!important}}.brand.svelte-oeh3u8{display:none}nav.svelte-oeh3u8{height:calc(var(--nav-height) + env(safe-area-inset-bottom,0px));padding-bottom:env(safe-area-inset-bottom,0px);background:var(--c-bg-card);border-top:1px solid var(--c-border);z-index:100;display:flex;position:fixed;bottom:0;left:0;right:0}nav.svelte-oeh3u8>a:where(.svelte-oeh3u8){color:var(--c-text-muted);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;font-size:.7rem;text-decoration:none;transition:color .15s,background .15s;display:flex}nav.svelte-oeh3u8>a.active:where(.svelte-oeh3u8){color:var(--c-accent);font-weight:600}.fav-item.svelte-oeh3u8{flex:1;display:flex;position:relative}.fav-item.svelte-oeh3u8>a:where(.svelte-oeh3u8){color:var(--c-text-muted);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;font-size:.7rem;text-decoration:none;transition:color .15s,background .15s;display:flex}.fav-item.svelte-oeh3u8>a.active:where(.svelte-oeh3u8){color:var(--c-accent);font-weight:600}.fav-overflow.svelte-oeh3u8,.reorder-btns.svelte-oeh3u8{display:none}.icon.svelte-oeh3u8{justify-content:center;align-items:center;height:20px;display:flex}.nav-controls.svelte-oeh3u8{z-index:101;gap:.3rem;display:flex;position:absolute;top:.4rem;right:.4rem}.theme-toggle.svelte-oeh3u8,.locale-toggle.svelte-oeh3u8{border:1px solid var(--c-border);border-radius:var(--radius);cursor:pointer;color:var(--c-text-muted);background:0 0;justify-content:center;align-items:center;padding:.25rem .35rem;line-height:1;transition:color .2s;display:flex}.theme-toggle.svelte-oeh3u8:hover,.locale-toggle.svelte-oeh3u8:hover{color:var(--c-accent);background:0 0}.locale-toggle.svelte-oeh3u8{letter-spacing:.03em;font-size:.65rem;font-weight:700}@media (width>=900px){.brand.svelte-oeh3u8{color:var(--c-accent);padding:1.5rem 1rem 1rem;font-size:1.25rem;font-weight:700;display:block}nav.svelte-oeh3u8{width:var(--sidebar-width,200px);border-top:none;border-right:1px solid var(--c-border);flex-direction:column;gap:0;height:100dvh;padding:0;position:fixed;inset:0 auto 0 0}nav.svelte-oeh3u8>a:where(.svelte-oeh3u8){border-radius:0;flex-direction:row;flex:0;justify-content:flex-start;gap:.75rem;padding:.75rem 1rem;font-size:.9rem}nav.svelte-oeh3u8>a:where(.svelte-oeh3u8):hover{background:var(--c-accent-bg)}nav.svelte-oeh3u8>a.active:where(.svelte-oeh3u8){background:var(--c-accent-bg);border-right:3px solid var(--c-accent)}.fav-item.svelte-oeh3u8{flex:0}.fav-item.svelte-oeh3u8>a:where(.svelte-oeh3u8){border-radius:0;flex-direction:row;justify-content:flex-start;gap:.75rem;padding:.75rem 3rem .75rem 1rem;font-size:.9rem}.fav-item.svelte-oeh3u8>a:where(.svelte-oeh3u8):hover{background:var(--c-accent-bg)}.fav-item.svelte-oeh3u8>a.active:where(.svelte-oeh3u8){background:var(--c-accent-bg);border-right:3px solid var(--c-accent);color:var(--c-accent)}.fav-overflow.svelte-oeh3u8{display:flex}.reorder-btns.svelte-oeh3u8{flex-direction:column;gap:1px;display:none;position:absolute;top:50%;right:.4rem;transform:translateY(-50%)}.fav-item.svelte-oeh3u8:hover .reorder-btns:where(.svelte-oeh3u8){display:flex}.reorder-btns.svelte-oeh3u8 button:where(.svelte-oeh3u8){cursor:pointer;color:var(--c-text-muted);background:0 0;border:none;border-radius:2px;justify-content:center;align-items:center;padding:1px;transition:color .15s,background .15s;display:flex}.reorder-btns.svelte-oeh3u8 button:where(.svelte-oeh3u8):hover:not(:disabled){color:var(--c-accent);background:var(--c-accent-bg)}.reorder-btns.svelte-oeh3u8 button:where(.svelte-oeh3u8):disabled{opacity:.25;cursor:default}.icon.svelte-oeh3u8{justify-content:center;align-items:center;width:1.5rem;display:flex}.nav-controls.svelte-oeh3u8{gap:.5rem;margin:auto 1rem 1rem;display:flex;position:static}.theme-toggle.svelte-oeh3u8,.locale-toggle.svelte-oeh3u8{padding:.5rem}}.ql-backdrop.svelte-1myd6bp{z-index:199;background:#0006;animation:.2s svelte-1myd6bp-ql-fade-in;position:fixed;inset:0}.ql-container.svelte-1myd6bp{bottom:calc(var(--nav-height) + env(safe-area-inset-bottom,0px) + 14px);z-index:200;flex-direction:column;align-items:flex-end;gap:12px;display:flex;position:fixed;right:16px}.ql-fab.svelte-1myd6bp{background:var(--c-accent);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;padding:0;transition:transform .25s,box-shadow .2s;display:flex;box-shadow:0 4px 12px #0003}.ql-fab.svelte-1myd6bp:hover{background:var(--c-accent);color:#fff;transform:scale(1.08);box-shadow:0 6px 16px #00000040}.ql-fab.open.svelte-1myd6bp{transform:rotate(45deg)}.ql-fab.open.svelte-1myd6bp:hover{transform:rotate(45deg)scale(1.08)}.ql-badge.svelte-1myd6bp{background:var(--c-done);color:#fff;pointer-events:none;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.6rem;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.ql-menu.svelte-1myd6bp{flex-direction:column;gap:8px;animation:.2s svelte-1myd6bp-ql-slide-up;display:flex}.ql-repeat.svelte-1myd6bp{background:var(--c-bg-card);border:1px solid var(--c-border);border-radius:var(--radius);padding:.5rem .6rem;animation:.15s svelte-1myd6bp-ql-pop-in;box-shadow:0 2px 6px #0000001a}.ql-repeat-title.svelte-1myd6bp{color:var(--c-text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.3rem;font-size:.65rem;font-weight:600;display:block}.ql-repeat-items.svelte-1myd6bp{flex-wrap:wrap;gap:.25rem;display:flex}.ql-repeat-btn.svelte-1myd6bp{background:var(--c-accent-bg);border:1px solid var(--c-border);color:var(--c-text);cursor:pointer;border-radius:14px;align-items:center;padding:.25rem .5rem;font-size:.75rem;font-weight:500;transition:border-color .15s,background .15s;display:inline-flex}.ql-repeat-btn.svelte-1myd6bp:hover{border-color:var(--c-accent);background:var(--c-accent);color:#fff;box-shadow:none;transform:none}.ql-repeat-label.svelte-1myd6bp{text-overflow:ellipsis;white-space:nowrap;max-width:120px;overflow:hidden}.ql-action.svelte-1myd6bp{cursor:pointer;background:0 0;border:none;flex-direction:row-reverse;align-items:center;gap:10px;padding:0;animation:.2s backwards svelte-1myd6bp-ql-pop-in;display:flex}.ql-action.svelte-1myd6bp:first-child{animation-delay:20ms}.ql-action.svelte-1myd6bp:nth-child(2){animation-delay:50ms}.ql-action.svelte-1myd6bp:nth-child(3){animation-delay:80ms}.ql-action.svelte-1myd6bp:nth-child(4){animation-delay:.11s}.ql-action.svelte-1myd6bp:nth-child(5){animation-delay:.14s}.ql-action.svelte-1myd6bp:nth-child(6){animation-delay:.17s}.ql-action-icon.svelte-1myd6bp{background:var(--c-bg-card);border:1px solid var(--c-border);width:40px;height:40px;color:var(--c-accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,border-color .15s;display:flex;box-shadow:0 2px 6px #0000001a}.ql-action.svelte-1myd6bp:hover .ql-action-icon:where(.svelte-1myd6bp){background:var(--c-accent-bg);border-color:var(--c-accent)}.ql-action.svelte-1myd6bp:hover{box-shadow:none;color:var(--c-text);background:0 0;transform:none}.ql-action-label.svelte-1myd6bp{color:var(--c-text);background:var(--c-bg-card);border-radius:var(--radius);white-space:nowrap;padding:.3rem .6rem;font-size:.8rem;font-weight:600;box-shadow:0 2px 6px #0000001a}.ql-panel.svelte-1myd6bp{background:var(--c-bg-card);border:1px solid var(--c-border);border-radius:var(--radius);min-width:220px;max-width:280px;padding:.75rem;animation:.2s svelte-1myd6bp-ql-pop-in;box-shadow:0 4px 16px #00000026}.ql-panel-header.svelte-1myd6bp{align-items:center;gap:.5rem;margin-bottom:.6rem;display:flex}.ql-panel-title.svelte-1myd6bp{color:var(--c-text);font-size:.85rem;font-weight:600}.ql-back.svelte-1myd6bp{background:var(--c-accent-bg);border:1px solid var(--c-border);width:28px;height:28px;color:var(--c-text-muted);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.ql-back.svelte-1myd6bp:hover{color:var(--c-accent);background:var(--c-accent-bg);box-shadow:none;transform:none}.ql-chips.svelte-1myd6bp{flex-wrap:wrap;gap:6px;display:flex}.ql-chip.svelte-1myd6bp{background:var(--c-accent-bg);border:1px solid var(--c-border);color:var(--c-text);cursor:pointer;border-radius:20px;align-items:center;gap:4px;padding:.35rem .65rem;font-size:.8rem;transition:background .15s,border-color .15s;display:inline-flex}.ql-chip.svelte-1myd6bp:hover{border-color:var(--c-accent);background:var(--c-accent);color:#fff;box-shadow:none;transform:none}.ql-chip-meta.svelte-1myd6bp{color:var(--c-text-muted);font-size:.7rem}.ql-chip.svelte-1myd6bp:hover .ql-chip-meta:where(.svelte-1myd6bp){color:#fffc}.ql-empty.svelte-1myd6bp{color:var(--c-text-muted);margin:0;font-size:.8rem}.ql-water-btns.svelte-1myd6bp{gap:.5rem;margin-bottom:.5rem;display:flex}.ql-water-btn.svelte-1myd6bp{background:var(--c-accent-bg);border:1px solid var(--c-border);border-radius:var(--radius);cursor:pointer;flex-direction:column;flex:1;align-items:center;gap:.05rem;padding:.6rem .5rem;transition:border-color .15s,background .15s;display:flex}.ql-water-btn.svelte-1myd6bp:hover{border-color:var(--c-accent);background:var(--c-accent);color:#fff;box-shadow:none;transform:none}.ql-water-amount.svelte-1myd6bp{font-size:1.1rem;font-weight:700}.ql-water-unit.svelte-1myd6bp{color:var(--c-text-muted);font-size:.65rem}.ql-water-btn.svelte-1myd6bp:hover .ql-water-unit:where(.svelte-1myd6bp){color:#fffc}.ql-water-custom.svelte-1myd6bp{gap:.35rem;display:flex}.ql-water-input.svelte-1myd6bp{text-align:center;flex:1;padding:.35rem .5rem;font-size:.85rem}.ql-water-go.svelte-1myd6bp{background:var(--c-accent);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;padding:.35rem .65rem;font-size:.8rem;font-weight:600}.ql-water-go.svelte-1myd6bp:hover{opacity:.9;background:var(--c-accent);color:#fff;box-shadow:none;transform:none}.ql-textarea.svelte-1myd6bp{resize:vertical;width:100%;min-height:64px;margin-bottom:.5rem;font-size:.85rem}.ql-save.svelte-1myd6bp{width:100%}@media (width>=900px){.ql-container.svelte-1myd6bp{bottom:24px;right:32px}}@keyframes svelte-1myd6bp-ql-fade-in{0%{opacity:0}to{opacity:1}}@keyframes svelte-1myd6bp-ql-slide-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes svelte-1myd6bp-ql-pop-in{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media print{.ql-container.svelte-1myd6bp,.ql-backdrop.svelte-1myd6bp{display:none!important}}.toast.svelte-1cpok13{bottom:calc(var(--nav-height) + 12px);background:var(--c-done);color:#fff;z-index:200;border-radius:20px;align-items:center;gap:.75rem;padding:.6rem 1.25rem;font-size:.9rem;font-weight:500;animation:.2s ease-out svelte-1cpok13-slideUp;display:flex;position:fixed;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0003}.toast-action.svelte-1cpok13{color:#fff;cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:0;font-size:.85rem;font-weight:700;text-decoration:underline}.toast-action.svelte-1cpok13:hover{opacity:.85}@keyframes svelte-1cpok13-slideUp{0%{opacity:0;transform:translate(-50%)translateY(8px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.offline-banner.svelte-12qhfyh{background:var(--c-warning);color:#fff;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.8rem;font-weight:600;display:flex}.install-banner.svelte-12qhfyh{background:var(--c-accent-bg);border-bottom:1px solid var(--c-accent);align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.85rem;display:flex}.install-banner.svelte-12qhfyh button:where(.svelte-12qhfyh){flex-shrink:0}.install-banner.svelte-12qhfyh .dismiss:where(.svelte-12qhfyh){color:var(--c-text-muted);background:0 0;border:none;padding:.25rem}.shell.svelte-12qhfyh{min-height:100dvh;display:flex}main.svelte-12qhfyh{flex:1;width:100%;max-width:720px;min-height:100dvh;margin:0 auto}@media (width>=900px){main.svelte-12qhfyh{max-width:960px;margin-left:var(--sidebar-width,200px);padding:0 2rem}}@media (width>=1400px){main.svelte-12qhfyh{max-width:1100px}}
