:root,:root[data-theme=light]{font-family:system-ui,-apple-system,Segoe UI,sans-serif;color-scheme:light;--color-bg: #f7f9ff;--color-bg-elevated: #ffffff;--color-text: #141933;--color-text-muted: #5b6683;--color-border: #dce4f5;--color-accent: #165dff;--color-accent-secondary: #00a8c6;--color-accent-bg: #dfe8ff;--color-header-bg: rgba(255, 255, 255, .88);--color-header-text: #141933;--space-3xs: .25rem;--space-2xs: .5rem;--space-xs: .75rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2rem;--space-xl: 3rem;--radius-sm: 2px;--radius-md: 2px;--radius-lg: 2px;--radius-xl: 2px;--radius-full: 2px;--z-header: 10;--z-dropdown: 30;--z-backdrop: 40;--z-drawer: 50;--focus-ring: 2px solid var(--color-accent);--focus-ring-offset: 2px;--color-overlay-on-header: color-mix(in srgb, var(--color-header-text) 8%, transparent);--color-overlay-on-header-hover: color-mix(in srgb, var(--color-header-text) 16%, transparent);--color-overlay-on-header-active: color-mix(in srgb, var(--color-header-text) 20%, transparent);--shadow-color: rgba(24, 49, 110, .14);--shadow-color-strong: rgba(15, 31, 72, .26);--overlay-scrim: rgba(0, 0, 0, .4);--shadow-aurora: 0 18px 48px rgba(49, 91, 190, .14);--brand-mark-filter: drop-shadow(0 9px 11px rgba(108, 152, 255, .3))}@media(prefers-color-scheme:dark){:root:not([data-theme]){color-scheme:dark;--color-bg: #081222;--color-bg-elevated: #0e1c32;--color-text: #f3f7ff;--color-text-muted: #a7b9d4;--color-border: #294264;--color-accent: #6c98ff;--color-accent-secondary: #45d8ee;--color-accent-bg: #183460;--color-header-bg: rgba(8, 18, 34, .9);--color-header-text: #f3f7ff}}:root[data-theme=dark]{color-scheme:dark;--color-bg: #081222;--color-bg-elevated: #0e1c32;--color-text: #f3f7ff;--color-text-muted: #a7b9d4;--color-border: #294264;--color-accent: #6c98ff;--color-accent-secondary: #45d8ee;--color-accent-bg: #183460;--color-header-bg: rgba(8, 18, 34, .9);--color-header-text: #f3f7ff}:root[data-theme=sepia]{color-scheme:light;--color-bg: #f4ecd8;--color-bg-elevated: #ece0c4;--color-text: #3b2f22;--color-text-muted: #6b5c47;--color-border: #ddd0af;--color-accent: #9a4a13;--color-accent-secondary: #c47a33;--color-accent-bg: #e8d9b0;--color-header-bg: #3b2f22;--color-header-text: #f4ecd8;--brand-mark-filter: invert(1) sepia(1) saturate(2.8) hue-rotate(330deg) brightness(.82) drop-shadow(0 9px 11px rgba(59, 47, 34, .24))}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at 9% 5%,color-mix(in srgb,var(--color-accent) 9%,transparent),transparent 28rem),radial-gradient(circle at 92% 18%,color-mix(in srgb,var(--color-accent-secondary) 8%,transparent),transparent 24rem),var(--color-bg);color:var(--color-text);transition:background-color .2s ease,color .2s ease}::selection{background:var(--color-accent-bg);color:var(--color-text)}::view-transition-group(route-content){animation-duration:.24s;animation-timing-function:cubic-bezier(.4,0,.2,1)}::view-transition-old(route-content){animation:route-content-out .1s ease-out both}::view-transition-new(route-content){animation:route-content-in .24s cubic-bezier(.4,0,.2,1) both}@keyframes route-content-out{to{opacity:0;transform:translate(var(--route-exit-x, 0))}}@keyframes route-content-in{0%{opacity:0;transform:translate(var(--route-enter-x, 0))}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
