:root{--bg:#faf8f5;--surface:#fff;--surface-2:#f4efe8;--surface-3:#ece5da;--border:#e7ded1;--border-strong:#d8cdb9;--text:#2f2a25;--muted:#7c7367;--faint:#a99f8f;--accent:#7c9082;--accent-strong:#5f7468;--accent-soft:#e8efe9;--accent-ink:#23352b;--clay:#bd8060;--clay-soft:#f3e6dd;--gold:#b8922f;--green:#5a9367;--red:#c05f52;--amber:#c68a2e;--shadow-sm:0 1px 2px #3c32260d;--shadow:0 4px 20px -8px #3c322629;--shadow-lg:0 18px 48px -20px #3c322647;--glass:#faf8f59e;--glass-heavy:#faf8f5cc;--glass-item:#ffffff8c;--glass-edge:#d8cdb98c;--glass-highlight:#ffffff8c;--radius:14px;--radius-sm:9px;--radius-lg:20px;--font-serif:"Fraunces", "Newsreader", Georgia, "Times New Roman", serif;--font-sans:"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--nav-w:15rem;--content-w:1080px;--chevron:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237c7367' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}@media (prefers-color-scheme:dark){:root{--bg:#1a1816;--surface:#221f1c;--surface-2:#2a2622;--surface-3:#322d28;--border:#35302a;--border-strong:#45403a;--text:#ece6dc;--muted:#a89f90;--faint:#6e675c;--accent:#90a897;--accent-strong:#a6bcaa;--accent-soft:#26302a;--accent-ink:#0f1712;--clay:#d29a78;--clay-soft:#33291f;--gold:#d3ab52;--green:#7cb589;--red:#e08b7e;--amber:#d7a44f;--shadow-sm:0 1px 2px #0000004d;--shadow:0 6px 24px -10px #00000080;--shadow-lg:0 20px 52px -20px #0000009e;--glass:#221f1c99;--glass-heavy:#1a1816c7;--glass-item:#ffffff0f;--glass-edge:#ffffff17;--glass-highlight:#ffffff12;--chevron:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a89f90' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-size:15px;line-height:1.55}h1,h2,h3,h4{font-family:var(--font-serif);letter-spacing:-.01em;margin:0;font-weight:550;line-height:1.2}h1{letter-spacing:-.02em;font-size:1.7rem}a{color:inherit;text-decoration:none}p{margin:0}.num{font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1}.muted{color:var(--muted)}.faint{color:var(--faint)}.pos{color:var(--green)}.neg{color:var(--red)}.serif{font-family:var(--font-serif)}.eyebrow{text-transform:uppercase;letter-spacing:.1em;color:var(--faint);font-size:.7rem;font-weight:500}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:1.35rem 1.4rem}.card+.card{margin-top:1rem}button,.btn{font:inherit;color:var(--text);background:var(--surface-2);border:1px solid var(--border-strong);border-radius:var(--radius-sm);cursor:pointer;align-items:center;gap:.4rem;padding:.45rem .9rem;font-size:.85rem;font-weight:500;transition:border-color .15s,background .15s,transform 50ms,filter .15s;display:inline-flex}button:hover,.btn:hover{border-color:var(--accent)}button:active,.btn:active{transform:translateY(.5px)}button:focus-visible,.btn:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:2px}button.primary,.btn.primary{background:var(--accent);border-color:var(--accent);color:#fff}button.primary:hover,.btn.primary:hover{filter:brightness(1.06);border-color:var(--accent-strong)}button.ghost{background:0 0;border-color:#0000}button.ghost:hover{background:var(--surface-2);border-color:var(--border)}button.danger{color:var(--red)}button.danger:hover{border-color:var(--red)}button.sm,.btn.sm{padding:.3rem .6rem;font-size:.75rem}input,select,textarea{font:inherit;color:var(--text);background:var(--bg);border:1px solid var(--border-strong);border-radius:var(--radius-sm);min-width:0;max-width:100%;padding:.5rem .7rem}input:not([type=checkbox]),select{height:2.6rem}input[type=date],input[type=time]{appearance:none;align-items:center;display:flex}input[type=date]::-webkit-date-and-time-value{text-align:left;margin:0}input[type=time]::-webkit-date-and-time-value{text-align:left;margin:0}select{appearance:none;background-image:var(--chevron);background-position:right .7rem center;background-repeat:no-repeat;background-size:1em;padding-right:2.1rem}input::placeholder,textarea::placeholder{color:var(--faint)}input:focus,select:focus,textarea:focus{border-color:var(--accent);outline:none}input[type=number]{font-variant-numeric:tabular-nums;text-align:right}input[type=checkbox]{accent-color:var(--accent);width:1.05rem;height:1.05rem}label{font-size:.85rem}@media (hover:none){input,select,textarea{font-size:16px}}.table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}table{border-collapse:collapse;width:100%}th{text-transform:uppercase;letter-spacing:.08em;color:var(--faint);text-align:left;border-bottom:1px solid var(--border);padding:.5rem .75rem;font-size:.68rem;font-weight:500}td{border-bottom:1px solid var(--border);padding:.6rem .75rem}tr:last-child td{border-bottom:none}td.r,th.r{text-align:right}.pill{background:var(--surface-2);color:var(--muted);border:1px solid var(--border);border-radius:999px;align-items:center;gap:.35rem;padding:.15rem .55rem;font-size:.72rem;font-weight:500;display:inline-flex}.dot{border-radius:999px;flex:none;width:.55rem;height:.55rem}.prose{overflow-wrap:anywhere;line-height:1.7}.prose pre{overflow-x:auto}.prose h1,.prose h2,.prose h3{margin:1.6em 0 .5em}.prose h1{font-size:1.5rem}.prose h2{font-size:1.2rem}.prose p{margin:.8em 0}.prose ul,.prose ol{margin:.7em 0;padding-left:1.3em}.prose li{margin:.3em 0}.prose a{color:var(--accent-strong);text-underline-offset:2px;text-decoration:underline}.prose blockquote{border-left:3px solid var(--accent);color:var(--muted);margin:1em 0;padding:.2em 0 .2em 1em;font-style:italic}.prose code{background:var(--surface-2);border-radius:5px;padding:.1em .35em;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:.88em}.prose hr{border:none;border-top:1px solid var(--border);margin:1.8em 0}.prose img{border-radius:var(--radius-sm);max-width:100%}::selection{background:var(--accent-soft)}.update-toast.svelte-1akntz0{left:50%;bottom:calc(1.1rem + env(safe-area-inset-bottom,0px));z-index:40;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);color:var(--text);white-space:nowrap;align-items:center;gap:.8rem;padding:.6rem .7rem .6rem 1rem;font-size:.9rem;animation:.2s svelte-1akntz0-toast-in;display:flex;position:fixed;transform:translate(-50%)}.update-toast.svelte-1akntz0 button:where(.svelte-1akntz0):disabled{opacity:.7}@keyframes svelte-1akntz0-toast-in{0%{opacity:0;transform:translate(-50%)translateY(.5rem)}to{opacity:1;transform:translate(-50%)translateY(0)}}.app.svelte-12qhfyh{min-height:100vh}.sidebar.svelte-12qhfyh{width:var(--nav-w);border-right:1px solid var(--border);background:var(--surface);z-index:20;flex-direction:column;gap:.4rem;padding:1.4rem .9rem;transition:width .18s;display:flex;position:fixed;inset:0 auto 0 0}.brand-row.svelte-12qhfyh{justify-content:space-between;align-items:center;gap:.4rem;padding:.2rem .6rem 1.2rem;display:flex}.brand.svelte-12qhfyh{min-width:0;font-family:var(--font-serif);letter-spacing:-.02em;align-items:center;gap:.6rem;font-size:1.15rem;font-weight:600;display:flex}.mark.svelte-12qhfyh{background:var(--accent-soft);width:2rem;height:2rem;color:var(--accent-strong);border-radius:9px;flex:none;place-items:center;display:grid}.collapse-btn.svelte-12qhfyh{color:var(--muted);flex:none;padding:.4rem}nav.svelte-12qhfyh{flex-direction:column;gap:.15rem;display:flex}.nav-link.svelte-12qhfyh{border-radius:var(--radius-sm);color:var(--muted);white-space:nowrap;align-items:center;gap:.7rem;padding:.55rem .7rem;font-size:.92rem;font-weight:450;transition:background .15s,color .15s;display:flex}.nav-link.svelte-12qhfyh svg{flex:none}.nav-link.svelte-12qhfyh:hover{background:var(--surface-2);color:var(--text)}.nav-link.active.svelte-12qhfyh{background:var(--accent-soft);color:var(--accent-ink);font-weight:550}.foot.svelte-12qhfyh{border-top:1px solid var(--border);flex-direction:column;gap:.15rem;margin-top:auto;padding-top:.8rem;display:flex}.logout.svelte-12qhfyh button:where(.svelte-12qhfyh){width:100%;color:var(--muted);justify-content:flex-start}.content.svelte-12qhfyh{margin-left:var(--nav-w);overflow-x:clip}main.svelte-12qhfyh{max-width:var(--content-w);margin:0 auto;padding:2.4rem 2rem 5rem}.app.collapsed.svelte-12qhfyh .sidebar:where(.svelte-12qhfyh){width:4.4rem}.app.collapsed.svelte-12qhfyh .content:where(.svelte-12qhfyh){margin-left:4.4rem}.app.collapsed.svelte-12qhfyh .brand-row:where(.svelte-12qhfyh){flex-direction:column;gap:.5rem;padding:.2rem 0 1rem}.app.collapsed.svelte-12qhfyh .wordmark:where(.svelte-12qhfyh),.app.collapsed.svelte-12qhfyh .nav-link:where(.svelte-12qhfyh) span:where(.svelte-12qhfyh),.app.collapsed.svelte-12qhfyh .logout:where(.svelte-12qhfyh) span:where(.svelte-12qhfyh){display:none}.app.collapsed.svelte-12qhfyh .nav-link:where(.svelte-12qhfyh),.app.collapsed.svelte-12qhfyh .logout:where(.svelte-12qhfyh) button:where(.svelte-12qhfyh){justify-content:center;padding:.55rem}.tabbar.svelte-12qhfyh,.overlay.svelte-12qhfyh{display:none}@media (width<=860px){.sidebar.svelte-12qhfyh{display:none}.app.collapsed.svelte-12qhfyh .content:where(.svelte-12qhfyh),.content.svelte-12qhfyh{margin-left:0}main.svelte-12qhfyh{padding:calc(1.4rem + env(safe-area-inset-top)) 1rem calc(3.3rem + env(safe-area-inset-bottom))}.tabbar.svelte-12qhfyh{left:50%;bottom:calc(env(safe-area-inset-bottom) - 1.2rem);z-index:25;border:1px solid var(--glass-edge);background:var(--glass);-webkit-backdrop-filter:blur(20px)saturate(1.8);backdrop-filter:blur(20px)saturate(1.8);width:min(100% - 1.5rem,27rem);box-shadow:var(--shadow-lg), inset 0 1px 0 var(--glass-highlight);border-radius:28px;grid-template-columns:repeat(5,1fr);padding:.3rem;display:grid;position:fixed;transform:translate(-50%)}.tab-indicator.svelte-12qhfyh{background:var(--accent-soft);pointer-events:none;border-radius:22px;width:calc(20% - .12rem);transition:transform .28s cubic-bezier(.3,.7,.25,1),opacity .18s;position:absolute;top:.3rem;bottom:.3rem;left:.3rem}.tab-indicator.hidden.svelte-12qhfyh{opacity:0}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.tabbar.svelte-12qhfyh{background:var(--surface)}}.tab.svelte-12qhfyh{color:var(--muted);letter-spacing:.01em;-webkit-tap-highlight-color:transparent;border-radius:22px;flex-direction:column;justify-content:center;align-items:center;gap:.18rem;padding:.5rem 0 .42rem;font-size:.6rem;font-weight:500;line-height:1;transition:background .18s,color .18s;display:flex;position:relative}button.tab.svelte-12qhfyh{font:inherit;cursor:pointer;background:0 0;border:none;font-size:.6rem;font-weight:500}.tab.active.svelte-12qhfyh{color:var(--accent-ink)}.tab.svelte-12qhfyh:active{color:var(--text);transform:none}.overlay.svelte-12qhfyh{z-index:40;background:#14100a59;display:block;position:fixed;inset:0}.sheet.svelte-12qhfyh{border-top:1px solid var(--glass-edge);background:var(--glass-heavy);-webkit-backdrop-filter:blur(28px)saturate(1.8);backdrop-filter:blur(28px)saturate(1.8);box-shadow:var(--shadow-lg), inset 0 1px 0 var(--glass-highlight);padding:.55rem 1rem calc(1.1rem + env(safe-area-inset-bottom));border-radius:24px 24px 0 0;max-height:78dvh;animation:.22s cubic-bezier(.32,.72,.25,1) svelte-12qhfyh-sheet-up;position:absolute;inset:auto 0 0;overflow-y:auto}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.sheet.svelte-12qhfyh{background:var(--surface)}}.sheet-handle.svelte-12qhfyh{background:var(--border-strong);border-radius:999px;width:2.4rem;height:.3rem;margin:0 auto .9rem}.sheet-grid.svelte-12qhfyh{grid-template-columns:repeat(2,1fr);gap:.55rem;display:grid}.sheet-link.svelte-12qhfyh{border-radius:var(--radius);background:var(--glass-item);border:1px solid var(--glass-edge);color:var(--text);-webkit-tap-highlight-color:transparent;align-items:center;gap:.65rem;padding:.85rem .9rem;font-size:.92rem;font-weight:500;display:flex}.sheet-link.svelte-12qhfyh svg{color:var(--muted);flex:none}.sheet-link.active.svelte-12qhfyh{background:var(--accent-soft);color:var(--accent-ink);border-color:#0000}.sheet-link.active.svelte-12qhfyh svg{color:inherit}.sheet-foot.svelte-12qhfyh{border-top:1px solid var(--glass-edge);justify-content:space-between;align-items:center;gap:.55rem;margin-top:.9rem;padding-top:.9rem;display:flex}.sheet-foot.svelte-12qhfyh .sheet-link:where(.svelte-12qhfyh){flex:1}.sheet-foot.svelte-12qhfyh .logout:where(.svelte-12qhfyh) button:where(.svelte-12qhfyh){color:var(--muted);padding:.85rem .9rem}}@media (prefers-color-scheme:dark){.tab-indicator.svelte-12qhfyh{background:#90a89738}.tab.active.svelte-12qhfyh{color:var(--accent-strong)}.sheet-link.active.svelte-12qhfyh{color:var(--accent-strong);background:#90a89738}}@keyframes svelte-12qhfyh-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}
