.SearchOverlay-module__XXIV2a__overlayContainer{z-index:10050;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000000f2;flex-direction:column;align-items:center;padding:0;display:flex;position:fixed;inset:0}.SearchOverlay-module__XXIV2a__overlayContainer:after{content:"";pointer-events:none;z-index:10051;background:repeating-linear-gradient(0deg,#00000026,#00000026 1px,#0000 1px 2px);position:absolute;inset:0}@keyframes SearchOverlay-module__XXIV2a__glitchOverlay{0%{opacity:1;filter:contrast();transform:scale(1)}10%{opacity:.8;filter:contrast(1.5)hue-rotate(90deg);transform:scale(1.01)translate(2px,-2px)}20%{opacity:1;filter:contrast();transform:scale(1)translate(-2px,2px)}30%{opacity:.9;filter:contrast(1.2)hue-rotate(-90deg);transform:scale(1.02)translate(0)}40%{opacity:1;filter:contrast();transform:scale(1)}to{opacity:1;filter:contrast();transform:scale(1)}}.SearchOverlay-module__XXIV2a__glitchIntro{animation:.35s cubic-bezier(.25,.46,.45,.94) forwards SearchOverlay-module__XXIV2a__glitchOverlay}@media (min-width:768px){.SearchOverlay-module__XXIV2a__overlayContainer{padding:1rem}}.SearchOverlay-module__XXIV2a__searchModal{background:var(--surface);border:0;flex-direction:column;width:100%;max-width:900px;height:100%;display:flex;overflow:hidden}@media (min-width:768px){.SearchOverlay-module__XXIV2a__searchModal{border:4px solid var(--accent-green);height:auto;max-height:80vh;box-shadow:12px 12px 0px 0px var(--accent-green)}}.SearchOverlay-module__XXIV2a__headerArea{border-bottom:4px solid var(--accent-green);background:#000;align-items:center;display:flex;position:relative}.SearchOverlay-module__XXIV2a__searchIcon{color:var(--accent-green);position:absolute;top:50%;left:1.25rem;transform:translateY(-50%)}.SearchOverlay-module__XXIV2a__searchInput{width:100%;color:var(--accent-green);font-size:1.5rem;font-family:monospace, var(--font-display,inherit);text-transform:uppercase;text-shadow:0 0 5px color-mix(in srgb, var(--accent-green) 50%, transparent);background:0 0;border:none;outline:none;padding:1.5rem 6rem 1.5rem 3.5rem;font-weight:900}.SearchOverlay-module__XXIV2a__searchInput::placeholder{color:color-mix(in srgb, var(--accent-green) 50%, transparent);animation:1s step-end infinite SearchOverlay-module__XXIV2a__blinkCursor}@keyframes SearchOverlay-module__XXIV2a__blinkCursor{0%,to{opacity:1}50%{opacity:0}}@media (min-width:768px){.SearchOverlay-module__XXIV2a__searchInput{padding:2rem 8rem 2rem 4rem;font-size:2.25rem}.SearchOverlay-module__XXIV2a__searchIcon{left:1.5rem}}.SearchOverlay-module__XXIV2a__controlsArea{align-items:center;gap:.75rem;display:flex;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.SearchOverlay-module__XXIV2a__iconButton{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.35rem;transition:all .2s;display:flex}.SearchOverlay-module__XXIV2a__iconButton:hover{color:var(--accent-red)}.SearchOverlay-module__XXIV2a__closeButton:hover{transform:rotate(90deg)}.SearchOverlay-module__XXIV2a__resultsArea{background:var(--surface);color:var(--foreground);flex-direction:column;flex:1;gap:2rem;padding:1.5rem;display:flex;overflow-y:auto}@media (min-width:768px){.SearchOverlay-module__XXIV2a__resultsArea{gap:2.5rem;padding:2rem}}.SearchOverlay-module__XXIV2a__sectionHeader{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);align-items:center;gap:.5rem;margin:0 0 1rem;font-size:.85rem;font-weight:900;display:flex}.SearchOverlay-module__XXIV2a__flexWrap{flex-wrap:wrap;gap:.75rem;display:flex}.SearchOverlay-module__XXIV2a__flexCol{flex-direction:column;gap:.75rem;display:flex}.SearchOverlay-module__XXIV2a__systemChip{color:#fff;text-transform:uppercase;cursor:pointer;background:#000;border:2px solid #fff;padding:.6rem 1.25rem;font-size:.9rem;font-weight:900;text-decoration:none;transition:all .2s}.SearchOverlay-module__XXIV2a__systemChip:hover,.SearchOverlay-module__XXIV2a__systemChip.SearchOverlay-module__XXIV2a__active{border-color:var(--accent-red);background:var(--accent-red)}.SearchOverlay-module__XXIV2a__categoryChip{background:var(--accent-blue);color:#000;border:2px solid var(--border-strong);text-transform:uppercase;cursor:pointer;padding:.6rem 1.25rem;font-size:.9rem;font-weight:900;text-decoration:none;transition:all .2s}.SearchOverlay-module__XXIV2a__categoryChip:hover,.SearchOverlay-module__XXIV2a__categoryChip.SearchOverlay-module__XXIV2a__active{color:var(--accent-blue);border-color:var(--accent-blue);background:#000}.SearchOverlay-module__XXIV2a__tagChip{background:var(--surface-alt);color:var(--foreground);border:2px solid var(--border-strong);text-transform:uppercase;cursor:pointer;padding:.4rem 1rem;font-size:.85rem;font-weight:900;text-decoration:none;transition:all .2s}.SearchOverlay-module__XXIV2a__tagChip:hover,.SearchOverlay-module__XXIV2a__tagChip.SearchOverlay-module__XXIV2a__active{border-color:var(--accent-green);color:var(--accent-green)}.SearchOverlay-module__XXIV2a__predictionRow{background:var(--surface-2);border-left:4px solid var(--accent-blue);border-top:2px solid var(--border-strong);border-right:2px solid var(--border-strong);border-bottom:2px solid var(--border-strong);cursor:pointer;color:var(--foreground);justify-content:space-between;align-items:center;padding:1.25rem;text-decoration:none;transition:all .2s;display:flex}.SearchOverlay-module__XXIV2a__predictionRow:hover,.SearchOverlay-module__XXIV2a__predictionRow.SearchOverlay-module__XXIV2a__active{color:#fff;background:#000}.SearchOverlay-module__XXIV2a__predictionRow:hover .SearchOverlay-module__XXIV2a__chevron,.SearchOverlay-module__XXIV2a__predictionRow.SearchOverlay-module__XXIV2a__active .SearchOverlay-module__XXIV2a__chevron{color:#fff}.SearchOverlay-module__XXIV2a__predictionContent{align-items:flex-start;gap:1rem;display:flex}.SearchOverlay-module__XXIV2a__predictionIcon{color:var(--accent-blue);flex-shrink:0;margin-top:.2rem}.SearchOverlay-module__XXIV2a__predictionTitle{font-size:1.05rem;font-weight:700;line-height:1.5}.SearchOverlay-module__XXIV2a__storyRow{color:#fff;cursor:pointer;background:#000;border:2px solid #0000;justify-content:space-between;align-items:center;padding:1.5rem;text-decoration:none;transition:all .2s;display:flex}.SearchOverlay-module__XXIV2a__storyRow:hover,.SearchOverlay-module__XXIV2a__storyRow.SearchOverlay-module__XXIV2a__active{border-color:var(--accent-red);transform:translate(8px)}.SearchOverlay-module__XXIV2a__storyRow:hover .SearchOverlay-module__XXIV2a__chevron,.SearchOverlay-module__XXIV2a__storyRow.SearchOverlay-module__XXIV2a__active .SearchOverlay-module__XXIV2a__chevron{opacity:1}.SearchOverlay-module__XXIV2a__storyCategory{color:var(--accent-red);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.4rem;font-size:.75rem;font-weight:900}.SearchOverlay-module__XXIV2a__storyTitle{font-size:1.15rem;font-weight:900;line-height:1.2}@media (min-width:768px){.SearchOverlay-module__XXIV2a__storyTitle{font-size:1.35rem}}.SearchOverlay-module__XXIV2a__chevron{color:var(--text-muted);flex-shrink:0;margin-left:1rem;transition:color .2s}.SearchOverlay-module__XXIV2a__storyRow .SearchOverlay-module__XXIV2a__chevron{color:var(--accent-red);opacity:.5;transition:opacity .2s}.SearchOverlay-module__XXIV2a__emptyState{text-align:center;color:var(--text-muted);text-transform:uppercase;margin-top:3rem;font-size:1.35rem;font-weight:900}.SearchOverlay-module__XXIV2a__launcherButton{border:2px solid var(--border-strong);background:var(--surface);color:var(--foreground);cursor:pointer;letter-spacing:.05em;text-transform:uppercase;align-items:center;gap:.5rem;font-weight:900;transition:all .15s;display:flex}.SearchOverlay-module__XXIV2a__launcherButton:hover{background:var(--accent-red);color:#fff;border-color:var(--accent-red)}.SearchOverlay-module__XXIV2a__launcherCompact{justify-content:center;min-width:40px;padding:.5rem}.SearchOverlay-module__XXIV2a__launcherFull{justify-content:flex-start;min-width:140px;padding:.5rem .75rem}.SearchOverlay-module__XXIV2a__shortcutHint{color:#fff;background:#000;border:1px solid #fff6;margin-left:auto;padding:.1rem .35rem;font-size:.65rem;line-height:1}.SearchOverlay-module__XXIV2a__loadingPulse{opacity:.5;flex-direction:column;gap:1rem;animation:2s cubic-bezier(.4,0,.6,1) infinite SearchOverlay-module__XXIV2a__pulse;display:flex}@keyframes SearchOverlay-module__XXIV2a__pulse{0%,to{opacity:.5}50%{opacity:.25}}.SearchOverlay-module__XXIV2a__loadingSkeleton{background:var(--border-strong);width:75%;height:3rem}.SearchOverlay-module__XXIV2a__loadingSkeletonTall{background:var(--border-strong);width:100%;height:6rem}
@keyframes Header-module__hBw1pG__mobileStaggerIn{0%{opacity:0;transform:translate(-16px)}to{opacity:1;transform:translate(0)}}@keyframes Header-module__hBw1pG__navUnderlineReveal{0%{opacity:0;transform:scaleX(0)}60%{opacity:.4;transform:scaleX(1)}to{opacity:1;transform:scaleX(1)}}.Header-module__hBw1pG__header{z-index:9999;border-bottom:2px solid var(--border-strong);background:var(--bg);height:64px;box-shadow:var(--shadow-sm);position:relative}.Header-module__hBw1pG__header:before{content:"";background:var(--accent);z-index:31;height:2px;position:absolute;top:0;left:0;right:0}.Header-module__hBw1pG__header:after{content:"";pointer-events:none;z-index:0;mix-blend-mode:overlay;background-image:repeating-linear-gradient(0deg,#0000,#0000 2px,#80808004 2px 4px),repeating-linear-gradient(90deg,#0000,#0000 2px,#80808004 2px 4px);position:absolute;inset:0}.Header-module__hBw1pG__shell{z-index:1;grid-template-columns:auto 1fr auto;align-items:center;gap:clamp(1rem,2vw,2rem);width:100%;height:100%;margin:0 auto;padding:0;display:grid;position:relative}.Header-module__hBw1pG__brand{color:var(--text-primary);font-family:var(--font-display);letter-spacing:.02em;text-transform:uppercase;align-items:center;font-size:1.85rem;font-weight:700;line-height:1;text-decoration:none;display:inline-flex;position:relative}.Header-module__hBw1pG__brand span{color:var(--accent)}.Header-module__hBw1pG__brand:after{content:"";background:var(--accent);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-bottom:.6em;margin-left:4px;display:inline-block}.Header-module__hBw1pG__desktopNav{align-items:stretch;gap:1.75rem;height:100%;display:flex}.Header-module__hBw1pG__navLink{color:var(--text-secondary);font-family:var(--font-data);text-transform:uppercase;white-space:nowrap;align-items:center;font-size:.95rem;font-weight:700;text-decoration:none;transition:color .16s;display:inline-flex;position:relative}.Header-module__hBw1pG__navLink:before{content:"";background:var(--accent);transform-origin:0;opacity:0;height:3px;transition:none;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.Header-module__hBw1pG__navLink:hover:before{animation:Header-module__hBw1pG__navUnderlineReveal .35s var(--ease-out-expo) forwards}.Header-module__hBw1pG__navLink:hover,.Header-module__hBw1pG__navLinkActive{color:var(--accent)}.Header-module__hBw1pG__navLinkActive:before{opacity:1;animation:none;transform:scaleX(1)}.Header-module__hBw1pG__navLinkActive:after{content:"";background:var(--accent);border-radius:0;width:3px;position:absolute;top:25%;bottom:25%;left:-2px}.Header-module__hBw1pG__desktopActions{align-items:center;gap:.72rem;display:flex}.Header-module__hBw1pG__searchButton,.Header-module__hBw1pG__modeButton,.Header-module__hBw1pG__myStuffButton,.Header-module__hBw1pG__avatarButton,.Header-module__hBw1pG__iconButton{border:2px solid var(--border-strong);background:var(--surface);color:var(--text-primary);font-family:var(--font-data);text-transform:uppercase;cursor:pointer;transition:transform 80ms var(--ease-out-expo), box-shadow 80ms var(--ease-out-expo), background 80ms ease, color 80ms ease;white-space:nowrap;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:2px 2px #000}.Header-module__hBw1pG__searchButton:hover,.Header-module__hBw1pG__modeButton:hover,.Header-module__hBw1pG__myStuffButton:hover,.Header-module__hBw1pG__avatarButton:hover,.Header-module__hBw1pG__iconButton:hover{background:var(--surface-2);color:var(--accent);transform:translate(-1px,-1px);box-shadow:3px 3px #000}.Header-module__hBw1pG__searchButton:active,.Header-module__hBw1pG__modeButton:active,.Header-module__hBw1pG__myStuffButton:active,.Header-module__hBw1pG__avatarButton:active,.Header-module__hBw1pG__iconButton:active{box-shadow:none;transform:translate(0)}.Header-module__hBw1pG__searchButton{min-width:140px;height:37px;color:var(--text-secondary);border-radius:0;justify-content:flex-start;gap:.62rem;padding:0 .9rem}.Header-module__hBw1pG__modeButton{border-radius:0;gap:.5rem;height:37px;padding:0 .9rem}.Header-module__hBw1pG__myStuffButton{border-radius:0;gap:.52rem;height:37px;padding:0 .72rem}.Header-module__hBw1pG__avatarButton,.Header-module__hBw1pG__iconButton{border-radius:var(--radius-pill);width:38px;height:38px}.Header-module__hBw1pG__mobileActions{justify-content:flex-end;align-items:center;gap:.58rem;display:none}.Header-module__hBw1pG__mobileSheet{-webkit-overflow-scrolling:touch;border-bottom:2px solid var(--border-strong);background:color-mix(in srgb, var(--bg) 88%, transparent);-webkit-backdrop-filter:blur(20px);box-shadow:var(--shadow-md);flex-direction:column;gap:.45rem;padding:.8rem 1rem 220px;display:flex;position:fixed;inset:64px 0 0;overflow-y:auto}.Header-module__hBw1pG__mobileLink{border:2px solid var(--border-strong);background:var(--surface);color:var(--text-primary);font-family:var(--font-data);text-transform:uppercase;animation:Header-module__hBw1pG__mobileStaggerIn .35s var(--ease-out-expo) both;border-radius:0;padding:.9rem 1rem;font-size:.96rem;font-weight:700;text-decoration:none}.Header-module__hBw1pG__mobileLink:first-child{animation-delay:30ms}.Header-module__hBw1pG__mobileLink:nth-child(2){animation-delay:60ms}.Header-module__hBw1pG__mobileLink:nth-child(3){animation-delay:90ms}.Header-module__hBw1pG__mobileLink:nth-child(4){animation-delay:.12s}.Header-module__hBw1pG__mobileLink:nth-child(5){animation-delay:.15s}.Header-module__hBw1pG__mobileLink:nth-child(6){animation-delay:.18s}.Header-module__hBw1pG__mobileLink:nth-child(7){animation-delay:.21s}.Header-module__hBw1pG__mobileLink:nth-child(8){animation-delay:.24s}.Header-module__hBw1pG__mobileLink:nth-child(9){animation-delay:.27s}.Header-module__hBw1pG__mobileLink:nth-child(10){animation-delay:.3s}.Header-module__hBw1pG__mobileLinkActive{background:var(--surface-2);color:var(--accent)}.Header-module__hBw1pG__mobileLink:hover{background:var(--surface-2);border-color:var(--accent);color:var(--text-primary);transform:translate(-2px,-2px);box-shadow:3px 3px #000}@media (max-width:1120px){.Header-module__hBw1pG__desktopNav,.Header-module__hBw1pG__desktopActions{display:none}.Header-module__hBw1pG__shell{grid-template-columns:auto 1fr}.Header-module__hBw1pG__mobileActions{display:flex}}@media (max-width:640px){.Header-module__hBw1pG__shell{padding:0 .9rem}.Header-module__hBw1pG__brand{font-size:1.32rem}}.Header-module__hBw1pG__dropdownContainer{align-items:center;display:flex;position:relative}.Header-module__hBw1pG__dropdownButton{color:var(--text-secondary);font-family:var(--font-data);text-transform:uppercase;cursor:pointer;background:0 0;border:none;align-items:center;gap:.35rem;height:100%;padding:0;font-size:.95rem;font-weight:700;transition:color .16s;display:inline-flex}.Header-module__hBw1pG__dropdownButton:hover,.Header-module__hBw1pG__dropdownButtonActive{color:var(--accent)}.Header-module__hBw1pG__dropdownMenu{background:var(--surface);border:2px solid var(--border-strong);z-index:99999;border-radius:0;gap:2rem;width:max-content;padding:1.5rem;display:flex;position:absolute;top:50px;right:-50px;box-shadow:6px 6px #000}.Header-module__hBw1pG__dropdownColumn{flex-direction:column;gap:.25rem;min-width:250px;display:flex}.Header-module__hBw1pG__dropdownCategoryTitle{font-size:.65rem;font-family:var(--font-data);letter-spacing:.15em;text-transform:uppercase;color:var(--accent);border-bottom:2px solid var(--border-soft);margin-bottom:.75rem;padding-bottom:.5rem;font-weight:900}.Header-module__hBw1pG__dropdownItem{background:0 0;border:2px solid #0000;border-radius:0;flex-direction:column;gap:.2rem;padding:.75rem 1rem;text-decoration:none;transition:transform .12s,box-shadow .12s,background .12s,border-color .12s;display:flex}.Header-module__hBw1pG__dropdownItem:hover{background:var(--surface-2);border-color:var(--border-strong);transform:translate(-3px,-3px);box-shadow:4px 4px #000}.Header-module__hBw1pG__dropdownItemActive{background:var(--surface-2);border-color:var(--border-strong)}.Header-module__hBw1pG__dropdownItemActive .Header-module__hBw1pG__dropdownItemTitle{color:var(--accent)}.Header-module__hBw1pG__dropdownItemTitle{font-family:var(--font-data);text-transform:uppercase;color:var(--text-primary);letter-spacing:.01em;font-size:.88rem;font-weight:800}.Header-module__hBw1pG__dropdownItemDesc{color:var(--text-muted);font-size:.74rem;line-height:1.3}
@keyframes Ticker-module__yI-_lW__scrollTicker{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes Ticker-module__yI-_lW__pulse{0%{opacity:1}50%{opacity:.25}to{opacity:1}}@keyframes Ticker-module__yI-_lW__dotPulse{0%{opacity:.55;transform:scale(1)}50%{opacity:1;transform:scale(1.45)}to{opacity:.55;transform:scale(1)}}.Ticker-module__yI-_lW__root{background:var(--accent);z-index:9999;width:100%;height:36px;font-family:var(--font-data);align-items:center;display:flex;position:fixed;bottom:0;left:0;overflow:hidden}.Ticker-module__yI-_lW__root:before,.Ticker-module__yI-_lW__root:after{content:"";z-index:3;pointer-events:none;width:64px;position:absolute;top:0;bottom:0}.Ticker-module__yI-_lW__root:before{background:linear-gradient(to right, var(--accent) 30%, transparent);left:0}.Ticker-module__yI-_lW__root:after{background:linear-gradient(to left, var(--accent) 30%, transparent);right:0}.Ticker-module__yI-_lW__badge{background-color:var(--accent-dark);height:100%;color:var(--text-primary);z-index:4;text-shadow:0 1px 2px #0006;align-items:center;gap:.5rem;padding:0 1.5rem;font-size:.75rem;font-weight:900;display:flex;position:absolute;left:0;box-shadow:inset 0 0 12px #ffffff14,inset 0 1px #ffffff1a}.Ticker-module__yI-_lW__badgeIcon{animation:1.5s infinite Ticker-module__yI-_lW__pulse}.Ticker-module__yI-_lW__scroll{white-space:nowrap;will-change:transform;align-items:center;padding-left:160px;animation:90s linear infinite Ticker-module__yI-_lW__scrollTicker;display:flex}.Ticker-module__yI-_lW__scroll:hover{animation-play-state:paused}.Ticker-module__yI-_lW__item{color:var(--text-primary);letter-spacing:.05em;text-transform:uppercase;transition:opacity var(--duration-fast) ease;cursor:pointer;font-size:.8rem;font-weight:700;text-decoration:none}.Ticker-module__yI-_lW__item:hover{opacity:.72}.Ticker-module__yI-_lW__dot{background:var(--text-primary);opacity:.55;border-radius:50%;flex-shrink:0;width:5px;height:5px;margin:0 2.5rem;animation:2.4s ease-in-out infinite Ticker-module__yI-_lW__dotPulse;display:inline-block}@media (max-width:768px){.Ticker-module__yI-_lW__root{height:32px}.Ticker-module__yI-_lW__badge{gap:.35rem;padding:0 .8rem;font-size:.62rem}.Ticker-module__yI-_lW__scroll{padding-left:124px;animation-duration:68s}.Ticker-module__yI-_lW__item{text-overflow:ellipsis;max-width:60vw;font-size:.68rem;display:inline-block;overflow:hidden}}
.Footer-module__S6Hkya__footer{background-color:var(--surface-3);margin-top:0;padding:0;position:relative;overflow-x:hidden}.Footer-module__S6Hkya__footer:before{content:"";background:radial-gradient(ellipse at center, var(--accent) 0%, transparent 72%);opacity:.06;pointer-events:none;z-index:0;width:600px;height:180px;position:absolute;top:-2px;left:50%;transform:translate(-50%)}.Footer-module__S6Hkya__inner{z-index:1;gap:2.5rem;width:100%;min-width:0;max-width:100%;margin:0 auto;display:grid;position:relative}.Footer-module__S6Hkya__ctaSection{border:2px solid var(--border-strong);background:var(--surface-2);box-shadow:var(--shadow-md);border-radius:0;min-width:0;padding:2rem 1.5rem;position:relative;overflow:hidden}.Footer-module__S6Hkya__ctaSection:before{content:"";background:repeating-linear-gradient(-45deg, transparent, transparent 6px, var(--border-subtle) 6px, var(--border-subtle) 7px);opacity:.45;pointer-events:none;z-index:0;border-radius:inherit;position:absolute;inset:0}.Footer-module__S6Hkya__ctaSection>*{z-index:1;position:relative}.Footer-module__S6Hkya__ctaTop{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;min-width:0;margin-bottom:1.75rem;display:flex}.Footer-module__S6Hkya__ctaLabel{letter-spacing:.14em;text-transform:uppercase;color:var(--accent);font-size:.72rem;font-weight:900;font-family:var(--font-data);margin-bottom:.45rem}.Footer-module__S6Hkya__ctaTitle{color:var(--text-primary);font-size:clamp(1.5rem,3vw,2.2rem);font-weight:900;font-family:var(--font-display);letter-spacing:-.01em;margin:0}.Footer-module__S6Hkya__ctaDesc{color:var(--text-secondary);max-width:680px;margin:.55rem 0 0;font-size:.92rem;line-height:1.6}.Footer-module__S6Hkya__ctaNote{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:.75rem;font-weight:700;font-family:var(--font-data)}.Footer-module__S6Hkya__cardsGrid{gap:1rem;min-width:0;display:grid}.Footer-module__S6Hkya__cardsGridDesktop{grid-template-columns:repeat(auto-fit,minmax(185px,1fr))}.Footer-module__S6Hkya__cardsGridMobile{grid-template-columns:1fr}.Footer-module__S6Hkya__card{border:2px solid var(--border-strong);background:var(--surface);color:var(--text-primary);box-shadow:4px 4px 0px 0px var(--border-strong);border-radius:0;flex-direction:column;gap:.6rem;padding:1.25rem 1rem 1.25rem 1.15rem;text-decoration:none;transition:transform .1s,box-shadow .1s,border-left-color .32s;display:flex;position:relative;overflow:hidden}.Footer-module__S6Hkya__card:before{content:"";background:var(--accent);border-radius:0 0 3px 3px;width:32px;height:3px;transition:transform .3s ease-out,opacity .3s ease-out;position:absolute;top:0;left:50%;transform:translate(-50%)}.Footer-module__S6Hkya__card:hover{box-shadow:5px 5px 0px 0px var(--border-strong);border-left-color:var(--accent-blue);transform:translate(-1px,-1px)}.Footer-module__S6Hkya__card:hover:before{width:100%}.Footer-module__S6Hkya__card:active{box-shadow:2px 2px 0px 0px var(--border-strong);transform:translate(1px,1px)}.Footer-module__S6Hkya__cardRadar{border-color:var(--accent);border-left-color:var(--accent);box-shadow:4px 4px 0px 0px var(--accent)}.Footer-module__S6Hkya__cardRadar:hover{box-shadow:5px 5px 0px 0px var(--accent);border-left-color:var(--accent-blue)}.Footer-module__S6Hkya__cardRadar:active{box-shadow:2px 2px 0px 0px var(--accent)}.Footer-module__S6Hkya__cardTag{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);font-size:.62rem;font-weight:900;font-family:var(--font-data);background:color-mix(in srgb, var(--accent) 10%, transparent);border-radius:var(--radius-pill);align-self:flex-start;padding:.2em .6em;line-height:1.5;display:inline-block}.Footer-module__S6Hkya__cardLabel{font-size:1.15rem;font-weight:900;font-family:var(--font-display);letter-spacing:.02em}.Footer-module__S6Hkya__cardDetail{color:var(--text-secondary);font-size:.8rem;line-height:1.45}.Footer-module__S6Hkya__divider{background:linear-gradient(to right, transparent 0%, var(--accent) 50%, transparent 100%);opacity:.35;border:none;width:100%;height:1px;margin:0}.Footer-module__S6Hkya__linksGrid{gap:2rem;min-width:0;display:grid}.Footer-module__S6Hkya__linksGridDesktop{grid-template-columns:minmax(240px,1.4fr) repeat(4,minmax(160px,1fr))}.Footer-module__S6Hkya__linksGridMobile{grid-template-columns:1fr;gap:1.35rem}.Footer-module__S6Hkya__brandLink{letter-spacing:-.05em;color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:900;display:inline-block}.Footer-module__S6Hkya__brandAccent{color:var(--accent)}.Footer-module__S6Hkya__brandDesc{color:var(--text-secondary);max-width:360px;margin:0;font-size:.92rem;line-height:1.7}.Footer-module__S6Hkya__groupTitle{color:var(--text-primary);align-items:center;gap:.55rem;margin:0 0 1rem;font-size:.98rem;display:flex;position:relative}.Footer-module__S6Hkya__groupTitle:before{content:"";background:var(--accent);border-radius:0;flex-shrink:0;width:14px;height:3px;display:inline-block}.Footer-module__S6Hkya__groupList{flex-direction:column;gap:.55rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__S6Hkya__groupLink{color:var(--text-secondary);font-size:.875rem;font-weight:500;text-decoration:none;transition:color .15s,transform .18s}.Footer-module__S6Hkya__groupLink:hover{color:var(--text-primary);transform:translate(4px)}.Footer-module__S6Hkya__groupLinkAccent{font-weight:800}.Footer-module__S6Hkya__copyright{width:100%;min-width:0;max-width:100%;color:var(--text-muted);letter-spacing:.12em;text-transform:uppercase;font-size:.68rem;font-family:var(--font-data);flex-wrap:wrap;justify-content:space-between;row-gap:.75rem;margin:1rem auto 0;padding-top:1rem;display:flex}.Footer-module__S6Hkya__copyrightDesktop{flex-direction:row;align-items:center}.Footer-module__S6Hkya__copyrightMobile{flex-direction:column;align-items:flex-start}.Footer-module__S6Hkya__copyrightRight{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}
