*{box-sizing:border-box}:root{--brand-signal:#c7081b;--brand-secondary:#909090;--brand-signal-soft:#c7081b1f;--brand-signal-soft-strong:#c7081b26;--brand-signal-border:#c7081b66;--brand-signal-border-soft:#c7081b4d;--brand-signal-hover:#d41a2c;--brand-signal-active:#a50616;--radius-surface:.5rem;--radius-button:.35rem;--radius-input:.35rem;--ui-bg:#0f0f10;--ui-text:#e5e5e5;--ui-surface:#1a1a1a;--ui-surface-2:#252525;--ui-border:#353535;--ui-muted:#888;--ui-subtle:#555;--ui-overlay:#00000080;--sidebar-resize-duration:.38s;--sidebar-resize-ease:cubic-bezier(.22, 1, .36, 1);--theme-crossfade-duration:.336s;--theme-crossfade-ease:cubic-bezier(.4, 0, .2, 1);--shadow-sm:0 1px 2px color-mix(in srgb, var(--ui-text) 18%, transparent);--shadow-md:0 6px 18px color-mix(in srgb, var(--ui-text) 22%, transparent);--shadow-lg:0 14px 42px color-mix(in srgb, var(--ui-text) 28%, transparent);--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-7:1.75rem;--space-8:2rem;--font-size-xs:.75rem;--font-size-sm:.85rem;--font-size-md:.9rem;--font-size-lg:1rem;--font-size-xl:1.125rem;--font-size-2xl:1.5rem;--font-weight-regular:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.2;--line-height-normal:1.5;--z-base:0;--z-sticky:30;--z-dropdown:1000;--z-modal:5000;--z-toast:6000;--z-tooltip:7000}:root[data-theme=light]{--ui-bg:#eef2f8;--ui-text:#11151b;--ui-surface:#fff;--ui-surface-2:#e8edf5;--ui-border:#bcc7d8;--ui-muted:#424c5c;--ui-subtle:#5f6b7d;--ui-overlay:#0a121e38;--brand-signal-hover:#d41a2c;--brand-signal-active:#a50616}::view-transition-old(root){animation-duration:var(--theme-crossfade-duration);animation-timing-function:var(--theme-crossfade-ease)}::view-transition-new(root){animation-duration:var(--theme-crossfade-duration);animation-timing-function:var(--theme-crossfade-ease)}html{-webkit-text-size-adjust:100%;transition:background-color var(--theme-crossfade-duration) var(--theme-crossfade-ease), color var(--theme-crossfade-duration) var(--theme-crossfade-ease)}html,body{background:var(--ui-bg);color:var(--ui-text);min-height:100%;margin:0;padding:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}body{transition:background-color var(--theme-crossfade-duration) var(--theme-crossfade-ease), color var(--theme-crossfade-duration) var(--theme-crossfade-ease)}a{color:var(--brand-signal);text-decoration:none}a:hover{text-decoration:underline}input,select,textarea,button{font:inherit}button{cursor:pointer}@keyframes spinner-spin{to{transform:rotate(360deg)}}.protected-layout{min-height:100vh;display:flex;overflow:hidden}.protected-layout .main-content{flex:1;min-width:0;padding:2rem;overflow-y:auto}.mobile-header{background:var(--ui-surface);border-bottom:1px solid var(--ui-border);height:56px;z-index:var(--z-sticky);align-items:center;gap:.75rem;padding:0 1rem;display:none;position:fixed;top:0;left:0;right:0}.mobile-header-logo{width:auto;height:28px}.mobile-header-burger{width:36px;height:36px;color:var(--ui-text);border-radius:var(--radius-button);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.sidebar-overlay{background:var(--ui-overlay);z-index:calc(var(--z-modal) - 1);display:none;position:fixed;inset:0}@media (max-width:768px){.mobile-header{display:flex}.protected-layout .main-content{padding:calc(56px + 1rem) 1rem 1rem}.sidebar{z-index:var(--z-modal);transition:transform .28s var(--sidebar-resize-ease);position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.sidebar.sidebar--open{transform:translate(0)}.sidebar-overlay.sidebar-overlay--visible{display:block}}
