@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=IBM+Plex+Mono:wght@400;500&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--bg: #fafafa;--text: #0a0a0a;--divider: #e8e8e8;--hover: #f0f0f0}html{font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);position:relative;min-height:100vh}h1{font-size:3.5rem;font-weight:700;letter-spacing:-.03em;line-height:1.1;margin-bottom:1.5rem}h2{font-size:2rem;font-weight:600;letter-spacing:-.02em;line-height:1.2;margin-bottom:1.25rem;margin-top:4rem}h3{font-size:1.25rem;font-weight:600;letter-spacing:-.01em;line-height:1.3;margin-bottom:1rem;margin-top:2.5rem}p{margin-bottom:1.5rem;max-width:70ch}a{color:var(--text);text-decoration:underline;text-decoration-color:var(--divider);text-underline-offset:3px;transition:text-decoration-color .15s ease}a:hover{text-decoration-color:var(--text)}ul{list-style:none;margin-bottom:1.5rem}ul li{padding-left:1.5rem;margin-bottom:.75rem;position:relative}ul li:before{content:"•";position:absolute;left:0}.container{max-width:820px;margin:0 auto;padding:0 2rem}header{padding:3rem 0;border-bottom:1px solid var(--divider)}header .container{display:flex;align-items:center;gap:3rem}.logo{font-family:IBM Plex Mono,monospace;font-weight:500;font-size:1.125rem;letter-spacing:.05em;text-decoration:none}nav{display:flex;gap:2rem;font-size:.9375rem}nav a{text-decoration:none;border-bottom:1px solid transparent;transition:border-color .15s ease}nav a:hover{border-bottom-color:var(--text)}footer{margin-top:8rem;padding:4rem 0 3rem;border-top:1px solid var(--divider)}footer .container{display:flex;flex-direction:column;gap:2rem}.footer-brand{font-family:IBM Plex Mono,monospace;font-weight:500;font-size:1rem;margin-bottom:.25rem}.footer-tagline{font-size:.9375rem;color:var(--text);opacity:.6;margin-bottom:2rem}.footer-links{display:flex;gap:2rem;font-size:.9375rem}.footer-copyright{font-size:.875rem;opacity:.5;margin-top:1rem}main{padding:5rem 0;position:relative}.bg-effect{position:fixed;inset:0;z-index:-1;opacity:.15;pointer-events:none;overflow:hidden}.bg-effect:before{content:"";position:absolute;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(255,69,0,.8) 0%,rgba(255,140,0,.4) 40%,transparent 70%);top:10%;left:15%;animation:floatBall1 25s ease-in-out infinite;filter:blur(60px)}.bg-effect:after{content:"";position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(220,20,60,.8) 0%,rgba(255,99,71,.4) 40%,transparent 70%);bottom:15%;right:20%;animation:floatBall2 20s ease-in-out infinite;filter:blur(60px)}@keyframes floatBall1{0%,to{transform:translate(0) scale(1)}33%{transform:translate(50px,-40px) scale(1.1)}66%{transform:translate(-30px,30px) scale(.9)}}@keyframes floatBall2{0%,to{transform:translate(0) scale(1)}33%{transform:translate(-40px,50px) scale(1.15)}66%{transform:translate(40px,-30px) scale(.85)}}.hero{padding:4rem 0 5rem;text-align:left}.hero h1{font-size:4.5rem;margin-bottom:1rem}.hero .subtitle{font-size:1.5rem;font-weight:400;margin-bottom:1.5rem;line-height:1.4}.hero .supporting{font-size:1.125rem;line-height:1.7;margin-bottom:2.5rem;opacity:.75}.hero .supporting p{margin-bottom:.5rem}.button-group{display:flex;gap:1rem;flex-wrap:wrap}.button{display:inline-block;padding:.875rem 2rem;border:1px solid var(--text);background:transparent;color:var(--text);text-decoration:none;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .15s ease;font-family:inherit}.button:hover{background:var(--text);color:var(--bg)}.button.secondary{border-color:var(--divider)}.button.secondary:hover{border-color:var(--text);background:transparent;color:var(--text)}section{padding:4rem 0;border-bottom:1px solid var(--divider)}section:last-child{border-bottom:none}section h2:first-child{margin-top:0}.download-list{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.download-item{padding-bottom:2rem;border-bottom:1px solid var(--divider)}.download-item:last-child{border-bottom:none}.download-item h3{margin-top:0;margin-bottom:.5rem}.download-item p{font-size:.9375rem;opacity:.7;margin-bottom:1rem}.download-item a{font-family:IBM Plex Mono,monospace;font-size:.875rem}.mono{font-family:IBM Plex Mono,monospace;font-size:.875em}@media(max-width:768px){.container{padding:0 1.5rem}header .container{flex-direction:column;align-items:flex-start;gap:1.5rem}nav{gap:1.5rem}.hero h1{font-size:3rem}h1{font-size:2.5rem}h2{font-size:1.75rem}.button-group{flex-direction:column}.button{text-align:center}}
