:root{--teal: #004D40;--teal-light: #00695C;--coral: #FF655D;--yellow: #F1DB4B;--green-dark: #2D5A3D;--green-mid: #4D8C3E;--green-light: #6BAF5B;--cream: #F5F0E1;--cream-light: #FAF8F2;--bg: #FDFCF9;--text: #1a2e1f;--text-muted: #5a6e5f;--code-bg: #0d1f14;--code-text: #d4d4d4;--code-green: #a8e6a0;--code-comment: #6a9955;--code-blue: #9cdcfe;--sans: "Jost", system-ui, sans-serif;--mono: "JetBrains Mono", monospace;--h1-size: clamp(2.5rem, 5vw, 4rem);--h2-size: clamp(1.8rem, 3.5vw, 2.6rem);--tagline-size: clamp(1.1rem, 2.2vw, 1.4rem);--container-max: 1080px;--section-padding: 6rem 0;--logo-size: 260px;--logo-radius: 28px}[data-theme=dark]{--teal: #26a69a;--teal-light: #4db6ac;--coral: #ff8a80;--green-dark: #a5d6a7;--green-mid: #81c784;--green-light: #66bb6a;--cream: #1a2e1f;--cream-light: #152218;--bg: #0d1a12;--text: #e0e8e2;--text-muted: #8fa898;--code-bg: #0a140e}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--teal: #26a69a;--teal-light: #4db6ac;--coral: #ff8a80;--green-dark: #a5d6a7;--green-mid: #81c784;--green-light: #66bb6a;--cream: #1a2e1f;--cream-light: #152218;--bg: #0d1a12;--text: #e0e8e2;--text-muted: #8fa898;--code-bg: #0a140e}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{font-family:var(--sans);line-height:1.65;color:var(--text);background:var(--bg);min-height:100vh}::selection{background:var(--teal);color:#fff}a{color:var(--teal);text-decoration:none}a:hover{color:var(--teal-light)}.container{max-width:var(--container-max);margin:0 auto;padding:0 2rem}section{padding:var(--section-padding)}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:translateY(0)}@media(max-width:768px){:root{--section-padding: 4rem 0;--logo-size: 180px}}
