@property --color-bg-base{syntax: "<color>"; inherits: true; initial-value: #0e0718}@property --color-bg-surface{syntax: "<color>"; inherits: true; initial-value: #180f24}@property --color-bg-deep{syntax: "<color>"; inherits: true; initial-value: #07030e}@property --color-bg-hover{syntax: "<color>"; inherits: true; initial-value: #20152c}@property --color-text-light{syntax: "<color>"; inherits: true; initial-value: #dde0c8}@property --color-text-primary{syntax: "<color>"; inherits: true; initial-value: rgba(221,224,200,.9)}@property --color-text-secondary{syntax: "<color>"; inherits: true; initial-value: rgba(221,224,200,.8)}@property --color-text-muted{syntax: "<color>"; inherits: true; initial-value: #9a9878}@property --color-text-tertiary{syntax: "<color>"; inherits: true; initial-value: rgba(154,152,120,.8)}@property --color-text-quaternary{syntax: "<color>"; inherits: true; initial-value: rgba(154,152,120,.6)}@property --color-border{syntax: "<color>"; inherits: true; initial-value: #3a2e42}@property --color-border-subtle{syntax: "<color>"; inherits: true; initial-value: rgba(255,255,255,.08)}@property --color-muted-primary{syntax: "<color>"; inherits: true; initial-value: #7a6878}@property --color-muted-mid{syntax: "<color>"; inherits: true; initial-value: #5a4860}@property --color-muted-dark{syntax: "<color>"; inherits: true; initial-value: #3a2e42}@property --color-muted-glow{syntax: "<color>"; inherits: true; initial-value: rgba(90,72,96,.4)}@property --color-btn-surface{syntax: "<color>"; inherits: true; initial-value: rgba(237,228,216,.08)}@property --color-glass{syntax: "<color>"; inherits: true; initial-value: rgba(255,255,255,.05)}@property --color-glass-border{syntax: "<color>"; inherits: true; initial-value: rgba(255,255,255,.1)}@property --color-overlay{syntax: "<color>"; inherits: true; initial-value: rgba(0,0,0,.7)}@property --color-success{syntax: "<color>"; inherits: true; initial-value: #22c55e}@property --color-error{syntax: "<color>"; inherits: true; initial-value: #ef4444}@property --color-error-hover{syntax: "<color>"; inherits: true; initial-value: #dc2626}@property --color-warning{syntax: "<color>"; inherits: true; initial-value: #ffaa00}@property --color-info{syntax: "<color>"; inherits: true; initial-value: #2196F3}@property --color-accent-purple{syntax: "<color>"; inherits: true; initial-value: #a78bfa}:root.theme-transitioning{transition:--color-bg-base .45s ease,--color-bg-surface .45s ease,--color-bg-deep .45s ease,--color-bg-hover .45s ease,--color-text-light .45s ease,--color-text-primary .45s ease,--color-text-secondary .45s ease,--color-text-muted .45s ease,--color-text-tertiary .45s ease,--color-text-quaternary .45s ease,--color-border .45s ease,--color-border-subtle .45s ease,--color-muted-primary .45s ease,--color-muted-mid .45s ease,--color-muted-dark .45s ease,--color-muted-glow .45s ease,--color-btn-surface .45s ease,--color-glass .45s ease,--color-glass-border .45s ease,--color-overlay .45s ease,--color-success .45s ease,--color-error .45s ease,--color-error-hover .45s ease,--color-warning .45s ease,--color-info .45s ease,--color-accent-purple .45s ease}@media(prefers-reduced-motion:reduce){:root.theme-transitioning{transition-duration:0s}}:root,[data-theme=dusk]{--color-primary: #e8956a;--color-primary-light: #f5c9a0;--color-primary-lighter: #ffe5c8;--color-primary-dark: #c07850;--color-primary-muted: #c0956a;--color-primary-rgb: 232, 149, 106;--color-bg-base: #0e0718;--color-bg-surface: #180f24;--color-bg-deep: #07030e;--color-bg-hover: #20152c;--color-bg-gradient: radial-gradient(ellipse at center, #180f24 0%, #0e0718 50%, #07030e 100%);--color-text-light: #dde0c8;--color-text-primary: rgba(221, 224, 200, .9);--color-text-secondary: rgba(221, 224, 200, .8);--color-text-muted: #9a9878;--color-text-tertiary: rgba(154, 152, 120, .8);--color-text-quaternary: rgba(154, 152, 120, .6);--color-border: #3a2e42;--color-border-subtle: rgba(255, 255, 255, .08);--color-muted-primary: #7a6878;--color-muted-mid: #5a4860;--color-muted-dark: #3a2e42;--color-muted-glow: rgba(90, 72, 96, .4);--color-btn-surface: rgba(237, 228, 216, .08);--color-glass: rgba(255, 255, 255, .05);--color-glass-border: rgba(255, 255, 255, .1);--color-overlay: rgba(0, 0, 0, .7);--color-success: #22c55e;--color-error: #ef4444;--color-error-hover: #dc2626;--color-warning: #ffaa00;--color-info: #2196F3;--color-accent-purple: #a78bfa;--font-mono: "Courier New", Courier, monospace;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-primary: var(--font-mono);--spacing-section-x: 10rem;--z-base: 1;--z-dropdown: 100;--z-sticky: 500;--z-navbar: 1000;--z-modal-backdrop: 1500;--z-modal: 2000;--z-tooltip: 2500}[data-theme=linen]{--color-primary: #e8956a;--color-primary-light: #f5c9a0;--color-primary-lighter: #ffe5c8;--color-primary-dark: #c07850;--color-primary-muted: #c0956a;--color-primary-rgb: 232, 149, 106;--color-bg-base: #ffffff;--color-bg-surface: #fafafa;--color-bg-deep: #f5f5f5;--color-bg-hover: #f0f0f2;--color-bg-gradient: linear-gradient(180deg, #fafafa 0%, #ffffff 50%, #f5f5f5 100%);--color-text-light: #0d0b0a;--color-text-primary: #1e1d26;--color-text-secondary: #2e2d3a;--color-text-muted: #4a4960;--color-text-tertiary: #5e5d74;--color-text-quaternary: #74738a;--color-border: #e2e2e8;--color-border-subtle: rgba(20, 20, 32, .07);--color-muted-primary: #c4c3ce;--color-muted-mid: #b0afba;--color-muted-dark: #e8e8ee;--color-muted-glow: rgba(180, 178, 196, .4);--color-btn-surface: rgba(20, 20, 32, .06);--color-glass: rgba(20, 20, 32, .04);--color-glass-border: rgba(20, 20, 32, .1);--color-overlay: rgba(0, 0, 0, .4);--color-success: #16a34a;--color-error: #dc2626;--color-error-hover: #b91c1c;--color-warning: #cc7700;--color-info: #2563eb;--color-accent-purple: #8b5cf6}@media(prefers-color-scheme:light){:root:not([data-theme]){--color-primary: #e8956a;--color-primary-light: #f5c9a0;--color-primary-lighter: #ffe5c8;--color-primary-dark: #c07850;--color-primary-muted: #c0956a;--color-primary-rgb: 232, 149, 106;--color-bg-base: #ffffff;--color-bg-surface: #fafafa;--color-bg-deep: #f5f5f5;--color-bg-hover: #f0f0f2;--color-bg-gradient: linear-gradient(180deg, #fafafa 0%, #ffffff 50%, #f5f5f5 100%);--color-text-light: #0d0b0a;--color-text-primary: #1e1d26;--color-text-secondary: #2e2d3a;--color-text-muted: #4a4960;--color-text-tertiary: #5e5d74;--color-text-quaternary: #74738a;--color-border: #e2e2e8;--color-border-subtle: rgba(20, 20, 32, .07);--color-muted-primary: #c4c3ce;--color-muted-mid: #b0afba;--color-muted-dark: #e8e8ee;--color-muted-glow: rgba(180, 178, 196, .4);--color-btn-surface: rgba(20, 20, 32, .06);--color-glass: rgba(20, 20, 32, .04);--color-glass-border: rgba(20, 20, 32, .1);--color-overlay: rgba(0, 0, 0, .4);--color-success: #16a34a;--color-error: #dc2626;--color-error-hover: #b91c1c;--color-warning: #cc7700;--color-info: #2563eb;--color-accent-purple: #8b5cf6}}.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}
