@font-face{font-family:Noto Sans Ext;src:url(/noto-sans-latin-ext.woff2) format("woff2");unicode-range:U+A74B;font-display:swap}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: #1c1c1e;--bg-elevated: #2c2c2e;--bg-card: #3a3a3c;--text: #f5f5f7;--text-secondary: #98989d;--coral: #E85D24;--coral-end: #F5C030;--blue: #00D8FF;--radius: 1rem;--max-width: 72rem}html{font-size:16px;scroll-behavior:smooth}body{font-family:Noto Sans Ext,Inter,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none}.gradient-text{background:linear-gradient(135deg,var(--coral),var(--coral-end));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#1c1c1ed9;backdrop-filter:blur(1.25rem);-webkit-backdrop-filter:blur(1.25rem);border-bottom:1px solid rgba(255,255,255,.06)}.nav-inner{max-width:var(--max-width);margin:0 auto;padding:.875rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.nav-logo{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700}.nav-rune{height:1.75rem}.nav-links{display:flex;align-items:center;gap:1.5rem}.nav-link{display:flex;align-items:center;gap:.375rem;color:var(--text-secondary);font-size:.875rem;font-weight:500;transition:color .2s}.nav-link:hover{color:var(--text)}.nav-cta{background:linear-gradient(135deg,var(--coral),var(--coral-end));color:#fff;padding:.5rem 1.25rem;border-radius:2rem;font-size:.875rem;font-weight:600;transition:opacity .2s}.nav-cta:hover{opacity:.9}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;border-radius:2rem;font-size:1rem;font-weight:600;transition:all .2s;cursor:pointer;border:none}.btn-primary{background:linear-gradient(135deg,var(--coral),var(--coral-end));color:#fff}.btn-primary:hover{opacity:.9;transform:translateY(-1px)}.btn-secondary{background:var(--bg-card);color:var(--text)}.btn-secondary:hover{background:#48484a;transform:translateY(-1px)}.btn-large{padding:1rem 2.5rem;font-size:1.125rem}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:6rem 1.5rem 4rem;gap:4rem;max-width:var(--max-width);margin:0 auto}.hero-inner{flex:1;max-width:36rem}.hero-badge{display:inline-block;background:#e85d241f;color:var(--coral);padding:.375rem 1rem;border-radius:2rem;font-size:.8125rem;font-weight:600;letter-spacing:.02em;margin-bottom:1.5rem}.hero-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1.1;letter-spacing:-.02em;margin-bottom:1.25rem}.hero-subtitle{font-size:1.125rem;color:var(--text-secondary);line-height:1.7;margin-bottom:2rem;max-width:28rem}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-phone{flex-shrink:0}.phone-frame{width:17rem;height:34rem;background:var(--bg);border:2px solid #48484a;border-radius:2.5rem;overflow:hidden;position:relative;box-shadow:0 0 0 1px #ffffff0d,0 2rem 4rem #0006}.phone-frame:before{content:"";position:absolute;top:.75rem;left:50%;transform:translate(-50%);width:5rem;height:1.5rem;background:#2c2c2e;border-radius:1rem;z-index:2}.screenshot-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;background:linear-gradient(180deg,#242424,#1c1c1e);color:var(--text-secondary);font-size:.8125rem;text-align:center;padding:1rem}.placeholder-icon{width:3rem;height:3rem;opacity:.4}.features{padding:6rem 1.5rem;background:var(--bg-elevated)}.features-inner{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.feature-card{background:var(--bg);border:1px solid rgba(255,255,255,.06);border-radius:var(--radius);padding:2rem;transition:border-color .3s,transform .3s}.feature-card:hover{border-color:#e85d244d;transform:translateY(-2px)}.feature-icon{width:3rem;height:3rem;background:linear-gradient(135deg,#e85d2426,#f5c0301a);border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:var(--coral);margin-bottom:1.25rem}.feature-card h3{font-size:1.125rem;font-weight:700;margin-bottom:.5rem}.feature-card p{color:var(--text-secondary);font-size:.9375rem;line-height:1.6}.showcase{padding:6rem 1.5rem}.showcase-inner{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;gap:4rem}.showcase-text{flex:1}.showcase-text h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1.15;margin-bottom:1rem}.showcase-text>p{color:var(--text-secondary);font-size:1.0625rem;line-height:1.7;margin-bottom:2rem;max-width:30rem}.showcase-list{list-style:none;display:flex;flex-direction:column;gap:.875rem}.showcase-list li{display:flex;align-items:center;gap:.75rem;font-size:1rem;font-weight:500}.showcase-phones{position:relative;flex-shrink:0;width:22rem;height:34rem}.showcase-phones .phone-back{position:absolute;top:0;left:0;opacity:.6;transform:scale(.92) rotate(-4deg)}.showcase-phones .phone-front{position:absolute;top:1rem;left:4rem}.self-host{padding:6rem 1.5rem;background:var(--bg-elevated)}.self-host-inner{max-width:var(--max-width);margin:0 auto;text-align:center}.self-host-inner h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;margin-bottom:.75rem}.self-host-inner>p{color:var(--text-secondary);font-size:1.0625rem;margin-bottom:2.5rem}.code-block{background:var(--bg);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);padding:1.5rem 2rem;text-align:left;max-width:32rem;margin:0 auto 3rem;overflow-x:auto}.code-block code{font-family:SF Mono,Fira Code,Cascadia Code,monospace;font-size:.875rem;line-height:1.8;color:var(--text);white-space:pre}.code-comment{color:#636366}.self-host-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:52rem;margin:0 auto}.self-host-card{background:var(--bg);border:1px solid rgba(255,255,255,.06);border-radius:var(--radius);padding:2rem;text-align:center}.self-host-card-icon{font-size:2rem;margin-bottom:.75rem;color:var(--accent)}.self-host-card-icon svg{width:2rem;height:2rem}.self-host-card h4{font-size:1rem;font-weight:700;margin-bottom:.375rem}.self-host-card p{color:var(--text-secondary);font-size:.875rem;line-height:1.5}.ai-ready{padding:6rem 1.5rem}.ai-ready-inner{max-width:var(--max-width);margin:0 auto;text-align:center}.ai-ready-inner h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;margin-bottom:.75rem}.ai-ready-inner>p{color:var(--text-secondary);font-size:1.0625rem;margin-bottom:2.5rem}.cta{padding:6rem 1.5rem;text-align:center}.cta-inner{max-width:var(--max-width);margin:0 auto}.cta-rune{height:4rem;margin-bottom:1.5rem;opacity:.8}.cta-inner h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;margin-bottom:.5rem}.cta-inner p{color:var(--text-secondary);font-size:1.0625rem;margin-bottom:2rem}.footer{border-top:1px solid rgba(255,255,255,.06);padding:1.5rem}.footer-inner{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between}.footer-brand{color:var(--text-secondary);font-size:.875rem;font-weight:600;flex:1}.footer-copyright{color:var(--text-muted);font-size:.75rem;flex:1;text-align:center}.footer-links{display:flex;gap:1.5rem;flex:1;justify-content:flex-end}.footer-links a{color:var(--text-secondary);font-size:.875rem;transition:color .2s}.footer-links a:hover{color:var(--text)}@media(max-width:64rem){.hero{flex-direction:column;text-align:center;min-height:auto;padding-top:8rem}.hero-inner,.hero-subtitle{max-width:100%}.hero-actions{justify-content:center}.features-inner{grid-template-columns:repeat(2,1fr)}.showcase-inner{flex-direction:column;text-align:center}.showcase-text>p{max-width:100%}.showcase-list{align-items:center}}@media(max-width:40rem){.features-inner,.self-host-cards{grid-template-columns:1fr}.showcase-phones{width:17rem;height:36rem}.showcase-phones .phone-back{display:none}.showcase-phones .phone-front{left:0;top:0}.hero-phone .phone-frame{width:14rem;height:28rem}.nav-link{display:none}}
