@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&family=IBM+Plex+Sans:wght@400;500&display=swap";
:root{--bg-main:#f8f8f6;--bg-card:#f0f0ee;--text-primary:#1a1a1a;--text-secondary:#3a3a3a;--link:#2563eb;--border:#1a1a1a}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg-main);color:var(--text-primary);font-family:IBM Plex Sans,sans-serif;font-size:16px;line-height:1.7;position:relative}.landing-root{background:var(--bg-main);width:100%;min-height:100vh;color:var(--text-primary);font-family:IBM Plex Sans,sans-serif;font-size:16px;line-height:1.7}.landing-root nav{background:var(--bg-main);border-bottom:1px solid #0000000f;padding:1.5rem 3rem}.landing-root nav a{color:var(--text-primary)}.landing-root nav a:hover{color:var(--link)}.landing-main{width:100%}.landing-content{box-sizing:border-box;width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:3rem;padding-right:3rem}@media (max-width:900px){.landing-content{padding-left:1.5rem;padding-right:1.5rem}}.landing-root footer{box-sizing:border-box;text-align:center;border-top:1px solid #0000000f;width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding:3rem}.landing-root footer p{color:var(--text-secondary);margin-bottom:.5rem;font-size:.85rem}.landing-root footer a{color:var(--link);text-decoration:none}.landing-root footer a:hover{text-decoration:underline}.landing-root .footer-links{justify-content:center;gap:1.5rem;margin-top:1rem;display:flex}.landing-root .footer-links a{color:var(--text-secondary);font-size:.85rem}.hero{gap:4rem;padding-top:7rem;padding-bottom:6rem}.hero-content h1{margin-bottom:1.5rem}.hero-content p{color:var(--text-secondary);max-width:440px;margin-bottom:1rem;font-size:.95rem}.hero-cta{margin-top:1.5rem}.hero-graph svg.hero-loaded{opacity:1}@media (max-width:900px){.hero{text-align:center;grid-template-columns:1fr;padding:6rem 1.5rem 4rem}.hero .hero-content{border-left:none;padding-left:0}.hero .hero-content .absolute{display:none}.hero .hero-content p{margin-left:auto;margin-right:auto}.hero .hero-cta{text-align:center}}.noise-overlay{pointer-events:none;z-index:0;opacity:.25;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:fixed;inset:0}.section-divider{padding:0}.section-intro{align-items:center;gap:.75rem;margin-bottom:2rem;display:flex}.section-dot{background:var(--border);border-radius:50%;flex-shrink:0;width:6px;height:6px}.section-line{border-top:1px dashed var(--border);opacity:.5;flex:1;height:0}.font-mono{font-family:IBM Plex Mono,monospace}.btn{color:var(--text-primary);border:2px solid var(--border);cursor:pointer;background:0 0;align-items:center;gap:.5rem;padding:.7rem 1.4rem;font-family:inherit;font-size:.9rem;font-weight:500;text-decoration:none;transition:background .2s,color .2s;display:inline-flex}.btn:hover{background:var(--text-primary);color:var(--bg-main)}@keyframes vortexDraw{to{stroke-dashoffset:0}}@keyframes vortexDotFade{to{opacity:1}}@keyframes vortexLineFlow{to{stroke-dashoffset:-60px}}.vortex-path{stroke-dasharray:1000;stroke-dashoffset:1000px;animation:1.2s ease-out forwards vortexDraw}.vortex-path:first-child{animation-delay:50ms}.vortex-path:nth-child(2){animation-delay:.1s}.vortex-path:nth-child(3){animation-delay:.15s}.vortex-path:nth-child(4){animation-delay:.2s}.vortex-path:nth-child(5){animation-delay:.25s}.vortex-path:nth-child(6){animation-delay:.3s}.vortex-path:nth-child(7){animation-delay:.35s}.vortex-path:nth-child(8){animation-delay:.4s}.vortex-path:nth-child(9){animation-delay:.45s}.vortex-path:nth-child(10){animation-delay:.5s}.vortex-flow{stroke-dasharray:10 20;stroke-dashoffset:0;opacity:.55;animation:3s linear infinite vortexLineFlow}.vortex-flow:nth-child(11){animation-delay:0s}.vortex-flow:nth-child(12){animation-delay:.5s}.vortex-flow:nth-child(13){animation-delay:1s}.vortex-dot{opacity:0;animation:.4s ease-out forwards vortexDotFade}.vortex-dot:nth-child(14){animation-delay:.6s}.vortex-dot:nth-child(15){animation-delay:.65s}.vortex-dot:nth-child(16){animation-delay:.7s}.vortex-dot:nth-child(17){animation-delay:.75s}.vortex-dot:nth-child(18){animation-delay:.8s}.vortex-dot:nth-child(19){animation-delay:.85s}.vortex-dot:nth-child(20){animation-delay:.9s}.vortex-dot:nth-child(21){animation-delay:.95s}#about{padding-top:6rem;padding-bottom:6rem}#about .content-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}#about h2{margin-bottom:1rem;font-family:IBM Plex Mono,monospace;font-size:1.75rem;font-weight:600}#about p{color:var(--text-secondary);margin-bottom:1rem;font-size:.95rem}#technology{padding-top:6rem;padding-bottom:6rem}#technology h2{margin-bottom:2rem;font-family:IBM Plex Mono,monospace;font-size:1.75rem;font-weight:600}.tech-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.tech-card{background:var(--bg-card);border:1px solid #0000001a;min-height:220px;padding:2rem}.tech-card h3{letter-spacing:.05em;margin-bottom:1rem;font-family:IBM Plex Mono,monospace;font-size:.9rem;font-weight:600}.tech-card p{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.tech-card a{color:var(--link);margin-top:1rem;font-size:.85rem;text-decoration:none;display:inline-block}.tech-card a:hover{text-decoration:underline}#data-coverage,#why-serean{padding-top:5rem;padding-bottom:5rem}#data-coverage h2,#why-serean h2{margin-bottom:1.5rem;font-family:IBM Plex Mono,monospace;font-size:1.75rem;font-weight:600}.coverage-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.coverage-item{border-bottom:1px solid #0000000f;padding:1rem 0}.coverage-item h3{margin-bottom:.25rem;font-size:.95rem;font-weight:600}.coverage-item p{color:var(--text-secondary);font-size:.9rem}.feature-row{border-bottom:1px solid #0000000f;flex-wrap:wrap;gap:1rem;padding:1rem 0;display:flex}.feature-row h3{min-width:140px;font-size:.95rem;font-weight:600}.feature-row p{color:var(--text-secondary);flex:1;font-size:.9rem}#cta-section{text-align:center;padding-top:6rem;padding-bottom:6rem}#cta-section h2{margin-bottom:.75rem;font-family:IBM Plex Mono,monospace;font-size:1.75rem;font-weight:600}#cta-section>p{color:var(--text-secondary);max-width:480px;margin-bottom:2rem;margin-left:auto;margin-right:auto}@media (max-width:900px){.landing-root nav{padding:1rem 1.5rem}.section-divider{padding:0 1.5rem}.hero{padding:6rem 0 4rem}#about .content-grid,.tech-grid,.coverage-grid{grid-template-columns:1fr}.feature-row{flex-direction:column}}
