:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.5;font-weight:400;color:#f2efe7;background:#10120f;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--bg: #10120f;--bg-soft: #171a16;--bg-panel: #1e211c;--ink: #f2efe7;--muted: #b7b2a4;--dim: #7e8276;--line: rgba(242, 239, 231, .14);--line-strong: rgba(242, 239, 231, .24);--blue: #69a7ff;--blue-strong: #2f7df0;--green: #56d883;--green-bg: rgba(77, 190, 115, .16);--red: #ff766f;--red-bg: rgba(255, 118, 111, .16);--amber: #f2bd5e;--amber-bg: rgba(242, 189, 94, .18)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:linear-gradient(180deg,rgba(16,18,15,.04),var(--bg) 840px),var(--bg)}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}img{display:block;max-width:100%}.site-header{position:fixed;z-index:20;top:0;left:0;right:0;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:24px;height:72px;padding:0 40px;border-bottom:1px solid rgba(242,239,231,.08);background:#10120fc7;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.brand{display:inline-flex;align-items:center;justify-self:start;gap:10px;min-width:0;font-weight:700}.brand img{width:32px;height:32px;border-radius:8px}.nav-links{display:flex;align-items:center;gap:26px;color:var(--muted);font-size:.875rem}.nav-links a{transition:color .16s ease}.nav-links a:hover{color:var(--ink)}.header-action{justify-self:end;display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border:1px solid var(--line-strong);border-radius:8px;color:var(--ink);font-size:.875rem;font-weight:700;background:#f2efe714}.hero{position:relative;min-height:88svh;overflow:hidden;padding:144px 40px 120px;isolation:isolate}.hero-media{position:absolute;z-index:-3;inset:72px 0 0 auto;width:76%;min-width:880px;background-repeat:no-repeat;background-position:center right;background-size:cover;opacity:.58;filter:saturate(1.08) contrast(1.04)}.hero-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,var(--bg) 0%,rgba(16,18,15,.76) 24%,rgba(16,18,15,.22) 58%),linear-gradient(180deg,rgba(16,18,15,.02),var(--bg) 100%)}.hero-shade{position:absolute;z-index:-2;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#10120f29,#10120ffa 92%),radial-gradient(circle at 78% 36%,rgba(105,167,255,.14),transparent 32%),radial-gradient(circle at 76% 78%,rgba(86,216,131,.08),transparent 34%)}.hero-inner{position:relative;z-index:2;max-width:1120px;margin:0 auto}.hero-preview{position:absolute;z-index:1;right:max(40px,calc((100vw - 1120px)/2));bottom:96px;width:min(47vw,640px);overflow:hidden;border:1px solid rgba(242,239,231,.18);border-radius:8px;background:#141713db;box-shadow:0 34px 90px #0000006b,inset 0 1px #ffffff14;transform:translateY(10px) perspective(1200px) rotateY(-7deg)}.hero-preview-top{display:flex;align-items:center;gap:7px;min-height:42px;padding:0 14px;border-bottom:1px solid rgba(242,239,231,.1)}.hero-preview-dot{width:10px;height:10px;border-radius:50%}.hero-preview-dot.red{background:var(--red)}.hero-preview-dot.amber{background:var(--amber)}.hero-preview-dot.green{background:var(--green)}.hero-preview-title{margin-left:10px;color:var(--muted);font-size:.8125rem}.hero-preview-body{display:grid;grid-template-columns:176px minmax(0,1fr);min-height:286px}.hero-preview-rail{display:grid;align-content:start;gap:8px;padding:16px;border-right:1px solid rgba(242,239,231,.1);background:#f2efe709}.rail-item{display:flex;align-items:center;min-height:34px;padding:0 10px;border-radius:8px;color:var(--muted);font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.75rem}.rail-item.selected{color:var(--ink);background:#69a7ff1f}.rail-item.muted{color:var(--dim)}.hero-preview-code{min-width:0;padding:18px}.code-label{display:inline-flex;margin-bottom:12px;padding:5px 8px;border:1px solid rgba(242,189,94,.35);border-radius:999px;color:var(--amber);font-size:.75rem;font-weight:800}.noise-chip{margin-top:14px;padding:12px;border:1px dashed rgba(242,239,231,.2);border-radius:8px;color:var(--muted);font-size:.8125rem;background:#f2efe709}.eyebrow,.section-kicker{margin:0 0 18px;color:var(--amber);font-size:.8125rem;font-weight:700}h1,h2,h3,p{margin-top:0}h1{max-width:740px;margin-bottom:24px;font-size:5.25rem;line-height:.96}.hero-copy{max-width:660px;margin-bottom:34px;color:#f2efe7d6;font-size:1.375rem;line-height:1.45}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:28px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;max-width:100%;padding:0 22px;border-radius:8px;font-weight:800;line-height:1.2;transition:transform .16s ease,border-color .16s ease,background-color .16s ease}.button:hover{transform:translateY(-1px)}.button-primary{color:#071018;background:#f2efe7;border:1px solid #f2efe7}.button-secondary{color:var(--ink);border:1px solid var(--line-strong);background:#f2efe714}.trust-strip{display:flex;flex-wrap:wrap;gap:8px;color:var(--muted);font-size:.875rem}.trust-strip span{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border:1px solid var(--line);border-radius:999px;background:#10120f80}.problem-band,.product-section,.open-source-section,.pricing-section,.faq-section{padding:96px 40px}.problem-band{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#f2efe7;color:#151712}.problem-band .section-kicker{color:#8f651f}.section-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:72px;max-width:1120px;margin:0 auto;align-items:end}h2{max-width:760px;margin-bottom:0;font-size:2.625rem;line-height:1.08}.section-grid p:last-child{margin-bottom:0;color:#151712c7;font-size:1.125rem}.product-section{background:#10120f}.section-heading{max-width:1120px;margin:0 auto 36px}.section-heading h2{margin-bottom:0}.review-surface{display:grid;grid-template-columns:260px minmax(0,1fr);max-width:1120px;min-height:520px;margin:0 auto;overflow:hidden;border:1px solid var(--line-strong);border-radius:8px;background:#151813;box-shadow:0 36px 100px #0000006b}.surface-sidebar{padding:18px;border-right:1px solid var(--line);background:#1b1e19}.window-controls{display:flex;gap:7px;margin-bottom:26px}.window-controls span{width:11px;height:11px;border-radius:50%;background:var(--line-strong)}.window-controls span:nth-child(1){background:var(--red)}.window-controls span:nth-child(2){background:var(--amber)}.window-controls span:nth-child(3){background:var(--green)}.repo-name{margin-bottom:18px;font-weight:800}.branch-row{display:flex;align-items:center;gap:10px;min-height:40px;padding:0 10px;border-radius:8px;color:var(--muted);font-size:.875rem}.branch-row.active{color:var(--ink);background:#f2efe714}.dot{width:8px;height:8px;border-radius:50%}.dot.added{background:var(--green)}.dot.changed{background:var(--amber)}.dot.removed{background:var(--red)}.summary-box{display:grid;gap:6px;margin-top:36px;padding:16px;border:1px solid var(--line);border-radius:8px;color:var(--muted);background:#10120f6b}.summary-box strong{color:var(--ink);font-size:2rem;line-height:1}.surface-main{display:flex;flex-direction:column;min-width:0;padding:18px;background:linear-gradient(180deg,rgba(105,167,255,.06),transparent 42%),#11130f}.surface-toolbar{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px;color:var(--muted);font-size:.8125rem}.surface-toolbar span{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border:1px solid var(--line);border-radius:999px;background:#f2efe70d}.focus-card{border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#181b16}.focus-header{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:46px;padding:0 16px;border-bottom:1px solid var(--line)}.file-path{min-width:0;overflow:hidden;color:var(--muted);font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.8125rem;text-overflow:ellipsis;white-space:nowrap}.signal-badge{flex:0 0 auto;padding:5px 8px;border:1px solid rgba(86,216,131,.42);border-radius:999px;color:var(--green);font-size:.75rem;background:#56d8831a}.diff-line{min-height:48px;padding:13px 16px;border-bottom:1px solid rgba(242,239,231,.07);overflow-x:auto;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.875rem;white-space:nowrap}.diff-line.add{color:#bff5cd;background:var(--green-bg)}.diff-line.remove{color:#ffc2be;background:var(--red-bg)}.diff-line.context{color:var(--dim)}.context-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:auto;padding-top:18px}.context-row>div{min-height:116px;padding:18px;border:1px solid var(--line);border-radius:8px;background:#f2efe70d}.metric{display:block;margin-bottom:12px;color:var(--ink);font-size:2.25rem;font-weight:800;line-height:1}.context-row span:last-child{color:var(--muted)}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:1120px;margin:24px auto 0}.feature-card,.pricing-card,.faq-item{border:1px solid var(--line);border-radius:8px;background:#f2efe70b}.feature-card{padding:24px}.feature-card span{display:inline-flex;margin-bottom:24px;color:var(--blue);font-size:.8125rem;font-weight:800}.feature-card h3,.pricing-card h3,.faq-item h3{margin-bottom:10px;font-size:1.125rem;line-height:1.25}.feature-card p,.pricing-card p,.faq-item p,.oss-copy p{color:var(--muted)}.feature-card p,.pricing-card p,.faq-item p{margin-bottom:0}.open-source-section{display:grid;grid-template-columns:minmax(0,.95fr) minmax(320px,1.05fr);gap:72px;align-items:center;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#171a16}.oss-copy,.oss-visual{max-width:560px}.oss-copy{justify-self:end}.oss-copy h2{margin-bottom:24px}.oss-visual{justify-self:start;width:100%;padding:34px;border:1px solid var(--line-strong);border-radius:8px;background:linear-gradient(135deg,rgba(105,167,255,.14),transparent 52%),#10120f94}.oss-pill{display:flex;align-items:center;min-height:64px;padding:0 20px;border:1px solid var(--line);border-radius:8px;font-weight:800;background:#f2efe70d}.oss-pill.primary{color:#06110b;background:var(--green);border-color:var(--green)}.oss-line{width:2px;height:34px;margin-left:32px;background:var(--line-strong)}.pricing-section,.faq-section{background:#10120f}.pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:1120px;margin:0 auto}.pricing-card{padding:24px;min-height:360px}.pricing-topline{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.pricing-topline h3{margin-bottom:0;font-size:1.5rem}.pricing-topline span{flex:0 0 auto;padding:5px 9px;border:1px solid var(--line-strong);border-radius:999px;color:var(--amber);font-size:.75rem;font-weight:800}.pricing-card ul{display:grid;gap:10px;margin:24px 0 0;padding:0;list-style:none}.pricing-card li{position:relative;padding-left:18px;color:#f2efe7d1}.pricing-card li:before{content:"";position:absolute;left:0;top:.68em;width:6px;height:6px;border-radius:50%;background:var(--green)}.faq-section{padding-top:0}.faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;max-width:1120px;margin:0 auto}.faq-item{padding:22px}.site-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:32px 40px;border-top:1px solid var(--line);color:var(--dim)}.site-footer nav{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}.site-footer a{color:var(--muted)}.site-footer a:hover{color:var(--ink)}.legal-page{min-height:calc(100svh - 86px);padding:144px 40px 96px;background:linear-gradient(180deg,rgba(105,167,255,.08),transparent 360px),#10120f}.legal-shell{max-width:860px;margin:0 auto}.legal-shell h1{max-width:none;margin-bottom:20px;font-size:4rem}.legal-lede{max-width:720px;margin-bottom:16px;color:#f2efe7d1;font-size:1.25rem}.legal-updated{margin-bottom:48px;color:var(--dim);font-size:.875rem}.legal-sections{display:grid;gap:18px}.legal-section{padding:24px;border:1px solid var(--line);border-radius:8px;background:#f2efe70b}.legal-section h2{margin-bottom:12px;font-size:1.25rem}.legal-section p{margin-bottom:0;color:var(--muted)}.legal-section a{color:var(--blue);overflow-wrap:anywhere}@media (max-width: 900px){.site-header{grid-template-columns:1fr auto;height:64px;padding:0 20px}.nav-links{display:none}.hero{min-height:auto;padding:116px 20px 72px}.hero-preview{display:none}.hero-media{inset:64px 0 auto 0;width:100%;min-width:0;height:440px;background-position:center top;opacity:.42}.hero-shade{background:linear-gradient(180deg,rgba(16,18,15,.12),var(--bg) 620px),radial-gradient(circle at 68% 22%,rgba(105,167,255,.12),transparent 36%)}h1{font-size:4rem}.hero-copy{font-size:1.125rem}.problem-band,.product-section,.open-source-section,.pricing-section,.faq-section{padding:72px 20px}.section-grid,.open-source-section,.pricing-grid,.faq-grid,.feature-grid{grid-template-columns:1fr}.section-grid,.open-source-section{gap:32px}h2{font-size:2.125rem}.review-surface{grid-template-columns:1fr}.surface-sidebar{border-right:0;border-bottom:1px solid var(--line)}.context-row{grid-template-columns:1fr}.oss-copy,.oss-visual{max-width:none;justify-self:stretch}.site-footer{padding:28px 20px}.legal-page{padding:116px 20px 72px}.legal-shell h1{font-size:3rem}}@media (max-width: 520px){.header-action{min-height:36px;padding:0 12px}.brand span{display:none}h1{font-size:3.125rem}.hero-actions{display:grid}.button{width:100%}h2{font-size:1.875rem}.review-surface{min-height:0}.diff-line{font-size:.75rem}.focus-header{align-items:flex-start;flex-direction:column;padding:12px}.site-footer{flex-direction:column}}
