:root{--bg:#050907;--bg2:#08100c;--surface:#0d1711;--surface2:#111f17;--ink:#edf5ef;--muted:#93a29a;--line:#bcddc726;--green:#18e276;--green2:#89f8b7;--light:#eef2ee;--darkText:#101612;--radius:22px;--max:1440px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);margin:0;font-family:Inter,Arial,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.scroll-progress{background:var(--green);z-index:1000;width:0;height:2px;position:fixed;top:0;left:0}.site-header{z-index:100;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#050907b8;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;width:100%;height:82px;padding:0 4vw;transition:all .3s;display:flex;position:fixed;top:0;left:0}.site-header.scrolled{background:#050907eb;height:68px}.brand,.footer-brand{align-items:center;gap:12px;display:flex}.brand-mark{border:1px solid var(--green);width:35px;height:35px;color:var(--green);place-items:center;font:700 18px Space Grotesk;display:grid;transform:skew(-6deg)}.brand-copy,.footer-brand div{flex-direction:column;display:flex}.brand strong,.footer-brand strong{letter-spacing:.22em;font:700 16px Space Grotesk}.brand small,.footer-brand small{letter-spacing:.21em;color:var(--green);font-size:8px}.desktop-nav{align-items:center;gap:28px;display:flex}.desktop-nav a{letter-spacing:.07em;color:#bec8c1;font-size:12px;position:relative}.desktop-nav a:after{content:"";background:var(--green);width:0;height:1px;transition:all .25s;position:absolute;bottom:-10px;left:0}.desktop-nav a:hover:after{width:100%}.header-actions{align-items:center;gap:16px;display:flex}.lang-switch,.menu-toggle{color:#b6c2ba;cursor:pointer;background:0 0;border:0}.lang-switch{gap:5px;font-size:11px;display:flex}.contact-pill{border:1px solid var(--green);letter-spacing:.08em;border-radius:99px;padding:11px 18px;font-size:11px;transition:all .25s}.contact-pill:hover{background:var(--green);color:#031007}.menu-toggle{width:38px;display:none}.menu-toggle span{background:#fff;height:1px;margin:7px 0;display:block}.mobile-menu{z-index:90;border-bottom:1px solid var(--line);background:#08100c;padding:24px 5vw;display:none;position:fixed;top:68px;left:0;right:0}.mobile-menu.open{display:grid}.mobile-menu a{border-bottom:1px solid var(--line);padding:14px 0}.section-shell{width:min(var(--max),92vw);margin:auto}.section-dark{background:var(--bg);color:var(--ink)}.section-light{background:var(--light);color:var(--darkText)}.kicker,.eyebrow{letter-spacing:.28em;color:#12a95c;text-transform:uppercase;font-size:10px;font-weight:700}.hero{flex-direction:column;justify-content:center;min-height:100vh;padding:150px 4vw 55px;display:flex;position:relative;overflow:hidden}.grid-bg{background-image:linear-gradient(#265c391f 1px,#0000 1px),linear-gradient(90deg,#265c391f 1px,#0000 1px);background-size:58px 58px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0% 65%,#0000 100%);mask-image:linear-gradient(#000 0% 65%,#0000 100%)}.hero:after{content:"";background:radial-gradient(circle at 50% 45%,#0000 0,#05090726 45%,#050907b8 100%);position:absolute;inset:0}.hero-glow{filter:blur(90px);opacity:.18;background:var(--green);border-radius:50%;position:absolute}.glow-one{width:380px;height:380px;top:16%;right:8%}.glow-two{width:240px;height:240px;bottom:15%;left:12%}.hero-content{z-index:2;max-width:950px;margin-left:6vw;position:relative}.hero h1{letter-spacing:-.055em;margin:28px 0 25px;font:600 clamp(50px,7.6vw,122px)/.98 Space Grotesk}.hero h1 span{display:block}.hero-actions{gap:14px;margin-top:36px;display:flex}.btn{letter-spacing:.04em;cursor:pointer;border:1px solid #0000;border-radius:99px;justify-content:center;align-items:center;gap:24px;padding:15px 23px;font-size:12px;font-weight:700;transition:all .25s;display:inline-flex}.btn.primary{background:var(--green);color:#031007}.btn.primary:hover{transform:translateY(-2px);box-shadow:0 0 30px #18e27647}.btn.ghost{border-color:#fff3}.btn.dark{color:#fff;background:#08100c}.btn.dark:hover{background:#0f2016}.hero-system{z-index:1;opacity:.7;width:40vw;max-width:580px;height:40vw;max-height:580px;position:absolute;top:20%;right:5vw}.system-core{text-align:center;background:#07140ccc;border:1px solid #18e27680;border-radius:50%;place-content:center;width:130px;height:130px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 70px #18e27621,inset 0 0 35px #18e2761f}.system-core span{color:var(--green);font:700 42px Space Grotesk}.system-core small{letter-spacing:.24em;font-size:7px}.orbital{border:1px solid #18e2763b;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.orbital:after{content:"";background:var(--green);width:7px;height:7px;box-shadow:0 0 15px var(--green);border-radius:50%;position:absolute;top:-4px;left:50%}.orbital-1{width:48%;height:48%;animation:18s linear infinite spin}.orbital-2{width:72%;height:72%;animation:28s linear infinite reverse spin}.orbital-3{width:96%;height:96%;animation:42s linear infinite spin}.system-label{letter-spacing:.16em;color:#a8b5ac;font-size:8px;position:absolute}.label-hvac{top:22%;left:4%}.label-energy{top:30%;right:3%}.label-fire{bottom:21%;right:5%}.label-water{bottom:15%;left:8%}.label-assets{top:1%;left:45%}.label-data{bottom:2%;left:44%}@keyframes spin{to{transform:translate(-50%,-50%)rotate(360deg)}}.hero-bottom{z-index:3;border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);margin:80px 6vw 0;display:grid;position:relative}.hero-bottom div{border-right:1px solid var(--line);gap:15px;padding:22px 0;display:flex}.hero-bottom div:last-child{border:0}.hero-bottom span{color:var(--green);font-size:9px}.hero-bottom p{letter-spacing:.08em;color:#adb8b0;margin:0;font-size:11px}.company,.why,.navigator,.nemesis,.insights{padding:120px 0}.split-layout{grid-template-columns:1fr 1.2fr;gap:90px;display:grid}.section-intro h2,.section-heading h2,.nemesis h2,.founder h2,.contact h2{letter-spacing:-.045em;margin:20px 0 28px;font:600 clamp(36px,4.4vw,70px)/1.06 Space Grotesk}.section-intro p,.section-heading p,.nemesis-copy p,.founder-copy p,.contact-copy p{color:#526057;font-size:16px;line-height:1.75}.principles-grid{border-top:1px solid #cdd4cf;border-left:1px solid #cdd4cf;grid-template-columns:1fr 1fr;display:grid}.principles-grid article{border-bottom:1px solid #cdd4cf;border-right:1px solid #cdd4cf;min-height:220px;padding:35px}.principles-grid article span{color:#199b59;font-size:10px}.principles-grid h3{margin:45px 0 14px;font:600 21px Space Grotesk}.principles-grid p{color:#68736d;font-size:13px;line-height:1.65}.services,.industries,.knowledge,.founder,.contact{padding:125px 0}.section-heading{max-width:950px;margin-bottom:60px}.section-heading p{color:#92a098;max-width:700px}.service-panels{border-top:1px solid var(--line)}.service-panel{border-bottom:1px solid var(--line);grid-template-columns:80px 1fr 100px;align-items:center;gap:25px;padding:38px 22px;transition:all .3s;display:grid}.service-panel:hover{background:#0b140f;padding-left:32px}.panel-num{color:var(--green);font-size:10px}.panel-copy .mini{letter-spacing:.25em;color:#75827a;font-size:8px}.panel-copy h3{margin:8px 0 12px;font:600 clamp(26px,3vw,44px) Space Grotesk}.panel-copy>p{color:#9aa79f;max-width:780px;line-height:1.6}.tags{flex-wrap:wrap;gap:8px;margin-top:18px;display:flex}.tags span,.nemesis-features span,.industry-tags span{border:1px solid var(--line);color:#aab6ae;border-radius:99px;padding:7px 11px;font-size:9px}.panel-icon{text-align:center;color:var(--green);font-size:42px}.navigator-card{background:#fff;border-radius:30px;grid-template-columns:.8fr 1.2fr;gap:60px;padding:55px;display:grid;box-shadow:0 30px 90px #0d281917}.navigator-card h2{letter-spacing:-.04em;font:600 44px Space Grotesk}.navigator-options{flex-wrap:wrap;gap:10px;display:flex}.navigator-options button{cursor:pointer;color:#26332b;background:#f6f8f6;border:1px solid #cdd8d0;border-radius:99px;padding:13px 17px;transition:all .2s}.navigator-options button:hover,.navigator-options button.active{color:#fff;background:#102016;border-color:#102016}.navigator-result{color:#13894f;border-top:1px solid #dce2de;grid-column:2;min-height:52px;padding-top:20px;font-weight:600}.industry-list{border-top:1px solid var(--line)}.industry-row{border-bottom:1px solid var(--line);grid-template-columns:70px 1fr 1fr;align-items:center;gap:25px;padding:35px 15px;display:grid;position:relative;overflow:hidden}.industry-row:before{content:"";background:linear-gradient(90deg,#18e27614,#0000);transition:all .45s;position:absolute;inset:0;transform:translate(-100%)}.industry-row:hover:before{transform:translate(0)}.industry-row>*{position:relative}.industry-index{color:var(--green);font-size:9px}.industry-row h3{margin:0 0 8px;font:600 clamp(24px,2.6vw,39px) Space Grotesk}.industry-row p{color:#8e9b93;margin:0;font-size:13px}.industry-tags{flex-wrap:wrap;justify-content:flex-end;gap:7px;display:flex}.why-grid{grid-template-columns:1fr 1fr;gap:95px;display:grid}.why-points article{border-bottom:1px solid #ccd4cf;grid-template-columns:50px 1fr;gap:15px;padding:25px 0;display:grid}.why-points span{color:#149653;font-size:9px}.why-points h3{margin:0 0 8px;font:600 20px Space Grotesk}.why-points p{color:#68736d;margin:0;font-size:13px;line-height:1.6}.hub-controls{justify-content:space-between;gap:20px;margin-bottom:30px;display:flex}.hub-controls input{border:1px solid var(--line);color:#fff;background:#0a130e;border-radius:99px;outline:none;width:min(420px,100%);padding:13px 18px}.hub-filters{gap:8px;display:flex}.hub-filters button{border:1px solid var(--line);color:#aeb9b1;cursor:pointer;background:0 0;border-radius:99px;padding:10px 15px}.hub-filters button.active{background:var(--green);color:#041008;border-color:var(--green)}.knowledge-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.knowledge-card{border:1px solid var(--line);cursor:pointer;background:#09120d;border-radius:18px;grid-template-columns:42px 1fr 20px;gap:15px;min-height:190px;padding:25px;transition:all .3s;display:grid}.knowledge-card:hover{background:#0c1710;border-color:#18e27673;transform:translateY(-6px)}.knowledge-icon{color:var(--green);font-size:28px}.knowledge-card span{color:#748178;letter-spacing:.2em;font-size:8px}.knowledge-card h3{margin:12px 0;font:600 20px Space Grotesk}.knowledge-card p{color:#8d9a92;font-size:12px;line-height:1.6}.knowledge-card b{color:var(--green)}.knowledge-card.hidden{display:none}.hub-footer{border-top:1px solid var(--line);color:#8c9991;justify-content:space-between;margin-top:30px;padding-top:25px;font-size:12px;display:flex}.hub-footer a{color:var(--green)}.nemesis-shell{grid-template-columns:.8fr 1.2fr;align-items:center;gap:75px;display:grid}.nemesis-features{flex-wrap:wrap;gap:8px;margin:28px 0;display:flex}.nemesis-features span{color:#415046;border-color:#bbc8bf}.dashboard{background:#07100b;border:1px solid #1e3b29;border-radius:20px;overflow:hidden;transform:perspective(1200px)rotateY(-4deg)rotateX(2deg);box-shadow:0 35px 90px #08231440}.dash-top{color:#fff;border-bottom:1px solid #173120;justify-content:space-between;align-items:center;height:55px;padding:0 20px;display:flex}.dash-logo{letter-spacing:.12em;font:600 11px Space Grotesk}.dash-logo span{color:var(--green);font-size:18px}.dash-user{background:#173622;border-radius:50%;width:24px;height:24px}.dash-body{grid-template-columns:55px 1fr;min-height:440px;display:grid}.dash-body aside{border-right:1px solid #173120;flex-direction:column;align-items:center;gap:25px;padding-top:25px;display:flex}.dash-body aside span{border:1px solid #486353;border-radius:4px;width:14px;height:14px}.dash-body aside .active{background:var(--green);border-color:var(--green)}.dash-main{color:#fff;padding:28px}.dash-heading{justify-content:space-between;display:flex}.dash-heading small{color:#78867d;font-size:7px;display:block}.dash-heading strong{font:600 21px Space Grotesk}.status{color:var(--green);border:1px solid #174c2c;border-radius:99px;height:max-content;padding:6px 9px;font-size:7px}.dash-stats{grid-template-columns:repeat(3,1fr);gap:10px;margin:25px 0;display:grid}.dash-stats div{background:#0c1810;border:1px solid #173120;border-radius:10px;padding:15px}.dash-stats small{color:#718077;font-size:6px}.dash-stats b{margin:9px 0;font:600 24px Space Grotesk;display:block}.dash-stats i{color:var(--green);font-size:7px;font-style:normal}.dash-chart{background:#0c1810;border:1px solid #173120;border-radius:10px;height:130px;padding:15px}.chart-bars{align-items:flex-end;gap:9px;height:100%;display:flex}.chart-bars span{background:linear-gradient(var(--green),#105c31);border-radius:4px 4px 0 0;flex:1}.dash-tasks{margin-top:12px}.dash-tasks div{border-bottom:1px solid #173120;grid-template-columns:10px 1fr auto;align-items:center;padding:10px;display:grid}.dash-tasks span{background:var(--green);border-radius:50%;width:6px;height:6px}.dash-tasks p{margin:0;font-size:8px}.dash-tasks small{color:#7f8c84;font-size:6px}.founder-grid{grid-template-columns:.8fr 1.2fr;align-items:center;gap:100px;display:grid}.founder-visual{border:1px solid var(--line);background:radial-gradient(circle,#18e2761c,#0000 55%);border-radius:26px;place-items:center;height:580px;display:grid;position:relative;overflow:hidden}.founder-monogram{color:#0000;-webkit-text-stroke:1px #18e27699;z-index:2;font:700 115px Space Grotesk}.founder-lines{border:1px solid #18e27640;border-radius:50%;width:330px;height:330px;position:absolute}.founder-lines:before,.founder-lines:after{content:"";border:1px solid #18e2762b;border-radius:50%;position:absolute;inset:35px}.founder-lines:after{inset:72px}.founder-visual>span{letter-spacing:.3em;color:#728078;font-size:7px;position:absolute}.founder-visual>span:first-of-type{top:30px}.founder-visual>span:nth-of-type(2){bottom:30px;left:30px}.founder-visual>span:nth-of-type(3){bottom:30px;right:30px}.founder-copy p{color:#8d9a92}.founder-path{color:#829087;flex-wrap:wrap;gap:10px;margin-top:35px;font-size:9px;display:flex}.founder-path b{color:var(--green)}.insight-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.insight-card{background:#fff;border:1px solid #d6ded8;border-radius:20px;flex-direction:column;min-height:330px;padding:30px;display:flex}.insight-card>span{letter-spacing:.2em;color:#168d51;font-size:8px}.insight-card h3{margin:45px 0 15px;font:600 25px/1.18 Space Grotesk}.insight-card p{color:#69746d;font-size:13px;line-height:1.6}.insight-card a{color:#168d51;margin-top:auto;font-size:11px;font-weight:700}.contact-grid{grid-template-columns:1fr 1fr;gap:100px;display:grid}.contact-statement{margin-top:60px;font:500 clamp(28px,4vw,55px) Space Grotesk}.contact-statement span,.contact-statement strong{display:block}.contact-statement strong{color:var(--green)}.contact-form{border:1px solid var(--line);background:#09120d;border-radius:24px;gap:20px;padding:35px;display:grid}.contact-form label{color:#9eaaa2;gap:8px;font-size:10px;display:grid}.contact-form input,.contact-form textarea,.contact-form select{color:#fff;background:0 0;border:0;border-bottom:1px solid #294033;outline:none;width:100%;padding:10px 0}.contact-form select option{background:#07100b}.contact-form textarea{resize:vertical}.contact-form small{color:var(--green);min-height:18px}footer{border-top:1px solid var(--line);background:#030604;grid-template-columns:1fr auto 1fr;align-items:center;gap:25px;padding:50px 4vw 25px;display:grid}footer>p{letter-spacing:.16em;color:#68756d;font-size:9px}.footer-links{color:#87948b;justify-content:flex-end;gap:18px;font-size:10px;display:flex}.footer-bottom{border-top:1px solid var(--line);color:#617067;grid-column:1/-1;justify-content:space-between;padding-top:22px;font-size:9px;display:flex}.reveal{opacity:0;transition:opacity .75s,transform .75s;transform:translateY(24px)}.reveal.visible{opacity:1;transform:none}@media (max-width:1100px){.desktop-nav{display:none}.menu-toggle{display:block}.hero-system{opacity:.32;width:55vw;height:55vw;right:-10vw}.split-layout,.why-grid,.nemesis-shell,.founder-grid,.contact-grid{grid-template-columns:1fr}.knowledge-grid{grid-template-columns:1fr 1fr}.founder-visual{height:420px}.navigator-card{grid-template-columns:1fr}.navigator-result{grid-column:1}.contact-grid{gap:45px}}@media (max-width:700px){.site-header{padding:0 20px}.contact-pill{display:none}.hero{padding:130px 20px 35px}.hero-content{margin:0}.hero h1{font-size:52px}.hero-system{opacity:.24;width:90vw;height:90vw;top:32%;right:-42vw}.hero-bottom{grid-template-columns:1fr;margin:60px 0 0}.hero-bottom div{border-right:0;border-bottom:1px solid var(--line)}.section-shell{width:calc(100% - 36px)}.company,.why,.navigator,.nemesis,.insights,.services,.industries,.knowledge,.founder,.contact{padding:85px 0}.principles-grid{grid-template-columns:1fr}.service-panel{grid-template-columns:40px 1fr}.panel-icon{display:none}.navigator-card{padding:30px 22px}.navigator-card h2{font-size:34px}.industry-row{grid-template-columns:35px 1fr}.industry-tags{grid-column:2;justify-content:flex-start}.knowledge-grid,.insight-grid{grid-template-columns:1fr}.hub-controls{display:grid}.hub-filters{overflow:auto}.dash-body{min-height:380px}.dash-main{padding:18px}.dash-stats{grid-template-columns:1fr}.dash-stats div:nth-child(n+2){display:none}.founder-path{line-height:2}.contact-form{padding:24px}.footer-links{display:none}footer{grid-template-columns:1fr}footer>p{text-align:left}.footer-bottom{grid-column:1}}.metallic-brand strong{letter-spacing:.18em;background:linear-gradient(#fff 0%,#d8d8d8 22%,#777 48%,#f5f5f5 66%,#555 100%);color:#0000;text-shadow:0 1px #fff2,0 4px 12px #0008;-webkit-background-clip:text;background-clip:text;font-family:Space Grotesk,Inter,sans-serif;font-size:21px}.metallic-brand small{color:#cfd4d0!important;letter-spacing:.22em!important;font-size:8px!important}#particleCanvas{pointer-events:none;z-index:0;width:116%;height:116%;position:absolute;inset:-8%}.hero-logo-image{object-fit:contain;z-index:3;filter:drop-shadow(0 28px 45px #000000a6)drop-shadow(0 0 25px #79ff5629);width:72%;height:72%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.logo-halo{z-index:1;border:1px solid #8bff5338;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 35px #60ff440f}.halo-2{border-style:dashed;width:94%;height:94%;animation:34s linear infinite reverse haloSpin}.logo-halo:before,.logo-halo:after{content:"";background:#a8ff52;border-radius:50%;width:7px;height:7px;position:absolute;box-shadow:0 0 18px #a8ff52}.logo-halo:before{top:-4px;left:50%}.logo-halo:after{bottom:14%;right:8%}@keyframes haloSpin{to{transform:translate(-50%,-50%)rotate(360deg)}}.footer-logo-img{object-fit:contain;width:55px;height:55px}@media (max-width:1100px){.hero-logo-system{width:60vw;height:60vw;top:25%;right:-10vw}}@media (max-width:700px){.brand-logo-img{width:44px;height:44px}.metallic-brand strong{font-size:15px}.hero-logo-system{width:96vw;height:96vw;top:34%;right:-45vw}.hero-logo-image{width:74%;height:74%}}.dash-top{height:auto;min-height:92px;padding:12px 22px}.dash-logo{flex-direction:column;align-items:center;gap:3px;width:108px;display:flex}.nemesis-mark{filter:drop-shadow(0 4px 8px #000000a6);width:42px;height:38px;display:block}.nemesis-word{color:#e8e9e9;letter-spacing:.28em;text-indent:.28em;font-family:Inter,Arial,sans-serif;font-size:8px;font-weight:500}.founder-profile{color:#0c120e;background:radial-gradient(circle at 18% 22%,#84bf3514,#0000 32%),#eef1ec}.founder-profile .founder-grid{grid-template-columns:minmax(330px,.82fr) minmax(0,1.18fr);gap:95px}.founder-profile .founder-visual{background:#d9ddda;border:0;border-radius:0;height:620px;box-shadow:0 30px 72px #0b191029}.founder-portrait{object-fit:cover;object-position:center 20%;filter:saturate(.82)contrast(1.03);width:100%;height:100%}.founder-portrait-caption{color:#f4f6f4;background:linear-gradient(#0000,#030805e6);justify-content:space-between;align-items:end;padding:22px 26px;display:flex;position:absolute;bottom:0;left:0;right:0}.founder-portrait-caption span{color:#a7e64b;letter-spacing:.24em;font-size:8px;position:static}.founder-portrait-caption strong{letter-spacing:.13em;font:500 18px Space Grotesk,Inter,sans-serif}.founder-profile .founder-copy .kicker{color:#75a72d}.founder-profile .founder-copy h2{color:#0b110d}.founder-profile .founder-name{margin-bottom:8px;font-size:clamp(58px,6vw,92px)}.founder-role{letter-spacing:.22em;font-weight:700;color:#65952a!important;margin:0 0 34px!important;font-size:11px!important}.founder-profile .founder-copy>p:not(.founder-role){color:#4c5750;max-width:700px}.founder-profile blockquote{color:#263128;border-left:2px solid #7db62b;max-width:690px;margin:35px 0 0;padding:4px 0 4px 22px;font-size:17px;font-style:italic;line-height:1.7}.founder-profile .founder-path{color:#69766e}.founder-profile .founder-path b{color:#78ae2f}@media (max-width:1100px){.founder-profile .founder-grid{grid-template-columns:1fr;gap:55px}.founder-profile .founder-visual{max-width:620px;height:min(720px,105vw)}}@media (max-width:700px){.dash-top{min-height:76px}.nemesis-mark{width:34px;height:31px}.founder-profile .founder-visual{height:118vw;max-height:590px}.founder-profile .founder-name{font-size:52px}.founder-portrait-caption{padding:18px}}:root{--reference-green:#82c12d;--reference-bg:#050a08;--reference-grid:#2648321a}body{background:var(--reference-bg)}.site-header{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#040907ed;border-bottom:1px solid #ffffff0e;height:126px;padding:0 2.4vw}.brand-logo-img{object-fit:contain;filter:drop-shadow(0 0 8px #82c12d1f);width:108px;height:108px}.reference-wordmark strong{color:#e8ebe9;-webkit-text-fill-color:initial;letter-spacing:.32em;text-shadow:none;white-space:nowrap;background:0 0;font-family:Inter,Arial,sans-serif;font-size:30px;font-weight:400}.reference-wordmark small{white-space:nowrap;margin-top:13px;font-weight:500;color:#c8cdca!important;letter-spacing:.3em!important;font-size:10px!important}.desktop-nav{gap:27px}.desktop-nav a{color:#c0c5c2;letter-spacing:.055em;font-size:12px}.desktop-nav a:after{background:var(--reference-green)}.header-actions{gap:19px}.lang-switch{font-size:11px}.lang-switch .active{color:#9bdd36}.contact-pill{display:none}.hero{background:radial-gradient(circle at 91% 46%,#4c761c2e,#0000 35%),linear-gradient(90deg,#050a08 0% 63%,#071008 100%);justify-content:flex-start;min-height:100vh;padding:205px 1.6vw 35px}.grid-bg{opacity:.72;background-image:linear-gradient(var(--reference-grid) 1px,transparent 1px), linear-gradient(90deg,var(--reference-grid) 1px,transparent 1px);background-size:67px 67px;-webkit-mask-image:linear-gradient(#000 0% 88%,#0000 100%);mask-image:linear-gradient(#000 0% 88%,#0000 100%)}.hero:after{background:linear-gradient(90deg,#050a0800 0%,#050a080a 52%,#04090629 100%)}.hero-content{z-index:5;max-width:860px;margin-left:0}.eyebrow{color:#97e83b;letter-spacing:.17em;margin-bottom:39px;font-size:11px}.hero h1{letter-spacing:-.062em;max-width:850px;margin:0 0 35px;font-family:Inter,Arial,sans-serif;font-size:clamp(58px,5.65vw,96px);font-weight:600;line-height:.98}.hero h1 span{color:#f2f3f1}.hero h1 .accent{color:#7db62b}.hero-lead{color:#bcc4bf;max-width:815px;font-size:17px;line-height:1.85}.hero-actions{margin-top:35px}.hero-actions .btn{border-radius:0;min-width:245px;padding:17px 23px}.hero-actions .primary{color:#071008;background:#9be845}.hero-actions .ghost{border-color:#ffffff29}.hero-logo-system{opacity:1;width:48vw;max-width:760px;height:48vw;max-height:760px;top:20.5%;right:1.8vw}.hero-logo-image{object-fit:contain;filter:drop-shadow(0 32px 50px #000000b3)drop-shadow(0 0 18px #83c62b1a);width:75%;height:75%}.logo-halo{box-shadow:none;border-color:#aabcb026}.halo-1{border-style:solid;width:76%;height:76%;animation-duration:31s}.halo-2{border-color:#81c12e1f;width:90%;height:90%;animation-duration:46s}.halo-3{border-color:#d2dcd514;width:104%;height:104%;animation-duration:66s}.logo-halo:before,.logo-halo:after{background:#a8ef4b;width:5px;height:5px;box-shadow:0 0 13px #86d935}#particleCanvas{opacity:.58}.system-label{color:#77837b;letter-spacing:.18em;font-size:7px}.hero-bottom{display:none}.section-dark{background:#050a08}.section-light{background:#edf0ec}.section-shell{width:min(1500px,94vw)}.company,.why,.navigator,.nemesis,.insights,.services,.industries,.knowledge,.founder,.contact{padding-top:112px;padding-bottom:112px}.kicker{color:#6fae25}.service-panel,.industry-row,.knowledge-card,.contact-form{border-radius:0}.service-panel:hover{background:#09110d}.navigator-card,.insight-card{border-radius:4px}.btn{border-radius:0}@media (max-width:1280px){.reference-brand{gap:16px;min-width:340px}.brand-logo-img{width:84px;height:84px}.reference-wordmark strong{font-size:24px}.desktop-nav{gap:25px}.hero-logo-system{width:53vw;height:53vw;right:-4vw}}@media (max-width:1100px){.site-header{height:92px}.reference-brand{min-width:auto}.brand-logo-img{width:66px;height:66px}.reference-wordmark strong{font-size:19px}.reference-wordmark small{font-size:7px!important}.hero{padding-top:155px}.hero-logo-system{opacity:.42;top:29%;right:-13vw}}@media (max-width:700px){.site-header{height:78px}.reference-wordmark strong{letter-spacing:.2em;font-size:15px}.reference-wordmark small{display:none}.brand-logo-img{width:51px;height:51px}.hero{padding:125px 20px 65px}.hero h1{font-size:50px}.hero-logo-system{opacity:.3;width:105vw;height:105vw;top:37%;right:-49vw}.hero-actions{flex-direction:column;align-items:flex-start}.hero-actions .btn{width:100%;max-width:310px}}.brand-logo-img,.hero-logo-image,.footer-logo-img{box-shadow:none!important;background:0 0!important;border:0!important}.reference-wordmark strong{letter-spacing:.19em;white-space:nowrap;background:linear-gradient(#fff 0%,#f5f6f6 16%,#c9cecf 36%,#7d8486 50%,#e8ebeb 67%,#a7adae 83%,#f7f8f8 100%);color:#0000;-webkit-text-fill-color:transparent;text-shadow:0 1px #ffffff2e,0 2px 7px #00000085;-webkit-background-clip:text;background-clip:text;font-family:Inter,Arial,sans-serif;font-size:31px;font-weight:400;line-height:1;display:inline-block}.reference-wordmark small{white-space:nowrap;margin-top:12px;font-weight:500;letter-spacing:.24em!important;color:#c5cbca!important;font-size:10px!important}@media (max-width:1280px){.reference-wordmark strong{letter-spacing:.17em;font-size:25px}.reference-wordmark{min-width:225px}}@media (max-width:700px){.reference-wordmark strong{letter-spacing:.14em;font-size:16px}}.site-header{height:108px;padding-inline:2.1vw}.site-header.scrolled{height:82px}.brand-logo-img{filter:none;width:82px;height:82px}.reference-wordmark{text-align:center;align-items:center;min-width:235px}.reference-wordmark strong{letter-spacing:.28em;color:#e7e9e8;-webkit-text-fill-color:#e7e9e8;text-shadow:none;background:0 0;font-size:27px;font-weight:400}.reference-wordmark small{margin-top:10px;color:#c5cac7!important;letter-spacing:.25em!important;font-size:9px!important}.hero-logo-system{opacity:1;width:50vw;max-width:790px;height:50vw;max-height:790px}.hero-logo-image{image-rendering:auto;filter:drop-shadow(0 30px 46px #00000094);width:82%;height:82%}#particleCanvas,.system-label{display:none!important}.logo-halo{box-shadow:none;border-style:solid;border-color:#c4cfc726}.halo-1{width:78%;height:78%;animation:19s linear infinite haloSpin}.halo-2{width:92%;height:92%;animation:29s linear infinite reverse haloSpin}.halo-3{width:106%;height:106%;animation:41s linear infinite haloSpin}.logo-halo:after{display:none}.logo-halo:before{content:"";background:#a7f051;border-radius:50%;width:9px;height:9px;position:absolute;top:-5px;left:50%;box-shadow:0 0 7px #d8ff9c,0 0 18px #78d92f}.dash-top{justify-content:center;min-height:148px;padding:16px 60px;position:relative}.dash-logo{gap:6px;width:190px}.nemesis-mark{width:74px;height:70px}.nemesis-word{color:#eceeef;letter-spacing:.38em;text-indent:.38em;font-size:17px;font-weight:400}.dash-user{position:absolute;top:22px;right:22px}.founder-portrait-caption{display:none!important}@media (max-width:1280px){.site-header{height:96px}.reference-brand{gap:16px;min-width:310px}.brand-logo-img{width:72px;height:72px}.reference-wordmark strong{font-size:23px}}@media (max-width:1100px){.site-header{height:88px}.brand-logo-img{width:64px;height:64px}.reference-wordmark strong{font-size:20px}.hero-logo-system{opacity:.55}}@media (max-width:700px){.site-header{height:76px}.reference-brand{gap:10px}.brand-logo-img{width:52px;height:52px}.reference-wordmark{text-align:left;align-items:flex-start;min-width:0}.reference-wordmark strong{letter-spacing:.22em;font-size:15px}.hero-logo-system{opacity:.36}.dash-top{min-height:120px}.nemesis-mark{width:60px;height:56px}.nemesis-word{font-size:13px}}.reference-wordmark strong{letter-spacing:.3em;color:#d9dcdd;-webkit-text-fill-color:#d9dcdd;font-size:21px}.reference-wordmark small{color:#aeb4b5!important;letter-spacing:.27em!important;font-size:8px!important}.hero-logo-system{width:43vw;max-width:680px;height:43vw;max-height:680px;top:21%;right:3.5vw;overflow:visible}.hero-logo-image{width:69%;height:69%}.halo-1{width:70%;height:70%}.halo-2{width:83%;height:83%}.halo-3{width:96%;height:96%}.orbit-field{z-index:4;color:#aeb8b1;letter-spacing:.18em;white-space:nowrap;background:#050a08cc;border-left:1px solid #8bd338;padding:4px 7px;font:500 7px/1 Inter,Arial,sans-serif;position:absolute}.orbit-field-hvac{top:13%;left:28%}.orbit-field-fire{top:35%;right:0}.orbit-field-energy{bottom:14%;right:18%}.orbit-field-assets{bottom:25%;left:-1%}.dash-top{justify-content:flex-start;min-height:108px;padding:14px 24px}.dash-logo{flex-direction:row;justify-content:flex-start;align-items:center;gap:14px;width:auto}.nemesis-mark{flex:none;width:54px;height:50px}.nemesis-word{letter-spacing:.34em;text-indent:0;font-weight:400;color:#dfe2e3!important;font-size:14px!important}.dash-logo span{color:#dfe2e3!important}@media (max-width:1280px){.reference-wordmark strong{font-size:19px}.hero-logo-system{width:45vw;height:45vw;right:1vw}}@media (max-width:1100px){.reference-wordmark strong{font-size:17px}.hero-logo-system{width:54vw;height:54vw;right:-7vw}}@media (max-width:700px){.reference-wordmark strong{font-size:13px}.reference-wordmark small{display:none}.hero-logo-system{width:92vw;height:92vw;top:39%;right:-37vw}.orbit-field{font-size:6px}.orbit-field-fire,.orbit-field-energy{display:none}.dash-top{min-height:92px}.nemesis-mark{width:44px;height:42px}.nemesis-word{font-size:12px!important}}:root{--brand-green:#8fcb3e;--green:#8fcb3e;--green2:#8fcb3e;--reference-green:#8fcb3e}.reference-brand{gap:9px;min-width:315px}.brand-logo-img{width:92px;height:92px}.reference-wordmark{min-width:218px}.reference-wordmark strong,.reference-wordmark small{background:linear-gradient(#fff 0%,#eef0f1 18%,#a6abad 39%,#62686a 51%,#dfe2e3 68%,#8d9395 84%,#f5f6f6 100%);text-shadow:0 1px #ffffff1a,0 3px 8px #00000075;-webkit-background-clip:text;background-clip:text;display:inline-block;color:#0000!important;-webkit-text-fill-color:transparent!important}.reference-wordmark strong{letter-spacing:.2em;font-size:21px}.reference-wordmark small{margin-top:9px;letter-spacing:.22em!important;font-size:8px!important}.eyebrow,.kicker,.lang-switch .active,.panel-num,.industry-index,.knowledge-icon,.knowledge-card b,.hub-footer a,.contact-form small,.founder-role,.founder-profile .founder-copy .kicker,.founder-profile .founder-path b,.insight-card>span,.insight-card a,.resource-card>span,.resource-card i,.service-number,.process-steps>article>span,.orbit-field,.hero h1 .accent{color:var(--brand-green)!important}.hero-actions .primary,.hub-filters button.active,.dash-body aside .active,.dash-tasks span,.chart-bars span{background-color:var(--brand-green)!important}.hero-actions .primary{background:var(--brand-green)!important}.logo-halo:before{background:var(--brand-green);box-shadow:0 0 7px #d9ff9f,0 0 18px var(--brand-green)}.orbit-field,.founder-profile blockquote{border-color:var(--brand-green)!important}@media (max-width:1280px){.reference-brand{gap:8px;min-width:292px}.brand-logo-img{width:82px;height:82px}.reference-wordmark strong{letter-spacing:.19em;font-size:19px}}@media (max-width:1100px){.reference-brand{min-width:auto}.brand-logo-img{width:70px;height:70px}.reference-wordmark strong{font-size:17px}}@media (max-width:700px){.reference-brand{gap:5px}.brand-logo-img{width:56px;height:56px}.reference-wordmark strong{letter-spacing:.16em;font-size:13px}}.footer-brand-lockup{align-items:center;gap:8px}.footer-brand-lockup .footer-logo-img{object-fit:contain;width:78px;height:78px}.footer-wordmark{text-align:center;align-items:center;min-width:205px}.footer-wordmark strong,.footer-wordmark small{background:linear-gradient(#fff 0%,#eef0f1 18%,#a6abad 39%,#62686a 51%,#dfe2e3 68%,#8d9395 84%,#f5f6f6 100%);text-shadow:0 1px #ffffff1a,0 3px 8px #00000075;-webkit-background-clip:text;background-clip:text;display:inline-block;color:#0000!important;-webkit-text-fill-color:transparent!important}.footer-wordmark strong{letter-spacing:.2em;font-family:Inter,Arial,sans-serif;font-size:19px;font-weight:400;line-height:1}.footer-wordmark small{white-space:nowrap;margin-top:8px;font-weight:500;letter-spacing:.22em!important;font-size:7px!important}@media (max-width:700px){.footer-brand-lockup .footer-logo-img{width:64px;height:64px}.footer-wordmark{min-width:180px}.footer-wordmark strong{font-size:16px}}.nemesis-kicker{align-items:center;gap:12px;display:flex}.nemesis-kicker b{border:1px solid var(--brand-green);color:#345112;letter-spacing:.18em;padding:5px 8px;font-size:7px;font-weight:700}.upcoming-status{border-color:var(--brand-green);color:var(--brand-green);letter-spacing:.13em}.dash-main{padding:24px}.dash-operations{grid-template-columns:1.45fr .75fr;gap:10px;margin-bottom:10px;display:grid}.dash-system-health,.dash-maintenance{background:#0c1810;border:1px solid #173120;border-radius:10px;min-height:158px;padding:14px}.dash-module-title{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.dash-module-title span{color:#89988e;letter-spacing:.14em;font-size:6px}.dash-module-title small{color:#466052;letter-spacing:.1em;font-size:5px}.health-row{color:#9aaba0;grid-template-columns:67px 1fr 28px;align-items:center;gap:8px;margin:10px 0;font-size:6px;display:grid}.health-row i{background:#173120;height:3px;overflow:hidden}.health-row i b{background:var(--brand-green);height:100%;display:block}.health-row strong{color:#dce4df;text-align:right;font-size:6px}.maintenance-ring{background:conic-gradient(var(--brand-green) 0 86%,#173120 86% 100%);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:78px;height:78px;margin:4px auto 9px;display:flex;position:relative}.maintenance-ring:before{content:"";background:#0c1810;border-radius:50%;position:absolute;inset:8px}.maintenance-ring strong,.maintenance-ring span{z-index:1;position:relative}.maintenance-ring strong{font-size:16px}.maintenance-ring span{color:#718077;font-size:5px}.maintenance-legend{color:#718077;justify-content:center;gap:10px;font-size:5px;display:flex}.maintenance-legend i{background:var(--brand-green);border-radius:50%;width:5px;height:5px;margin-right:4px;display:inline-block}.maintenance-legend span:last-child i{background:#365442}.dash-chart{height:154px}.dash-chart .chart-bars{height:105px}@media (max-width:700px){.dash-operations{grid-template-columns:1fr}.dash-maintenance{display:none}.dash-system-health{min-height:148px}}.hub-page{color:#e9efeb;background:#050a08;min-height:100vh}.hub-header{z-index:5;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;min-height:104px;padding:0 4vw;display:flex;position:relative}.hub-brand{align-items:center;gap:8px;display:flex}.hub-brand img{object-fit:contain;width:82px;height:82px}.hub-brand span{flex-direction:column;align-items:center;display:flex}.hub-brand strong,.hub-brand small{color:#0000;background:linear-gradient(#fff 0%,#eef0f1 18%,#a6abad 39%,#62686a 51%,#dfe2e3 68%,#8d9395 84%,#f5f6f6 100%);-webkit-background-clip:text;background-clip:text}.hub-brand strong{letter-spacing:.2em;font-size:20px;font-weight:400}.hub-brand small{letter-spacing:.22em;margin-top:8px;font-size:7px}.hub-back{color:#b7c0ba;letter-spacing:.08em;font-size:11px;transition:color .2s}.hub-back:hover{color:var(--brand-green)}.hub-hero{background:radial-gradient(circle at 84% 40%,#8fcb3e21,#0000 32%);border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:flex-end;min-height:530px;padding:110px 7vw 90px;display:flex;position:relative;overflow:hidden}.hub-grid-bg{opacity:.55;background-image:linear-gradient(#2e483726 1px,#0000 1px),linear-gradient(90deg,#2e483726 1px,#0000 1px);background-size:67px 67px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000);mask-image:linear-gradient(#000,#0000)}.hub-hero-copy,.hub-index{z-index:2;position:relative}.hub-hero-copy>p{color:var(--brand-green);letter-spacing:.22em;margin:0 0 32px;font-size:10px}.hub-hero h1{letter-spacing:-.065em;max-width:900px;margin:0;font:600 clamp(58px,7vw,112px)/.94 Inter,Arial,sans-serif}.hub-hero h1 span{color:var(--brand-green)}.hub-lead{color:#a8b2ac;max-width:760px;margin-top:35px;font-size:16px;line-height:1.8}.hub-index{border-left:1px solid #8fcb3e75;width:170px;padding:25px 0 4px 25px}.hub-index strong{font:500 58px/1 Inter,Arial,sans-serif;display:block}.hub-index span{color:#7d8981;letter-spacing:.19em;margin-top:12px;font-size:7px;display:block}.hub-directory{color:#121814;background:#edf0ec;padding:40px 7vw 120px}.hub-group{border-bottom:1px solid #cbd3cd;grid-template-columns:320px 1fr;gap:55px;padding:72px 0;display:grid}.hub-group-heading{grid-template-columns:38px 1fr;align-content:start;gap:15px;display:grid}.hub-group-heading>span{color:var(--brand-green);font:600 10px ui-monospace,monospace}.hub-group-heading small{color:#68746c;letter-spacing:.18em;font-size:7px}.hub-group-heading h2{letter-spacing:-.035em;margin:16px 0 0;font:600 32px/1.05 Space Grotesk,Inter,sans-serif}.hub-link-grid{border-top:1px solid #cbd3cd;border-left:1px solid #cbd3cd;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.hub-link-card{border-bottom:1px solid #cbd3cd;border-right:1px solid #cbd3cd;min-height:210px;padding:27px 55px 28px 28px;transition:background .25s,color .25s,transform .25s;position:relative}.hub-link-card:hover{z-index:1;color:#f0f4f1;background:#09110d;transform:translateY(-3px)}.hub-link-card small{color:#6d7a72;letter-spacing:.2em;font-size:7px}.hub-link-card h3{margin:35px 0 0;font-size:19px;font-weight:600}.hub-link-card p{color:#657068;max-width:470px;margin:13px 0 0;font-size:12px;line-height:1.65}.hub-link-card:hover p{color:#9ba8a0}.hub-link-card i{color:var(--brand-green);font-style:normal;transition:transform .2s;position:absolute;top:26px;right:27px}.hub-link-card:hover i{transform:translate(4px,-4px)}.hub-page-footer{color:#718078;letter-spacing:.06em;justify-content:space-between;gap:25px;padding:34px 7vw;font-size:9px;display:flex}.hub-page-footer p{margin:0}.hub-page-footer a{color:#aab5ae}@media (max-width:900px){.hub-hero{min-height:470px}.hub-index{display:none}.hub-group{grid-template-columns:1fr;gap:30px}}@media (max-width:650px){.hub-header{min-height:82px;padding-inline:18px}.hub-brand img{width:58px;height:58px}.hub-brand strong{font-size:14px}.hub-brand small{display:none}.hub-back{font-size:9px}.hub-hero{min-height:430px;padding:90px 22px 65px}.hub-hero h1{font-size:54px}.hub-lead{font-size:14px}.hub-directory{padding:15px 20px 80px}.hub-group{padding:55px 0}.hub-link-grid{grid-template-columns:1fr}.hub-page-footer{flex-direction:column;padding-inline:22px}}@media (max-width:700px){html{scroll-padding-top:76px}body{width:100%;overflow-x:hidden}body.mobile-menu-open{overflow:hidden}img,svg{max-width:100%}.site-header,.site-header.scrolled{background:#050907f5;height:72px;padding:0 14px}.reference-brand{gap:4px;min-width:0;max-width:calc(100vw - 116px)}.brand-logo-img{flex:0 0 52px;width:52px;height:52px}.reference-wordmark{min-width:0}.reference-wordmark strong{letter-spacing:.13em;white-space:nowrap;font-size:12px}.reference-wordmark small{white-space:nowrap;margin-top:5px;letter-spacing:.13em!important;font-size:5.5px!important;display:block!important}.header-actions{gap:5px}.lang-switch{min-width:39px;padding:11px 4px;font-size:10px}.menu-toggle{width:40px;height:40px;padding:8px;display:block}.menu-toggle span{transition:transform .2s,opacity .2s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(4px)rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-4px)rotate(-45deg)}.mobile-menu{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#050c08fb;align-content:start;padding:12px 20px 28px;top:72px;bottom:0;overflow-y:auto}.mobile-menu a{letter-spacing:.03em;padding:15px 2px;font-size:15px}.hero{justify-content:flex-start;min-height:auto;padding:112px 18px 34px}.hero-content{max-width:none;margin:0}.eyebrow,.kicker{letter-spacing:.19em;font-size:8px;line-height:1.6}.hero h1{letter-spacing:-.048em;margin:21px 0 20px;font-size:clamp(37px,11.2vw,50px);line-height:1.02}.hero-lead{max-width:100%;font-size:15px;line-height:1.65}.hero-actions{gap:10px;width:100%;margin-top:27px}.hero-actions .btn{width:100%;max-width:none;min-height:48px;padding:13px 18px}.hero-logo-system{opacity:1;flex:none;width:min(92vw,430px);height:min(92vw,430px);margin:24px auto 4px;position:relative;top:auto;right:auto}.hero-logo-image,.halo-1{width:70%;height:70%}.halo-2{width:83%;height:83%}.halo-3{width:96%;height:96%}.orbit-field{letter-spacing:.12em;padding:3px 5px;font-size:5.5px}.orbit-field-fire,.orbit-field-energy{display:block}.orbit-field-hvac{top:13%;left:22%}.orbit-field-fire{top:34%;right:-1%}.orbit-field-energy{bottom:12%;right:12%}.orbit-field-assets{bottom:23%;left:0}.hero-bottom{margin:12px 0 0}.hero-bottom div{padding:15px 2px}.section-shell{width:calc(100% - 36px)}.company,.why,.navigator,.nemesis,.insights,.services,.industries,.knowledge,.founder,.contact{padding:72px 0}.split-layout,.why-grid,.nemesis-shell,.founder-grid,.contact-grid{gap:44px}.section-intro h2,.section-heading h2,.nemesis h2,.founder h2,.contact h2{letter-spacing:-.04em;margin:16px 0 22px;font-size:clamp(33px,9.6vw,43px);line-height:1.08}.section-intro p,.section-heading p,.nemesis-copy p,.founder-copy p,.contact-copy p{font-size:14px;line-height:1.72}.section-heading{margin-bottom:38px}.principles-grid article{min-height:0;padding:26px}.principles-grid h3{margin:28px 0 10px}.service-panel{grid-template-columns:28px minmax(0,1fr);gap:12px;padding:28px 2px}.service-panel:hover{padding-left:2px}.panel-copy h3{overflow-wrap:anywhere;font-size:28px}.panel-copy>p{font-size:13px;line-height:1.62}.tags{gap:6px}.navigator-card{border-radius:20px;gap:26px;padding:27px 20px}.navigator-card h2{font-size:34px}.navigator-options{display:grid}.navigator-options button{text-align:left;width:100%;min-height:46px}.navigator-result{padding-top:18px;font-size:13px;line-height:1.55}.industry-row{grid-template-columns:25px minmax(0,1fr);gap:11px;padding:27px 0}.industry-row h3{font-size:27px}.industry-row p{font-size:12px;line-height:1.55}.industry-tags{grid-column:2;justify-content:flex-start}.why-points article{grid-template-columns:28px 1fr}.hub-controls{gap:13px}.hub-controls input{width:100%;min-height:47px}.hub-filters{scrollbar-width:none;width:100%;padding-bottom:5px}.hub-filters::-webkit-scrollbar{display:none}.hub-filters button{flex:none;min-height:42px}.knowledge-card{grid-template-columns:34px minmax(0,1fr) 14px;min-height:0;padding:22px 18px}.hub-footer{gap:16px;line-height:1.55;display:grid}.nemesis-shell{align-items:stretch}.nemesis-features{gap:6px}.nemesis .btn{width:100%;min-height:48px}.dashboard{border-radius:14px;width:100%;transform:none;box-shadow:0 20px 50px #0823142e}.dash-top{min-height:74px;padding:10px 14px}.dash-logo{gap:8px}.nemesis-mark{width:38px;height:36px}.nemesis-word{letter-spacing:.25em;font-size:10px!important}.dash-body{min-height:0;display:block}.dash-body aside{display:none}.dash-main{padding:14px}.dash-heading{align-items:flex-start;gap:10px}.dash-heading strong{font-size:17px}.dash-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin:16px 0}.dash-stats div{min-width:0;padding:10px 7px}.dash-stats small{min-height:18px;font-size:4.8px;line-height:1.35;display:block}.dash-stats b{font-size:20px}.dash-operations{grid-template-columns:1fr;gap:8px}.dash-system-health,.dash-maintenance{min-height:0;padding:12px;display:block}.dash-maintenance{padding-bottom:13px}.maintenance-ring{width:70px;height:70px}.dash-chart{height:128px;padding:12px}.dash-chart .chart-bars{height:82px}.dash-tasks div{padding:9px 3px}.dash-tasks p{font-size:7px}.insight-card{min-height:0;padding:25px 22px}.insight-card h3{margin:30px 0 13px;font-size:24px}.insight-card a{margin-top:24px}.founder-profile .founder-grid{gap:36px}.founder-profile .founder-visual{aspect-ratio:4/5;width:100%;height:auto;max-height:none}.founder-profile .founder-name{font-size:46px}.founder-profile blockquote{padding:18px;font-size:14px;line-height:1.6}.founder-path{gap:7px;line-height:1.7}.contact-grid{gap:34px}.contact-statement{margin-top:35px}.contact-form{border-radius:17px;padding:22px 18px}.contact-form input,.contact-form textarea,.contact-form select{min-height:44px;font-size:16px}.contact-form textarea{min-height:120px}.contact-form .btn{width:100%;min-height:49px}footer{gap:18px;padding:38px 18px 23px}.footer-brand-lockup{max-width:100%}.footer-brand-lockup .footer-logo-img{width:58px;height:58px}.footer-wordmark{min-width:0}.footer-wordmark strong{font-size:14px}.footer-wordmark small{letter-spacing:.15em!important;font-size:5.5px!important}.footer-bottom{flex-wrap:wrap;gap:12px}.hub-header{min-height:76px;padding:0 14px}.hub-brand{min-width:0}.hub-brand img{width:50px;height:50px}.hub-brand strong{font-size:12px}.hub-back{text-align:right;max-width:105px;line-height:1.4}.hub-hero{min-height:0;padding:72px 20px 58px}.hub-hero h1{font-size:clamp(44px,13vw,58px);line-height:.98}.hub-lead{font-size:14px;line-height:1.7}.hub-directory{padding:8px 18px 68px}.hub-group{gap:24px;padding:46px 0}.hub-group-heading{grid-template-columns:27px 1fr;gap:10px}.hub-group-heading h2{font-size:28px}.hub-link-card{min-height:0;padding:24px 42px 24px 20px}.hub-link-card h3{margin-top:28px;font-size:18px}.hub-page-footer{padding:28px 18px}}@media (max-width:380px){.reference-wordmark strong{font-size:10.5px}.reference-wordmark small{letter-spacing:.1em!important;font-size:5px!important}.hero h1{font-size:36px}.dash-heading .status{display:none}.dash-stats b{font-size:18px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.hero-logo-system .logo-halo{transform-origin:50%;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:transform}.hero-logo-system .halo-1{animation:19s linear infinite electronOrbitOne}.hero-logo-system .halo-2{animation:29s linear infinite electronOrbitTwo}.hero-logo-system .halo-3{animation:41s linear infinite electronOrbitThree}@keyframes electronOrbitOne{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes electronOrbitTwo{0%{transform:translate(-50%,-50%)rotate(360deg)}to{transform:translate(-50%,-50%)rotate(0)}}@keyframes electronOrbitThree{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@media (prefers-reduced-motion:reduce){.hero-logo-system .logo-halo{animation:none!important}}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/montserrat-cyrillic-ext-300-normal.AjyHH-nA.woff2)format("woff2"),url(/_next/static/media/montserrat-cyrillic-ext-300-normal.Ctr4ZZfs.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/montserrat-cyrillic-300-normal.DyQnI4ta.woff2)format("woff2"),url(/_next/static/media/montserrat-cyrillic-300-normal.BVP0yxL_.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/montserrat-vietnamese-300-normal.BIrGnxdC.woff2)format("woff2"),url(/_next/static/media/montserrat-vietnamese-300-normal.F69v1y7v.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/montserrat-latin-ext-300-normal.DiDe5dVi.woff2)format("woff2"),url(/_next/static/media/montserrat-latin-ext-300-normal.BCbSOsYO.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/montserrat-latin-300-normal.BgP24wlQ.woff2)format("woff2"),url(/_next/static/media/montserrat-latin-300-normal.sTRdVzlf.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/montserrat-cyrillic-ext-400-normal.Xqov12YL.woff2)format("woff2"),url(/_next/static/media/montserrat-cyrillic-ext-400-normal.DRPPeomZ.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/montserrat-cyrillic-400-normal.BPq32Q8K.woff2)format("woff2"),url(/_next/static/media/montserrat-cyrillic-400-normal.jEs4Tk-Z.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/montserrat-vietnamese-400-normal.D4oHqQTd.woff2)format("woff2"),url(/_next/static/media/montserrat-vietnamese-400-normal.BeEscFYY.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/montserrat-latin-ext-400-normal.B8bwfy6Y.woff2)format("woff2"),url(/_next/static/media/montserrat-latin-ext-400-normal.BffdBkAA.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/montserrat-latin-400-normal.BLhwKU8k.woff2)format("woff2"),url(/_next/static/media/montserrat-latin-400-normal.xItZbAXg.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:500;src:url(/_next/static/media/montserrat-cyrillic-ext-500-normal.11xBT7e1.woff2)format("woff2"),url(/_next/static/media/montserrat-cyrillic-ext-500-normal.DOzfAZ45.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:500;src:url(/_next/static/media/montserrat-cyrillic-500-normal.T0SG181k.woff2)format("woff2"),url(/_next/static/media/montserrat-cyrillic-500-normal.CyGtXmN9.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:500;src:url(/_next/static/media/montserrat-vietnamese-500-normal.NT-t8RG1.woff2)format("woff2"),url(/_next/static/media/montserrat-vietnamese-500-normal.DpeZlV_K.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:500;src:url(/_next/static/media/montserrat-latin-ext-500-normal.BKtbrd6n.woff2)format("woff2"),url(/_next/static/media/montserrat-latin-ext-500-normal.DWPqqZgs.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:500;src:url(/_next/static/media/montserrat-latin-500-normal.DRFEGfly.woff2)format("woff2"),url(/_next/static/media/montserrat-latin-500-normal.Dok2oTci.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-ext-400-normal.BQZuk6qB.woff2)format("woff2"),url(/_next/static/media/inter-cyrillic-ext-400-normal.DQukG94-.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-cyrillic-400-normal.obahsSVq.woff2)format("woff2"),url(/_next/static/media/inter-cyrillic-400-normal.HOLc17fK.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-ext-400-normal.DGGRlc-M.woff2)format("woff2"),url(/_next/static/media/inter-greek-ext-400-normal.KugGGMne.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-greek-400-normal.B4URO6DV.woff2)format("woff2"),url(/_next/static/media/inter-greek-400-normal.q2sYcFCs.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-vietnamese-400-normal.DMkecbls.woff2)format("woff2"),url(/_next/static/media/inter-vietnamese-400-normal.Bbgyi5SW.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-ext-400-normal.C1nco2VV.woff2)format("woff2"),url(/_next/static/media/inter-latin-ext-400-normal.77YHD8bZ.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/inter-latin-400-normal.C38fXH4l.woff2)format("woff2"),url(/_next/static/media/inter-latin-400-normal.CyCys3Eg.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/_next/static/media/inter-cyrillic-ext-500-normal.B0yAr1jD.woff2)format("woff2"),url(/_next/static/media/inter-cyrillic-ext-500-normal.BmqWE9Dz.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/_next/static/media/inter-cyrillic-500-normal.BasfLYem.woff2)format("woff2"),url(/_next/static/media/inter-cyrillic-500-normal.CxZf_p3X.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/_next/static/media/inter-greek-ext-500-normal.C4iEst2y.woff2)format("woff2"),url(/_next/static/media/inter-greek-ext-500-normal.2j5mBUwD.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/_next/static/media/inter-greek-500-normal.BIZE56-Y.woff2)format("woff2"),url(/_next/static/media/inter-greek-500-normal.Xzm54t5V.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/_next/static/media/inter-vietnamese-500-normal.DOriooB6.woff2)format("woff2"),url(/_next/static/media/inter-vietnamese-500-normal.mJboJaSs.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/_next/static/media/inter-latin-ext-500-normal.CV4jyFjo.woff2)format("woff2"),url(/_next/static/media/inter-latin-ext-500-normal.BxGbmqWO.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/_next/static/media/inter-latin-500-normal.Cerq10X2.woff2)format("woff2"),url(/_next/static/media/inter-latin-500-normal.BL9OpVg8.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-ext-600-normal.Dfes3d0z.woff2)format("woff2"),url(/_next/static/media/inter-cyrillic-ext-600-normal.Bcila6Z-.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-cyrillic-600-normal.CWCymEST.woff2)format("woff2"),url(/_next/static/media/inter-cyrillic-600-normal.4D_pXhcN.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-ext-600-normal.DRtmH8MT.woff2)format("woff2"),url(/_next/static/media/inter-greek-ext-600-normal.B8X0CLgF.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-greek-600-normal.plRanbMR.woff2)format("woff2"),url(/_next/static/media/inter-greek-600-normal.BZpKdvQh.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-vietnamese-600-normal.Cc8MFFhd.woff2)format("woff2"),url(/_next/static/media/inter-vietnamese-600-normal.BuLX-rYi.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-ext-600-normal.D2bJ5OIk.woff2)format("woff2"),url(/_next/static/media/inter-latin-ext-600-normal.CIVaiw4L.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/inter-latin-600-normal.LgqL8muc.woff2)format("woff2"),url(/_next/static/media/inter-latin-600-normal.CiBQ2DWP.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/_next/static/media/inter-cyrillic-ext-700-normal.BjwYoWNd.woff2)format("woff2"),url(/_next/static/media/inter-cyrillic-ext-700-normal.LO58E6JB.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/_next/static/media/inter-cyrillic-700-normal.CjBOestx.woff2)format("woff2"),url(/_next/static/media/inter-cyrillic-700-normal.DrXBdSj3.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/_next/static/media/inter-greek-ext-700-normal.qfdV9bQt.woff2)format("woff2"),url(/_next/static/media/inter-greek-ext-700-normal.BoQ6DsYi.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/_next/static/media/inter-greek-700-normal.C3JjAnD8.woff2)format("woff2"),url(/_next/static/media/inter-greek-700-normal.BUv2fZ6O.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/_next/static/media/inter-vietnamese-700-normal.DlLaEgI2.woff2)format("woff2"),url(/_next/static/media/inter-vietnamese-700-normal.BZaoP0fm.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/_next/static/media/inter-latin-ext-700-normal.Ca8adRJv.woff2)format("woff2"),url(/_next/static/media/inter-latin-ext-700-normal.TidjK2hL.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/_next/static/media/inter-latin-700-normal.Yt3aPRUw.woff2)format("woff2"),url(/_next/static/media/inter-latin-700-normal.BLAVimhd.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:500;src:url(/_next/static/media/space-grotesk-vietnamese-500-normal.BmEvtly_.woff2)format("woff2"),url(/_next/static/media/space-grotesk-vietnamese-500-normal.BTqKIpxg.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:500;src:url(/_next/static/media/space-grotesk-latin-ext-500-normal.DUe3BAxM.woff2)format("woff2"),url(/_next/static/media/space-grotesk-latin-ext-500-normal.3dgZTiw9.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:500;src:url(/_next/static/media/space-grotesk-latin-500-normal.lFbtlQH6.woff2)format("woff2"),url(/_next/static/media/space-grotesk-latin-500-normal.CNSSEhBt.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/space-grotesk-vietnamese-600-normal.DUi7WF5p.woff2)format("woff2"),url(/_next/static/media/space-grotesk-vietnamese-600-normal.D6zpsUhD.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/space-grotesk-latin-ext-600-normal.DxxdqCpr.woff2)format("woff2"),url(/_next/static/media/space-grotesk-latin-ext-600-normal.VcznFIpX.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/space-grotesk-latin-600-normal.DjKNqYRj.woff2)format("woff2"),url(/_next/static/media/space-grotesk-latin-600-normal.BflQw4A9.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:700;src:url(/_next/static/media/space-grotesk-vietnamese-700-normal.DMty7AZE.woff2)format("woff2"),url(/_next/static/media/space-grotesk-vietnamese-700-normal.Duxec5Rn.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:700;src:url(/_next/static/media/space-grotesk-latin-ext-700-normal.BQnZhY3m.woff2)format("woff2"),url(/_next/static/media/space-grotesk-latin-ext-700-normal.HVCqSBdx.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:700;src:url(/_next/static/media/space-grotesk-latin-700-normal.RjhwGPKo.woff2)format("woff2"),url(/_next/static/media/space-grotesk-latin-700-normal.CwsQ-cCU.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
