:root{--bg:#050816;--bg2:#020409;--panel:#111729;--ink:#ffffff;--muted:#94a3b8;--grid:#1b2540;--lime:#b7ff00;--lime-deep:#a6e600;--lime-2:#d9ff57;--gold:#d9ff57;--gold-soft:#b7ff00;--amber:#d9ff57;--dark:#0a0f1f;--dark-2:#111729;--dark-3:#1a2236;--hazard:#b7ff00;--bar-h:92px;--line:#1e2740;--ease:cubic-bezier(.76,0,.24,1)}*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%}body{font-family:var(--font-chakra),sans-serif;background:var(--bg);color:var(--ink);overflow:hidden;-webkit-font-smoothing:antialiased}::selection{background:var(--lime);color:#050816}.bg-layer{position:fixed;inset:0;z-index:0;background:radial-gradient(120% 95% at 65% 35%,#0e1834 0,var(--bg) 55%,var(--bg2) 100%)}.bg-grid{z-index:1;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='66' height='66' viewBox='0 0 66 66'><g stroke='%231e2a48' stroke-width='1'><line x1='33' y1='28' x2='33' y2='38'/><line x1='28' y1='33' x2='38' y2='33'/></g></svg>");background-size:66px 66px;background-position:50%;opacity:.8;-webkit-mask-image:radial-gradient(135% 105% at 60% 40%,#000 60%,transparent 100%);mask-image:radial-gradient(135% 105% at 60% 40%,#000 60%,transparent 100%)}.bg-grid,.scatter{position:fixed;inset:0;pointer-events:none}.scatter{z-index:2}.barcode{position:absolute;display:flex;gap:2px;align-items:flex-end;opacity:.45}.barcode i{display:block;width:2px;background:#36425f}.top{position:fixed;top:0;left:0;right:0;z-index:60;align-items:flex-start;justify-content:space-between;padding:22px 34px}.brand,.top{display:flex}.brand{align-items:center;gap:13px;cursor:pointer}.brand .mark{width:38px;height:38px;flex:none}.brand .wordmark{font-weight:700;letter-spacing:.3em;font-size:13px;color:#e9edf6;line-height:1.05}.brand .wordmark small{display:block;font-weight:500;letter-spacing:.26em;font-size:8.5px;color:#7c879c;margin-top:3px}.panel{font-size:10px;letter-spacing:.13em;color:#94a3b8;line-height:1.6;font-weight:600;border:1px solid var(--line);background:rgba(17,23,41,.6);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);padding:9px 13px;-webkit-clip-path:polygon(0 0,100% 0,100% calc(100% - 7px),calc(100% - 7px) 100%,0 100%);clip-path:polygon(0 0,100% 0,100% calc(100% - 7px),calc(100% - 7px) 100%,0 100%)}.panel .row{display:flex;align-items:center;gap:7px;white-space:nowrap}.panel .lbl{color:#6b7689}.panel .val{color:#d7deea;font-weight:700}.dot{width:7px;height:7px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 3px rgba(183,255,0,.18);flex:none}.dot.amber{background:var(--gold);box-shadow:0 0 0 3px rgba(217,255,87,.25)}.panel.tl{top:74px;left:34px}.panel.tl,.panel.tr{position:fixed;z-index:55}.panel.tr{top:22px;right:66px;text-align:left}.sound-toggle{position:fixed;top:20px;right:20px;z-index:120;width:34px;height:34px;display:flex;align-items:center;justify-content:center;border:1px solid var(--line);background:rgba(17,23,41,.6);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);color:var(--lime);cursor:pointer;transition:border-color .2s,color .2s,background .2s;-webkit-clip-path:polygon(7px 0,100% 0,100% calc(100% - 7px),calc(100% - 7px) 100%,0 100%,0 7px);clip-path:polygon(7px 0,100% 0,100% calc(100% - 7px),calc(100% - 7px) 100%,0 100%,0 7px)}.sound-toggle:hover{border-color:var(--lime);background:#131a30}.sound-toggle.muted{color:#6b7689}.sound-toggle svg{width:17px;height:17px}.panel.bl{position:fixed;bottom:calc(var(--bar-h) + 16px);left:34px;z-index:55}.viewport{position:fixed;inset:0;z-index:10;overflow:hidden}.page{position:absolute;inset:0;padding-bottom:var(--bar-h);opacity:0;visibility:hidden;transform:translateX(8vw);transition:transform .7s var(--ease),opacity .55s ease,visibility .7s;will-change:transform,opacity}.page.active{opacity:1;visibility:visible;transform:translateX(0)}.page.leaving{opacity:0;visibility:visible;transform:translateX(-8vw);transition:transform .6s var(--ease),opacity .5s ease}.page-inner{position:relative;height:100%;max-width:1280px;margin:0 auto;padding:96px 7vw calc(28px);display:flex;flex-direction:column;justify-content:center;overflow-y:auto;scrollbar-width:none}.page-inner::-webkit-scrollbar{display:none}.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease;transition-delay:var(--d,0s)}.page.shown .reveal{opacity:1;transform:none}.eyebrow{display:inline-flex;align-items:center;gap:11px;font-size:12px;letter-spacing:.32em;font-weight:600;color:#94a3b8;margin-bottom:20px}.eyebrow:before{content:"";width:32px;height:2px;background:var(--lime)}.eyebrow .gold{color:var(--gold)}h1{line-height:.9;letter-spacing:-.01em}h1,h2{font-family:var(--font-rajdhani);font-weight:700;text-transform:uppercase}h2{letter-spacing:.01em}.home .page-inner{position:relative;display:block;padding:0;max-width:none;height:100%;overflow:hidden}.hero-stage{position:absolute;inset:0;overflow:hidden}.hero-lightning{position:absolute;inset:0;z-index:5;pointer-events:none;mix-blend-mode:screen}.creveal{opacity:0;transform:translateX(-50%) translateY(22px);transition:opacity .6s ease,transform .6s ease;transition-delay:var(--d,0s)}.page.shown .creveal{opacity:1;transform:translateX(-50%)}.hero-bigword{position:absolute;top:52%;left:50%;transform:translate(-50%,-50%);z-index:2;margin:0;font-family:var(--font-nasalization),sans-serif;font-weight:400;text-transform:uppercase;font-size:clamp(30px,6.6vw,104px);letter-spacing:.01em;line-height:1;color:var(--lime);opacity:.92;white-space:nowrap;pointer-events:none;text-shadow:0 0 44px rgba(183,255,0,.32)}.hero-render{position:absolute;bottom:0;left:50%;transform:translateX(-50%);height:82%;width:auto;max-width:66vw;object-fit:contain;object-position:center bottom;z-index:3;filter:drop-shadow(0 24px 44px rgba(0,0,0,.6))}.hero-stage:after{content:"";position:absolute;inset:0;z-index:4;pointer-events:none;background:linear-gradient(180deg,var(--bg) 0,rgba(5,8,22,.25) 18%,transparent 40%,transparent 58%,rgba(5,8,22,.88) 90%,var(--bg) 100%)}.hero-kicker{position:absolute;top:12.5%;left:50%;z-index:7;font-size:clamp(10px,1.05vw,12px);letter-spacing:.28em;color:#94a3b8;font-weight:600;display:flex;align-items:center;gap:11px;white-space:nowrap}.hero-kicker:after,.hero-kicker:before{content:"";width:30px;height:2px;background:var(--gold);flex:none}.hero-tagline{position:absolute;bottom:8.5%;left:50%;z-index:7;text-align:center;font-family:var(--font-rajdhani);font-weight:600;font-size:clamp(18px,2.1vw,28px);line-height:1.22;color:#e7ecf5}.hero-tagline em{font-style:normal;color:var(--gold);display:block}.hero-tag{position:absolute;font-size:11px;letter-spacing:.16em;color:#94a3b8;font-weight:600;line-height:1.85;z-index:6;white-space:nowrap}.hero-tag b{color:var(--gold);font-weight:700}.hero-tag.l{left:6%;top:39%}.hero-tag.r{right:6%;top:24%;text-align:right}.hero-eq{position:absolute;display:flex;gap:2px;align-items:flex-end;height:30px;opacity:.55;z-index:5}.hero-eq i{display:block;width:2px;background:#36425f}.hero-eq.tr{right:7%;top:13%}.hero-eq.bl{left:8%;bottom:16%}.sect-head{margin-bottom:26px}.sect-head h2{font-size:clamp(30px,4vw,52px);color:var(--ink)}.sect-head h2 em{font-style:normal;color:var(--gold)}.grid{display:grid;grid-gap:13px;gap:13px}.grid.svc{grid-template-columns:repeat(3,1fr)}.grid.ind{grid-template-columns:repeat(5,1fr)}.card{position:relative;background:rgba(17,23,41,.55);border:1px solid var(--line);padding:18px 18px 20px;overflow:hidden;-webkit-clip-path:polygon(11px 0,100% 0,100% calc(100% - 11px),calc(100% - 11px) 100%,0 100%,0 11px);clip-path:polygon(11px 0,100% 0,100% calc(100% - 11px),calc(100% - 11px) 100%,0 100%,0 11px);transition:transform .3s ease,background .3s ease,border-color .3s ease}.card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:transparent;transition:background .3s}.card:hover{transform:translateY(-4px);background:#161d33;border-color:rgba(183,255,0,.38)}.card:hover:before{background:var(--lime)}.card:hover .cico{color:var(--lime)}.card .cnum{font-family:var(--font-rajdhani);font-weight:700;font-size:13px;color:var(--gold);letter-spacing:.12em}.card .cico{width:30px;height:30px;margin:8px 0 12px;color:#aeb8ca;transition:color .3s}.card .cico svg{width:30px;height:30px;stroke-width:1.5}.card h3{font-family:var(--font-rajdhani);font-weight:700;font-size:19px;text-transform:uppercase;letter-spacing:.01em;color:var(--ink);margin-bottom:7px;line-height:1.05}.card p{font-size:13px;line-height:1.5;color:#94a3b8;font-weight:500}.grid.ind .card{padding:18px 14px 20px}.grid.ind .card h3{font-size:17px}.about .page-inner{flex-direction:row;gap:5vw;align-items:center}.about-l{flex:0 0 38%}.about-l h2{font-size:clamp(34px,4.6vw,62px);color:var(--ink);line-height:.92}.about-l h2 em{font-style:normal;color:var(--gold)}.about-l .glyph{margin-top:26px;width:120px;height:120px;color:var(--lime);opacity:.85;filter:drop-shadow(0 0 14px rgba(183,255,0,.25))}.about-r{flex:1 1;max-width:560px;border-left:1px solid var(--line);padding-left:40px}.about-r p{font-size:16px;line-height:1.7;color:#c3ccdb;font-weight:500;margin-bottom:18px}.about-r p strong{color:var(--ink);font-weight:700}.about-r .tag{display:inline-flex;align-items:center;gap:8px;font-size:11px;letter-spacing:.2em;color:#94a3b8;font-weight:600;margin-bottom:20px}.insights .sect-head{margin-bottom:18px}.insights .sect-head h2{font-size:clamp(28px,3.4vw,44px)}.feed{display:flex;flex-direction:column;gap:7px;margin-top:2px;max-width:920px}.report{display:grid;grid-template-columns:84px 1fr auto;align-items:center;grid-gap:20px;gap:20px;padding:11px 20px;background:rgba(17,23,41,.5);border:1px solid var(--line);-webkit-clip-path:polygon(0 0,100% 0,100% calc(100% - 9px),calc(100% - 9px) 100%,0 100%);clip-path:polygon(0 0,100% 0,100% calc(100% - 9px),calc(100% - 9px) 100%,0 100%);transition:background .3s,transform .3s,border-color .3s;cursor:pointer}.report:hover{background:#161d33;border-color:rgba(183,255,0,.3);transform:translateX(5px)}.report .rid{color:var(--gold);font-size:14px;letter-spacing:.08em}.report .rid,.report .rmid h3{font-family:var(--font-rajdhani);font-weight:700}.report .rmid h3{font-size:18px;text-transform:uppercase;color:var(--ink);line-height:1}.report .rmid .cls{font-size:10.5px;letter-spacing:.18em;color:#94a3b8;font-weight:600;margin-top:5px}.report .rmeta{display:flex;align-items:center;gap:10px;font-size:11px;color:#8590a6;font-weight:600;letter-spacing:.08em}.pill{font-size:9.5px;letter-spacing:.14em;font-weight:700;padding:4px 9px;color:#050816;background:var(--lime);white-space:nowrap;-webkit-clip-path:polygon(5px 0,100% 0,100% 100%,0 100%,0 5px);clip-path:polygon(5px 0,100% 0,100% 100%,0 100%,0 5px)}.pill.gold{background:var(--gold-soft)}.pill.dark{background:#1b2540;color:var(--lime)}.contact .page-inner{flex-direction:row;gap:5vw;align-items:center}.contact-l{flex:0 0 36%}.contact-l h2{font-size:clamp(32px,4.4vw,58px);color:var(--ink);line-height:.92}.contact-l h2 em{font-style:normal;color:var(--gold)}.contact-l p{margin-top:20px;font-size:15px;line-height:1.6;color:#aab4c6;max-width:330px;font-weight:500}.contact-l .meta{margin-top:26px;font-size:11px;letter-spacing:.16em;color:#94a3b8;font-weight:600;line-height:1.9}.contact-l .meta b{color:#d7deea}form{flex:1 1;max-width:560px;display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.fld{display:flex;flex-direction:column;gap:6px}.fld.full{grid-column:1/-1}.fld label{font-size:10.5px;letter-spacing:.2em;color:#94a3b8;font-weight:600}.fld input,.fld select,.fld textarea{font-family:var(--font-chakra);font-size:14px;color:var(--ink);background:rgba(17,23,41,.6);border:1px solid var(--line);padding:12px 13px;outline:none;-webkit-clip-path:polygon(7px 0,100% 0,100% calc(100% - 7px),calc(100% - 7px) 100%,0 100%,0 7px);clip-path:polygon(7px 0,100% 0,100% calc(100% - 7px),calc(100% - 7px) 100%,0 100%,0 7px);transition:border-color .2s,background .2s}.fld input::placeholder,.fld textarea::placeholder{color:#5b6577}.fld select{appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;padding-right:36px;background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='12'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23b7ff00'%20stroke-width='3'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M6%209l6%206%206-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 13px center;background-size:12px}.fld select::-ms-expand{display:none}.fld select option{background:#111729;color:#fff}.fld input:focus,.fld select:focus,.fld textarea:focus{border-color:var(--lime);background-color:#131a30}.fld select:focus{background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='12'%20height='12'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23d9ff57'%20stroke-width='3'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M6%2015l6-6%206%206'/%3E%3C/svg%3E")}.fld textarea{resize:none;min-height:74px}.dd{position:relative}.dd-btn{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;font-family:var(--font-chakra);font-size:14px;color:var(--ink);background:rgba(17,23,41,.6);border:1px solid var(--line);padding:12px 13px;outline:none;cursor:pointer;text-align:left;-webkit-clip-path:polygon(7px 0,100% 0,100% calc(100% - 7px),calc(100% - 7px) 100%,0 100%,0 7px);clip-path:polygon(7px 0,100% 0,100% calc(100% - 7px),calc(100% - 7px) 100%,0 100%,0 7px);transition:border-color .2s,background-color .2s}.dd-btn:hover{border-color:#2c385c}.dd-btn:focus-visible,.dd.open .dd-btn{border-color:var(--lime);background-color:#131a30}.dd-chev{width:12px;height:12px;color:var(--lime);flex:none;transition:transform .2s,color .2s}.dd.open .dd-chev{transform:rotate(180deg);color:var(--lime-2)}.dd-panel{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:30;margin:0;padding:5px;list-style:none;max-height:260px;overflow:auto;background:#0c1226;border:1px solid var(--line);-webkit-clip-path:polygon(9px 0,100% 0,100% calc(100% - 9px),calc(100% - 9px) 100%,0 100%,0 9px);clip-path:polygon(9px 0,100% 0,100% calc(100% - 9px),calc(100% - 9px) 100%,0 100%,0 9px);box-shadow:0 18px 40px rgba(0,0,0,.55);opacity:0;transform:translateY(-6px);visibility:hidden;pointer-events:none;transition:opacity .16s ease,transform .16s ease,visibility .16s}.dd.open .dd-panel{opacity:1;transform:translateY(0);visibility:visible;pointer-events:auto}.dd-opt{font-family:var(--font-chakra);font-size:14px;color:#cdd5e3;padding:10px 12px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;-webkit-clip-path:polygon(5px 0,100% 0,100% calc(100% - 5px),calc(100% - 5px) 100%,0 100%,0 5px);clip-path:polygon(5px 0,100% 0,100% calc(100% - 5px),calc(100% - 5px) 100%,0 100%,0 5px);transition:background-color .12s,color .12s}.dd-opt.active{background:var(--lime);color:#04110a;font-weight:600}.dd-opt.selected:not(.active){color:var(--lime)}.dd-opt.selected:after{content:"";width:6px;height:6px;border-radius:50%;background:currentColor;flex:none}.submit{grid-column:1/-1;display:flex;align-items:center;justify-content:center;gap:12px;font-family:var(--font-rajdhani);font-weight:700;font-size:16px;letter-spacing:.14em;color:#050816;background:var(--lime);border:none;cursor:pointer;padding:15px;margin-top:2px;-webkit-clip-path:polygon(11px 0,100% 0,100% calc(100% - 11px),calc(100% - 11px) 100%,0 100%,0 11px);clip-path:polygon(11px 0,100% 0,100% calc(100% - 11px),calc(100% - 11px) 100%,0 100%,0 11px);transition:background .2s,transform .15s,box-shadow .2s}.submit:hover{background:#c9ff3a;transform:translateY(-2px);box-shadow:0 8px 24px rgba(183,255,0,.28)}.submit:disabled{opacity:.65;cursor:progress;transform:none;box-shadow:none}.submit svg{width:18px;height:18px}.form-msg{grid-column:1/-1;font-size:12px;letter-spacing:.08em;font-weight:600;padding:2px 0}.form-msg.err{color:#ff6b6b}.hud{position:fixed;left:0;right:0;bottom:0;z-index:50;height:var(--bar-h);color:#c3cad8;font-family:var(--font-chakra);filter:drop-shadow(0 -2px 0 var(--lime)) drop-shadow(0 -9px 20px rgba(0,0,0,.6))}.hud-skin{position:absolute;inset:0;background:linear-gradient(180deg,#0c0e16,#05060c);-webkit-clip-path:polygon(0 22px,150px 22px,170px 0,470px 0,486px 16px,740px 16px,756px 0,1030px 0,1046px 16px,1240px 16px,1262px 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 22px,150px 22px,170px 0,470px 0,486px 16px,740px 16px,756px 0,1030px 0,1046px 16px,1240px 16px,1262px 0,100% 0,100% 100%,0 100%)}.hud-skin:after{content:"";position:absolute;top:0;left:-30%;width:110px;height:3px;background:linear-gradient(90deg,transparent,#ffffff,transparent);opacity:.85;filter:blur(.3px);animation:hud-scan 4.5s linear infinite}.hud-inner{position:absolute;inset:0;display:flex;align-items:stretch;padding:0 24px 0 16px;gap:16px}.hud-cluster{display:flex;align-items:center;gap:13px}.hud-cluster.center{flex:1 1;justify-content:center}.hud-sep{width:1px;align-self:center;height:46px;background:#222838}.gauge{position:relative;width:52px;height:52px;flex:none}.gauge .ring{background:conic-gradient(var(--lime) 0 70%,rgba(183,255,0,.14) 70% 100%);-webkit-mask:radial-gradient(closest-side,transparent 64%,#000 66% 88%,transparent 90%);mask:radial-gradient(closest-side,transparent 64%,#000 66% 88%,transparent 90%);filter:drop-shadow(0 0 4px rgba(183,255,0,.65));animation:hud-spin 6s linear infinite}.gauge .ring,.gauge .ticks{position:absolute;inset:0;border-radius:50%}.gauge .ticks{background:repeating-conic-gradient(#05060c 0 9deg,transparent 9deg 18deg);-webkit-mask:radial-gradient(closest-side,transparent 70%,#000 72% 90%,transparent 92%);mask:radial-gradient(closest-side,transparent 70%,#000 72% 90%,transparent 92%);opacity:.55}.gauge .core{position:absolute;inset:13px;border:1px solid #4d6b00;border-radius:50%;display:grid;place-items:center;color:var(--lime);animation:hud-throb 2.2s ease-in-out infinite}.gauge .core svg{width:15px;height:15px}.power{display:flex;flex-direction:column;gap:3px;font-size:11px;font-weight:700;letter-spacing:.05em}.power .pct{display:flex;align-items:center;gap:6px;color:#e7ecf5}.power .pct .stripes{width:18px;height:13px;background:repeating-linear-gradient(115deg,var(--lime) 0 4px,#05060c 4px 7px);background-size:22px 100%;animation:hazard-march .8s linear infinite}.power .lab{background:var(--lime);color:#050816;font-size:9.5px;letter-spacing:.1em;padding:2px 6px;font-weight:700;-webkit-clip-path:polygon(4px 0,100% 0,100% 100%,0 100%,0 4px);clip-path:polygon(4px 0,100% 0,100% 100%,0 100%,0 4px);animation:hud-labglow 2s ease-in-out infinite}.coords{font-size:9.5px;line-height:1.55;color:#8590a6;letter-spacing:.06em}.coords .arrows{color:var(--lime);letter-spacing:-1px;text-shadow:0 0 6px rgba(183,255,0,.55);animation:arrow-march 1.4s ease-in-out infinite}.coords b{color:#c3cad8;font-weight:600}.chip,.nav-chips{display:flex;align-items:center;gap:8px}.chip{position:relative;cursor:pointer;border:none;background:#141826;color:#8e99af;font-family:var(--font-chakra);font-weight:600;font-size:12px;letter-spacing:.13em;padding:9px 15px;-webkit-clip-path:polygon(7px 0,100% 0,100% calc(100% - 7px),calc(100% - 7px) 100%,0 100%,0 7px);clip-path:polygon(7px 0,100% 0,100% calc(100% - 7px),calc(100% - 7px) 100%,0 100%,0 7px);transition:color .2s,background .2s,box-shadow .2s}.chip .idx{font-size:9px;color:#5b6577;font-weight:700}.chip:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:transparent;transition:background .2s}.chip:hover{color:#eef3ff;background:#1c2234}.chip.active,.chip:hover:before{background:var(--lime)}.chip.active{color:#050816;animation:chip-pulse 1.8s ease-in-out infinite}.chip.active .idx{color:#4a6b00}.chip.active:before{background:#050816}.danger{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700;letter-spacing:.15em;color:#e7ecf5}.hz{height:14px;width:40px;background:repeating-linear-gradient(115deg,var(--hazard) 0 6px,#05060c 6px 11px);background-size:22px 100%;animation:hazard-march .7s linear infinite}.warn{width:28px;height:25px;display:grid;place-items:center;color:var(--hazard)}.warn svg{width:23px;height:21px;animation:lime-blink 1.5s step-end infinite}.cells{display:flex;gap:3px}.cells i{width:8px;height:14px;border:1px solid #2f3a54}.cells i.on{background:#38445f;border-color:#38445f;animation:cell-cycle 1.6s ease-in-out infinite}.cells i.on:nth-of-type(3){animation-delay:.8s}.vlogo{width:56px;height:44px;flex:none;display:grid;place-items:center;background:#11151f;-webkit-clip-path:polygon(50% 0,100% 0,100% 70%,50% 100%,0 70%,0 0);clip-path:polygon(50% 0,100% 0,100% 70%,50% 100%,0 70%,0 0)}.vlogo svg{width:33px;height:29px;animation:svg-glow 2.4s ease-in-out infinite}.scanline{left:0;right:0;top:0;height:140px;z-index:70;background:linear-gradient(180deg,transparent,rgba(183,255,0,.05) 60%,rgba(183,255,0,.3) 88%,rgba(183,255,0,.85));box-shadow:0 2px 26px 2px rgba(183,255,0,.5)}.loader,.scanline{position:fixed;pointer-events:none;opacity:0}.loader{top:48%;left:50%;transform:translate(-50%,-50%);z-index:71;display:flex;flex-direction:column;align-items:center;gap:10px;transition:opacity .15s}.loader.run{opacity:1}.loader .txt{font-size:11px;letter-spacing:.34em;color:#94a3b8;font-weight:700;display:flex;gap:8px;align-items:center}.loader .txt .blk{width:7px;height:11px;background:var(--lime);animation:blink .5s steps(2) infinite}.loader .bar{width:220px;height:4px;background:rgba(255,255,255,.08);overflow:hidden;-webkit-clip-path:polygon(3px 0,100% 0,100% 100%,0 100%,0 3px);clip-path:polygon(3px 0,100% 0,100% 100%,0 100%,0 3px)}.loader .bar i{display:block;height:100%;width:0;background:var(--lime)}@keyframes blink{0%{opacity:1}50%{opacity:.2}}@keyframes hud-spin{to{transform:rotate(1turn)}}@keyframes hud-throb{0%,to{box-shadow:0 0 0 0 rgba(183,255,0,0)}50%{box-shadow:0 0 11px 1px rgba(183,255,0,.8)}}@keyframes hud-labglow{0%,to{box-shadow:0 0 0 0 rgba(183,255,0,0)}50%{box-shadow:0 0 13px 1px rgba(183,255,0,.9)}}@keyframes hazard-march{to{background-position:22px 0}}@keyframes lime-blink{0%,49%{opacity:1}50%,to{opacity:.25}}@keyframes hud-scan{0%{left:-30%}to{left:130%}}@keyframes chip-pulse{0%,to{box-shadow:0 0 0 0 rgba(183,255,0,.5)}50%{box-shadow:0 0 18px 2px rgba(183,255,0,.6)}}@keyframes cell-cycle{0%,to{background:#38445f;border-color:#38445f;box-shadow:none}50%{background:var(--lime);border-color:var(--lime);box-shadow:0 0 7px rgba(183,255,0,.75)}}@keyframes arrow-march{0%,to{opacity:.35}50%{opacity:1}}@keyframes svg-glow{0%,to{filter:drop-shadow(0 0 0 rgba(183,255,0,0))}50%{filter:drop-shadow(0 0 6px rgba(183,255,0,.95))}}@media(max-width:860px){.panel.bl,.panel.tl,.panel.tr{display:none}.hero-render{height:auto;width:168vw;max-width:none;opacity:1}.hero-bigword{font-size:clamp(18px,7.4vw,52px);top:46%}.hero-kicker{font-size:9px;letter-spacing:.18em}.hero-kicker:after,.hero-kicker:before{width:18px}.hero-tag.l,.hero-tag.r{display:none}.grid.ind,.grid.svc{grid-template-columns:repeat(2,minmax(0,1fr))}.about .page-inner,.contact .page-inner{flex-direction:column;gap:24px;align-items:stretch}.about-r{border-left:none;padding-left:0}form{grid-template-columns:1fr}.cells,.chip .full,.hud-cluster.left .coords{display:none}.page-inner{justify-content:flex-start;padding-top:84px;-webkit-overflow-scrolling:touch}.about-l{flex:none}.report{grid-template-columns:46px 1fr;gap:10px;padding:11px 14px}.report .rmeta{grid-column:1/-1;justify-content:flex-start;margin-top:4px}.grid.ind .card,.grid.svc .card{min-width:0}.card h3{font-size:17px;overflow-wrap:break-word}.sect-head h2{font-size:clamp(25px,6.4vw,38px);line-height:1.06}.about-l h2,.contact-l h2{font-size:clamp(28px,7vw,44px)}.about-l h2 em,.contact-l h2 em,.sect-head h2 em{display:block}}img{-webkit-user-drag:none;-moz-user-select:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}html.has-smooth-cursor,html.has-smooth-cursor *{cursor:none!important}.home-links{position:fixed;right:32px;bottom:calc(var(--bar-h) + 16px);z-index:55;display:flex;align-items:center;gap:9px;font-size:11px;letter-spacing:.12em;font-weight:600;color:#94a3b8}.home-links a{color:#94a3b8;text-decoration:none;transition:color .18s}.home-links a:hover{color:var(--lime)}.home-links .sep{color:#3c4866}.home-links .home-in{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;margin-left:4px;border:1px solid var(--line);color:#94a3b8;border-radius:3px;transition:color .18s,border-color .18s}.home-links .home-in:hover{color:var(--lime);border-color:var(--lime)}.home-links .home-in svg{width:13px;height:13px}.home-initby{position:fixed;right:32px;bottom:calc(var(--bar-h) + 50px);z-index:55;display:flex;align-items:center;gap:10px;text-decoration:none;font-size:10px;letter-spacing:.2em;font-weight:600;color:#6b7689;text-transform:uppercase}.home-initby:hover{color:#94a3b8}.home-initby:hover img{opacity:1}.home-initby img{height:22px;width:auto;display:block;opacity:.85;transition:opacity .18s}.home-initby span{white-space:nowrap}@media(max-width:860px){.home-initby{display:none}}.reveal-in{animation:fadeUp .5s ease both;animation-delay:.4s}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.cc{position:fixed;left:0;right:0;bottom:0;z-index:200;padding:14px 18px;background:linear-gradient(180deg,#0b1020,#05070d);border-top:1px solid var(--line);box-shadow:0 -10px 30px rgba(0,0,0,.5)}.cc-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:18px;flex-wrap:wrap;justify-content:center}.cc-text{font-size:12.5px;color:#aab4c6;line-height:1.5;flex:1 1;min-width:240px}.cc-text a{color:var(--lime);text-decoration:none}.cc-text a:hover{text-decoration:underline}.cc-actions{display:flex;gap:10px;flex:none}.cc-btn{font-family:var(--font-rajdhani);font-weight:700;font-size:13px;letter-spacing:.12em;padding:9px 22px;cursor:pointer;border:1px solid var(--line);background:transparent;color:#cdd5e3;-webkit-clip-path:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);clip-path:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);transition:all .18s}.cc-btn.ghost:hover{border-color:#46557a;color:#fff}.cc-btn.solid{background:var(--lime);color:#04110a;border-color:var(--lime)}.cc-btn.solid:hover{background:#c9ff3a}.doc{position:fixed;inset:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.doc-top{position:relative;z-index:2;justify-content:space-between;max-width:880px;margin:0 auto;padding:26px 24px 0}.doc-brand,.doc-top{display:flex;align-items:center}.doc-brand{gap:11px;text-decoration:none;color:#e9edf6;font-weight:700;letter-spacing:.22em;font-size:13px}.doc-brand small{color:var(--lime);font-size:13px;letter-spacing:.18em}.doc-back{font-size:12px;letter-spacing:.1em;color:#94a3b8;text-decoration:none;font-weight:600;transition:color .18s}.doc-back:hover{color:var(--lime)}.doc-wrap{position:relative;z-index:2;max-width:880px;margin:0 auto;padding:34px 24px 90px}.doc-title{font-family:var(--font-rajdhani);font-weight:700;font-size:clamp(30px,5vw,52px);line-height:1;color:var(--ink);margin:6px 0 0}.doc-title,.doc-updated{text-transform:uppercase}.doc-updated{font-size:12px;letter-spacing:.1em;color:#6b7689;margin:14px 0 0}.doc-body{margin-top:26px}.doc-body h2{font-family:var(--font-rajdhani);font-weight:600;font-size:21px;color:#e7ecf5;margin:30px 0 10px}.doc-body p{font-size:15px;line-height:1.7;color:#aeb8c9;margin:0 0 12px}.doc-body ul{margin:0 0 14px;padding-left:20px}.doc-body li{font-size:15px;line-height:1.7;color:#aeb8c9;margin:4px 0}.doc-body a{color:var(--lime);text-decoration:none}.doc-body a:hover{text-decoration:underline}.doc-body strong{color:#e7ecf5}.doc-body code{font-family:ui-monospace,monospace;background:#111729;border:1px solid var(--line);padding:1px 6px;border-radius:3px;color:var(--lime-2);font-size:13px}.doc-table{width:100%;border-collapse:collapse;margin:6px 0 16px;font-size:13.5px}.doc-table td,.doc-table th{text-align:left;padding:10px 12px;border:1px solid var(--line);color:#aeb8c9;vertical-align:top}.doc-table th{background:#0e1530;color:#e7ecf5;font-weight:600}.doc-links{display:flex;flex-wrap:wrap;gap:16px;margin-top:40px;padding-top:20px;border-top:1px solid var(--line);font-size:12px;letter-spacing:.1em;font-weight:600}.doc-links a{color:#94a3b8;text-decoration:none;transition:color .18s}.doc-links a:hover{color:var(--lime)}.faq{margin-top:8px}.faq-search{display:flex;align-items:center;gap:10px;background:rgba(17,23,41,.6);border:1px solid var(--line);padding:11px 14px;margin-bottom:18px;-webkit-clip-path:polygon(7px 0,100% 0,100% calc(100% - 7px),calc(100% - 7px) 100%,0 100%,0 7px);clip-path:polygon(7px 0,100% 0,100% calc(100% - 7px),calc(100% - 7px) 100%,0 100%,0 7px)}.faq-search svg{width:17px;height:17px;color:#6b7689;flex:none}.faq-search input{flex:1 1;background:none;border:none;outline:none;color:var(--ink);font-family:var(--font-chakra);font-size:14px}.faq-search input::placeholder{color:#5b6577}.faq-empty{color:#94a3b8;font-size:14px}.faq-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.faq-item{border:1px solid var(--line);background:rgba(17,23,41,.4);-webkit-clip-path:polygon(8px 0,100% 0,100% calc(100% - 8px),calc(100% - 8px) 100%,0 100%,0 8px);clip-path:polygon(8px 0,100% 0,100% calc(100% - 8px),calc(100% - 8px) 100%,0 100%,0 8px)}.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;background:none;border:none;cursor:pointer;text-align:left;padding:15px 16px;font-family:var(--font-chakra);font-size:15px;font-weight:600;color:#e7ecf5}.faq-q svg{width:18px;height:18px;color:var(--lime);flex:none;transition:transform .2s}.faq-item.open .faq-q svg{transform:rotate(180deg)}.faq-a{max-height:0;overflow:hidden;transition:max-height .25s ease}.faq-item.open .faq-a{max-height:260px}.faq-a p{padding:0 16px 15px;margin:0;font-size:14px;line-height:1.65;color:#aeb8c9}.reviews{margin-top:44px}.reviews h2{font-family:var(--font-rajdhani);font-weight:600;font-size:21px;color:#e7ecf5;margin-bottom:16px}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}.review{border:1px solid var(--line);background:rgba(17,23,41,.4);padding:18px;margin:0;-webkit-clip-path:polygon(9px 0,100% 0,100% calc(100% - 9px),calc(100% - 9px) 100%,0 100%,0 9px);clip-path:polygon(9px 0,100% 0,100% calc(100% - 9px),calc(100% - 9px) 100%,0 100%,0 9px)}.review blockquote{margin:0 0 14px;font-size:14px;line-height:1.6;color:#cdd5e3}.review figcaption{display:flex;flex-direction:column;gap:2px;border-top:1px solid var(--line);padding-top:12px}.review figcaption strong{color:#e7ecf5;font-size:13px}.review figcaption span{color:var(--lime);font-size:11px;letter-spacing:.08em}@media(max-width:860px){.home-links{right:14px;bottom:calc(var(--bar-h) + 10px);font-size:10px;gap:7px}.review-grid{grid-template-columns:1fr}.doc-top,.doc-wrap{padding-left:18px;padding-right:18px}}@font-face{font-family:Chakra Petch;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c43ef54631c6ad3c-s.woff2) format("woff2");unicode-range:u+02d7,u+0303,u+0331,u+0e01-0e5b,u+200c-200d,u+25cc}@font-face{font-family:Chakra Petch;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/48b76bf2200d991e-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Chakra Petch;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/29e4af7482351bce-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:Chakra Petch;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e6fd32ec5acdd27d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Chakra Petch;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/3926fa88ed32c251-s.woff2) format("woff2");unicode-range:u+02d7,u+0303,u+0331,u+0e01-0e5b,u+200c-200d,u+25cc}@font-face{font-family:Chakra Petch;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c3206c67a3393998-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Chakra Petch;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b7d7f401753dc0c4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:Chakra Petch;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/6681946d7a6ccbb7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Chakra Petch;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/1fc9a8acda3903f0-s.woff2) format("woff2");unicode-range:u+02d7,u+0303,u+0331,u+0e01-0e5b,u+200c-200d,u+25cc}@font-face{font-family:Chakra Petch;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7b750d5bfef15842-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Chakra Petch;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/2a7c45462b39533e-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:Chakra Petch;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4c7c43bdd7a35c63-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Chakra Petch;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8d541ca8617572f0-s.woff2) format("woff2");unicode-range:u+02d7,u+0303,u+0331,u+0e01-0e5b,u+200c-200d,u+25cc}@font-face{font-family:Chakra Petch;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/3955bbd902881c26-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Chakra Petch;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/f6d84cc3be9d6158-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:Chakra Petch;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/84f090e3b62fb9e3-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Chakra Petch Fallback;src:local("Arial");ascent-override:96.77%;descent-override:30.05%;line-gap-override:0.00%;size-adjust:102.51%}.__className_bde904{font-family:Chakra Petch,Chakra Petch Fallback;font-style:normal}.__variable_bde904{--font-chakra:"Chakra Petch","Chakra Petch Fallback"}@font-face{font-family:Rajdhani;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b009b118a8c58d8c-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Rajdhani;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/264c8506a75dd158-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:Rajdhani;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/3d26d2f3aa81a833-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Rajdhani;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/04971cd00c9d3b68-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Rajdhani;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/1a22315a480e72db-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:Rajdhani;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/6e1768769e6f59a2-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Rajdhani;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/67695be07a46cf4c-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Rajdhani;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/bcc69932347c6777-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:Rajdhani;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ab2e3a11646b0499-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Rajdhani Fallback;src:local("Arial");ascent-override:102.12%;descent-override:37.99%;line-gap-override:0.00%;size-adjust:91.07%}.__className_cc7473{font-family:Rajdhani,Rajdhani Fallback;font-style:normal}.__variable_cc7473{--font-rajdhani:"Rajdhani","Rajdhani Fallback"}@font-face{font-family:nasalization;src:url(/_next/static/media/e4a2872b1dcc03e6-s.p.ttf) format("truetype");font-display:swap}@font-face{font-family:nasalization Fallback;src:local("Arial");ascent-override:67.86%;descent-override:19.61%;line-gap-override:0.00%;size-adjust:137.19%}.__className_1752ee{font-family:nasalization,nasalization Fallback}.__variable_1752ee{--font-nasalization:"nasalization","nasalization Fallback"}