:root{--bg:#030409;--bg2:#070914;--text:#f7f3e8;--muted:#9ba3b7;--line:rgba(255,255,255,.12);--panel:rgba(255,255,255,.06);--panel2:rgba(255,255,255,.1);--gold:#d9b45f;--gold2:#fff0b9;--red:#ff6b6b;--green:#71f2b4;--blue:#84a8ff;--violet:#b48cff}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 16% 0,rgba(217,180,95,.2),transparent 25%),radial-gradient(circle at 78% 8%,rgba(132,168,255,.18),transparent 28%),linear-gradient(180deg,var(--bg),#060813 48%,#020307);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Arial,sans-serif}a{text-decoration:none;color:inherit}.container{width:min(1200px,calc(100% - 32px));margin:auto}.nav{position:sticky;top:0;z-index:30;background:rgba(3,4,9,.74);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--line)}.navin{height:76px;justify-content:space-between;gap:18px}.logo,.navin{display:flex;align-items:center}.logo{gap:10px;font-weight:950;letter-spacing:.08em}.mark{width:36px;height:36px;border-radius:14px;background:linear-gradient(135deg,var(--gold2),var(--gold),#6a4c12);box-shadow:0 0 45px rgba(217,180,95,.35)}.links{display:flex;gap:22px;color:var(--muted);font-size:14px}.actions{display:flex;gap:10px;align-items:center}.lang{border:1px solid var(--line);padding:8px 10px;color:var(--muted);font-size:13px}.btn,.lang{border-radius:999px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 18px;border:1px solid var(--line);background:rgba(255,255,255,.07);font-weight:850;transition:.18s}.btn:hover{transform:translateY(-2px);background:rgba(255,255,255,.12)}.primary{border:0;color:#111;background:linear-gradient(135deg,var(--gold2),var(--gold),#a17521);box-shadow:0 16px 60px rgba(217,180,95,.22)}.hero{padding:92px 0 58px}.heroGrid{display:grid;grid-template-columns:1.02fr .98fr;gap:48px}.badge,.heroGrid{align-items:center}.badge{display:inline-flex;gap:8px;border:1px solid rgba(217,180,95,.35);background:rgba(217,180,95,.09);color:#f9dfa1;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:850}h1{font-size:clamp(46px,7vw,92px);line-height:.9;letter-spacing:-.075em;margin:22px 0}.lead{font-size:clamp(18px,2vw,23px);line-height:1.6;color:var(--muted);max-width:760px}.heroBtns{gap:14px;margin-top:30px}.chips,.heroBtns{display:flex;flex-wrap:wrap}.chips{gap:10px;margin-top:25px}.chip{border:1px solid var(--line);background:rgba(255,255,255,.04);border-radius:999px;padding:8px 11px;color:var(--muted);font-size:14px}.shell{border:1px solid var(--line);border-radius:34px;padding:18px;background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.04));box-shadow:0 34px 100px rgba(0,0,0,.5)}.topbar{display:flex;justify-content:space-between;color:var(--muted);font-size:13px;padding:8px 8px 16px;border-bottom:1px solid var(--line)}.metric{margin:16px 0;padding:20px;border-radius:26px;border:1px solid var(--line);background:rgba(0,0,0,.28)}.metric h3{margin:0 0 8px}.big{font-size:50px;font-weight:980;letter-spacing:-.06em}.card{padding:18px;border:1px solid var(--line);border-radius:24px;background:rgba(255,255,255,.06);margin-top:12px}.card b{display:block;margin-bottom:6px}.card p{margin:0;color:var(--muted);line-height:1.5}.red{color:var(--red)}.green{color:var(--green)}.gold{color:var(--gold)}.blue{color:var(--blue)}.section{padding:76px 0}.title{font-size:clamp(34px,4vw,62px);letter-spacing:-.06em;line-height:1;margin:0 0 16px}.sub{color:var(--muted);font-size:19px;line-height:1.65;max-width:780px;margin:0 0 34px}.grid3{grid-template-columns:repeat(3,1fr)}.grid2,.grid3{display:grid;gap:18px}.grid2{grid-template-columns:repeat(2,1fr)}.feature{border:1px solid var(--line);border-radius:30px;padding:24px;background:rgba(255,255,255,.055);min-height:230px}.feature h3{font-size:22px;margin:14px 0 10px}.feature li,.feature p{color:var(--muted);line-height:1.65}.icon{width:46px;height:46px;display:grid;place-items:center;border:1px solid rgba(217,180,95,.26);border-radius:17px;background:rgba(217,180,95,.11);color:var(--gold)}.screen{border:1px solid var(--line);border-radius:34px;background:rgba(255,255,255,.055);overflow:hidden}.screenHead{padding:18px 20px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;color:var(--muted)}.screenBody{padding:20px}.row{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;padding:16px;border-bottom:1px solid var(--line)}.score{font-weight:950;border-radius:999px;padding:7px 10px;background:rgba(113,242,180,.12);color:var(--green)}.steps{counter-reset:s}.step{display:grid;grid-template-columns:86px 1fr;gap:18px;padding:24px;border-bottom:1px solid var(--line)}.step:before{counter-increment:s;content:"0"counter(s);font-size:34px;color:var(--gold);font-weight:980}.priceGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.price{padding:28px;border-radius:32px;border:1px solid var(--line);background:rgba(255,255,255,.055)}.hot{border-color:rgba(217,180,95,.5);background:linear-gradient(180deg,rgba(217,180,95,.15),rgba(255,255,255,.055))}.amount{font-size:50px;font-weight:980;letter-spacing:-.06em;margin:12px 0}.faq{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line);padding:20px 0}summary{cursor:pointer;font-weight:900;font-size:19px}details p{color:var(--muted);line-height:1.7}.cta{border:1px solid rgba(217,180,95,.3);border-radius:40px;text-align:center;padding:74px 22px;background:radial-gradient(circle at center,rgba(217,180,95,.18),rgba(255,255,255,.04) 58%)}.footer{border-top:1px solid var(--line);padding:42px 0;color:var(--muted)}.footin{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.dash{display:grid;grid-template-columns:260px 1fr;min-height:100vh}.side{border-right:1px solid var(--line);padding:24px;background:rgba(255,255,255,.035)}.main{padding:28px}.dashGrid{display:grid;grid-template-columns:1.35fr .65fr;gap:18px}.mini{font-size:13px;color:var(--muted)}@media(max-width:900px){.links{display:none}.dash,.dashGrid,.grid2,.grid3,.heroGrid,.priceGrid{grid-template-columns:1fr}.hero{padding-top:52px}.navin{height:auto;padding:14px 0}.shell{border-radius:26px}.step{grid-template-columns:1fr}.actions .primary{display:none}.side{border-right:0;border-bottom:1px solid var(--line)}}.input{width:100%;margin-top:10px;padding:13px 14px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);color:inherit;outline:none}.input::placeholder{color:rgba(255,255,255,.45)}.pre{white-space:pre-wrap;word-break:break-word;font-family:inherit;font-size:13px;line-height:1.6;color:rgba(255,255,255,.78)}.v3{min-height:100vh;background:radial-gradient(circle at 20% 10%,rgba(67,97,238,.35),transparent 28%),radial-gradient(circle at 80% 20%,rgba(159,93,255,.25),transparent 30%),linear-gradient(135deg,#05060d,#080b18 45%,#02030a);color:#f8fafc;font-family:Inter,ui-sans-serif,system-ui,sans-serif;overflow:hidden}.v3nav{width:min(1240px,calc(100% - 40px));margin:0 auto;height:92px;justify-content:space-between}.v3brand,.v3nav{display:flex;align-items:center}.v3brand{gap:12px;font-size:18px;font-weight:950;letter-spacing:.12em}.v3brand span{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,#60a5fa,#8b5cf6,#22d3ee);box-shadow:0 0 60px rgba(96,165,250,.55)}.v3links{display:flex;gap:30px;color:#97a3b6;font-size:14px}.v3btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 22px;border-radius:999px;background:linear-gradient(135deg,#60a5fa,#8b5cf6);color:white;font-weight:900;text-decoration:none;box-shadow:0 18px 70px rgba(96,165,250,.28)}.v3btn.soft{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);box-shadow:none}.v3btn.big{padding:17px 26px;font-size:16px}.v3hero{width:min(1240px,calc(100% - 40px));margin:70px auto 0;display:grid;grid-template-columns:1fr 560px;gap:70px}.v3badge,.v3hero{align-items:center}.v3badge{display:inline-flex;gap:9px;padding:10px 14px;border:1px solid rgba(96,165,250,.35);background:rgba(96,165,250,.11);border-radius:999px;color:#bfdbfe;font-weight:850;font-size:13px}.v3copy h1{max-width:760px;margin:26px 0;font-size:clamp(64px,7vw,112px);line-height:.86;letter-spacing:-.085em;font-weight:1000}.v3copy p{max-width:720px;font-size:22px;line-height:1.65;color:#a8b3c7}.v3actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}.v3terminal{position:relative;padding:24px;border:1px solid rgba(255,255,255,.14);border-radius:38px;background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.045));box-shadow:0 40px 140px rgba(0,0,0,.65),inset 0 1px 0 rgba(255,255,255,.2);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.v3terminal:before{content:"";position:absolute;inset:-1px;border-radius:38px;background:linear-gradient(135deg,rgba(96,165,250,.55),rgba(139,92,246,.45),transparent 55%);z-index:-1}.v3terminalTop{display:flex;align-items:center;gap:8px;color:#94a3b8;font-size:13px;margin-bottom:24px}.v3terminalTop span{width:10px;height:10px;border-radius:50%;background:#60a5fa}.v3terminalTop span:nth-child(2){background:#8b5cf6}.v3terminalTop span:nth-child(3){background:#22c55e;margin-right:auto}.v3score{padding:24px;border-radius:28px;background:radial-gradient(circle at 30% 20%,rgba(96,165,250,.22),rgba(255,255,255,.06));border:1px solid rgba(255,255,255,.12)}.v3score small{display:block;color:#94a3b8;font-weight:800}.v3score strong{font-size:82px;letter-spacing:-.08em}.v3score em{color:#94a3b8;font-style:normal;font-weight:900}.v3verdict{display:flex;gap:16px;padding:20px;margin-top:16px;border-radius:26px;background:rgba(15,23,42,.78);border:1px solid rgba(96,165,250,.2)}.v3verdict p{margin:8px 0 0;color:#a8b3c7;line-height:1.55}.v3grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px}.v3grid div{padding:18px;border-radius:22px;background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.1)}.v3grid svg{width:20px;height:20px;color:#60a5fa}.v3grid b{display:block;margin-top:10px;font-size:22px}.v3grid span{display:block;color:#94a3b8;font-size:13px;margin-top:4px}@media(max-width:950px){.v3links{display:none}.v3hero{grid-template-columns:1fr;margin-top:35px}.v3copy h1{font-size:58px}}.premiumVerdict h2{margin:4px 0 12px}.premiumVerdict h3{margin:18px 0 10px}.miniCard{padding:12px;border:1px solid rgba(255,255,255,.12);border-radius:14px;margin:10px 0;background:rgba(255,255,255,.04)}.miniCard p{margin:6px 0 0;color:rgba(255,255,255,.78)}.pairRow{display:grid;grid-template-columns:1fr;gap:4px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.1)}.pairRow span{color:rgba(255,255,255,.75)}.red{color:#ff6b6b}.v3nav{height:76px!important}.v3hero{margin-top:28px!important;min-height:calc(100vh - 104px);grid-template-columns:minmax(0,1fr) minmax(420px,520px)!important;gap:46px!important}.v3copy h1{font-size:clamp(54px,6vw,88px)!important;line-height:.88!important;margin:20px 0!important;max-width:720px}.v3copy p{font-size:19px!important;line-height:1.52!important;max-width:650px}.v3badge{padding:8px 13px!important}.v3actions{margin-top:24px!important}.v3terminal{border-radius:32px!important;transform:scale(.94);transform-origin:center right}.v3score,.v3terminal{padding:20px!important}.v3score{border-radius:24px!important}.v3score strong{font-size:62px!important}.v3verdict{padding:17px!important;border-radius:22px!important}.v3grid,.v3verdict{margin-top:12px!important}.v3grid{gap:10px!important}.v3grid div{padding:15px!important;border-radius:18px!important}.v3grid b{font-size:19px!important}@media(max-width:1100px){.v3hero{grid-template-columns:1fr!important;gap:28px!important;min-height:auto;padding-bottom:50px}.v3terminal{transform:none;max-width:620px}.v3copy h1{font-size:clamp(48px,10vw,76px)!important}}@media(max-width:720px){.v3{overflow-x:hidden}.v3nav{width:calc(100% - 28px)!important;height:68px!important}.v3brand{font-size:15px!important}.v3brand span{width:34px!important;height:34px!important;border-radius:12px!important}.v3nav .v3btn{padding:11px 14px!important;font-size:13px!important}.v3hero{width:calc(100% - 28px)!important;margin-top:28px!important;gap:28px!important}.v3copy h1{font-size:46px!important;line-height:.9!important;letter-spacing:-.075em!important}.v3copy p{font-size:16px!important;line-height:1.55!important}.v3actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}.v3btn.big,.v3btn.soft{width:100%}.v3terminal{padding:15px!important;border-radius:26px!important}.v3score strong{font-size:52px!important}.v3grid{grid-template-columns:1fr!important}}@media(max-width:430px){.v3copy h1{font-size:40px!important}.v3badge{font-size:12px!important}}.ax{min-height:100vh;overflow-x:hidden;color:#f8fbff;background:radial-gradient(circle at 88% 12%,rgba(129,72,255,.35),transparent 28%),radial-gradient(circle at 14% 0,rgba(25,117,255,.22),transparent 24%),linear-gradient(180deg,#081126,#030712 58%,#061024);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.axNav{width:min(1370px,calc(100% - 72px));height:76px;margin:0 auto;justify-content:space-between;gap:24px}.axBrand,.axNav{display:flex;align-items:center}.axBrand{gap:13px;color:white;text-decoration:none;letter-spacing:.11em;font-weight:1000}.axBrand span{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,#19a7ff,#8d4dff 72%,#b442ff);box-shadow:0 0 44px rgba(84,116,255,.42)}.axLinks{display:flex;align-items:center;gap:34px;color:#b7c4dd;font-size:14px}.axLinks a{color:inherit}.axBtn,.axLinks a{text-decoration:none}.axBtn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 25px;border-radius:12px;color:white;font-weight:900;border:1px solid rgba(255,255,255,.16);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.axBtn:hover{transform:translateY(-2px)}.axBtnPrimary{border:0;background:linear-gradient(135deg,#1da8ff,#9a3cff);box-shadow:0 18px 48px rgba(89,91,255,.36)}.axBtnGhost{background:rgba(255,255,255,.035);border-color:rgba(255,255,255,.18)}.axMenu{display:none;width:42px;height:42px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(255,255,255,.05);color:white}.axHero{width:min(1370px,calc(100% - 72px));min-height:calc(100vh - 76px);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(430px,570px);gap:72px;padding:18px 0 34px}.axBadge,.axHero{align-items:center}.axBadge{width:max-content;display:inline-flex;gap:9px;padding:10px 15px;border:1px solid rgba(74,145,255,.42);border-radius:999px;color:#c8ddff;background:rgba(26,112,255,.12);font-size:13px;font-weight:850}.axHeroText h1{margin:26px 0 22px;max-width:720px;font-size:clamp(52px,5.9vw,78px);line-height:.98;letter-spacing:-.068em;font-weight:1000}.axHeroText h1 span{background:linear-gradient(90deg,#1ba9ff,#9a43ff 86%);-webkit-background-clip:text;background-clip:text;color:transparent}.axHeroText p{max-width:660px;margin:0;color:#b2bfd4;font-size:18px;line-height:1.72}.axActions{margin-top:30px;flex-wrap:wrap}.axActions,.axProof{display:flex;gap:14px}.axProof{align-items:center;margin-top:34px;color:#e8efff;font-size:14px;font-weight:750}.axFaces{display:flex}.axFaces i{width:32px;height:32px;border-radius:50%;border:2px solid #071023;margin-left:-8px;background:radial-gradient(circle at 35% 30%,#ffe3c0 0 18%,transparent 19%),linear-gradient(135deg,#8bd0ff,#a64dff)}.axFaces i:first-child{margin-left:0}.axFaces i:nth-child(2){background:radial-gradient(circle at 35% 30%,#ffd0a8 0 18%,transparent 19%),linear-gradient(135deg,#ffc368,#ff5b8d)}.axFaces i:nth-child(3){background:radial-gradient(circle at 35% 30%,#ffe7cc 0 18%,transparent 19%),linear-gradient(135deg,#4dd7ff,#5877ff)}.axFaces i:nth-child(4){background:radial-gradient(circle at 35% 30%,#f3c49f 0 18%,transparent 19%),linear-gradient(135deg,#cdb4ff,#ff74c8)}.axPanel{position:relative;border:1px solid rgba(184,151,255,.36);border-radius:28px;padding:24px;background:radial-gradient(circle at 18% 0,rgba(91,132,255,.38),transparent 42%),linear-gradient(180deg,rgba(119,94,208,.58),rgba(7,13,31,.88) 56%,rgba(7,13,31,.96));box-shadow:0 50px 140px rgba(0,0,0,.52),inset 0 1px 0 rgba(255,255,255,.15)}.axPanelTop{display:flex;align-items:center;justify-content:space-between;color:#b4c0d8;font-size:12px;letter-spacing:.04em;margin-bottom:22px}.axPanelTop div{display:flex;gap:9px}.axPanelTop i{width:11px;height:11px;border-radius:50%;background:#8b4dff}.axPanelTop i:nth-child(2){background:#d7ff39}.axPanelTop i:nth-child(3){background:#28d56c}.axScoreCard{min-height:148px;display:grid;grid-template-columns:.9fr 1fr;align-items:center;gap:16px;padding:24px;border-radius:24px;background:linear-gradient(135deg,rgba(255,255,255,.13),rgba(255,255,255,.045));border:1px solid rgba(255,255,255,.12)}.axScoreCard small{display:block;color:#aebbd3;font-weight:850}.axScoreCard strong{display:block;margin-top:17px;font-size:64px;line-height:.75;letter-spacing:-.07em}.axScoreCard em{color:#aebbd3;font-size:15px;font-style:normal;letter-spacing:0}.axChart{height:74px;display:flex;align-items:flex-end;gap:8px}.axChart span{flex:1 1;border-radius:10px 10px 0 0;min-height:18px;background:linear-gradient(180deg,#28aaff,#8a45ff);box-shadow:0 0 24px rgba(42,151,255,.35)}.axChart span:first-child{height:25%}.axChart span:nth-child(2){height:38%}.axChart span:nth-child(3){height:31%}.axChart span:nth-child(4){height:56%}.axChart span:nth-child(5){height:49%}.axChart span:nth-child(6){height:71%}.axChart span:nth-child(7){height:94%}.axVerdict{display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;margin-top:14px;padding:22px;border-radius:22px;background:#071027;border:1px solid rgba(74,145,255,.24)}.axVerdict svg{color:#a855ff}.axVerdict b{display:block;font-size:16px}.axVerdict p{margin:9px 0 0;color:#aebbd3;line-height:1.55}.axVerdict a{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.08);color:white;text-decoration:none;font-size:28px}.axMetricGrid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}.axMetricGrid div{min-height:106px;padding:20px;border-radius:18px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.1)}.axMetricGrid svg{color:#379cff}.axMetricGrid b{display:block;margin-top:12px;font-size:23px}.axMetricGrid span{display:block;margin-top:4px;color:#aebbd3;font-size:13px}.axRule{display:flex;align-items:center;gap:15px;margin:20px -24px -24px;padding:20px 24px;border-top:1px solid rgba(255,255,255,.1);background:rgba(3,7,18,.36)}.axRule svg{color:#a855ff}.axRule p{margin:0;color:#c9d4e8;line-height:1.55}.axTrust{width:min(1370px,calc(100% - 72px));margin:0 auto 22px;display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid rgba(255,255,255,.1);border-radius:22px;background:rgba(255,255,255,.035);box-shadow:0 22px 80px rgba(0,0,0,.25)}.axTrust div{min-height:72px;display:flex;align-items:center;justify-content:center;gap:13px;color:#d6def0;font-weight:800}.axTrust svg{color:#6b8dff}.axSection{width:min(1370px,calc(100% - 72px));margin:0 auto;padding:70px 0}.axSectionHead h2{margin:0 0 32px;font-size:clamp(32px,4vw,48px);line-height:1;letter-spacing:-.045em}.axSectionHead h2 span{background:linear-gradient(90deg,#1ba9ff,#a143ff);-webkit-background-clip:text;background-clip:text;color:transparent}.axFeatureGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.axFeatureGrid article{min-height:250px;padding:26px;border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));border:1px solid rgba(255,255,255,.09)}.axFeatureGrid svg{width:42px;height:42px;padding:9px;border-radius:16px;color:#8d4dff;background:rgba(141,77,255,.13);box-shadow:0 0 44px rgba(141,77,255,.23)}.axFeatureGrid h3{margin:26px 0 12px;font-size:18px}.axFeatureGrid p{margin:0;color:#aebbd3;line-height:1.65;font-size:14px}.axStats{margin-top:42px;display:grid;grid-template-columns:repeat(4,1fr);gap:14px;padding:20px;border-radius:24px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.09)}.axStats div{display:flex;align-items:center;gap:14px}.axStats svg{color:#8d4dff}.axStats b{font-size:22px}.axStats span{color:#aebbd3;font-size:13px}@media(max-width:1100px){.axHero,.axNav,.axSection,.axTrust{width:calc(100% - 40px)}.axHero{grid-template-columns:1fr;min-height:auto;gap:36px;padding-top:36px}.axHeroText h1{max-width:780px}.axPanel{max-width:660px}.axFeatureGrid,.axStats,.axTrust{grid-template-columns:1fr 1fr}}@media(max-width:720px){.axNav{width:calc(100% - 28px);height:70px}.axLinks,.axNavCta{display:none}.axMenu{display:grid;place-items:center}.axBrand b{font-size:14px}.axBrand span{width:34px;height:34px;border-radius:12px}.axHero{width:calc(100% - 28px);padding-top:28px;gap:30px}.axHeroText h1{font-size:44px;line-height:1;letter-spacing:-.06em;margin:22px 0 18px}.axHeroText p{font-size:15px;line-height:1.65}.axActions{display:grid;grid-template-columns:1fr;margin-top:24px}.axBtn{width:100%}.axProof{align-items:flex-start;font-size:12px;line-height:1.4}.axPanel{padding:15px;border-radius:24px}.axScoreCard{grid-template-columns:1fr;min-height:auto;padding:18px}.axScoreCard strong{font-size:50px}.axChart{height:45px}.axVerdict{grid-template-columns:auto 1fr;padding:17px}.axVerdict a{display:none}.axMetricGrid{grid-template-columns:1fr 1fr}.axMetricGrid div{min-height:92px;padding:15px}.axMetricGrid b{font-size:17px}.axMetricGrid span{font-size:12px}.axRule{margin:16px -15px -15px;padding:16px}.axSection,.axTrust{width:calc(100% - 28px)}.axTrust{grid-template-columns:1fr}.axTrust div{min-height:58px;justify-content:flex-start;padding:0 18px}.axFeatureGrid,.axStats{grid-template-columns:1fr}.axSection{padding:54px 0}}@media(max-width:390px){.axHeroText h1{font-size:39px}.axMetricGrid{grid-template-columns:1fr}}.axPanel{max-width:520px!important;padding:18px!important}.axPanelTop{margin-bottom:14px!important}.axScoreCard{min-height:110px!important;padding:18px!important}.axScoreCard strong{font-size:48px!important}.axChart{height:50px!important}.axVerdict{margin-top:10px!important;padding:16px!important}.axVerdict p{font-size:14px!important;line-height:1.45!important}.axMetricGrid{gap:10px!important;margin-top:10px!important}.axMetricGrid div{min-height:82px!important;padding:14px!important}.axMetricGrid b{font-size:18px!important;margin-top:8px!important}.axMetricGrid span{font-size:12px!important}.axRule{margin:14px -18px -18px!important;padding:14px 18px!important}.axRule p{font-size:13px!important;line-height:1.4!important}@media(max-width:1100px){.axPanel{max-width:100%!important}}.axHeroText h1{letter-spacing:-.045em!important}.axHeroText h1 span{letter-spacing:-.04em!important}.axTrust{max-width:1100px!important;margin:0 auto 22px!important}@media(max-width:1100px){.axTrust{max-width:100%!important}}.axHeroText h1{letter-spacing:-.02em!important}.axHeroText h1 span{letter-spacing:-.015em!important}.axSectionHead,.axSectionHead h2{text-align:center!important}.axSectionHead h2{margin:0 auto 32px!important}.ax>section,.axFooter{animation:axFadeUp .75s ease both}@keyframes axFadeUp{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}.axBtn,.axFaqList details,.axFeatureGrid article,.axPanel,.axPriceGrid article,.axShowcaseGrid article{will-change:transform}.axFeatureGrid article:hover,.axPriceGrid article:hover,.axShowcaseGrid article:hover{transform:translateY(-6px);border-color:rgba(83,145,255,.28);box-shadow:0 28px 80px rgba(0,0,0,.32),0 0 60px rgba(97,65,255,.09)}.axMiniBadge{width:max-content;display:inline-flex;align-items:center;gap:9px;padding:9px 14px;border-radius:999px;border:1px solid rgba(74,145,255,.35);background:rgba(26,112,255,.1);color:#c8ddff;font-size:13px;font-weight:850}.axDeep,.axFaq,.axFinal,.axPricing,.axShowcase{width:min(1370px,calc(100% - 72px));margin:0 auto;padding:88px 0}.axDeepInner{display:grid;grid-template-columns:.9fr 1.1fr;gap:38px;align-items:center;padding:42px;border-radius:34px;border:1px solid rgba(255,255,255,.09);background:radial-gradient(circle at 80% 10%,rgba(139,72,255,.2),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025))}.axDeepCopy h2,.axFinalBox h2,.axShowcaseHead h2{margin:20px 0 16px;font-size:clamp(38px,4.6vw,66px);line-height:1;letter-spacing:-.055em}.axDeepCopy p,.axFinalBox p,.axShowcaseHead p{margin:0;max-width:760px;color:#aebbd3;font-size:18px;line-height:1.7}.axFlow{display:grid;grid-template-columns:1fr 1fr;gap:14px}.axFlow div{min-height:170px;padding:24px;border-radius:24px;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.045)}.axFlow span{display:block;color:#7aa7ff;font-size:13px;font-weight:1000;letter-spacing:.14em}.axFlow b{display:block;margin-top:30px;font-size:22px}.axFlow p{color:#aebbd3;line-height:1.55;margin:8px 0 0}.axShowcaseHead{text-align:center;display:grid;place-items:center;margin-bottom:38px}.axShowcaseHead h2{max-width:900px}.axShowcaseHead p{max-width:720px}.axShowcaseGrid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:18px}.axShowcaseGrid article{min-height:260px;padding:28px;border-radius:28px;border:1px solid rgba(255,255,255,.095);background:radial-gradient(circle at 20% 0,rgba(85,72,255,.13),transparent 35%),linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));transition:.22s ease}.axShowcaseGrid .axWideCard{grid-row:span 2;min-height:538px;display:flex;flex-direction:column;justify-content:space-between}.axShowcaseGrid svg{color:#8d4dff}.axShowcaseGrid h3{margin:22px 0 12px;font-size:24px}.axShowcaseGrid p{margin:0;color:#aebbd3;line-height:1.65}.axLeakBars{height:180px;display:flex;align-items:flex-end;gap:14px;padding:22px;border-radius:24px;background:rgba(0,0,0,.22);border:1px solid rgba(255,255,255,.08)}.axLeakBars i{flex:1 1;border-radius:999px 999px 8px 8px;background:linear-gradient(180deg,#1da8ff,#9a3cff);box-shadow:0 0 36px rgba(87,111,255,.28);animation:axBar 3.2s ease-in-out infinite}.axLeakBars i:first-child{height:34%;animation-delay:.1s}.axLeakBars i:nth-child(2){height:58%;animation-delay:.35s}.axLeakBars i:nth-child(3){height:42%;animation-delay:.6s}.axLeakBars i:nth-child(4){height:82%;animation-delay:.85s}.axLeakBars i:nth-child(5){height:67%;animation-delay:1.1s}@keyframes axBar{0%,to{transform:scaleY(.88);opacity:.72}50%{transform:scaleY(1);opacity:1}}.axPriceGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.axPriceGrid article{padding:30px;border-radius:30px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025));transition:.22s ease}.axPriceGrid .axPro{border-color:rgba(90,126,255,.42);background:radial-gradient(circle at 50% 0,rgba(90,126,255,.22),transparent 38%),linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.035))}.axPriceGrid span{color:#91b8ff;font-weight:900;font-size:13px}.axPriceGrid h3{margin:22px 0 8px;font-size:26px}.axPriceGrid b{display:block;font-size:58px;letter-spacing:-.06em}.axPriceGrid p{color:#aebbd3;line-height:1.6;min-height:78px}.axPriceGrid .axBtn{width:100%;margin-top:14px}.axFaqList{max-width:900px;margin:0 auto;display:grid;gap:12px}.axFaqList details{padding:0;border-radius:22px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.045);transition:.22s ease}.axFaqList summary{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 24px;cursor:pointer;font-weight:950;list-style:none}.axFaqList summary::-webkit-details-marker{display:none}.axFaqList details[open] summary svg{transform:rotate(180deg)}.axFaqList p{margin:0;padding:0 24px 22px;color:#aebbd3;line-height:1.65}.axFinal{padding-bottom:60px}.axFinalBox{text-align:center;display:grid;place-items:center;padding:74px 28px;border-radius:40px;border:1px solid rgba(80,130,255,.18);background:radial-gradient(circle at 50% 0,rgba(126,71,255,.24),transparent 44%),linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));box-shadow:0 40px 140px rgba(0,0,0,.35)}.axCenterActions{justify-content:center}.axFooter{width:min(1370px,calc(100% - 72px));margin:0 auto;padding:34px 0 46px;align-items:center;justify-content:space-between;color:#9eabc2;border-top:1px solid rgba(255,255,255,.08)}.axFooter,.axFooter div:nth-child(2){display:flex;gap:20px}.axFooter a{color:#c9d4e8;text-decoration:none}.axFooter p{margin:0}@media(max-width:1100px){.axDeep,.axFaq,.axFinal,.axFooter,.axPricing,.axShowcase{width:calc(100% - 40px)}.axDeepInner{grid-template-columns:1fr}.axShowcaseGrid{grid-template-columns:1fr 1fr}.axShowcaseGrid .axWideCard{grid-row:auto;grid-column:span 2;min-height:360px}.axPriceGrid{grid-template-columns:1fr}.axFooter{flex-direction:column;align-items:flex-start}}@media(max-width:720px){.axDeep,.axFaq,.axFinal,.axFooter,.axPricing,.axShowcase{width:calc(100% - 28px);padding:54px 0}.axDeepInner{padding:22px;border-radius:26px}.axDeepCopy h2,.axFinalBox h2,.axShowcaseHead h2{font-size:36px;letter-spacing:-.04em}.axDeepCopy p,.axFinalBox p,.axShowcaseHead p{font-size:15px}.axFlow,.axShowcaseGrid{grid-template-columns:1fr}.axShowcaseGrid .axWideCard{grid-column:auto;min-height:auto}.axLeakBars{height:130px}.axFinalBox{padding:44px 20px;border-radius:28px}.axFooter div:nth-child(2){flex-wrap:wrap}}.axHeroText h1 span{background:linear-gradient(90deg,#1ba9ff,#1ba9ff 42%,#7d5cff)!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important}.axQuote{width:min(980px,calc(100% - 72px));margin:38px auto 0;padding:28px 34px;border-radius:28px;border:1px solid rgba(255,255,255,.1);background:radial-gradient(circle at 0 0,rgba(29,168,255,.16),transparent 36%),linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025));box-shadow:0 24px 90px rgba(0,0,0,.28)}.axQuote div{display:grid;gap:12px;justify-items:center;text-align:center}.axQuote svg{color:#8d4dff}.axQuote p{max-width:780px;margin:0;color:#e9f0ff;font-size:20px;line-height:1.55;font-weight:750}.axQuote b{color:#91b8ff;font-size:13px}.axFeatureGrid{grid-template-columns:1.35fr 1fr 1fr!important}.axFeatureGrid article{min-height:260px}.axFeatureGrid .axMainFeature{grid-row:span 2;min-height:538px;background:radial-gradient(circle at 20% 20%,rgba(141,77,255,.24),transparent 36%),linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.028))}.axFeatureGrid .axMainFeature svg{width:58px;height:58px}.axFeatureGrid .axMainFeature h3{margin-top:120px;font-size:30px}.axFeatureGrid .axMainFeature p{font-size:17px;max-width:420px}.axLeakText{margin-top:18px;padding:18px;border-radius:18px;background:rgba(0,0,0,.22);border:1px solid rgba(255,255,255,.08)}.axLeakText b{display:block;margin-bottom:6px}.axLeakText span{color:#aebbd3;line-height:1.55}.axFaqLayout{display:grid;grid-template-columns:360px 1fr;gap:22px;align-items:start;max-width:1120px;margin:0 auto}.axFaqVisual{position:sticky;top:96px;min-height:420px;padding:30px;border-radius:30px;border:1px solid rgba(255,255,255,.1);background:radial-gradient(circle at 50% 0,rgba(141,77,255,.22),transparent 44%),linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025))}.axFaqOrb{width:88px;height:88px;display:grid;place-items:center;border-radius:28px;color:white;background:linear-gradient(135deg,#1da8ff,#9a3cff);box-shadow:0 0 70px rgba(141,77,255,.32)}.axFaqVisual h3{margin:40px 0 12px;font-size:30px}.axFaqVisual p{color:#aebbd3;line-height:1.65}.axFinalBox{position:relative;overflow:hidden;border-color:rgba(80,130,255,.3)!important;background:radial-gradient(circle at 20% 10%,rgba(29,168,255,.28),transparent 28%),radial-gradient(circle at 80% 0,rgba(154,60,255,.32),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.03))!important}.axFinalBox:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:conic-gradient(from 90deg,rgba(29,168,255,0),rgba(29,168,255,.18),rgba(154,60,255,.22),rgba(29,168,255,0));animation:axSpin 9s linear infinite;filter:blur(10px);opacity:.8}.axFinalBox>*{position:relative;z-index:1}@keyframes axSpin{to{transform:rotate(1turn)}}@media(max-width:1100px){.axFeatureGrid{grid-template-columns:1fr 1fr!important}.axFeatureGrid .axMainFeature{grid-column:span 2;min-height:360px}.axFeatureGrid .axMainFeature h3{margin-top:80px}.axFaqLayout{grid-template-columns:1fr}.axFaqVisual{position:relative;top:auto;min-height:auto}}@media(max-width:720px){.axQuote{width:calc(100% - 28px);padding:22px}.axQuote p{font-size:16px}.axFeatureGrid{grid-template-columns:1fr!important}.axFeatureGrid .axMainFeature{grid-column:auto;min-height:320px}.axFeatureGrid .axMainFeature h3{margin-top:70px;font-size:25px}.axFaqLayout{gap:14px}.axFaqVisual{padding:22px}}.axQuote{display:none!important}.axTrust{border-left:0!important;border-right:0!important;border-radius:0!important;background:linear-gradient(90deg,rgba(29,168,255,.08),rgba(154,60,255,.12),rgba(29,168,255,.06))!important}.axTrust div{min-height:86px!important}.axProduct{width:min(1370px,calc(100% - 72px));margin:0 auto;padding:86px 0 74px}.axProductHead{text-align:center;display:grid;place-items:center;margin-bottom:38px}.axProductHead h2{margin:18px 0 12px;font-size:clamp(40px,4.8vw,70px);line-height:1;letter-spacing:-.055em}.axProductHead h2 span{background:linear-gradient(90deg,#1ba9ff,#8d4dff);-webkit-background-clip:text;background-clip:text;color:transparent}.axProductHead p{max-width:720px;margin:0;color:#aebbd3;font-size:18px;line-height:1.65}.axProductGrid{display:grid;grid-template-columns:1.35fr 1fr 1fr;grid-template-rows:260px 260px;gap:18px}.axProductGrid article{position:relative;overflow:hidden;padding:28px;border-radius:30px;border:1px solid rgba(255,255,255,.1);background:radial-gradient(circle at 20% 0,rgba(141,77,255,.18),transparent 36%),linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.025));transition:.22s ease}.axProductGrid article:hover{transform:translateY(-6px);border-color:rgba(29,168,255,.35);box-shadow:0 30px 90px rgba(0,0,0,.32),0 0 70px rgba(97,65,255,.1)}.axProductGrid article:not(.axProductMain){display:flex;flex-direction:column;justify-content:center}.axProductGrid article:not(.axProductMain) svg{color:#8d4dff;margin-bottom:26px}.axProductGrid h3{margin:0 0 14px;font-size:25px;letter-spacing:-.025em}.axProductGrid p{margin:0;color:#aebbd3;line-height:1.65}.axProductMain{grid-row:span 2;display:flex;flex-direction:column;justify-content:flex-end;min-height:538px;background:radial-gradient(circle at 24% 12%,rgba(29,168,255,.22),transparent 30%),radial-gradient(circle at 80% 0,rgba(154,60,255,.24),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.028))!important}.axProductMain:before{content:"";position:absolute;inset:28px;border-radius:28px;background:linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 0),linear-gradient(180deg,rgba(255,255,255,.04) 1px,transparent 0);background-size:42px 42px;opacity:.25;-webkit-mask-image:linear-gradient(180deg,black,transparent 65%);mask-image:linear-gradient(180deg,black,transparent 65%)}.axProductIcon{position:absolute;top:34px;left:34px;width:78px;height:78px;display:grid;place-items:center;border-radius:26px;background:linear-gradient(135deg,rgba(29,168,255,.22),rgba(154,60,255,.22));color:#a855ff;box-shadow:0 0 80px rgba(154,60,255,.2)}.axProductMain h3{font-size:38px;max-width:520px}.axProductMain p{max-width:570px;font-size:18px}.axProductTags{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.axProductTags span{padding:10px 13px;border-radius:999px;color:#cfe0ff;background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.1);font-size:13px;font-weight:850}.axProductStats{margin-top:24px;display:grid;grid-template-columns:repeat(4,1fr);gap:0;min-height:96px;border-radius:26px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04);overflow:hidden}.axProductStats div{display:flex;align-items:center;justify-content:center;gap:13px;border-right:1px solid rgba(255,255,255,.08)}.axProductStats div:last-child{border-right:0}.axProductStats svg{color:#8d4dff}.axProductStats b{font-size:25px;letter-spacing:-.03em}.axProductStats span{color:#aebbd3;font-size:13px}@media(max-width:1100px){.axProduct{width:calc(100% - 40px)}.axProductGrid{grid-template-columns:1fr 1fr;grid-template-rows:auto}.axProductMain{grid-column:span 2;min-height:420px}.axProductStats{grid-template-columns:1fr 1fr}.axProductStats div{min-height:86px}}@media(max-width:720px){.axTrust{grid-template-columns:1fr!important}.axTrust div{min-height:58px!important;justify-content:flex-start!important;padding:0 20px!important}.axProduct{width:calc(100% - 28px);padding:56px 0}.axProductHead h2{font-size:38px}.axProductHead p{font-size:15px}.axProductGrid{grid-template-columns:1fr}.axProductMain{grid-column:auto;min-height:380px}.axProductMain h3{font-size:30px}.axProductMain p{font-size:15px}.axProductStats{grid-template-columns:1fr}.axProductStats div{justify-content:flex-start;padding:0 24px;border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}}.axProductV3{width:min(1370px,calc(100% - 72px))!important;margin:0 auto!important;padding:42px 0 52px!important}.axProductV3 .axProductHead{margin-bottom:22px!important}.axProductV3 .axProductHead .axMiniBadge{display:none!important}.axProductV3 .axProductHead h2{margin:0!important;font-size:clamp(30px,3vw,42px)!important;line-height:1!important;letter-spacing:-.045em!important}.axProductV3 .axProductHead h2 span{background:linear-gradient(90deg,#1ba9ff,#8d4dff)!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important}.axFeatureShowcase{display:grid;grid-template-columns:1.55fr .8fr .8fr .8fr;gap:14px;min-height:300px}.axFeatureShowcase article{position:relative;overflow:hidden;border-radius:18px;border:1px solid rgba(122,139,255,.18);background:radial-gradient(circle at 18% 10%,rgba(135,66,255,.16),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.018));box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}.axFeatureHero{min-height:300px;padding:30px 32px}.axFeatureTile{min-height:300px;padding:28px 26px}.axFeatureNum{position:absolute;top:18px;right:18px;width:25px;height:25px;display:grid;place-items:center;border-radius:7px;color:#eaf2ff;font-size:13px;font-weight:900;background:rgba(20,31,65,.9);border:1px solid rgba(150,180,255,.32);box-shadow:0 0 26px rgba(59,130,246,.18)}.axFeatureIcon{width:58px;height:58px;display:grid;place-items:center;border-radius:18px;color:#9a4cff;background:radial-gradient(circle,rgba(154,76,255,.34),rgba(154,76,255,.09) 62%,transparent);filter:drop-shadow(0 0 22px rgba(154,76,255,.38))}.axFeatureIcon.big{width:66px;height:66px}.axFeatureIcon.blue{color:#1ba9ff;background:radial-gradient(circle,rgba(29,169,255,.3),rgba(29,169,255,.08) 62%,transparent);filter:drop-shadow(0 0 26px rgba(29,169,255,.42))}.axFeatureIcon.shield{color:#1ba9ff;background:radial-gradient(circle,rgba(29,169,255,.24),rgba(154,76,255,.08) 62%,transparent)}.axFeatureShowcase h3{margin:20px 0 8px;color:#fff;font-size:22px;line-height:1.06;letter-spacing:-.035em}.axFeatureHero h3{margin-top:28px;font-size:26px}.axFeatureHero small{display:inline-flex;padding:5px 9px;border-radius:999px;color:#cbd8ff;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.09);font-size:11px;font-weight:850}.axFeatureShowcase p{margin:12px 0 0;color:#b5c0d3;line-height:1.52;font-size:14px}.axFeatureHero p{max-width:310px}.axHoloDeck{position:absolute;left:24px;right:24px;bottom:0;height:118px;perspective:700px}.axHoloBase{left:44px;right:22px;bottom:18px;height:56px;transform:rotateX(62deg) rotate(-7deg);border-radius:18px;background:linear-gradient(90deg,rgba(151,58,255,.3),rgba(16,164,255,.32)),repeating-linear-gradient(90deg,rgba(255,255,255,.14) 0 1px,transparent 1px 24px);box-shadow:0 0 60px rgba(41,132,255,.35),0 0 80px rgba(154,60,255,.25)}.axHoloBase,.axHoloPanel{position:absolute;animation:axFloatDeck 4s ease-in-out infinite}.axHoloPanel{border-radius:12px;border:1px solid rgba(79,172,255,.32);background:linear-gradient(135deg,rgba(83,51,255,.34),rgba(23,151,255,.28));box-shadow:0 20px 54px rgba(0,0,0,.35),0 0 40px rgba(29,168,255,.25);transform:rotateX(60deg) rotate(-7deg)}.axHoloPanelOne{width:190px;height:62px;left:70px;bottom:46px}.axHoloPanelTwo{width:158px;height:58px;right:38px;bottom:66px;animation-delay:.45s}.axHoloPanelOne i{position:absolute;bottom:10px;width:14px;border-radius:999px 999px 3px 3px;background:linear-gradient(180deg,#1ba9ff,#9a3cff)}.axHoloPanelOne i:first-child{height:20px;left:24px}.axHoloPanelOne i:nth-child(2){height:38px;left:54px}.axHoloPanelOne i:nth-child(3){height:28px;left:84px}.axHoloPanelOne i:nth-child(4){height:46px;left:114px}.axHoloPanelTwo span{display:block;height:7px;margin:10px 14px;border-radius:999px;background:linear-gradient(90deg,#9a3cff,#1ba9ff);opacity:.85}.axHoloGlow{position:absolute;width:220px;height:60px;left:52%;bottom:6px;transform:translateX(-50%);background:radial-gradient(ellipse,rgba(29,168,255,.48),rgba(154,60,255,.2) 42%,transparent 70%);filter:blur(10px);animation:axGlowBreath 3.2s ease-in-out infinite}@keyframes axFloatDeck{0%,to{translate:0 0}50%{translate:0 -7px}}@keyframes axGlowBreath{0%,to{opacity:.55;scale:.92}50%{opacity:1;scale:1.05}}.axMiniChart{position:absolute;left:26px;right:26px;bottom:18px;height:64px;border-radius:12px;background:rgba(0,0,0,.18);border:1px solid rgba(255,255,255,.07);display:flex;align-items:flex-end;gap:6px;padding:12px}.axMiniChart i{flex:1 1;border-radius:8px 8px 2px 2px;background:linear-gradient(180deg,#1ba9ff,#8d4dff);animation:axMiniBars 2.4s ease-in-out infinite}.axMiniChart i:first-child{height:30%}.axMiniChart i:nth-child(2){height:46%;animation-delay:.12s}.axMiniChart i:nth-child(3){height:38%;animation-delay:.24s}.axMiniChart i:nth-child(4){height:62%;animation-delay:.36s}.axMiniChart i:nth-child(5){height:48%;animation-delay:.48s}.axMiniChart i:nth-child(6){height:78%;animation-delay:.6s}@keyframes axMiniBars{0%,to{scale:1 .75;opacity:.75}50%{scale:1 1;opacity:1}}.axChecklist{position:absolute;left:26px;right:26px;bottom:20px;display:grid;gap:9px}.axChecklist span{height:14px;border-radius:999px;background:radial-gradient(circle at 10px 7px,#8d4dff 0 4px,transparent 5px),linear-gradient(90deg,rgba(154,76,255,.34),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.08)}.axLockVisual{position:absolute;width:118px;height:92px;right:12px;bottom:8px;display:grid;place-items:center;color:#7ab4ff;background:radial-gradient(circle,rgba(29,168,255,.22),transparent 68%);filter:drop-shadow(0 0 30px rgba(29,168,255,.28))}.axProductStats{margin-top:14px!important}@media(max-width:1100px){.axFeatureShowcase{grid-template-columns:1fr 1fr}.axFeatureHero{grid-column:span 2}}@media(max-width:720px){.axProductV3{width:calc(100% - 28px)!important;padding:40px 0!important}.axFeatureShowcase{grid-template-columns:1fr}.axFeatureHero{grid-column:auto}.axFeatureHero,.axFeatureTile{min-height:300px;padding:24px}.axHoloDeck{height:100px}}.axProductV3{padding:58px 0 72px!important}.axProductV3 .axProductHead{margin-bottom:34px!important}.axProductV3 .axProductHead h2{font-size:clamp(42px,4.5vw,68px)!important;letter-spacing:-.035em!important;text-transform:uppercase!important}.axFeatureShowcase{min-height:380px!important;grid-template-columns:1.55fr .82fr .82fr .82fr!important;gap:18px!important}.axFeatureHero,.axFeatureTile{min-height:380px!important;padding:34px!important;border-radius:26px!important}.axFeatureShowcase h3{font-size:28px!important;line-height:1.04!important;margin-bottom:16px!important}.axFeatureHero h3{font-size:36px!important}.axFeatureShowcase p{color:#d2dcf1!important;font-size:17px!important;line-height:1.65!important;max-width:390px}.axFeatureHero p{max-width:470px!important}.axFeatureHero small{font-size:13px!important;padding:7px 12px!important}.axFeatureIcon{width:72px!important;height:72px!important;border-radius:22px!important}.axFeatureIcon.big{width:86px!important;height:86px!important}.axHoloDeck{height:160px!important}.axHoloBase{left:58px!important;right:34px!important;bottom:26px!important;height:76px!important}.axHoloPanelOne{width:240px!important;height:78px!important;left:92px!important;bottom:64px!important}.axHoloPanelTwo{width:205px!important;height:72px!important;right:50px!important;bottom:92px!important}.axMiniChart{height:86px!important;bottom:26px!important}.axLockVisual{width:150px!important;height:120px!important;right:22px!important;bottom:18px!important}.axLockVisual svg{width:64px!important;height:64px!important}.axRulesList{position:absolute;left:30px;right:30px;bottom:24px;display:grid;gap:10px}.axRulesList div{display:grid;grid-template-columns:38px 1fr;align-items:center;gap:10px;min-height:38px;padding:8px 12px;border-radius:14px;background:rgba(0,0,0,.2);border:1px solid rgba(255,255,255,.09)}.axRulesList b{width:26px;height:26px;display:grid;place-items:center;border-radius:9px;color:#fff;background:linear-gradient(135deg,#1da8ff,#9a3cff);font-size:11px}.axRulesList span{color:#d2dcf1;font-size:13px;line-height:1.35}@media(max-width:1100px){.axFeatureShowcase{grid-template-columns:1fr 1fr!important}.axFeatureHero{grid-column:span 2}}@media(max-width:720px){.axProductV3 .axProductHead h2{font-size:34px!important;line-height:1.08!important}.axFeatureShowcase{grid-template-columns:1fr!important}.axFeatureHero{grid-column:auto}.axFeatureHero,.axFeatureTile{min-height:390px!important;padding:24px!important}.axFeatureHero h3{font-size:29px!important}.axFeatureShowcase h3{font-size:25px!important}.axFeatureShowcase p{font-size:15px!important}.axRulesList{left:20px;right:20px}}.axFeatureHero{min-height:520px!important;overflow:hidden!important;border-color:rgba(154,76,255,.35)!important;background:radial-gradient(circle at 20% 10%,rgba(154,76,255,.22),transparent 34%),radial-gradient(circle at 80% 65%,rgba(29,168,255,.18),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.022))!important}.axFeatureHero h3{font-size:42px!important;line-height:1.02!important;margin-top:24px!important;margin-bottom:14px!important;letter-spacing:-.04em!important}.axFeatureTags{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:20px}.axFeatureTags span{padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);color:#d8e3ff;font-size:13px;font-weight:800}.axFeatureBullets{margin:0;padding:0;list-style:none;display:grid;gap:12px;max-width:390px}.axFeatureBullets li{color:#dce5f5;font-size:16px;line-height:1.35;position:relative;padding-left:28px}.axFeatureBullets li:before{content:"✓";position:absolute;left:0;top:0;color:#9a4cff;font-weight:1000}.axDashboardVisual{position:absolute;left:40px;right:40px;bottom:22px;height:190px;perspective:1000px}.axScreen{position:absolute;border-radius:22px;border:1px solid rgba(91,182,255,.28)}.axScreenBack{width:360px;height:120px;left:22px;bottom:30px;background:linear-gradient(135deg,rgba(120,60,255,.52),rgba(20,170,255,.45)),repeating-linear-gradient(90deg,rgba(255,255,255,.12) 0 1px,transparent 1px 24px);box-shadow:0 0 70px rgba(141,77,255,.25)}.axScreenBack,.axScreenFront{transform:rotateX(68deg) rotate(-12deg);animation:axFloatDeck 4s ease-in-out infinite}.axScreenFront{width:315px;height:105px;right:18px;bottom:78px;background:linear-gradient(135deg,rgba(20,170,255,.58),rgba(141,77,255,.54));box-shadow:0 0 60px rgba(20,170,255,.28),0 0 80px rgba(141,77,255,.22);animation-delay:.35s}.axBars{position:absolute;inset:22px;display:flex;align-items:flex-end;gap:10px}.axBars i{flex:1 1;border-radius:10px 10px 2px 2px;background:linear-gradient(180deg,#1ba9ff,#8d4dff);box-shadow:0 0 18px rgba(29,168,255,.25)}.axBars i:first-child{height:28%}.axBars i:nth-child(2){height:45%}.axBars i:nth-child(3){height:70%}.axBars i:nth-child(4){height:55%}.axBars i:nth-child(5){height:85%}.axGlow{position:absolute;left:50%;bottom:0;width:410px;height:96px;transform:translateX(-50%);background:radial-gradient(ellipse,rgba(141,77,255,.48),rgba(29,168,255,.18) 42%,transparent 70%);filter:blur(18px);animation:axGlowBreath 3.2s ease-in-out infinite}@media(max-width:720px){.axFeatureHero{min-height:560px!important}.axFeatureHero h3{font-size:31px!important}.axFeatureBullets li{font-size:14px}.axDashboardVisual{left:20px;right:20px;height:160px}.axScreenBack{width:260px;height:92px}.axScreenFront{width:235px;height:84px}}.axProductV3 .axProductHead h2{max-width:980px!important;margin-left:auto!important;margin-right:auto!important;font-size:clamp(36px,3.6vw,56px)!important;line-height:1.05!important;letter-spacing:-.025em!important;text-align:center!important}.axFeatureHero{display:flex!important;flex-direction:column!important}.axFeatureHero .axDashboardVisual{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;width:100%!important;height:155px!important;transform:translateY(8px)}.axFeatureHero .axScreenBack{left:28px!important;bottom:22px!important;width:330px!important;height:104px!important}.axFeatureHero .axScreenFront{right:34px!important;bottom:58px!important;width:285px!important;height:92px!important}.axFeatureHero .axGlow{bottom:-8px!important}.axRulesList{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;margin-top:22px!important;gap:9px!important}.axRulesList div{min-height:auto!important;padding:10px 12px!important;grid-template-columns:34px 1fr!important;align-items:start!important}.axRulesList b{margin-top:1px!important}.axRulesList span{font-size:12.5px!important;line-height:1.32!important}.axFeatureTile:nth-of-type(3) p{font-size:15px!important;line-height:1.45!important}.axFeatureTile{min-height:400px!important}@media(max-width:720px){.axProductV3 .axProductHead h2{font-size:32px!important}.axFeatureHero .axDashboardVisual{height:140px!important}.axFeatureHero .axScreenBack{width:250px!important;height:84px!important;left:8px!important}.axFeatureHero .axScreenFront{width:220px!important;height:76px!important;right:8px!important}}.axFeatureShowcase{grid-template-columns:1.34fr 1.03fr 1.03fr 1.03fr!important;gap:14px!important}.axFeatureHero,.axFeatureTile{min-height:470px!important;border-radius:14px!important;padding:26px!important}.axFeatureHero{border-color:rgba(154,60,255,.75)!important}.axFeatureShowcase h3{text-transform:uppercase!important;font-size:26px!important;line-height:.98!important;letter-spacing:-.035em!important}.axFeatureHero h3{font-size:29px!important}.axFeatureShowcase p{font-size:15px!important;line-height:1.55!important}.axFeatureIcon{width:64px!important;height:64px!important;border-radius:14px!important}.axFeatureIcon.big{width:70px!important;height:70px!important}.axMiniChart{height:138px!important;bottom:82px!important;left:24px!important;right:24px!important;border-radius:10px!important;background:linear-gradient(rgba(255,255,255,.035) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 0),rgba(0,0,0,.16)!important;background-size:28px 28px!important;overflow:hidden!important}.axMiniChart i{display:none!important}.axMiniChart:before{content:"";position:absolute;left:18px;right:18px;top:28px;height:78px;background:linear-gradient(135deg,transparent 0 7%,#1ba9ff 7% 9%,transparent 9% 18%,#1ba9ff 18% 20%,transparent 20% 29%,#29a9ff 29% 31%,transparent 31% 40%,#8d4dff 40% 42%,transparent 42% 50%,#8d4dff 50% 52%,transparent 52% 61%,#1ba9ff 61% 63%,transparent 63% 72%,#1ba9ff 72% 74%,transparent 74% 83%,#1ba9ff 83% 85%,transparent 85%);clip-path:polygon(0 75%,10% 62%,18% 70%,28% 48%,38% 56%,50% 42%,60% 58%,70% 36%,80% 24%,90% 34%,100% 12%,100% 18%,90% 40%,80% 30%,70% 42%,60% 64%,50% 48%,38% 62%,28% 54%,18% 76%,10% 68%,0 82%);filter:drop-shadow(0 0 10px rgba(29,168,255,.9))}.axMiniChart:after{content:"71%                         18";position:absolute;left:0;right:0;bottom:-68px;color:#4b8cff;font-size:28px;font-weight:1000;letter-spacing:-.03em;white-space:pre}.axFeatureTile:nth-of-type(2):after{content:"WIN RATE EDGE          EDGE CLUSTERS";position:absolute;left:26px;right:26px;bottom:28px;color:#d3dfff;font-size:11px;font-weight:800;white-space:pre;opacity:.92}.axRulesList{margin-top:18px!important;padding:14px!important;border-radius:12px!important;background:rgba(0,0,0,.18);border:1px solid rgba(255,255,255,.09)}.axRulesList:before{content:"EXAMPLE WEEKLY RULES";display:block;color:#bd64ff;font-size:13px;font-weight:950;margin-bottom:12px}.axRulesList div{display:grid!important;grid-template-columns:24px 1fr!important;gap:10px!important;padding:9px 0!important;background:transparent!important;border:0!important;border-bottom:1px solid rgba(255,255,255,.08)!important;border-radius:0!important}.axRulesList div:last-child{border-bottom:0!important}.axRulesList b{width:18px!important;height:18px!important;border-radius:50%!important;font-size:0!important;background:rgba(154,76,255,.18)!important;border:1px solid rgba(189,100,255,.7)}.axRulesList b:before{content:"✓";font-size:12px;color:#dca7ff}.axRulesList span{color:#eef4ff!important;font-size:13px!important;line-height:1.28!important}.axLockVisual{right:50%!important;bottom:86px!important;transform:translateX(50%)!important;width:170px!important;height:150px!important;border-radius:28px;background:radial-gradient(circle at 50% 50%,rgba(29,168,255,.38),rgba(154,60,255,.12) 42%,transparent 70%)!important}.axLockVisual svg{width:88px!important;height:88px!important;stroke-width:1.5!important;color:#78b9ff!important;filter:drop-shadow(0 0 18px rgba(29,168,255,.95))}.axLockVisual:before{content:"";position:absolute;width:150px;height:54px;bottom:14px;border-radius:50%;background:radial-gradient(ellipse,rgba(29,168,255,.45),rgba(154,60,255,.2),transparent 72%);filter:blur(9px)}.axFeatureTile:nth-of-type(4):after{content:"READ-ONLY API ACCESS\A ENCRYPTED KEY STORAGE";white-space:pre;position:absolute;left:26px;right:26px;bottom:24px;color:#e8f0ff;font-size:12px;font-weight:850;line-height:3.6;text-align:center;border-radius:12px;background:linear-gradient(180deg,rgba(255,255,255,.055) 0 48%,transparent 48% 52%,rgba(255,255,255,.055) 52% 100%);border:1px solid rgba(255,255,255,.08)}.axFeatureHero .axDashboardVisual{height:190px!important;margin-top:auto!important}.axScreenBack{width:380px!important;height:105px!important;left:12px!important;bottom:28px!important}.axScreenFront{width:330px!important;height:90px!important;right:18px!important;bottom:72px!important}@media(max-width:1100px){.axFeatureShowcase{grid-template-columns:1fr 1fr!important}}@media(max-width:720px){.axFeatureShowcase{grid-template-columns:1fr!important}.axFeatureHero,.axFeatureTile{min-height:470px!important}.axProductV3 .axProductHead h2{font-size:33px!important}}.axFeatureTile:nth-of-type(2){display:flex!important;flex-direction:column!important}.axFeatureTile:nth-of-type(2) .axMiniChart{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;width:92%!important;margin:auto auto 70px!important;height:150px!important}.axFeatureTile:nth-of-type(4){display:flex!important;flex-direction:column!important}.axFeatureTile:nth-of-type(4) .axLockVisual{position:relative!important;right:auto!important;left:auto!important;bottom:auto!important;transform:none!important;margin:auto auto 90px!important;width:240px!important;height:220px!important}.axFeatureTile:nth-of-type(4) .axLockVisual svg{width:130px!important;height:130px!important}.axFeatureTile:nth-of-type(4):after{left:24px!important;right:24px!important;bottom:24px!important}@media(max-width:720px){.axFeatureTile:nth-of-type(2) .axMiniChart{width:100%!important;margin:20px 0 70px!important}.axFeatureTile:nth-of-type(4) .axLockVisual{width:180px!important;height:170px!important;margin:20px auto 90px!important}.axFeatureTile:nth-of-type(4) .axLockVisual svg{width:95px!important;height:95px!important}}.axPricingV2{padding-top:95px!important}.axPricingV2 .axShowcaseHead h2{max-width:900px}.axPriceGrid{align-items:stretch!important}.axPlan{position:relative;display:flex;flex-direction:column;min-height:610px;padding:34px!important;border-radius:34px!important;background:radial-gradient(circle at 20% 0,rgba(29,168,255,.12),transparent 32%),linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025))!important}.axPlan.axPro{transform:translateY(-18px);border-color:rgba(82,130,255,.55)!important;background:radial-gradient(circle at 50% 0,rgba(91,126,255,.28),transparent 36%),radial-gradient(circle at 100% 25%,rgba(154,60,255,.22),transparent 32%),linear-gradient(180deg,rgba(255,255,255,.095),rgba(255,255,255,.032))!important;box-shadow:0 34px 120px rgba(38,77,255,.16)}.axBest{position:absolute;top:22px;right:22px;padding:8px 12px;border-radius:999px;color:white;background:linear-gradient(135deg,#1da8ff,#9a3cff);font-size:12px;font-weight:950;box-shadow:0 0 38px rgba(91,126,255,.32)}.axPlanTop{display:grid;gap:6px;margin-bottom:28px}.axPlanTop span{color:#91b8ff!important;font-size:14px!important;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.axPlanTop small{color:#aebbd3;font-weight:700}.axPlan h3{margin:0 0 8px!important;font-size:32px!important}.axPlan b{display:flex!important;align-items:flex-end;gap:8px;font-size:70px!important;line-height:.9;margin-bottom:20px}.axPlan b em{color:#aebbd3;font-size:18px;font-style:normal;font-weight:850;margin-bottom:8px}.axPlan p{min-height:auto!important;margin:0 0 26px!important;color:#aebbd3;line-height:1.65}.axPlan ul{margin:0 0 30px;padding:0;list-style:none;display:grid;gap:13px}.axPlan li{position:relative;padding-left:30px;color:#e3ebfb;line-height:1.4;font-weight:650}.axPlan li:before{content:"✓";position:absolute;left:0;top:0;width:19px;height:19px;display:grid;place-items:center;border-radius:50%;color:#dba8ff;background:rgba(154,60,255,.17);border:1px solid rgba(154,60,255,.42);font-size:12px;font-weight:1000}.axPlan .axBtn{margin-top:auto!important;min-height:56px;border-radius:16px}.axPriceNote{width:max-content;max-width:100%;margin:28px auto 0;display:flex;align-items:center;gap:10px;padding:13px 18px;border-radius:999px;color:#c9d6ef;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.09);font-weight:850}.axPriceNote svg{color:#6da4ff}@media(max-width:1100px){.axPlan.axPro{transform:none}}@media(max-width:720px){.axPlan{min-height:auto;padding:26px!important}.axPlan b{font-size:56px!important}.axPriceNote{width:100%;border-radius:20px;align-items:flex-start}}.axFaqGrid{display:block!important;max-width:1100px!important;margin:0 auto!important}.axFaqSide{display:none!important}.axFaqItem{min-height:96px!important;border-radius:24px!important;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025))!important;border:1px solid rgba(255,255,255,.08)!important;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.axFaqItem:hover{transform:translateY(-2px);border-color:rgba(82,130,255,.45)!important;box-shadow:0 15px 40px rgba(29,168,255,.08)}.axFaqQuestion{font-size:24px!important;font-weight:900!important;padding:34px!important}.axFaqAnswer{font-size:17px!important;line-height:1.7!important;padding:0 34px 34px!important;color:#c7d3eb!important}@media(max-width:720px){.axFaqQuestion{font-size:18px!important;padding:24px!important}.axFaqAnswer{font-size:15px!important;padding:0 24px 24px!important}}.axFaqLayout{display:block!important;max-width:1100px!important;margin:0 auto!important}.axFaqVisual{display:none!important}.axFaqList{width:100%!important;max-width:1100px!important;margin:0 auto!important}.axFaqList details{border-radius:24px!important;background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025))!important;border:1px solid rgba(255,255,255,.09)!important}.axFaqList summary{min-height:86px!important;padding:0 34px!important;font-size:22px!important}.axFaqList p{padding:0 34px 30px!important;font-size:17px!important;line-height:1.7!important}@media(max-width:720px){.axFaqList summary{min-height:72px!important;padding:0 22px!important;font-size:17px!important}.axFaqList p{padding:0 22px 22px!important;font-size:15px!important}}.axFooter{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;border-top:1px solid rgba(255,255,255,.08)!important;background:radial-gradient(circle at 20% 0,rgba(29,168,255,.12),transparent 28%),radial-gradient(circle at 80% 0,rgba(154,60,255,.16),transparent 30%),linear-gradient(180deg,rgba(255,255,255,.025),rgba(3,7,18,.92))!important}.axFooterInner{width:min(1370px,calc(100% - 72px));margin:0 auto;padding:58px 0 36px}.axFooterTop{display:grid;grid-template-columns:1.2fr .8fr .8fr .8fr;gap:38px;padding-bottom:44px;border-bottom:1px solid rgba(255,255,255,.08)}.axFooterBrand p{max-width:420px;color:#aebbd3;line-height:1.65;margin:18px 0 0}.axFooterCol h4{margin:0 0 16px;color:#fff;font-size:14px;text-transform:uppercase;letter-spacing:.12em}.axFooterCol a,.axFooterCol span{display:block;color:#aebbd3;text-decoration:none;margin:10px 0;font-weight:650}.axFooterCol a:hover{color:#fff}.axFooterBottom{display:flex;justify-content:space-between;gap:20px;padding-top:26px;color:#8793aa;font-size:14px}.axLegalNote{max-width:760px;line-height:1.55}@media(max-width:900px){.axFooterInner{width:calc(100% - 32px)}.axFooterTop{grid-template-columns:1fr 1fr}.axFooterBottom{flex-direction:column}}@media(max-width:560px){.axFooterTop{grid-template-columns:1fr}}.legalPage{min-height:100vh;padding:70px 0}.legalWrap{width:min(900px,calc(100% - 36px));margin:0 auto;padding:52px;border-radius:34px;border:1px solid rgba(255,255,255,.1);background:radial-gradient(circle at 20% 0,rgba(29,168,255,.14),transparent 28%),radial-gradient(circle at 80% 0,rgba(154,60,255,.16),transparent 32%),linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025))}.legalWrap h1{margin:48px 0 16px;font-size:clamp(42px,6vw,72px);line-height:.95;letter-spacing:-.055em}.legalLead{color:#c7d3eb;font-size:20px;line-height:1.6;margin-bottom:42px}.legalWrap h2{margin:32px 0 10px;font-size:24px}.legalWrap p{color:#aebbd3;line-height:1.75;font-size:16px}@media(max-width:720px){.legalPage{padding:28px 0}.legalWrap{padding:28px;border-radius:24px}}.axFooterTop{grid-template-columns:1.45fr .7fr .7fr .8fr!important;align-items:start!important}.axFooterCol{display:flex!important;flex-direction:column!important;align-items:flex-start!important}.axFooterCol h4{width:100%!important;margin:0 0 18px!important}.axFooterCol a,.axFooterCol span{display:block!important;width:100%!important;margin:0 0 13px!important;line-height:1.35!important;white-space:normal!important}.axFooterBottom{display:grid!important;grid-template-columns:1fr 1.45fr!important;align-items:start!important}.axLegalNote{max-width:780px!important;justify-self:end!important}@media(max-width:900px){.axFooterTop{grid-template-columns:1fr 1fr!important;gap:34px!important}.axFooterBottom{grid-template-columns:1fr!important}.axLegalNote{justify-self:start!important}}@media(max-width:560px){.axFooterTop{grid-template-columns:1fr!important}}.axFooterCol a,.axFooterCol span{margin-bottom:8px!important;line-height:1.25!important}.axFooterCol h4{margin-bottom:16px!important}.axFooterTop{grid-template-columns:1.6fr .8fr .8fr .8fr!important;gap:48px!important}.axFooterCol{gap:0!important}html{scroll-behavior:smooth}.axNav{position:sticky!important;top:12px!important;z-index:1000!important;height:72px!important;padding:0 18px!important;border:1px solid rgba(255,255,255,.08);border-radius:24px;background:rgba(3,7,18,.52);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);box-shadow:0 20px 80px rgba(0,0,0,.24)}.axLinks a{position:relative;padding:8px 0}.axLinks a:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;border-radius:999px;background:linear-gradient(90deg,#1da8ff,#9a3cff);transform:scaleX(0);transform-origin:left;transition:.24s ease}.axLinks a:hover:after{transform:scaleX(1)}.axMobileNav{display:none;position:relative}.axMobileNav summary{list-style:none;width:44px;height:44px;display:grid;place-items:center;border-radius:14px;border:1px solid rgba(255,255,255,.12);color:white;background:rgba(255,255,255,.055);cursor:pointer}.axMobileNav summary::-webkit-details-marker{display:none}.axMobileMenu{position:absolute;right:0;top:58px;width:min(320px,calc(100vw - 32px));border:1px solid rgba(255,255,255,.1);background:rgba(5,10,25,.94);-webkit-backdrop-filter:blur(26px);backdrop-filter:blur(26px);box-shadow:0 28px 90px rgba(0,0,0,.45);gap:12px}.axMobileMenu a{color:#eaf1ff;padding:13px 14px;border-radius:14px;background:rgba(255,255,255,.04);font-weight:850}.axMobileMenu .axBtn{width:100%;padding:0 16px}.axCommand,.axFaq,.axFinal,.axFooter,.axHero,.axPricing,.axProduct,.axShowcase,.axTrust{animation:axReveal .72s ease both;animation-timeline:view();animation-range:entry 0 cover 28%}@keyframes axReveal{0%{opacity:.25;transform:translateY(34px) scale(.985);filter:blur(8px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}.axCommandGrid>*,.axFaqList details,.axFeatureShowcase article,.axFinalBox,.axPanel,.axPlan,.axShowcaseGrid article{transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease,background .28s ease!important}.axCommandGrid>:hover,.axFaqList details:hover,.axFeatureShowcase article:hover,.axFinalBox:hover,.axPanel:hover,.axPlan:hover,.axShowcaseGrid article:hover{transform:translateY(-6px);border-color:rgba(72,145,255,.42)!important;box-shadow:0 28px 90px rgba(0,0,0,.34),0 0 90px rgba(91,126,255,.12)!important}.axBtn{position:relative;overflow:hidden}.axBtn:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent,rgba(255,255,255,.22),transparent);transform:translateX(-120%);transition:.6s ease}.axBtn:hover:before{transform:translateX(120%)}@media(max-width:720px){.axNav{top:8px!important;width:calc(100% - 24px)!important;height:66px!important;border-radius:20px}.axMenu{display:none!important}.axMobileNav{display:block!important}}@media(prefers-reduced-motion:reduce){*,:after,:before{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.axAuthActions{display:flex;align-items:center;gap:12px}.axLoginBtn{min-height:48px;display:inline-flex;justify-content:center;gap:8px;padding:0 18px;border-radius:14px;color:#eaf1ff;font-weight:900;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.045)}.axLoginBtn,.axProfileCard{align-items:center;text-decoration:none}.axProfileCard{min-height:52px;display:flex;gap:12px;padding:8px 14px 8px 8px;border-radius:18px;color:white;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.055);box-shadow:0 18px 60px rgba(0,0,0,.22)}.axProfileCard>span{width:38px;height:38px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(135deg,#1da8ff,#9a3cff);font-weight:1000}.axProfileCard b{display:block;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.axProfileCard small{display:block;color:#aebbd3;font-size:11px;margin-top:2px}.axAuthSkeleton{width:180px;height:48px;border-radius:16px;background:rgba(255,255,255,.05)}@media(max-width:720px){.axAuthActions,.axProfileCard{display:none}}.axAuthPage{min-height:100vh}.axAuthNav{height:88px;display:flex;justify-content:space-between}.axAuthHero,.axAuthNav{width:min(1370px,calc(100% - 72px));margin:0 auto;align-items:center}.axAuthHero{min-height:calc(100vh - 88px);display:grid;grid-template-columns:1fr 520px;gap:70px;padding:40px 0 70px}.axAuthHeroClean{min-height:calc(100vh - 170px);grid-template-columns:minmax(320px,560px);justify-content:center;gap:0;padding:46px 0 76px}.axAuthHeroClean .axAuthCard{width:100%;max-width:560px}.axAuthCopy h1{max-width:760px;margin:24px 0;font-size:clamp(58px,6vw,96px);line-height:.9;letter-spacing:-.065em}.axAuthCopy p{max-width:680px;color:#b7c4da;font-size:20px;line-height:1.7}.axAuthTrust{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.axAuthTrust div{display:flex;align-items:center;gap:9px;padding:12px 15px;border-radius:999px;color:#dbe7ff;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.1);font-weight:850}.axAuthTrust svg{color:#68a7ff}.axAuthCard{position:relative;overflow:hidden;padding:18px 28px 28px;border-radius:34px;border:1px solid rgba(122,139,255,.22);background:radial-gradient(circle at 50% 0,rgba(154,60,255,.22),transparent 38%),linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.028));box-shadow:0 40px 140px rgba(0,0,0,.42)}.axAuthGlow{position:absolute;width:340px;height:340px;right:-120px;top:-120px;border-radius:50%;background:radial-gradient(circle,rgba(29,168,255,.24),transparent 65%);filter:blur(8px)}.axAuthCard>*{position:relative;z-index:1}.axAuthTabs{display:grid;margin-top:0;grid-template-columns:1fr 1fr;gap:8px;padding:6px;border-radius:18px;background:rgba(0,0,0,.22);border:1px solid rgba(255,255,255,.08)}.axAuthTabs button{min-height:48px;border:0;border-radius:14px;color:#b9c5dc;background:transparent;font-weight:950;cursor:pointer}.axAuthTabs button.active{color:white;background:linear-gradient(135deg,#1da8ff,#9a3cff);box-shadow:0 16px 45px rgba(91,126,255,.22)}.axGoogleAuth{min-height:44px;margin:18px 0 8px;display:grid;place-items:center}.axGoogleAuth>div{width:100%;display:flex;justify-content:center}.axGoogleAuth>span{width:100%;display:block;padding:12px 14px;border-radius:14px;color:#aab7cf;text-align:center;font-size:13px;font-weight:800;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1)}.axAuthDivider{display:flex;align-items:center;gap:12px;margin:10px 0 2px;color:#8795ad;font-size:12px;font-weight:900;text-transform:uppercase}.axAuthDivider:after,.axAuthDivider:before{content:"";height:1px;flex:1 1;background:rgba(255,255,255,.1)}.axAuthIcon{width:82px;height:82px;display:grid;place-items:center;margin:14px auto 18px;border-radius:28px;color:white;background:linear-gradient(135deg,rgba(29,168,255,.26),rgba(154,60,255,.34));box-shadow:0 0 80px rgba(154,60,255,.28)}.axField{display:block;margin-top:16px}.axField span{display:block;margin-bottom:8px;color:#dce7fb;font-weight:900}.axField div{min-height:58px;display:flex;align-items:center;gap:12px;padding:0 16px;border-radius:18px;background:rgba(0,0,0,.2);border:1px solid rgba(255,255,255,.1)}.axField svg{color:#68a7ff}.axField input{width:100%;border:0;outline:0;color:white;background:transparent;font-size:16px}.axField input::placeholder{color:#718096}.axAuthSubmit{width:100%;margin-top:18px;min-height:58px;border-radius:18px}.axAuthSubmit:disabled{opacity:.55;cursor:not-allowed}.axAuthError{margin-top:16px;padding:13px 15px;border-radius:14px;color:#ffd3d3;background:rgba(255,65,65,.12);border:1px solid rgba(255,65,65,.25);font-weight:800}.axAuthSafe{margin:20px 0 0;color:#9eacc4;line-height:1.55;text-align:center;font-size:13px}@media(max-width:980px){.axAuthHero{grid-template-columns:1fr;gap:36px}.axAuthCard{max-width:560px}}@media(max-width:720px){.axAuthHero,.axAuthNav{width:calc(100% - 28px)}.axAuthNav{height:74px}.axAuthNav .axBtn{display:none}.axAuthHero{min-height:auto;padding:34px 0 54px}.axAuthCopy h1{font-size:44px}.axAuthCopy p{font-size:16px}.axAuthTrust{display:grid}.axAuthCard{padding:20px;border-radius:26px}}.axAuthCard{display:flex;flex-direction:column;justify-content:flex-start}.axAuthGlow{opacity:.5}.axAuthHero{align-items:center!important}.axAuthCard{align-self:center!important;min-height:auto!important;height:auto!important;max-height:none!important;padding:28px!important}.axAuthCard:after,.axAuthCard:before,.axAuthGlow{display:none!important}.axAuthTabs{margin-top:0!important}.axAuthIcon{margin:24px auto!important}@media(min-width:981px){.axAuthCard{transform:translateY(-40px)!important}}@media(max-width:980px){.axAuthCard{transform:none!important}}.axDash,.axProfilePage{min-height:100vh;padding-bottom:80px}.axDashNav{width:min(1370px,calc(100% - 72px));height:88px;margin:0 auto;justify-content:space-between}.axDashNav,.axDashUser{display:flex;align-items:center}.axDashUser{gap:12px;padding:10px 12px;border-radius:18px;color:#eaf1ff;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.1)}.axDashUser a{color:white;text-decoration:none;padding:9px 12px;border-radius:12px;background:linear-gradient(135deg,#1da8ff,#9a3cff);font-weight:900}.axDashHero,.axProfileHero{width:min(1370px,calc(100% - 72px));margin:40px auto 0;display:grid;grid-template-columns:1fr 430px;gap:40px;align-items:stretch}.axDashHero h1,.axProfileHero h1{max-width:850px;margin:24px 0;font-size:clamp(52px,5.7vw,92px);line-height:.92;letter-spacing:-.065em}.axDashHero p,.axProfileHero p{max-width:760px;color:#b7c4da;font-size:20px;line-height:1.7}.axDashStatus{display:grid;gap:16px}.axDashStatus div{padding:26px;border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));border:1px solid rgba(255,255,255,.1)}.axDashStatus svg{color:#68a7ff}.axDashStatus b,.axDashStatus span{display:block}.axDashStatus b{margin-top:18px;font-size:22px}.axDashStatus span{margin-top:6px;color:#aebbd3}.axVerdictGrid{width:min(1370px,calc(100% - 72px));margin:38px auto 0;display:grid;grid-template-columns:1fr 1fr;gap:20px}.axVerdictRun{position:relative;overflow:hidden;min-height:390px;padding:34px;border-radius:34px;border:1px solid rgba(255,255,255,.1);background:radial-gradient(circle at 20% 0,rgba(29,168,255,.18),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.025))}.axVerdictRun.spot{background:radial-gradient(circle at 80% 0,rgba(154,60,255,.22),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.025))}.axProfileIcon,.axRunIcon{width:86px;height:86px;display:grid;place-items:center;border-radius:28px;color:white;background:linear-gradient(135deg,rgba(29,168,255,.28),rgba(154,60,255,.36));box-shadow:0 0 90px rgba(154,60,255,.25)}.axVerdictRun h2{margin:38px 0 14px;font-size:42px;line-height:1;letter-spacing:-.045em}.axVerdictRun p{max-width:600px;color:#b7c4da;font-size:18px;line-height:1.65;margin-bottom:34px}.axVerdictRun .axBtn{min-height:58px;border-radius:18px}.axDashResult{width:min(1370px,calc(100% - 72px));margin:22px auto 0;padding:28px;border-radius:34px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04)}.axResultHeader{display:flex;align-items:center;gap:14px}.axResultHeader svg{color:#9a3cff}.axResultHeader b,.axResultHeader span{display:block}.axResultHeader span{color:#aebbd3;margin-top:4px}.axEmptyResult{min-height:220px;display:grid;place-items:center;text-align:center;color:#aebbd3}.axEmptyResult svg{color:#68a7ff}.axDashError,.axProfileMessage{margin-top:18px;padding:16px;border-radius:16px;background:rgba(255,80,80,.12);border:1px solid rgba(255,80,80,.25);color:#ffd4d4;font-weight:800}.axProfileMessage{background:rgba(80,255,160,.1);border-color:rgba(80,255,160,.22);color:#c9ffdf}.axResultJson{margin-top:22px;padding:22px;border-radius:22px;overflow:auto;color:#dbe7ff;background:rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.08)}.axProfileCard{padding:28px;border-radius:34px;border:1px solid rgba(122,139,255,.22);background:radial-gradient(circle at 50% 0,rgba(154,60,255,.22),transparent 38%),linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.028));box-shadow:0 40px 140px rgba(0,0,0,.42)}.axProfileSecurity{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}.axProfileSecurity div{display:flex;align-items:center;gap:8px;padding:13px;border-radius:14px;color:#dce7fb;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.08);font-weight:800}.axProfileSecurity svg{color:#68a7ff}@media(max-width:980px){.axDashHero,.axProfileHero,.axVerdictGrid{grid-template-columns:1fr}}@media(max-width:720px){.axDashHero,.axDashNav,.axDashResult,.axProfileHero,.axVerdictGrid{width:calc(100% - 28px)}.axDashNav{height:auto;padding:20px 0;align-items:flex-start;gap:14px}.axDashUser{max-width:100%;flex-wrap:wrap}.axDashHero,.axProfileHero{margin-top:20px}.axDashHero h1,.axProfileHero h1{font-size:42px}.axDashHero p,.axProfileHero p{font-size:16px}.axVerdictRun{min-height:auto;padding:24px;border-radius:26px}.axVerdictRun h2{font-size:32px}.axProfileSecurity{grid-template-columns:1fr}}.axLocked{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 20px;position:relative}.axLocked:before{width:700px;height:700px;background:radial-gradient(circle,rgba(29,168,255,.16),rgba(154,60,255,.12),transparent 70%);filter:blur(60px)}.axLockedCard{width:min(680px,100%);padding:60px;border-radius:36px;background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03));border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 40px 120px rgba(0,0,0,.45),0 0 80px rgba(154,60,255,.15)}.axLockedIcon{width:100px;height:100px;margin:0 auto 28px;border-radius:30px;box-shadow:0 0 60px rgba(154,60,255,.45)}.axLockedCard h1{font-size:72px;letter-spacing:-.05em}.axLockedCard p{max-width:520px}@keyframes axFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media(max-width:768px){.axLockedCard{padding:36px 24px}.axLockedCard h1{font-size:44px}.axLockedIcon{width:76px;height:76px}}.axLocked{min-height:100vh!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:40px 20px!important;position:relative!important;overflow:hidden!important}.axLocked:before{content:"";position:absolute;width:760px;height:760px;border-radius:999px;background:radial-gradient(circle,rgba(29,168,255,.18),rgba(154,60,255,.14),transparent 70%);filter:blur(70px);animation:axFloat 8s ease-in-out infinite}.axLocked:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 0),linear-gradient(180deg,rgba(255,255,255,.025) 1px,transparent 0);background-size:64px 64px;-webkit-mask-image:radial-gradient(circle at center,black,transparent 70%);mask-image:radial-gradient(circle at center,black,transparent 70%);opacity:.35}.axLockedCard{position:relative;z-index:2;width:min(700px,100%);text-align:center;padding:58px;border-radius:38px;background:radial-gradient(circle at 50% 0,rgba(154,60,255,.2),transparent 40%),linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.028));border:1px solid rgba(255,255,255,.13);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);box-shadow:0 44px 140px rgba(0,0,0,.48),0 0 90px rgba(154,60,255,.16)}.axLockedBrand{width:max-content;margin:0 auto 30px}.axLockedIcon{width:104px;height:104px;margin:0 auto 30px;border-radius:32px;display:grid;place-items:center;color:white;background:linear-gradient(135deg,#1da8ff,#9a3cff);box-shadow:0 0 70px rgba(154,60,255,.48)}.axLockedCard h1{font-size:clamp(46px,6vw,76px);line-height:.92;letter-spacing:-.055em;margin:0 0 18px}.axLockedCard p{max-width:540px;margin:0 auto 32px;color:#b8c5db;font-size:18px;line-height:1.7}.axLockedActions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}@media(max-width:768px){.axLockedCard{padding:34px 22px;border-radius:28px}.axLockedIcon{width:78px;height:78px;border-radius:24px}.axLockedCard p{font-size:15px}.axLockedActions .axBtn{width:100%}}.axDashPremium{min-height:100vh;background:radial-gradient(circle at 84% 18%,rgba(154,60,255,.22),transparent 30%),radial-gradient(circle at 14% 12%,rgba(29,168,255,.16),transparent 28%),linear-gradient(180deg,#041024,#030712 62%,#061026)!important;color:#f8fbff;padding-bottom:76px}.axDashPremiumNav{width:min(1370px,calc(100% - 72px));height:88px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.06)}.axDashPremiumUser{display:flex;align-items:center;gap:14px}.axDashPremiumUser>div{display:flex;align-items:center;gap:10px;color:#eaf1ff;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.1)}.axDashPremiumUser a{min-height:46px;display:inline-flex;align-items:center;gap:8px;padding:0 18px;border-radius:12px;color:white;text-decoration:none;font-weight:950;background:linear-gradient(135deg,#1da8ff,#9a3cff);box-shadow:0 18px 55px rgba(91,126,255,.28)}.axDashPremiumHero{width:min(1370px,calc(100% - 72px));margin:56px auto 0;display:grid;grid-template-columns:1fr 520px;gap:70px;align-items:center}.axDashPremiumCopy h1{max-width:760px;margin:26px 0 20px;font-size:clamp(54px,5.2vw,86px);line-height:.98;letter-spacing:-.06em}.axDashPremiumCopy h1 span{background:linear-gradient(90deg,#1da8ff,#9a3cff);-webkit-background-clip:text;background-clip:text;color:transparent}.axDashPremiumCopy p{max-width:650px;color:#b7c4da;font-size:19px;line-height:1.7}.axDashSecure{width:max-content;display:flex;align-items:center;gap:10px;margin-top:32px;padding:12px 16px;border-radius:999px;color:#39e58d;background:rgba(57,229,141,.08);border:1px solid rgba(57,229,141,.16);font-weight:900}.axDashVisual{position:relative;height:360px;perspective:900px}.axDashPlate{position:absolute;width:360px;height:170px;right:64px;bottom:22px;border-radius:36px;transform:rotateX(64deg) rotate(-8deg);background:linear-gradient(135deg,rgba(154,60,255,.34),rgba(29,168,255,.2));box-shadow:0 0 90px rgba(154,60,255,.32),0 30px 90px rgba(0,0,0,.38)}.axDashGlass{position:absolute;width:300px;height:210px;right:84px;top:22px;border-radius:30px;transform:rotateY(-18deg) rotateX(10deg) rotate(-8deg);background:linear-gradient(135deg,rgba(255,255,255,.08),rgba(154,60,255,.12));border:1px solid rgba(154,60,255,.36);box-shadow:0 0 80px rgba(91,126,255,.22);animation:axFloatDeck 4.5s ease-in-out infinite}.axDashLine{position:absolute;inset:54px 38px;background:linear-gradient(135deg,transparent 0 18%,#ff5adf 18% 20%,transparent 20% 42%,#9a3cff 42% 44%,transparent 44% 60%,#1da8ff 60% 63%,transparent 63%);clip-path:polygon(0 70%,20% 58%,38% 70%,58% 38%,76% 50%,100% 16%,100% 24%,76% 58%,58% 46%,38% 78%,20% 66%,0 78%);filter:drop-shadow(0 0 12px rgba(154,60,255,.9))}.axDashBeam{position:absolute;right:126px;bottom:18px;width:260px;height:90px;background:radial-gradient(ellipse,rgba(154,60,255,.45),rgba(29,168,255,.2),transparent 72%);filter:blur(12px);animation:axGlowBreath 3.2s ease-in-out infinite}.axRunGrid{width:min(1370px,calc(100% - 72px));margin:48px auto 0;display:grid;grid-template-columns:1fr 1fr;gap:22px}.axRunCard{min-height:520px;padding:34px;border-radius:30px;border:1px solid rgba(255,255,255,.1);background:radial-gradient(circle at 20% 0,rgba(154,60,255,.18),transparent 32%),linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));box-shadow:0 30px 100px rgba(0,0,0,.26)}.axRunCard.spot{background:radial-gradient(circle at 80% 0,rgba(29,168,255,.18),transparent 32%),linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025))}.axRunCard small{display:block;margin-top:24px;color:#aebbd3;font-weight:950;letter-spacing:.12em}.axRunCard h2{margin:14px 0;font-size:36px;line-height:1;letter-spacing:-.04em}.axRunCard p{color:#b7c4da;font-size:17px;line-height:1.62;max-width:560px}.axRunCard ul{margin:30px 0;padding:26px 0 0;border-top:1px solid rgba(255,255,255,.08);list-style:none;display:grid;gap:18px}.axRunCard li{display:flex;align-items:center;gap:12px;color:#c9d6ee;font-weight:750}.axRunCard li svg{color:#91a7ff}.axRunIcon{width:72px;height:72px;display:grid;place-items:center;border-radius:16px;color:white;background:linear-gradient(135deg,#1da8ff,#9a3cff);box-shadow:0 0 70px rgba(154,60,255,.28)}.axRunCard .axBtn{width:100%;min-height:58px;border-radius:14px}.axDashBenefitStrip{width:min(1370px,calc(100% - 72px));margin:48px auto 0;display:grid;grid-template-columns:repeat(4,1fr);border-radius:26px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04);overflow:hidden}.axDashBenefitStrip div{display:grid;grid-template-columns:54px 1fr;gap:12px;align-items:center;padding:28px;border-right:1px solid rgba(255,255,255,.08)}.axDashBenefitStrip div:last-child{border-right:0}.axDashBenefitStrip svg{grid-row:span 2;width:48px;height:48px;padding:12px;border-radius:50%;color:#9a3cff;background:rgba(154,60,255,.14)}.axDashBenefitStrip b,.axDashBenefitStrip span{display:block}.axDashBenefitStrip span{color:#aebbd3;font-size:13px}.axRecentReports{width:min(1370px,calc(100% - 72px));margin:38px auto 0;padding:28px;border-radius:28px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.035)}.axRecentTop{display:flex;justify-content:space-between;gap:16px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.08)}.axRecentTop h3{margin:0;font-size:18px}.axRecentTop a{display:flex;align-items:center;gap:8px;color:white;text-decoration:none;padding:10px 14px;border-radius:12px;background:rgba(255,255,255,.06);font-weight:900}.axRecentEmpty{min-height:170px;display:grid;place-items:center;text-align:center;color:#aebbd3}.axRecentEmpty svg{color:#8d4dff}.axRecentEmpty b{display:block;color:#eaf1ff;margin-top:8px}.axDiagnosisTimeline{display:grid;gap:14px;margin-top:22px}.axDiagnosisCard{display:grid;grid-template-columns:150px 1fr;gap:18px;align-items:stretch;padding:16px;border:1px solid rgba(255,255,255,.09);border-radius:18px;background:radial-gradient(circle at 0 0,rgba(83,145,255,.11),transparent 35%),linear-gradient(135deg,rgba(255,255,255,.055),rgba(255,255,255,.022));box-shadow:0 18px 42px rgba(0,0,0,.18)}.axDiagnosisScore{display:flex;flex-direction:column;justify-content:center;min-height:126px;padding:16px;border-radius:15px;border:1px solid rgba(126,183,255,.16);background:rgba(4,9,24,.42)}.axDiagnosisScore b{color:#fff;font-size:34px;line-height:1;letter-spacing:0}.axDiagnosisScore span{margin-top:9px;color:#94b9ff;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.1em}.axDiagnosisBody{min-width:0;display:grid;align-content:center;gap:10px}.axDiagnosisMeta{display:flex;flex-wrap:wrap;gap:9px;align-items:center}.axDiagnosisMeta em,.axDiagnosisMeta span{display:inline-flex;align-items:center;width:max-content;max-width:100%;padding:7px 10px;border-radius:999px;color:#b9c7df;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.08);font-size:12px;font-style:normal;font-weight:900}.axDiagnosisMeta em{color:#ffd2dc;border-color:rgba(255,95,122,.2);background:rgba(255,95,122,.08)}.axDiagnosisBody h4{margin:0;color:#fff;font-size:22px;line-height:1.12;letter-spacing:0}.axDiagnosisBody p{max-width:920px;margin:0;color:#b9c7df;font-size:14px;line-height:1.45}.axDiagnosisMetrics{display:flex;flex-wrap:wrap;gap:8px}.axDiagnosisMetrics span{display:inline-flex;gap:7px;align-items:center;padding:8px 10px;border-radius:11px;color:#9fb0cd;background:rgba(255,255,255,.045);font-size:12px;font-weight:850}.axDiagnosisMetrics b{color:#f4f7ff;font-size:13px}.axDiagnosisMetrics b.is-loss{color:#ff7487}.axRecentResult{margin-top:22px}@media(max-width:1050px){.axDashPremiumHero,.axRunGrid{grid-template-columns:1fr}.axDashVisual{max-width:540px}.axDashBenefitStrip{grid-template-columns:1fr 1fr}}@media(max-width:720px){.axDashBenefitStrip,.axDashPremiumHero,.axDashPremiumNav,.axRecentReports,.axRunGrid{width:calc(100% - 28px)}.axDashPremiumNav{height:auto;min-height:80px;align-items:flex-start;flex-direction:column;padding:20px 0;gap:14px}.axDashPremiumUser{width:100%;flex-direction:column;align-items:stretch}.axDashPremiumUser a,.axDashPremiumUser>div{justify-content:center}.axDashPremiumHero{margin-top:28px;gap:28px}.axDashPremiumCopy h1{font-size:44px}.axDashPremiumCopy p{font-size:16px}.axDashSecure{width:100%;border-radius:18px}.axDashVisual{height:260px}.axDashPlate{width:250px;height:120px;right:35px}.axDashGlass{width:220px;height:150px;right:50px}.axRunCard{min-height:auto;padding:24px}.axRunCard h2{font-size:30px}.axDashBenefitStrip{grid-template-columns:1fr}.axDashBenefitStrip div{border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}.axRecentTop{flex-direction:column}.axDiagnosisCard{grid-template-columns:1fr}.axDiagnosisScore{min-height:0}}.axProfilePremium{min-height:100vh;padding-bottom:78px;background:radial-gradient(circle at 84% 10%,rgba(154,60,255,.24),transparent 32%),radial-gradient(circle at 12% 12%,rgba(29,168,255,.18),transparent 30%),linear-gradient(180deg,#041024,#030712 58%,#061026)!important}.axProfileNav{width:min(1370px,calc(100% - 72px));height:88px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.07)}.axProfileNavActions{display:flex;align-items:center;gap:12px}.axProfileNavActions button{min-height:48px;display:inline-flex;align-items:center;gap:8px;padding:0 18px;border-radius:14px;color:#eaf1ff;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.1);font-weight:900;cursor:pointer}.axProfileHeroV2{width:min(1370px,calc(100% - 72px));margin:54px auto 0;display:grid;grid-template-columns:1fr 420px;gap:42px;align-items:stretch}.axProfileHeroV2 h1{max-width:850px;margin:24px 0 20px;font-size:clamp(54px,5.4vw,92px);line-height:.92;letter-spacing:-.065em}.axProfileHeroV2 p{max-width:760px;color:#b7c4da;font-size:20px;line-height:1.7}.axProfileStatusCard{display:flex;flex-direction:column;justify-content:center;padding:34px;border-radius:34px;border:1px solid rgba(255,255,255,.1);background:radial-gradient(circle at 50% 0,rgba(154,60,255,.22),transparent 38%),linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.025))}.axProfileAvatar{width:86px;height:86px;display:grid;place-items:center;margin-bottom:28px;border-radius:28px;color:white;background:linear-gradient(135deg,#1da8ff,#9a3cff);box-shadow:0 0 80px rgba(154,60,255,.34)}.axProfileStatusCard span{color:#91b8ff;font-weight:950;text-transform:uppercase;letter-spacing:.1em;font-size:13px}.axProfileStatusCard b{margin-top:10px;font-size:25px;overflow:hidden;text-overflow:ellipsis}.axProfileStatusCard small{margin-top:12px;color:#aebbd3}.axProfileGrid{width:min(1370px,calc(100% - 72px));margin:38px auto 0;display:grid;grid-template-columns:1fr 420px;gap:24px}.axAccessPanel,.axApiVault,.axSecurityPanel{border-radius:34px;border:1px solid rgba(255,255,255,.1);background:radial-gradient(circle at 14% 0,rgba(29,168,255,.14),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));box-shadow:0 30px 110px rgba(0,0,0,.26)}.axApiVault{padding:34px}.axCardHead{display:flex;align-items:center;gap:13px;color:#91b8ff;font-weight:950;text-transform:uppercase;letter-spacing:.1em;font-size:13px}.axCardHead div{width:54px;height:54px;display:grid;place-items:center;border-radius:18px;color:white;background:linear-gradient(135deg,#1da8ff,#9a3cff)}.axApiVault h2{margin:30px 0 14px;font-size:42px;line-height:1;letter-spacing:-.045em}.axApiVault p{max-width:740px;color:#b7c4da;font-size:17px;line-height:1.65}.axProfileSave{width:100%;min-height:58px;margin-top:20px;border-radius:18px}.axProfileSide{display:grid;gap:24px}.axAccessPanel,.axSecurityPanel{padding:28px}.axAccessPanel h3,.axSecurityPanel h3{margin:0 0 18px;font-size:24px}.axAccessPanel div,.axSecurityPanel div{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:center;padding:16px 0;border-top:1px solid rgba(255,255,255,.08)}.axAccessPanel svg,.axSecurityPanel svg{grid-row:span 2;color:#68a7ff}.axAccessPanel b,.axAccessPanel span,.axSecurityPanel b,.axSecurityPanel span{display:block}.axAccessPanel span,.axSecurityPanel span{color:#aebbd3;font-size:13px}.axProfileMessage.ok{margin-top:18px;padding:16px;border-radius:16px;background:rgba(57,229,141,.1);border:1px solid rgba(57,229,141,.22);color:#c9ffdf;font-weight:850}.axProfileMessage.error{margin-top:18px;padding:16px;border-radius:16px;background:rgba(255,80,80,.12);border:1px solid rgba(255,80,80,.25);color:#ffd4d4;font-weight:850}.axProfileFooterStrip{width:min(1370px,calc(100% - 72px));margin:30px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-radius:28px;overflow:hidden;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04)}.axProfileFooterStrip div{display:grid;grid-template-columns:46px 1fr;gap:12px;padding:26px;align-items:center;border-right:1px solid rgba(255,255,255,.08)}.axProfileFooterStrip div:last-child{border-right:0}.axProfileFooterStrip svg{grid-row:span 2;color:#9a3cff}.axProfileFooterStrip span{color:#aebbd3;font-size:13px}@media(max-width:980px){.axProfileFooterStrip,.axProfileGrid,.axProfileHeroV2{grid-template-columns:1fr}.axProfileFooterStrip div{border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}}@media(max-width:720px){.axProfileFooterStrip,.axProfileGrid,.axProfileHeroV2,.axProfileNav{width:calc(100% - 28px)}.axProfileNav{height:auto;padding:20px 0;flex-direction:column;align-items:flex-start;gap:16px}.axProfileNavActions{width:100%;display:grid;grid-template-columns:1fr}.axProfileNavActions .axBtn,.axProfileNavActions button{width:100%;justify-content:center}.axProfileHeroV2{margin-top:30px}.axProfileHeroV2 h1{font-size:42px}.axProfileHeroV2 p{font-size:16px}.axAccessPanel,.axApiVault,.axProfileStatusCard,.axSecurityPanel{padding:24px;border-radius:26px}.axApiVault h2{font-size:32px}}.axProfileV3 .axProfileHeroV2{grid-template-columns:1fr 430px!important}.axProfileControlGrid{width:min(1370px,calc(100% - 72px));margin:38px auto 0;display:grid;grid-template-columns:repeat(12,1fr);gap:22px}.axProfilePanel{position:relative;overflow:hidden;padding:30px;border-radius:30px;border:1px solid rgba(255,255,255,.1);background:radial-gradient(circle at 16% 0,rgba(29,168,255,.12),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));box-shadow:0 28px 90px rgba(0,0,0,.24)}.axProfilePanel h2{margin:26px 0 14px;font-size:30px;line-height:1;letter-spacing:-.04em}.axProfilePanel p{color:#b7c4da;line-height:1.65}.axAccountPanel,.axBillingPanel,.axSecurityPanelV3{grid-column:span 4}.axApiVault{grid-column:span 8}.axActivityPanel,.axNotificationsPanel,.axPreferencesPanel,.axPrivacyPanel,.axSupportPanel{grid-column:span 4}.axInfoRows{display:grid;gap:12px}.axInfoRows div{display:flex;justify-content:space-between;gap:18px;padding:14px 0;border-top:1px solid rgba(255,255,255,.08)}.axInfoRows span{color:#aebbd3}.axInfoRows b{text-align:right;overflow:hidden;text-overflow:ellipsis}.axPlanBadge{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:24px 0;padding:18px;border-radius:18px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.09)}.axPlanBadge b{font-size:28px}.axPlanBadge span{color:#91b8ff;font-weight:900}.axPanelActions{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.axPanelActions .axBtn{min-height:48px}.axDangerButton,.axSoftButton{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;border-radius:14px;color:#eaf1ff;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.1);font-weight:900;text-decoration:none;cursor:pointer}.axDangerButton{color:#ffd6d6;background:rgba(255,70,70,.1);border-color:rgba(255,70,70,.2)}.axSecurityChecks{display:grid;gap:12px}.axSecurityChecks div{display:grid;grid-template-columns:38px 1fr;gap:10px;align-items:center;padding:13px;border-radius:16px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.08)}.axSecurityChecks svg{grid-row:span 2;color:#68a7ff}.axSecurityChecks span{color:#aebbd3;font-size:13px}.axSettingGrid{display:grid;gap:14px}.axSettingGrid label{display:grid;gap:8px}.axSettingGrid span{color:#dce7fb;font-weight:900}.axSettingGrid select{min-height:48px;border-radius:14px;padding:0 14px;color:white;background:rgba(0,0,0,.22);border:1px solid rgba(255,255,255,.1)}.axToggleList{display:grid;gap:14px}.axToggleList label{display:flex;align-items:center;gap:12px;padding:13px;border-radius:16px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.08);color:#dce7fb;font-weight:800}.axToggleList input{width:18px;height:18px}.axTimelineMini{display:grid;gap:0}.axTimelineMini div{position:relative;display:grid;grid-template-columns:28px 1fr;gap:10px;padding:12px 0;border-top:1px solid rgba(255,255,255,.08)}.axTimelineMini i{width:12px;height:12px;margin-top:5px;border-radius:50%;background:linear-gradient(135deg,#1da8ff,#9a3cff);box-shadow:0 0 22px rgba(154,60,255,.45)}.axTimelineMini span{grid-column:2;color:#aebbd3;font-size:13px}@media(max-width:1100px){.axProfileControlGrid,.axProfileV3 .axProfileHeroV2{grid-template-columns:1fr!important}.axAccountPanel,.axActivityPanel,.axApiVault,.axBillingPanel,.axNotificationsPanel,.axPreferencesPanel,.axPrivacyPanel,.axProfilePanel,.axSecurityPanelV3,.axSupportPanel{grid-column:auto!important}}@media(max-width:720px){.axProfileControlGrid{width:calc(100% - 28px);gap:16px}.axProfilePanel{padding:22px;border-radius:24px}.axProfilePanel h2{font-size:26px}.axPanelActions{display:grid}.axPanelActions>*{width:100%}.axInfoRows div{display:grid}.axInfoRows b{text-align:left}}.axVerdictResult{margin-top:28px;display:grid;gap:18px}.axVerdictExportWrap{margin-top:28px;display:grid;gap:14px}.axVerdictExportWrap .axVerdictResult{margin-top:0}.axVerdictShareBar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;border-radius:20px;background:radial-gradient(circle at 12% 0,rgba(29,168,255,.14),transparent 34%),linear-gradient(135deg,rgba(255,255,255,.075),rgba(255,255,255,.026));border:1px solid rgba(145,184,255,.18);box-shadow:0 22px 70px rgba(0,0,0,.18)}.axVerdictShareBar>span{color:#dce8ff;font-size:14px;font-weight:950;letter-spacing:.02em}.axVerdictShareActions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.axVerdictShareBtn{min-height:40px;padding:0 13px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;color:#f5f8ff;background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.12);box-shadow:0 16px 38px rgba(0,0,0,.18);font-size:13px;font-weight:950;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.axVerdictShareBtn:hover{transform:translateY(-1px);border-color:rgba(145,184,255,.34);background:rgba(145,184,255,.13);box-shadow:0 18px 46px rgba(29,168,255,.12)}.axVerdictShareBtn:disabled{opacity:.62;cursor:progress;transform:none}.axVerdictShareBtn:first-child{color:#0b1020;background:linear-gradient(135deg,#fff3bd,#d6a937);border-color:rgba(255,225,140,.65)}.axVerdictExportMessage{margin:0;padding:11px 14px;border-radius:16px;color:#cbd8ef;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.09);font-size:13px;line-height:1.5}.axVerdictScoreCard{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.axVerdictScoreCard div{padding:22px;border-radius:22px;background:radial-gradient(circle at 20% 0,rgba(29,168,255,.12),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025));border:1px solid rgba(255,255,255,.09)}.axVerdictScoreCard span{display:block;color:#aebbd3;font-size:13px;font-weight:850;margin-bottom:10px}.axVerdictScoreCard b{display:block;font-size:34px;line-height:1;letter-spacing:-.04em}.axVerdictScoreCard em{color:#aebbd3;font-size:16px;font-style:normal}.axVerdictMainCard{padding:30px;border-radius:28px;background:radial-gradient(circle at 12% 0,rgba(154,60,255,.18),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.028));border:1px solid rgba(255,255,255,.1)}.axVerdictBadge{width:max-content;display:flex;align-items:center;gap:9px;padding:9px 13px;border-radius:999px;color:#c9dcff;background:rgba(29,168,255,.1);border:1px solid rgba(29,168,255,.25);font-size:12px;font-weight:950;letter-spacing:.08em}.axVerdictBadge svg{color:#9a3cff}.axVerdictMainCard h3{margin:22px 0 18px;font-size:34px;line-height:1.1;letter-spacing:-.04em}.axVerdictStrength{display:flex;gap:12px;padding:18px;margin-bottom:20px;border-radius:18px;background:rgba(57,229,141,.08);border:1px solid rgba(57,229,141,.16)}.axVerdictStrength svg{color:#39e58d;flex:0 0 auto}.axVerdictStrength b{display:block;color:#dfffee;margin-bottom:4px}.axVerdictStrength p{margin:0;color:#bdebd2;line-height:1.55}.axAISummary{display:grid;gap:12px}.axAISummary p{margin:0;color:#d4def2;line-height:1.7;font-size:16px}.axVerdictImportCard{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.axVerdictImportCard div{padding:16px;border-radius:18px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.08)}.axVerdictImportCard span{display:block;color:#aebbd3;font-size:12px;margin-bottom:7px}.axVerdictImportCard b{display:block;color:white;overflow:hidden;text-overflow:ellipsis}@media(max-width:900px){.axVerdictScoreCard{grid-template-columns:1fr 1fr}.axVerdictImportCard{grid-template-columns:1fr 1fr 1fr}}@media(max-width:620px){.axVerdictImportCard,.axVerdictScoreCard{grid-template-columns:1fr}.axVerdictMainCard{padding:22px}.axVerdictMainCard h3{font-size:26px}}.axAISummary{padding-top:6px}.axAISummary p{padding:10px 0;border-bottom:1px solid rgba(255,255,255,.06)}.axAISummary p:last-child{border-bottom:0}.axDashError{background:rgba(255,184,77,.1)!important;border-color:rgba(255,184,77,.22)!important;color:#ffe1b0!important;line-height:1.6!important}.axVerdictMainCard h3{max-width:900px}.axVerdictImportCard div{min-height:78px}.axAISummary p{border-bottom:0!important;padding:8px 0!important;color:#e0e8f8!important}.axVerdictImportCard div{border:0!important;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025))!important}.axVerdictImportCard span{color:#94a7c8!important;font-weight:800!important}.axDashError{font-size:15px!important;font-weight:800!important}.axBrand .brandLogo,.logo .brandLogo,.v3brand .brandLogo,\n
.brandLogo{width:42px;height:42px;object-fit:contain;border-radius:10px;display:inline-block;vertical-align:middle}.logo .brandLogo{width:150px;height:46px;border-radius:0;object-fit:contain;margin-right:0}.logo{font-size:0!important}.axBrand .brandLogo,.navLogo,.v3brand .brandLogo{width:42px;height:42px;object-fit:contain;margin-right:10px}.navLogo{flex:0 0 auto}.footerLogo,.navLogo{display:inline-block;vertical-align:middle}.footerLogo{width:32px;height:32px;object-fit:contain;margin-right:8px}.brandLogo{width:42px!important;height:42px!important;object-fit:contain!important;border-radius:8px}.logo{font-size:inherit!important}.axBrand img,.brandLogo,.logo img,.navLogo,.v3brand img{width:30px!important;height:30px!important;min-width:30px!important;max-width:30px!important;object-fit:contain!important;border-radius:6px!important;margin-right:8px!important;display:inline-block!important;vertical-align:middle!important;flex:0 0 auto!important}.axBrand,.logo,.v3brand{display:flex!important;align-items:center!important;gap:8px!important}.axBrand b,.logo b{font-size:18px!important;letter-spacing:.08em!important}.axBrand.axLockedBrand .brandLogo,.axBrand.axLockedBrand .navLogo,.axDashPremiumNav .axBrand .brandLogo,.axNav .axBrand .navLogo{width:22px!important;height:22px!important;min-width:22px!important;max-width:22px!important;object-fit:contain!important;margin-right:7px!important;border-radius:4px!important}.axBrand.axLockedBrand,.axDashPremiumNav .axBrand,.axNav .axBrand{gap:7px!important;min-width:max-content!important}.axBrand.axLockedBrand b,.axDashPremiumNav .axBrand b,.axNav .axBrand b{font-size:16px!important;letter-spacing:.07em!important;white-space:nowrap!important}.axNav .axBrand{min-width:260px!important;display:flex!important;align-items:center!important;gap:12px!important}.axNav .axBrand .brandLogo,.axNav .axBrand .navLogo,.axNav .axBrand img{width:40px!important;height:40px!important;min-width:40px!important;max-width:40px!important;object-fit:contain!important;margin-right:0!important}.axNav .axBrand b{font-size:18px!important;line-height:1!important;letter-spacing:.08em!important;white-space:nowrap!important}.axVerdictResult.premium{display:grid;gap:22px}.axCoachHero{display:grid;grid-template-columns:150px 1fr;gap:26px;align-items:center;padding:30px;border-radius:30px;background:linear-gradient(135deg,rgba(29,168,255,.12),rgba(154,60,255,.12));border:1px solid rgba(255,255,255,.12)}.axScoreCircle{width:128px;height:128px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(#39e58d var(--score),rgba(255,255,255,.08) 0)}.axScoreCircle.bad{background:conic-gradient(#ff5f6d var(--score),rgba(255,255,255,.08) 0)}.axScoreCircle.mid{background:conic-gradient(#ffd166 var(--score),rgba(255,255,255,.08) 0)}.axScoreCircle.good{background:conic-gradient(#39e58d var(--score),rgba(255,255,255,.08) 0)}.axScoreCircle div{width:96px;height:96px;border-radius:50%;display:grid;place-items:center;background:#101827}.axScoreCircle b{font-size:38px}.axScoreCircle span{margin-top:-28px;color:#aebbd3;font-weight:900}.axCoachLabel{color:#91b8ff;font-weight:950;letter-spacing:.12em;font-size:12px}.axCoachHero h3{margin:12px 0;font-size:34px;line-height:1.08;letter-spacing:-.04em}.axCoachHero p{margin:0;color:#c8d5eb;line-height:1.6}.axCoachMetrics{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.axCoachMetrics div{padding:20px;border-radius:22px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.08)}.axCoachMetrics em,.axCoachMetrics span{display:block;color:#9fb0cc;font-style:normal}.axCoachMetrics b{display:block;margin:8px 0;font-size:30px}.axCoachGrid{display:grid;grid-template-columns:1.2fr 1fr;gap:16px}.axCoachCard{padding:24px;border-radius:26px;background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025));border:1px solid rgba(255,255,255,.09)}.axCoachCard.main{grid-row:span 2}.axCoachCard svg{color:#8f5cff;margin-bottom:16px}.axCoachCard span{display:block;font-size:22px;font-weight:950;margin-bottom:12px}.axCoachCard p{color:#d8e3f6;line-height:1.7;margin:0}.axCoachPlan{padding:26px;border-radius:28px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.09)}.axCoachPlan h3{margin:0 0 18px;font-size:26px}.axCoachPlan p{display:grid;grid-template-columns:38px 1fr;gap:12px;align-items:start;margin:0;padding:13px 0;border-top:1px solid rgba(255,255,255,.07);color:#dce7fb}.axCoachPlan p b{width:28px;height:28px;border-radius:10px;display:grid;place-items:center;background:linear-gradient(135deg,#1da8ff,#9a3cff)}.axCoachRule{padding:24px;border-radius:26px;border:1px solid rgba(255,209,102,.35);background:linear-gradient(135deg,rgba(255,209,102,.14),rgba(154,60,255,.08))}.axCoachRule span{display:block;color:#ffd166;font-weight:950;text-transform:uppercase;letter-spacing:.1em;font-size:12px;margin-bottom:10px}.axCoachRule b{display:block;font-size:24px;line-height:1.35}.axPotential{padding:24px;border-radius:26px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.09)}.axPotential div{display:flex;justify-content:space-between;gap:20px;align-items:end}.axPotential span{color:#aebbd3;font-weight:900}.axPotential b{font-size:44px}.axPotential i{height:12px;margin:14px 0;background:rgba(255,255,255,.08);overflow:hidden}.axPotential i,.axPotential i em{display:block;border-radius:999px}.axPotential i em{height:100%;background:linear-gradient(90deg,#1da8ff,#9a3cff)}.axPotential p{margin:0;color:#c8d5eb;line-height:1.6}@media(max-width:900px){.axCoachGrid,.axCoachHero{grid-template-columns:1fr}.axCoachMetrics{grid-template-columns:1fr 1fr}.axCoachCard.main{grid-row:auto}}@media(max-width:620px){.axCoachMetrics{grid-template-columns:1fr}.axCoachHero{padding:22px}.axCoachHero h3{font-size:26px}}.axCoachHero{position:relative}.axShareResultBtn{position:absolute;right:24px;top:24px;min-height:46px;padding:0 18px;border-radius:16px;display:inline-flex;align-items:center;gap:8px;color:#0b1020;background:linear-gradient(135deg,#fff3bd,#d6a937);border:1px solid rgba(255,225,140,.65);box-shadow:0 18px 48px rgba(214,169,55,.2);font-weight:950;cursor:pointer}.axCoachCard{position:relative}.axCoachCard svg{width:38px;height:38px;padding:9px;border-radius:16px;margin-bottom:18px}.axCoachCard.diagnosis{border-color:rgba(255,255,255,.28)!important;background:radial-gradient(circle at 12% 0,rgba(255,255,255,.12),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.025))!important}.axCoachCard.diagnosis svg{color:#fff;background:rgba(255,255,255,.08);box-shadow:0 0 35px rgba(255,255,255,.1)}.axCoachCard.behavior{border-color:rgba(145,184,255,.22)!important;background:radial-gradient(circle at 12% 0,rgba(29,168,255,.1),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.022))!important}.axCoachCard.behavior svg{color:#7db6ff;background:rgba(29,168,255,.1)}.axCoachCard.leak{border-color:rgba(255,95,109,.35)!important;background:radial-gradient(circle at 12% 0,rgba(255,95,109,.16),transparent 36%),linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.022))!important}.axCoachCard.leak svg{color:#ff7a86;background:rgba(255,95,109,.12);box-shadow:0 0 35px rgba(255,95,109,.12)}.axCoachCard.strength{border-color:rgba(57,229,141,.35)!important;background:radial-gradient(circle at 12% 0,rgba(57,229,141,.14),transparent 36%),linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.022))!important}.axCoachCard.strength svg{color:#39e58d;background:rgba(57,229,141,.12);box-shadow:0 0 35px rgba(57,229,141,.12)}.axCoachPlan p b{color:#17110a!important;background:linear-gradient(135deg,#fff3bd,#d6a937)!important;box-shadow:0 10px 28px rgba(214,169,55,.18)}.axPotential i em{background:linear-gradient(90deg,#fff3bd,#d6a937,#a87618)!important;box-shadow:0 0 25px rgba(214,169,55,.35)}.axPotential b{background:linear-gradient(135deg,#fff3bd,#d6a937);-webkit-background-clip:text;background-clip:text;color:transparent}@media(max-width:900px){.axShareResultBtn{position:static;width:max-content;margin-top:10px}}@media(max-width:620px){.axShareResultBtn{width:100%;justify-content:center}.axVerdictShareBar{display:grid;gap:12px;padding:12px;border-radius:18px}.axVerdictShareActions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.axVerdictShareBtn{width:100%;min-height:42px;padding:0 10px}}.axCoachImpactGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.axImpactCard{padding:24px;border-radius:26px;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));border:1px solid rgba(255,255,255,.1);box-shadow:0 24px 70px rgba(0,0,0,.22)}.axImpactCard span{display:block;margin-bottom:12px;color:#aebbd3;font-size:12px;font-weight:950;letter-spacing:.1em;text-transform:uppercase}.axImpactCard b{display:block;font-size:34px;line-height:1;letter-spacing:-.04em;margin-bottom:12px}.axImpactCard p{margin:0;color:#d7e2f6;line-height:1.55}.axImpactCard.danger{border-color:rgba(255,95,109,.35);background:radial-gradient(circle at 10% 0,rgba(255,95,109,.18),transparent 38%),linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025))}.axImpactCard.danger b{color:#ff7a86}.axImpactCard.success{border-color:rgba(57,229,141,.35);background:radial-gradient(circle at 10% 0,rgba(57,229,141,.15),transparent 38%),linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025))}.axImpactCard.success b{color:#39e58d}.axImpactCard.gold{border-color:rgba(255,209,102,.38);background:radial-gradient(circle at 10% 0,rgba(255,209,102,.18),transparent 38%),linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025))}.axImpactCard.gold b{background:linear-gradient(135deg,#fff3bd,#d6a937);-webkit-background-clip:text;background-clip:text;color:transparent}@media(max-width:900px){.axCoachImpactGrid{grid-template-columns:1fr}}.axVerdictV2{gap:16px}.axV2Section{min-width:0;display:grid;gap:10px}.axVerdictV2 .axCoachHero{grid-template-columns:112px 1fr;gap:20px;padding:22px;border-radius:24px}.axVerdictV2 .axScoreCircle{width:104px;height:104px}.axVerdictV2 .axScoreCircle div{width:78px;height:78px}.axVerdictV2 .axScoreCircle b{font-size:32px}.axVerdictV2 .axScoreCircle span{margin-top:-22px;font-size:14px}.axVerdictV2 .axCoachHero h3{max-width:1100px;margin:8px 0;font-size:28px;line-height:1.12;letter-spacing:0}.axVerdictV2 .axCoachHero p{max-width:980px;font-size:15px}.axCoachSource{display:block;margin-top:9px;color:#9fadca;font-size:12px;font-weight:850}.axVerdictV2 .axShareResultBtn{min-height:40px;padding:0 14px;border-radius:14px}.axSnapshotStrip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.axCompactMetric,.axSnapshotStrip div{min-height:74px;padding:14px 16px;border-radius:16px;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.04)}.axCompactMetric span,.axSnapshotStrip span{display:block;color:#9fadca;font-size:12px;font-weight:950}.axCompactMetric b,.axSnapshotStrip b{display:block;margin-top:7px;color:#fff;font-size:24px;line-height:1}.axValueGrid{display:grid;grid-template-columns:1.15fr .85fr 1fr;gap:12px;max-width:none}.axValueCard{min-height:154px;padding:18px;border-radius:18px;display:grid;align-content:start;gap:8px;border:1px solid rgba(255,255,255,.1);background:radial-gradient(circle at 8% 0,rgba(255,255,255,.08),transparent 35%),linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.022))}.axValueCard svg{width:36px;height:36px;padding:8px;border-radius:12px}.axValueCard span{color:#aebbd3;font-size:12px;font-weight:950}.axValueCard b{color:#fff;font-size:22px;line-height:1.15}.axCompactMetric p,.axValueCard p{margin:0;color:#c8d5eb;font-size:13px;line-height:1.45}.axValueCard.gold{border-color:rgba(255,209,102,.28)}.axValueCard.gold svg{color:#ffd166;background:rgba(255,209,102,.12)}.axValueCard.danger{border-color:rgba(255,95,109,.28)}.axValueCard.danger b,.axValueCard.danger svg{color:#ff7a86}.axValueCard.behavior{border-color:rgba(111,163,255,.24)}.axValueCard.behavior svg{color:#7db6ff;background:rgba(111,163,255,.12)}.axCompactMetrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;max-width:none}.axCompactMetric{min-height:92px}.axCompactMetric.bad b,.axCompactMetric.danger b{color:#ff7a86}.axCompactMetric.low b,.axCompactMetric.mid b,.axCompactMetric.warning b{color:#ffd166}.axCompactMetric.good b,.axCompactMetric.high b{color:#39e58d}.axPremiumCommandCenter{display:grid;grid-template-columns:minmax(280px,.9fr) 1.4fr;gap:16px;min-width:0}.axPremiumMetric,.axPremiumRule,.axPremiumSignal,.axRiskPressureCard{border:1px solid rgba(255,255,255,.1);background:radial-gradient(circle at 8% 0,rgba(255,255,255,.08),transparent 36%),linear-gradient(180deg,rgba(255,255,255,.062),rgba(255,255,255,.026));box-shadow:0 24px 72px rgba(0,0,0,.22)}.axPremiumRule{min-height:230px;padding:24px;border-radius:24px;display:grid;align-content:start;gap:12px;border-color:rgba(255,209,102,.3);background:radial-gradient(circle at 12% 0,rgba(255,209,102,.18),transparent 38%),linear-gradient(135deg,rgba(255,255,255,.07),rgba(255,255,255,.026))}.axPremiumRule svg{width:46px;height:46px;padding:10px;border-radius:16px;color:#ffd166;background:rgba(255,209,102,.12)}.axPremiumMetric span,.axPremiumRule span,.axPremiumSignal span,.axRiskPressureCard span{color:#aebbd3;font-size:12px;font-weight:950;letter-spacing:0}.axPremiumRule b{color:#fff;font-size:27px;line-height:1.12;letter-spacing:0}.axPremiumMetric p,.axPremiumRule p,.axPremiumSignal p,.axRiskPressureCard p{margin:0;color:#c8d5eb;font-size:14px;line-height:1.55}.axPremiumMetricGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;min-width:0}.axPremiumMetric{min-height:126px;padding:18px;border-radius:20px;display:grid;align-content:start;gap:9px}.axPremiumMetric b{color:#fff;font-size:28px;line-height:1}.axPremiumMetric.bad b,.axPremiumMetric.danger b{color:#ff7a86}.axPremiumMetric.low b,.axPremiumMetric.mid b,.axPremiumMetric.warning b{color:#ffd166}.axPremiumMetric.good b,.axPremiumMetric.high b{color:#39e58d}.axPremiumSignalGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.axPremiumSignal{min-height:168px;padding:20px;border-radius:22px;display:grid;align-content:start;gap:10px}.axPremiumSignal svg{width:40px;height:40px;padding:9px;border-radius:14px}.axPremiumSignal b{color:#fff;font-size:20px;line-height:1.18}.axPremiumSignal.danger{border-color:rgba(255,95,109,.28)}.axPremiumSignal.danger svg{color:#ff7a86;background:rgba(255,95,109,.12)}.axPremiumSignal.behavior{border-color:rgba(111,163,255,.26)}.axPremiumSignal.behavior svg{color:#7db6ff;background:rgba(111,163,255,.12)}.axPremiumSignal.data{border-color:rgba(57,229,141,.24)}.axPremiumSignal.data svg{color:#39e58d;background:rgba(57,229,141,.1)}.axV2SectionHead{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.axV2SectionHead span{color:#f6f8ff;font-size:13px;font-weight:950;letter-spacing:0}.axV2SectionHead p{max-width:520px;margin:0;color:#9fadca;font-size:13px;line-height:1.45;text-align:right}.axV2HorizontalCards{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(220px,260px);gap:12px;max-width:none;min-width:0;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;padding:2px 2px 8px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.22) transparent}.axV2HorizontalCards::-webkit-scrollbar{height:8px}.axV2HorizontalCards::-webkit-scrollbar-track{background:transparent}.axV2HorizontalCards::-webkit-scrollbar-thumb{background:rgba(255,255,255,.18);border-radius:999px}.axPairPerformanceRail{grid-auto-columns:minmax(190px,224px)}.axPairPerformanceCard,.axV2EmptyCard,.axV2InsightCard{scroll-snap-align:start;min-height:138px;padding:16px;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:radial-gradient(circle at 12% 0,rgba(255,255,255,.08),transparent 36%),linear-gradient(180deg,rgba(255,255,255,.062),rgba(255,255,255,.026));box-shadow:0 22px 60px rgba(0,0,0,.2)}.axPairPerformanceCard{display:grid;align-content:start;gap:8px;min-height:168px}.axPairPerformanceCard b{color:#fff;font-size:19px;line-height:1.1}.axPairPerformanceCard span{color:#9fadca;font-size:13px;font-weight:850}.axPairPerformanceCard strong{color:#f6f8ff;font-size:30px;line-height:1}.axPairPerformanceCard em{width:max-content;min-height:30px;display:inline-flex;align-items:center;padding:0 10px;border-radius:999px;color:#39e58d;background:rgba(57,229,141,.1);border:1px solid rgba(57,229,141,.22);font-size:13px;font-style:normal;font-weight:950}.axPairPerformanceCard small,.axV2InsightCard small{color:#aebbd3;font-size:12px;font-weight:850;line-height:1.45}.axPairPerformanceCard p{margin:0;color:#c6d2e8;font-size:13px;line-height:1.45}.axPairPerformanceCard.loss{border-color:rgba(255,95,109,.28);background:radial-gradient(circle at 10% 0,rgba(255,95,109,.14),transparent 38%),linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.024))}.axPairPerformanceCard.loss em{color:#ff7a86;background:rgba(255,95,109,.1);border-color:rgba(255,95,109,.24)}.axV2TwoColumn{display:grid;grid-template-columns:1fr 1fr;gap:12px}.axV2TwoColumn.single{grid-template-columns:1fr}.axV2ThreeColumn{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:12px}.axV2ThreeColumn .axV2Section{height:100%;grid-template-rows:auto 1fr}.axV2ThreeColumn .axV2SectionHead{display:grid;align-items:start;gap:6px}.axV2ThreeColumn .axV2SectionHead p{max-width:none;min-height:36px;text-align:left}.axV2ThreeColumn .axV2HorizontalCards{grid-auto-columns:minmax(220px,1fr);height:100%}.axV2ThreeColumn .axV2EmptyCard,.axV2ThreeColumn .axV2InsightCard{height:100%;min-height:252px}.axTopPairList{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(220px,1fr);gap:10px;overflow-x:auto;overscroll-behavior-x:contain;padding-bottom:4px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.22) transparent}.axTopPairList div{min-height:52px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;padding:14px 16px;border-radius:16px;color:#dfffee;background:rgba(57,229,141,.075);border:1px solid rgba(57,229,141,.16)}.axTopPairList svg{color:#39e58d}.axTopPairList b{color:#fff;font-size:16px}.axTopPairList span{color:#a8f6cb;font-size:13px;font-weight:900}.axTopPairList.loss div{color:#ffd9dd;background:rgba(255,95,109,.075);border-color:rgba(255,95,109,.18)}.axTopPairList.loss span,.axTopPairList.loss svg{color:#ff7a86}.axV2InsightCard{display:grid;align-content:start;gap:8px;min-height:172px;padding:17px}.axV2InsightCard svg{width:36px;height:36px;padding:8px;border-radius:12px}.axV2InsightCard b{color:#fff;font-size:16px;line-height:1.2}.axV2InsightCard span{color:#9fadca;font-size:12px;font-weight:950}.axV2InsightCard strong{color:#f6f8ff;font-size:24px;line-height:1}.axV2InsightCard em{width:max-content;min-height:26px;display:inline-flex;align-items:center;padding:0 9px;border-radius:999px;color:#d7e2f6;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.09);font-size:12px;font-style:normal;font-weight:950}.axV2EmptyCard p,.axV2InsightCard p{margin:2px 0 0;color:#c6d2e8;font-size:13px;line-height:1.45}.axV2InsightCard.leak{border-color:rgba(255,95,109,.3);background:radial-gradient(circle at 12% 0,rgba(255,95,109,.16),transparent 38%),linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.024))}.axV2InsightCard.leak strong,.axV2InsightCard.leak svg{color:#ff7a86}.axV2InsightCard.leak svg{background:rgba(255,95,109,.12)}.axV2InsightCard.behavior{border-color:rgba(111,163,255,.26);background:radial-gradient(circle at 12% 0,rgba(111,163,255,.15),transparent 38%),linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.024))}.axV2InsightCard.behavior strong,.axV2InsightCard.behavior svg{color:#7db6ff}.axV2InsightCard.behavior svg{background:rgba(111,163,255,.12)}.axV2InsightCard.emotion{border-color:rgba(255,209,102,.3);background:radial-gradient(circle at 12% 0,rgba(255,209,102,.16),transparent 38%),linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.024))}.axV2InsightCard.emotion strong,.axV2InsightCard.emotion svg{color:#ffd166}.axV2InsightCard.emotion svg{background:rgba(255,209,102,.12)}.axV2EmptyCard{display:grid;align-content:center;gap:8px}.axV2EmptyCard b{color:#f6f8ff}.axRiskPressureGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.axRiskPressureCard{min-height:132px;padding:16px;border-radius:18px;display:grid;align-content:start;gap:10px}.axRiskPressureCard svg{width:40px;height:40px;padding:9px;border-radius:14px}.axRiskPressureCard b{color:#fff;font-size:24px;line-height:1}.axRiskPressureCard.drawdown{border-color:rgba(255,95,109,.26)}.axRiskPressureCard.drawdown b,.axRiskPressureCard.drawdown svg{color:#ff7a86}.axRiskPressureCard.streak{border-color:rgba(255,209,102,.28)}.axRiskPressureCard.streak b,.axRiskPressureCard.streak svg{color:#ffd166}.axRiskPressureCard.equity{border-color:rgba(57,229,141,.22)}.axRiskPressureCard.equity b,.axRiskPressureCard.equity svg{color:#39e58d}.axCoachPlan p span{min-width:0;display:grid;gap:5px}.axCoachPlan p strong{color:#fff;font-size:15px;line-height:1.25}.axCoachPlan p em{color:#aebbd3;font-size:13px;font-style:normal;line-height:1.45}.axVerdictV2 .axCoachPlan,.axVerdictV2 .axPotential{padding:18px;border-radius:20px}.axVerdictV2 .axCoachPlan h3{margin-bottom:10px;font-size:22px}.axVerdictV2 .axCoachPlan p{grid-template-columns:32px 1fr;gap:10px;padding:9px 0;font-size:14px}.axVerdictV2 .axCoachPlan p b{width:26px;height:26px;border-radius:9px}.axVerdictV2 .axPotential b{font-size:34px}@media(max-width:900px){.axSnapshotStrip{grid-template-columns:1fr 1fr}.axPremiumCommandCenter,.axPremiumSignalGrid,.axRiskPressureGrid{grid-template-columns:1fr}.axPremiumMetricGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.axV2ThreeColumn,.axV2TwoColumn{grid-template-columns:1fr}.axV2SectionHead{display:grid}.axV2SectionHead p{text-align:left}}@media(max-width:620px){.axPremiumMetricGrid,.axSnapshotStrip,.axVerdictV2 .axCoachHero{grid-template-columns:1fr}.axCompactMetrics,.axPairPerformanceRail,.axV2HorizontalCards,.axValueGrid{grid-template-columns:1fr;max-width:none}.axCompactMetric,.axPairPerformanceCard,.axV2InsightCard{grid-template-columns:1fr;align-items:start}.axValueCard{grid-template-columns:1fr}.axPairPerformanceCard em,.axPairPerformanceCard p,.axPairPerformanceCard small,.axPairPerformanceCard strong,.axV2InsightCard em,.axV2InsightCard p,.axV2InsightCard small,.axV2InsightCard span,.axV2InsightCard strong,.axV2InsightCard svg,.axValueCard svg{grid-column:auto;grid-row:auto;text-align:left}.axTopPairList div{grid-template-columns:auto 1fr}.axTopPairList span{grid-column:2}}.axChromeMounted .axAuthTop,.axChromeMounted .axDashPremiumNav,.axChromeMounted .axFooter,.axChromeMounted .axNav,.axChromeMounted footer:not(.axSiteFooter){display:none!important}.axSiteHeader{position:sticky;top:14px;z-index:1000;width:min(1680px,calc(100% - 48px));margin:14px auto 0;min-height:78px;padding:14px 22px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;border:1px solid rgba(255,255,255,.11);border-radius:28px;background:rgba(8,14,32,.72);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);box-shadow:0 28px 90px rgba(0,0,0,.32)}.axSiteBrand{display:flex;align-items:center;gap:14px;color:#fff;text-decoration:none}.axSiteLogo{width:48px;height:48px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(135deg,#1da8ff,#9a3cff);color:#fff;font-weight:950;box-shadow:0 20px 50px rgba(29,168,255,.22)}.axSiteBrand b{font-size:22px;letter-spacing:.16em;font-weight:950}.axSiteNav{display:flex;align-items:center;gap:38px}.axSiteNav a{color:#c4cee2;text-decoration:none;font-size:16px;transition:.2s ease}.axSiteNav a:hover{color:#fff}.axSiteActions{justify-self:end;display:flex;align-items:center;gap:12px}.axSiteLogin{min-height:48px;padding:0 20px;border-radius:16px;display:inline-flex;gap:8px;font-weight:950;background:linear-gradient(135deg,#1da8ff,#9a3cff)}.axSiteLogin,.axSiteProfile{align-items:center;text-decoration:none;color:#fff}.axSiteProfile{min-height:58px;padding:10px 16px;border-radius:20px;display:flex;gap:12px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12)}.axSiteProfile span{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#1da8ff,#9a3cff)}.axSiteProfile b{display:block;font-size:14px}.axSiteProfile small{color:#aebbd3}.axMobileMenuBtn{display:none;width:48px;height:48px;border-radius:16px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);color:#fff}.axMobileMenu{position:fixed;top:100px;left:24px;right:24px;z-index:1001;padding:18px;border-radius:24px;background:rgba(8,14,32,.94);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border:1px solid rgba(255,255,255,.12);display:grid;gap:10px}.axMobileMenu a{padding:16px;border-radius:16px;color:#fff;text-decoration:none;background:rgba(255,255,255,.05);font-weight:900}.axSiteFooter{width:min(1680px,calc(100% - 48px));margin:70px auto 0;padding:58px 0 34px;display:grid;grid-template-columns:1.35fr .8fr .8fr .9fr;gap:56px;border-top:1px solid rgba(255,255,255,.1)}.axSiteFooter p{max-width:560px;color:#aebbd3;line-height:1.7;font-size:18px}.axSiteFooter h4{margin:0 0 18px;color:#fff;text-transform:uppercase;letter-spacing:.14em;font-size:14px}.axSiteFooter a,.axSiteFooter span{display:block;margin:0 0 14px;color:#bac7dc;text-decoration:none;font-weight:850}.axSiteFooter a:hover{color:#fff}.axSiteFooter section{grid-column:1/-1;padding-top:30px;border-top:1px solid rgba(255,255,255,.08);display:grid;grid-template-columns:1fr 1.4fr;gap:30px;color:#8d9bb4}.axSiteFooter section p{margin:0;font-size:15px;max-width:none}@media(max-width:980px){.axSiteHeader{width:calc(100% - 28px);grid-template-columns:1fr auto}.axSiteLogin,.axSiteNav,.axSiteProfile{display:none}.axMobileMenuBtn{display:grid;place-items:center}.axSiteFooter{width:calc(100% - 28px);grid-template-columns:1fr 1fr;gap:34px}.axSiteFooter section{grid-template-columns:1fr}}@media(max-width:620px){.axSiteHeader{min-height:68px;border-radius:22px;padding:10px 12px}.axSiteLogo{width:42px;height:42px}.axSiteBrand b{font-size:18px}.axSiteFooter{grid-template-columns:1fr;margin-top:42px}}.axHeaderFixed{position:sticky;top:0;z-index:9999;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:rgba(5,10,25,.88);border-bottom:1px solid rgba(255,255,255,.06)}.axFooter{background:radial-gradient(circle at 15% 20%,rgba(0,180,255,.15),transparent 40%),radial-gradient(circle at 85% 20%,rgba(130,80,255,.15),transparent 40%),linear-gradient(180deg,#07111f,#08152a 40%,#0a1030)}.axFooterBrand{display:flex;flex-direction:column;gap:18px}.axFooterLogo{width:64px;height:64px;object-fit:contain;border-radius:16px}.axFooter h4,.axFooter h5{color:#fff}.axFooter a{transition:.25s}.axFooter a:hover{color:#58b7ff}.axChromeMounted{padding-top:108px}.axSiteHeader{width:100%!important;max-width:none!important;padding:18px 56px!important;z-index:99999!important;background:radial-gradient(circle at 10% 0,rgba(29,168,255,.16),transparent 38%),radial-gradient(circle at 90% 0,rgba(154,60,255,.18),transparent 38%),rgba(6,13,31,.92)!important;border:0!important;border-bottom:1px solid rgba(255,255,255,.1)!important;-webkit-backdrop-filter:blur(24px)!important;backdrop-filter:blur(24px)!important;box-shadow:0 18px 70px rgba(0,0,0,.32)!important}.axSiteLogo{overflow:hidden!important;background:rgba(8,16,35,.75)!important;border:1px solid rgba(88,183,255,.28)!important;box-shadow:0 18px 45px rgba(29,168,255,.18)!important}.axSiteLogo img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.axSiteFooter{width:100%!important;max-width:none!important;margin:80px 0 0!important;padding:76px 56px 36px!important;background:radial-gradient(circle at 12% 20%,rgba(29,168,255,.24),transparent 34%),radial-gradient(circle at 86% 18%,rgba(154,60,255,.28),transparent 38%),linear-gradient(135deg,#061020,#0b1a35 42%,#160d3d)!important;border-top:1px solid rgba(88,183,255,.22)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important}.axSiteFooter .axSiteLogo{width:72px!important;height:72px!important;border-radius:18px!important}.axSiteFooter .axSiteBrand{align-items:flex-start!important;flex-direction:column!important;gap:18px!important}.axSiteFooter .axSiteBrand b{font-size:28px!important}.axSiteFooter h4{color:#4bb7ff!important;text-shadow:0 0 22px rgba(75,183,255,.26)!important}.axSiteFooter a:hover{color:#fff!important;transform:translateX(4px)}@media(max-width:980px){.axChromeMounted{padding-top:86px}.axSiteHeader{min-height:78px!important;padding:12px 18px!important}.axSiteFooter{padding:52px 22px 28px!important}}@media(max-width:620px){.axSiteFooter .axSiteBrand{align-items:flex-start!important}}.csvUploadBox{margin:56px auto;max-width:1120px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(135deg,rgba(0,102,255,.18),rgba(0,25,80,.35));border-radius:28px;padding:28px;box-shadow:0 30px 120px rgba(0,40,140,.25),0 10px 40px rgba(0,0,0,.35)}.csvUploadHead{display:flex;gap:18px;align-items:flex-start;margin-bottom:22px}.csvIcon{width:52px;height:52px;border-radius:18px;display:grid;place-items:center;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.14)}.csvEyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:12px;opacity:.7;margin:0 0 8px}.csvUploadHead h2{font-size:clamp(28px,4vw,48px);line-height:1.02;margin:0 0 12px}.csvUploadHead p{max-width:760px;opacity:.76;margin:0;line-height:1.6}.csvDrop{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;min-height:190px;border:1.5px dashed rgba(255,255,255,.25);border-radius:24px;background:rgba(0,0,0,.18);cursor:pointer;text-align:center;padding:28px;transition:.2s}.csvDrop:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.48);background:rgba(255,255,255,.06)}.csvDrop input{display:none}.csvDrop strong{font-size:20px}.csvDrop span{opacity:.65;max-width:560px}.csvTrust{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.csvTrust span{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:9px 13px;background:rgba(255,255,255,.055);font-size:14px}.csvError,.csvStatus{margin-top:18px;border-radius:18px;padding:14px 16px;background:rgba(255,255,255,.07)}.csvStatus{display:flex;align-items:center;gap:10px}.csvError{border:1px solid rgba(255,90,90,.35)}.spin{animation:csvSpin 1s linear infinite}@keyframes csvSpin{to{transform:rotate(1turn)}}.verdictRobotShell{position:relative;width:min(620px,calc(100% - 32px));margin:24px auto;padding:26px;border:1px solid rgba(110,178,255,.22);border-radius:28px;background:radial-gradient(circle at 50% 0,rgba(47,172,255,.18),transparent 42%),radial-gradient(circle at 80% 30%,rgba(155,78,255,.2),transparent 44%),rgba(8,12,30,.72);box-shadow:0 24px 90px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.08);display:grid;justify-items:center;gap:14px;overflow:hidden}.verdictRobotShell:before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent,rgba(92,186,255,.13) 42%,transparent 68%);transform:translateX(-100%);animation:robotPanelScan 2.8s ease-in-out infinite}.verdictRobotShell>*{position:relative;z-index:1}.verdictSplineStage{position:relative;width:min(440px,100%);height:300px;border-radius:24px;overflow:hidden;background:radial-gradient(circle at 50% 22%,rgba(80,190,255,.22),transparent 46%),radial-gradient(circle at 70% 70%,rgba(150,82,255,.2),transparent 50%),rgba(4,8,22,.68);box-shadow:0 24px 80px rgba(39,124,255,.2),inset 0 1px 0 rgba(255,255,255,.08)}.verdictSplineCanvas,.verdictSplineCanvas canvas{width:100%!important;height:100%!important;display:block}.interactiveRobotFallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;background:rgba(6,10,25,.82)}.interactiveRobotSpinner{width:28px;height:28px;animation:csvSpin 1s linear infinite}.verdictRobot{position:relative;width:140px;height:142px;display:grid;justify-items:center;align-items:center;animation:robotFloat 2.9s ease-in-out infinite}.robotHalo{position:absolute;width:132px;height:132px;border-radius:999px;background:radial-gradient(circle,rgba(64,190,255,.22),rgba(131,74,255,.16) 45%,transparent 70%);filter:blur(2px);animation:robotPulse 2.2s ease-in-out infinite}.robotAntenna{position:absolute;top:2px;width:36px;height:30px;border-radius:16px 16px 8px 8px;color:#9fe8ff;display:grid;place-items:center;background:rgba(64,174,255,.14);border:1px solid rgba(125,206,255,.24)}.robotHead{position:absolute;top:30px;width:104px;height:58px;border-radius:24px;background:linear-gradient(145deg,rgba(32,97,180,.96),rgba(68,48,132,.94));border:1px solid rgba(146,205,255,.24);box-shadow:0 18px 48px rgba(39,124,255,.24)}.robotEye{position:absolute;top:22px;width:13px;height:13px;border-radius:999px;background:#7ce7ff;box-shadow:0 0 18px rgba(124,231,255,.9);animation:robotBlink 3.4s infinite}.robotEye.left{left:30px}.robotEye.right{right:30px}.robotScan{left:50%;bottom:-11px;width:42px;height:22px;transform:translateX(-50%);place-items:center;color:#d8f7ff;border-radius:12px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.1)}.robotBody,.robotScan{position:absolute;display:grid}.robotBody{bottom:10px;width:82px;height:58px;border-radius:20px 20px 28px 28px;place-items:center;color:#cbb7ff;background:linear-gradient(145deg,rgba(95,86,210,.92),rgba(15,28,64,.92));border:1px solid rgba(190,170,255,.18)}.robotBody i{position:absolute;bottom:12px;width:36px;height:4px;border-radius:999px;background:linear-gradient(90deg,#37caff,#9d64ff);box-shadow:0 0 18px rgba(83,204,255,.6)}.robotOrbit{position:absolute;color:#77dfff;opacity:.78}.robotOrbitOne{left:0;top:54px;animation:robotOrbitOne 3.6s linear infinite}.robotOrbitTwo{right:4px;bottom:32px;color:#b785ff;animation:robotOrbitTwo 4.4s linear infinite}.verdictRobotText{text-align:center;display:grid;gap:6px}.verdictRobotText b{font-size:20px;font-weight:950}.verdictRobotText span{color:rgba(224,235,255,.72);line-height:1.5}.verdictRobotSteps{display:flex;gap:8px}.verdictRobotSteps span{width:38px;height:5px;border-radius:999px;background:rgba(255,255,255,.13);overflow:hidden}.verdictRobotSteps span:after{content:"";display:block;width:100%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#36c7ff,#9b55ff);transform:scaleX(.2);transform-origin:left;animation:robotStep 1.35s ease-in-out infinite}.verdictRobotSteps span:nth-child(2):after{animation-delay:.18s}.verdictRobotSteps span:nth-child(3):after{animation-delay:.36s}@keyframes robotFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes robotPulse{0%,to{opacity:.78;transform:scale(.96)}50%{opacity:1;transform:scale(1.06)}}@keyframes robotBlink{0%,88%,to{transform:scaleY(1)}92%{transform:scaleY(.18)}}@keyframes robotOrbitOne{to{transform:rotate(1turn)}}@keyframes robotOrbitTwo{to{transform:rotate(-1turn)}}@keyframes robotPanelScan{0%{transform:translateX(-105%)}48%,to{transform:translateX(105%)}}@keyframes robotStep{0%,to{transform:scaleX(.18);opacity:.6}50%{transform:scaleX(1);opacity:1}}.csvResult{margin-top:22px;border-radius:24px;padding:22px;background:rgba(0,0,0,.22);border:1px solid rgba(255,255,255,.12)}.csvResult>div:first-child p{opacity:.65;margin:0 0 6px}.csvResult h3{font-size:30px;margin:0}.csvScore{float:right;margin-top:-58px;font-size:24px;font-weight:800;border-radius:18px;padding:12px 16px;background:rgba(255,255,255,.1)}.csvGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:22px}.csvGrid span{border-radius:16px;padding:14px;background:rgba(255,255,255,.07)}.csvGrid b{display:block;font-size:20px;margin-bottom:3px}.csvBlocks{display:grid;gap:12px;margin-top:18px}.csvBlocks article{border-radius:18px;padding:16px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08)}.csvBlocks strong{display:block;margin-bottom:6px}.csvBlocks p{margin:0;opacity:.76;line-height:1.55}@media(max-width:760px){.csvUploadBox{margin:34px 16px;padding:20px;border-radius:22px}.csvUploadHead{flex-direction:column}.csvGrid{grid-template-columns:1fr 1fr}.csvScore{float:none;margin:16px 0 0;display:inline-block}}.axChromeMounted,body.axChromeMounted{padding-top:0!important}.axSiteHeader{position:fixed!important;top:0!important;left:0!important;right:0!important;transform:none!important;width:100vw!important;height:96px!important;min-height:96px!important;margin:0!important;border-radius:0!important;z-index:2147483647!important;background:radial-gradient(circle at 8% 0,rgba(29,168,255,.18),transparent 36%),radial-gradient(circle at 92% 0,rgba(154,60,255,.22),transparent 38%),linear-gradient(90deg,rgba(7,18,36,.98),rgba(16,12,43,.98))!important;border-bottom:1px solid rgba(88,183,255,.18)!important;box-shadow:0 18px 70px rgba(0,0,0,.38)!important}.axSiteHeader+main,.axSiteHeader~main,main.ax{margin-top:0!important}main.ax{padding-top:96px!important}.axSiteHeader:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;background:linear-gradient(90deg,transparent,rgba(88,183,255,.45),rgba(154,60,255,.45),transparent)}@media(max-width:980px){.axSiteHeader{height:78px!important;min-height:78px!important}main.ax{padding-top:78px!important}}.axSiteHeader{background:radial-gradient(circle at 14% 50%,rgba(35,43,101,.98),transparent 38%),radial-gradient(circle at 82% 50%,rgba(72,73,150,.95),transparent 42%),linear-gradient(90deg,#071322,#232b65 48%,#2d1f63)!important;border-bottom:1px solid rgba(93,117,255,.32)!important;box-shadow:0 18px 70px rgba(25,30,85,.34)!important}.axSiteHeader:after{background:linear-gradient(90deg,transparent,rgba(72,73,150,.65),rgba(35,43,101,.75),transparent)!important}.csvUploadBox{margin:28px auto 72px!important;max-width:1320px!important;padding:44px 38px!important}.csvUploadHead{text-align:center!important;gap:16px!important;margin-bottom:30px!important}.csvUploadHead,.csvUploadHead>div:last-child{display:flex!important;flex-direction:column!important;align-items:center!important}.csvUploadHead>div:last-child{width:100%!important}.csvEyebrow{text-align:center!important;color:#7fe7ff!important;font-weight:900!important;letter-spacing:.18em!important}.csvUploadHead h2{max-width:1080px!important;margin:0 auto 18px!important;text-align:center!important;font-size:clamp(42px,5.4vw,78px)!important;line-height:.93!important;letter-spacing:-.075em!important;background:linear-gradient(135deg,#ffffff,#dbe8ff,#7fe7ff)!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important}.csvUploadHead p{max-width:920px!important;margin:0 auto!important;text-align:center!important;font-size:20px!important;line-height:1.65!important;color:rgba(235,242,255,.78)!important}.csvIcon{width:64px!important;height:64px!important;border-radius:22px!important;background:linear-gradient(135deg,rgba(69,177,255,.32),rgba(137,82,255,.22))!important;border:1px solid rgba(127,231,255,.26)!important;color:#eaf8ff!important;box-shadow:0 20px 70px rgba(39,151,255,.22)!important}.csvDrop{min-height:230px!important;border-color:rgba(127,231,255,.25)!important;background:linear-gradient(180deg,rgba(3,20,58,.72),rgba(4,13,43,.58))!important}.csvDrop strong{font-size:26px!important}.csvDrop span{font-size:17px!important;color:rgba(235,242,255,.66)!important}.csvTrust{justify-content:center!important;margin-top:20px!important}@media(max-width:760px){.csvUploadBox{padding:28px 18px!important;margin:22px 14px 46px auto!important}.csvUploadHead h2{font-size:clamp(34px,11vw,52px)!important}.csvUploadHead p{font-size:17px!important}}.csvCoachMirror{margin-top:34px!important}.csvUploadBox .axVerdictResult.premium{max-width:100%!important}.csvUploadBox .axCoachHero{align-items:center!important}.csvUploadBox .axCoachHero h3{text-align:left!important}@media(max-width:760px){.csvUploadBox .axCoachHero,.csvUploadBox .axCoachHero h3{text-align:center!important}}.axHistoryBlock{margin-top:32px!important}.axHistoryList{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.axHistoryItem{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.055);border-radius:20px;padding:18px}.axHistoryItem div{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.axHistoryItem b{font-size:24px}.axHistoryItem span{opacity:.7;font-size:13px}.axHistoryItem p{margin:0 0 12px;color:rgba(235,242,255,.82);line-height:1.45}.axHistoryItem small{opacity:.55}@media(max-width:900px){.axHistoryList{grid-template-columns:1fr}}.axProfileProgressFull{margin:28px auto!important;max-width:1320px!important}.axProgressHeroGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:22px}.axProgressHeroGrid article{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.065);border-radius:22px;padding:20px}.axProgressHeroGrid span{display:block;opacity:.65;margin-bottom:8px}.axProgressHeroGrid b{display:block;font-size:34px;letter-spacing:-.04em}.axProgressHeroGrid small{opacity:.62}.axMemoryCompare{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:16px}.axMemoryCompare>div{border:1px solid rgba(255,255,255,.1);background:rgba(0,0,0,.18);border-radius:22px;padding:20px}.axMemoryCompare h3{margin:0 0 12px}.axMemoryCompare p{margin:8px 0;opacity:.78;line-height:1.5}.axProfileHistoryList{margin-top:18px}@media(max-width:900px){.axMemoryCompare,.axProgressHeroGrid{grid-template-columns:1fr}}.axMemorySections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:22px}.axMemorySections article{border:1px solid rgba(255,255,255,.11);background:rgba(0,0,0,.18);border-radius:24px;padding:22px}.axMemorySections h3{margin:0 0 14px;font-size:24px}.axMemorySections p{margin:12px 0}.axMemorySections p b{display:block;margin-bottom:5px;color:#fff}.axMemorySections p span{display:block;color:rgba(235,242,255,.72);line-height:1.5}.axMemoryValue{display:flex;gap:12px;align-items:flex-start;margin-top:18px;padding:18px;border-radius:22px;border:1px solid rgba(132,180,255,.22);background:rgba(82,120,255,.12)}.axMemoryValue p{margin:0;color:rgba(235,242,255,.82);line-height:1.5}.axCompactHistory{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.axCompactHistory article{border:1px solid rgba(255,255,255,.11);background:rgba(255,255,255,.055);border-radius:18px;padding:16px}.axCompactHistory b{display:block;font-size:24px;margin-bottom:6px}.axCompactHistory span{opacity:.6;font-size:12px}.axCompactHistory p{margin:10px 0;opacity:.82;line-height:1.35;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.axCompactHistory small{opacity:.5}@media(max-width:900px){.axCompactHistory,.axMemorySections{grid-template-columns:1fr}}.axHistoryHeader p{margin:6px 0 0;opacity:.65;line-height:1.45}.axTimelineList{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:16px}.axTimelineCard{border:1px solid rgba(255,255,255,.12);background:linear-gradient(135deg,rgba(255,255,255,.07),rgba(255,255,255,.035));border-radius:24px;padding:22px}.axTimelineTop{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-bottom:14px}.axTimelineTop b{font-size:30px;letter-spacing:-.04em}.axTimelineTop span{opacity:.62;font-size:13px}.axTimelineCard h4{margin:0 0 14px;font-size:22px}.axTimelineCard p{margin:10px 0;color:rgba(235,242,255,.74);line-height:1.5}.axTimelineCard strong{color:#fff}.axTimelineCard small{display:block;margin-top:14px;opacity:.52}@media(max-width:900px){.axTimelineList{grid-template-columns:1fr}}.axBillingPanel{max-width:1320px!important;margin:28px auto!important}.axBillingStatus{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:24px;border-radius:24px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);margin:18px 0}.axBillingStatus h2{margin:0 0 6px;font-size:34px}.axBillingStatus p{margin:0;opacity:.68}.axBillingStatus strong{font-size:28px;padding:14px 22px;border-radius:18px;background:linear-gradient(135deg,#35a2ff,#8e48ff)}.axBillingActive{display:flex;flex-direction:column;gap:6px;padding:18px;border-radius:20px;background:rgba(57,255,170,.08);border:1px solid rgba(57,255,170,.18)}.axBillingActive span{opacity:.72}@media(max-width:800px){.axBillingStatus{flex-direction:column;align-items:flex-start}}.axCurrentPlanPro .axMiniUpgrade{margin-top:12px;display:inline-flex;justify-content:center;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);color:#fff;text-decoration:none;font-size:13px}.axFreeMemoryGate{margin:28px auto!important;max-width:1320px!important;text-align:left}.axFreeMemoryGate h2{font-size:clamp(34px,4vw,56px);line-height:1;letter-spacing:-.055em;margin:18px 0 12px}.axFreeMemoryGate p{max-width:760px;color:rgba(235,242,255,.72);line-height:1.6;margin-bottom:22px}.axLangSwitch{position:relative;z-index:80}.axLangCurrent,.axLangSwitch{display:flex;align-items:center}.axLangCurrent{height:38px;padding:0 13px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03));color:#fff;gap:8px;cursor:pointer;box-shadow:0 12px 32px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.08);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.axLangCurrent b{font-size:12px;letter-spacing:.08em}.axLangMenu{position:absolute;right:0;top:48px;min-width:178px;padding:8px;border-radius:18px;border:1px solid rgba(255,255,255,.14);background:rgba(7,10,22,.92);box-shadow:0 22px 70px rgba(0,0,0,.45);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);opacity:0;transform:translateY(8px) scale(.98);pointer-events:none;transition:.18s ease}.axLangSwitch:focus-within .axLangMenu,.axLangSwitch:hover .axLangMenu{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.axLangMenu a{display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:13px;color:rgba(255,255,255,.78);text-decoration:none;font-size:14px}.axLangMenu a.active,.axLangMenu a:hover{color:#fff;background:linear-gradient(135deg,rgba(66,153,255,.18),rgba(142,92,255,.16))}@media(max-width:760px){.axLangCurrent{height:36px;padding:0 11px}.axLangMenu{right:-8px}}.axLangSimple{gap:4px;padding:4px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.05)}.axLangSimple,.axLangSimple a{display:flex;align-items:center}.axLangSimple a{min-width:34px;height:30px;padding:0 9px;border-radius:999px;justify-content:center;color:rgba(255,255,255,.68);font-size:12px;font-weight:800;text-decoration:none;letter-spacing:.06em}.axLangSimple a.active,.axLangSimple a:hover{color:#fff;background:linear-gradient(135deg,rgba(43,214,255,.26),rgba(124,92,255,.24))}@media(max-width:720px){.axLangSimple{gap:2px}.axLangSimple a{min-width:30px;height:28px;font-size:11px}}.axAuthSuccess{margin:14px 0;padding:12px 14px;border:1px solid rgba(34,197,94,.35);border-radius:14px;background:rgba(34,197,94,.1);color:#bbf7d0;font-size:14px;line-height:1.45}.axAuthLink{border:0;background:transparent;color:#9bb7ff;cursor:pointer;font-weight:700;margin:12px auto 0;display:block}.axAuthLink:hover{color:#ffffff}.axDashboardCsv{width:min(1200px,calc(100% - 36px));margin:28px auto 42px}.axDashboardCsv .axCsvSection{margin:0}.axDashboardCsv .axCsvShell{width:100%}.axDashboardCsv .axCsvSection h2,.axDashboardCsv .axCsvSection p{text-align:center}.axDashboardCsv .axCsvBox{min-height:220px}.axCoachMemoryPro{position:relative}.axCoachMemoryPro:before{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.08);pointer-events:none}.axProfilePro{min-height:100vh;padding:120px min(5vw,72px) 70px;color:#f8fbff;background:radial-gradient(circle at 18% 12%,rgba(38,130,255,.22),transparent 34%),radial-gradient(circle at 78% 8%,rgba(157,69,255,.28),transparent 32%),linear-gradient(180deg,#050915,#071020 55%,#05070d)}.profileGridBottom,.profileGridMain,.profileHeroPro{max-width:1320px;margin:0 auto}.profileHeroPro{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(340px,.72fr);gap:28px;align-items:stretch;margin-bottom:26px}.profilePill{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border:1px solid rgba(92,165,255,.32);border-radius:999px;color:#b9d8ff;background:rgba(41,117,255,.12);font-weight:800;font-size:13px}.profileHeroPro h1{margin:24px 0 10px;font-size:clamp(42px,6vw,82px);line-height:.9;letter-spacing:-.07em}.profileHeroPro p{max-width:720px;color:#b8c4db;font-size:18px;line-height:1.65}.panelActions,.profileActions{display:flex;flex-wrap:wrap;gap:14px;margin-top:24px}.proBtn{border:0;min-height:52px;padding:0 22px;border-radius:16px;color:white;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:10px;text-decoration:none;cursor:pointer;transition:transform .2s ease,opacity .2s ease,border-color .2s ease}.proBtn:hover{transform:translateY(-2px)}.proBtn:disabled{opacity:.45;cursor:not-allowed;transform:none}.proBtn.primary{background:linear-gradient(135deg,#31a8ff,#9c38ff);box-shadow:0 18px 44px rgba(90,69,255,.25)}.proBtn.ghost{background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.12)}.proBtn.danger{background:rgba(255,70,95,.11);border:1px solid rgba(255,80,105,.22);color:#ffd4dc}.profileAccountCard,.profilePanel,.profileProBanner{border:1px solid rgba(255,255,255,.1);background:linear-gradient(135deg,rgba(255,255,255,.075),rgba(255,255,255,.028)),rgba(8,13,28,.82);box-shadow:0 30px 90px rgba(0,0,0,.28);border-radius:30px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.profileAccountCard{padding:30px}.profileAvatar{width:72px;height:72px;display:grid;place-items:center;border-radius:24px;background:linear-gradient(135deg,#2fa7ff,#9b38ff);box-shadow:0 20px 50px rgba(109,71,255,.35)}.accountMain{margin-top:18px;display:grid;gap:6px}.accountMain b{font-size:21px;word-break:break-word}.accountMain span{color:#aeb9cf}.accountRows{margin-top:24px;display:grid;gap:0}.accountRows p{display:flex;justify-content:space-between;gap:18px;padding:16px 0;border-top:1px solid rgba(255,255,255,.08);margin:0}.accountRows span{color:#94a3b8}.green{color:#58f3a4}.profileNotice{max-width:1320px;margin:0 auto 22px;padding:15px 18px;border-radius:17px;font-weight:800}.profileNotice.ok{background:rgba(44,220,128,.12);border:1px solid rgba(44,220,128,.3);color:#bfffd6}.profileNotice.error{background:rgba(255,82,110,.12);border:1px solid rgba(255,82,110,.28);color:#ffd3dc}.profileProBanner{max-width:1320px;margin:0 auto 28px;padding:28px;display:grid;grid-template-columns:auto 1fr 1.15fr auto;align-items:center;gap:24px;background:radial-gradient(circle at 70% 20%,rgba(165,67,255,.28),transparent 38%),linear-gradient(135deg,rgba(42,120,255,.12),rgba(157,56,255,.11))}.proCrown{width:68px;height:68px;display:grid;place-items:center;border-radius:22px;background:linear-gradient(135deg,#31a8ff,#a83aff);font-size:34px}.profilePanel h2,.profileProBanner h2{margin:0 0 8px;letter-spacing:-.035em}.panelLead,.profileProBanner p{color:#b8c4db;line-height:1.65}.profileProBanner ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 22px;padding:0;margin:0;list-style:none}.profileProBanner li:before{content:"✓";color:#8bbdff;margin-right:9px}.profileGridMain{grid-template-columns:minmax(0,1.2fr) minmax(330px,.55fr)}.profileGridBottom,.profileGridMain,.profileSideStack{display:grid;gap:28px}.profileGridBottom{margin-top:28px;grid-template-columns:minmax(0,1fr) minmax(340px,.58fr)}.profilePanel{padding:28px;overflow:hidden}.profilePanel.large{min-height:480px}.panelHead{display:flex;align-items:center;gap:14px;margin-bottom:18px}.panelHead>div{width:50px;height:50px;display:grid;place-items:center;border-radius:17px;background:linear-gradient(135deg,rgba(49,168,255,.25),rgba(156,56,255,.32));color:#8fcaff}.panelHead span{font-weight:950;letter-spacing:.08em;text-transform:uppercase;color:#b8d2ff;font-size:13px}.panelHead em{margin-left:auto;font-style:normal;padding:8px 11px;border-radius:999px;color:#ffcfda;background:rgba(255,80,110,.13);border:1px solid rgba(255,80,110,.18);font-size:12px;font-weight:900}.panelHead em.ok{color:#b9ffd6;background:rgba(42,220,125,.12);border-color:rgba(42,220,125,.22)}.apiInputs{display:grid;gap:18px;margin-top:26px}.apiInputs label,.supportForm{display:grid;gap:10px}.apiInputs span{color:#e7efff;font-weight:900;font-size:14px}.apiInputs input,.supportForm input,.supportForm textarea{width:100%;border:1px solid rgba(255,255,255,.11);outline:none;border-radius:16px;background:rgba(3,7,18,.62);color:white;padding:17px 18px;font-size:15px}.apiInputs input:focus,.supportForm input:focus,.supportForm textarea:focus{border-color:rgba(85,165,255,.62);box-shadow:0 0 0 4px rgba(49,168,255,.08)}.apiSafety{margin:22px 0 6px;padding:18px;display:flex;gap:14px;align-items:center;border-radius:20px;border:1px solid rgba(76,170,255,.22);background:rgba(42,122,255,.11)}.apiSafety b{display:block}.apiSafety span{color:#aab8d1}.secureList{display:grid;gap:12px}.secureList p{min-height:66px;margin:0;padding:14px;display:grid;grid-template-columns:auto 1fr;gap:4px 12px;align-items:center;border-radius:18px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.075)}.secureList svg{color:#60ffb2}.secureList span{grid-column:2;color:#aeb9cf;font-size:13px;overflow-wrap:anywhere}.billingMini{margin:20px 0;padding:18px;border-radius:20px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between}.billingMini b{font-size:24px}.billingMini span{color:#9fc1ff;font-weight:900}.panelActions.compact{margin-top:12px}.memoryPanel{min-height:320px;background:radial-gradient(circle at 90% 40%,rgba(156,56,255,.22),transparent 36%),linear-gradient(135deg,rgba(255,255,255,.07),rgba(255,255,255,.026))}.reportList{display:grid;gap:12px;margin-top:22px}.reportList.wide{grid-template-columns:repeat(4,minmax(0,1fr))}.reportList article{padding:18px;border-radius:20px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.08)}.reportList b{display:block;font-size:24px;margin-bottom:4px}.reportList span{color:#9bb7d6;font-size:13px}.reportList p{color:#dbe7ff;font-size:14px;line-height:1.55;margin-bottom:0}.supportForm{margin-top:20px}.supportForm textarea{resize:vertical}.historyFull{max-width:1320px;margin:28px auto 0}@media (max-width:1000px){.axProfilePro{padding:96px 16px 46px}.profileGridBottom,.profileGridMain,.profileHeroPro,.profileProBanner,.profileProBanner ul,.reportList.wide{grid-template-columns:1fr}.profileHeroPro h1{font-size:52px}.profileAccountCard,.profilePanel,.profileProBanner{border-radius:24px;padding:22px}.panelActions,.profileActions{flex-direction:column}.proBtn{width:100%}}@media (max-width:560px){.axProfilePro{padding-top:84px}.profileHeroPro h1{font-size:42px}.panelLead,.profileHeroPro p{font-size:15px}.profilePanel.large{min-height:auto}.accountRows p{display:grid;gap:5px}}body,html{background:#071225!important}body:has(.axProfilePro){background:radial-gradient(circle at 8% 8%,rgba(33,116,255,.24),transparent 34%),radial-gradient(circle at 92% 26%,rgba(139,66,255,.28),transparent 36%),linear-gradient(180deg,#0b1230,#071426 46%,#081325)!important;background-attachment:fixed!important}.axProfilePro{min-height:100vh!important;padding:120px 6.8vw 90px!important;background:radial-gradient(circle at 8% 8%,rgba(33,116,255,.24),transparent 34%),radial-gradient(circle at 92% 26%,rgba(139,66,255,.28),transparent 36%),linear-gradient(180deg,#0b1230,#071426 46%,#081325)!important;background-attachment:fixed!important}.axProfilePro:before{content:"";position:fixed;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(49,168,255,.08) 0 1px,transparent 1px 100%),linear-gradient(180deg,rgba(255,255,255,.035) 0 1px,transparent 1px 100%);background-size:120px 120px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.55),transparent 85%);mask-image:linear-gradient(180deg,rgba(0,0,0,.55),transparent 85%)}.historyFull,.profileGridBottom,.profileGridMain,.profileHeroPro{max-width:1480px!important}.profileHeroPro{grid-template-columns:.82fr 1.18fr!important;gap:32px!important;margin-bottom:26px!important}.profileGridMain{grid-template-columns:.92fr .84fr .64fr!important;gap:16px!important;align-items:stretch!important}.profileSideStack{display:contents!important}.profileGridBottom{grid-template-columns:.9fr 1.1fr!important;gap:16px!important;margin-top:16px!important}.profileAccountCard,.profilePanel,.profileProBanner{border-radius:18px!important;border:1px solid rgba(255,255,255,.105)!important;background:radial-gradient(circle at 100% 0,rgba(58,154,255,.16),transparent 32%),linear-gradient(135deg,rgba(255,255,255,.072),rgba(255,255,255,.027))!important;box-shadow:0 28px 70px rgba(0,0,0,.28)!important}.profilePanel{padding:20px!important}.profilePanel.large{min-height:unset!important}.profileAccountCard{padding:24px!important;display:grid!important;grid-template-columns:auto 1fr!important;gap:18px!important;align-items:start!important}.accountRows{grid-column:1/-1!important}.profileAvatar{width:58px!important;height:58px!important;border-radius:16px!important}.accountRows p{padding:12px 0!important}.profileHeroPro h1{margin-top:18px!important;font-size:clamp(34px,3.4vw,52px)!important;letter-spacing:-.055em!important}.profileHeroPro p{font-size:16px!important;max-width:500px!important}.profileActions{margin-top:22px!important}.proBtn{min-height:44px!important;border-radius:12px!important;padding:0 18px!important}.panelHead{margin-bottom:14px!important}.panelHead>div{width:42px!important;height:42px!important;border-radius:13px!important}.panelHead span{font-size:12px!important}.panelLead{font-size:14px!important;line-height:1.55!important}.apiInputs{gap:12px!important;margin-top:14px!important}.apiInputs input,.supportForm input,.supportForm textarea{border-radius:12px!important;padding:13px 15px!important}.apiSafety{margin:12px 0 4px!important;padding:13px!important;border-radius:14px!important}.panelActions{margin-top:14px!important;gap:10px!important}.memoryPanel{position:relative!important;min-height:250px!important;background:radial-gradient(circle at 76% 58%,rgba(139,63,255,.34),transparent 34%),linear-gradient(135deg,rgba(255,255,255,.075),rgba(255,255,255,.028))!important}.memoryPanel:after{content:"";position:absolute;right:28px;bottom:18px;width:210px;height:170px;opacity:.95;background:radial-gradient(circle at 50% 58%,rgba(175,72,255,.35),transparent 39%),radial-gradient(circle at 50% 54%,rgba(34,199,255,.5),transparent 16%),linear-gradient(135deg,rgba(34,211,238,.28),rgba(168,85,247,.35));border-radius:50%;filter:blur(.1px) drop-shadow(0 0 28px rgba(125,79,255,.38));-webkit-mask:radial-gradient(circle at center,black 0 38%,transparent 39%);mask:radial-gradient(circle at center,black 0 38%,transparent 39%)}.memoryPanel .panelHead,.memoryPanel .panelLead,.memoryPanel .proBtn,.memoryPanel h2{position:relative;z-index:2}.billingMini{padding:14px!important}.billingMini,.secureList p{border-radius:14px!important}.secureList p{min-height:56px!important;padding:12px!important}.supportForm{margin-top:14px!important;gap:10px!important}.supportForm textarea{min-height:82px!important}.profileGridBottom .profilePanel:last-child{display:grid!important;grid-template-columns:.55fr 1fr!important;gap:18px!important;align-items:start!important}.profileGridBottom .profilePanel:last-child .supportForm{margin-top:0!important}.historyFull,.profileProBanner{display:none!important}.reportList article{border-radius:14px!important}.axProfilePro,.axProfilePro *{scrollbar-color:rgba(106,88,255,.7) rgba(255,255,255,.04)}@media (max-width:1180px){.profileGridBottom,.profileGridBottom .profilePanel:last-child,.profileGridMain,.profileHeroPro{grid-template-columns:1fr!important}.profileSideStack{display:grid!important;gap:16px!important}}@media (max-width:700px){.axProfilePro{padding:92px 14px 70px!important}.profileHeroPro h1{font-size:42px!important}.profileAccountCard{grid-template-columns:1fr!important}.memoryPanel:after{opacity:.35;width:160px;height:130px}}body,html{background:#081426!important}body:has(#profileV5){background:radial-gradient(circle at 0 14%,rgba(55,91,255,.32),transparent 34%),radial-gradient(circle at 100% 28%,rgba(113,55,255,.28),transparent 36%),linear-gradient(180deg,#0b1333,#07162a 45%,#071426)!important;background-attachment:fixed!important}#profileV5{min-height:100dvh;padding:118px 7.1vw 74px;color:#fff;background:radial-gradient(circle at 0 14%,rgba(55,91,255,.32),transparent 34%),radial-gradient(circle at 100% 28%,rgba(113,55,255,.28),transparent 36%),linear-gradient(180deg,#0b1333,#07162a 45%,#071426)!important;background-attachment:fixed!important;overflow:hidden}#profileV5:before{content:"";position:fixed;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 0),linear-gradient(180deg,rgba(255,255,255,.026) 1px,transparent 0);background-size:128px 128px;opacity:.65}#profileV5>*{position:relative;z-index:1}.pv5BottomGrid,.pv5Hero,.pv5Notice,.pv5TopGrid{width:min(1500px,100%);margin-left:auto;margin-right:auto}.pv5Hero{display:grid;grid-template-columns:.82fr 1.18fr;gap:42px;align-items:stretch;margin-bottom:24px}.pv5TitleRow{display:flex;align-items:center;gap:14px}.pv5TitleRow h1{margin:0;font-size:37px;letter-spacing:-.055em;line-height:.95}.pv5TitleRow span{padding:8px 15px;border-radius:999px;background:linear-gradient(135deg,rgba(111,93,255,.55),rgba(146,40,214,.56));color:#c5c7ff;font-weight:900;font-size:13px}.pv5HeroText p{color:#c2cbe0;font-size:17px;line-height:1.55;margin:22px 0 0}.pv5HeroActions{display:flex;gap:18px;margin-top:28px}.pv5Btn{min-height:48px;padding:0 22px;border-radius:13px;border:1px solid rgba(255,255,255,.11);display:inline-flex;align-items:center;justify-content:center;gap:9px;color:white;text-decoration:none;font-weight:950;font-size:14px;cursor:pointer;transition:.18s ease}.pv5Btn:hover{transform:translateY(-1px)}.pv5Btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.pv5Primary{background:linear-gradient(135deg,#34a7ff,#992fff);box-shadow:0 18px 35px rgba(84,92,255,.28);border:0}.pv5Dark{background:rgba(3,8,20,.55)}.pv5Danger{color:#ff5d6f;background:rgba(255,50,74,.08)}.pv5Full{width:100%}.pv5Account,.pv5Card{border:1px solid rgba(255,255,255,.1);background:radial-gradient(circle at 100% 0,rgba(50,128,255,.16),transparent 32%),linear-gradient(135deg,rgba(255,255,255,.07),rgba(255,255,255,.028));box-shadow:0 28px 85px rgba(0,0,0,.32);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:18px}.pv5Account{padding:24px;display:grid;grid-template-columns:72px 1fr;gap:18px;align-items:center}.pv5Avatar{width:62px;height:62px;display:grid;place-items:center;border-radius:18px;background:linear-gradient(135deg,#26a9ff,#a236ff)}.pv5Account>b{font-size:17px;overflow-wrap:anywhere}.pv5AccountRows{grid-column:1/-1}.pv5AccountRows p{display:grid;grid-template-columns:1fr auto auto;gap:18px;align-items:center;margin:0;padding:12px 0;border-top:1px solid rgba(255,255,255,.075)}.pv5AccountRows span{color:#9faabd}.pv5AccountRows strong{font-size:14px}.pv5AccountRows i{display:inline-block;width:8px;height:8px;margin-left:6px;border-radius:99px;background:#35ee95}.pv5AccountRows button{border:0;border-radius:10px;padding:10px 15px;color:white;background:linear-gradient(135deg,#35a8ff,#9838ff);font-weight:900;cursor:pointer}.pv5Notice{margin-top:-4px;margin-bottom:18px;padding:13px 16px;border-radius:14px;font-weight:900}.pv5Notice.ok{background:rgba(34,197,94,.13);color:#c4ffd9;border:1px solid rgba(34,197,94,.26)}.pv5Notice.error{background:rgba(255,82,108,.13);color:#ffd3dc;border:1px solid rgba(255,82,108,.26)}.pv5TopGrid{display:grid;grid-template-columns:1.18fr 1.07fr .83fr;gap:16px;margin-bottom:16px}.pv5BottomGrid{display:grid;grid-template-columns:.92fr 1.08fr;gap:16px}.pv5Card{padding:20px;min-height:345px}.pv5Head{display:flex;align-items:center;gap:14px;margin-bottom:16px}.pv5Head>div{width:45px;height:45px;display:grid;place-items:center;border-radius:14px;color:#6ddcff;background:linear-gradient(135deg,rgba(44,140,255,.22),rgba(151,51,255,.34))}.pv5Head span{letter-spacing:.13em;text-transform:uppercase;color:#bfd5ff}.pv5Head em,.pv5Head span{font-size:12px;font-weight:1000}.pv5Head em{margin-left:auto;font-style:normal;padding:9px 13px;border-radius:999px;background:rgba(255,90,118,.17);border:1px solid rgba(255,90,118,.24);color:#ffc1cd}.pv5Head em.ok{background:rgba(34,197,94,.13);border-color:rgba(34,197,94,.24);color:#bbffd5}.pv5Card h2{margin:0 0 18px;font-size:25px;line-height:1.12;letter-spacing:-.045em}.pv5Card p{margin:0;color:#bcc6d9;line-height:1.55}.pv5Memory{position:relative;overflow:hidden;padding:20px 20px 24px;background:radial-gradient(circle at 78% 66%,rgba(126,54,255,.38),transparent 37%),linear-gradient(135deg,rgba(255,255,255,.072),rgba(255,255,255,.027))}.pv5Memory .pv5Btn,.pv5Memory .pv5Head,.pv5Memory h2,.pv5Memory p{position:relative;z-index:2}.pv5Memory .pv5Btn{margin-top:28px}.pv5BrainArt{position:absolute;right:18px;bottom:8px;width:230px;height:180px;display:grid;place-items:center;opacity:.9}.brainCore{position:relative;z-index:2;font-size:54px;filter:drop-shadow(0 0 22px rgba(70,210,255,.7)) drop-shadow(0 0 32px rgba(151,51,255,.65))}.pv5BrainArt:before{content:"";position:absolute;inset:28px;border-radius:50%;background:radial-gradient(circle,rgba(49,214,255,.24),transparent 36%),radial-gradient(circle,rgba(170,55,255,.38),transparent 62%);box-shadow:0 0 44px rgba(152,68,255,.45)}.orb{position:absolute;width:46px;height:46px;border:1px solid rgba(75,210,255,.3);border-radius:13px;background:rgba(40,110,255,.17);box-shadow:0 0 22px rgba(42,180,255,.22)}.o1{top:22px;right:22px}.o2{top:74px;left:18px}.o3{bottom:22px;right:54px}.pv5Binance label{display:block;margin:14px 0 7px;font-weight:900;font-size:13px}.pv5Binance input,.pv5Support input,.pv5Support textarea{width:100%;border:1px solid rgba(255,255,255,.08);outline:none;border-radius:13px;color:#fff;background:rgba(3,8,20,.55);padding:13px 15px}.pv5ExchangeMiniGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin:8px 0 4px}.pv5ExchangeMini{position:relative;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:linear-gradient(145deg,rgba(52,156,255,.12),rgba(137,58,255,.1)),rgba(5,8,24,.62);color:#fff;min-height:72px;padding:10px 8px;display:grid;place-items:center;gap:7px;cursor:pointer;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.pv5ExchangeMini img{width:24px;height:24px;object-fit:contain}.pv5ExchangeMini span{font-size:11px;font-weight:900}.pv5ExchangeMini.active{border-color:rgba(88,179,255,.72);box-shadow:0 0 0 1px rgba(117,90,255,.22),0 16px 32px rgba(38,137,255,.17)}.pv5ExchangeMini.connected:after{content:"";position:absolute;top:8px;right:8px;width:8px;height:8px;border-radius:999px;background:#42f090;box-shadow:0 0 14px rgba(66,240,144,.7)}.pv5Safe{margin-top:13px;padding:13px;border-radius:14px;border:1px solid rgba(67,164,255,.23);background:rgba(41,128,255,.12);display:flex;gap:12px;align-items:center}.pv5Safe svg{color:#59bbff}.pv5Safe b{display:block;color:#5fb9ff}.pv5Safe span{display:block;color:#b5c0d6;font-size:12px}.pv5BtnRow{display:grid;grid-template-columns:1.1fr 1fr auto;gap:10px;margin-top:13px}.pv5Sub .pv5PlanBox{margin:24px 0 15px;display:grid;grid-template-columns:1fr 1fr;border:1px solid rgba(255,255,255,.08);border-radius:15px;overflow:hidden}.pv5PlanBox div{padding:18px}.pv5PlanBox div+div{border-left:1px solid rgba(255,255,255,.08)}.pv5PlanBox small,.pv5PlanBox span{display:block;color:#98a7c0}.pv5PlanBox b{display:block;font-size:29px;margin:5px 0}.pv5Sub .pv5Dark{margin-top:10px}.pv5Reports,.pv5Support{min-height:168px}.pv5Reports .pv5Head,.pv5Support .pv5Head{margin-bottom:12px}.pv5Empty{display:grid;grid-template-columns:190px 1fr;align-items:center;gap:22px}.pv5Empty>div{width:76px;height:76px;margin:0 auto;display:grid;place-items:center;border:2px dashed rgba(151,69,255,.75);border-radius:999px;color:#b98dff;font-size:32px}.pv5Empty b{display:block;margin-bottom:8px}.pv5Empty .pv5Btn{margin-top:16px}.pv5Support{display:grid;grid-template-columns:.38fr .62fr;gap:22px;min-height:168px;align-items:stretch;overflow:hidden}.pv5SupportInfo{display:flex;flex-direction:column;min-height:100%}.pv5SupportInfo h3{margin:10px 0;max-width:300px;color:#fff;font-size:25px;line-height:1.05;letter-spacing:0}.pv5SupportInfo>p{max-width:330px;color:#c6d1e4;font-size:15px;line-height:1.55}.pv5SupportHints{display:grid;gap:8px;margin-top:auto;padding-top:18px}.pv5SupportHints span{display:inline-flex;align-items:center;gap:8px;width:max-content;max-width:100%;padding:8px 10px;border-radius:999px;color:#dce8ff;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.08);font-size:12px;font-weight:900}.pv5SupportHints svg{color:#6ddcff}.pv5SupportForm{display:grid;align-content:start;gap:12px;padding:16px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at 100% 0,rgba(86,133,255,.12),transparent 38%),rgba(3,8,20,.28)}.pv5SupportField{display:grid;gap:7px}.pv5SupportField span{color:#9eb5df;font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.pv5Support textarea{min-height:118px;max-height:150px;resize:vertical}.pv5SupportSubmit{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}.pv5SupportSubmit small{color:#91a2bf;line-height:1.35}.pv5SupportSubmit .pv5Btn{min-width:176px;min-height:52px}.pv5ReportList{display:grid;gap:10px}.pv5ReportItem{padding:13px;border:1px solid rgba(255,255,255,.08);border-radius:13px;background:rgba(255,255,255,.04)}.pv5ReportItem b{font-size:22px}.pv5ReportItem span{display:block;color:#9eb0ce;margin:3px 0 5px}@media (max-width:1180px){#profileV5{padding:100px 18px 70px}.pv5BottomGrid,.pv5BtnRow,.pv5Hero,.pv5Support,.pv5TopGrid{grid-template-columns:1fr}.pv5BrainArt{opacity:.28}}@media (max-width:640px){.pv5AccountRows p,.pv5Empty,.pv5HeroActions{grid-template-columns:1fr;display:grid}.pv5AccountRows button,.pv5Btn{width:100%}}@media (max-width:768px){body{overflow-x:hidden}.hero,.landing-hero,section:first-of-type{padding-top:32px!important;padding-left:18px!important;padding-right:18px!important}h1{font-size:42px!important;line-height:.96!important;letter-spacing:-.06em!important;text-align:center!important}h2{font-size:32px!important;line-height:1.05!important;letter-spacing:-.045em!important}p{font-size:16px!important;line-height:1.55!important}.card,.glass,.panel,.pricing-card{border-radius:26px!important;padding:22px!important}.cards,.features,.grid,.pricing{grid-template-columns:1fr!important;gap:16px!important}.button,a[class*=button],button{width:100%!important;justify-content:center!important}}.pv5BtnRow{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important;margin-top:16px!important}.pv5BtnRow .pv5Btn{width:100%!important;min-height:52px!important;padding:0 18px!important;border-radius:14px!important;font-size:14px!important;font-weight:900!important;line-height:1!important;white-space:nowrap!important}.pv5BtnRow .pv5Danger{grid-column:1/-1!important;min-height:46px!important;background:rgba(255,67,96,.09)!important;border:1px solid rgba(255,67,96,.18)!important;color:#ff8196!important}@media (max-width:760px){.pv5BtnRow{grid-template-columns:1fr!important}.pv5ExchangeMiniGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}footer{padding-top:48px!important;padding-bottom:24px!important}footer .axFooterGrid{gap:48px!important}footer .footerTitle,footer h4{margin-bottom:14px!important}footer ul li{margin-bottom:8px!important}footer p{line-height:1.6!important}footer .footerLogoBlock{max-width:320px!important}footer .footerBottom{margin-top:28px!important;padding-top:18px!important}footer .footerBottomRight{white-space:nowrap!important;font-size:14px!important;opacity:.75!important}.axm-shell{display:none}@media (max-width:768px){body.ax-mobile-home{background:#05070c!important;overflow-x:hidden!important}body.ax-mobile-home footer,body.ax-mobile-home header:not(.axm-nav),body.ax-mobile-home main:not(.axm-shell){display:none!important}.axm-shell{display:block;min-height:100vh;color:#fff;background:radial-gradient(circle at 50% -10%,rgba(78,132,255,.34),transparent 34%),radial-gradient(circle at 100% 18%,rgba(0,255,194,.12),transparent 28%),linear-gradient(180deg,#060912,#05070c 48%,#030409);font-family:inherit}.axm-shell *{box-sizing:border-box}.axm-hero{padding:14px 16px 28px}.axm-nav{height:58px;display:flex;align-items:center;justify-content:space-between;margin-bottom:34px;padding:0 4px}.axm-logo{display:inline-flex;align-items:center;gap:9px;color:#fff;text-decoration:none;font-weight:900;letter-spacing:.08em;font-size:13px}.axm-logo img{width:34px;height:34px;object-fit:contain}.axm-login{color:#06101f;text-decoration:none;background:#fff;border-radius:999px;padding:10px 14px;font-size:12px;font-weight:900}.axm-badge{width:fit-content;display:flex;align-items:center;gap:7px;padding:9px 12px;margin:0 auto 18px;border-radius:999px;color:rgba(255,255,255,.76);background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.axm-hero h1{margin:0 auto;max-width:380px;text-align:center;font-size:48px!important;line-height:.91!important;letter-spacing:-.075em!important;font-weight:950}.axm-hero p{margin:18px auto 0;max-width:350px;text-align:center;color:rgba(255,255,255,.68);font-size:16px!important;line-height:1.56!important}.axm-actions{display:grid;gap:10px;margin:24px 0 22px}.axm-final a,.axm-price a,.axm-primary,.axm-secondary{min-height:54px;border-radius:999px;display:flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;font-weight:950;font-size:15px}.axm-primary{color:#05070c;background:linear-gradient(135deg,#ffffff,#bcd3ff);box-shadow:0 24px 70px rgba(88,141,255,.34)}.axm-secondary{color:#fff;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12)}.axm-phone{position:relative;margin:24px auto 0;padding:18px;max-width:390px;border-radius:38px;background:linear-gradient(145deg,rgba(255,255,255,.18),rgba(255,255,255,.045)),radial-gradient(circle at 50% 0,rgba(91,150,255,.32),transparent 48%);border:1px solid rgba(255,255,255,.14);box-shadow:0 32px 90px rgba(0,0,0,.55)}.axm-phone-top{display:flex;justify-content:space-between;color:rgba(255,255,255,.62);font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.axm-phone-top b{color:#fff}.axm-score{width:148px;height:148px;margin:34px auto 22px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle,#070a11 58%,transparent 59%),conic-gradient(#fff 0 74%,rgba(255,255,255,.11) 74% 100%);box-shadow:0 0 60px rgba(87,142,255,.26)}.axm-score span{font-size:42px;font-weight:950;letter-spacing:-.06em}.axm-verdict{padding:20px;border-radius:26px;background:rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.1)}.axm-card small,.axm-price span,.axm-verdict small{color:#91bbff;font-size:11px;font-weight:950;letter-spacing:.13em;text-transform:uppercase}.axm-card h2,.axm-final h2,.axm-price h2,.axm-verdict h2{margin:8px 0;font-size:28px!important;line-height:1!important;letter-spacing:-.055em!important;font-weight:950}.axm-card p,.axm-step p,.axm-verdict p{margin:0;color:rgba(255,255,255,.63);font-size:14px!important;line-height:1.55!important}.axm-metrics{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}.axm-metrics div{padding:16px;border-radius:22px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.09)}.axm-metrics b{display:block;font-size:25px;letter-spacing:-.04em}.axm-metrics span{color:rgba(255,255,255,.54);font-size:12px}.axm-flow{display:grid;gap:12px;padding:8px 16px 22px}.axm-card,.axm-final,.axm-price,.axm-step{margin:0 16px 14px;padding:22px;border-radius:30px;background:linear-gradient(180deg,rgba(255,255,255,.105),rgba(255,255,255,.045));border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 60px rgba(0,0,0,.24)}.axm-step{margin:0;display:grid;gap:8px}.axm-card-icon,.axm-step svg{color:#91bbff}.axm-step h3{margin:0;font-size:19px;letter-spacing:-.035em}.axm-dark{background:radial-gradient(circle at 20% 0,rgba(98,152,255,.28),transparent 42%),linear-gradient(180deg,rgba(255,255,255,.13),rgba(255,255,255,.045))}.axm-card-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:16px;background:rgba(145,187,255,.12);border:1px solid rgba(145,187,255,.16);margin-bottom:14px}.axm-safe{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.axm-safe span{display:inline-flex;align-items:center;gap:5px;padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.09);color:rgba(255,255,255,.68);font-size:12px;font-weight:800}.axm-price{text-align:center;background:radial-gradient(circle at 50% 0,rgba(255,255,255,.19),transparent 45%),linear-gradient(145deg,rgba(81,135,255,.18),rgba(255,255,255,.055))}.axm-price a{margin-top:18px;color:#05070c;background:#fff}.axm-final{margin-bottom:0;padding-bottom:34px;text-align:center;border-radius:30px 30px 0 0;background:transparent;border-left:0;border-right:0;border-bottom:0;box-shadow:none}.axm-final h2{font-size:34px!important}.axm-final a{margin-top:18px;color:#fff;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.12)}}.axSiteFooter{margin:44px 0 0!important;padding:38px 56px 20px!important;min-height:auto!important;grid-template-columns:1.15fr .62fr .62fr .78fr!important;gap:34px!important}.axSiteFooter .axSiteLogo{width:48px!important;height:48px!important;border-radius:14px!important}.axSiteFooter .axSiteBrand{gap:12px!important}.axSiteFooter .axSiteBrand b{font-size:22px!important;letter-spacing:.16em!important}.axSiteFooter p{max-width:380px!important;font-size:15px!important;line-height:1.48!important;margin:14px 0 0!important}.axSiteFooter h4{margin:0 0 12px!important;font-size:12px!important;letter-spacing:.16em!important}.axSiteFooter a,.axSiteFooter span{margin:0 0 9px!important;font-size:14px!important;line-height:1.25!important}.axSiteFooter section{padding-top:16px!important;margin-top:12px!important;grid-template-columns:auto 1fr!important;gap:18px!important;align-items:center!important}.axSiteFooter section p,.axSiteFooter section span{margin:0!important;white-space:nowrap!important;font-size:14px!important}.axSiteFooter section p{max-width:none!important;text-align:right!important;color:#9fb0ca!important}@media(max-width:980px){.axSiteFooter{padding:32px 22px 20px!important;grid-template-columns:1fr 1fr!important;gap:24px!important}.axSiteFooter section{grid-template-columns:1fr!important;gap:8px!important}.axSiteFooter section p{text-align:left!important;white-space:normal!important}}@media(max-width:620px){.axSiteFooter{margin-top:34px!important;padding:28px 18px 18px!important;grid-template-columns:1fr!important}}.axSiteFooter{padding:30px 48px 16px!important;gap:28px!important}.axSiteFooter .axSiteLogo{width:42px!important;height:42px!important}.axSiteFooter .axSiteBrand b{font-size:20px!important}.axSiteFooter p{font-size:14px!important;line-height:1.42!important;margin-top:10px!important}.axSiteFooter h4{margin-bottom:10px!important}.axSiteFooter a,.axSiteFooter span{margin-bottom:7px!important;font-size:13px!important}.axSiteFooter section{padding-top:12px!important;margin-top:8px!important}.axSiteFooter section p,.axSiteFooter section span{font-size:13px!important}@media(max-width:620px){.axSiteFooter{padding:22px 16px 14px!important}}.mobilePreview{display:none}@media (max-width:768px){.mobilePreview{display:block;min-height:100vh;background:radial-gradient(circle at 50% -10%,rgba(29,168,255,.34),transparent 34%),radial-gradient(circle at 100% 15%,rgba(154,60,255,.25),transparent 34%),#05070c;color:#fff;overflow:hidden}.mobilePreview+.axSiteFooter{display:none!important}.mpAppleCard,.mpFinal,.mpHero,.mpReport,.mpSafe,.mpSteps,.mpStory{padding:58px 22px}.mpHero{min-height:92svh;flex-direction:column;text-align:center}.mpHero,.mpLogo{display:flex;justify-content:center}.mpLogo{align-items:center;gap:12px;margin-bottom:34px;font-weight:950;letter-spacing:.14em}.mpLogo img{width:46px;height:46px;border-radius:16px}.mpBadge{width:fit-content;margin:0 auto 22px;padding:10px 15px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13);color:rgba(255,255,255,.72);font-size:11px;font-weight:900;letter-spacing:.14em}.mpAppleCard h2,.mpFinal h2,.mpHero h1,.mpSafe h2,.mpStory h2{margin:0;font-size:52px;line-height:.88;letter-spacing:-.08em;font-weight:950}.mpHero h1{background:linear-gradient(135deg,#fff,#dbe8ff,#1da8ff,#9a3cff);-webkit-background-clip:text;color:transparent}.mpAppleCard p,.mpHero p,.mpSafe p,.mpStory p{margin:24px auto 0;max-width:360px;color:rgba(235,242,255,.66);font-size:18px;line-height:1.56}.mpButtons{display:grid;gap:12px;margin-top:34px}.mpButtons a,.mpFinal a{min-height:58px;border-radius:999px;display:flex;align-items:center;justify-content:center;gap:10px;text-decoration:none;font-weight:950;font-size:16px}.mpButtons a:first-child,.mpFinal a{color:#fff;background:linear-gradient(135deg,#1da8ff,#9a3cff);box-shadow:0 26px 80px rgba(29,168,255,.34)}.mpButtons a:last-child{color:#fff;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14)}.mpReport{min-height:90svh;display:flex;align-items:center}.mpReportCard{width:100%;padding:22px;border-radius:42px;background:linear-gradient(145deg,rgba(255,255,255,.18),rgba(255,255,255,.045)),radial-gradient(circle at 50% 0,rgba(29,168,255,.3),transparent 48%);border:1px solid rgba(255,255,255,.16);box-shadow:0 40px 110px rgba(0,0,0,.55)}.mpReportTop{display:flex;justify-content:space-between;color:rgba(255,255,255,.62);font-size:11px;font-weight:900;letter-spacing:.12em}.mpReportTop b{color:#fff}.mpScore{width:168px;height:168px;margin:42px auto 30px;border-radius:50%;display:grid;place-items:center;font-size:54px;font-weight:950;background:radial-gradient(circle,#070a11 58%,transparent 59%),conic-gradient(#fff 0 74%,rgba(255,255,255,.1) 74% 100%)}.mpVerdict{padding:22px;border-radius:28px;background:rgba(0,0,0,.34);border:1px solid rgba(255,255,255,.1)}.mpStory span,.mpVerdict small{color:#8fcaff;font-size:11px;font-weight:950;letter-spacing:.14em;text-transform:uppercase}.mpVerdict h2{margin:10px 0;font-size:28px;line-height:1.04;letter-spacing:-.05em}.mpVerdict p{margin:0;color:rgba(255,255,255,.62);line-height:1.5}.mpAppleCard,.mpFinal,.mpSafe,.mpStory{min-height:82svh;display:flex;flex-direction:column;justify-content:center}.mpSteps{display:grid;gap:14px}.mpSteps div{padding:26px;min-height:190px;border-radius:32px;background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.045));border:1px solid rgba(255,255,255,.11)}.mpSteps h3{margin:28px 0 10px;font-size:30px;line-height:1;letter-spacing:-.055em}.mpSteps p{margin:0;color:rgba(255,255,255,.62);font-size:16px;line-height:1.5}.mpAppleCard,.mpSafe{margin:20px;border-radius:42px;background:radial-gradient(circle at 50% 0,rgba(154,60,255,.22),transparent 42%),linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.045));border:1px solid rgba(255,255,255,.12)}.mpFinal{text-align:center}.mpFinal a{margin-top:32px}}@media (min-width:769px){.mobilePreview{display:block;min-height:100vh;padding:120px 24px;background:#05070c;color:#fff;text-align:center}.mobilePreview:before{content:"Open this preview from your phone.";font-size:32px;font-weight:900}.mobilePreview>*{display:none}}#v6Apple{min-height:100vh;color:#f8fbff;overflow:hidden;background:radial-gradient(circle at 50% -10%,rgba(80,150,255,.32),transparent 38%),radial-gradient(circle at 100% 15%,rgba(166,72,255,.24),transparent 34%),linear-gradient(180deg,#05070d,#07111f 48%,#03050a)}#v6Apple *{box-sizing:border-box}.v6Hero{min-height:100vh;padding:28px min(5vw,72px) 90px}.v6Nav{height:72px;width:min(1320px,100%);margin:0 auto;justify-content:space-between;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.045);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border-radius:24px;padding:0 14px 0 18px}.v6Brand,.v6Nav{display:flex;align-items:center}.v6Brand{gap:12px;color:white;text-decoration:none}.v6Brand img{width:42px;height:42px;border-radius:13px}.v6Brand b{letter-spacing:.18em;font-size:15px}.v6Nav div{display:flex;align-items:center;gap:10px}.v6Nav a{color:#dfe8ff;text-decoration:none;font-weight:850}.v6NavBtn{padding:13px 18px;border-radius:15px;background:white;color:#05070d!important}.v6HeroInner{width:min(1320px,100%);min-height:calc(100vh - 130px);margin:0 auto;display:grid;grid-template-columns:1.05fr .95fr;gap:58px;align-items:center}.v6Pill{display:inline-flex;align-items:center;gap:8px;padding:10px 15px;border-radius:999px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);color:#bcd8ff;font-weight:900;font-size:13px}.v6HeroText h1{margin:24px 0 18px;font-size:clamp(62px,7.4vw,118px);line-height:.86;letter-spacing:-.085em;max-width:820px}.v6HeroText p{max-width:640px;color:#b6c2d8;font-size:21px;line-height:1.6}.v6Actions{display:flex;gap:14px;margin-top:34px;flex-wrap:wrap}.v6Btn{min-height:58px;padding:0 24px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;gap:10px;color:white;text-decoration:none;font-weight:950;border:1px solid rgba(255,255,255,.12)}.v6Btn.primary{background:linear-gradient(135deg,#35aaff,#9d35ff);box-shadow:0 24px 70px rgba(91,92,255,.34);border:0}.v6Btn.ghost{background:rgba(255,255,255,.055)}.v6Device{position:relative;min-height:620px;border-radius:42px;padding:26px;background:radial-gradient(circle at 70% 15%,rgba(151,68,255,.34),transparent 34%),linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.13);box-shadow:0 50px 140px rgba(0,0,0,.48);-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px);animation:v6Float 7s ease-in-out infinite}@keyframes v6Float{0%,to{transform:translateY(0)}50%{transform:translateY(-16px)}}.v6DeviceTop{display:flex;align-items:center;gap:8px;color:#adc2e9;font-size:13px;font-weight:950;letter-spacing:.13em}.v6DeviceTop span{width:11px;height:11px;border-radius:50%;background:#ff5e79}.v6DeviceTop span:nth-child(2){background:#ffd36b}.v6DeviceTop span:nth-child(3){background:#49e68d}.v6DeviceTop b{margin-left:12px}.v6Score{margin-top:54px;padding:34px;border-radius:32px;background:rgba(3,8,20,.46);border:1px solid rgba(255,255,255,.09)}.v6Score small{color:#9fb2d4;font-weight:900}.v6Score strong{display:block;margin-top:8px;font-size:104px;line-height:.9;letter-spacing:-.08em}.v6Score em{font-size:28px;color:#8fa1bd;font-style:normal}.v6Bars{height:170px;display:flex;gap:14px;align-items:end;margin:26px 0;padding:22px;border-radius:30px;background:rgba(255,255,255,.045)}.v6Bars i{flex:1 1;border-radius:999px 999px 8px 8px;background:linear-gradient(180deg,#54c4ff,#8b46ff);min-height:32%}.v6Bars i:nth-child(2){height:70%}.v6Bars i:nth-child(3){height:44%}.v6Bars i:nth-child(4){height:92%}.v6Bars i:nth-child(5){height:55%}.v6Bars i:nth-child(6){height:78%}.v6Insight{display:flex;gap:16px;padding:22px;border-radius:26px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1)}.v6Insight p{margin:6px 0 0;color:#b7c3d8;line-height:1.5}.v6BigCards,.v6Flow,.v6Premium{width:min(1320px,calc(100% - 36px));margin:0 auto 120px}.v6BigCards{display:grid;grid-template-columns:1fr 1.35fr 1fr;gap:18px}.v6BigCards article,.v6FlowGrid div,.v6Premium{border-radius:34px;padding:34px;min-height:310px;background:linear-gradient(145deg,rgba(255,255,255,.105),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.1);box-shadow:0 30px 100px rgba(0,0,0,.28)}.v6BigCards .wide{background:radial-gradient(circle at 80% 20%,rgba(107,93,255,.28),transparent 35%),linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.035))}.v6BigCards h2,.v6Premium h2,.v6SectionHead h2{margin:22px 0 12px;font-size:clamp(34px,4vw,64px);line-height:.95;letter-spacing:-.065em}.v6BigCards p,.v6FlowGrid p,.v6Premium p{color:#b8c4d9;line-height:1.6;font-size:17px}.v6SectionHead{text-align:center;margin-bottom:32px}.v6SectionHead span{color:#8ebdff;font-weight:950;text-transform:uppercase;letter-spacing:.16em;font-size:13px}.v6FlowGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.v6FlowGrid b{color:#6bbcff;font-size:14px;letter-spacing:.18em}.v6FlowGrid h3{font-size:28px;margin:18px 0 8px;letter-spacing:-.04em}.v6Premium{display:grid;grid-template-columns:1fr .8fr;gap:34px;align-items:center;min-height:520px;background:radial-gradient(circle at 100% 50%,rgba(151,61,255,.32),transparent 38%),linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.035))}.v6GlassStack{display:grid;gap:16px}.v6GlassStack section{padding:26px;border-radius:26px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.11)}.v6GlassStack span{color:#9eb0cc;font-weight:900}.v6GlassStack b{display:block;margin-top:8px;font-size:32px;letter-spacing:-.045em}@media(max-width:980px){.v6Hero{padding:18px 16px 70px}.v6BigCards,.v6FlowGrid,.v6HeroInner,.v6Premium{grid-template-columns:1fr}.v6HeroText h1{font-size:64px}.v6Device{min-height:auto}.v6BigCards,.v6Flow,.v6Premium{margin-bottom:70px}}@media(max-width:560px){.v6HeroText h1{font-size:48px}.v6HeroText p{font-size:17px}.v6Nav{border-radius:18px}.v6Nav div a:first-child{display:none}.v6Btn{width:100%}}.cgPage{color:#eef6ff;background:radial-gradient(circle at 14% 8%,rgba(53,139,255,.25),transparent 35%),radial-gradient(circle at 82% 0,rgba(151,56,255,.26),transparent 34%),linear-gradient(180deg,#030711,#071120 48%,#03050a);overflow:hidden}.cgHero,.cgPage{min-height:100vh}.cgHero{padding:26px min(5vw,70px) 80px}.cgNav{width:min(1280px,100%);height:74px;margin:0 auto;border:1px solid rgba(255,255,255,.1);border-radius:24px;background:rgba(255,255,255,.045);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);justify-content:space-between;padding:0 16px 0 18px}.cgBrand,.cgNav{display:flex;align-items:center}.cgBrand{gap:12px;text-decoration:none;color:white}.cgBrand img{width:42px;height:42px;border-radius:13px}.cgBrand b{letter-spacing:.18em;font-size:15px}.cgNav div{display:flex;align-items:center;gap:22px}.cgNav a{color:#c8d7ef;text-decoration:none;font-weight:850}.cgNavBtn{background:#fff;color:#030711!important;padding:12px 18px;border-radius:15px}.cgHeroGrid{width:min(1280px,100%);margin:0 auto;min-height:calc(100vh - 120px);display:grid;grid-template-columns:1.05fr .95fr;gap:54px;align-items:center}.cgBadge{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.065);color:#b8d8ff;font-size:13px;font-weight:950}.cgHeroText h1{margin:24px 0 18px;max-width:820px;font-size:clamp(58px,7vw,108px);line-height:.88;letter-spacing:-.085em}.cgHeroText p{max-width:660px;color:#aebcd4;font-size:20px;line-height:1.65}.cgActions{margin-top:34px;display:flex;flex-wrap:wrap;gap:14px}.cgBtn{min-height:56px;padding:0 24px;border-radius:17px;display:inline-flex;align-items:center;justify-content:center;gap:9px;color:white;text-decoration:none;font-weight:950;border:1px solid rgba(255,255,255,.12)}.cgPrimary{border:0;background:linear-gradient(135deg,#25a9ff,#9a38ff);box-shadow:0 22px 60px rgba(99,70,255,.34)}.cgGhost{background:rgba(255,255,255,.055)}.cgTerminal{border-radius:34px;padding:24px;background:radial-gradient(circle at 80% 12%,rgba(149,61,255,.28),transparent 34%),linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.12);box-shadow:0 50px 150px rgba(0,0,0,.48);-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px);min-height:585px}.cgTerminalTop{display:flex;align-items:center;gap:8px;color:#9bb0d0;font-weight:950;letter-spacing:.13em;font-size:12px}.cgTerminalTop i{width:11px;height:11px;border-radius:50%;background:#ff5e79}.cgTerminalTop i:nth-child(2){background:#ffd36b}.cgTerminalTop i:nth-child(3){background:#4ee68a}.cgTerminalTop span{margin-left:12px}.cgScoreLine{margin-top:52px;border-radius:28px;padding:32px;background:rgba(2,7,18,.48);border:1px solid rgba(255,255,255,.08)}.cgScoreLine small{color:#91a5c5;font-weight:900}.cgScoreLine b{display:block;margin-top:8px;font-size:96px;line-height:.9;letter-spacing:-.08em}.cgScoreLine span{font-size:28px;color:#8395b3}.cgChart{height:156px;margin:24px 0;border-radius:28px;background:rgba(255,255,255,.045);padding:20px;display:flex;align-items:end;gap:13px}.cgChart i{flex:1 1;border-radius:999px 999px 8px 8px;background:linear-gradient(180deg,#49c6ff,#8b45ff);height:42%}.cgChart i:nth-child(2){height:76%}.cgChart i:nth-child(3){height:54%}.cgChart i:nth-child(4){height:92%}.cgChart i:nth-child(5){height:48%}.cgChart i:nth-child(6){height:68%}.cgChart i:nth-child(7){height:82%}.cgInsight{display:flex;gap:16px;padding:20px;border-radius:24px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1)}.cgInsight p{margin:6px 0 0;color:#aebbd2;line-height:1.5}.cgBento{width:min(1280px,calc(100% - 32px));margin:0 auto 110px;display:grid;grid-template-columns:1.25fr .9fr .9fr;gap:16px}.cgCard{min-height:280px;padding:28px;border-radius:30px;background:linear-gradient(145deg,rgba(255,255,255,.095),rgba(255,255,255,.032));border:1px solid rgba(255,255,255,.1);box-shadow:0 28px 90px rgba(0,0,0,.28)}.cgLarge{grid-row:span 2;min-height:576px;background:radial-gradient(circle at 80% 70%,rgba(72,144,255,.25),transparent 38%),linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.035))}.cgGlow{background:radial-gradient(circle at 90% 20%,rgba(153,62,255,.28),transparent 38%),linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,.035))}.cgIcon{width:54px;height:54px;border-radius:18px;display:grid;place-items:center;color:#70caff;background:linear-gradient(135deg,rgba(54,165,255,.18),rgba(155,56,255,.3))}.cgCard h2{font-size:clamp(42px,4.8vw,72px);line-height:.92;letter-spacing:-.07em;margin:28px 0 16px}.cgCard h3{font-size:28px;letter-spacing:-.04em;margin:26px 0 10px}.cgCard p{color:#aebbd2;line-height:1.6;font-size:16px}.cgStrip{width:min(1280px,calc(100% - 32px));margin:0 auto 110px;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(255,255,255,.1);border-radius:30px;overflow:hidden;background:rgba(255,255,255,.045)}.cgStrip div{padding:28px;border-right:1px solid rgba(255,255,255,.08)}.cgStrip div:last-child{border-right:0}.cgStrip b{display:block;font-size:28px;letter-spacing:-.045em}.cgStrip span{display:block;margin-top:6px;color:#9cadc9;font-weight:850}.cgPricing{width:min(1280px,calc(100% - 32px));margin:0 auto 120px}.cgSectionHead{text-align:center;max-width:800px;margin:0 auto 34px}.cgSectionHead span{color:#86c3ff;letter-spacing:.16em;text-transform:uppercase;font-size:13px;font-weight:950}.cgSectionHead h2{margin:14px 0 0;font-size:clamp(44px,5.5vw,76px);line-height:.94;letter-spacing:-.075em}.cgPlans{display:grid;grid-template-columns:1fr 1fr;gap:16px}.cgPlan{padding:32px;border-radius:30px;background:linear-gradient(145deg,rgba(255,255,255,.095),rgba(255,255,255,.032));border:1px solid rgba(255,255,255,.1)}.cgFeatured{background:radial-gradient(circle at 90% 10%,rgba(149,62,255,.28),transparent 38%),linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.04))}.cgPlan small{color:#86c3ff;font-weight:950;letter-spacing:.14em;text-transform:uppercase}.cgPlan h3{margin:18px 0 8px;font-size:64px;letter-spacing:-.07em}.cgPlan h3 span{font-size:22px;color:#8fa1bd}.cgPlan p{color:#aebbd2}.cgPlan ul{list-style:none;padding:0;margin:26px 0;display:grid;gap:13px}.cgPlan li{display:flex;align-items:center;gap:10px;color:#dfe8ff;font-weight:850}.cgPlan li svg{color:#55e79b}@media(max-width:980px){.cgHero{padding:18px 16px 70px}.cgBento,.cgHeroGrid,.cgPlans,.cgStrip{grid-template-columns:1fr}.cgHeroText h1{font-size:58px}.cgTerminal{min-height:auto}.cgLarge{grid-row:auto;min-height:330px}.cgStrip div{border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}}@media(max-width:560px){.cgHeroText h1{font-size:44px}.cgHeroText p{font-size:16px}.cgNav div a:not(.cgNavBtn){display:none}.cgBtn{width:100%}}body{min-height:100vh}.axSiteFooter,.axSiteHeader{position:relative;z-index:5}body,html{background:#000!important}.auroraWrap{position:relative;min-height:100vh;width:100%;background:#000;overflow-x:hidden;isolation:isolate}.auroraFixed{position:fixed;inset:0;z-index:-1;overflow:hidden;pointer-events:none;background:#000}.auroraBase{position:absolute;inset:0;opacity:.7;background:linear-gradient(135deg,rgba(30,58,138,.4),rgba(88,28,135,.3),rgba(49,46,129,.4))}.auroraWave{position:absolute;inset:-12%;will-change:transform}.auroraWave1{opacity:.6;background:radial-gradient(ellipse 800px 600px at 50% 20%,rgba(59,130,246,.3) 0,transparent 50%);animation:aurora1 8s ease-in-out infinite alternate}.auroraWave2{opacity:.5;background:radial-gradient(ellipse 600px 400px at 80% 30%,rgba(139,92,246,.4) 0,transparent 50%);animation:aurora2 6s ease-in-out infinite alternate-reverse}.auroraWave3{opacity:.4;background:radial-gradient(ellipse 700px 500px at 20% 60%,rgba(236,72,153,.3) 0,transparent 50%);animation:aurora3 10s ease-in-out infinite alternate}.auroraWave4{opacity:.3;background:radial-gradient(ellipse 900px 300px at 60% 80%,rgba(34,197,94,.2) 0,transparent 50%);animation:aurora4 7s ease-in-out infinite alternate-reverse}.auroraDepth{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.2),transparent,rgba(0,0,0,.1))}.auroraChildren{position:relative;z-index:1;min-height:100vh}#profileV5,#v6Apple,.ax,.axAuthPage,.axDashboard,.axProfilePro,.cgPage{background:transparent!important}@keyframes aurora1{0%{transform:translateX(-100px) translateY(-50px) rotate(0deg) scale(1)}50%{transform:translateX(50px) translateY(30px) rotate(180deg) scale(1.1)}to{transform:translateX(100px) translateY(-30px) rotate(1turn) scale(.9)}}@keyframes aurora2{0%{transform:translateX(80px) translateY(40px) rotate(45deg) scale(.8)}50%{transform:translateX(-30px) translateY(-20px) rotate(225deg) scale(1.2)}to{transform:translateX(-80px) translateY(60px) rotate(405deg) scale(.9)}}@keyframes aurora3{0%{transform:translateX(-50px) translateY(20px) rotate(90deg) scale(1.1)}50%{transform:translateX(70px) translateY(-40px) rotate(270deg) scale(.8)}to{transform:translateX(-20px) translateY(50px) rotate(450deg) scale(1)}}@keyframes aurora4{0%{transform:translateX(30px) translateY(-20px) rotate(135deg) scale(.9)}50%{transform:translateX(-60px) translateY(10px) rotate(315deg) scale(1.1)}to{transform:translateX(40px) translateY(-60px) rotate(495deg) scale(.8)}}.axSiteHeader{background:radial-gradient(ellipse 800px 180px at 18% 0,rgba(59,130,246,.26),transparent 55%),radial-gradient(ellipse 650px 220px at 80% 0,rgba(139,92,246,.3),transparent 58%),linear-gradient(135deg,rgba(30,58,138,.34),rgba(88,28,135,.26),rgba(49,46,129,.34)),rgba(0,0,0,.58)!important;backdrop-filter:blur(26px) saturate(1.25)!important;-webkit-backdrop-filter:blur(26px) saturate(1.25)!important;border-bottom:1px solid rgba(255,255,255,.12)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 20px 70px rgba(0,0,0,.34)!important}.axSiteHeader:before{content:"";position:absolute;inset:0;pointer-events:none;z-index:-1;opacity:.65;background:radial-gradient(ellipse 420px 160px at 30% 40%,rgba(59,130,246,.24),transparent 60%),radial-gradient(ellipse 420px 160px at 72% 52%,rgba(236,72,153,.16),transparent 60%);animation:auroraHeader 8s ease-in-out infinite alternate}.axSiteFooter{background:radial-gradient(ellipse 900px 420px at 18% 0,rgba(59,130,246,.26),transparent 58%),radial-gradient(ellipse 760px 420px at 82% 10%,rgba(139,92,246,.3),transparent 56%),radial-gradient(ellipse 640px 340px at 45% 95%,rgba(236,72,153,.12),transparent 56%),linear-gradient(135deg,rgba(30,58,138,.34),rgba(88,28,135,.26),rgba(49,46,129,.34)),rgba(0,0,0,.7)!important;backdrop-filter:blur(28px) saturate(1.22)!important;-webkit-backdrop-filter:blur(28px) saturate(1.22)!important;border-top:1px solid rgba(255,255,255,.12)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 -22px 90px rgba(0,0,0,.34)!important;position:relative!important;overflow:hidden!important}.axSiteFooter:before{content:"";position:absolute;inset:-20%;pointer-events:none;opacity:.55;background:radial-gradient(ellipse 800px 500px at 20% 30%,rgba(59,130,246,.22),transparent 54%),radial-gradient(ellipse 650px 420px at 82% 34%,rgba(139,92,246,.3),transparent 54%),radial-gradient(ellipse 720px 360px at 58% 80%,rgba(34,197,94,.1),transparent 56%);animation:auroraFooter 10s ease-in-out infinite alternate}.axSiteFooter>*{position:relative;z-index:1}@keyframes auroraHeader{0%{transform:translateX(-60px) translateY(-16px) rotate(0deg) scale(1)}50%{transform:translateX(40px) translateY(12px) rotate(12deg) scale(1.08)}to{transform:translateX(70px) translateY(-8px) rotate(-8deg) scale(.96)}}@keyframes auroraFooter{0%{transform:translateX(-90px) translateY(-30px) rotate(0deg) scale(1)}50%{transform:translateX(60px) translateY(28px) rotate(18deg) scale(1.08)}to{transform:translateX(100px) translateY(-20px) rotate(-12deg) scale(.95)}}.lunexaHero{position:relative;width:100%;overflow:hidden;padding:132px 24px 72px;color:#fff;background:radial-gradient(circle at 50% -8%,rgba(155,135,245,.16),transparent 42%),linear-gradient(135deg,#0a0613,#150d27)}.lunexaGlow{position:absolute;top:0;width:50%;height:50%;pointer-events:none;background:radial-gradient(circle at 70% 30%,rgba(155,135,245,.15) 0,rgba(13,10,25,0) 60%)}.lunexaGlowRight{right:0}.lunexaGlowLeft{left:0;transform:scaleX(-1)}.lunexaHeroInner{position:relative;z-index:2;width:min(1240px,100%);margin:0 auto;text-align:center}.lunexaHeroText{animation:lunexaFadeUp .8s ease-out both}.lunexaBadge{display:inline-block;margin-bottom:24px;border:1px solid rgba(155,135,245,.3);color:#9b87f5;border-radius:999px;padding:7px 13px;font-size:12px;letter-spacing:.12em;font-weight:700}.lunexaHero h1{max-width:980px;margin:0 auto 24px;font-size:clamp(42px,7vw,86px);font-weight:300;line-height:1.02;letter-spacing:-.065em}.lunexaHero h1 span{color:#9b87f5}.lunexaHero p{max-width:720px;margin:0 auto 40px;color:rgba(255,255,255,.6);font-size:clamp(17px,2vw,21px);line-height:1.65;font-weight:300}.lunexaActions{display:flex;gap:20px;margin-bottom:34px;flex-wrap:wrap}.lunexaActions,.lunexaPrimary{align-items:center;justify-content:center}.lunexaPrimary{position:relative;overflow:hidden;display:inline-flex;min-height:56px;padding:0 32px;border-radius:999px;border:1px solid rgba(255,255,255,.1);color:#fff;text-decoration:none;background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.05));box-shadow:0 12px 34px rgba(0,0,0,.34);font-weight:700;transition:.3s ease}.lunexaPrimary:hover{border-color:rgba(155,135,245,.36);box-shadow:0 0 24px rgba(155,135,245,.5);transform:translateY(-1px)}.lunexaLearn{display:inline-flex;align-items:center;justify-content:center;gap:8px;color:rgba(255,255,255,.7);text-decoration:none;transition:.25s ease}.lunexaLearn:hover{color:#fff}.lunexaVisual{position:relative;animation:lunexaFade .8s ease-out .25s both}.lunexaPlanet{position:relative;width:100%;height:250px;overflow:hidden;display:flex;justify-content:center;align-items:flex-start}.lunexaPlanet span{position:absolute;top:0;width:min(720px,92vw);height:min(720px,92vw);border-radius:50%;opacity:.78;background:radial-gradient(circle at 35% 28%,rgba(255,255,255,.28),transparent 6%),radial-gradient(circle at 58% 42%,rgba(155,135,245,.52),transparent 18%),radial-gradient(circle at 48% 46%,rgba(40,96,210,.34),transparent 32%),radial-gradient(circle at 50% 50%,#14102a 0,#080611 62%,transparent 64%);box-shadow:inset -40px -60px 120px rgba(0,0,0,.65),0 0 90px rgba(155,135,245,.24);transform:translateY(34px);animation:lunexaPlanetFloat 7s ease-in-out infinite}.lunexaDashboard{position:relative;z-index:3;width:min(1040px,100%);margin:-122px auto 0;overflow:hidden;border-radius:18px;border:1px solid rgba(255,255,255,.1);background:radial-gradient(circle at 80% 0,rgba(155,135,245,.18),transparent 32%),linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.025));box-shadow:0 0 60px rgba(155,135,245,.18),0 40px 120px rgba(0,0,0,.48);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);text-align:left}.lunexaDashTop{height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid rgba(255,255,255,.08);color:rgba(255,255,255,.62);font-size:12px;letter-spacing:.14em}.lunexaDashTop div{display:flex;gap:7px}.lunexaDashTop i{width:10px;height:10px;border-radius:50%;background:#ff5f6d}.lunexaDashTop i:nth-child(2){background:#ffd166}.lunexaDashTop i:nth-child(3){background:#42e690}.lunexaDashGrid{padding:22px;display:grid;grid-template-columns:1.05fr .95fr;gap:16px}.lunexaDashGrid section{border:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.22);border-radius:18px;padding:22px}.lunexaLeakBox small,.lunexaRule small,.lunexaScoreBox small{display:block;color:rgba(255,255,255,.48);font-size:12px;text-transform:uppercase;letter-spacing:.12em;margin-bottom:12px}.lunexaScoreBox strong{display:block;font-size:76px;line-height:.88;letter-spacing:-.07em;font-weight:500}.lunexaScoreBox em{font-size:24px;color:rgba(255,255,255,.42);font-style:normal}.lunexaLeakBox b,.lunexaRule b{display:block;font-size:28px;letter-spacing:-.04em;font-weight:400}.lunexaLeakBox p{margin:12px 0 0;color:rgba(255,255,255,.55);font-size:15px;line-height:1.55;text-align:left}.lunexaBars{grid-column:1/-1;height:150px;display:flex;align-items:end;gap:14px}.lunexaBars i{flex:1 1;border-radius:999px 999px 8px 8px;background:linear-gradient(180deg,#9b87f5,#3b82f6);opacity:.9;height:44%}.lunexaBars i:nth-child(2){height:74%}.lunexaBars i:nth-child(3){height:56%}.lunexaBars i:nth-child(4){height:92%}.lunexaBars i:nth-child(5){height:48%}.lunexaBars i:nth-child(6){height:66%}.lunexaBars i:nth-child(7){height:82%}.lunexaRule{grid-column:1/-1}@keyframes lunexaFadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes lunexaFade{0%{opacity:0}to{opacity:1}}@keyframes lunexaPlanetFloat{0%,to{transform:translateY(34px) rotate(0deg)}50%{transform:translateY(18px) rotate(3deg)}}@media(max-width:760px){.lunexaHero{padding:112px 14px 50px}.lunexaHero h1{font-size:44px}.lunexaActions{align-items:stretch}.lunexaLearn,.lunexaPrimary{width:100%}.lunexaPlanet{height:190px}.lunexaDashboard{margin-top:-86px}.lunexaDashGrid{grid-template-columns:1fr;padding:14px}.lunexaBars,.lunexaRule{grid-column:auto}.lunexaScoreBox strong{font-size:58px}}.lunexaPlanet.originalEarth{height:300px!important;display:flex!important;justify-content:center!important;align-items:flex-start!important;overflow:hidden!important}.lunexaPlanet.originalEarth img{position:absolute!important;top:0!important;left:50%!important;transform:translateX(-50%)!important;width:min(940px,96vw)!important;height:auto!important;opacity:.82!important;padding:0 16px!important;pointer-events:none!important;-webkit-user-select:none!important;user-select:none!important}.lunexaDashboard{display:none!important}.lunexaHero{padding:150px 24px 0!important;background:radial-gradient(circle at 50% 0,rgba(155,135,245,.18),transparent 42%),linear-gradient(135deg,#0a0613,#150d27)!important}.lunexaHeroInner{max-width:1280px!important}.lunexaHero h1{max-width:920px!important;font-size:clamp(44px,6vw,82px)!important;line-height:1.02!important;font-weight:300!important;letter-spacing:-.065em!important}.lunexaHero p{max-width:720px!important;color:rgba(255,255,255,.58)!important}.lunexaActions{margin-bottom:18px!important}.lunexaVisual{margin-top:8px!important;height:360px!important;animation:lunexaFade .8s ease-out .25s both!important}.lunexaEarthWrap{height:520px!important;overflow:hidden!important;z-index:1!important}.lunexaEarthImg,.lunexaEarthWrap{position:absolute!important;left:50%!important;top:0!important;transform:translateX(-50%)!important;width:min(980px,96vw)!important;pointer-events:none!important}.lunexaEarthImg{height:auto!important;max-width:none!important;opacity:.92!important;filter:saturate(1.35) contrast(1.08) brightness(1.05) drop-shadow(0 0 55px rgba(155,135,245,.35))!important;-webkit-user-select:none!important;user-select:none!important}.lunexaDashboard,.lunexaPlanet{display:none!important}@media(max-width:760px){.lunexaHero{min-height:760px!important;padding:120px 14px 0!important}.lunexaVisual{height:270px!important}.lunexaEarthImg,.lunexaEarthWrap{width:780px!important}}.lunexaVisual{position:relative!important;display:block!important;width:100%!important;height:380px!important;margin-top:10px!important}.lunexaVisual:before{content:""!important;position:absolute!important;left:50%!important;top:0!important;transform:translateX(-50%)!important;width:min(1100px,100vw)!important;background:url(/earth.png) top/contain no-repeat!important;opacity:.95!important;filter:drop-shadow(0 0 70px rgba(155,135,245,.38))!important;z-index:2!important;pointer-events:none!important}.lunexaVisual>*{display:none!important}@media(max-width:760px){.lunexaVisual{height:270px!important}.lunexaVisual:before{width:820px!important;height:420px!important}}.lunexaHero{min-height:780px!important;padding-bottom:0!important}.lunexaVisual{height:330px!important;margin-top:-8px!important;overflow:hidden!important;background:transparent!important;border:0!important;box-shadow:none!important}.lunexaVisual:before{top:-18px!important;width:min(1280px,100vw)!important;height:520px!important;background:url(/earth.png) top/cover no-repeat!important;opacity:.98!important;filter:saturate(1.12) contrast(1.03) brightness(1.02) drop-shadow(0 0 65px rgba(155,135,245,.36))!important}.lunexaVisual:after{content:""!important;position:absolute!important;inset:0!important;z-index:3!important;pointer-events:none!important;background:linear-gradient(90deg,#0a0613,transparent 14%,transparent 86%,#150d27),linear-gradient(180deg,transparent,transparent 74%,#0b0715)!important}@media(max-width:760px){.lunexaVisual{height:250px!important}.lunexaVisual:before{top:-8px!important;width:900px!important;height:380px!important}}.lunexaHero{background:linear-gradient(rgba(10,6,19,.45),rgba(10,6,19,.45)),url(/earth.png) 50% /cover no-repeat!important;min-height:900px!important}.lunexaDashboard,.lunexaEarthImg,.lunexaEarthWrap,.lunexaPlanet,.lunexaVisual,.lunexaVisual:after,.lunexaVisual:before{display:none!important}.lunexaHero{padding-top:110px!important;min-height:760px!important}.lunexaBadge{margin-top:0!important}.lunexaHero{padding-top:40px!important;min-height:700px!important}.lunexaHeroInner{margin-top:-70px!important}.lunexaHero{padding-top:75px!important}.lunexaHeroInner{margin-top:-35px!important}.lunexaHero{animation:heroBgDrift 14s ease-in-out infinite alternate}.lunexaHero:after{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 50% 78%,rgba(155,135,245,.18),transparent 28%),radial-gradient(circle at 50% 90%,rgba(59,130,246,.1),transparent 34%);animation:earthGlowPulse 5s ease-in-out infinite alternate}@keyframes heroBgDrift{0%{background-position:center 50%;background-size:100%}to{background-position:center 54%;background-size:104%}}@keyframes earthGlowPulse{0%{opacity:.45;transform:scale(1)}to{opacity:.9;transform:scale(1.03)}}.lunexaHero{background:linear-gradient(135deg,#0a0613,#150d27)!important}.lunexaHero:before{content:""!important;position:absolute!important;inset:-5%!important;z-index:0!important;pointer-events:none!important;background:linear-gradient(rgba(10,6,19,.42),rgba(10,6,19,.42)),url(/earth.png) 50% /cover no-repeat!important;animation:earthImageMove 12s ease-in-out infinite alternate!important;will-change:transform,filter!important}.lunexaHero:after{z-index:1!important}@keyframes earthImageMove{0%{transform:scale(1.02) translate3d(0,-8px,0);filter:brightness(1) saturate(1.05)}50%{transform:scale(1.08) translate3d(0,10px,0);filter:brightness(1.08) saturate(1.15)}to{transform:scale(1.04) translate3d(0,22px,0);filter:brightness(1.03) saturate(1.1)}}.lunexaHero:before{background-position:center -120px!important}.lunexaHero:after{content:""!important;position:absolute!important;left:0!important;right:0!important;bottom:-2px!important;height:140px!important;z-index:20!important;pointer-events:none!important;background:linear-gradient(180deg,rgba(10,6,19,0) 0,rgba(10,6,19,.45) 35%,rgba(10,6,19,.85) 70%,#0a0613)!important}.lunexaHero{position:relative!important;overflow:hidden!important;min-height:860px!important;padding:92px 24px 0!important;background:linear-gradient(rgba(8,4,18,.18),rgba(8,4,18,.18)),url(/earth.png) bottom /cover no-repeat!important}.lunexaHero:after,.lunexaHero:before{display:none!important}.lunexaHeroInner{position:relative!important;z-index:2!important;margin-top:0!important;padding-top:0!important;text-align:center!important}.lunexaHeroText{max-width:1120px!important;margin:0 auto!important}.lunexaBadge{margin-bottom:28px!important}.lunexaHero h1{max-width:860px!important;margin:0 auto 22px!important;font-family:Inter,SF Pro Display,Segoe UI,ui-sans-serif,system-ui,sans-serif!important;font-size:clamp(38px,4vw,63px)!important;line-height:1.08!important;letter-spacing:-.045em!important;font-weight:850!important;text-wrap:balance;text-shadow:0 22px 80px rgba(70,132,255,.16)}.lunexaHero p{max-width:760px!important;margin:0 auto 34px!important;color:rgba(255,255,255,.64)!important;font-size:clamp(18px,1.7vw,22px)!important;line-height:1.55!important}.lunexaStagingTest{margin:-16px auto 28px!important;color:rgba(255,255,255,.5)!important;font-size:12px!important;font-weight:850!important;line-height:1.4!important}.lunexaActions{margin-bottom:0!important}.lunexaDashboard,.lunexaPlanet,.lunexaVisual,.lunexaVisual:after,.lunexaVisual:before{display:none!important}.axTrust{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;height:86px!important;overflow:hidden!important;display:flex!important;align-items:center!important;border-top:1px solid rgba(255,255,255,.08)!important;border-bottom:1px solid rgba(255,255,255,.08)!important;background:radial-gradient(ellipse 900px 160px at 50% 0,rgba(139,92,246,.16),transparent 60%),rgba(5,8,22,.52)!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important;position:relative!important}.axTrust:after,.axTrust:before{content:""!important;position:absolute!important;top:0!important;width:160px!important;height:100%!important;z-index:3!important;pointer-events:none!important}.axTrust:before{left:0!important;background:linear-gradient(90deg,#070817,transparent)!important}.axTrust:after{right:0!important;background:linear-gradient(270deg,#070817,transparent)!important}.axTrust>div{flex:0 0 auto!important;min-width:max-content!important;display:flex!important;align-items:center!important;gap:14px!important;margin-right:84px!important;color:#f4f7ff!important;font-size:18px!important;font-weight:950!important;white-space:nowrap!important;animation:axTrustTicker 34s linear infinite!important}.axTrust>div svg{color:#6fa3ff!important}.axExchangeMark{width:36px;height:36px;display:grid;place-items:center;border-radius:12px;border:1px solid rgba(126,183,255,.24);color:#dfeaff;font-size:12px;font-weight:950;letter-spacing:0;background:linear-gradient(135deg,rgba(83,145,255,.2),rgba(139,92,246,.12)),rgba(255,255,255,.05);box-shadow:0 12px 34px rgba(0,0,0,.24)}.axExchangeMark--binance{border-color:rgba(240,185,11,.42);color:#111827;background:linear-gradient(135deg,#f0b90b,#ffe680);box-shadow:0 16px 38px rgba(240,185,11,.18)}.axExchangeLogo{width:38px;height:38px;display:grid;place-items:center;border-radius:13px;border:1px solid rgba(126,183,255,.22);background:radial-gradient(circle at 35% 20%,rgba(255,255,255,.2),transparent 44%),linear-gradient(135deg,rgba(255,255,255,.11),rgba(255,255,255,.045));box-shadow:0 16px 38px rgba(0,0,0,.26)}.axExchangeLogo img{width:24px;height:24px;object-fit:contain;display:block}.axExchangeLogo--dark{background:#0b0d18}.axTrust:hover>div{animation-play-state:paused!important}@keyframes axTrustTicker{0%{transform:translateX(100vw)}to{transform:translateX(-4200px)}}@media(max-width:760px){.axTrust{height:72px!important}.axTrust>div{font-size:15px!important;margin-right:56px!important;animation-duration:28s!important}.axExchangeMark{font-size:11px}.axExchangeLogo,.axExchangeMark{width:32px;height:32px;border-radius:10px}.axExchangeLogo img{width:21px;height:21px}}.lunexaHeroInner{transform:translateY(-80px)!important}.lunexaBadge{position:relative!important;top:12px!important}.csvUploadBox{background:radial-gradient(circle at 20% 20%,rgba(59,130,246,.1),transparent 35%),radial-gradient(circle at 80% 20%,rgba(139,92,246,.14),transparent 35%),radial-gradient(circle at 50% 100%,rgba(99,102,241,.1),transparent 40%),transparent!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.csvDrop,.csvUploadBox{border:1px solid rgba(255,255,255,.08)!important}.csvDrop{background:rgba(255,255,255,.02)!important}.csvBlocks article,.csvGrid span,.csvResult,.csvScore,.csvTrust span{background:rgba(255,255,255,.03)!important}.axHowWorks{position:relative;overflow:hidden;padding:96px 56px 110px;color:#fff;background:radial-gradient(circle at 18% 16%,rgba(59,130,246,.18),transparent 32%),radial-gradient(circle at 82% 18%,rgba(139,92,246,.22),transparent 34%),radial-gradient(circle at 50% 100%,rgba(168,85,247,.14),transparent 42%),linear-gradient(180deg,rgba(7,8,23,.92),rgba(8,5,22,.98))}.axHowWorks:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.25;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 0);background-size:72px 72px;-webkit-mask-image:linear-gradient(180deg,transparent,black 22%,black 78%,transparent);mask-image:linear-gradient(180deg,transparent,black 22%,black 78%,transparent)}.axHowHead{position:relative;z-index:2;max-width:980px;margin:0 auto 54px;text-align:center}.axHowHead p{margin:0 0 14px;color:rgba(255,255,255,.58);font-weight:950;letter-spacing:.36em;font-size:14px}.axHowHead h2{margin:0;font-size:clamp(42px,5.8vw,82px);line-height:.96;letter-spacing:-.075em;font-weight:500}.axHowHead h2 span{background:linear-gradient(90deg,#28a8ff,#9b63ff);-webkit-background-clip:text;background-clip:text;color:transparent}.axHowHead small{display:block;max-width:780px;margin:24px auto 0;color:rgba(225,235,255,.66);font-size:19px;line-height:1.6}.axHowGrid{position:relative;z-index:2;width:min(1480px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.axHowCard{position:relative;min-height:430px;padding:28px;border-radius:30px;overflow:hidden;background:radial-gradient(circle at 50% 0,rgba(139,92,246,.22),transparent 42%),linear-gradient(145deg,rgba(255,255,255,.085),rgba(255,255,255,.025));border:1px solid rgba(120,120,255,.24);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 35px 100px rgba(0,0,0,.28);transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease}.axHowCard:hover{transform:translateY(-10px);border-color:rgba(139,92,246,.58);box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 45px 120px rgba(0,0,0,.36),0 0 90px rgba(139,92,246,.18)}.axHowNum{position:absolute;top:22px;left:22px;width:52px;height:52px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,rgba(139,92,246,.5),rgba(59,130,246,.22));border:1px solid rgba(255,255,255,.16);font-weight:950;font-size:21px;box-shadow:0 0 30px rgba(139,92,246,.24)}.axHowArt{height:190px;margin:38px 0 24px;position:relative;display:grid;place-items:center}.axHowArt:before{content:"";position:absolute;width:170px;height:170px;border-radius:50%;background:radial-gradient(circle,rgba(93,173,255,.18),transparent 68%);animation:axHowPulse 3.8s ease-in-out infinite}.axHowArt b,.axHowArt em,.axHowArt i{position:absolute;display:block}.axHowArt.upload i{width:120px;height:70px;border:3px solid rgba(95,194,255,.8);border-radius:22px;bottom:28px;box-shadow:0 0 38px rgba(95,194,255,.22)}.axHowArt.upload b{width:68px;height:68px;border:4px solid rgba(155,99,255,.9);border-bottom:0;border-radius:999px 999px 0 0;top:36px}.axHowArt.upload em{width:4px;height:72px;background:linear-gradient(#a855f7,#35a8ff);top:72px;animation:axHowFloat 2.8s ease-in-out infinite}.axHowArt.scan i{width:128px;height:128px;border:5px solid rgba(95,194,255,.7);border-radius:50%;box-shadow:0 0 38px rgba(95,194,255,.25)}.axHowArt.scan b{width:72px;height:44px;border-left:4px solid #9b63ff;border-bottom:4px solid #35a8ff;transform:rotate(-20deg)}.axHowArt.scan em{width:70px;height:5px;background:#6cc9ff;transform:translate(66px,66px) rotate(45deg);border-radius:999px}.axHowArt.report i{width:150px;height:116px;border:2px solid rgba(95,194,255,.65);border-radius:18px;box-shadow:0 0 36px rgba(95,194,255,.18)}.axHowArt.report b,.axHowArt.report em{width:86px;height:8px;border-radius:999px;background:linear-gradient(90deg,#7c5cff,#52c7ff)}.axHowArt.report b{transform:translateY(-22px)}.axHowArt.report em{transform:translateY(24px);width:112px}.axHowArt.target i{width:142px;height:142px;border-radius:50%;border:4px solid rgba(139,92,246,.75);box-shadow:0 0 40px rgba(139,92,246,.25)}.axHowArt.target b{width:88px;height:88px;border-radius:50%;border:12px solid rgba(117,179,255,.85)}.axHowArt.target em{width:118px;height:6px;border-radius:999px;background:linear-gradient(90deg,#35a8ff,#a855f7);transform:rotate(-42deg);animation:axHowFloat 2.6s ease-in-out infinite}.axHowCard h3{margin:0 0 14px;font-size:27px;line-height:1.02;letter-spacing:-.045em}.axHowCard p{margin:0;color:rgba(232,238,255,.72);font-size:17px;line-height:1.55}.axHowBottom{position:relative;z-index:2;width:max-content;max-width:calc(100% - 32px);margin:34px auto 0;display:flex;gap:16px;flex-wrap:wrap;justify-content:center;color:rgba(255,255,255,.62);font-size:18px}.axHowBottom span{padding:10px 16px;border-radius:999px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08)}@keyframes axHowPulse{0%,to{transform:scale(.94);opacity:.55}50%{transform:scale(1.08);opacity:1}}@keyframes axHowFloat{0%,to{margin-top:0}50%{margin-top:-12px}}@media(max-width:1100px){.axHowGrid{grid-template-columns:repeat(2,1fr)}}@media(max-width:680px){.axHowWorks{padding:70px 16px 80px}.axHowGrid{grid-template-columns:1fr}.axHowCard{min-height:360px}}.axHowWorks{background:transparent!important;box-shadow:none!important}.axHowWorks:before{display:none!important}.axHowCard{opacity:0;transform:translateY(-140px) scale(.96);animation:axCardFall .9s cubic-bezier(.16,1,.3,1) forwards!important}.axHowCard:first-child{animation-delay:.05s!important}.axHowCard:nth-child(2){animation-delay:.22s!important}.axHowCard:nth-child(3){animation-delay:.39s!important}.axHowCard:nth-child(4){animation-delay:.56s!important}@keyframes axCardFall{0%{opacity:0;transform:translateY(-160px) scale(.94) rotateX(12deg);filter:blur(10px)}70%{opacity:1;transform:translateY(14px) scale(1.01) rotateX(0deg);filter:blur(0)}to{opacity:1;transform:translateY(0) scale(1) rotateX(0deg);filter:blur(0)}}.axSetupGuide{position:relative;width:min(1480px,calc(100% - 72px));margin:0 auto;padding:54px 0 96px;color:#fff}.axSetupGuide:before{content:"";position:absolute;inset:28px -24px 48px;z-index:0;pointer-events:none;border-radius:38px;background:radial-gradient(circle at 18% 8%,rgba(59,130,246,.16),transparent 32%),radial-gradient(circle at 86% 18%,rgba(139,92,246,.2),transparent 35%),linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,.008));border:1px solid rgba(255,255,255,.06)}.axSetupGrid,.axSetupHead{position:relative;z-index:1}.axSetupHead{display:grid;place-items:center;text-align:center;margin-bottom:26px}.axSetupHead h2{max-width:820px;margin:18px 0 12px;font-size:clamp(34px,4vw,58px);line-height:1.02;letter-spacing:-.055em}.axSetupHead p{max-width:760px;margin:0;color:#aebbd3;font-size:18px;line-height:1.65}.axSetupGrid{display:grid;grid-template-columns:1.18fr .82fr 1fr;grid-auto-rows:minmax(220px,auto);gap:16px}.axSetupCard{position:relative;overflow:hidden;min-height:236px;padding:0;border:1px solid rgba(255,255,255,.1);border-radius:24px;background:radial-gradient(circle at 16% 0,rgba(83,145,255,.18),transparent 34%),linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.024));box-shadow:0 30px 90px rgba(0,0,0,.26),inset 0 1px 0 rgba(255,255,255,.08);transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}.axSetupCard:hover{transform:translateY(-6px);border-color:rgba(83,145,255,.38);box-shadow:0 34px 110px rgba(0,0,0,.34),0 0 80px rgba(83,145,255,.12)}.axSetupWide{grid-column:span 2}.axSetupTall{grid-row:span 2}.axSetupCard summary{min-height:168px;display:grid;grid-template-columns:1fr auto;align-content:start;gap:12px;padding:24px;list-style:none;cursor:pointer}.axSetupCard summary::-webkit-details-marker{display:none}.axSetupCard summary span{grid-column:1/-1;width:max-content;max-width:100%;padding:8px 11px;border-radius:999px;color:#9fc4ff;background:rgba(83,145,255,.11);border:1px solid rgba(83,145,255,.22);font-size:12px;font-weight:950}.axSetupCard summary b{color:#fff;font-size:clamp(21px,2vw,31px);line-height:1.05;letter-spacing:-.04em}.axSetupCard summary svg{color:#8db7ff;transition:transform .22s ease}.axSetupCard[open] summary svg{transform:rotate(180deg)}.axSetupSteps{display:grid;gap:10px;padding:0 24px 24px;animation:axSetupReveal .28s ease both}.axSetupSteps p{position:relative;display:grid;grid-template-columns:42px 1fr;gap:12px;margin:0;color:#cdd8ef;font-size:14px;line-height:1.55}.axSetupSteps p:not(:last-child):after{content:"";position:absolute;left:20px;top:32px;width:1px;height:calc(100% - 18px);background:linear-gradient(180deg,rgba(83,145,255,.55),rgba(139,92,246,.18))}.axSetupSteps strong{position:relative;z-index:1;width:42px;height:32px;display:grid;place-items:center;border-radius:11px;color:#fff;background:linear-gradient(135deg,#419bff,#8b5cf6);box-shadow:0 12px 34px rgba(83,145,255,.22);font-size:12px}.axSetupSteps p:not(:last-child) strong:after{content:"↓";position:absolute;left:50%;bottom:-24px;transform:translateX(-50%);color:#7eb7ff;font-size:15px;text-shadow:0 0 18px rgba(83,145,255,.65)}@keyframes axSetupReveal{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1100px){.axSetupGuide{width:calc(100% - 40px)}.axSetupGrid{grid-template-columns:1fr 1fr}.axSetupTall{grid-row:auto}}@media(max-width:720px){.lunexaHero h1{font-size:34px!important;letter-spacing:-.035em!important}.axSetupGuide{width:calc(100% - 28px);padding:44px 0 68px}.axSetupGuide:before{inset:18px -10px 30px;border-radius:26px}.axSetupGrid{grid-template-columns:1fr}.axSetupWide{grid-column:auto}.axSetupCard summary{min-height:132px;padding:20px}.axSetupSteps{padding:0 20px 20px}}.axSetupGuide{background:transparent!important}.axSetupGuide:before{display:none!important}.axSetupHead{margin-bottom:24px!important}.axSetupGrid{grid-template-columns:1.25fr .78fr .78fr 1fr!important;grid-template-rows:156px 156px!important;grid-auto-rows:156px!important;align-items:stretch;gap:14px!important}.axSetupCard{width:100%;height:100%;min-height:0!important;padding:18px!important;display:grid;grid-template-columns:1fr auto;align-content:start;gap:10px;text-align:left;color:#fff;font:inherit;cursor:pointer;appearance:none;border-radius:20px!important;background:radial-gradient(circle at 18% 0,rgba(83,145,255,.14),transparent 36%),linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.018))!important}.axSetupCard--large{grid-column:1/3;grid-row:1/3;padding:24px!important}.axSetupCard--small:nth-child(2){grid-column:3/4;grid-row:1/2}.axSetupCard--small:nth-child(3){grid-column:3/4;grid-row:2/3}.axSetupCard--medium{grid-column:4/5;grid-row:1/3}.axSetupCard>span{width:max-content;max-width:100%;padding:7px 10px;border-radius:999px;color:#9fc4ff;background:rgba(83,145,255,.11);border:1px solid rgba(83,145,255,.22);font-size:11px;font-weight:950}.axSetupCard>svg{color:#74bbff;padding:9px;width:44px;height:44px;border-radius:15px;background:rgba(83,145,255,.11);border:1px solid rgba(83,145,255,.16)}.axSetupCard b{grid-column:1/-1;max-width:520px;color:#fff;font-size:22px;line-height:1.05;letter-spacing:-.035em}.axSetupCard--large b{margin-top:auto;font-size:34px}.axSetupCard p{grid-column:1/-1;margin:0;color:#b7c4dd;font-size:14px;line-height:1.45}.axSetupCard--small p{display:none}.axSetupCard em{grid-column:1/-1;width:max-content;max-width:100%;margin-top:auto;display:inline-flex;align-items:center;gap:6px;color:#dbe8ff;font-size:12px;font-style:normal;font-weight:950}.axResultShowcase{position:relative;z-index:1;margin-top:72px;text-align:center}.axResultHead{display:grid;place-items:center;margin-bottom:24px}.axResultHead span{color:#9fc4ff;font-size:12px;font-weight:950;letter-spacing:.18em;text-transform:uppercase}.axResultHead h3{max-width:820px;margin:12px 0 10px;font-size:clamp(30px,3.6vw,54px);line-height:1.02;letter-spacing:0}.axResultHead p{max-width:650px;margin:0;color:#aebbd3;font-size:16px;line-height:1.6}.axResultRail{display:flex;gap:18px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;padding:4px 4px 18px;scrollbar-width:thin;scrollbar-color:rgba(126,183,255,.5) transparent}.axResultShot{flex:0 0 min(820px,82vw);margin:0;overflow:hidden;border-radius:24px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);box-shadow:0 28px 90px rgba(0,0,0,.34);scroll-snap-align:center}.axResultShot img{width:100%;aspect-ratio:16/9;display:block;object-fit:cover;object-position:top center}.axResultShot figcaption{padding:14px 16px;color:#dce7fb;font-size:14px;font-weight:900;text-align:left}.axResultDeck{max-width:1240px;padding:16px 0 82px;perspective:1400px;transform-style:preserve-3d}.axResultDeck,.axResultStage{position:relative;margin:0 auto}.axResultStage{width:min(980px,76vw);aspect-ratio:2.12/1}.axResultStage:before{content:"";position:absolute;inset:10% 5% -8%;border-radius:34px;background:radial-gradient(circle at 25% 18%,rgba(83,145,255,.2),transparent 34%),radial-gradient(circle at 78% 15%,rgba(139,92,246,.18),transparent 36%);filter:blur(34px);opacity:.72}.axResultStage .axResultShot{position:absolute;inset:0;flex:none;width:100%;height:100%;display:grid;grid-template-rows:1fr 56px;overflow:hidden;border-radius:26px;border:1px solid rgba(158,196,255,.18);background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.025)),rgba(8,10,24,.96);box-shadow:0 36px 90px rgba(0,0,0,.46),inset 0 1px 0 rgba(255,255,255,.08);pointer-events:none;transition:opacity .48s ease,filter .48s ease,transform .58s cubic-bezier(.2,.8,.2,1);will-change:transform,opacity,filter}.axResultStage .axResultShot img{width:100%;height:100%;min-height:0;padding:10px;display:block;object-fit:contain;object-position:top center;background:radial-gradient(circle at 12% 0,rgba(83,145,255,.12),transparent 32%),#080916}.axResultStage .axResultShot figcaption{display:flex;align-items:center;justify-content:space-between;padding:0 22px;border-top:1px solid rgba(255,255,255,.08);background:rgba(10,12,28,.88);color:#eef5ff;font-size:15px;font-weight:950}.axResultStage .axResultShot figcaption:after{content:"ALTRIXOS report preview";color:#7eb7ff;font-size:11px;font-weight:950;letter-spacing:0;text-transform:uppercase}.axResultShot--active{z-index:4;opacity:1;filter:none;transform:translateZ(0) scale(1) rotateY(0deg);animation:axResultActiveIn .58s cubic-bezier(.2,.8,.2,1) both}.axResultShot--next{z-index:3;opacity:.66;filter:brightness(.78) saturate(.92);transform:translate3d(86px,22px,-120px) scale(.91) rotateY(-8deg)}.axResultShot--back{z-index:2;opacity:.36;filter:brightness(.58) saturate(.78) blur(.2px);transform:translate3d(154px,46px,-230px) scale(.82) rotateY(-13deg)}.axResultControls{position:absolute;left:50%;bottom:18px;z-index:8;display:inline-flex;align-items:center;gap:13px;padding:8px;border:1px solid rgba(158,196,255,.18);border-radius:999px;background:rgba(11,14,32,.72);box-shadow:0 18px 46px rgba(0,0,0,.28);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transform:translateX(-50%)}.axResultControls>button{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.1);border-radius:999px;color:#eef5ff;font:inherit;background:linear-gradient(135deg,rgba(83,145,255,.22),rgba(139,92,246,.12)),rgba(255,255,255,.04);cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease}.axResultControls>button:hover{border-color:rgba(126,183,255,.42);background:linear-gradient(135deg,rgba(83,145,255,.32),rgba(139,92,246,.18)),rgba(255,255,255,.06);transform:translateY(-1px)}.axResultDots{display:flex;align-items:center;gap:8px;min-width:96px;justify-content:center}.axResultDots button{width:9px;height:9px;padding:0;border:0;border-radius:999px;background:rgba(174,187,211,.35);cursor:pointer;transition:width .24s ease,background .24s ease,box-shadow .24s ease}.axResultDots button.is-active{width:34px;background:linear-gradient(90deg,#7eb7ff,#8b5cf6);box-shadow:0 0 22px rgba(126,183,255,.45)}@keyframes axResultActiveIn{0%{opacity:.82;transform:translate3d(-22px,14px,-80px) scale(.94) rotateY(7deg)}to{opacity:1;transform:translateZ(0) scale(1) rotateY(0deg)}}@keyframes axResultDeckReveal{0%{opacity:.12;transform:translateY(56px) scale(.96);filter:blur(10px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@supports (animation-timeline:view()){.axResultDeck{animation:axResultDeckReveal linear both;animation-timeline:view();animation-range:entry 0 cover 42%}}.axModalOpen{overflow:hidden}.axSetupModalOverlay{position:fixed;inset:0;z-index:4000;display:grid;place-items:center;padding:26px;background:rgba(2,4,12,.74);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.axSetupModal{position:relative;width:min(980px,calc(100vw - 88px));max-height:calc(100vh - 64px);min-height:min(620px,calc(100vh - 64px));overflow:hidden;border-radius:30px;border:1px solid rgba(255,255,255,.14);background:radial-gradient(circle at 18% 0,rgba(83,145,255,.2),transparent 34%),radial-gradient(circle at 90% 8%,rgba(139,92,246,.18),transparent 36%),linear-gradient(145deg,rgba(20,24,48,.98),rgba(14,10,30,.98));box-shadow:0 40px 140px rgba(0,0,0,.56);animation:axSetupModalIn .22s ease both}.axSetupClose{position:absolute;top:18px;right:18px;width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.12);border-radius:14px;color:#fff;font:inherit;background:rgba(255,255,255,.06);cursor:pointer}.axSetupModalArrow{position:absolute;top:50%;width:50px;height:50px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.14);border-radius:18px;color:#fff;font:inherit;background:rgba(255,255,255,.07);cursor:pointer;transform:translateY(-50%)}.axSetupModalArrow.prev{left:-72px}.axSetupModalArrow.next{right:-72px}.axSetupModalBody{max-height:calc(100vh - 64px);overflow-y:auto;padding:38px 48px 42px;scrollbar-width:thin;scrollbar-color:rgba(126,183,255,.56) rgba(255,255,255,.06)}.axSetupModalBody::-webkit-scrollbar{width:10px}.axSetupModalBody::-webkit-scrollbar-track{background:rgba(255,255,255,.06);border-radius:999px}.axSetupModalBody::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:linear-gradient(180deg,#7eb7ff,#8b5cf6) border-box}.axSetupModalBody>span{display:inline-flex;padding:8px 11px;border-radius:999px;color:#9fc4ff;background:rgba(83,145,255,.12);border:1px solid rgba(83,145,255,.22);font-size:12px;font-weight:950}.axSetupModalBody h3{max-width:790px;margin:18px 0 12px;color:#fff;font-size:clamp(30px,3.4vw,48px);line-height:1.04;letter-spacing:0}.axSetupModalBody>p{max-width:760px;margin:0 0 28px;color:#b7c4dd;font-size:17px;line-height:1.6}.axSetupModalSteps{display:grid;gap:12px}.axSetupModalSteps div{position:relative;display:grid;grid-template-columns:48px 1fr;gap:14px;align-items:start}.axSetupModalSteps div:not(:last-child):after{content:"";position:absolute;left:23px;top:43px;width:1px;height:calc(100% - 28px);background:linear-gradient(180deg,rgba(83,145,255,.64),rgba(139,92,246,.2))}.axSetupModalSteps strong{position:relative;z-index:1;width:48px;height:38px;display:grid;place-items:center;border-radius:13px;color:#fff;background:linear-gradient(135deg,#419bff,#8b5cf6);box-shadow:0 16px 42px rgba(83,145,255,.24)}.axSetupModalSteps p{max-width:780px;margin:4px 0 0;color:#dce7fb;font-size:15px;line-height:1.5}@keyframes axSetupModalIn{0%{opacity:0;transform:translateY(18px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:1100px){.axResultStage{width:min(820px,82vw)}.axResultShot--next{transform:translate3d(58px,18px,-110px) scale(.91) rotateY(-7deg)}.axResultShot--back{transform:translate3d(104px,38px,-210px) scale(.82) rotateY(-11deg)}.axSetupGrid{grid-template-columns:1fr 1fr!important;grid-template-rows:auto!important}.axSetupCard,.axSetupCard--large,.axSetupCard--medium,.axSetupCard--small:nth-child(2),.axSetupCard--small:nth-child(3){grid-column:auto;grid-row:auto;min-height:190px!important}.axSetupCard--large{grid-column:span 2}}@media(max-width:720px){.axResultShowcase{margin-top:54px}.axResultHead{margin-bottom:16px}.axResultHead h3{font-size:30px;line-height:1.08}.axResultHead p{font-size:14px}.axResultDeck{padding-bottom:74px}.axResultStage{width:90vw;aspect-ratio:1.55/1}.axResultStage .axResultShot{grid-template-rows:1fr 48px;border-radius:20px}.axResultStage .axResultShot img{padding:7px}.axResultStage .axResultShot figcaption{padding:0 14px;font-size:12px}.axResultStage .axResultShot figcaption:after{display:none}.axResultShot--next{opacity:.46;transform:translate3d(24px,18px,-90px) scale(.91) rotateY(-4deg)}.axResultShot--back{opacity:.24;transform:translate3d(44px,34px,-160px) scale(.82) rotateY(-7deg)}.axResultControls{bottom:14px}.axResultControls>button{width:38px;height:38px}.axSetupGrid{grid-template-columns:1fr!important}.axSetupCard,.axSetupCard--large{grid-column:auto}.axSetupCard--small p{display:block}.axSetupModal{width:100%;max-height:calc(100vh - 28px);min-height:min(560px,calc(100vh - 28px))}.axSetupModalBody{max-height:calc(100vh - 28px);padding:64px 22px 94px}.axSetupModalBody h3{font-size:30px}.axSetupModalSteps div{grid-template-columns:42px 1fr;gap:12px}.axSetupModalSteps div:not(:last-child):after{left:20px}.axSetupModalSteps strong{width:42px;height:34px}.axSetupModalSteps p{font-size:14px}.axSetupModalArrow{top:auto;bottom:16px;transform:none}.axSetupModalArrow.prev{left:22px}.axSetupModalArrow.next{right:22px}}.axSiteHeader{background:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;box-shadow:none!important;border-bottom:0!important}.axSiteHeader:after,.axSiteHeader:before{display:none!important}.axTrust{background:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;border-top:0!important;border-bottom:0!important;box-shadow:none!important}.axTrust:after,.axTrust:before{display:none!important}@media(max-width:760px){html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{overflow-x:hidden!important;touch-action:manipulation}body.axMobileMenuOpen{overflow:hidden!important}*{-webkit-tap-highlight-color:transparent}a,button,input,select,textarea{touch-action:manipulation}.axSiteHeader{position:sticky!important;top:calc(env(safe-area-inset-top,0px) + 8px)!important;width:calc(100% - 22px)!important;min-height:62px!important;margin:8px auto 0!important;padding:9px 10px!important;grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important;border:1px solid rgba(158,196,255,.16)!important;border-radius:22px!important;background:radial-gradient(circle at 12% 0,rgba(64,156,255,.2),transparent 38%),radial-gradient(circle at 86% 10%,rgba(139,92,246,.22),transparent 36%),rgba(6,9,22,.78)!important;backdrop-filter:blur(22px) saturate(1.22)!important;-webkit-backdrop-filter:blur(22px) saturate(1.22)!important;box-shadow:0 18px 58px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.08)!important}.axSiteBrand{min-width:0;gap:10px!important}.axSiteLogo{width:42px!important;height:42px!important;border-radius:14px!important;box-shadow:0 12px 34px rgba(29,168,255,.22)!important}.axSiteLogo img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.axSiteBrand b{display:block!important;max-width:145px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px!important;letter-spacing:.13em!important}.axSiteActions{gap:7px!important}.axSiteActions>.axLangSimple{display:flex!important}.axLangSimple{padding:3px!important;gap:2px!important;background:rgba(255,255,255,.06)!important;border-color:rgba(255,255,255,.12)!important}.axLangSimple a{width:auto!important;min-width:30px!important;height:30px!important;padding:0 8px!important;font-size:11px!important}.axMobileMenuBtn{width:42px!important;height:42px!important;min-width:42px!important;display:grid!important;place-items:center!important;border-radius:15px!important;background:linear-gradient(135deg,rgba(83,145,255,.26),rgba(139,92,246,.18)),rgba(255,255,255,.055)!important;border-color:rgba(158,196,255,.18)!important}.axMobileShade{position:fixed;inset:0;z-index:1000;width:auto!important;border:0;background:rgba(1,3,10,.58);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);animation:axMobileFade .18s ease both}.axMobileMenu{position:fixed!important;top:calc(env(safe-area-inset-top,0px) + 82px)!important;left:11px!important;right:11px!important;z-index:1002!important;max-height:calc(100dvh - 104px);overflow:auto;overscroll-behavior:contain;padding:12px!important;gap:12px!important;border-radius:26px!important;border:1px solid rgba(158,196,255,.18)!important;background:radial-gradient(circle at 18% 0,rgba(83,145,255,.24),transparent 38%),radial-gradient(circle at 92% 18%,rgba(139,92,246,.23),transparent 36%),linear-gradient(180deg,rgba(13,18,40,.96),rgba(7,9,22,.96))!important;box-shadow:0 28px 90px rgba(0,0,0,.55),inset 0 1px 0 rgba(255,255,255,.08)!important;animation:axMobileDrawer .28s cubic-bezier(.2,.8,.2,1) both}.axMobileMenuHead{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 8px 4px}.axMobileMenuHead span{display:block;color:#8dbdff;font-size:11px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.axMobileMenuHead b{display:block;margin-top:2px;color:#fff;font-size:20px;letter-spacing:.14em}.axMobileMenuLinks{display:grid;grid-template-columns:1fr 1fr;gap:9px}.axMobileMenu a{width:auto!important;min-height:58px;margin:0!important;padding:14px!important;display:flex!important;align-items:center;justify-content:flex-start!important;border-radius:18px!important;color:#eef5ff!important;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.026)),rgba(255,255,255,.04)!important;border:1px solid rgba(255,255,255,.09);box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}.axMobileMenuCta{min-height:58px!important;justify-content:center!important;gap:9px;font-weight:950!important;color:#fff!important;background:linear-gradient(135deg,#2fa6ff,#8b44ff)!important;box-shadow:0 18px 44px rgba(75,132,255,.28),inset 0 1px 0 rgba(255,255,255,.18)!important}.lunexaHero{min-height:auto!important;padding:78px 16px 34px!important}.lunexaHero h1{max-width:390px!important;font-size:clamp(38px,13vw,54px)!important;line-height:.93!important;letter-spacing:-.055em!important}.lunexaHero p{max-width:350px!important;margin-top:16px!important;font-size:16px!important;line-height:1.55!important}.lunexaBadge{margin-bottom:18px!important;font-size:10px!important;white-space:normal!important}.lunexaActions{width:100%;max-width:360px;margin:24px auto 0!important;display:grid!important;grid-template-columns:1fr;gap:10px!important}.axAuthSubmit,.axBtn.axBtnGhost,.axBtn.axBtnPrimary,.lunexaLearn,.lunexaPrimary{width:100%!important;min-height:54px!important;justify-content:center!important}.axTrust{width:100vw!important;margin:0!important;padding:14px 16px 18px!important;display:grid!important;grid-auto-flow:column;grid-auto-columns:max-content;gap:12px!important;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;scrollbar-width:none;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.axTrust::-webkit-scrollbar{display:none}.axTrust div{scroll-snap-align:start;min-height:46px;padding:8px 12px!important;border-radius:999px!important;background:rgba(255,255,255,.06)!important;border:1px solid rgba(255,255,255,.09)!important}#profileV5,.axAuthHero,.axDashBenefitStrip,.axDashboardCsv,.axFaq,.axHowWorks,.axPricing,.axRecentReports,.axRunGrid,.axSetupGuide,.pv5BottomGrid,.pv5Hero,.pv5TopGrid{width:100%!important;max-width:100%!important;padding-left:16px!important;padding-right:16px!important}.axFaq .axShowcaseHead,.axHowHead,.axResultHead,.axSetupHead,.axShowcaseHead{text-align:left!important;align-items:flex-start!important;place-items:start!important}.axFaq h2,.axHowHead h2,.axResultHead h3,.axSetupHead h2,.axShowcaseHead h2{font-size:clamp(30px,9.6vw,42px)!important;line-height:1.02!important;letter-spacing:-.035em!important;text-align:left!important}.axCompactMetrics,.axHowGrid,.axPremiumMetricGrid,.axPremiumSignalGrid,.axPriceGrid,.axRiskPressureGrid,.axRunGrid,.axSnapshotStrip,.axValueGrid,.pv5BottomGrid,.pv5TopGrid{display:grid!important;grid-auto-flow:column!important;grid-auto-columns:minmax(286px,86vw)!important;grid-template-columns:none!important;gap:14px!important;overflow-x:auto!important;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;padding:2px 16px 18px!important;margin-left:-16px!important;margin-right:-16px!important;scrollbar-width:none}.axCompactMetrics::-webkit-scrollbar,.axHowGrid::-webkit-scrollbar,.axPremiumMetricGrid::-webkit-scrollbar,.axPremiumSignalGrid::-webkit-scrollbar,.axPriceGrid::-webkit-scrollbar,.axRiskPressureGrid::-webkit-scrollbar,.axRunGrid::-webkit-scrollbar,.axSnapshotStrip::-webkit-scrollbar,.axValueGrid::-webkit-scrollbar,.pv5BottomGrid::-webkit-scrollbar,.pv5TopGrid::-webkit-scrollbar{display:none}.axCompactMetric,.axHowCard,.axPlan,.axPremiumMetric,.axPremiumSignal,.axRiskPressureCard,.axRunCard,.axSnapshotStrip>div,.axValueCard,.pv5Card{scroll-snap-align:center;min-width:0!important;border-radius:24px!important;box-shadow:0 22px 70px rgba(0,0,0,.28)!important}.axHowCard{min-height:420px!important}.axHowBottom{display:grid!important;grid-auto-flow:column;grid-auto-columns:minmax(210px,72vw);overflow-x:auto;gap:10px!important;padding-bottom:8px;scrollbar-width:none}.axHowBottom::-webkit-scrollbar{display:none}.axSetupGrid{display:grid!important;grid-auto-flow:column!important;grid-auto-columns:minmax(260px,82vw)!important;grid-template-columns:none!important;grid-template-rows:none!important;overflow-x:auto;padding:2px 16px 18px!important;margin-left:-16px!important;margin-right:-16px!important;scroll-snap-type:x mandatory;scrollbar-width:none}.axSetupGrid::-webkit-scrollbar{display:none}.axSetupCard,.axSetupCard--large,.axSetupCard--medium,.axSetupCard--small:nth-child(2),.axSetupCard--small:nth-child(3){grid-column:auto!important;grid-row:auto!important;min-height:220px!important;scroll-snap-align:center}.axSetupCard--large b{font-size:28px!important}.axResultStage{width:92vw!important;aspect-ratio:1.28/1!important}.axResultDeck{padding-bottom:76px!important}.axMobileShade,.axResultControls,.axResultControls>button,.axResultDots button,.axSetupClose,.axSetupModalArrow{width:auto!important}.axResultControls>button,.axSetupClose,.axSetupModalArrow{min-width:42px!important}.axFaqLayout{display:grid!important;grid-template-columns:1fr!important;gap:14px!important}.axFaqList details,.axFaqVisual{border-radius:24px!important}.axDashboardCsv{padding-top:24px!important}.axDashPremium{padding-top:18px!important}.axDashPremium>.axDashboardCsv{margin-top:0!important;padding-top:0!important}.csvUploadBox{border-radius:26px!important;padding:20px!important}.csvUploadHead{align-items:flex-start!important;text-align:left!important}.csvGrid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important}.csvDrop{position:relative!important;overflow:hidden!important;min-height:160px!important;border-radius:22px!important;border:1.5px solid rgba(126,183,255,.42)!important;background:radial-gradient(circle at 50% 0,rgba(126,183,255,.18),transparent 42%),radial-gradient(circle at 50% 100%,rgba(139,92,246,.18),transparent 46%),rgba(255,255,255,.035)!important;box-shadow:0 0 0 1px rgba(126,183,255,.1),0 18px 58px rgba(29,168,255,.14),inset 0 1px 0 rgba(255,255,255,.12)!important}.csvDrop:before{content:"";position:absolute;inset:-2px;border-radius:inherit;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(126,183,255,.36),transparent),linear-gradient(135deg,rgba(29,168,255,.18),rgba(154,60,255,.16));opacity:.72;mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask-composite:exclude;-webkit-mask-composite:xor;padding:1px;animation:csvMobileGlow 3.8s ease-in-out infinite}.csvDrop:after{content:"CSV";position:absolute;top:14px;right:14px;padding:6px 10px;border-radius:999px;color:#dff4ff;font-size:11px;font-weight:950;letter-spacing:.12em;background:rgba(126,183,255,.13);border:1px solid rgba(126,183,255,.22)}.csvDrop svg{width:42px!important;height:42px!important;padding:9px!important;border-radius:17px!important;color:#fff!important;background:linear-gradient(135deg,#2fa6ff,#8b44ff)!important;box-shadow:0 18px 46px rgba(75,132,255,.3)!important}.csvDrop strong{max-width:300px!important;font-size:clamp(26px,8vw,34px)!important;line-height:1.1!important}.csvDrop span{max-width:285px!important;font-size:15px!important;line-height:1.35!important}.axDashBenefitStrip{width:100%!important;max-width:100%!important;height:42px!important;margin:22px 0 10px!important;gap:18px!important;overflow:hidden!important;border-radius:999px!important;border:1px solid rgba(126,183,255,.16)!important;background:rgba(255,255,255,.045)!important;-webkit-mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent)}.axDashBenefitStrip,.axDashBenefitStrip div{padding:0!important;display:flex!important;grid-template-columns:none!important;align-items:center!important}.axDashBenefitStrip div{flex:0 0 auto!important;gap:8px!important;min-width:max-content!important;border:0!important;background:transparent!important;animation:axMobileBenefitTicker 18s linear infinite}.axDashBenefitStrip svg{width:24px!important;height:24px!important;padding:5px!important;border-radius:50%!important;color:#8b5cf6!important;background:rgba(154,60,255,.16)!important}.axDashBenefitStrip b{font-size:13px!important;white-space:nowrap!important}.axDashBenefitStrip span{color:#aebbd3!important;font-size:12px!important;white-space:nowrap!important}.axRecentTop{display:flex!important;align-items:center!important;gap:12px!important}.axRecentTop a{width:auto!important;flex:0 0 auto;min-height:40px}.axDiagnosisTimeline{display:grid!important;gap:12px!important}.axDiagnosisCard{grid-template-columns:1fr!important;gap:12px!important;padding:14px!important;border-radius:22px!important;overflow:hidden!important}.axDiagnosisScore{min-height:0!important;padding:10px 12px!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;border-radius:16px!important}.axDiagnosisScore b{font-size:28px!important;line-height:1!important;white-space:nowrap!important}.axDiagnosisScore span{margin:0!important;max-width:145px!important;text-align:right!important;font-size:10px!important;line-height:1.15!important;letter-spacing:.08em!important;overflow-wrap:anywhere!important}.axDiagnosisBody{align-content:start!important}.axDiagnosisBody h4{font-size:22px!important;line-height:1.08!important;overflow-wrap:anywhere!important}.axDiagnosisBody p{font-size:14px!important;line-height:1.45!important}.axDiagnosisMetrics{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}.axVerdictV2 .axCoachHero{grid-template-columns:1fr!important;text-align:left!important;padding:18px!important;border-radius:24px!important}.axVerdictV2 .axScoreCircle{width:96px!important;height:96px!important}.axVerdictV2 .axCoachHero h3{font-size:24px!important;line-height:1.12!important}.axV2SectionHead{display:grid!important;gap:6px!important}.axV2SectionHead p{text-align:left!important}.axPremiumCommandCenter,.axV2ThreeColumn,.axV2TwoColumn{display:grid!important;grid-template-columns:1fr!important;gap:14px!important}.axTopPairList,.axV2HorizontalCards{grid-auto-columns:minmax(250px,82vw)!important;padding-bottom:14px!important;scrollbar-width:none!important}.axTopPairList::-webkit-scrollbar,.axV2HorizontalCards::-webkit-scrollbar{display:none}.axPairPerformanceCard,.axV2EmptyCard,.axV2InsightCard{border-radius:22px!important;min-height:210px!important}#profileV5{padding-top:24px!important}.pv5Hero{display:grid!important;grid-template-columns:1fr!important;gap:14px!important}.pv5Account,.pv5Card,.pv5HeroText{border-radius:26px!important}.pv5TitleRow{display:grid!important;gap:8px!important}.pv5Hero h1{font-size:38px!important;line-height:.98!important}.pv5BtnRow,.pv5HeroActions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}.pv5Btn{width:100%!important;min-height:52px!important;justify-content:center!important}.pv5Account{grid-template-columns:1fr!important}.pv5AccountRows p{display:grid!important;grid-template-columns:1fr auto!important;gap:6px!important}.pv5AccountRows button{grid-column:1/-1;width:100%!important}.pv5SupportForm,.pv5SupportSubmit{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}.axAuthHeroClean{min-height:auto!important;align-items:start!important;padding:16px 16px 42px!important}.axAuthPageClean{padding-top:18px!important}.axAuthCard{width:100%!important;max-width:420px!important;padding:18px!important;border-radius:28px!important}.axAuthTabs{padding:5px!important;gap:4px!important}.axAuthTabs button{width:100%!important;min-height:54px!important;border-radius:18px!important}.axGoogleAuth>div{display:block!important;width:100%!important;min-width:0!important;max-width:100%!important;overflow:visible!important;place-self:stretch!important;justify-content:stretch!important}.axGoogleAuth .S9gUrf-YoZ4jf,.axGoogleAuth .S9gUrf-YoZ4jf>div,.axGoogleAuth .nsm7Bb-HzV7m-LgbsSe{width:100%!important;min-width:0!important;max-width:100%!important}.axGoogleAuth .nsm7Bb-HzV7m-LgbsSe-BPrWId{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.axField div{min-height:56px!important;border-radius:18px!important}.axSiteFooter{width:calc(100% - 22px)!important;margin:36px auto 0!important;padding:22px 16px 18px!important;grid-template-columns:1fr!important;gap:20px!important;border-radius:28px 28px 0 0!important;border:1px solid rgba(158,196,255,.12)!important;border-bottom:0!important}.axSiteFooter section{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}.axSiteFooter section p,.axSiteFooter section span{white-space:normal!important;text-align:left!important}.axSiteFooter a,.axSiteFooter span{min-height:28px}.axPriceNote{margin-top:2px!important;border-radius:18px!important;text-align:left!important}@supports(animation-timeline:view()){.axFaq details,.axHowCard,.axPlan,.axRunCard,.axVerdictResult,.csvUploadBox,.pv5Card{animation:axMobileRise linear both;animation-timeline:view();animation-range:entry 0 cover 24%}}}@keyframes axMobileDrawer{0%{opacity:0;transform:translateY(-12px) scale(.97);filter:blur(5px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@keyframes axMobileFade{0%{opacity:0}to{opacity:1}}@keyframes axMobileRise{0%{opacity:.25;transform:translateY(24px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:760px) and (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}@media(max-width:760px){.axMobileShade{background:rgba(1,3,12,.66)!important}.axMobileMenu{top:calc(env(safe-area-inset-top,0px) + 76px)!important;left:0!important;right:0!important;width:100vw!important;max-height:calc(100dvh - 82px)!important;padding:16px!important;border-radius:0 0 30px 30px!important;border-left:0!important;border-right:0!important;border-color:rgba(91,151,255,.22)!important;background:radial-gradient(circle at 14% 0,rgba(29,168,255,.24),transparent 34%),radial-gradient(circle at 88% 8%,rgba(154,60,255,.3),transparent 42%),linear-gradient(180deg,rgba(8,15,36,.98),rgba(8,8,24,.98) 72%,rgba(13,8,31,.98))!important}.axMobileMenuHead{padding:6px 2px 8px!important}.axMobileMenuHead .axLangSimple{display:none!important}.axMobileMenuHead b{font-size:22px!important}.axMobileMenuLinks{grid-template-columns:1fr!important;gap:10px!important}.axMobileMenu a{min-height:54px!important;padding:13px 16px!important;border-radius:18px!important;background:linear-gradient(135deg,rgba(29,168,255,.13),rgba(154,60,255,.1)),rgba(255,255,255,.045)!important}.axMobileMenuCta{margin-top:2px!important;background:linear-gradient(135deg,#1da8ff,#9a3cff)!important}.axHowBottom{display:none!important}.axHowWorks{padding-bottom:24px!important}.axSetupGuide{padding-top:26px!important;padding-bottom:26px!important;scroll-margin-top:96px!important;transform:none!important;animation:none!important}.axSetupGrid{display:grid!important;grid-auto-flow:row!important;grid-auto-columns:auto!important;grid-template-columns:1fr!important;gap:12px!important;overflow:visible!important;padding:0!important;margin:18px 0 0!important;grid-auto-rows:auto!important;align-items:stretch!important;scroll-snap-type:none!important}.axSetupCard,.axSetupCard--large,.axSetupCard--medium,.axSetupCard--small:nth-child(2),.axSetupCard--small:nth-child(3){width:100%!important;height:auto!important;min-height:212px!important;padding:18px!important;overflow:hidden!important;align-content:start!important;scroll-snap-align:none!important}.axSetupCard b,.axSetupCard--large b{font-size:clamp(24px,7vw,30px)!important;line-height:1.05!important}.axSetupCard p{max-width:100%!important;font-size:15px!important;line-height:1.48!important}.axSetupCard--large b{margin-top:0!important}.axSetupCard em{margin-top:6px!important}.axResultShowcase{margin-top:30px!important;padding-bottom:0!important}.axResultHead{margin-bottom:14px!important}.axResultDeck{width:100%!important;max-width:100%!important;padding:8px 0 68px!important;transform-style:flat!important;animation:none!important}.axResultDeck,.axResultStage{margin:0 auto!important;perspective:none!important;filter:none!important}.axResultStage{position:relative!important;width:calc(100vw - 32px)!important;height:auto!important;aspect-ratio:1.34/1!important;padding:0!important;display:block!important;overflow:visible!important;scroll-snap-type:none!important}.axResultStage::-webkit-scrollbar{display:none!important}.axResultStage:before{display:block!important;inset:10% 4% -7%!important;opacity:.38!important;filter:blur(18px)!important}.axResultStage .axResultShot{position:absolute!important;inset:0!important;flex:none!important;width:100%!important;max-width:100%!important;height:100%!important;grid-template-rows:1fr 42px!important;border-radius:20px!important;background:rgba(6,8,18,.96)!important;scroll-snap-align:center!important;animation:none!important}.axResultStage .axResultShot:not(.axResultShot--active){display:grid!important}.axResultStage .axResultShot img{width:100%!important;height:100%!important;padding:0!important;object-fit:contain!important;object-position:top center!important;background:#070918!important;filter:none!important;transform:translateZ(0)}.axResultStage .axResultShot figcaption{padding:0 14px!important;font-size:12px!important}.axResultShot--active{z-index:4!important;opacity:1!important;filter:none!important;transform:translateZ(0) scale(1)!important}.axResultShot--next{z-index:3!important;opacity:.3!important;filter:brightness(.78) saturate(.9)!important;transform:translate3d(18px,14px,-40px) scale(.92)!important}.axResultShot--back{z-index:2!important;opacity:.14!important;filter:brightness(.66) saturate(.82)!important;transform:translate3d(32px,26px,-70px) scale(.84)!important}.axPricing{padding-top:28px!important;margin-top:0!important}.axPricingV2{padding-top:34px!important}.axSetupModalOverlay{align-items:center!important;justify-items:center!important;padding:12px!important;background:rgba(1,3,12,.8)!important;backdrop-filter:blur(16px) saturate(1.1)!important;-webkit-backdrop-filter:blur(16px) saturate(1.1)!important}.axSetupModal{width:calc(100vw - 24px)!important;max-width:420px!important;min-height:0!important;border-radius:24px!important;overflow:hidden!important}.axSetupModal,.axSetupModalBody{max-height:calc(100dvh - 28px)!important}.axSetupModalBody{padding:56px 18px 82px!important;overflow-y:auto!important}.axSetupModalBody h3{font-size:clamp(25px,8vw,32px)!important;line-height:1.04!important;margin:14px 0 10px!important}.axSetupModalBody>p{margin-bottom:18px!important;font-size:15px!important;line-height:1.48!important}.axSetupModalSteps{gap:10px!important}.axSetupModalSteps div{grid-template-columns:40px 1fr!important;gap:10px!important}.axSetupModalSteps strong{width:40px!important;height:32px!important;border-radius:12px!important}.axSetupModalSteps p{font-size:14px!important;line-height:1.46!important}.axSetupClose{top:12px!important;right:12px!important;width:42px!important;height:42px!important;min-width:42px!important;z-index:2!important}.axSetupModalArrow{top:auto!important;bottom:14px!important;width:44px!important;height:44px!important;min-width:44px!important;transform:none!important;z-index:2!important}.axSetupModalArrow.prev{left:18px!important}.axSetupModalArrow.next{right:18px!important}.axSiteFooter{width:100vw!important;max-width:100vw!important;margin:32px 0 0 calc(50% - 50vw)!important;padding:18px 18px calc(22px + env(safe-area-inset-bottom,0px))!important;display:grid!important;grid-template-columns:1fr!important;gap:0!important;border-radius:0!important;background:radial-gradient(circle at 50% 0,rgba(126,183,255,.12),transparent 48%),rgba(4,6,16,.92)!important;border:0!important;border-top:1px solid rgba(158,196,255,.1)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.axSiteFooter section,.axSiteFooter>div,.axSiteFooter>div:first-child{display:none!important}.axSiteFooter>div:first-child{grid-column:1/-1!important;gap:8px!important;padding:0 0 10px!important;border-bottom:1px solid rgba(255,255,255,.08)!important}.axSiteFooter .axSiteLogo{width:36px!important;height:36px!important;border-radius:12px!important}.axSiteFooter .axSiteBrand{gap:9px!important}.axSiteFooter .axSiteBrand b{font-size:18px!important;letter-spacing:.18em!important}.axSiteFooter p{margin:0!important;max-width:100%!important;font-size:12px!important;line-height:1.45!important;color:#9faec6!important}.axSiteFooter h4{margin:2px 0 1px!important;color:#52c6ff!important;font-size:11px!important;letter-spacing:.22em!important;text-transform:uppercase!important}.axSiteFooter a,.axSiteFooter span{min-height:0!important;width:auto!important;max-width:100%!important;color:#d9e4f7!important;font-size:12px!important;line-height:1.35!important;white-space:normal!important}.axSiteFooter>div:not(:first-child){padding:10px!important;border-radius:16px!important;border:1px solid rgba(158,196,255,.1)!important;background:rgba(255,255,255,.035)!important}.axSiteFooter section{display:grid!important;grid-column:1/-1!important;place-items:center!important;gap:6px!important;padding:0!important;border-top:0!important}.axSiteFooter section p,.axSiteFooter section span{min-height:0!important;margin:0!important;text-align:center!important;font-size:12px!important;line-height:1.35!important;color:#aebbd3!important}}@keyframes csvMobileGlow{0%,to{opacity:.46;filter:saturate(1)}50%{opacity:1;filter:saturate(1.4)}}@keyframes axMobileBenefitTicker{0%{transform:translateX(110vw)}to{transform:translateX(-120vw)}}.csvExchangeChooser{margin-top:22px;padding:18px;border:1px solid rgba(126,183,255,.15);border-radius:24px;background:radial-gradient(circle at 8% 0,rgba(53,168,255,.12),transparent 34%),rgba(255,255,255,.025)}.csvExchangeIntro{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:14px;color:rgba(235,242,255,.72)}.csvExchangeIntro b{color:#fff;font-size:18px}.csvExchangeIntro span{max-width:620px;text-align:right;font-size:14px}.csvExchangeGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.csvExchangeCard{min-height:92px;padding:14px 12px;border:1px solid rgba(255,255,255,.1);border-radius:18px;color:#fff;background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.025));display:grid;grid-template-columns:auto 1fr;grid-template-areas:"logo name" "logo meta";gap:4px 12px;align-items:center;text-align:left;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease}.csvExchangeCard.active,.csvExchangeCard:hover{transform:translateY(-2px);border-color:rgba(88,183,255,.55);background:linear-gradient(145deg,rgba(53,168,255,.18),rgba(139,92,246,.1))}.csvExchangeCard img{grid-area:logo;width:34px;height:34px;object-fit:contain;border-radius:10px;background:rgba(255,255,255,.08)}.csvExchangeCard span{grid-area:name;font-weight:950}.csvExchangeCard small{grid-area:meta;color:rgba(225,235,255,.62)}.axExchangeHub{width:min(1680px,calc(100% - 120px));margin:24px auto 36px;padding:26px;border:1px solid rgba(126,183,255,.16);border-radius:30px;background:radial-gradient(circle at 12% 0,rgba(53,168,255,.14),transparent 38%),radial-gradient(circle at 90% 12%,rgba(139,92,246,.16),transparent 38%),rgba(255,255,255,.035);box-shadow:0 28px 90px rgba(0,0,0,.2)}.axExchangeHubHead{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.axExchangeHubHead h2{margin:0 0 6px;font-size:28px;letter-spacing:-.04em}.axExchangeHubHead p{margin:0;color:rgba(225,235,255,.68)}.axExchangeHubStatus{border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:10px 14px;color:#ff7b8d;font-weight:950;white-space:nowrap;background:rgba(255,255,255,.04)}.axExchangeHubStatus.connected{color:#36f09b}.axExchangeCards{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:10px;margin-bottom:18px}.axExchangeSelectCard{min-height:118px;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:13px;color:#fff;background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025));display:flex;flex-direction:column;align-items:flex-start;gap:7px;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease}.axExchangeSelectCard.active,.axExchangeSelectCard:hover{transform:translateY(-3px);border-color:rgba(88,183,255,.56);background:linear-gradient(145deg,rgba(53,168,255,.18),rgba(139,92,246,.12))}.axExchangeSelectCard.connected{box-shadow:inset 0 0 0 1px rgba(54,240,155,.18)}.axExchangeSelectCard img{width:38px;height:38px;object-fit:contain;border-radius:12px;background:rgba(255,255,255,.08)}.axExchangeSelectCard span{font-weight:950}.axExchangeSelectCard small{color:rgba(225,235,255,.62);line-height:1.3}.axExchangeKeyGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.axExchangeKeyGrid label{display:flex;flex-direction:column;gap:8px;color:rgba(225,235,255,.7);font-weight:850}.axExchangeKeyGrid input{width:100%;min-height:54px;border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:0 16px;color:#fff;background:rgba(2,5,20,.52);outline:none}.axExchangeKeyGrid input:focus{border-color:rgba(88,183,255,.62);box-shadow:0 0 0 4px rgba(88,183,255,.1)}.axExchangeKeyGrid small{color:rgba(255,214,102,.78)}.axExchangeActions{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-top:16px}.axExchangeActions p{margin:0;color:rgba(225,235,255,.72)}@media(max-width:1120px){.axExchangeCards{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:760px){.csvExchangeIntro,.csvExchangeIntro span{display:block;text-align:left}.csvExchangeIntro span{margin-top:6px}.csvExchangeGrid{grid-template-columns:1fr 1fr}.csvExchangeCard{min-height:86px;border-radius:16px}.axExchangeHub{width:calc(100% - 28px);margin:18px auto 26px;padding:18px;border-radius:24px}.axExchangeHubHead{display:block}.axExchangeHubStatus{display:inline-flex;margin-top:12px}.axExchangeCards{grid-template-columns:1fr 1fr}.axExchangeSelectCard{min-height:104px}.axExchangeKeyGrid{grid-template-columns:1fr}.axExchangeActions .axBtn{width:100%}}.axFooter,.axSiteFooter,footer.axFooter,footer.axSiteFooter{background:transparent!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.axFooter:before,.axSiteFooter:before{display:none!important}.verdictSplineStage{isolation:isolate;background:#050506!important}.verdictSplineCanvas,.verdictSplineCanvas canvas,.verdictSplineCanvas iframe{position:absolute!important;inset:0!important;z-index:0!important;width:100%!important;height:100%!important;min-width:100%!important;min-height:100%!important;display:block!important}.interactiveRobotFallback{position:absolute!important;inset:0!important;z-index:0!important}.verdictSplineTitle{position:absolute;top:34px;left:16px;right:16px;z-index:2;pointer-events:none;text-align:center;color:#fff;font-size:14px;font-weight:900;text-shadow:0 8px 22px rgba(0,0,0,.7)}.verdictRobotShellCompact{width:min(520px,100%);padding:20px;gap:12px}.verdictRobotShellCompact .verdictSplineStage{width:min(330px,78vw)!important;aspect-ratio:1/1!important;height:auto!important;margin:0 auto;border-radius:22px}.verdictRobotShellCompact .verdictSplineCanvas,.verdictRobotShellCompact .verdictSplineCanvas canvas,.verdictRobotShellCompact .verdictSplineCanvas iframe{transform:scale(.78);transform-origin:center center}.verdictRobotShellCompact .verdictRobotText,.verdictSplineTitle{display:none!important}.csvLimitOverlay{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:22px;background:rgba(3,5,16,.72);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.csvLimitModal{position:relative;width:min(560px,100%);padding:32px;border-radius:30px;color:#fff;background:radial-gradient(circle at 12% 0,rgba(59,173,255,.26),transparent 36%),radial-gradient(circle at 88% 18%,rgba(145,72,255,.32),transparent 42%),linear-gradient(145deg,rgba(18,27,58,.98),rgba(39,18,59,.97));border:1px solid rgba(146,205,255,.22);box-shadow:0 34px 120px rgba(0,0,0,.48),inset 0 1px 0 rgba(255,255,255,.1)}.csvLimitClose{position:absolute;top:18px;right:18px;width:42px;height:42px;display:grid;place-items:center;color:#fff;border:1px solid rgba(255,255,255,.16);border-radius:16px;background:rgba(255,255,255,.08);cursor:pointer}.csvLimitBadge{width:max-content;padding:8px 13px;margin-bottom:18px;border-radius:999px;font-size:12px;font-weight:900;letter-spacing:.18em;color:#b9d7ff;background:rgba(65,158,255,.16);border:1px solid rgba(110,185,255,.26)}.csvLimitModal h3{margin:0 0 12px;max-width:460px;font-size:clamp(28px,5vw,44px);line-height:.98;letter-spacing:0}.csvLimitModal p{margin:0 0 20px;color:#cbd3ee;font-size:17px;line-height:1.55}.csvLimitFeatures{display:grid;gap:10px;margin:22px 0 24px}.csvLimitFeatures span{display:flex;align-items:center;gap:10px;color:#eef3ff;font-weight:800}.csvLimitFeatures svg{color:#40efa2;flex:0 0 auto}.csvLimitCta{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:58px;border-radius:18px;color:#fff;font-weight:950;text-decoration:none;background:linear-gradient(100deg,#35a8ff,#9545ff);box-shadow:0 18px 42px rgba(96,88,255,.3)}.axOpenAiReport{display:grid;gap:22px}.axOpenAiHero{position:relative;overflow:hidden;padding:34px;border-radius:30px;border:1px solid rgba(92,170,255,.26);background:radial-gradient(circle at 10% 20%,rgba(50,165,255,.24),transparent 38%),radial-gradient(circle at 88% 8%,rgba(144,74,255,.32),transparent 42%),linear-gradient(135deg,rgba(12,24,56,.94),rgba(48,22,79,.92));box-shadow:0 24px 90px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.08)}.axOpenAiHero:after{content:"";position:absolute;right:-120px;top:-140px;width:360px;height:360px;border-radius:999px;background:linear-gradient(135deg,rgba(56,169,255,.38),rgba(151,70,255,.58));filter:blur(4px);opacity:.75}.axOpenAiHero>*{position:relative;z-index:1}.axOpenAiHero span,.axOpenAiProgress>span,.axOpenAiStrategy>div:first-child span{display:block;margin-bottom:12px;color:#9fc5ff;font-size:13px;font-weight:950;letter-spacing:.16em;text-transform:uppercase}.axOpenAiHero h3{max-width:980px;margin:0;color:#fff;font-size:clamp(32px,4.7vw,64px);line-height:1;letter-spacing:0}.axOpenAiHero p{max-width:900px;margin:18px 0 0;color:#d8def4;font-size:19px;line-height:1.55}.axOpenAiHero small{display:block;max-width:900px;margin-top:16px;color:#aab6d6;font-weight:800;line-height:1.45}.axOpenAiBlocks{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.axOpenAiBlock{position:relative;min-height:300px;padding:24px;overflow:hidden;border-radius:26px;border:1px solid rgba(145,180,255,.2);background:radial-gradient(circle at 12% 0,rgba(74,167,255,.14),transparent 34%),linear-gradient(160deg,rgba(22,27,55,.92),rgba(22,12,33,.92));box-shadow:0 18px 52px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.06)}.axOpenAiBlock.strategy,.axOpenAiBlock.style{border-color:rgba(247,216,105,.34)}.axOpenAiBlock.mistake,.axOpenAiBlock.risk{border-color:rgba(255,103,128,.34)}.axOpenAiBlock.exit,.axOpenAiBlock.psychology{border-color:rgba(123,170,255,.34)}.axOpenAiBlock.pairs{border-color:rgba(48,231,154,.3)}.axOpenAiBlock.insufficient{opacity:.82}.axOpenAiBlockTop{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.axOpenAiBlockTop span{display:grid;place-items:center;width:42px;height:42px;border-radius:15px;color:#fff;font-weight:950;background:linear-gradient(135deg,rgba(52,166,255,.68),rgba(143,69,255,.76));box-shadow:0 14px 30px rgba(80,90,255,.18)}.axOpenAiBlockTop svg{color:#72b7ff}.axOpenAiBlock h4{margin:0 0 12px;color:#fff;font-size:24px;line-height:1.08;letter-spacing:0}.axOpenAiBlock p{margin:0;color:#d8def3;font-size:16px;line-height:1.55}.axOpenAiBlock ul{display:grid;gap:9px;margin:16px 0 0;padding:0;list-style:none}.axOpenAiBlock li{position:relative;padding-left:18px;color:#f1f4ff;font-size:14.5px;line-height:1.45;font-weight:800}.axOpenAiBlock li:before{content:"";position:absolute;left:0;top:.62em;width:7px;height:7px;border-radius:999px;background:#55b8ff;box-shadow:0 0 14px rgba(85,184,255,.65)}.axOpenAiEvidence{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.axOpenAiBlock strong,.axOpenAiEvidence em,.axOpenAiProgress em{width:max-content;max-width:100%;padding:7px 10px;border-radius:999px;color:#cdd8f6;font-size:12px;font-style:normal;font-weight:900;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1)}.axOpenAiBlock strong{display:block;margin-top:14px;color:#f7d869}.axOpenAiProgress,.axOpenAiStrategy{padding:28px;border-radius:28px;border:1px solid rgba(247,216,105,.26);background:radial-gradient(circle at 8% 0,rgba(247,216,105,.13),transparent 40%),linear-gradient(145deg,rgba(24,26,50,.94),rgba(34,18,48,.94))}.axOpenAiStrategy h4{margin:0;max-width:980px;color:#fff;font-size:30px;line-height:1.14}.axOpenAiStrategyGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:20px}.axOpenAiStrategyGrid article{padding:18px;border-radius:20px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.1)}.axOpenAiStrategyGrid b{display:block;margin-bottom:12px;color:#fff;font-size:17px}.axOpenAiStrategyGrid p{display:flex;align-items:flex-start;gap:9px;margin:10px 0 0;color:#dbe3f8;line-height:1.45;font-weight:750}.axOpenAiStrategyGrid svg{flex:0 0 auto;margin-top:2px;color:#72b7ff}.axOpenAiProgress p{margin:0 0 18px;color:#d8def3;font-size:18px;line-height:1.55}.axOpenAiProgress>div{display:flex;flex-wrap:wrap;gap:9px}.axOpenAiProgress em.good{color:#54efa6}.axOpenAiProgress em.bad{color:#ff7688}@media (max-width:700px){.verdictRobotShellCompact{padding:16px;border-radius:24px}.verdictRobotShellCompact .verdictSplineStage{width:min(260px,74vw)!important}.csvLimitModal{padding:26px 22px;border-radius:24px}.axOpenAiHero{padding:24px;border-radius:24px}.axOpenAiHero h3{font-size:34px}.axOpenAiHero p{font-size:16px}.axOpenAiBlocks,.axOpenAiStrategyGrid{grid-template-columns:1fr}.axOpenAiBlock{min-height:auto;padding:20px;border-radius:22px}.axOpenAiProgress,.axOpenAiStrategy{padding:22px;border-radius:22px}.axOpenAiStrategy h4{font-size:24px}}.axVerdictExportStage{position:absolute;left:-20000px;top:0;width:1360px;min-width:1360px;pointer-events:none;z-index:0;background:#070717}.axVerdictResult.axVerdictExportDesktop{width:1360px!important;min-width:1360px!important;max-width:1360px!important;margin:0!important;display:grid!important;gap:22px!important;overflow:visible!important;background:#070717;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}.axVerdictResult.axVerdictExportDesktop .axCoachHero{display:grid!important;grid-template-columns:150px 1fr!important;gap:26px!important;align-items:center!important;padding:30px!important;border-radius:30px!important;text-align:left!important}.axVerdictResult.axVerdictExportDesktop .axScoreCircle{width:128px!important;height:128px!important}.axVerdictResult.axVerdictExportDesktop .axScoreCircle div{width:96px!important;height:96px!important}.axVerdictResult.axVerdictExportDesktop .axCoachHero h3{font-size:34px!important;line-height:1.08!important;text-align:left!important}.axVerdictResult.axVerdictExportDesktop .axCoachHero p{max-width:980px!important;text-align:left!important}.axVerdictResult.axVerdictExportDesktop .axCompactMetrics,.axVerdictResult.axVerdictExportDesktop .axSnapshotStrip{display:grid!important;grid-auto-flow:row!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-auto-columns:auto!important;gap:10px!important;overflow:visible!important;padding:0!important;margin:0!important}.axVerdictResult.axVerdictExportDesktop .axValueGrid{display:grid!important;grid-auto-flow:row!important;grid-template-columns:1.15fr .85fr 1fr!important;grid-auto-columns:auto!important;gap:12px!important;overflow:visible!important;padding:0!important;margin:0!important}.axVerdictResult.axVerdictExportDesktop .axV2TwoColumn{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important}.axVerdictResult.axVerdictExportDesktop .axV2TwoColumn.single{grid-template-columns:1fr!important}.axVerdictResult.axVerdictExportDesktop .axV2ThreeColumn{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;align-items:stretch!important}.axVerdictResult.axVerdictExportDesktop .axV2SectionHead{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:18px!important}.axVerdictResult.axVerdictExportDesktop .axV2SectionHead p{max-width:520px!important;min-height:0!important;text-align:right!important}.axVerdictResult.axVerdictExportDesktop .axTopPairList,.axVerdictResult.axVerdictExportDesktop .axV2HorizontalCards{display:grid!important;grid-auto-flow:row!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-auto-columns:auto!important;gap:12px!important;max-width:none!important;min-width:0!important;overflow:visible!important;overscroll-behavior:auto!important;scroll-snap-type:none!important;padding:2px!important;margin:0!important;scrollbar-width:none!important}.axVerdictResult.axVerdictExportDesktop .axPairPerformanceRail{grid-template-columns:repeat(4,minmax(0,1fr))!important}.axVerdictResult.axVerdictExportDesktop .axV2ThreeColumn .axV2HorizontalCards{grid-template-columns:1fr!important;height:auto!important}.axVerdictResult.axVerdictExportDesktop .axTopPairList{grid-template-columns:repeat(2,minmax(0,1fr))!important}.axVerdictResult.axVerdictExportDesktop .axTopPairList::-webkit-scrollbar,.axVerdictResult.axVerdictExportDesktop .axV2HorizontalCards::-webkit-scrollbar{display:none!important}.axVerdictResult.axVerdictExportDesktop .axPairPerformanceCard,.axVerdictResult.axVerdictExportDesktop .axV2EmptyCard,.axVerdictResult.axVerdictExportDesktop .axV2InsightCard{scroll-snap-align:none!important;min-height:168px!important;height:auto!important;border-radius:16px!important}.axVerdictResult.axVerdictExportDesktop .axV2ThreeColumn .axV2EmptyCard,.axVerdictResult.axVerdictExportDesktop .axV2ThreeColumn .axV2InsightCard{min-height:252px!important}.axVerdictResult.axVerdictExportDesktop .axRiskPressureGrid{display:grid!important;grid-auto-flow:row!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;grid-auto-columns:auto!important;gap:14px!important;overflow:visible!important;padding:0!important;margin:0!important}.axVerdictResult.axVerdictExportDesktop .axCoachPlan,.axVerdictResult.axVerdictExportDesktop .axPotential{padding:18px!important;border-radius:20px!important}