:root{--bg:#0b0b0b;--bg-raised:#111;--bg-cell:#141414;--border:#1e1e1e;--border-lt:#2c2c2c;--text:#ede9e2;--text-muted:#6a6560;--text-dim:#38352f;--amber:#c8892a;--amber-bright:#d4952a;--amber-dim:#c8892a14;--font-serif:"DM Serif Display",Georgia,serif;--font-mono:"IBM Plex Mono","Courier New",monospace}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0b0b0b;background:var(--bg);color:#ede9e2;color:var(--text);font-family:IBM Plex Mono,Courier New,monospace;font-family:var(--font-mono)}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{background:none;border:none;cursor:pointer;font-family:IBM Plex Mono,Courier New,monospace;font-family:var(--font-mono)}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes ticker{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.fade-up{opacity:0;transform:translateY(20px);transition:opacity .65s ease,transform .65s ease}.fade-up.visible{opacity:1;transform:translateY(0)}.navbar{align-items:center;background:#0b0b0b;background:var(--bg);border-bottom:1px solid #1e1e1e;border-bottom:1px solid var(--border);display:flex;height:64px;justify-content:space-between;padding:0 2.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.navbar-logo{display:block;height:34px;width:auto}.navbar-cta{border:1px solid #c8892a;border:1px solid var(--amber);color:#c8892a;color:var(--amber);font-family:IBM Plex Mono,Courier New,monospace;font-family:var(--font-mono);font-size:.72rem;font-weight:600;letter-spacing:.1em;padding:.4rem 1.1rem;text-transform:uppercase;transition:background .15s,color .15s}.navbar-cta:hover{background:#c8892a;background:var(--amber);color:#0b0b0b;color:var(--bg)}.hero{grid-gap:0;border-bottom:1px solid #1e1e1e;border-bottom:1px solid var(--border);display:grid;gap:0;grid-template-columns:1fr 280px;min-height:calc(100vh - 64px);overflow:hidden}.hero,.hero-left{position:relative}.hero-left{border-right:1px solid #1e1e1e;border-right:1px solid var(--border);display:flex;flex-direction:column;justify-content:center;padding:6rem 3.5rem 6rem 2.5rem;z-index:1}.hero-left:before{background-image:linear-gradient(#1e1e1e 1px,#0000 0),linear-gradient(90deg,#1e1e1e 1px,#0000 0);background-image:linear-gradient(var(--border) 1px,#0000 1px),linear-gradient(90deg,var(--border) 1px,#0000 1px);background-size:80px 80px;content:"";inset:0;opacity:.35;pointer-events:none;position:absolute;z-index:-1}.hero-badge{align-items:center;color:#c8892a;color:var(--amber);display:inline-flex;font-family:IBM Plex Mono,Courier New,monospace;font-family:var(--font-mono);font-size:.68rem;font-weight:600;gap:.5rem;letter-spacing:.14em;margin-bottom:2.5rem;text-transform:uppercase}.hero-badge-dot{animation:blink 1.8s ease-in-out infinite;background:#c8892a;background:var(--amber);border-radius:50%;height:5px;width:5px}.hero h1{color:#ede9e2;color:var(--text);font-family:"DM Serif Display",Georgia,serif;font-family:var(--font-serif);font-size:clamp(3rem,6vw,5.25rem);font-weight:400;letter-spacing:-.02em;line-height:1.07;margin-bottom:.5rem}.hero h1 em{color:#c8892a;color:var(--amber);font-style:italic}.hero-rule{background:#c8892a;background:var(--amber);height:1px;margin:2rem 0;width:3rem}.hero-sub{font-size:.72rem;font-weight:500;letter-spacing:.2em;margin-bottom:1.25rem;text-transform:uppercase}.hero-desc,.hero-sub{color:#6a6560;color:var(--text-muted);font-family:IBM Plex Mono,Courier New,monospace;font-family:var(--font-mono)}.hero-desc{font-size:.82rem;line-height:1.85;margin-bottom:3rem;max-width:440px}.hero-cta-btn{align-self:flex-start;background:#c8892a;background:var(--amber);color:#0b0b0b;color:var(--bg);font-family:IBM Plex Mono,Courier New,monospace;font-family:var(--font-mono);font-size:.76rem;font-weight:600;letter-spacing:.1em;padding:.85rem 2rem;text-transform:uppercase;transition:opacity .15s}.hero-cta-btn:hover{opacity:.88}.hero-right{align-items:center;background:#111;background:var(--bg-raised);display:flex;flex-direction:column;gap:2.5rem;justify-content:center;padding:3rem 2rem}.hero-icon{height:120px;object-fit:contain;opacity:.9;width:120px}.hero-stats{display:flex;flex-direction:column;gap:1.5rem;width:100%}.hero-stat{border-top:1px solid #1e1e1e;border-top:1px solid var(--border);padding-top:1rem}.hero-stat-num{color:#c8892a;color:var(--amber);font-family:"DM Serif Display",Georgia,serif;font-family:var(--font-serif);font-size:2.25rem;line-height:1;margin-bottom:.3rem}.hero-stat-label{color:#6a6560;color:var(--text-muted);font-family:IBM Plex Mono,Courier New,monospace;font-family:var(--font-mono);font-size:.65rem;letter-spacing:.1em;text-transform:uppercase}.ticker{background:#111;background:var(--bg-raised);border-bottom:1px solid #1e1e1e;border-bottom:1px solid var(--border);border-top:1px solid #1e1e1e;border-top:1px solid var(--border);overflow:hidden;padding:.75rem 0;white-space:nowrap}.ticker-track{animation:ticker 28s linear infinite;display:inline-flex;gap:0}.ticker-item{color:#6a6560;color:var(--text-muted);font-family:IBM Plex Mono,Courier New,monospace;font-family:var(--font-mono);font-size:.7rem;font-weight:600;letter-spacing:.14em;padding:0 2.5rem;text-transform:uppercase}.ticker-item-sep{color:#c8892a;color:var(--amber);padding:0}.section-inner{margin:0 auto;max-width:1080px;padding:5.5rem 2.5rem}.section-eyebrow{color:#c8892a;color:var(--amber);display:block;font-family:IBM Plex Mono,Courier New,monospace;font-family:var(--font-mono);font-size:.65rem;font-weight:600;letter-spacing:.18em;margin-bottom:.9rem;text-transform:uppercase}.section-title{color:#ede9e2;color:var(--text);font-family:"DM Serif Display",Georgia,serif;font-family:var(--font-serif);font-size:clamp(1.8rem,3.5vw,2.75rem);font-weight:400;letter-spacing:-.015em;line-height:1.15}.why-section{border-bottom:1px solid #1e1e1e;border-bottom:1px solid var(--border)}.why-header{grid-gap:3rem;align-items:end;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin-bottom:4rem}.why-header-desc{align-self:flex-end;color:#6a6560;color:var(--text-muted);font-family:IBM Plex Mono,Courier New,monospace;font-family:var(--font-mono);font-size:.8rem;line-height:1.85;padding-bottom:.25rem}.why-list{border-top:1px solid #1e1e1e;border-top:1px solid var(--border);display:flex;flex-direction:column}.why-row{grid-gap:2rem;align-items:start;border-bottom:1px solid #1e1e1e;border-bottom:1px solid var(--border);cursor:default;display:grid;gap:2rem;grid-template-columns:3.5rem 1fr 1fr;padding:1.75rem 0;transition:background .15s}.why-row:hover{background:#111;background:var(--bg-raised)}.why-num{color:#c8892a;color:var(--amber);font-family:IBM Plex Mono,Courier New,monospace;font-family:var(--font-mono);font-size:.68rem;font-weight:600;letter-spacing:.05em;padding-top:.15rem}.why-title{color:#ede9e2;color:var(--text);font-family:"DM Serif Display",Georgia,serif;font-family:var(--font-serif);font-size:1.15rem;font-weight:400;line-height:1.25}.why-desc{color:#6a6560;color:var(--text-muted);font-family:IBM Plex Mono,Courier New,monospace;font-family:var(--font-mono);font-size:.78rem;line-height:1.8}.features-section{border-bottom:1px solid #1e1e1e;border-bottom:1px solid var(--border)}.features-header{grid-gap:3rem;align-items:end;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin-bottom:3rem}.features-header-desc{align-self:flex-end;color:#6a6560;color:var(--text-muted);font-family:IBM Plex Mono,Courier New,monospace;font-family:var(--font-mono);font-size:.8rem;line-height:1.85}.features-table{border-top:1px solid #1e1e1e;border-top:1px solid var(--border)}.feature-row{grid-gap:2rem;align-items:start;border-bottom:1px solid #1e1e1e;border-bottom:1px solid var(--border);cursor:default;display:grid;gap:2rem;grid-template-columns:2.5rem 1fr 7rem 1fr;overflow:hidden;padding:1.75rem 0;position:relative;transition:background .15s}.feature-row:after{background:#c8892a;background:var(--amber);bottom:0;content:"";left:0;position:absolute;top:0;transform:scaleY(0);transform-origin:top;transition:transform .3s ease;width:2px}.feature-row:hover{background:#111;background:var(--bg-raised)}.feature-row:hover:after{transform:scaleY(1)}.feature-row-icon{color:#c8892a;color:var(--amber);margin-top:.15rem}.feature-row-title{color:#ede9e2;color:var(--text);font-family:"DM Serif Display",Georgia,serif;font-family:var(--font-serif);font-size:1.1rem;font-weight:400;line-height:1.25}.feature-row-badge{border:1px solid #2c2c2c;border:1px solid var(--border-lt);color:#38352f;color:var(--text-dim);display:inline-block;font-size:.6rem;font-weight:600;letter-spacing:.1em;margin-top:.15rem;padding:.25rem .5rem;text-transform:uppercase}.feature-row-badge,.feature-row-desc{font-family:IBM Plex Mono,Courier New,monospace;font-family:var(--font-mono)}.feature-row-desc{color:#6a6560;color:var(--text-muted);font-size:.78rem;line-height:1.8}.built-section{border-bottom:1px solid #1e1e1e;border-bottom:1px solid var(--border)}.built-header{margin-bottom:3rem}.built-gap-grid{grid-gap:1px;background:#1e1e1e;background:var(--border);display:grid;gap:1px;grid-template-columns:repeat(2,1fr)}.built-cell{background:#0b0b0b;background:var(--bg);overflow:hidden;padding:2.75rem 2.5rem;position:relative}.built-cell:before{background:#c8892a;background:var(--amber);content:"";height:1px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:left;transition:transform .35s ease}.built-cell:hover:before{transform:scaleX(1)}.built-cell-eyebrow{align-items:center;color:#c8892a;color:var(--amber);display:flex;font-family:IBM Plex Mono,Courier New,monospace;font-family:var(--font-mono);font-size:.62rem;font-weight:600;gap:.5rem;letter-spacing:.14em;margin-bottom:.75rem;text-transform:uppercase}.built-cell-title{color:#ede9e2;color:var(--text);font-family:"DM Serif Display",Georgia,serif;font-family:var(--font-serif);font-size:1.5rem;font-weight:400;line-height:1.2;margin-bottom:.75rem}.built-cell-desc{color:#6a6560;color:var(--text-muted);font-family:IBM Plex Mono,Courier New,monospace;font-family:var(--font-mono);font-size:.78rem;line-height:1.85}.vision-section{border-bottom:1px solid #1e1e1e;border-bottom:1px solid var(--border);padding:0}.vision-inner{margin:0 auto;max-width:1080px;padding:8rem 2.5rem}.vision-label{color:#38352f;color:var(--text-dim);display:block;font-family:IBM Plex Mono,Courier New,monospace;font-family:var(--font-mono);font-size:.65rem;font-weight:600;letter-spacing:.18em;margin-bottom:3rem;text-transform:uppercase}.vision-quote{color:#ede9e2;color:var(--text);font-family:"DM Serif Display",Georgia,serif;font-family:var(--font-serif);font-size:clamp(2rem,5vw,4rem);font-weight:400;letter-spacing:-.02em;line-height:1.15;margin-bottom:3rem}.vision-quote em{color:#c8892a;color:var(--amber);font-style:italic}.vision-body{border-left:1px solid #2c2c2c;border-left:1px solid var(--border-lt);color:#6a6560;color:var(--text-muted);font-family:IBM Plex Mono,Courier New,monospace;font-family:var(--font-mono);font-size:.8rem;line-height:1.9;max-width:500px;padding-left:1.5rem}.cta-section{border-bottom:1px solid #1e1e1e;border-bottom:1px solid var(--border)}.cta-inner{grid-gap:6rem;align-items:start;display:grid;gap:6rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1080px;padding:6rem 2.5rem}.cta-title{color:#ede9e2;color:var(--text);font-family:"DM Serif Display",Georgia,serif;font-family:var(--font-serif);font-size:clamp(2rem,4vw,3rem);font-weight:400;letter-spacing:-.015em;line-height:1.15;margin-bottom:1rem}.cta-desc{color:#6a6560;color:var(--text-muted);font-family:IBM Plex Mono,Courier New,monospace;font-family:var(--font-mono);font-size:.8rem;line-height:1.9}.waitlist-form{display:flex;flex-direction:column;gap:2rem}.wf-row{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:1fr 1fr}.wf-field{display:flex;flex-direction:column;gap:.4rem}.wf-label{color:#6a6560;color:var(--text-muted);font-size:.62rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.wf-label,input.wf-input,textarea.wf-textarea{font-family:IBM Plex Mono,Courier New,monospace;font-family:var(--font-mono)}input.wf-input,textarea.wf-textarea{background:#0000;border:none;border-bottom:1px solid #2c2c2c;border-bottom:1px solid var(--border-lt);color:#ede9e2;color:var(--text);font-size:.875rem;outline:none;padding:.6rem 0;resize:none;transition:border-color .2s;width:100%}input.wf-input::placeholder,textarea.wf-textarea::placeholder{color:#38352f;color:var(--text-dim)}input.wf-input:focus,textarea.wf-textarea:focus{border-color:#c8892a;border-color:var(--amber)}textarea.wf-textarea{line-height:1.65}.wf-btn{align-self:flex-start;background:#c8892a;background:var(--amber);color:#0b0b0b;color:var(--bg);font-family:IBM Plex Mono,Courier New,monospace;font-family:var(--font-mono);font-size:.76rem;font-weight:600;letter-spacing:.1em;padding:.9rem 2rem;text-transform:uppercase;transition:opacity .15s}.wf-btn:hover:not(:disabled){opacity:.88}.wf-btn:disabled{cursor:not-allowed;opacity:.5}.wf-error{color:#e05252;font-size:.7rem}.wf-error,.wf-privacy{font-family:IBM Plex Mono,Courier New,monospace;font-family:var(--font-mono)}.wf-privacy{color:#38352f;color:var(--text-dim);font-size:.65rem}.waitlist-success{align-items:flex-start;animation:fadeIn .4s ease;border-top:1px solid #c8892a;border-top:1px solid var(--amber);color:#c8892a;color:var(--amber);display:flex;font-family:IBM Plex Mono,Courier New,monospace;font-family:var(--font-mono);font-size:.78rem;gap:.75rem;line-height:1.7;padding:1.25rem 0}.footer{background:#0b0b0b;background:var(--bg);padding:2rem 2.5rem}.footer-inner{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin:0 auto;max-width:1080px}.footer-logo{display:block;height:36px;width:auto}.footer-email{color:#6a6560;color:var(--text-muted);font-family:IBM Plex Mono,Courier New,monospace;font-family:var(--font-mono);font-size:.75rem;transition:color .2s}.footer-email:hover{color:#c8892a;color:var(--amber)}.footer-india{align-items:center;color:#38352f;color:var(--text-dim);display:flex;font-family:IBM Plex Mono,Courier New,monospace;font-family:var(--font-mono);font-size:.68rem;gap:.4rem}.footer-india-dot{background:#c8892a;background:var(--amber);border-radius:50%;height:6px;width:6px}@media (max-width:960px){.hero{grid-template-columns:1fr}.hero-right{display:none}.hero-left{border-right:none;padding:5rem 2rem}.why-row{grid-template-columns:3rem 1fr}.why-desc{display:none}.feature-row{grid-template-columns:2rem 1fr 6rem}.feature-row-desc{display:none}.cta-inner{gap:3rem;grid-template-columns:1fr}.features-header,.why-header{gap:1rem;grid-template-columns:1fr}}@media (max-width:640px){.navbar{padding:0 1.25rem}.navbar-logo{height:28px}.cta-inner,.section-inner{padding:4rem 1.25rem}.vision-inner{padding:5rem 1.25rem}.built-gap-grid,.wf-row{grid-template-columns:1fr}.wf-row{gap:1.75rem}.wf-btn{align-self:stretch;text-align:center}.feature-row{grid-template-columns:2rem 1fr}.feature-row-badge{display:none}.footer-inner{flex-direction:column;gap:.75rem}}
/*# sourceMappingURL=main.7f18842f.css.map*/