@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=Instrument+Serif&display=swap";
:root{--bg:#0a0a0a;--fg:#fafafa;--muted:#666;--accent:#22c55e;--accent-dim:#16a34a}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:IBM Plex Mono,monospace}.landing{flex-direction:column;max-width:1200px;min-height:100vh;margin:0 auto;padding:2rem;display:flex;position:relative}.grain{pointer-events:none;opacity:.03;z-index:1000;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");width:100%;height:100%;position:fixed;top:0;left:0}.header{justify-content:space-between;align-items:center;padding-bottom:4rem;animation:.6s ease-out fadeIn;display:flex}.logo{letter-spacing:-.02em;font-family:Instrument Serif,serif;font-size:1.5rem}.status{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);align-items:center;gap:.5rem;font-size:.75rem;display:flex}.status-dot{background:var(--accent);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse}.hero{flex-direction:column;flex:1;justify-content:center;padding:4rem 0;animation:.8s ease-out fadeInUp;display:flex}.headline{letter-spacing:-.03em;max-width:16ch;margin-bottom:1.5rem;font-family:Instrument Serif,serif;font-size:clamp(2rem,6vw,4rem);font-weight:400;line-height:1.1}.subline{color:var(--muted);letter-spacing:.02em;margin-bottom:3rem;font-size:.875rem}.cta{background:var(--accent);color:var(--bg);letter-spacing:.02em;border-radius:100px;align-items:center;gap:.75rem;width:fit-content;padding:1rem 1.75rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.cta:hover{background:var(--accent-dim);transform:translateY(-2px)}.cta-icon{align-items:center;display:flex}.features{background:#222;border:1px solid #222;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1px;margin-top:auto;display:grid}.feature{background:var(--bg);flex-direction:column;gap:.25rem;padding:1.5rem;animation:.6s ease-out backwards fadeInUp;display:flex}.feature-label{letter-spacing:.02em;font-size:.8125rem;font-weight:500}.feature-desc{color:var(--muted);letter-spacing:.02em;font-size:.6875rem}.footer{color:var(--muted);letter-spacing:.05em;padding-top:3rem;font-size:.6875rem;animation:.6s ease-out .4s backwards fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width:640px){.landing{padding:1.5rem}.header{padding-bottom:2rem}.hero{padding:2rem 0}.features{grid-template-columns:1fr 1fr}}
