:root{--bg-deep: #16122a;--bg-surface: #221c38;--bg-elevated: #362d4a;--coral-bright: #a594c8;--coral-mid: #7d6ba8;--coral-dark: #5d4f7a;--cyan-bright: #5ef5d9;--cyan-mid: #4ee0c4;--cyan-glow: rgba(94, 245, 217, .5);--text-primary: #f5f2ff;--text-secondary: #c4b8e0;--text-muted: #9489b0;--border-subtle: rgba(196, 184, 224, .22);--border-accent: rgba(94, 245, 217, .45);--surface-card: rgba(34, 28, 56, .72);--surface-card-strong: rgba(34, 28, 56, .92);--surface-overlay: rgba(0, 0, 0, .4);--surface-interactive: rgba(255, 255, 255, .1);--surface-interactive-hover: rgba(255, 255, 255, .2);--surface-cyan-soft: rgba(94, 245, 217, .18);--surface-coral-soft: rgba(125, 107, 168, .22);--surface-inset-highlight: rgba(255, 255, 255, .06);--newsletter-gradient: linear-gradient( 135deg, rgba(125, 107, 168, .12) 0%, rgba(34, 28, 56, .92) 50%, rgba(94, 245, 217, .06) 100% );--press-featured-gradient: linear-gradient(135deg, rgba(125, 107, 168, .14) 0%, rgba(34, 28, 56, .88) 100%);--shadow-coral-soft: rgba(125, 107, 168, .28);--shadow-coral-mid: rgba(125, 107, 168, .38);--shadow-coral-strong: rgba(125, 107, 168, .48);--shadow-cyan-soft: rgba(94, 245, 217, .28);--shadow-github-soft: rgba(245, 242, 255, .1);--github-hover-color: #f5f2ff;--hero-title-start: #f5f2ff;--hero-title-end: #5ef5d9;--logo-gradient-start: #a594c8;--logo-gradient-end: #5d4f7a;--logo-glow: rgba(125, 107, 168, .5);--logo-glow-hover: rgba(94, 245, 217, .6);--font-display: "Clash Display", system-ui, sans-serif;--font-body: "Satoshi", system-ui, sans-serif;--font-mono: "SF Mono", "Fira Code", "JetBrains Mono", monospace}html[data-theme=light]{--bg-deep: #f5f2fc;--bg-surface: #ffffff;--bg-elevated: #ebe6f5;--coral-bright: #7d6ba8;--coral-mid: #6b5a92;--coral-dark: #52466d;--cyan-bright: #22c4a8;--cyan-mid: #1da890;--cyan-glow: rgba(34, 196, 168, .32);--text-primary: #0f0c18;--text-secondary: #3d3552;--text-muted: #5c5270;--border-subtle: rgba(107, 90, 146, .24);--border-accent: rgba(34, 196, 168, .45);--surface-card: rgba(255, 255, 255, .92);--surface-card-strong: rgba(255, 255, 255, .98);--surface-overlay: rgba(107, 90, 146, .14);--surface-interactive: rgba(107, 90, 146, .12);--surface-interactive-hover: rgba(107, 90, 146, .22);--surface-cyan-soft: rgba(34, 196, 168, .16);--surface-coral-soft: rgba(107, 90, 146, .16);--surface-inset-highlight: rgba(107, 90, 146, .08);--newsletter-gradient: linear-gradient( 135deg, rgba(107, 90, 146, .12) 0%, rgba(255, 255, 255, .98) 52%, rgba(34, 196, 168, .1) 100% );--press-featured-gradient: linear-gradient(135deg, rgba(107, 90, 146, .14) 0%, rgba(255, 255, 255, .96) 100%);--shadow-coral-soft: rgba(107, 90, 146, .24);--shadow-coral-mid: rgba(107, 90, 146, .32);--shadow-coral-strong: rgba(107, 90, 146, .4);--shadow-cyan-soft: rgba(34, 196, 168, .26);--shadow-github-soft: rgba(15, 12, 24, .14);--github-hover-color: #0f0c18;--hero-title-start: #3d3552;--hero-title-end: #22c4a8;--logo-gradient-start: #7d6ba8;--logo-gradient-end: #52466d;--logo-glow: rgba(107, 90, 146, .3);--logo-glow-hover: rgba(34, 196, 168, .4)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg-deep);color:var(--text-primary);line-height:1.6;min-height:100vh;transition:background-color .25s ease,color .25s ease;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html[data-theme=light] body{background:radial-gradient(1200px circle at 12% -10%,rgba(112,97,140,.06),transparent 58%),radial-gradient(900px circle at 88% -12%,rgba(78,224,196,.06),transparent 56%),var(--bg-deep)}::selection{background:var(--coral-bright);color:var(--bg-deep)}html[data-theme=light] .stars{opacity:.28;filter:saturate(.6)}html[data-theme=light] .nebula{opacity:.45}.theme-toggle{position:fixed;top:16px;right:16px;z-index:999;width:40px;height:40px;display:grid;place-items:center;padding:0;border-radius:999px;border:1px solid var(--border-subtle);background:var(--surface-card-strong);cursor:pointer;backdrop-filter:blur(10px);transition:all .2s ease}.theme-toggle:hover{border-color:var(--border-accent);transform:translateY(-1px);box-shadow:0 10px 24px color-mix(in srgb,var(--cyan-bright) 22%,transparent)}.theme-toggle:focus-visible{outline:2px solid var(--cyan-bright);outline-offset:2px}.theme-toggle-icon{font-size:1.05rem;line-height:1;color:var(--text-secondary);transition:transform .2s ease,color .2s ease}.theme-toggle:hover .theme-toggle-icon{color:var(--text-primary);transform:rotate(10deg) scale(1.04)}@media(max-width:640px){.theme-toggle{top:10px;right:10px;width:36px;height:36px}}
