:root{--bg: #f7f5f2;--surface: #ffffff;--surface-sunken: #f1eee9;--ink: #23201d;--ink-soft: #5d574f;--ink-faint: #8a8279;--line: #e3ded6;--accent: #2f6f5e;--accent-soft: #e6f0ec;--accent-ink: #1d4c40;--warn: #8a5a00;--warn-soft: #fdf3e2;--danger: #99342b;--danger-soft: #fbeceb;--radius: 16px;--radius-sm: 10px;--shadow: 0 1px 2px rgba(35, 32, 29, .06), 0 8px 24px rgba(35, 32, 29, .06);--font: "Segoe UI", system-ui, -apple-system, "Helvetica Neue", sans-serif;--safe-bottom: env(safe-area-inset-bottom, 0px)}@media(prefers-color-scheme:dark){:root{--bg: #171512;--surface: #211e1a;--surface-sunken: #1b1815;--ink: #f2ede6;--ink-soft: #bdb5aa;--ink-faint: #8d857a;--line: #332e28;--accent: #6dbfa5;--accent-soft: #1e2f2a;--accent-ink: #a9dccd;--warn: #e0b055;--warn-soft: #2c2417;--danger: #e79b93;--danger-soft: #2e1c1a;--shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 8px 24px rgba(0, 0, 0, .3)}}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100%}body{background:var(--bg);color:var(--ink);font-family:var(--font);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}:focus-visible{outline:3px solid var(--accent);outline-offset:2px;border-radius:6px}.app{min-height:100vh;display:flex;flex-direction:column}.app-main{flex:1;width:100%;max-width:680px;margin:0 auto;padding:20px 18px calc(96px + var(--safe-bottom))}@media(min-width:900px){.app{flex-direction:row}.app-main{padding-bottom:48px}}.topbar{display:flex;align-items:center;gap:12px;padding:14px 18px;background:var(--surface);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.topbar-title{font-size:15px;font-weight:650;letter-spacing:-.1px}.topbar-sub{font-size:12.5px;color:var(--ink-faint)}.spacer{flex:1}.tabbar{position:fixed;left:0;right:0;bottom:0;z-index:30;display:grid;grid-auto-flow:column;grid-auto-columns:1fr;background:var(--surface);border-top:1px solid var(--line);padding-bottom:var(--safe-bottom)}.tab{appearance:none;border:none;background:none;cursor:pointer;font-family:inherit;font-size:11.5px;font-weight:600;color:var(--ink-faint);padding:10px 4px 12px;display:flex;flex-direction:column;align-items:center;gap:4px;min-height:60px}.tab svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.tab[aria-current=page]{color:var(--accent)}.tab-badge{position:absolute;transform:translate(14px,-6px);background:var(--danger);color:#fff;border-radius:999px;font-size:10px;font-weight:700;min-width:17px;height:17px;display:grid;place-items:center;padding:0 4px}@media(min-width:900px){.tabbar{position:sticky;top:0;bottom:auto;height:100vh;width:232px;grid-auto-flow:row;grid-auto-rows:max-content;align-content:start;border-top:none;border-right:1px solid var(--line);padding:18px 12px;gap:4px}.tab{flex-direction:row;justify-content:flex-start;gap:12px;font-size:14px;padding:12px 14px;border-radius:var(--radius-sm);min-height:0}.tab[aria-current=page]{background:var(--accent-soft)}}.greeting{font-size:26px;font-weight:650;letter-spacing:-.4px;margin-bottom:4px}.subtle{color:var(--ink-soft);font-size:14.5px}.section-title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.7px;color:var(--ink-faint);margin:26px 0 10px}h2{font-size:19px;font-weight:650;letter-spacing:-.2px}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:18px;box-shadow:var(--shadow)}.card+.card{margin-top:12px}.card-row{display:flex;align-items:center;gap:14px}.tile{display:flex;align-items:center;gap:14px;width:100%;text-align:left;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:16px 18px;cursor:pointer;font-family:inherit;font-size:16px;color:var(--ink);box-shadow:var(--shadow);transition:transform .12s ease,border-color .12s ease}.tile:hover{border-color:var(--accent)}.tile:active{transform:scale(.99)}.tile-icon{width:42px;height:42px;border-radius:12px;flex:none;background:var(--accent-soft);color:var(--accent-ink);display:grid;place-items:center}.tile-icon svg{width:21px;height:21px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.tile-body{flex:1;min-width:0}.tile-title{display:block;font-weight:620}.tile-note{display:block;font-size:13px;color:var(--ink-faint);margin-top:2px}.tile-chevron{width:20px;height:20px;flex:none;color:var(--ink-faint);stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.tile-list{display:flex;flex-direction:column;gap:10px}.button{appearance:none;font-family:inherit;font-size:16px;font-weight:600;padding:14px 20px;border-radius:12px;cursor:pointer;border:1px solid transparent;min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:filter .12s ease,transform .1s ease}.button:active{transform:scale(.99)}.button--primary{background:var(--accent);color:#fff}.button--primary:hover{filter:brightness(1.07)}.button--quiet{background:var(--surface);border-color:var(--line);color:var(--ink)}.button--quiet:hover{border-color:var(--accent)}.button--danger{background:none;border-color:var(--line);color:var(--danger)}.button--full{width:100%}.button:disabled{opacity:.55;cursor:not-allowed;transform:none}.field{display:flex;flex-direction:column;gap:7px;margin-bottom:16px}.field label{font-size:14.5px;font-weight:600}.field input,.field select,.field textarea{font-family:inherit;font-size:16px;padding:13px 14px;border-radius:12px;border:1px solid var(--line);background:var(--surface);color:var(--ink);width:100%;min-height:50px}.field input:focus{border-color:var(--accent)}.field-hint{font-size:13px;color:var(--ink-faint)}.notice{border-radius:12px;padding:13px 15px;font-size:14.5px;display:flex;gap:10px;align-items:flex-start}.notice svg{width:18px;height:18px;flex:none;margin-top:1px;stroke:currentColor;fill:none;stroke-width:2}.notice--error{background:var(--danger-soft);color:var(--danger)}.notice--warn{background:var(--warn-soft);color:var(--warn)}.notice--ok{background:var(--accent-soft);color:var(--accent-ink)}.notice+*{margin-top:14px}.pill{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:650;padding:4px 11px;border-radius:999px;background:var(--surface-sunken);color:var(--ink-soft)}.pill--soon{background:var(--accent-soft);color:var(--accent-ink)}.pill--action{background:var(--warn-soft);color:var(--warn)}.empty{text-align:center;padding:40px 20px;color:var(--ink-faint)}.empty svg{width:40px;height:40px;stroke:currentColor;fill:none;stroke-width:1.3;margin-bottom:12px;opacity:.8}.skeleton{border-radius:12px;background:linear-gradient(90deg,var(--surface-sunken) 25%,var(--line) 50%,var(--surface-sunken) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{to{background-position:-200% 0}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}.auth{min-height:100vh;display:grid;place-items:center;padding:24px 18px}.auth-card{width:100%;max-width:420px}.auth-brand{text-align:center;margin-bottom:26px}.auth-mark{width:56px;height:56px;border-radius:18px;background:var(--accent);color:#fff;display:grid;place-items:center;margin:0 auto 14px}.auth-mark svg{width:28px;height:28px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.auth-title{font-size:23px;font-weight:650;letter-spacing:-.3px}.auth-sub{color:var(--ink-soft);font-size:15px;margin-top:4px}.auth-alt{text-align:center;margin-top:18px;font-size:14.5px}.link-button{background:none;border:none;padding:6px;font:inherit;color:var(--accent);font-weight:600;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.stack{display:flex;flex-direction:column;gap:12px}.row-between{display:flex;align-items:center;justify-content:space-between;gap:12px}.meta{font-size:13.5px;color:var(--ink-soft)}.divider{height:1px;background:var(--line);margin:14px 0}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
