:root{--bg: #0f1210;--bg-card: #1a1f1c;--bg-input: #232a26;--border: #2d3630;--border-hover: #3d4a40;--text: #e8ede9;--text-dim: #8a9b8e;--text-muted: #5a6b5e;--green: #4ade80;--green-dim: #22c55e;--green-bg: rgba(74, 222, 128, .08);--purple: #c084fc;--yellow: #fbbf24;--red: #f87171;--cyan: #06b6d4;--radius: 8px;--radius-lg: 12px;--shadow: 0 1px 3px rgba(0, 0, 0, .3);--max-width: 960px;--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace}*{margin:0;padding:0;box-sizing:border-box}html{background:var(--bg);color-scheme:dark}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;min-height:100vh;min-height:100dvh;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}a{color:var(--green);text-decoration:none}a:hover{text-decoration:underline}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;gap:1rem}.page-header h1{font-size:1.5rem;font-weight:600}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem}.card:hover{border-color:var(--border-hover)}.card+.card{margin-top:.75rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1rem;min-height:44px;border-radius:var(--radius);font-size:.875rem;font-weight:500;border:1px solid var(--border);background:var(--bg-card);color:var(--text);cursor:pointer;transition:all .15s ease;text-decoration:none;touch-action:manipulation}.btn:hover{border-color:var(--border-hover);background:var(--bg-input);text-decoration:none}.btn-primary{background:var(--green-dim);border-color:var(--green-dim);color:#000}.btn-primary:hover{background:var(--green);border-color:var(--green)}.btn-sm{padding:.35rem .75rem;min-height:32px;font-size:.8125rem}.btn-danger{color:var(--red);border-color:transparent;background:transparent}.btn-danger:hover{background:#f871711a}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.8125rem;font-weight:500;color:var(--text-dim);margin-bottom:.375rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.625rem .75rem;min-height:44px;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-input);color:var(--text);font-size:16px;font-family:var(--font)}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--green-dim)}.form-group textarea{min-height:100px;resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.badge{display:inline-flex;align-items:center;padding:.2rem .6rem;border-radius:999px;font-size:.75rem;font-weight:500;white-space:nowrap}.badge-green{background:#4ade801f;color:var(--green)}.badge-purple{background:#c084fc1f;color:var(--purple)}.badge-yellow{background:#fbbf241f;color:var(--yellow)}.badge-gray{background:#8a9b8e1f;color:var(--text-dim)}.badge-red{background:#f8717124;color:var(--red)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;margin-bottom:1.5rem}.stat-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1rem}.stat-card .label{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.stat-card .value{font-size:1.5rem;font-weight:600;margin-top:.25rem}.empty-state{text-align:center;padding:3rem 1rem;color:var(--text-dim)}.empty-state p{margin-bottom:1rem}.tabs{display:flex;gap:0;border-bottom:1px solid var(--border);margin-bottom:1.5rem}.tab{padding:.75rem 1rem;min-height:44px;display:inline-flex;align-items:center;font-size:.875rem;font-weight:500;font-family:var(--font);color:var(--text-dim);background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;text-decoration:none;transition:all .15s ease;touch-action:manipulation}.tab:hover{color:var(--text);text-decoration:none}.tab.active{color:var(--green);border-bottom-color:var(--green)}.ptr-indicator{position:absolute;top:-48px;left:50%;width:36px;height:36px;margin-left:-18px;border-radius:50%;background:var(--bg-card);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;opacity:0;transition:transform .2s ease,opacity .2s ease;pointer-events:none;z-index:5}.ptr-spinner{width:16px;height:16px;border:2px solid var(--border);border-top-color:var(--green);border-radius:50%}.ptr-refreshing .ptr-spinner{animation:ptr-spin .8s linear infinite}@keyframes ptr-spin{to{transform:rotate(360deg)}}.text-dim{color:var(--text-dim)}.text-muted{color:var(--text-muted)}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.flex{display:flex}.items-center{align-items:center}.gap-1{gap:.5rem}.gap-2{gap:1rem}.justify-between{justify-content:space-between}.bottom-nav.svelte-oeh3u8{display:none}@media(max-width:768px){.bottom-nav.svelte-oeh3u8{display:flex;position:fixed;bottom:0;left:0;right:0;height:56px;padding:0 .5rem env(safe-area-inset-bottom,0) .5rem;background:var(--bg-card);border-top:1px solid var(--border);align-items:center;justify-content:space-around;z-index:20;transition:transform .2s ease}.bottom-nav--hidden.svelte-oeh3u8{transform:translateY(calc(100% + env(safe-area-inset-bottom,0)))}}.bn-item.svelte-oeh3u8{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:.25rem .5rem;min-width:48px;min-height:48px;background:none;border:none;color:var(--text-dim);font-size:.65rem;font-family:var(--font);font-weight:500;text-decoration:none;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.bn-item.svelte-oeh3u8:hover{text-decoration:none}.bn-item.svelte-oeh3u8 svg:where(.svelte-oeh3u8){width:22px;height:22px}.bn-item--active.svelte-oeh3u8{color:var(--green)}.bn-icon-wrap.svelte-oeh3u8{position:relative;display:inline-flex}.bn-badge.svelte-oeh3u8{position:absolute;top:-4px;right:-8px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--red);color:#fff;font-size:.625rem;font-weight:700;line-height:16px;text-align:center}.bn-item--center.svelte-oeh3u8{background:var(--green-dim);color:#000;width:48px;height:48px;border-radius:50%;margin-top:-16px;box-shadow:0 4px 12px #0006;transition:transform .15s ease,background .15s ease;min-width:48px}.bn-item--center.svelte-oeh3u8 svg:where(.svelte-oeh3u8){width:26px;height:26px}.bn-item--center.svelte-oeh3u8:hover{background:var(--green)}.bn-item--center-open.svelte-oeh3u8{transform:rotate(45deg)}.bn-backdrop.svelte-oeh3u8{position:fixed;top:0;right:0;bottom:0;left:0;z-index:21}.bn-chooser.svelte-oeh3u8{position:fixed;bottom:calc(72px + env(safe-area-inset-bottom,0));left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:22;animation:svelte-oeh3u8-bn-chooser-pop .15s ease-out;padding:0 .5rem}.bn-chooser-btn.svelte-oeh3u8{display:inline-flex;align-items:center;gap:.35rem;padding:.6rem .85rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:.8125rem;font-family:var(--font);font-weight:500;cursor:pointer;white-space:nowrap;box-shadow:0 4px 16px #0006;-webkit-tap-highlight-color:transparent}.bn-chooser-btn.svelte-oeh3u8 svg:where(.svelte-oeh3u8){width:16px;height:16px;color:var(--green)}.bn-chooser-btn.svelte-oeh3u8:active{background:var(--bg-input)}@keyframes svelte-oeh3u8-bn-chooser-pop{0%{opacity:0;transform:translate(-50%) translateY(8px) scale(.95)}to{opacity:1;transform:translate(-50%) translateY(0) scale(1)}}nav.svelte-12qhfyh{border-bottom:1px solid var(--border);padding:.75rem 0;margin-bottom:2rem;background:var(--bg);position:sticky;top:0;z-index:10}.nav-inner.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between}.nav-logo.svelte-12qhfyh{font-weight:700;font-size:1.125rem;color:var(--green);padding:.5rem 0;display:inline-flex;align-items:center;min-height:44px}.nav-logo.svelte-12qhfyh:hover{text-decoration:none}.nav-links.svelte-12qhfyh{display:flex;gap:1.5rem}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh){font-size:.875rem;color:var(--text-dim);padding:.5rem 0;display:inline-flex;align-items:center;min-height:44px}.nav-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--text);text-decoration:none}.logout-form.svelte-12qhfyh{margin:0;display:inline-flex}.logout-form.svelte-12qhfyh button:where(.svelte-12qhfyh){background:none;border:none;cursor:pointer;font:inherit;font-size:.875rem;color:var(--text-dim);padding:.5rem 0;display:inline-flex;align-items:center;min-height:44px}.logout-form.svelte-12qhfyh button:where(.svelte-12qhfyh):hover{color:var(--text)}main.svelte-12qhfyh{position:relative;padding-bottom:calc(4rem + env(safe-area-inset-bottom))}@media(max-width:768px){main.svelte-12qhfyh{padding-bottom:calc(56px + env(safe-area-inset-bottom) + 1.5rem)}}
