.Header-module__ldgnoG__header{height:var(--header-h);z-index:1000;background:0 0;transition:background .35s,box-shadow .35s;position:fixed;top:0;left:0;right:0}.Header-module__ldgnoG__scrolled{-webkit-backdrop-filter:blur(24px);box-shadow:0 1px 0 var(--border);background:#050009e0}[data-theme=light] .Header-module__ldgnoG__scrolled{background:#f5f0ffe6}.Header-module__ldgnoG__inner{max-width:var(--container);justify-content:space-between;align-items:center;gap:24px;height:100%;margin:0 auto;padding:0 40px;display:flex}.Header-module__ldgnoG__logo{letter-spacing:-.01em;flex-shrink:0;align-items:baseline;gap:0;font-size:1.4rem;font-weight:900;display:flex}.Header-module__ldgnoG__logoMono{font-family:var(--font-mono);color:var(--magenta);text-shadow:0 0 20px var(--magenta-glow)}.Header-module__ldgnoG__logoSans{font-family:var(--font-sans);color:var(--text);font-weight:300}.Header-module__ldgnoG__nav{align-items:center;gap:4px;display:flex}.Header-module__ldgnoG__navLink{font-family:var(--font-sans);color:var(--text-muted);border-radius:var(--r-sm);letter-spacing:.03em;padding:8px 16px;font-size:.875rem;font-weight:400;transition:color .2s}.Header-module__ldgnoG__navLink:hover,.Header-module__ldgnoG__active{color:var(--text)}.Header-module__ldgnoG__cta{background:var(--magenta);color:#fff;font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;border-radius:var(--r-sm);box-shadow:var(--glow-sm);margin-left:8px;padding:9px 22px;font-size:.8rem;font-weight:700;transition:box-shadow .2s,transform .2s}.Header-module__ldgnoG__cta:hover{box-shadow:var(--glow);transform:translateY(-1px)}.Header-module__ldgnoG__right{align-items:center;gap:8px;display:flex}.Header-module__ldgnoG__themeToggle{border:1px solid var(--border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:border-color .2s,background .2s;display:flex}.Header-module__ldgnoG__themeToggle:hover{border-color:var(--border-bright);background:var(--magenta-faint)}.Header-module__ldgnoG__themeIcon{color:var(--magenta);font-size:1rem;line-height:1}.Header-module__ldgnoG__burger{flex-direction:column;justify-content:center;align-items:flex-end;gap:6px;width:36px;height:36px;padding:6px;display:none}.Header-module__ldgnoG__burgerLine{background:var(--text);border-radius:2px;height:1.5px;transition:transform .3s,width .3s,opacity .3s;display:block}.Header-module__ldgnoG__burgerLine:first-child{width:22px}.Header-module__ldgnoG__burgerLine:last-child{width:14px}.Header-module__ldgnoG__burgerOpen .Header-module__ldgnoG__burgerLine:first-child{width:20px;transform:translateY(3.75px)rotate(45deg)}.Header-module__ldgnoG__burgerOpen .Header-module__ldgnoG__burgerLine:last-child{width:20px;transform:translateY(-3.75px)rotate(-45deg)}.Header-module__ldgnoG__navClose{display:none}.Header-module__ldgnoG__overlay{z-index:998;background:#05000999;position:fixed;inset:0}@media (max-width:768px){.Header-module__ldgnoG__inner{padding:0 20px}.Header-module__ldgnoG__burger{display:flex}.Header-module__ldgnoG__nav{background:var(--bg-2);border-left:1px solid var(--border);z-index:999;flex-direction:column;justify-content:center;align-items:flex-start;gap:6px;width:min(320px,82vw);height:100vh;padding:72px 32px 48px;transition:right .35s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:-100%}.Header-module__ldgnoG__navOpen{right:0}.Header-module__ldgnoG__navLink{border-bottom:1px solid var(--border);border-radius:0;width:100%;padding:12px 4px;font-size:1.1rem}.Header-module__ldgnoG__cta{text-align:center;width:100%;margin-top:20px;margin-left:0;padding:14px;font-size:.9rem}.Header-module__ldgnoG__navClose{border:1px solid var(--border);width:36px;height:36px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;transition:border-color .2s,color .2s,background .2s;display:flex;position:absolute;top:20px;right:20px}.Header-module__ldgnoG__navClose:hover{border-color:var(--magenta);color:var(--magenta);background:var(--magenta-faint)}}
.Footer-module__Grjkva__footer{border-top:1px solid var(--border);background:var(--bg-2)}.Footer-module__Grjkva__container{max-width:var(--container);margin:0 auto;padding:0 40px}.Footer-module__Grjkva__top{border-bottom:1px solid var(--border);padding:72px 0 56px}.Footer-module__Grjkva__topGrid{grid-template-columns:1fr 1fr 1fr;gap:60px;display:grid}.Footer-module__Grjkva__brandName{align-items:baseline;margin-bottom:14px;font-size:1.5rem;font-weight:900;display:flex}.Footer-module__Grjkva__brandMono{font-family:var(--font-mono);color:var(--magenta)}.Footer-module__Grjkva__brandSans{font-family:var(--font-sans);color:var(--text);font-weight:300}.Footer-module__Grjkva__brandDesc{color:var(--text-muted);max-width:280px;font-size:.875rem;line-height:1.6}.Footer-module__Grjkva__colLabel{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--magenta);margin-bottom:20px;font-size:.7rem;font-weight:700}.Footer-module__Grjkva__linkList{flex-direction:column;gap:10px;display:flex}.Footer-module__Grjkva__footerLink{color:var(--text-muted);font-size:.875rem;transition:color .2s}.Footer-module__Grjkva__footerLink:hover{color:var(--text)}.Footer-module__Grjkva__rgRow{flex-wrap:wrap;gap:10px;display:flex}.Footer-module__Grjkva__rgCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);justify-content:center;align-items:center;width:100px;height:52px;padding:8px 12px;transition:border-color .2s;display:flex}.Footer-module__Grjkva__rgCard:hover{border-color:var(--border-bright)}.Footer-module__Grjkva__legal{border-bottom:1px solid var(--border);padding:64px 0}.Footer-module__Grjkva__legalGrid{grid-template-columns:1fr 1fr;gap:60px;display:grid}.Footer-module__Grjkva__legalHeading{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--magenta);border-bottom:1px solid var(--border);margin-bottom:24px;padding-bottom:12px;font-size:.75rem;font-weight:700}.Footer-module__Grjkva__legalItems{flex-direction:column;gap:20px;display:flex}.Footer-module__Grjkva__legalLabel{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:6px;font-size:.72rem;font-weight:700;display:block}.Footer-module__Grjkva__legalText{color:var(--text-dim);font-size:.8rem;line-height:1.65}.Footer-module__Grjkva__bottom{padding:28px 0}.Footer-module__Grjkva__bottomRow{align-items:center;gap:20px;display:flex}.Footer-module__Grjkva__badge18{border:2px solid var(--magenta);width:42px;height:42px;font-family:var(--font-mono);color:var(--magenta);box-shadow:var(--glow-sm);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.78rem;font-weight:900;display:flex}.Footer-module__Grjkva__copy{color:var(--text-dim);font-size:.78rem;line-height:1.5}@media (max-width:1024px){.Footer-module__Grjkva__topGrid{grid-template-columns:1fr 1fr}.Footer-module__Grjkva__legalGrid{grid-template-columns:1fr;gap:40px}}@media (max-width:640px){.Footer-module__Grjkva__container{padding:0 20px}.Footer-module__Grjkva__topGrid{grid-template-columns:1fr;gap:40px}.Footer-module__Grjkva__rgCard{width:80px;height:44px;padding:6px 8px}.Footer-module__Grjkva__bottomRow{flex-direction:column;align-items:flex-start}}
@keyframes CookieConsent-module__ORNcuG__riseIn{0%{opacity:0;transform:translateY(24px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes CookieConsent-module__ORNcuG__sinkOut{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(24px)scale(.97)}}.CookieConsent-module__ORNcuG__modal{z-index:9000;background:var(--surface-2);border:1px solid var(--border-bright);border-radius:var(--r-xl);width:min(600px,100vw - 32px);padding:0;animation:.45s cubic-bezier(.34,1.56,.64,1) both CookieConsent-module__ORNcuG__riseIn;position:fixed;bottom:32px;left:50%;transform:translate(-50%);box-shadow:0 0 60px #ff00aa2e,0 24px 60px #0009}.CookieConsent-module__ORNcuG__leaving{animation:.35s forwards CookieConsent-module__ORNcuG__sinkOut}.CookieConsent-module__ORNcuG__inner{flex-wrap:wrap;align-items:center;gap:20px;padding:24px 28px;display:flex}.CookieConsent-module__ORNcuG__glyph{color:var(--magenta);text-shadow:0 0 16px var(--magenta-glow);flex-shrink:0;font-size:1.6rem;animation:3s ease-in-out infinite CookieConsent-module__ORNcuG__pulseGlow}.CookieConsent-module__ORNcuG__body{flex:1;min-width:180px}.CookieConsent-module__ORNcuG__title{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--text);margin-bottom:5px;font-size:.8rem;font-weight:700}.CookieConsent-module__ORNcuG__text{color:var(--text-muted);font-size:.83rem;line-height:1.55}.CookieConsent-module__ORNcuG__link{color:var(--magenta);text-underline-offset:2px;text-decoration:underline}.CookieConsent-module__ORNcuG__actions{flex-shrink:0;gap:10px;display:flex}.CookieConsent-module__ORNcuG__decline{border-radius:var(--r-sm);font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;border:1px solid var(--border);color:var(--text-muted);background:0 0;padding:9px 20px;font-size:.78rem;font-weight:700;transition:border-color .2s,color .2s}.CookieConsent-module__ORNcuG__decline:hover{border-color:var(--border-bright);color:var(--text)}.CookieConsent-module__ORNcuG__accept{border-radius:var(--r-sm);font-family:var(--font-mono);letter-spacing:.05em;text-transform:uppercase;background:var(--magenta);color:#fff;box-shadow:var(--glow-sm);padding:9px 20px;font-size:.78rem;font-weight:700;transition:box-shadow .2s,transform .2s}.CookieConsent-module__ORNcuG__accept:hover{box-shadow:var(--glow);transform:translateY(-1px)}@media (max-width:480px){.CookieConsent-module__ORNcuG__inner{gap:16px;padding:20px}.CookieConsent-module__ORNcuG__actions{width:100%}.CookieConsent-module__ORNcuG__decline,.CookieConsent-module__ORNcuG__accept{text-align:center;flex:1}}
.CursorConstellation-module__jIcgOG__root{pointer-events:none;z-index:9999;position:fixed;inset:0}.CursorConstellation-module__jIcgOG__dot{background:var(--magenta);width:8px;height:8px;box-shadow:0 0 6px var(--magenta-glow);will-change:transform, opacity;pointer-events:none;border-radius:50%;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}@media (hover:none){.CursorConstellation-module__jIcgOG__root{display:none}}
@keyframes FAQSection-module__XrVDtW__termOpen{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.FAQSection-module__XrVDtW__section{padding:var(--section-gap) 0;background:var(--bg);border-top:1px solid var(--border)}.FAQSection-module__XrVDtW__container{max-width:var(--container);margin:0 auto;padding:0 40px}.FAQSection-module__XrVDtW__header{margin-bottom:48px}.FAQSection-module__XrVDtW__eyebrow{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--magenta);margin-bottom:10px;font-size:.68rem;font-weight:700;display:block}.FAQSection-module__XrVDtW__title{font-family:var(--font-mono);color:var(--text);font-size:clamp(2.2rem,4.5vw,3.8rem);font-weight:900;line-height:1}.FAQSection-module__XrVDtW__accent{color:var(--magenta)}.FAQSection-module__XrVDtW__terminal{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);max-width:860px;overflow:hidden}.FAQSection-module__XrVDtW__termBar{background:var(--surface-2);border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:12px 20px;display:flex}.FAQSection-module__XrVDtW__termDots{flex-shrink:0;gap:6px;display:flex}.FAQSection-module__XrVDtW__dot{border-radius:50%;width:12px;height:12px;display:inline-block}.FAQSection-module__XrVDtW__termTitle{font-family:var(--font-mono);color:var(--text-dim);text-align:center;flex:1;font-size:.72rem}.FAQSection-module__XrVDtW__termBody{padding:8px 0}.FAQSection-module__XrVDtW__entry{border-bottom:1px solid var(--border)}.FAQSection-module__XrVDtW__entry:last-child{border-bottom:none}.FAQSection-module__XrVDtW__question{text-align:left;background:0 0;align-items:center;gap:12px;width:100%;padding:18px 24px;transition:background .15s;display:flex}.FAQSection-module__XrVDtW__question:hover,.FAQSection-module__XrVDtW__questionOpen{background:var(--surface-2)}.FAQSection-module__XrVDtW__prompt{font-family:var(--font-mono);color:var(--magenta);flex-shrink:0;font-size:.9rem;font-weight:700}.FAQSection-module__XrVDtW__cmd{font-family:var(--font-mono);color:var(--text);flex:1;font-size:.88rem;font-weight:400}.FAQSection-module__XrVDtW__chevron{color:var(--text-dim);flex-shrink:0;font-size:.6rem}.FAQSection-module__XrVDtW__answer{align-items:flex-start;gap:12px;padding:0 24px 20px;animation:.25s both FAQSection-module__XrVDtW__termOpen;display:flex}.FAQSection-module__XrVDtW__outputPrefix{font-family:var(--font-mono);color:var(--magenta-dim);flex-shrink:0;padding-top:1px;font-size:.85rem}.FAQSection-module__XrVDtW__outputText{color:var(--text-muted);font-size:.875rem;line-height:1.7;font-family:var(--font-mono)}@media (max-width:768px){.FAQSection-module__XrVDtW__container{padding:0 20px}.FAQSection-module__XrVDtW__cmd{font-size:.8rem}.FAQSection-module__XrVDtW__terminal{max-width:100%}}
@keyframes Hero-module__JgYmMq__slideLeft{0%{opacity:0;transform:translate(-40px)scale(.95)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes Hero-module__JgYmMq__slideRight{0%{opacity:0;transform:translate(40px)scale(.95)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes Hero-module__JgYmMq__floatUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__JgYmMq__cardSlideIn{0%{opacity:0;transform:translate(30px)scale(.92)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes Hero-module__JgYmMq__dotBlink{0%,to{opacity:1}50%{opacity:.2}}.Hero-module__JgYmMq__hero{background:var(--bg);border-bottom:1px solid var(--border);align-items:center;min-height:56vh;display:flex;position:relative;overflow:hidden}.Hero-module__JgYmMq__canvas{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.Hero-module__JgYmMq__grain{pointer-events:none;opacity:.3;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.88' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");background-size:200px 200px;position:absolute;inset:0}.Hero-module__JgYmMq__inner{z-index:10;max-width:var(--container);grid-template-columns:1fr 1fr;align-items:center;gap:60px;width:100%;margin:0 auto;padding:64px 40px 56px;display:grid;position:relative}.Hero-module__JgYmMq__left{flex-direction:column;gap:24px;animation:.75s cubic-bezier(.34,1.2,.64,1) both Hero-module__JgYmMq__slideLeft;display:flex}.Hero-module__JgYmMq__badge{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--magenta);border:1px solid var(--border-bright);border-radius:var(--r-full);align-items:center;gap:8px;width:fit-content;padding:6px 16px;font-size:.68rem;font-weight:700;display:inline-flex}.Hero-module__JgYmMq__badgeDot{background:var(--magenta);width:6px;height:6px;box-shadow:0 0 8px var(--magenta);border-radius:50%;flex-shrink:0;animation:1.8s ease-in-out infinite Hero-module__JgYmMq__dotBlink}.Hero-module__JgYmMq__heading{flex-direction:row;align-items:baseline;gap:0;line-height:1;display:flex}.Hero-module__JgYmMq__h1mono{font-family:var(--font-mono);letter-spacing:-.03em;color:var(--text);font-size:clamp(4rem,8vw,7.5rem);font-weight:900;line-height:.95}.Hero-module__JgYmMq__h1sans{font-family:var(--font-sans);letter-spacing:.04em;color:var(--magenta);text-shadow:0 0 60px var(--magenta-glow);font-size:clamp(3.5rem,7vw,6.8rem);font-weight:300;line-height:.95}.Hero-module__JgYmMq__sub{font-family:var(--font-sans);color:var(--text-muted);max-width:440px;font-size:clamp(.95rem,1.8vw,1.1rem);font-weight:300;line-height:1.65;animation:.6s .3s both Hero-module__JgYmMq__floatUp}.Hero-module__JgYmMq__stats{flex-wrap:wrap;gap:12px;animation:.6s .45s both Hero-module__JgYmMq__floatUp;display:flex}.Hero-module__JgYmMq__statPill{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);flex-direction:column;align-items:center;min-width:80px;padding:10px 18px;transition:border-color .2s;display:flex}.Hero-module__JgYmMq__statPill:hover{border-color:var(--border-bright)}.Hero-module__JgYmMq__statVal{font-family:var(--font-mono);color:var(--magenta);text-shadow:var(--glow-sm);font-size:1.35rem;font-weight:900;line-height:1}.Hero-module__JgYmMq__statLabel{font-family:var(--font-sans);color:var(--text-dim);letter-spacing:.06em;text-transform:uppercase;margin-top:3px;font-size:.65rem;font-weight:400}.Hero-module__JgYmMq__actions{flex-wrap:wrap;gap:12px;animation:.6s .6s both Hero-module__JgYmMq__floatUp;display:flex}.Hero-module__JgYmMq__ctaPrimary{background:var(--magenta);color:#fff;font-family:var(--font-mono);letter-spacing:.09em;text-transform:uppercase;border-radius:var(--r-sm);box-shadow:var(--glow);align-items:center;gap:6px;padding:13px 30px;font-size:.8rem;font-weight:700;transition:box-shadow .25s,transform .25s;display:inline-flex}.Hero-module__JgYmMq__ctaPrimary:hover{box-shadow:0 0 60px var(--magenta-glow), 0 0 120px #ff00aa1f;transform:translateY(-2px)}.Hero-module__JgYmMq__ctaGhost{border:1px solid var(--border-bright);color:var(--text);font-family:var(--font-mono);letter-spacing:.07em;text-transform:uppercase;border-radius:var(--r-sm);align-items:center;padding:13px 28px;font-size:.8rem;font-weight:400;transition:background .2s,border-color .2s;display:inline-flex}.Hero-module__JgYmMq__ctaGhost:hover{background:var(--magenta-faint);border-color:var(--magenta)}.Hero-module__JgYmMq__micro{font-family:var(--font-mono);color:var(--text-dim);letter-spacing:.06em;font-size:.64rem;animation:.6s .75s both Hero-module__JgYmMq__floatUp}.Hero-module__JgYmMq__right{flex-direction:column;gap:14px;transition:transform .3s;animation:.75s cubic-bezier(.34,1.2,.64,1) .1s both Hero-module__JgYmMq__slideRight;display:flex}.Hero-module__JgYmMq__featuredLabel{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);align-items:center;gap:8px;margin-bottom:4px;font-size:.65rem;font-weight:700;display:flex}.Hero-module__JgYmMq__liveDot{background:#22c55e;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite Hero-module__JgYmMq__dotBlink;box-shadow:0 0 8px #22c55e99}.Hero-module__JgYmMq__previewStack{flex-direction:column;gap:8px;display:flex}.Hero-module__JgYmMq__previewCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);cursor:pointer;animation:.5s cubic-bezier(.34,1.3,.64,1) both Hero-module__JgYmMq__cardSlideIn;animation-delay:calc(.15s + var(--pi,0) * .1s);align-items:center;gap:14px;padding:14px 18px;transition:border-color .25s,transform .25s,box-shadow .25s;display:flex;box-shadow:inset 1px 1px 4px #ff00aa0a}.Hero-module__JgYmMq__previewCard:first-child{border-color:var(--border-bright);background:var(--surface-2);box-shadow:inset 1px 1px 6px #ff00aa14,0 0 20px #ff00aa0f}.Hero-module__JgYmMq__previewCard:hover{border-color:var(--border-bright);box-shadow:var(--glow-sm);transform:translate(4px)}.Hero-module__JgYmMq__previewRank{font-family:var(--font-mono);color:var(--magenta);flex-shrink:0;width:26px;font-size:.72rem;font-weight:900}.Hero-module__JgYmMq__previewInfo{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.Hero-module__JgYmMq__previewName{font-family:var(--font-sans);color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;font-weight:700;overflow:hidden}.Hero-module__JgYmMq__previewBonus{font-family:var(--font-mono);color:var(--magenta);font-size:.75rem;font-weight:700}.Hero-module__JgYmMq__previewTag{color:var(--text-muted);font-size:.68rem}.Hero-module__JgYmMq__previewRating{font-family:var(--font-mono);color:var(--text);background:var(--magenta-faint);border:1px solid var(--border-bright);border-radius:var(--r-sm);flex-shrink:0;padding:4px 8px;font-size:1rem;font-weight:900}.Hero-module__JgYmMq__previewMore{text-align:center;padding-top:4px}.Hero-module__JgYmMq__previewMoreLink{font-family:var(--font-mono);color:var(--text-dim);letter-spacing:.06em;font-size:.7rem;transition:color .2s}.Hero-module__JgYmMq__previewMoreLink:hover{color:var(--magenta)}.Hero-module__JgYmMq__previewLinkIcon{color:var(--text-dim);flex-shrink:0;font-size:.72rem;line-height:1;transition:color .2s,transform .2s}.Hero-module__JgYmMq__previewCard:hover .Hero-module__JgYmMq__previewLinkIcon{color:var(--magenta);transform:translate(2px,-2px)}@media (max-width:960px){.Hero-module__JgYmMq__inner{grid-template-columns:1fr;gap:32px;padding:48px 24px 44px}.Hero-module__JgYmMq__right{display:flex}.Hero-module__JgYmMq__heading{flex-direction:column}.Hero-module__JgYmMq__previewStack>a:nth-child(3),.Hero-module__JgYmMq__previewMore{display:none}}@media (max-width:480px){.Hero-module__JgYmMq__inner{padding:40px 20px 36px}.Hero-module__JgYmMq__h1mono{font-size:3.2rem}.Hero-module__JgYmMq__h1sans{font-size:2.9rem}.Hero-module__JgYmMq__actions{flex-direction:column}.Hero-module__JgYmMq__ctaPrimary,.Hero-module__JgYmMq__ctaGhost{text-align:center;justify-content:center}}
@keyframes OfferCard-module__IE_x8G__cardEnter{0%{opacity:0;transform:translateY(28px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.OfferCard-module__IE_x8G__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);will-change:transform;opacity:0;flex-direction:column;gap:16px;padding:28px 24px 20px;transition:border-color .25s,box-shadow .25s;display:flex;position:relative}.OfferCard-module__IE_x8G__entered{animation:.55s cubic-bezier(.34,1.3,.64,1) both OfferCard-module__IE_x8G__cardEnter}.OfferCard-module__IE_x8G__card:hover{border-color:var(--border-bright);box-shadow:0 8px 40px #0006,0 0 24px #ff00aa0f}.OfferCard-module__IE_x8G__featured{border-color:var(--border-bright);background:var(--surface-2)}.OfferCard-module__IE_x8G__top{justify-content:space-between;align-items:center;gap:12px;display:flex}.OfferCard-module__IE_x8G__logoWrap{border:1px solid var(--border);border-radius:var(--r-md);background:#ffffff08;flex:1;justify-content:center;align-items:center;max-width:140px;height:64px;padding:8px 12px;display:flex}.OfferCard-module__IE_x8G__meta{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;display:flex}.OfferCard-module__IE_x8G__topPick{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--magenta);background:var(--magenta-faint);border:1px solid var(--border-bright);border-radius:var(--r-full);padding:3px 8px;font-size:.6rem;font-weight:700}.OfferCard-module__IE_x8G__rankLabel{font-family:var(--font-mono);color:var(--text-dim);font-size:.7rem;font-weight:700}.OfferCard-module__IE_x8G__bonusBlock{border-top:1px solid var(--border);padding-top:16px}.OfferCard-module__IE_x8G__bonusType{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim);margin-bottom:6px;font-size:.62rem;font-weight:700}.OfferCard-module__IE_x8G__bonusMain{font-family:var(--font-mono);color:var(--text);margin-bottom:4px;font-size:1.45rem;font-weight:900;line-height:1.1}.OfferCard-module__IE_x8G__bonusTag{font-family:var(--font-mono);color:var(--magenta);font-size:.85rem;font-weight:700}.OfferCard-module__IE_x8G__info{align-items:center;gap:8px;font-size:.82rem;display:flex}.OfferCard-module__IE_x8G__casinoName{font-family:var(--font-sans);color:var(--text);font-weight:700}.OfferCard-module__IE_x8G__divider{color:var(--text-dim)}.OfferCard-module__IE_x8G__rating{font-family:var(--font-mono);color:var(--magenta);font-size:.8rem;font-weight:700}.OfferCard-module__IE_x8G__cta{background:var(--magenta);color:#fff;width:100%;font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;border-radius:var(--r-md);justify-content:center;align-items:center;gap:6px;margin-top:4px;padding:13px;font-size:.8rem;font-weight:700;transition:box-shadow .2s,transform .15s;display:flex}.OfferCard-module__IE_x8G__cta:hover{box-shadow:var(--glow);transform:translateY(-1px)}.OfferCard-module__IE_x8G__arrow{transition:transform .2s}.OfferCard-module__IE_x8G__cta:hover .OfferCard-module__IE_x8G__arrow{transform:translate(3px)}.OfferCard-module__IE_x8G__disclaimer{color:var(--text-dim);text-align:center;font-size:.6rem}@media (max-width:640px){.OfferCard-module__IE_x8G__card{gap:14px;padding:20px 18px 16px}.OfferCard-module__IE_x8G__logoWrap{max-width:120px;height:52px}.OfferCard-module__IE_x8G__bonusMain{font-size:1.25rem}.OfferCard-module__IE_x8G__info{display:none}.OfferCard-module__IE_x8G__cta{padding:12px;font-size:.78rem}.OfferCard-module__IE_x8G__disclaimer{font-size:.58rem}}
.OffersSection-module__VgS_TW__section{padding:72px 0 var(--section-gap);background:var(--bg-2);border-top:none}.OffersSection-module__VgS_TW__container{max-width:var(--container);margin:0 auto;padding:0 40px}.OffersSection-module__VgS_TW__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:52px;padding-bottom:32px;display:flex}.OffersSection-module__VgS_TW__eyebrow{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--magenta);margin-bottom:10px;font-size:.68rem;font-weight:700;display:block}.OffersSection-module__VgS_TW__title{font-family:var(--font-mono);color:var(--text);font-size:clamp(2.4rem,5vw,4.2rem);font-weight:900;line-height:1}.OffersSection-module__VgS_TW__titleAccent{color:var(--magenta);text-shadow:0 0 40px var(--magenta-glow)}.OffersSection-module__VgS_TW__headerRight{text-align:right;flex-shrink:0;max-width:320px}.OffersSection-module__VgS_TW__sub{color:var(--text-muted);margin-bottom:6px;font-size:.9rem;line-height:1.55}.OffersSection-module__VgS_TW__legal{color:var(--text-dim);font-size:.72rem}.OffersSection-module__VgS_TW__legal a{color:var(--magenta);text-underline-offset:2px;text-decoration:underline}.OffersSection-module__VgS_TW__rowThree{grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:24px;display:grid}.OffersSection-module__VgS_TW__rowTwo{grid-template-columns:repeat(1,1fr);gap:24px;max-width:33.4%;margin:0 auto;display:grid}@media (max-width:1100px){.OffersSection-module__VgS_TW__rowTwo{max-width:50%}}@media (max-width:960px){.OffersSection-module__VgS_TW__rowThree{grid-template-columns:1fr 1fr}.OffersSection-module__VgS_TW__rowTwo{max-width:100%}.OffersSection-module__VgS_TW__header{flex-direction:column;align-items:flex-start}.OffersSection-module__VgS_TW__headerRight{text-align:left;max-width:100%}}@media (max-width:640px){.OffersSection-module__VgS_TW__container{padding:0 16px}.OffersSection-module__VgS_TW__rowThree{grid-template-columns:1fr;gap:10px;margin-bottom:10px}.OffersSection-module__VgS_TW__rowTwo{max-width:100%}}
@keyframes TestimonialsSection-module__ItZlJa__bubbleIn{0%{opacity:0;transform:translateY(16px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.TestimonialsSection-module__ItZlJa__section{padding:var(--section-gap) 0;background:var(--bg-2);border-top:1px solid var(--border)}.TestimonialsSection-module__ItZlJa__container{max-width:var(--container);grid-template-columns:1fr 1fr;align-items:center;gap:80px;margin:0 auto;padding:0 40px;display:grid}.TestimonialsSection-module__ItZlJa__eyebrow{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--magenta);margin-bottom:10px;font-size:.68rem;font-weight:700;display:block}.TestimonialsSection-module__ItZlJa__title{font-family:var(--font-mono);color:var(--text);font-size:clamp(2.2rem,4.5vw,3.8rem);font-weight:900;line-height:1}.TestimonialsSection-module__ItZlJa__accent{color:var(--magenta)}.TestimonialsSection-module__ItZlJa__phone{background:var(--surface);border:1px solid var(--border);border-radius:32px;max-width:420px;margin:0 auto;overflow:hidden;box-shadow:0 0 60px #ff00aa0f}.TestimonialsSection-module__ItZlJa__phoneBar{background:var(--surface-2);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:16px 20px 12px;display:flex}.TestimonialsSection-module__ItZlJa__phoneBarLeft{align-items:center;gap:10px;display:flex}.TestimonialsSection-module__ItZlJa__backArrow{color:var(--magenta);font-size:1.4rem;font-weight:300;line-height:1}.TestimonialsSection-module__ItZlJa__avatar{background:var(--magenta);color:#fff;width:36px;height:36px;font-family:var(--font-mono);box-shadow:var(--glow-sm);border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;font-weight:900;display:flex}.TestimonialsSection-module__ItZlJa__contactInfo{flex-direction:column;gap:1px;display:flex}.TestimonialsSection-module__ItZlJa__contactName{font-family:var(--font-mono);color:var(--text);font-size:.85rem;font-weight:700}.TestimonialsSection-module__ItZlJa__contactStatus{color:#22c55e;letter-spacing:.04em;font-size:.65rem}.TestimonialsSection-module__ItZlJa__messages{flex-direction:column;gap:20px;padding:24px 20px 16px;display:flex}.TestimonialsSection-module__ItZlJa__messageGroup{opacity:0;flex-direction:column;gap:4px;display:flex}.TestimonialsSection-module__ItZlJa__messageGroup.TestimonialsSection-module__ItZlJa__visible{animation:.5s cubic-bezier(.34,1.3,.64,1) both TestimonialsSection-module__ItZlJa__bubbleIn}.TestimonialsSection-module__ItZlJa__senderRow{align-items:baseline;gap:8px;padding-left:4px;display:flex}.TestimonialsSection-module__ItZlJa__senderName{font-family:var(--font-mono);color:var(--magenta);letter-spacing:.04em;font-size:.65rem;font-weight:700}.TestimonialsSection-module__ItZlJa__msgTime{color:var(--text-dim);font-size:.6rem}.TestimonialsSection-module__ItZlJa__bubble{background:var(--surface-2);border:1px solid var(--border);border-radius:18px 18px 18px 4px;max-width:88%;padding:12px 16px}.TestimonialsSection-module__ItZlJa__bubbleText{color:var(--text);font-size:.875rem;line-height:1.55}.TestimonialsSection-module__ItZlJa__readReceipt{color:var(--text-dim);letter-spacing:.04em;padding-left:4px;font-size:.6rem}.TestimonialsSection-module__ItZlJa__inputBar{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r-full);justify-content:space-between;align-items:center;margin:8px 16px 16px;padding:10px 16px;display:flex}.TestimonialsSection-module__ItZlJa__inputPlaceholder{color:var(--text-dim);font-size:.82rem}.TestimonialsSection-module__ItZlJa__sendBtn{background:var(--magenta);color:#fff;width:26px;height:26px;box-shadow:var(--glow-sm);border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;display:flex}@media (max-width:960px){.TestimonialsSection-module__ItZlJa__container{grid-template-columns:1fr;gap:48px}.TestimonialsSection-module__ItZlJa__phone{max-width:100%}}@media (max-width:480px){.TestimonialsSection-module__ItZlJa__container{padding:0 20px}}
.StaticPage-module__BfFF1G__hero{background:var(--bg-secondary);border-bottom:1px solid var(--border);text-align:center;padding:80px 0 64px}.StaticPage-module__BfFF1G__container{max-width:820px;margin:0 auto;padding:0 24px}.StaticPage-module__BfFF1G__heading{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(2rem,5vw,3.2rem);font-weight:900}.StaticPage-module__BfFF1G__lead{color:var(--text-muted);font-size:1.1rem;line-height:1.65}.StaticPage-module__BfFF1G__body{padding:72px 0 100px}.StaticPage-module__BfFF1G__section{margin-bottom:48px}.StaticPage-module__BfFF1G__sectionTitle{font-family:var(--font-heading);color:var(--accent);border-bottom:1px solid var(--border);margin-bottom:16px;padding-bottom:10px;font-size:1.2rem;font-weight:700}.StaticPage-module__BfFF1G__section p{color:var(--text-muted);margin-bottom:14px;font-size:.95rem;line-height:1.75}.StaticPage-module__BfFF1G__section p:last-child{margin-bottom:0}.StaticPage-module__BfFF1G__list{flex-direction:column;gap:10px;margin-top:8px;display:flex}.StaticPage-module__BfFF1G__list li{color:var(--text-muted);padding-left:12px;font-size:.95rem;line-height:1.6}.StaticPage-module__BfFF1G__link{color:var(--accent);text-decoration:underline}.StaticPage-module__BfFF1G__link:hover{opacity:.8}.StaticPage-module__BfFF1G__highlight{color:var(--accent);font-weight:600}.StaticPage-module__BfFF1G__updated{color:var(--text-muted);border-top:1px solid var(--border);margin-top:48px;padding-top:24px;font-size:.8rem;font-style:italic}
