:root{--ui-card-bg: rgba(255, 255, 255, .85);--ui-card-shadow: 0 16px 32px rgba(31, 26, 61, .12);--ui-card-shadow-hover: 0 18px 36px rgba(31, 26, 61, .14);--ui-card-border: 1px solid rgba(31, 26, 61, .08);--ui-muted: rgba(31, 26, 61, .76);--ui-tab-bg: rgba(17, 24, 39, .08);--ui-tab-active-bg: #111827;--ui-tab-active-text: #f9fafb;--ui-gap-xs: 8px;--ui-gap-sm: 12px;--ui-gap-md: 18px;--ui-gap-lg: 24px;--ui-focus: 2px solid rgba(249, 115, 22, .85);--ui-focus-shadow: 0 0 0 3px rgba(249, 115, 22, .24);--ui-control-height: 42px;--ui-radius-sm: 10px;--ui-radius-md: 12px;--ui-radius-lg: 18px;--ui-panel-width: clamp(232px, 22vw, 248px);--ui-tooltip-bg: rgba(17, 24, 39, .95);--ui-tooltip-fg: #f9fafb;--ui-tooltip-radius: 8px;--ui-tooltip-pad-y: 6px;--ui-tooltip-pad-x: 8px;--ui-tooltip-shadow: 0 12px 26px rgba(15, 23, 42, .35)}*{box-sizing:border-box}.ui-control{transition:background-color .14s ease,border-color .14s ease,transform .14s ease,filter .14s ease}.ui-control:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:var(--ui-focus);outline-offset:2px;box-shadow:var(--ui-focus-shadow)}.page{padding:40px clamp(20px,6vw,72px) 80px;display:flex;flex-direction:column;gap:var(--ui-gap-lg, 24px)}.hero{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--ui-gap-lg, 24px)}.eyebrow{text-transform:uppercase;letter-spacing:.23em;font-size:.74rem;font-weight:700}h1{font-size:clamp(1.85rem,2.7vw,2.7rem);margin:.18rem 0 .5rem;line-height:1.08}.subtitle{line-height:1.3;max-width:520px;font-size:1rem;color:#1f1a3dd1}.tabs{display:flex;gap:12px;padding:10px;background:var(--ui-tab-bg, rgba(17, 24, 39, .08));border-radius:999px}.tab{padding:10px 16px;border-radius:999px;text-decoration:none;font-weight:700;color:#111827;min-height:var(--ui-control-height);display:inline-flex;align-items:center;justify-content:center}.tab.active{background:var(--ui-tab-active-bg, #111827);color:var(--ui-tab-active-text, #f9fafb)}.card{background:var(--ui-card-bg, rgba(255, 255, 255, .85));border:var(--ui-card-border, 1px solid rgba(31, 26, 61, .08));border-radius:var(--ui-radius-lg, 18px);padding:18px;box-shadow:var(--ui-card-shadow, 0 16px 32px rgba(31, 26, 61, .12))}.card h2{margin:0}.muted{color:var(--ui-muted, rgba(31, 26, 61, .76));font-size:.92rem;line-height:1.35}.empty-state{color:var(--ui-muted, rgba(31, 26, 61, .76));font-size:.92rem;padding:2px 0}.empty-state:before{content:"◌ ";opacity:.75}.save-flash{margin:0;font-size:.83rem;font-weight:700;color:#14532d;background:#22c55e29;border:1px solid rgba(34,197,94,.35);border-radius:999px;padding:5px 10px;display:inline-flex}.tooltip-panel{background:var(--ui-tooltip-bg);color:var(--ui-tooltip-fg);border-radius:var(--ui-tooltip-radius);padding:var(--ui-tooltip-pad-y) var(--ui-tooltip-pad-x);box-shadow:var(--ui-tooltip-shadow)}.line-clamp-1{display:-webkit-box;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-2{display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.drawer-open .tabs{display:none!important}.app-shell.svelte-12qhfyh{min-height:100vh}.app-content.svelte-12qhfyh{transition:margin-left .2s ease;padding-left:0}.panel-open.svelte-12qhfyh .app-content:where(.svelte-12qhfyh){margin-left:var(--ui-panel-width)}.panel-toggle.svelte-12qhfyh{position:fixed;left:10px;top:50%;transform:translateY(-50%);width:30px;height:34px;border:none;border-radius:4px;background:#0f172a;color:#67e8f9;font-weight:800;font-size:10px;line-height:1;padding:0;cursor:pointer;z-index:45;box-shadow:0 8px 20px #0f172a40}.panel-toggle.svelte-12qhfyh:after{content:"";position:absolute;inset:-8px}.side-panel.svelte-12qhfyh{position:fixed;top:0;left:0;height:100vh;width:var(--ui-panel-width);background:linear-gradient(165deg,#67e8f94d,#f472b63d,#facc1533),#faf9ffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-right:1px solid rgba(31,26,61,.18);padding:12px 12px 14px;z-index:40;transition:transform .2s ease;display:flex;flex-direction:column;gap:12px;overflow-y:auto}.side-panel.closed.svelte-12qhfyh{transform:translate(-100%)}.side-panel.open.svelte-12qhfyh{transform:translate(0)}.edge-toggle.svelte-12qhfyh{left:10px}.in-panel-toggle.svelte-12qhfyh{position:static;transform:none;width:22px;height:30px;font-size:10px;flex:0 0 auto}.side-headbar.svelte-12qhfyh{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:2px 2px 8px;background:inherit}.side-header.svelte-12qhfyh{font-size:.78rem;text-transform:uppercase;letter-spacing:.14em;font-weight:700;color:#1f1a3dbd;padding:0 6px}.drawer-user-indicator.svelte-12qhfyh{display:grid;gap:2px;padding:10px 12px;border-radius:14px;background:#ffffffb8;border:1px solid rgba(31,26,61,.1);color:#1f1a3ddb}.drawer-user-label.svelte-12qhfyh,.drawer-user-indicator.svelte-12qhfyh small:where(.svelte-12qhfyh){font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#1f1a3d99}.drawer-user-indicator.svelte-12qhfyh strong:where(.svelte-12qhfyh){font-size:.96rem;line-height:1.15}.logout-form.svelte-12qhfyh{margin-top:0}.logout-btn.svelte-12qhfyh{width:100%;justify-content:flex-start;background:#ffffffe6;color:#111827;border:1px solid rgba(31,26,61,.08);cursor:pointer;font:inherit;text-align:left}.logout-btn.svelte-12qhfyh:hover{background:#fffffffa}.side-nav.svelte-12qhfyh{display:grid;gap:6px}.side-link.svelte-12qhfyh{text-decoration:none;color:#111827;font-weight:700;padding:9px 11px;border-radius:12px;background:#ffffff8c;border:1px solid rgba(31,26,61,.09);transition:transform .14s ease,background .14s ease,border-color .14s ease;display:flex;align-items:center;justify-content:space-between;gap:8px}.side-link.svelte-12qhfyh:hover{transform:translate(1px);background:#ffffffb3;border-color:#1f1a3d29}.side-link.active.svelte-12qhfyh{background:#0b1324;color:#f9fafb;border-color:#67e8f9ad}.side-link.active.svelte-12qhfyh:hover,.side-link.active.svelte-12qhfyh:focus-visible{background:#0b1324;color:#f9fafb;border-color:#67e8f9ad;transform:none}.side-link-spinner.svelte-12qhfyh{width:12px;height:12px;border-radius:999px;border:2px solid rgba(31,26,61,.25);border-top-color:#1f1a3d;animation:svelte-12qhfyh-sideSpin .7s linear infinite;flex:0 0 auto}.side-link.active.svelte-12qhfyh .side-link-spinner:where(.svelte-12qhfyh){border-color:#f9fafb59;border-top-color:#f9fafb}@keyframes svelte-12qhfyh-sideSpin{to{transform:rotate(360deg)}}.panel-backdrop.svelte-12qhfyh{position:fixed;inset:0;background:#0f172a47;border:none;z-index:35}.panel-toggle.svelte-12qhfyh:focus-visible,.side-link.svelte-12qhfyh:focus-visible,.panel-backdrop.svelte-12qhfyh:focus-visible{outline:var(--ui-focus);outline-offset:2px}@media(max-width:979px){.panel-open.svelte-12qhfyh .app-content:where(.svelte-12qhfyh){margin-left:0}.app-content.svelte-12qhfyh{padding-left:10px}.panel-toggle.svelte-12qhfyh{left:8px}.in-panel-toggle.svelte-12qhfyh{width:22px;height:28px}}@media(max-width:720px){h1{font-size:clamp(1.5rem,6vw,1.85rem);margin:.12rem 0 .35rem}.subtitle{font-size:.95rem}}
