.Nav-module__e1xquq__nav{z-index:100;background:0 0;border-bottom:1px solid #0000;justify-content:space-between;align-items:center;padding:1.25rem 3rem;transition:background .3s,border-color .3s;display:flex;position:fixed;top:0;left:0;right:0}.Nav-module__e1xquq__scrolled{border-color:var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1c1b19eb}.Nav-module__e1xquq__logo{font-family:var(--ff-head);color:var(--text);letter-spacing:-.01em;font-size:1.4rem;font-style:italic}.Nav-module__e1xquq__logo span{color:var(--accent)}.Nav-module__e1xquq__links{align-items:center;gap:2.5rem;list-style:none;display:flex}.Nav-module__e1xquq__links a{font-family:var(--ff-mono);text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-size:.8rem;transition:color .2s}.Nav-module__e1xquq__links a:hover{color:var(--text)}.Nav-module__e1xquq__cta{border:1px solid var(--border);padding:.45rem 1rem;color:var(--accent)!important;transition:background .2s,color .2s!important}.Nav-module__e1xquq__cta:hover{background:var(--accent);color:var(--bg)!important}@media (max-width:768px){.Nav-module__e1xquq__nav{padding:1rem 1.5rem}.Nav-module__e1xquq__links{display:none}}
.Terminal-module__I9DGBG__terminal{border:1px solid var(--border);text-align:left;background:#141311;border-radius:8px;overflow:hidden;box-shadow:0 0 0 1px #0006,0 24px 60px #0000008c,0 0 80px #d977360f}.Terminal-module__I9DGBG__bar{border-bottom:1px solid var(--border);background:#1e1c1a;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.Terminal-module__I9DGBG__dot{border-radius:50%;width:12px;height:12px}.Terminal-module__I9DGBG__dotRed{background:#ff5f57}.Terminal-module__I9DGBG__dotYel{background:#ffbd2e}.Terminal-module__I9DGBG__dotGrn{background:#28c840}.Terminal-module__I9DGBG__title{font-family:var(--ff-mono);color:var(--muted);margin-left:auto;margin-right:auto;font-size:.72rem;transform:translate(-18px)}.Terminal-module__I9DGBG__body{font-family:var(--ff-mono);min-height:220px;padding:1.5rem 1.75rem 2rem;font-size:.88rem;line-height:1.75}.Terminal-module__I9DGBG__line{white-space:pre-wrap;align-items:flex-start;gap:.5rem;display:flex}.Terminal-module__I9DGBG__prompt{color:var(--accent);flex-shrink:0}.Terminal-module__I9DGBG__cmd{color:var(--text)}.Terminal-module__I9DGBG__out{color:var(--muted);padding-left:1.2rem}.Terminal-module__I9DGBG__ok{color:var(--green);padding-left:1.2rem}.Terminal-module__I9DGBG__hi{color:var(--accent)}@keyframes Terminal-module__I9DGBG__blink{50%{opacity:0}}.Terminal-module__I9DGBG__cursor{background:var(--accent);vertical-align:text-bottom;width:8px;height:1em;margin-left:1px;animation:1s step-end infinite Terminal-module__I9DGBG__blink;display:inline-block}
@keyframes Hero-module__Z8hQ_W__fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.Hero-module__Z8hQ_W__hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:8rem 2rem 5rem;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__hero:before{content:"";background-image:linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);opacity:.18;pointer-events:none;background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 70%,#000 30%,#0000 100%);mask-image:radial-gradient(80% 70%,#000 30%,#0000 100%)}.Hero-module__Z8hQ_W__h1{font-family:var(--ff-head);letter-spacing:-.03em;color:var(--text);opacity:0;max-width:15ch;margin-bottom:1.5rem;font-size:clamp(3rem,7vw,6.5rem);font-weight:300;line-height:1.05;animation:.7s .35s forwards Hero-module__Z8hQ_W__fadeUp}.Hero-module__Z8hQ_W__h1 em{color:var(--accent);font-style:italic}.Hero-module__Z8hQ_W__sub{color:var(--muted);opacity:0;max-width:52ch;margin-bottom:3rem;font-size:1.15rem;line-height:1.7;animation:.7s .5s forwards Hero-module__Z8hQ_W__fadeUp}.Hero-module__Z8hQ_W__badges{opacity:0;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:3.5rem;animation:.7s .6s forwards Hero-module__Z8hQ_W__fadeUp;display:flex}.Hero-module__Z8hQ_W__badge{font-family:var(--ff-mono);letter-spacing:.06em;border:1px solid var(--border);color:var(--muted);background:var(--surface);padding:.35rem .85rem;font-size:.72rem}.Hero-module__Z8hQ_W__highlight{border-color:var(--accent);color:var(--accent)}.Hero-module__Z8hQ_W__ctas{opacity:0;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:4.5rem;animation:.7s .7s forwards Hero-module__Z8hQ_W__fadeUp;display:flex}.Hero-module__Z8hQ_W__btnPrimary{font-family:var(--ff-mono);text-transform:uppercase;letter-spacing:.08em;background:var(--accent);color:var(--bg);border:1px solid var(--accent);padding:.85rem 2rem;font-size:.82rem;transition:background .2s,transform .15s}.Hero-module__Z8hQ_W__btnPrimary:hover{background:var(--accent-h);transform:translateY(-1px)}.Hero-module__Z8hQ_W__btnGhost{font-family:var(--ff-mono);text-transform:uppercase;letter-spacing:.08em;color:var(--text);border:1px solid var(--border);background:0 0;padding:.85rem 2rem;font-size:.82rem;transition:border-color .2s,transform .15s}.Hero-module__Z8hQ_W__btnGhost:hover{border-color:var(--text);transform:translateY(-1px)}.Hero-module__Z8hQ_W__terminalWrap{opacity:0;width:100%;max-width:660px;animation:.8s .9s forwards Hero-module__Z8hQ_W__fadeUp}@media (max-width:640px){.Hero-module__Z8hQ_W__hero{padding:5.5rem 1.25rem 3.5rem}.Hero-module__Z8hQ_W__h1{margin-bottom:1.25rem;font-size:clamp(2.2rem,10vw,3rem)}.Hero-module__Z8hQ_W__sub{margin-bottom:2rem;font-size:1rem}.Hero-module__Z8hQ_W__badges{gap:.5rem;margin-bottom:2.5rem}.Hero-module__Z8hQ_W__ctas{flex-direction:column;align-items:stretch;gap:.75rem;margin-bottom:3rem}.Hero-module__Z8hQ_W__btnPrimary,.Hero-module__Z8hQ_W__btnGhost{text-align:center}}
.Stats-module__UZLpCq__stats{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface);flex-wrap:wrap;justify-content:center;gap:0;padding:2.5rem 3rem;display:flex}.Stats-module__UZLpCq__item{text-align:center;flex:1;min-width:160px;padding:1rem 2rem;position:relative}.Stats-module__UZLpCq__item+.Stats-module__UZLpCq__item:before{content:"";background:var(--border);width:1px;position:absolute;top:20%;bottom:20%;left:0}.Stats-module__UZLpCq__num{font-family:var(--ff-head);color:var(--text);letter-spacing:-.03em;margin-bottom:.4rem;font-size:2.8rem;font-weight:300;line-height:1}.Stats-module__UZLpCq__num span{color:var(--accent)}.Stats-module__UZLpCq__label{font-family:var(--ff-mono);text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-size:.72rem}@media (max-width:768px){.Stats-module__UZLpCq__item+.Stats-module__UZLpCq__item:before{display:none}}@media (max-width:640px){.Stats-module__UZLpCq__stats{gap:0;padding:2rem 1rem}.Stats-module__UZLpCq__item{min-width:140px;padding:.75rem 1rem}.Stats-module__UZLpCq__num{font-size:2.2rem}}
.Features-module__ZD3nRW__section{padding:6rem 2rem}.Features-module__ZD3nRW__inner{max-width:1000px;margin:0 auto}.Features-module__ZD3nRW__label{font-family:var(--ff-mono);text-transform:uppercase;letter-spacing:.16em;color:var(--accent);margin-bottom:1.2rem;font-size:.72rem;display:block}.Features-module__ZD3nRW__h2{font-family:var(--ff-head);letter-spacing:-.02em;color:var(--text);margin-bottom:1.25rem;font-size:clamp(2rem,4vw,3rem);font-weight:300;line-height:1.1}.Features-module__ZD3nRW__h2 em{color:var(--accent);font-style:italic}.Features-module__ZD3nRW__desc{color:var(--muted);max-width:58ch;margin-bottom:3rem;font-size:1.05rem;line-height:1.75}.Features-module__ZD3nRW__grid{background:var(--border);border:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.Features-module__ZD3nRW__card{background:var(--surface);padding:2rem 1.75rem;transition:background .2s;position:relative;overflow:hidden}.Features-module__ZD3nRW__card:after{content:"";background:var(--accent);transform-origin:0;height:2px;transition:transform .3s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.Features-module__ZD3nRW__card:hover{background:var(--surface-2)}.Features-module__ZD3nRW__card:hover:after{transform:scaleX(1)}.Features-module__ZD3nRW__icon{font-family:var(--ff-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--accent);border:1px solid var(--border);margin-bottom:1.25rem;padding:.25rem .6rem;font-size:.7rem;display:inline-block}.Features-module__ZD3nRW__card h3{font-family:var(--ff-head);letter-spacing:-.01em;margin-bottom:.75rem;font-size:1.3rem;font-weight:400}.Features-module__ZD3nRW__card p{color:var(--muted);font-size:.95rem;line-height:1.65}@media (max-width:768px){.Features-module__ZD3nRW__grid{grid-template-columns:1fr}}@media (max-width:640px){.Features-module__ZD3nRW__section{padding:4rem 1.25rem}}
.CodeShowcase-module__xrY35q__section{background:var(--surface);padding:6rem 2rem}.CodeShowcase-module__xrY35q__inner{max-width:1000px;margin:0 auto}.CodeShowcase-module__xrY35q__label{font-family:var(--ff-mono);text-transform:uppercase;letter-spacing:.16em;color:var(--accent);margin-bottom:1.2rem;font-size:.72rem;display:block}.CodeShowcase-module__xrY35q__h2{font-family:var(--ff-head);letter-spacing:-.02em;color:var(--text);margin-bottom:2rem;font-size:clamp(2rem,4vw,3rem);font-weight:300;line-height:1.1}.CodeShowcase-module__xrY35q__h2 em{color:var(--accent);font-style:italic}.CodeShowcase-module__xrY35q__grid{grid-template-columns:1fr 1fr;align-items:start;gap:2rem;display:grid}.CodeShowcase-module__xrY35q__desc h3{font-family:var(--ff-head);letter-spacing:-.015em;margin-bottom:.75rem;font-size:1.6rem;font-weight:300}.CodeShowcase-module__xrY35q__desc p{color:var(--muted);margin-bottom:1rem;font-size:1rem;line-height:1.7}.CodeShowcase-module__xrY35q__desc code{font-family:var(--ff-mono);background:var(--surface-2);border:1px solid var(--border);color:var(--accent);padding:.15rem .45rem;font-size:.82em}.CodeShowcase-module__xrY35q__desc ul{flex-direction:column;gap:.5rem;list-style:none;display:flex}.CodeShowcase-module__xrY35q__desc li{font-family:var(--ff-mono);color:var(--muted);align-items:center;gap:.5rem;font-size:.82rem;display:flex}.CodeShowcase-module__xrY35q__desc li:before{content:"→";color:var(--accent)}.CodeShowcase-module__xrY35q__code{border:1px solid var(--border);font-family:var(--ff-mono);color:var(--text);background:#141311;border-radius:4px;padding:1.75rem;font-size:.84rem;line-height:1.75;overflow-x:auto}.CodeShowcase-module__xrY35q__code .kw{color:var(--accent)}.CodeShowcase-module__xrY35q__code .str{color:var(--green)}.CodeShowcase-module__xrY35q__code .cmt{color:var(--muted);font-style:italic}.CodeShowcase-module__xrY35q__code .fn{color:var(--gold)}.CodeShowcase-module__xrY35q__code .tp{color:var(--purple)}@media (max-width:768px){.CodeShowcase-module__xrY35q__grid{grid-template-columns:1fr}}@media (max-width:640px){.CodeShowcase-module__xrY35q__section{padding:4rem 1.25rem}.CodeShowcase-module__xrY35q__code{padding:1.25rem;font-size:.78rem}}
.Performance-module__5me38W__section{padding:6rem 2rem}.Performance-module__5me38W__inner{max-width:1000px;margin:0 auto}.Performance-module__5me38W__label{font-family:var(--ff-mono);text-transform:uppercase;letter-spacing:.16em;color:var(--accent);margin-bottom:1.2rem;font-size:.72rem;display:block}.Performance-module__5me38W__h2{font-family:var(--ff-head);letter-spacing:-.02em;color:var(--text);margin-bottom:1.25rem;font-size:clamp(2rem,4vw,3rem);font-weight:300;line-height:1.1}.Performance-module__5me38W__h2 em{color:var(--accent);font-style:italic}.Performance-module__5me38W__desc{color:var(--muted);max-width:58ch;margin-bottom:2rem;font-size:1.05rem;line-height:1.75}.Performance-module__5me38W__table{border-collapse:collapse;width:100%;font-family:var(--ff-mono);font-size:.84rem}.Performance-module__5me38W__table th{text-align:left;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);border-bottom:1px solid var(--border);padding:.75rem 1rem;font-size:.7rem}.Performance-module__5me38W__table td{color:var(--text);border-bottom:1px solid #3e3b3680;padding:.85rem 1rem}.Performance-module__5me38W__winner td{background:#d977360f}.Performance-module__5me38W__winner td:first-child{color:var(--accent)}.Performance-module__5me38W__badge{background:var(--accent);color:var(--bg);letter-spacing:.06em;vertical-align:middle;margin-left:.5rem;padding:.1rem .4rem;font-size:.65rem;display:inline-block}.Performance-module__5me38W__note{background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--accent);margin-top:2rem;padding:1.5rem}.Performance-module__5me38W__note p{font-family:var(--ff-mono);color:var(--muted);font-size:.82rem}.Performance-module__5me38W__accent{color:var(--accent)}@media (max-width:768px){.Performance-module__5me38W__section{padding:4rem 1.25rem}.Performance-module__5me38W__table{-webkit-overflow-scrolling:touch;font-size:.75rem;display:block;overflow-x:auto}.Performance-module__5me38W__table th,.Performance-module__5me38W__table td{white-space:nowrap;padding:.6rem .75rem}}
.Install-module__WdKv3G__section{background:#141311;padding:6rem 2rem}.Install-module__WdKv3G__inner{max-width:1000px;margin:0 auto}.Install-module__WdKv3G__label{font-family:var(--ff-mono);text-transform:uppercase;letter-spacing:.16em;color:var(--accent);margin-bottom:1.2rem;font-size:.72rem;display:block}.Install-module__WdKv3G__h2{font-family:var(--ff-head);letter-spacing:-.02em;color:var(--text);margin-bottom:3rem;font-size:clamp(2rem,4vw,3rem);font-weight:300;line-height:1.1}.Install-module__WdKv3G__h2 em{color:var(--accent);font-style:italic}.Install-module__WdKv3G__grid{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.Install-module__WdKv3G__steps{flex-direction:column;gap:1.25rem;display:flex}.Install-module__WdKv3G__step{align-items:flex-start;gap:1.25rem;display:flex}.Install-module__WdKv3G__num{border:1px solid var(--border);width:28px;height:28px;font-family:var(--ff-mono);color:var(--muted);flex-shrink:0;justify-content:center;align-items:center;margin-top:.1rem;font-size:.72rem;display:flex}.Install-module__WdKv3G__content h4{font-family:var(--ff-body);color:var(--text);margin-bottom:.3rem;font-size:.95rem;font-weight:600}.Install-module__WdKv3G__content p{color:var(--muted);font-size:.9rem}.Install-module__WdKv3G__content code{font-family:var(--ff-mono);background:var(--surface);border:1px solid var(--border);color:var(--accent);padding:.15rem .45rem;font-size:.8rem}.Install-module__WdKv3G__btn{text-align:center;font-family:var(--ff-mono);text-transform:uppercase;letter-spacing:.08em;background:var(--accent);color:var(--bg);border:1px solid var(--accent);margin-top:1rem;padding:.85rem 2rem;font-size:.82rem;transition:background .2s,transform .15s;display:inline-block}.Install-module__WdKv3G__btn:hover{background:var(--accent-h);transform:translateY(-1px)}.Install-module__WdKv3G__block{background:var(--surface);border:1px solid var(--border);font-family:var(--ff-mono);color:var(--text);border-radius:4px;padding:1.5rem 1.75rem;font-size:.84rem;line-height:1.9;overflow-x:auto}.Install-module__WdKv3G__block .cmt{color:var(--muted);font-style:italic}.Install-module__WdKv3G__block .kw{color:var(--accent)}@media (max-width:768px){.Install-module__WdKv3G__grid{grid-template-columns:1fr}}@media (max-width:640px){.Install-module__WdKv3G__section{padding:4rem 1.25rem}.Install-module__WdKv3G__block{padding:1.25rem;font-size:.78rem}}
.Footer-module__EZoWya__footer{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:3rem;display:flex}.Footer-module__EZoWya__logo{font-family:var(--ff-head);color:var(--muted);font-size:1.25rem;font-style:italic}.Footer-module__EZoWya__links{gap:2rem;list-style:none;display:flex}.Footer-module__EZoWya__links a{font-family:var(--ff-mono);text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-size:.75rem;transition:color .2s}.Footer-module__EZoWya__links a:hover{color:var(--text)}.Footer-module__EZoWya__copy{font-family:var(--ff-mono);color:#4a4742;width:100%;font-size:.72rem}@media (max-width:640px){.Footer-module__EZoWya__footer{padding:2rem 1.25rem}.Footer-module__EZoWya__links{gap:1.25rem}}
