:root,[data-theme=light]{color-scheme:light;--navy: #0b1e4d;--navy-700: #12306e;--navy-900: #071330;--gold: #c8a951;--gold-light: #e2c97a;--gold-soft: rgba(200, 169, 81, .12);--bg: #f3f4f6;--surface: #ffffff;--surface-2: #faf9f6;--ink: #0b1e4d;--text: #1a1d21;--muted: #5c6470;--border: #e7e9ed;--border-strong: #d8dce3;--success: #1e874b;--success-bg: #e7f3ec;--success-bd: #c2e0ce;--warning: #b5790c;--warning-bg: #faf0d9;--warning-bd: #ebd6a3;--danger: #c0392b;--danger-bg: #fbe9e6;--danger-bd: #efc7bf;--info-fg: #12306e;--info-bg: #eaeff7;--info-bd: #cdd9ec;--radius: 12px;--radius-sm: 9px;--radius-lg: 16px;--radius-pill: 999px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--pad-card: 18px;--gap: 14px;--row-pad: 14px;--gold-line-h: 2px;--gold-rule: var(--gold);--shadow: 0 1px 3px rgba(11, 30, 77, .06);--shadow-md: 0 8px 28px rgba(11, 30, 77, .16);--font: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--tap: 44px;--maxw: 780px;--fg: var(--text);--fg-muted: var(--muted);--accent: var(--navy);--accent-fg: #ffffff;--ok: var(--success);--ok-bg: var(--success-bg);--warn: var(--warning);--warn-bg: var(--warning-bg);--color-success: var(--success);--color-warn: var(--warning);--danger-fg: #ffffff;--risk-low: var(--success);--risk-medium: var(--warning);--risk-high: var(--danger);--s-1: var(--space-1);--s-2: var(--space-2);--s-3: var(--space-3);--s-4: var(--space-4);--s-5: var(--space-6);--s-6: var(--space-8);--shadow-lg: var(--shadow-md)}[data-theme=dark]{color-scheme:dark;--bg: #070d1e;--surface: #0f1c38;--surface-2: #15243f;--ink: #eaeef7;--text: #e8edf7;--muted: #9da8c0;--border: #243353;--border-strong: #324366;--navy: #16294c;--navy-700: #1c3a6e;--success: #5fce97;--success-bg: rgba(46, 160, 103, .16);--success-bd: rgba(46, 160, 103, .4);--warning: #e3b765;--warning-bg: rgba(200, 150, 30, .16);--warning-bd: rgba(200, 150, 30, .4);--danger: #f08f84;--danger-bg: rgba(192, 57, 43, .2);--danger-bd: rgba(192, 57, 43, .45);--info-fg: #9bb6e8;--info-bg: rgba(90, 130, 200, .16);--info-bd: rgba(90, 130, 200, .4);--shadow: 0 1px 3px rgba(0, 0, 0, .4);--shadow-md: 0 10px 34px rgba(0, 0, 0, .55);--accent: #7c9ad6;--accent-fg: #071330;--danger-fg: #071330}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font);font-size:16px;line-height:1.5;background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased}h1,h2,h3{margin:0 0 var(--s-3);line-height:1.25}h1{font-size:1.5rem}h2{font-size:1.2rem}h3{font-size:1.02rem}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.muted{color:var(--muted)}.small{font-size:.85rem}.stack{display:flex;flex-direction:column;gap:var(--s-3)}.row{display:flex;align-items:center;gap:var(--s-2)}.row.wrap{flex-wrap:wrap}.spacer{flex:1}.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:var(--s-4)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:var(--s-4);box-shadow:var(--shadow)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--s-2);min-height:var(--tap);padding:0 var(--s-4);border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface-2);color:var(--fg);font:inherit;font-weight:600;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--accent);color:var(--accent-fg);border-color:transparent}.btn-danger{background:var(--danger);color:var(--danger-fg);border-color:transparent}.btn-success{background:var(--success);color:#fff;border-color:transparent}.btn-ghost{background:transparent;border-color:transparent}.btn-sm{min-height:34px;padding:0 var(--s-3);font-size:.9rem}.field{display:flex;flex-direction:column;gap:var(--s-1)}.field>label{font-size:.85rem;font-weight:600;color:var(--muted)}input,select,textarea{font:inherit;min-height:var(--tap);padding:var(--s-2) var(--s-3);border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--fg);width:100%}input[type=checkbox],input[type=radio]{width:1.15rem;height:1.15rem;min-height:0;padding:0;flex:0 0 auto;accent-color:var(--accent)}textarea{min-height:88px;resize:vertical}input:focus,select:focus,textarea:focus,.btn:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.badge{display:inline-flex;align-items:center;gap:4px;padding:2px var(--s-2);border-radius:999px;font-size:.78rem;font-weight:600;background:var(--surface-2);color:var(--muted);white-space:nowrap}.scroll-x{display:flex;gap:var(--s-2);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.scroll-x::-webkit-scrollbar{display:none}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app-header.svelte-isll26{position:sticky;top:0;z-index:30;background:var(--navy)}.inner.svelte-isll26{max-width:var(--maxw);margin:0 auto;height:60px;padding:0 16px;display:flex;align-items:center;gap:var(--s-2)}.brand.svelte-isll26{display:flex;align-items:center;gap:10px;text-decoration:none}.brand.svelte-isll26:hover{text-decoration:none}.emblem.svelte-isll26{display:block;height:36px;width:auto}.brand-text.svelte-isll26{display:flex;flex-direction:column;line-height:1}.line1.svelte-isll26{font-size:9.5px;letter-spacing:.17em;text-transform:uppercase;color:var(--gold-light);font-weight:600}.line2.svelte-isll26{font-size:17px;font-weight:700;color:#fff;margin-top:2px}.spacer.svelte-isll26{flex:1}.hdr-btn.svelte-isll26{display:inline-flex;align-items:center;justify-content:center;min-width:40px;min-height:40px;padding:0 6px;border:0;background:transparent;color:#c9d2e6;border-radius:var(--radius-sm);cursor:pointer;text-decoration:none;-webkit-tap-highlight-color:transparent}.hdr-btn.svelte-isll26:hover{color:var(--gold-light);text-decoration:none}.bell.svelte-isll26{position:relative}.bell.svelte-isll26 .count:where(.svelte-isll26){position:absolute;top:2px;right:0;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--gold);color:var(--navy-900);font-size:10px;font-weight:700;line-height:16px;text-align:center}.avatar.svelte-isll26{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;margin-left:2px;border-radius:50%;background:var(--navy-700);border:1px solid var(--gold);color:var(--gold-light);font:inherit;font-weight:700;font-size:13px;cursor:pointer;-webkit-tap-highlight-color:transparent}.gold-rule.svelte-isll26{height:var(--gold-line-h);background:var(--gold-rule)}.tabbar.svelte-1wwzsr0{position:fixed;bottom:0;left:0;right:0;z-index:30;background:var(--surface);border-top:1px solid var(--border);padding-bottom:env(safe-area-inset-bottom)}.inner.svelte-1wwzsr0{max-width:var(--maxw);margin:0 auto;display:grid;grid-template-columns:repeat(5,1fr)}a.svelte-1wwzsr0{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-height:58px;color:#8a91a0;font-size:10.5px;font-weight:500;text-decoration:none;-webkit-tap-highlight-color:transparent}a.svelte-1wwzsr0:hover{text-decoration:none}.pill.svelte-1wwzsr0{position:relative;display:grid;place-items:center;width:40px;height:30px;border-radius:999px;transition:background .16s ease}.pill.svelte-1wwzsr0 svg:where(.svelte-1wwzsr0){width:22px;height:22px}a.active.svelte-1wwzsr0{color:var(--ink);font-weight:700}a.active.svelte-1wwzsr0 .pill:where(.svelte-1wwzsr0){background:var(--navy);color:var(--gold-light)}.count.svelte-1wwzsr0{position:absolute;top:-3px;right:-4px;min-width:15px;height:15px;padding:0 4px;border-radius:999px;background:var(--gold);color:var(--navy-900);font-size:9.5px;font-weight:700;line-height:15px;text-align:center}.label.svelte-1wwzsr0{line-height:1}.shell.svelte-12qhfyh{min-height:100dvh}main.container.svelte-12qhfyh{padding:18px 16px calc(96px + env(safe-area-inset-bottom))}main.container.flush.svelte-12qhfyh{max-width:none;padding:0}.boot.svelte-12qhfyh{min-height:100dvh;display:grid;place-items:center}.toasts.svelte-12qhfyh{position:fixed;bottom:calc(58px + var(--s-3) + env(safe-area-inset-bottom));left:50%;transform:translate(-50%);z-index:90;display:flex;flex-direction:column;gap:var(--s-2);width:min(92%,440px)}.toast.svelte-12qhfyh{position:relative;width:100%;display:flex;align-items:center;gap:var(--s-3);text-align:left;border:none;border-radius:var(--radius-pill);padding:var(--s-3) var(--s-4) var(--s-3) var(--s-5);font:inherit;font-size:.9rem;font-weight:600;background:var(--navy);color:#fff;cursor:pointer;box-shadow:var(--shadow-md);--toast-accent: var(--gold-light)}.toast.success.svelte-12qhfyh{--toast-accent: #5fce97}.toast.error.svelte-12qhfyh{--toast-accent: #f3a59b}.toast.svelte-12qhfyh:before{content:"";position:absolute;left:11px;top:50%;transform:translateY(-50%);width:3px;height:56%;border-radius:2px;background:var(--toast-accent)}.toast.svelte-12qhfyh .ticon:where(.svelte-12qhfyh){display:grid;place-items:center;flex:0 0 auto;color:var(--toast-accent)}.toast.svelte-12qhfyh .ticon:where(.svelte-12qhfyh) svg:where(.svelte-12qhfyh){width:20px;height:20px}.toast.svelte-12qhfyh .ttext:where(.svelte-12qhfyh){min-width:0}
