@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
:root{--bg:#0b0a12;--bg-card:#14121e99;--turquoise:#4ce1e1;--turquoise-10:#4ce1e11a;--turquoise-05:#4ce1e10d;--turquoise-20:#4ce1e133;--purple:#7a6cde;--purple-15:#7a6cde26;--purple-06:#7a6cde0f;--purple-02:#7a6cde05;--green:#00ff94;--text-main:#f5f5fa;--text-secondary:#7e7a94;--border:#7a6cde26;--border-turquoise:#4ce1e133;--gradient-button:linear-gradient(104deg, #7a6cde 0%, #4ce1e1 100%);--gradient-hero:linear-gradient(104deg, #7a6cde33 0%, #4ce1e133 100%);--gradient-card:linear-gradient(135deg, #1a1025 0%, #2f1235 100%);--glow-turquoise:0px 0px 2.5px #4ce1e1;--glow-green:0px 0px 10px 0px #03e888;--fs-h1:clamp(32px, 3.5vw + 18px, 58px);--fs-title-highlight:clamp(32px, 3.5vw + 18px, 58px);--fs-block-title:clamp(18px, 1.5vw + 12px, 25.6px);--fs-h3:clamp(18px, 1.2vw + 13px, 24px);--fs-h4:clamp(16px, .8vw + 13px, 18px);--fs-t1:clamp(12px, .5vw + 10px, 14px);--fs-t2:clamp(12px, .3vw + 11px, 13px);--fs-metric-value:clamp(16px, 1.2vw + 11px, 24px);--fs-metric-value-sm:clamp(14px, .8vw + 11px, 18px);--fs-metric-label:clamp(11px, .2vw + 10px, 12px)}[data-theme=light]{--bg:#faf8ff;--bg-card:#fffc;--turquoise:#ff0076;--turquoise-10:#ff00761a;--turquoise-05:#ff00760d;--turquoise-20:#ff007633;--purple:#7a6cde;--purple-15:#7a6cde26;--purple-06:#7a6cde0f;--purple-02:#7a6cde05;--green:#00c46a;--text-main:#0b0a12;--text-secondary:#6b6480;--border:#7a6cde33;--border-turquoise:#e91e8c33;--gradient-button:linear-gradient(104deg, #7a6cde 0%, #e91e8c 100%);--gradient-hero:linear-gradient(104deg, #7a6cde26 0%, #e91e8c26 100%);--gradient-card:linear-gradient(135deg, #f0eaff 0%, #ffe0f5 100%);--glow-turquoise:0px 0px 2.5px #e91e8c;--glow-green:0px 0px 10px 0px #00c46a}*{box-sizing:border-box;margin:0;padding:0}html{background-color:var(--bg);color:var(--text-main);font-family:Inter,sans-serif;transition:background-color .3s,color .3s}body{background-color:var(--bg);min-height:100vh;color:var(--text-main)}.h1{font-size:var(--fs-h1);letter-spacing:1.16px;font-weight:700;line-height:100%}.h2{font-size:45px;font-weight:700;line-height:100%}.h3{font-size:var(--fs-h3);font-weight:600;line-height:100%}.h4{font-size:var(--fs-h4);font-weight:600;line-height:100%}.h5{font-size:16px;font-weight:600;line-height:100%}.t1{font-size:var(--fs-t1);font-weight:400;line-height:20px}.t2{font-size:var(--fs-t2);font-weight:400;line-height:100%}.t3{font-size:11px;font-weight:400;line-height:100%}.t4{font-size:12px;font-weight:400;line-height:100%}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}@media (max-width:1024px){.h1,.h2,.h3,.h4{line-height:120%}}@media (max-width:430px){.h1,.h2,.h3,.h4{line-height:110%}}.reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(24px)}.reveal.revealed{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transition:none;transform:none}}
.Navbar-module__KHvhDq__navbar{z-index:100;background-color:var(--bg);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:12px 80px;transition:background-color .3s;display:flex;position:fixed;top:0;left:0;right:0}[data-theme=light] .Navbar-module__KHvhDq__navbar{border-color:#ff007626}.Navbar-module__KHvhDq__logo{outline:none;align-items:center;gap:12px;text-decoration:none;display:flex}.Navbar-module__KHvhDq__logoText{color:var(--text-main);white-space:nowrap;font-size:16px;font-weight:600}.Navbar-module__KHvhDq__logoDot{color:var(--turquoise)}.Navbar-module__KHvhDq__menu{align-items:center;gap:24px;display:flex}.Navbar-module__KHvhDq__menuItem{color:var(--text-secondary);white-space:nowrap;background:#7a6cde0f;border:1px solid #7a6cde26;border-radius:20px;align-items:center;height:32px;padding:8px 17px;font-size:12px;font-weight:400;text-decoration:none;transition:color .2s;display:flex}.Navbar-module__KHvhDq__menuItem:hover{color:#4ce1e1}.Navbar-module__KHvhDq__menuItemActive{color:#4ce1e1;background:#4ce1e11a;border-color:#4ce1e1}[data-theme=light] .Navbar-module__KHvhDq__menuItem{color:#ff007699;background:#ff00760f;border-color:#ff007626}[data-theme=light] .Navbar-module__KHvhDq__menuItem:hover{color:#ff0076}[data-theme=light] .Navbar-module__KHvhDq__menuItemActive{color:#ff0076;background:#ff00761a;border-color:#ff0076}.Navbar-module__KHvhDq__themeToggle{cursor:pointer;filter:drop-shadow(0 0 2.5px #4ce1e1);background:0 0;border:none;justify-content:center;align-items:center;padding:10px;display:flex}[data-theme=light] .Navbar-module__KHvhDq__themeToggle{filter:none}.Navbar-module__KHvhDq__themeToggle img{object-fit:contain;width:24px;height:24px;transition:filter .2s}.Navbar-module__KHvhDq__themeToggle:hover img{filter:drop-shadow(0 0 6px #4ce1e1)brightness(1.4)}[data-theme=light] .Navbar-module__KHvhDq__themeToggle:hover img{filter:drop-shadow(0 0 6px #ff007699)brightness(1.1)}.Navbar-module__KHvhDq__ctaButton{color:#0b0a12;white-space:nowrap;background:linear-gradient(104deg,#7a6cde 0%,#4ce1e1 100%);border-radius:20px;align-items:center;height:32px;padding:9px 20px;font-size:12px;font-weight:500;text-decoration:none;transition:box-shadow .2s,transform .2s;display:flex}.Navbar-module__KHvhDq__ctaButton:hover{transform:translateY(-2px);box-shadow:0 0 10px #4ce1e1b3}[data-theme=light] .Navbar-module__KHvhDq__ctaButton{color:#f5f5fa;background:linear-gradient(101deg,#ff0076cc 0%,#4ce1e1e6 100%)}[data-theme=light] .Navbar-module__KHvhDq__ctaButton:hover{transform:translateY(-2px);box-shadow:0 0 6px #ff00764d}.Navbar-module__KHvhDq__ctaWrapper{flex-shrink:0;justify-content:flex-end;width:160px;display:flex}.Navbar-module__KHvhDq__eyesDark{filter:drop-shadow(0 0 3.5px #fff67f)}.Navbar-module__KHvhDq__eyesLight{filter:none}.Navbar-module__KHvhDq__pupil{transition:rx .3s}.Navbar-module__KHvhDq__mobileControls{display:none}.Navbar-module__KHvhDq__burgerBtn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:10px;display:flex}.Navbar-module__KHvhDq__mobileMenu{display:none}@media (max-width:1024px){.Navbar-module__KHvhDq__navbar{padding:12px 32px}.Navbar-module__KHvhDq__logo{flex-shrink:0;gap:4px}.Navbar-module__KHvhDq__menu{flex:unset;justify-content:center;gap:12px;margin:0 auto}.Navbar-module__KHvhDq__ctaWrapper{display:none}}@media (max-width:430px){.Navbar-module__KHvhDq__navbar{box-sizing:border-box;width:100%;height:72px;padding:12px 16px;overflow:hidden}.Navbar-module__KHvhDq__logo{flex-shrink:0;gap:6px;width:auto;min-width:0}.Navbar-module__KHvhDq__logoText{white-space:nowrap;font-size:14px}.Navbar-module__KHvhDq__menu,.Navbar-module__KHvhDq__ctaWrapper{display:none}.Navbar-module__KHvhDq__mobileControls{flex-shrink:0;align-items:center;gap:0;display:flex}.Navbar-module__KHvhDq__mobileMenu{z-index:99;background:var(--bg);border-bottom:1px solid var(--border);flex-direction:column;gap:8px;padding:12px 16px 16px;display:flex;position:fixed;top:72px;left:0;right:0}[data-theme=light] .Navbar-module__KHvhDq__mobileMenu{border-color:#ff007626}.Navbar-module__KHvhDq__mobileMenuItem{color:var(--text-secondary);text-align:left;cursor:pointer;box-sizing:border-box;background:#7a6cde0a;border:1px solid #7a6cde26;border-radius:8px;width:100%;padding:12px 16px;font-size:13px;font-weight:400;text-decoration:none;display:block}.Navbar-module__KHvhDq__mobileMenuItemActive{color:#4ce1e1;background:#4ce1e114;border-color:#4ce1e1}[data-theme=light] .Navbar-module__KHvhDq__mobileMenuItem{color:#ff007699;background:#ff00760a;border-color:#ff007626}[data-theme=light] .Navbar-module__KHvhDq__mobileMenuItemActive{color:#ff0076;background:#ff007614;border-color:#ff0076}}
.ScrollToTop-module__iI_VOq__btn{border:1px solid var(--border);background:var(--bg-card);width:44px;height:44px;color:var(--turquoise);cursor:pointer;z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:50%;justify-content:center;align-items:center;font-size:18px;line-height:1;transition:opacity .2s,transform .2s;display:flex;position:fixed;bottom:32px;right:32px}.ScrollToTop-module__iI_VOq__btn:hover{border-color:var(--turquoise);transform:translateY(-2px)}@media (max-width:430px){.ScrollToTop-module__iI_VOq__btn{bottom:20px;right:16px}}
