:root{--bg:#f4f6f8;--surface:#fff;--surface-2:#eef1f4;--surface-3:#e3e8ed;--text:#16212b;--text-muted:#5d6b78;--text-faint:#8a97a3;--border:#e4e9ee;--border-strong:#d2dae1;--primary:#15835d;--primary-strong:#0f6a4a;--primary-soft:#e1f3ec;--primary-text:#fff;--accent:#19b98c;--positive:#14935f;--positive-soft:#e1f3ec;--negative:#e0613a;--negative-soft:#fcebe3;--danger:#d92d20;--danger-soft:#fde7e4;--warning:#e08700;--ring:#15835d4d;--shadow-sm:0 1px 2px #1018280f;--shadow:0 4px 16px #10182814;--shadow-lg:0 14px 38px #10182829;--radius-sm:8px;--radius:12px;--radius-lg:16px;--radius-xl:22px;--radius-pill:999px;--font:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--mono:ui-monospace, "SF Mono", "JetBrains Mono", "Fira Code", monospace;--header-h:60px;--bottomnav-h:66px;--content-max:1060px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=dark]{--bg:#0e1316;--surface:#161d22;--surface-2:#1d262c;--surface-3:#263138;--text:#e7eef3;--text-muted:#9aa9b4;--text-faint:#6c7b86;--border:#273239;--border-strong:#37454e;--primary:#21b083;--primary-strong:#1a9a72;--primary-soft:#123329;--primary-text:#04130d;--accent:#27c79b;--positive:#36c489;--positive-soft:#123329;--negative:#ff8359;--negative-soft:#38241c;--danger:#ff6052;--danger-soft:#3a1f1d;--warning:#f0a93a;--ring:#21b0835c;--shadow-sm:0 1px 2px #0006;--shadow:0 6px 20px #00000073;--shadow-lg:0 16px 44px #0009;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*,:before,:after{box-sizing:border-box}*{margin:0}html,body{height:100%}html{-webkit-text-size-adjust:100%}body{font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;line-height:1.5}h1,h2,h3,h4{letter-spacing:-.015em;font-weight:700;line-height:1.2}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit}img{max-width:100%;display:block}::selection{background:var(--primary-soft);color:var(--text)}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}input,textarea,select{font-family:inherit}*{scrollbar-width:thin;scrollbar-color:var(--border-strong) transparent}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--border-strong);border:3px solid var(--bg);border-radius:999px}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.001ms!important;animation-duration:.001ms!important}}.container{width:100%;max-width:var(--content-max);margin-inline:auto;padding-inline:16px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.row{align-items:center;gap:12px;display:flex}.col{flex-direction:column;display:flex}.between{justify-content:space-between;align-items:center;gap:12px;display:flex}.grow{flex:1;min-width:0}.wrap{flex-wrap:wrap}.muted{color:var(--text-muted)}.faint{color:var(--text-faint)}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.tnum{font-variant-numeric:tabular-nums}.pos{color:var(--positive)}.neg{color:var(--negative)}.linkbtn{background:var(--primary);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-size:14.5px;font-weight:700;text-decoration:none;display:inline-flex}.linkbtn:hover{background:var(--primary-strong)}.linkbtn.ghost{background:var(--surface-2);color:var(--text)}.linkbtn.block{width:100%}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}:root{--button-color:var(--primary);--button-hover-color:var(--primary-strong);--button-text-color:var(--primary-text);--button-border-radius:var(--radius);--button-padding:11px 18px;--button-font-size:14.5px;--button-font-weight:600;--button-content-gap:8px;--button-active-transform:scale(.98);--button-box-shadow:none}.btn-secondary{--button-color:var(--surface-2);--button-hover-color:var(--surface-3);--button-text-color:var(--text);--button-border:1px solid var(--border)}.btn-ghost{--button-color:transparent;--button-hover-color:var(--surface-2);--button-text-color:var(--text)}.btn-outline{--button-color:transparent;--button-hover-color:var(--primary-soft);--button-text-color:var(--primary);--button-border:1.5px solid var(--primary)}.btn-danger{--button-color:var(--danger);--button-hover-color:#b91c1c;--button-text-color:#fff}.btn-block{--button-width:100%}.btn-lg{--button-padding:14px 22px;--button-font-size:16px}.btn-sm{--button-padding:7px 12px;--button-font-size:13px}:root{--input-background:var(--surface);--input-text-color:var(--text);--input-border:1px solid var(--border);--input-focus-border:1px solid var(--primary);--input-box-shadow:none;--input-radius:var(--radius);--input-padding:11px 13px;--input-font-size:15px;--input-font-weight:500;--input-width:100%;--input-container-width:100%;--input-placeholder-color:var(--text-faint);--input-label-msg-text-color:var(--text-muted);--input-label-msg-text-size:13px;--input-label-msg-text-weight:600;--input-error-msg-text-color:var(--danger);--input-info-msg-text-color:var(--text-muted);--select-trigger-background:var(--surface);--select-trigger-border:1px solid var(--border);--select-trigger-border-radius:var(--radius);--select-trigger-min-height:44px;--select-trigger-focus-border-color:var(--primary);--select-trigger-focus-shadow:0 0 0 3px var(--ring);--select-trigger-hover-border-color:var(--border-strong);--select-color:var(--text);--select-font-size:15px;--select-placeholder-color:var(--text-faint);--select-dropdown-background:var(--surface);--select-dropdown-border:1px solid var(--border);--select-dropdown-border-radius:var(--radius);--select-dropdown-shadow:var(--shadow);--select-option-color:var(--text);--select-option-hover-background:var(--surface-2);--select-option-selected-background:var(--primary-soft);--select-option-selected-color:var(--primary-strong);--select-pill-background:var(--surface-3);--select-pill-color:var(--text);--select-arrow-color:var(--text-muted);--modal-content-background-color:var(--surface);--modal-border-radius:var(--radius-lg);--background-color:#080f148c;--modal-header-background-color:var(--surface);--modal-header-border-bottom:1px solid var(--border);--header-text-size:17px;--modal-header-text-weight:700;--modal-footer-background-color:var(--surface);--modal-footer-border-top:1px solid var(--border);--modal-footer-gap:10px;--modal-footer-justify-content:flex-end;--modal-footer-primary-button-color:var(--primary);--modal-footer-primary-button-text-color:var(--primary-text);--modal-footer-primary-button-border-radius:var(--radius);--modal-footer-secondary-button-color:var(--surface-2);--modal-footer-secondary-button-text-color:var(--text);--modal-footer-secondary-button-border-radius:var(--radius);--sheet-background:var(--surface);--sheet-color:var(--text);--sheet-border-radius:var(--radius-lg);--sheet-header-border-bottom:1px solid var(--border);--sheet-overlay-background:#080f148c;--sheet-footer-border-top:1px solid var(--border);--list-item-background-color:var(--surface);--list-item-hover-background-color:var(--surface-2);--list-item-border-radius:var(--radius);--list-item-padding:12px 14px;--list-item-center-text-color:var(--text);--list-item-center-text-font-size:15px;--list-item-center-text-font-weight:600;--list-item-center-text-padding:0 12px;--list-item-right-content-text-color:var(--text-muted);--list-item-right-content-text-font-size:14px;--list-item-right-content-text-font-weight:600;--list-item-transition:background-color .15s ease;--toast-border-radius:var(--radius);--toast-box-shadow:var(--shadow-lg);--toast-font-size:14.5px;--toast-font-weight:600;--toast-padding:12px 14px;--toast-width:min(92vw, 400px);--toast-success-background-color:var(--positive);--toast-error-background-color:var(--danger);--toast-warn-background-color:var(--warning);--toast-info-background-color:#2f5673;--toast-subtext-color:#ffffffd1;--avatar-background:var(--surface-3);--avatar-text-color:var(--text-muted);--avatar-font-weight:700;--tabs-bar-background:transparent;--tabs-bar-border-bottom:1px solid var(--border);--tabs-item-color:var(--text-muted);--tabs-item-font-size:15px;--tabs-active-color:var(--primary);--tabs-active-font-weight:700;--tabs-indicator-color:var(--primary);--tabs-hover-color:var(--text);--tabs-hover-background:transparent;--tabs-arrow-background:transparent;--pill-background:var(--surface-3);--pill-color:var(--text);--pill-border-radius:var(--radius-pill);--pill-padding:4px 10px;--pill-font-size:13px;--toggle-checked-background:var(--primary);--toggle-background:var(--border-strong);--toggle-ball-color:#fff;--checkbox-checked-color:var(--primary);--checkbox-border-color:var(--border-strong);--checkbox-checkmark-color:#fff;--checkbox-border-radius:6px;--radio-checked-color:var(--primary);--radio-border-color:var(--border-strong);--calendar-background:var(--surface);--calendar-text-color:var(--text);--calendar-selected-background:var(--primary);--calendar-selected-color:#fff;--calendar-today-border:1px solid var(--primary);--calendar-range-background:var(--primary-soft);--tooltip-background:var(--text);--tooltip-color:var(--surface);--tooltip-border-radius:8px;--tooltip-font-size:12.5px;--menu-background:var(--surface);--menu-color:var(--text);--menu-border:1px solid var(--border);--menu-border-radius:var(--radius);--menu-shadow:var(--shadow);--menu-item-hover-background:var(--surface-2);--menu-item-danger-color:var(--danger);--banner-background:var(--primary-soft);--banner-color:var(--text);--banner-border-radius:var(--radius);--combobox-background:var(--surface);--combobox-border:1px solid var(--border);--combobox-dropdown-background:var(--surface);--combobox-option-hover-background:var(--surface-2);--shimmer-base-color:var(--surface-2);--shimmer-highlight-color:var(--surface-3);--shimmer-border-radius:var(--radius);--progress-background:var(--surface-3);--progress-foreground:var(--primary);--accordion-transition-duration:.25s}.toast-host.svelte-53xc05{z-index:2000;pointer-events:none;flex-direction:column;align-items:center;padding-top:10px;display:flex;position:fixed;top:0;left:0;right:0}.toast-slot.svelte-53xc05{pointer-events:auto;width:min(92vw,400px)}
