@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0a1610;--bg-raised: #0f2318;--bg-card: #142c1e;--border: #1e3a28;--border-bright: #2a4e35;--text: #c8e6b8;--text-bright: #DEF4C6;--text-muted: #6b9a7e;--text-dim: #3d6b4f;--amber: #73E2A7;--amber-bright: #95EDBE;--amber-dim: #1C7C54;--amber-glow: rgba(115, 226, 167, .12);--amber-glow-strong: rgba(115, 226, 167, .25);--green: #DEF4C6;--red: #f87171;--font-mono: "JetBrains Mono", "Fira Code", "SF Mono", monospace;--section-gap: 7rem;--content-width: 1100px}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-mono);font-size:14px;line-height:1.75;color:var(--text);background:var(--bg);overflow-x:hidden}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,0,0,.02) 2px,rgba(0,0,0,.02) 4px);z-index:10000}a{color:var(--amber);text-decoration:none;transition:color .2s ease}a:hover{color:var(--amber-bright)}::selection{background:var(--amber-dim);color:var(--text-bright)}.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.reveal.revealed{opacity:1;transform:translateY(0)}.reveal-d1{transition-delay:.08s}.reveal-d2{transition-delay:.16s}.reveal-d3{transition-delay:.24s}.reveal-d4{transition-delay:.32s}.reveal-d5{transition-delay:.4s}.reveal-d6{transition-delay:.48s}section{padding:var(--section-gap) 1.5rem}.container{max-width:var(--content-width);margin:0 auto}.section-label{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--text-dim);margin-bottom:1.5rem;font-weight:500}.section-label span{color:var(--amber)}.section-title{font-size:clamp(1.5rem,4vw,2.25rem);font-weight:700;color:var(--text-bright);line-height:1.3;margin-bottom:1.25rem}.section-desc{font-size:.85rem;color:var(--text-muted);max-width:580px;line-height:1.8}@keyframes blink{0%,48%{opacity:1}50%,to{opacity:0}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}[data-theme=sunset]{--bg: #12100a;--bg-raised: #1e1810;--bg-card: #2a2018;--border: #3d3020;--border-bright: #4e3e2a;--text: #e6d5b8;--text-bright: #FFF8F0;--text-muted: #9a8468;--text-dim: #6b5a3f;--amber: #FF8811;--amber-bright: #ffa040;--amber-dim: #b35f0c;--amber-glow: rgba(255, 136, 17, .12);--amber-glow-strong: rgba(255, 136, 17, .25);--green: #9DD9D2;--red: #f87171}[data-theme=orchid]{--bg: #110a14;--bg-raised: #1c1020;--bg-card: #28182e;--border: #3a2542;--border-bright: #4e3558;--text: #d8c0d0;--text-bright: #EEABC4;--text-muted: #9a7090;--text-dim: #6b4a62;--amber: #E15A97;--amber-bright: #ee7db0;--amber-dim: #861388;--amber-glow: rgba(225, 90, 151, .12);--amber-glow-strong: rgba(225, 90, 151, .25);--green: #EEABC4;--red: #f87171}[data-theme=crimson]{--bg: #0f0808;--bg-raised: #1c0f0f;--bg-card: #2a1618;--border: #3d2025;--border-bright: #502a30;--text: #d8c4b0;--text-bright: #F1F0CC;--text-muted: #8a6e60;--text-dim: #5c3f35;--amber: #c93040;--amber-bright: #e04050;--amber-dim: #7a1520;--amber-glow: rgba(167, 29, 49, .12);--amber-glow-strong: rgba(167, 29, 49, .25);--green: #D5BF86;--red: #f87171}[data-theme=glacier]{--bg: #0a1214;--bg-raised: #0f1c1e;--bg-card: #14282c;--border: #1e3a3e;--border-bright: #2a4e52;--text: #b8d8d5;--text-bright: #DAFFEF;--text-muted: #6b9a96;--text-dim: #3f6b68;--amber: #64B6AC;--amber-bright: #82cec4;--amber-dim: #3d7a74;--amber-glow: rgba(100, 182, 172, .12);--amber-glow-strong: rgba(100, 182, 172, .25);--green: #C0FDFB;--red: #f87171}[data-theme=mono]{--bg: #0a0a0a;--bg-raised: #141414;--bg-card: #1e1e1e;--border: #2a2a2a;--border-bright: #3a3a3a;--text: #b0b0b0;--text-bright: #e8e8e8;--text-muted: #707070;--text-dim: #484848;--amber: #e0e0e0;--amber-bright: #ffffff;--amber-dim: #808080;--amber-glow: rgba(255, 255, 255, .08);--amber-glow-strong: rgba(255, 255, 255, .16);--green: #d0d0d0;--red: #f87171}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border-bright);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-dim)}
