.Login-module-scss-module__7dMMGq__page{justify-content:center;align-items:center;min-height:100vh;display:flex}.Login-module-scss-module__7dMMGq__card{-webkit-backdrop-filter:blur(20px)saturate(180%)brightness(90%);background:linear-gradient(135deg,#ffffff1a 0%,#ffffff0d 50%,#ffffff05 100%);border:1px solid #ffffff1f;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:360px;padding:40px 36px 36px;display:flex}.Login-module-scss-module__7dMMGq__image{z-index:1;pointer-events:none;-webkit-user-select:none;user-select:none;align-self:center;height:2rem;position:relative}.Login-module-scss-module__7dMMGq__imageWrapperContainer{justify-content:center;align-items:center;width:2rem;height:2rem;margin-bottom:8px;display:flex}.Login-module-scss-module__7dMMGq__imageWrapper{z-index:0;width:100%;height:2rem;display:flex;position:relative}.Login-module-scss-module__7dMMGq__title{color:#f9fafb;text-align:center;letter-spacing:-.02em;margin:0 0 6px;font-size:22px;font-weight:700}.Login-module-scss-module__7dMMGq__subtitle{color:#9ca3af;text-align:center;margin:0 0 28px;font-size:13px}.Login-module-scss-module__7dMMGq__input{color:#f9fafb;box-sizing:border-box;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:12px;outline:none;width:100%;margin-bottom:14px;padding:12px 16px;font-size:14px;transition:border-color .2s,box-shadow .2s}.Login-module-scss-module__7dMMGq__input::placeholder{color:#6b7280}.Login-module-scss-module__7dMMGq__input:focus{border-color:#ff475799;box-shadow:0 0 0 3px #ff475726}.Login-module-scss-module__7dMMGq__btn{color:#fff;cursor:pointer;background:#ff4757;border:none;border-radius:999px;width:100%;padding:12px;font-size:14px;font-weight:600;transition:transform .2s cubic-bezier(.34,1.2,.64,1),box-shadow .2s;box-shadow:0 4px 22px #ff475766,inset 0 1px #ffffff52,inset 1px 0 #ffffff1f}.Login-module-scss-module__7dMMGq__btn:hover:not(:disabled){transform:scale(1.02);box-shadow:0 8px 30px #ff475780,inset 0 1px #ffffff59,inset 1px 0 #ffffff24}.Login-module-scss-module__7dMMGq__btn:active:not(:disabled){transform:scale(1.05)}.Login-module-scss-module__7dMMGq__btn:disabled{opacity:.5;cursor:not-allowed}.Login-module-scss-module__7dMMGq__error{color:#ff4757;text-align:center;margin-top:12px;font-size:13px}.Login-module-scss-module__7dMMGq__form{width:100%}

.Header-module-scss-module__wS1-Va__header{z-index:20;background:color-mix(in srgb,var(--background)72%,transparent);-webkit-backdrop-filter:blur(20px)saturate(180%);border-bottom:1px solid var(--border-hairline);width:100%;position:sticky;top:0}.Header-module-scss-module__wS1-Va__headerInner{max-width:var(--container-max);padding:1.1rem var(--gutter);align-items:center;gap:1.5rem;margin:0 auto;display:flex}.Header-module-scss-module__wS1-Va__logo{letter-spacing:.06em;text-transform:uppercase;color:var(--foreground);font-size:.9rem;font-weight:700}.Header-module-scss-module__wS1-Va__nav{color:var(--text-secondary);align-items:center;gap:1.5rem;margin-left:auto;font-size:.9rem;display:flex}.Header-module-scss-module__wS1-Va__nav a{transition:color .15s}.Header-module-scss-module__wS1-Va__nav a:hover{color:var(--foreground)}.Header-module-scss-module__wS1-Va__cta{background:var(--foreground);will-change:transform;border-radius:999px;padding:.5rem 1.1rem;font-weight:600;transition:transform .2s cubic-bezier(.32,.72,0,1),opacity .2s;color:var(--background)!important}.Header-module-scss-module__wS1-Va__cta:hover{opacity:.92;transform:scale(1.03)}.Header-module-scss-module__wS1-Va__cta:active{transform:scale(.97)}@media (prefers-reduced-motion:reduce){.Header-module-scss-module__wS1-Va__cta{transition:opacity .2s}.Header-module-scss-module__wS1-Va__cta:hover,.Header-module-scss-module__wS1-Va__cta:active{transform:none}}@media (prefers-reduced-transparency:reduce){.Header-module-scss-module__wS1-Va__header{background:var(--background);-webkit-backdrop-filter:none}}@media (max-width:640px){.Header-module-scss-module__wS1-Va__nav{display:none}}
.MobileMenu-module-scss-module__LD7s4G__burger{cursor:pointer;-webkit-tap-highlight-color:#0000;will-change:transform;background:0 0;border:none;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;margin-left:auto;padding:0;transition:transform .2s cubic-bezier(.32,.72,0,1);display:none}.MobileMenu-module-scss-module__LD7s4G__burger span{background:var(--foreground);transform-origin:50%;border-radius:2px;width:20px;height:2px;transition:transform .3s cubic-bezier(.32,.72,0,1),opacity .2s;display:block}.MobileMenu-module-scss-module__LD7s4G__burger:active{transform:scale(.92)}.MobileMenu-module-scss-module__LD7s4G__burger[data-open=true] span:first-child{transform:translateY(7px)rotate(45deg)}.MobileMenu-module-scss-module__LD7s4G__burger[data-open=true] span:nth-child(2){opacity:0;transform:scaleX(.3)}.MobileMenu-module-scss-module__LD7s4G__burger[data-open=true] span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (max-width:640px){.MobileMenu-module-scss-module__LD7s4G__burger{display:inline-flex}}.MobileMenu-module-scss-module__LD7s4G__overlay{z-index:15;pointer-events:none;visibility:hidden;transition:visibility 0s linear .4s;position:fixed;inset:0}.MobileMenu-module-scss-module__LD7s4G__overlay[data-open=true]{pointer-events:auto;visibility:visible;transition:visibility}.MobileMenu-module-scss-module__LD7s4G__scrim{cursor:default;-webkit-backdrop-filter:blur(2px);opacity:0;background:#00000080;border:none;padding:0;transition:opacity .4s cubic-bezier(.32,.72,0,1);position:absolute;inset:0}.MobileMenu-module-scss-module__LD7s4G__overlay[data-open=true] .MobileMenu-module-scss-module__LD7s4G__scrim{opacity:1}.MobileMenu-module-scss-module__LD7s4G__panel{padding:calc(var(--header-h,4rem) + .75rem)var(--gutter)1.5rem;background:color-mix(in srgb,var(--background)82%,transparent);-webkit-backdrop-filter:blur(24px)saturate(180%);border-bottom:1px solid var(--border-hairline);transform-origin:top;opacity:0;flex-direction:column;transition:transform .4s cubic-bezier(.32,.72,0,1),opacity .3s;display:flex;position:absolute;top:0;left:0;right:0;transform:translateY(-16px)scale(.99);box-shadow:0 18px 44px #00000052}.MobileMenu-module-scss-module__LD7s4G__overlay[data-open=true] .MobileMenu-module-scss-module__LD7s4G__panel{opacity:1;transform:translateY(0)scale(1)}.MobileMenu-module-scss-module__LD7s4G__list{flex-direction:column;list-style:none;display:flex}.MobileMenu-module-scss-module__LD7s4G__list li{opacity:0;transition:opacity .3s,transform .3s cubic-bezier(.32,.72,0,1);transform:translateY(-6px)}.MobileMenu-module-scss-module__LD7s4G__overlay[data-open=true] .MobileMenu-module-scss-module__LD7s4G__list li{opacity:1;transition-delay:calc(var(--i)*40ms + 50ms);transform:translateY(0)}.MobileMenu-module-scss-module__LD7s4G__item{color:var(--text-secondary);border-radius:12px;padding:.85rem .5rem;font-size:1.05rem;transition:color .15s,background .15s,transform .15s cubic-bezier(.32,.72,0,1);display:block}.MobileMenu-module-scss-module__LD7s4G__item:hover{color:var(--foreground)}.MobileMenu-module-scss-module__LD7s4G__item:active{background:#ffffff0d;transform:scale(.98)}.MobileMenu-module-scss-module__LD7s4G__cta{text-align:center;background:var(--foreground);opacity:0;border-radius:999px;margin-top:.75rem;padding:.85rem 1.1rem;font-weight:600;transition:transform .2s cubic-bezier(.32,.72,0,1),opacity .3s;display:block;transform:translateY(-6px);color:var(--background)!important}.MobileMenu-module-scss-module__LD7s4G__cta:active{transform:scale(.97)}.MobileMenu-module-scss-module__LD7s4G__overlay[data-open=true] .MobileMenu-module-scss-module__LD7s4G__cta{opacity:1;transition-delay:.2s;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.MobileMenu-module-scss-module__LD7s4G__panel,.MobileMenu-module-scss-module__LD7s4G__list li,.MobileMenu-module-scss-module__LD7s4G__cta{transition:opacity .2s!important;transform:none!important}.MobileMenu-module-scss-module__LD7s4G__burger span{transition:opacity .2s}}@media (prefers-reduced-transparency:reduce){.MobileMenu-module-scss-module__LD7s4G__panel{background:var(--background);-webkit-backdrop-filter:none}.MobileMenu-module-scss-module__LD7s4G__scrim{-webkit-backdrop-filter:none;background:#000000b3}}
.Footer-module-scss-module__wcgw9G__footer{border-top:1px solid var(--border-hairline);padding:var(--space-4)0 var(--space-6);color:var(--text-secondary);background:var(--background)}.Footer-module-scss-module__wcgw9G__inner{max-width:var(--container-max);padding-inline:var(--gutter);gap:var(--space-2);flex-direction:column;margin:0 auto;display:flex}.Footer-module-scss-module__wcgw9G__brandRow{padding-bottom:var(--space-1);border-bottom:1px solid var(--border-hairline);flex-wrap:wrap;align-items:baseline;gap:.5rem;display:flex}.Footer-module-scss-module__wcgw9G__brand{font-size:var(--fs-callout);letter-spacing:-.01em;color:var(--text-primary);font-weight:600}.Footer-module-scss-module__wcgw9G__copyright{font-size:var(--fs-caption);letter-spacing:var(--tracking-caption)}.Footer-module-scss-module__wcgw9G__disclaimer,.Footer-module-scss-module__wcgw9G__trademarks{font-size:var(--fs-caption);line-height:var(--leading-caption);letter-spacing:var(--tracking-caption);text-wrap:pretty}.Footer-module-scss-module__wcgw9G__trademarks{opacity:.75}
.StreamerHero-module-scss-module__liOUCG__hero{align-items:center;gap:clamp(1.25rem,4vw,2rem);display:flex}@media (max-width:767px){.StreamerHero-module-scss-module__liOUCG__hero{text-align:center;flex-direction:column}}.StreamerHero-module-scss-module__liOUCG__avatarWrap{background:var(--surface);width:clamp(104px,24vw,160px);height:clamp(104px,24vw,160px);box-shadow:0 0 0 1px color-mix(in srgb,var(--accent,var(--red))45%,transparent),0 8px 28px #00000073;border-radius:50%;flex-shrink:0;position:relative;overflow:hidden}.StreamerHero-module-scss-module__liOUCG__avatar{object-fit:cover}.StreamerHero-module-scss-module__liOUCG__info{flex-direction:column;gap:.5rem;min-width:0;display:flex}@media (max-width:767px){.StreamerHero-module-scss-module__liOUCG__info{align-items:center}}.StreamerHero-module-scss-module__liOUCG__name{flex-direction:column;gap:.15rem;margin:0;display:flex}.StreamerHero-module-scss-module__liOUCG__nameMain{font-size:var(--fs-h1);line-height:var(--leading-h1);letter-spacing:var(--tracking-h1);overflow-wrap:anywhere;font-weight:700}.StreamerHero-module-scss-module__liOUCG__nameSuffix{font-size:var(--fs-callout);line-height:var(--leading-callout);color:var(--text-secondary);letter-spacing:0;font-weight:500}.StreamerHero-module-scss-module__liOUCG__nickname{font-size:var(--fs-body);color:var(--foreground);letter-spacing:-.01em;font-weight:500}.StreamerHero-module-scss-module__liOUCG__flagLine{font-size:var(--fs-body);color:var(--text-secondary);align-items:center;gap:.5rem;display:flex}.StreamerHero-module-scss-module__liOUCG__id{font-size:var(--fs-caption);color:var(--text-secondary);align-items:center;gap:.5rem;max-width:100%;display:inline-flex}.StreamerHero-module-scss-module__liOUCG__idValue{font-family:var(--font-mono);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.StreamerHero-module-scss-module__liOUCG__copyBtn{color:inherit;cursor:pointer;font-family:inherit;font-size:var(--fs-caption);background:0 0;border:1px solid;border-radius:6px;flex-shrink:0;padding:3px 9px;line-height:1.3;transition:transform .24s cubic-bezier(.32,.72,0,1),color .18s,border-color .18s;position:relative;transform:scale(1)}.StreamerHero-module-scss-module__liOUCG__copyBtn:after{content:"";position:absolute;inset:-10px}.StreamerHero-module-scss-module__liOUCG__copyBtn:active{transition-duration:90ms;transform:scale(.94)}.StreamerHero-module-scss-module__liOUCG__copyBtn:focus-visible{outline:2px solid var(--foreground);outline-offset:2px}.StreamerHero-module-scss-module__liOUCG__copyBtnDone{color:var(--accent,var(--red));border-color:currentColor}@media (hover:hover){.StreamerHero-module-scss-module__liOUCG__copyBtn:hover{color:var(--foreground)}}.StreamerHero-module-scss-module__liOUCG__meta{font-size:var(--fs-caption);color:var(--text-secondary)}@media (prefers-reduced-motion:reduce){.StreamerHero-module-scss-module__liOUCG__copyBtn{transition-duration:.1s}.StreamerHero-module-scss-module__liOUCG__copyBtn:active{opacity:.6;transform:none}}
.HomeHero-module-scss-module__lyGe7G__hero{width:100%;padding:var(--section-py)0;justify-content:center;display:flex}.HomeHero-module-scss-module__lyGe7G__inner{width:100%;max-width:var(--container-max);padding-inline:var(--gutter);text-align:center;flex-direction:column;align-items:center;gap:1.25rem;display:flex}.HomeHero-module-scss-module__lyGe7G__title{font-family:var(--font-display);font-size:var(--fs-display);line-height:var(--leading-display);letter-spacing:var(--tracking-display);color:var(--foreground);text-wrap:balance;max-width:16ch;margin:0;font-weight:700}.HomeHero-module-scss-module__lyGe7G__subtitle{letter-spacing:var(--tracking-normal);color:var(--text-secondary);text-wrap:balance;max-width:44ch;margin:0;font-size:clamp(1rem,1.6vw,1.3rem);line-height:1.5}.HomeHero-module-scss-module__lyGe7G__cta{margin-top:.75rem}.HomeHero-module-scss-module__lyGe7G__button{color:var(--background);background:var(--foreground);will-change:transform;border-radius:999px;justify-content:center;align-items:center;padding:.85rem 2rem;font-size:1rem;font-weight:600;transition:transform .2s cubic-bezier(.32,.72,0,1),opacity .2s;display:inline-flex}.HomeHero-module-scss-module__lyGe7G__button:hover{opacity:.92;transform:scale(1.03)}.HomeHero-module-scss-module__lyGe7G__button:active{transform:scale(.97)}@media (prefers-reduced-motion:reduce){.HomeHero-module-scss-module__lyGe7G__button{transition:opacity .2s}.HomeHero-module-scss-module__lyGe7G__button:hover,.HomeHero-module-scss-module__lyGe7G__button:active{transform:none}}
.StreamerActions-module-scss-module__rWVT9W__actions{flex-wrap:wrap;align-items:center;gap:.75rem;margin:0;display:flex}.StreamerActions-module-scss-module__rWVT9W__primary,.StreamerActions-module-scss-module__rWVT9W__secondary{min-height:44px;font-weight:600;font-size:var(--fs-body);letter-spacing:-.01em;cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-family:inherit;text-decoration:none;transition:transform .26s cubic-bezier(.32,.72,0,1),background-color .18s,color .18s,filter .15s;display:inline-flex;transform:scale(1)}.StreamerActions-module-scss-module__rWVT9W__primary:active,.StreamerActions-module-scss-module__rWVT9W__secondary:active{transition-duration:90ms;transform:scale(.96)}.StreamerActions-module-scss-module__rWVT9W__primary:focus-visible,.StreamerActions-module-scss-module__rWVT9W__secondary:focus-visible{outline:2px solid var(--foreground);outline-offset:3px}.StreamerActions-module-scss-module__rWVT9W__primary{background:var(--accent,var(--red));color:var(--ink,#fff)}.StreamerActions-module-scss-module__rWVT9W__secondary{color:var(--accent,var(--red));background:0 0;border:1px solid}.StreamerActions-module-scss-module__rWVT9W__copied{background:var(--accent,var(--red));color:var(--ink,#fff);border-color:#0000}.StreamerActions-module-scss-module__rWVT9W__failed{color:var(--text-secondary);border-color:var(--border-hairline)}.StreamerActions-module-scss-module__rWVT9W__srOnly{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}@media (hover:hover){.StreamerActions-module-scss-module__rWVT9W__primary:hover{filter:brightness(1.1)}.StreamerActions-module-scss-module__rWVT9W__secondary:hover{background:var(--accent,var(--red));color:var(--ink,#fff)}}@media (prefers-reduced-motion:reduce){.StreamerActions-module-scss-module__rWVT9W__primary,.StreamerActions-module-scss-module__rWVT9W__secondary{transition-duration:.1s}.StreamerActions-module-scss-module__rWVT9W__primary:active,.StreamerActions-module-scss-module__rWVT9W__secondary:active{opacity:.7;transform:none}}
.RecordStreamerCard-module-scss-module__MwfasW__card{color:inherit;background:#ffffff0a;border-radius:12px;align-items:center;gap:16px;padding:12px 16px;text-decoration:none;transition:background .2s;display:flex}.RecordStreamerCard-module-scss-module__MwfasW__card:hover{background:#ffffff14}.RecordStreamerCard-module-scss-module__MwfasW__avatarWrap{border-radius:50%;flex-shrink:0;width:56px;height:56px;position:relative;overflow:hidden}.RecordStreamerCard-module-scss-module__MwfasW__avatar{object-fit:cover}.RecordStreamerCard-module-scss-module__MwfasW__body{flex-direction:column;gap:2px;display:flex}.RecordStreamerCard-module-scss-module__MwfasW__name{font-size:16px;font-weight:600}.RecordStreamerCard-module-scss-module__MwfasW__country{opacity:.7;font-size:13px}.RecordStreamerCard-module-scss-module__MwfasW__back{opacity:.8;margin-top:4px;font-size:13px;text-decoration:underline}
.PlatformCards-module-scss-module__BR_tWW__section{width:100%;padding:0 0 var(--section-py);justify-content:center;display:flex}.PlatformCards-module-scss-module__BR_tWW__grid{width:100%;max-width:var(--container-max);padding-inline:var(--gutter);grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;display:grid}.PlatformCards-module-scss-module__BR_tWW__card{min-height:210px;color:var(--text-primary);will-change:transform;flex-direction:column;align-items:center;padding:1.5rem;transition:transform .25s cubic-bezier(.32,.72,0,1),box-shadow .25s cubic-bezier(.32,.72,0,1),border-color .25s;display:flex;position:relative}.PlatformCards-module-scss-module__BR_tWW__card:hover{border-color:color-mix(in srgb,var(--accent)35%,var(--border-hairline));transform:translateY(-4px);box-shadow:0 2px 6px #0000000f,0 18px 36px #0000001a}.PlatformCards-module-scss-module__BR_tWW__card:active{transition-duration:.1s;transform:translateY(-1px)}.PlatformCards-module-scss-module__BR_tWW__top{justify-content:center;align-items:flex-start;margin-bottom:1.25rem;display:flex}.PlatformCards-module-scss-module__BR_tWW__tile{background:var(--accent);color:#fff;border-radius:14px;justify-content:center;align-items:center;width:3rem;height:3rem;display:inline-flex;box-shadow:inset 0 1px #ffffff4d}.PlatformCards-module-scss-module__BR_tWW__chevron{color:var(--text-secondary);opacity:.5;transition:transform .25s cubic-bezier(.32,.72,0,1),opacity .25s;display:inline-flex}.PlatformCards-module-scss-module__BR_tWW__card:hover .PlatformCards-module-scss-module__BR_tWW__chevron{opacity:1;transform:translate(3px)}.PlatformCards-module-scss-module__BR_tWW__name{font-family:var(--font-display);letter-spacing:-.015em;color:var(--text-primary);text-align:center;margin:0 0 .4rem;font-size:1.4rem;font-weight:700;line-height:1.2}.PlatformCards-module-scss-module__BR_tWW__tagline{color:var(--text-secondary);text-align:center;max-width:30ch;margin:0;font-size:.95rem;line-height:1.5}@media (prefers-reduced-motion:reduce){.PlatformCards-module-scss-module__BR_tWW__card,.PlatformCards-module-scss-module__BR_tWW__chevron{transition:box-shadow .25s,border-color .25s,opacity .25s}.PlatformCards-module-scss-module__BR_tWW__card:hover,.PlatformCards-module-scss-module__BR_tWW__card:active,.PlatformCards-module-scss-module__BR_tWW__card:hover .PlatformCards-module-scss-module__BR_tWW__chevron{transform:none}}@media (prefers-contrast:more){.PlatformCards-module-scss-module__BR_tWW__card{border-color:var(--text-secondary)}.PlatformCards-module-scss-module__BR_tWW__tagline{color:var(--text-primary)}}
.StreamerStats-module-scss-module__nwJmoq__stats{flex-direction:column;gap:.75rem;margin:0;display:flex}.StreamerStats-module-scss-module__nwJmoq__featured{border-radius:var(--radius-lg);background:linear-gradient(90deg,color-mix(in srgb,var(--accent,var(--red))12%,transparent),color-mix(in srgb,var(--accent,var(--red))3%,transparent)52%,transparent 88%),#ffffff08;border:1px solid color-mix(in srgb,var(--accent,var(--red))28%,transparent);flex-direction:column;gap:.4rem;padding:1.4rem 1.6rem;display:flex;position:relative;overflow:hidden}.StreamerStats-module-scss-module__nwJmoq__featured:before{content:"";background:var(--accent,var(--red));width:3px;position:absolute;top:0;bottom:0;left:0}.StreamerStats-module-scss-module__nwJmoq__featuredValue{letter-spacing:-.02em;font-variant-numeric:tabular-nums;color:#fff;font-size:clamp(2.25rem,6vw,3rem);font-weight:800;line-height:1}.StreamerStats-module-scss-module__nwJmoq__featuredLabel{font-size:var(--fs-caption);text-transform:uppercase;letter-spacing:1.5px;color:var(--text-secondary);font-weight:500}.StreamerStats-module-scss-module__nwJmoq__grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem;display:grid}@media (max-width:480px){.StreamerStats-module-scss-module__nwJmoq__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.StreamerStats-module-scss-module__nwJmoq__tile{border-radius:var(--radius-md);border:1px solid var(--border-hairline);background:#ffffff08;flex-direction:column;gap:.3rem;padding:1rem 1.1rem;transition:transform .18s,border-color .18s,background .18s;display:flex}@media (hover:hover){.StreamerStats-module-scss-module__nwJmoq__tile:hover{background:#ffffff0d;border-color:#ffffff29;transform:translateY(-2px)}}.StreamerStats-module-scss-module__nwJmoq__value{letter-spacing:-.01em;font-variant-numeric:tabular-nums;font-size:1.5rem;font-weight:700;line-height:1.1}.StreamerStats-module-scss-module__nwJmoq__label{font-size:var(--fs-caption);text-transform:uppercase;letter-spacing:.6px;color:var(--text-secondary)}.StreamerStats-module-scss-module__nwJmoq__timeline{border-radius:var(--radius-md);border:1px solid var(--border-hairline);background:#ffffff08;align-items:center;gap:1rem;padding:.9rem 1.2rem;display:flex}@media (max-width:480px){.StreamerStats-module-scss-module__nwJmoq__timeline{flex-direction:column;align-items:stretch;gap:.75rem}}.StreamerStats-module-scss-module__nwJmoq__point{white-space:nowrap;flex-direction:column;gap:.2rem;display:flex}.StreamerStats-module-scss-module__nwJmoq__end{text-align:right;align-items:flex-end}.StreamerStats-module-scss-module__nwJmoq__pLabel{font-size:var(--fs-caption);text-transform:uppercase;letter-spacing:.6px;color:var(--text-secondary)}.StreamerStats-module-scss-module__nwJmoq__pDate{font-variant-numeric:tabular-nums;align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;display:flex}.StreamerStats-module-scss-module__nwJmoq__dot{background:var(--accent,var(--red));width:8px;height:8px;box-shadow:0 0 0 3px color-mix(in srgb,var(--accent,var(--red))15%,transparent);border-radius:50%;flex-shrink:0}.StreamerStats-module-scss-module__nwJmoq__rule{background:linear-gradient(90deg,color-mix(in srgb,var(--accent,var(--red))55%,transparent),#ffffff1f);flex:1;min-width:24px;height:1px}@media (max-width:480px){.StreamerStats-module-scss-module__nwJmoq__rule{display:none}}@media (prefers-reduced-motion:reduce){.StreamerStats-module-scss-module__nwJmoq__tile{transition:none}.StreamerStats-module-scss-module__nwJmoq__tile:hover{transform:none}}
.RecordMeta-module-scss-module__yl0whq__meta{opacity:.85;flex-wrap:wrap;gap:4px;margin-top:8px;font-size:14px;display:flex}
.StreamerRecordTypes-module-scss-module__gjJtLa__wrap{margin:0}.StreamerRecordTypes-module-scss-module__gjJtLa__heading{margin-bottom:.875rem}.StreamerRecordTypes-module-scss-module__gjJtLa__title{font-size:var(--fs-h3);line-height:var(--leading-h3);letter-spacing:var(--tracking-h3);margin:0 0 .375rem;font-weight:600}.StreamerRecordTypes-module-scss-module__gjJtLa__subtitle{font-size:var(--fs-callout);color:var(--text-secondary);margin:0;line-height:1.5}.StreamerRecordTypes-module-scss-module__gjJtLa__subtitle strong{color:var(--accent,var(--red));font-weight:600}.StreamerRecordTypes-module-scss-module__gjJtLa__pills{flex-wrap:wrap;gap:.5rem;display:flex}.StreamerRecordTypes-module-scss-module__gjJtLa__pill{border:1px solid var(--border-hairline);font-size:var(--fs-callout);background:#ffffff0a;border-radius:999px;align-items:center;gap:.5rem;padding:.4rem .875rem;line-height:1;display:inline-flex}.StreamerRecordTypes-module-scss-module__gjJtLa__pillLabel{color:var(--foreground)}.StreamerRecordTypes-module-scss-module__gjJtLa__pillCount{color:var(--accent,var(--red));letter-spacing:-.01em;font-weight:600}
.RecordActions-module-scss-module__bzJDJa__actions{gap:8px;margin-top:24px;display:flex}.RecordActions-module-scss-module__bzJDJa__primary,.RecordActions-module-scss-module__bzJDJa__secondary{cursor:pointer;border-radius:999px;justify-content:center;align-items:center;padding:12px 24px;font-family:inherit;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex}.RecordActions-module-scss-module__bzJDJa__primary{background:var(--red);color:#fff;border:none;transition:filter .15s}.RecordActions-module-scss-module__bzJDJa__primary:hover{filter:brightness(1.1)}.RecordActions-module-scss-module__bzJDJa__secondary{color:var(--red);border:1px solid var(--red);background:0 0;transition:background-color .15s,color .15s}.RecordActions-module-scss-module__bzJDJa__secondary:hover{background:var(--red);color:#fff}
.StreamerSpotlight-module-scss-module__MSunFW__section{align-items:center;gap:var(--space-4);width:100%;padding:var(--section-py)0;flex-direction:column;display:flex}.StreamerSpotlight-module-scss-module__MSunFW__header{width:100%;max-width:var(--container-max);padding:0 var(--gutter);align-items:center;gap:var(--space-1);flex-direction:column;display:flex}.StreamerSpotlight-module-scss-module__MSunFW__title{font-family:var(--font-display);font-size:var(--fs-h2);letter-spacing:var(--tracking-h2);color:var(--text-primary);text-align:center;margin:0;font-weight:700}.StreamerSpotlight-module-scss-module__MSunFW__subtitle{font-size:var(--fs-body);color:var(--text-secondary);text-align:center;max-width:60ch;margin:0;line-height:1.5}.StreamerSpotlight-module-scss-module__MSunFW__carouselViewport{width:100%;padding:0 var(--gutter);-webkit-mask-image:linear-gradient(to right,transparent,black var(--gutter),black calc(100% - var(--gutter)),transparent);mask-image:linear-gradient(to right,transparent,black var(--gutter),black calc(100% - var(--gutter)),transparent);-webkit-mask-image:linear-gradient(to right,transparent,black var(--gutter),black calc(100% - var(--gutter)),transparent);overflow:hidden}.StreamerSpotlight-module-scss-module__MSunFW__carouselTrack{will-change:transform;flex-wrap:nowrap;gap:1rem;width:max-content;transition:transform linear;display:flex}.StreamerSpotlight-module-scss-module__MSunFW__carouselTrackStatic{scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:1rem;display:flex;overflow-x:auto}.StreamerSpotlight-module-scss-module__MSunFW__slide{scroll-snap-align:start;flex:none;width:168px;position:relative}.StreamerSpotlight-module-scss-module__MSunFW__platformBadge{z-index:2;color:#fff;pointer-events:none;border-radius:999px;padding:.2rem .55rem;font-size:.7rem;font-weight:600;position:absolute;top:.5rem;left:.5rem;box-shadow:inset 0 0 0 1px #ffffff59}@media (min-width:480px){.StreamerSpotlight-module-scss-module__MSunFW__slide{width:200px}}
.HowItsWorks-module-scss-module__v2k6cq__container{max-width:var(--container-max);padding:var(--section-py)var(--gutter);flex-direction:column;align-items:center;gap:24px;margin:0 auto;display:flex}.HowItsWorks-module-scss-module__v2k6cq__title{font-size:var(--fs-h2);letter-spacing:var(--tracking-h2);color:var(--foreground);text-align:center;font-weight:700}.HowItsWorks-module-scss-module__v2k6cq__description{text-align:center;width:80%;color:var(--text-secondary)}.HowItsWorks-module-scss-module__v2k6cq__steps{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:3rem 2rem;width:100%;margin-top:1.5rem;list-style:none;display:grid}.HowItsWorks-module-scss-module__v2k6cq__step{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.HowItsWorks-module-scss-module__v2k6cq__shot{width:100%;max-width:260px}.HowItsWorks-module-scss-module__v2k6cq__shotImage{filter:drop-shadow(0 18px 36px #00000047);width:100%;height:auto}.HowItsWorks-module-scss-module__v2k6cq__copy{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.HowItsWorks-module-scss-module__v2k6cq__stepNumber{letter-spacing:.1em;color:var(--primary);background:var(--primary-soft);border-radius:999px;padding:.15rem .6rem;font-size:.65rem;font-weight:800}.HowItsWorks-module-scss-module__v2k6cq__stepTitle{font-size:var(--fs-h3);letter-spacing:var(--tracking-h3);font-weight:700;line-height:var(--leading-h3);color:var(--foreground);margin:0}.HowItsWorks-module-scss-module__v2k6cq__stepText{font-size:var(--fs-callout);line-height:var(--leading-callout);color:var(--text-secondary);text-wrap:pretty;max-width:34ch;margin:0}.HowItsWorks-module-scss-module__v2k6cq__guideLink{border:1px solid var(--border-hairline);background:var(--surface-elevated);color:var(--foreground);font-size:var(--fs-callout);border-radius:999px;align-items:center;gap:.5rem;margin-top:.5rem;padding:.7rem 1.4rem;font-weight:600;transition:transform .25s cubic-bezier(.32,.72,0,1),border-color .25s;display:inline-flex}.HowItsWorks-module-scss-module__v2k6cq__guideLink:hover{border-color:color-mix(in srgb,var(--primary)40%,var(--border-hairline));transform:translateY(-2px)}.HowItsWorks-module-scss-module__v2k6cq__guideLink:active{transition-duration:.1s;transform:translateY(0)}.HowItsWorks-module-scss-module__v2k6cq__guideArrow{transition:transform .25s cubic-bezier(.32,.72,0,1)}.HowItsWorks-module-scss-module__v2k6cq__guideLink:hover .HowItsWorks-module-scss-module__v2k6cq__guideArrow{transform:translate(3px)}.HowItsWorks-module-scss-module__v2k6cq__container[data-reveal=armed] .HowItsWorks-module-scss-module__v2k6cq__step,.HowItsWorks-module-scss-module__v2k6cq__container[data-reveal=armed] .HowItsWorks-module-scss-module__v2k6cq__guideLink{opacity:0;transform:translateY(24px)}.HowItsWorks-module-scss-module__v2k6cq__container[data-reveal=in] .HowItsWorks-module-scss-module__v2k6cq__step,.HowItsWorks-module-scss-module__v2k6cq__container[data-reveal=in] .HowItsWorks-module-scss-module__v2k6cq__guideLink{opacity:1;transition:opacity .55s cubic-bezier(.32,.72,0,1)var(--delay,0s),transform .55s cubic-bezier(.32,.72,0,1)var(--delay,0s);transform:none}.HowItsWorks-module-scss-module__v2k6cq__container[data-reveal=in] .HowItsWorks-module-scss-module__v2k6cq__guideLink{--delay:.32s}@media (max-width:720px){.HowItsWorks-module-scss-module__v2k6cq__description{width:100%}.HowItsWorks-module-scss-module__v2k6cq__shot{max-width:220px}}@media (prefers-reduced-motion:reduce){.HowItsWorks-module-scss-module__v2k6cq__container[data-reveal=armed] .HowItsWorks-module-scss-module__v2k6cq__step,.HowItsWorks-module-scss-module__v2k6cq__container[data-reveal=armed] .HowItsWorks-module-scss-module__v2k6cq__guideLink{transform:none}.HowItsWorks-module-scss-module__v2k6cq__container[data-reveal=in] .HowItsWorks-module-scss-module__v2k6cq__step,.HowItsWorks-module-scss-module__v2k6cq__container[data-reveal=in] .HowItsWorks-module-scss-module__v2k6cq__guideLink{transition:opacity .4s ease var(--delay,0s)}.HowItsWorks-module-scss-module__v2k6cq__guideLink,.HowItsWorks-module-scss-module__v2k6cq__guideArrow{transition:border-color .25s}.HowItsWorks-module-scss-module__v2k6cq__guideLink:hover,.HowItsWorks-module-scss-module__v2k6cq__guideLink:active,.HowItsWorks-module-scss-module__v2k6cq__guideLink:hover .HowItsWorks-module-scss-module__v2k6cq__guideArrow{transform:none}}
.StreamerActivity-module-scss-module__RU2bHa__wrap{margin:0}.StreamerActivity-module-scss-module__RU2bHa__heading{align-items:baseline;gap:.5rem;margin-bottom:1rem;display:flex}.StreamerActivity-module-scss-module__RU2bHa__title{font-size:var(--fs-h3);line-height:var(--leading-h3);letter-spacing:var(--tracking-h3);margin:0;font-weight:600}.StreamerActivity-module-scss-module__RU2bHa__scroll{padding-bottom:.5rem;overflow-x:auto}.StreamerActivity-module-scss-module__RU2bHa__grid{table-layout:fixed;border-collapse:separate;border-spacing:3px;width:100%}.StreamerActivity-module-scss-module__RU2bHa__colDay{width:28px}.StreamerActivity-module-scss-module__RU2bHa__colCell{width:auto}.StreamerActivity-module-scss-module__RU2bHa__grid th,.StreamerActivity-module-scss-module__RU2bHa__grid td{padding:0}.StreamerActivity-module-scss-module__RU2bHa__monthRow th{height:18px;color:var(--text-secondary);text-align:left;vertical-align:bottom;font-size:.75rem;font-weight:400;position:relative;overflow:visible}.StreamerActivity-module-scss-module__RU2bHa__monthLabel{white-space:nowrap;pointer-events:none;position:absolute;bottom:4px;left:0}.StreamerActivity-module-scss-module__RU2bHa__dayLabel{color:var(--text-secondary);text-align:right;padding-right:6px;font-size:.7rem}.StreamerActivity-module-scss-module__RU2bHa__cell{aspect-ratio:1;background:#ffffff0a;border-radius:2px;width:100%;display:block}.StreamerActivity-module-scss-module__RU2bHa__l1{background:color-mix(in srgb,var(--accent,var(--red))30%,var(--surface))}.StreamerActivity-module-scss-module__RU2bHa__l2{background:color-mix(in srgb,var(--accent,var(--red))55%,var(--surface))}.StreamerActivity-module-scss-module__RU2bHa__l3{background:color-mix(in srgb,var(--accent,var(--red))78%,var(--surface))}.StreamerActivity-module-scss-module__RU2bHa__l4{background:var(--accent,var(--red))}.StreamerActivity-module-scss-module__RU2bHa__legend{color:var(--text-secondary);justify-content:flex-end;align-items:center;gap:4px;margin-top:.5rem;font-size:.75rem;display:flex}.StreamerActivity-module-scss-module__RU2bHa__legend .StreamerActivity-module-scss-module__RU2bHa__cell{aspect-ratio:auto;width:12px;height:12px;display:inline-block}@media (max-width:640px){.StreamerActivity-module-scss-module__RU2bHa__title{font-size:1.05rem}.StreamerActivity-module-scss-module__RU2bHa__scroll{direction:rtl;margin:0 -1.25rem;padding:0 1.25rem .5rem}.StreamerActivity-module-scss-module__RU2bHa__grid{border-spacing:3px;direction:ltr;min-width:820px}.StreamerActivity-module-scss-module__RU2bHa__colDay{width:22px}.StreamerActivity-module-scss-module__RU2bHa__dayLabel{padding-right:4px;font-size:.65rem}.StreamerActivity-module-scss-module__RU2bHa__monthRow th{height:16px;font-size:.7rem}.StreamerActivity-module-scss-module__RU2bHa__legend{justify-content:flex-start;font-size:.7rem}}
.RecordPrevNext-module-scss-module__6JJXTq__nav{justify-content:space-between;gap:12px;margin-top:24px;display:flex}.RecordPrevNext-module-scss-module__6JJXTq__link{color:inherit;background:#ffffff0a;border-radius:10px;flex-direction:column;gap:2px;max-width:48%;padding:10px 16px;text-decoration:none;transition:background .2s;display:flex}.RecordPrevNext-module-scss-module__6JJXTq__link:hover{background:#ffffff14}.RecordPrevNext-module-scss-module__6JJXTq__prev{text-align:left;align-items:flex-start}.RecordPrevNext-module-scss-module__6JJXTq__next{text-align:right;align-items:flex-end;margin-left:auto}.RecordPrevNext-module-scss-module__6JJXTq__dir{opacity:.6;text-transform:uppercase;letter-spacing:.5px;font-size:12px}.RecordPrevNext-module-scss-module__6JJXTq__date{white-space:nowrap;font-size:14px;font-weight:600}
.Subscription-module-scss-module__tep8bq__container{border-radius:var(--radius-card);cursor:pointer;background:var(--surface-elevated);border:1px solid var(--border-hairline);flex-direction:column;flex:1;justify-content:space-between;align-items:center;gap:20px;padding:28px 24px;transition:transform .25s cubic-bezier(.32,.72,0,1);display:flex;position:relative}.Subscription-module-scss-module__tep8bq__container:hover{transform:translateY(-4px)}.Subscription-module-scss-module__tep8bq__container:active{transform:scale(.99)}.Subscription-module-scss-module__tep8bq__title{color:var(--foreground);z-index:1;font-size:1.1rem;font-weight:600;position:relative}.Subscription-module-scss-module__tep8bq__image{z-index:1;pointer-events:none;-webkit-user-select:none;user-select:none;align-self:center;height:256px;position:relative}.Subscription-module-scss-module__tep8bq__imageWrapperContainer{width:256px;height:256px}.Subscription-module-scss-module__tep8bq__imageWrapper{z-index:0;width:100%;height:256px;display:flex;position:relative}.Subscription-module-scss-module__tep8bq__features{z-index:1;flex-direction:column;justify-content:center;align-items:center;gap:4px;display:flex;position:relative}.Subscription-module-scss-module__tep8bq__features p{color:var(--text-secondary);text-align:center;font-size:.9rem}.Subscription-module-scss-module__tep8bq__price{color:var(--foreground);z-index:1;margin-top:auto;font-size:2rem;font-weight:700;position:relative}.Subscription-module-scss-module__tep8bq__pricePeriod{color:var(--text-secondary);margin-left:2px;font-size:.9rem;font-weight:400}@media (prefers-reduced-motion:reduce){.Subscription-module-scss-module__tep8bq__container{transition:none}.Subscription-module-scss-module__tep8bq__container:hover,.Subscription-module-scss-module__tep8bq__container:active{transform:none}}
.StreamerHighlights-module-scss-module__yCe8WG__section{margin:0}.StreamerHighlights-module-scss-module__yCe8WG__title{font-size:var(--fs-h3);line-height:var(--leading-h3);letter-spacing:var(--tracking-h3);margin-bottom:.75rem;font-weight:600}.StreamerHighlights-module-scss-module__yCe8WG__list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.StreamerHighlights-module-scss-module__yCe8WG__item{font-size:var(--fs-callout);line-height:var(--leading-body);color:var(--text-secondary)}.StreamerHighlights-module-scss-module__yCe8WG__link{text-underline-offset:2px;color:var(--foreground);border-radius:3px;text-decoration:underline;transition:color .15s,opacity .12s}.StreamerHighlights-module-scss-module__yCe8WG__link:active{opacity:.55}.StreamerHighlights-module-scss-module__yCe8WG__link:focus-visible{outline:2px solid var(--foreground);outline-offset:3px}@media (hover:hover){.StreamerHighlights-module-scss-module__yCe8WG__link:hover{color:var(--accent,var(--red))}}
.OtherRecordings-module-scss-module__qDp_Qq__section{margin-top:32px}.OtherRecordings-module-scss-module__qDp_Qq__title{margin-bottom:12px;font-size:18px;font-weight:600}.OtherRecordings-module-scss-module__qDp_Qq__list{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:8px;margin:0;padding:0;list-style:none;display:grid}.OtherRecordings-module-scss-module__qDp_Qq__item{display:block}.OtherRecordings-module-scss-module__qDp_Qq__link{color:inherit;background:#ffffff0a;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;text-decoration:none;transition:background .2s;display:flex}.OtherRecordings-module-scss-module__qDp_Qq__link:hover{background:#ffffff14}.OtherRecordings-module-scss-module__qDp_Qq__dateBlock{flex-direction:column;min-width:0;display:flex}.OtherRecordings-module-scss-module__qDp_Qq__date{white-space:nowrap;font-size:14px}.OtherRecordings-module-scss-module__qDp_Qq__time{opacity:.65;white-space:nowrap;margin-top:2px;font-size:12px}.OtherRecordings-module-scss-module__qDp_Qq__metaBlock{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:2px;display:flex}.OtherRecordings-module-scss-module__qDp_Qq__type{opacity:.7;text-align:right;font-size:13px}.OtherRecordings-module-scss-module__qDp_Qq__duration{opacity:.55;font-variant-numeric:tabular-nums;white-space:nowrap;font-size:12px}
.StreamersControls-module-scss-module__3tXjNa__controls{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.StreamersControls-module-scss-module__3tXjNa__searchWrap{flex:240px;min-width:0;display:flex;position:relative}.StreamersControls-module-scss-module__3tXjNa__search{border-radius:var(--radius-md);border:1px solid var(--border-hairline);width:100%;min-width:0;min-height:44px;color:inherit;background:#ffffff0a;outline:none;padding:.625rem 2.25rem .625rem .875rem;font-family:inherit;font-size:.95rem;transition:border-color .15s,background .15s}.StreamersControls-module-scss-module__3tXjNa__search::placeholder{color:var(--text-secondary)}.StreamersControls-module-scss-module__3tXjNa__search:focus{border-color:color-mix(in srgb,var(--accent,var(--red))60%,transparent);background:#ffffff0f}.StreamersControls-module-scss-module__3tXjNa__search:focus-visible{outline:2px solid var(--foreground);outline-offset:2px}.StreamersControls-module-scss-module__3tXjNa__spinner{border:2px solid color-mix(in srgb,var(--foreground)20%,transparent);border-top-color:var(--accent,var(--red));opacity:0;pointer-events:none;border-radius:50%;width:14px;height:14px;margin-top:-7px;transition:opacity .18s,transform .24s cubic-bezier(.32,.72,0,1);position:absolute;top:50%;right:.75rem;transform:scale(.7)}.StreamersControls-module-scss-module__3tXjNa__busy .StreamersControls-module-scss-module__3tXjNa__spinner{opacity:1;animation:.7s linear infinite StreamersControls-module-scss-module__3tXjNa__spin;transform:scale(1)}@keyframes StreamersControls-module-scss-module__3tXjNa__spin{to{transform:rotate(360deg)}}.StreamersControls-module-scss-module__3tXjNa__sortLabel{font-size:var(--fs-callout);color:var(--text-secondary);align-items:center;gap:.5rem;display:inline-flex}.StreamersControls-module-scss-module__3tXjNa__sortText{white-space:nowrap}.StreamersControls-module-scss-module__3tXjNa__sort{border-radius:var(--radius-md);border:1px solid var(--border-hairline);min-height:44px;color:inherit;cursor:pointer;appearance:none;background:#ffffff0a url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3e%3cpath fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M1 1.5l5 5 5-5'/%3e%3c/svg%3e") right .75rem center no-repeat;outline:none;padding:.625rem 2rem .625rem .875rem;font-family:inherit;font-size:.95rem;transition:border-color .15s,background-color .15s}.StreamersControls-module-scss-module__3tXjNa__sort:focus{border-color:color-mix(in srgb,var(--accent,var(--red))60%,transparent)}.StreamersControls-module-scss-module__3tXjNa__sort:focus-visible{outline:2px solid var(--foreground);outline-offset:2px}.StreamersControls-module-scss-module__3tXjNa__srOnly{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}@media (prefers-reduced-motion:reduce){.StreamersControls-module-scss-module__3tXjNa__spinner{transition-duration:.1s}.StreamersControls-module-scss-module__3tXjNa__busy .StreamersControls-module-scss-module__3tXjNa__spinner{border-top-color:var(--accent,var(--red));border-right-color:var(--accent,var(--red));animation:none}}
.Subscriptions-module-scss-module__HoSncW__container{max-width:var(--container-max);padding:var(--section-py)var(--gutter);flex-direction:column;align-items:center;gap:20px;margin:0 auto;display:flex}.Subscriptions-module-scss-module__HoSncW__title{font-size:var(--fs-h2);letter-spacing:var(--tracking-h2);color:var(--foreground);text-align:center;font-weight:700}.Subscriptions-module-scss-module__HoSncW__description{text-align:center;width:80%;color:var(--text-secondary)}.Subscriptions-module-scss-module__HoSncW__subscriptions{flex-wrap:wrap;justify-content:space-between;gap:16px;width:100%;display:flex}.Subscriptions-module-scss-module__HoSncW__cardLink{min-width:240px;color:inherit;flex:1;text-decoration:none;display:flex}.Subscriptions-module-scss-module__HoSncW__periodSelector{background:var(--surface);border:1px solid var(--border-hairline);border-radius:12px;padding:3px;display:flex;position:relative}.Subscriptions-module-scss-module__HoSncW__periodItem{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;border-radius:9px;padding:7px 16px;font-size:.85rem;transition:background .18s,color .18s}.Subscriptions-module-scss-module__HoSncW__periodItemActive{background:var(--primary);color:#fff;font-weight:600}.Subscriptions-module-scss-module__HoSncW__btnPrimary{cursor:pointer;background:var(--primary);color:#fff;border:none;border-radius:999px;justify-content:center;align-items:center;padding:.7rem 1.4rem;font-size:.9rem;font-weight:600;transition:transform .2s cubic-bezier(.32,.72,0,1);display:inline-flex}.Subscriptions-module-scss-module__HoSncW__btnPrimary:hover{transform:scale(1.02)}.Subscriptions-module-scss-module__HoSncW__btnPrimary:active{transform:scale(.97)}@media (prefers-reduced-motion:reduce){.Subscriptions-module-scss-module__HoSncW__btnPrimary{transition:none}.Subscriptions-module-scss-module__HoSncW__btnPrimary:hover,.Subscriptions-module-scss-module__HoSncW__btnPrimary:active{transform:none}}
.StreamerLatestRecordings-module-scss-module__9O-mAG__section{margin:0}.StreamerLatestRecordings-module-scss-module__9O-mAG__title{font-size:var(--fs-h3);line-height:var(--leading-h3);letter-spacing:var(--tracking-h3);margin-bottom:.75rem;font-weight:600}.StreamerLatestRecordings-module-scss-module__9O-mAG__list{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.StreamerLatestRecordings-module-scss-module__9O-mAG__item{display:block}.StreamerLatestRecordings-module-scss-module__9O-mAG__link{border-radius:var(--radius-md);min-height:44px;color:inherit;background:#ffffff0a;border:1px solid #0000;justify-content:space-between;align-items:center;gap:12px;padding:.625rem .875rem;text-decoration:none;transition:background .2s,border-color .2s,transform .24s cubic-bezier(.32,.72,0,1);display:flex;transform:scale(1)}.StreamerLatestRecordings-module-scss-module__9O-mAG__link:active{background:#ffffff14;transition-duration:90ms;transform:scale(.98)}.StreamerLatestRecordings-module-scss-module__9O-mAG__link:focus-visible{outline:2px solid var(--foreground);outline-offset:2px}@media (hover:hover){.StreamerLatestRecordings-module-scss-module__9O-mAG__link:hover{border-color:color-mix(in srgb,var(--accent,var(--red))35%,transparent);background:#ffffff14}}.StreamerLatestRecordings-module-scss-module__9O-mAG__dateBlock{flex-direction:column;min-width:0;display:flex}.StreamerLatestRecordings-module-scss-module__9O-mAG__date{font-size:var(--fs-callout);white-space:nowrap}.StreamerLatestRecordings-module-scss-module__9O-mAG__time{font-size:var(--fs-caption);color:var(--text-secondary);white-space:nowrap;margin-top:2px}.StreamerLatestRecordings-module-scss-module__9O-mAG__metaBlock{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:2px;display:flex}.StreamerLatestRecordings-module-scss-module__9O-mAG__type{font-size:var(--fs-caption);color:var(--text-secondary);text-align:right}.StreamerLatestRecordings-module-scss-module__9O-mAG__duration{font-size:var(--fs-caption);color:var(--text-secondary);opacity:.8;font-variant-numeric:tabular-nums;white-space:nowrap}@media (prefers-reduced-motion:reduce){.StreamerLatestRecordings-module-scss-module__9O-mAG__link{transition-duration:.1s}.StreamerLatestRecordings-module-scss-module__9O-mAG__link:active{transform:none}}
.StreamersPagination-module-scss-module__LxngKa__pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;margin:1.5rem 0 .5rem;display:flex}.StreamersPagination-module-scss-module__LxngKa__link{border:1px solid var(--border-hairline);border-radius:var(--radius-md);min-width:44px;min-height:44px;font-size:var(--fs-callout);font-variant-numeric:tabular-nums;color:inherit;justify-content:center;align-items:center;padding:0 .75rem;text-decoration:none;transition:background .15s,border-color .15s,transform .24s cubic-bezier(.32,.72,0,1);display:inline-flex;transform:scale(1)}.StreamersPagination-module-scss-module__LxngKa__link:active{transition-duration:90ms;transform:scale(.94)}.StreamersPagination-module-scss-module__LxngKa__link:focus-visible{outline:2px solid var(--foreground);outline-offset:2px}@media (hover:hover){.StreamersPagination-module-scss-module__LxngKa__link:hover{border-color:color-mix(in srgb,var(--accent,var(--red))45%,transparent);background:#ffffff0f}}.StreamersPagination-module-scss-module__LxngKa__active{background:var(--accent,var(--red));color:var(--ink,#fff);border-color:var(--accent,var(--red))}.StreamersPagination-module-scss-module__LxngKa__disabled{opacity:.4;pointer-events:none}.StreamersPagination-module-scss-module__LxngKa__gap{opacity:.6;padding:0 4px}@media (prefers-reduced-motion:reduce){.StreamersPagination-module-scss-module__LxngKa__link{transition-duration:.1s}.StreamersPagination-module-scss-module__LxngKa__link:active{opacity:.7;transform:none}}
.FAQ-module-scss-module__dGdaZq__faq{max-width:var(--container-max);padding:var(--section-py)var(--gutter);flex-direction:column;align-items:center;gap:20px;width:100%;margin:0 auto;scroll-margin-top:5rem;display:flex}.FAQ-module-scss-module__dGdaZq__items{flex-direction:column;gap:8px;width:100%;display:flex}.FAQ-module-scss-module__dGdaZq__title{font-size:var(--fs-h2);letter-spacing:var(--tracking-h2);font-weight:700;line-height:var(--leading-h2);color:var(--foreground);text-align:center}.FAQ-module-scss-module__dGdaZq__description{text-align:center;width:80%;max-width:42ch;color:var(--text-secondary);line-height:var(--leading-body)}.FAQ-module-scss-module__dGdaZq__faqItem{border-radius:var(--radius-card);background:var(--surface-elevated);border:1px solid var(--border-hairline);transition:border-color .42s cubic-bezier(.32,.72,0,1),background-color .42s cubic-bezier(.32,.72,0,1);position:relative}.FAQ-module-scss-module__dGdaZq__faqItemOpen{border-color:color-mix(in srgb,var(--foreground)20%,transparent);background:color-mix(in srgb,var(--foreground)5%,var(--surface-elevated))}@media (hover:hover){.FAQ-module-scss-module__dGdaZq__faqItem:hover{border-color:color-mix(in srgb,var(--foreground)18%,transparent)}}.FAQ-module-scss-module__dGdaZq__question{border-radius:inherit;width:100%;font:inherit;letter-spacing:-.01em;color:var(--foreground);cursor:pointer;z-index:1;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;font-size:1.05rem;font-weight:600;line-height:1.35;transition:background-color .42s cubic-bezier(.32,.72,0,1),transform .26s cubic-bezier(.32,.72,0,1);display:flex;position:relative;transform:scale(1)}.FAQ-module-scss-module__dGdaZq__question:active{transition-duration:90ms;transform:scale(.985)}.FAQ-module-scss-module__dGdaZq__question:focus-visible{outline:2px solid var(--foreground);outline-offset:-3px}@media (hover:hover){.FAQ-module-scss-module__dGdaZq__question:hover{background:color-mix(in srgb,var(--foreground)4%,transparent)}}.FAQ-module-scss-module__dGdaZq__questionText{flex:1}.FAQ-module-scss-module__dGdaZq__icon{border-right:2px solid var(--text-secondary);border-bottom:2px solid var(--text-secondary);transform-origin:50%;border-radius:0 0 2px;flex-shrink:0;width:11px;height:11px;transition:transform .42s cubic-bezier(.32,.72,0,1),border-color .42s cubic-bezier(.32,.72,0,1);transform:rotate(45deg)translateY(-1px)}.FAQ-module-scss-module__dGdaZq__icon.FAQ-module-scss-module__dGdaZq__iconOpen{border-color:var(--foreground);transform:rotate(-135deg)translateY(-1px)}.FAQ-module-scss-module__dGdaZq__answer{z-index:1;grid-template-rows:0fr;transition:grid-template-rows .42s cubic-bezier(.32,.72,0,1);display:grid;position:relative}.FAQ-module-scss-module__dGdaZq__answerClip{min-height:0;overflow:hidden}.FAQ-module-scss-module__dGdaZq__answerBody{color:var(--text-secondary);opacity:0;padding:4px 24px 24px;transition:opacity .14s,transform .14s cubic-bezier(.32,.72,0,1);transform:translateY(-6px)}.FAQ-module-scss-module__dGdaZq__answerBody p,.FAQ-module-scss-module__dGdaZq__answerBody li{color:var(--text-secondary);line-height:1.6}.FAQ-module-scss-module__dGdaZq__answerBody p{margin:0 0 .75em}.FAQ-module-scss-module__dGdaZq__answerBody p:last-child{margin-bottom:0}.FAQ-module-scss-module__dGdaZq__answerBody ul,.FAQ-module-scss-module__dGdaZq__answerBody ol{flex-direction:column;gap:.4em;margin:0 0 .75em;padding-left:1.35em;display:flex}.FAQ-module-scss-module__dGdaZq__answerBody ul:last-child,.FAQ-module-scss-module__dGdaZq__answerBody ol:last-child{margin-bottom:0}.FAQ-module-scss-module__dGdaZq__answerBody ol{padding-left:1.5em}.FAQ-module-scss-module__dGdaZq__answerBody li::marker{color:color-mix(in srgb,var(--text-secondary)65%,transparent)}.FAQ-module-scss-module__dGdaZq__answerBody strong{color:var(--foreground);font-weight:600}.FAQ-module-scss-module__dGdaZq__answer.FAQ-module-scss-module__dGdaZq__open{grid-template-rows:1fr}.FAQ-module-scss-module__dGdaZq__answer.FAQ-module-scss-module__dGdaZq__open .FAQ-module-scss-module__dGdaZq__answerBody{opacity:1;transition:opacity .22s .12s,transform .28s cubic-bezier(.32,.72,0,1) .1s;transform:none}@media (max-width:600px){.FAQ-module-scss-module__dGdaZq__description{width:100%}.FAQ-module-scss-module__dGdaZq__question{padding:18px;font-size:1rem}.FAQ-module-scss-module__dGdaZq__answerBody{padding:2px 18px 20px}}@media (prefers-reduced-motion:reduce){.FAQ-module-scss-module__dGdaZq__faqItem,.FAQ-module-scss-module__dGdaZq__question,.FAQ-module-scss-module__dGdaZq__icon,.FAQ-module-scss-module__dGdaZq__answerBody,.FAQ-module-scss-module__dGdaZq__answer.FAQ-module-scss-module__dGdaZq__open .FAQ-module-scss-module__dGdaZq__answerBody{transition-duration:.12s;transition-delay:0s;transition-timing-function:ease}.FAQ-module-scss-module__dGdaZq__question:active{transform:none}.FAQ-module-scss-module__dGdaZq__answer{transition:none}.FAQ-module-scss-module__dGdaZq__answerBody,.FAQ-module-scss-module__dGdaZq__answer.FAQ-module-scss-module__dGdaZq__open .FAQ-module-scss-module__dGdaZq__answerBody{transform:none}}
.LatestVideos-module-scss-module__xbulAa__container{flex-direction:column;gap:1rem;display:flex}.LatestVideos-module-scss-module__xbulAa__title{font-size:2rem;font-weight:700}.LatestVideos-module-scss-module__xbulAa__videos{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media screen and (max-width:1700px){.LatestVideos-module-scss-module__xbulAa__videos :nth-child(5){display:none}}@media screen and (max-width:1400px){.LatestVideos-module-scss-module__xbulAa__videos :nth-child(4){display:none}}@media screen and (max-width:1120px){.LatestVideos-module-scss-module__xbulAa__videos :nth-child(3){display:none}}@media screen and (max-width:837px){.LatestVideos-module-scss-module__xbulAa__videos :nth-child(3),.LatestVideos-module-scss-module__xbulAa__videos :nth-child(4),.LatestVideos-module-scss-module__xbulAa__videos :nth-child(5){display:flex}}.LatestVideos-module-scss-module__xbulAa__titleContainer{justify-content:space-between;align-items:center;display:flex}.LatestVideos-module-scss-module__xbulAa__moreButton{border:1px solid var(--textSecondary);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:0 .5rem;display:flex}
.StreamersCountryNav-module-scss-module__xtc49a__nav{flex-wrap:wrap;gap:8px;margin:0 0 .5rem;display:flex}.StreamersCountryNav-module-scss-module__xtc49a__card{border:1px solid var(--border-hairline);background:var(--surface);min-height:44px;font-size:var(--fs-caption);letter-spacing:var(--tracking-caption);color:inherit;border-radius:999px;align-items:center;gap:8px;padding:.5rem .875rem;line-height:1;text-decoration:none;transition:background .15s,border-color .15s,transform .24s cubic-bezier(.32,.72,0,1);display:inline-flex;transform:scale(1)}.StreamersCountryNav-module-scss-module__xtc49a__card:active{transition-duration:90ms;transform:scale(.96)}.StreamersCountryNav-module-scss-module__xtc49a__card:focus-visible{outline:2px solid var(--foreground);outline-offset:2px}@media (hover:hover){.StreamersCountryNav-module-scss-module__xtc49a__card:hover{border-color:color-mix(in srgb,var(--accent,var(--red))55%,transparent);background:#ffffff0f}}.StreamersCountryNav-module-scss-module__xtc49a__active{background:var(--accent,var(--red));border-color:var(--accent,var(--red));color:var(--ink,#fff)}.StreamersCountryNav-module-scss-module__xtc49a__flag{font-size:1rem;line-height:1}.StreamersCountryNav-module-scss-module__xtc49a__name{font-weight:500}.StreamersCountryNav-module-scss-module__xtc49a__count{opacity:.7;font-variant-numeric:tabular-nums}@media (prefers-reduced-motion:reduce){.StreamersCountryNav-module-scss-module__xtc49a__card{transition-duration:.1s}.StreamersCountryNav-module-scss-module__xtc49a__card:active{opacity:.7;transform:none}}
.page-module-scss-module__zwM8Ga__page{background:var(--background);min-height:100vh;color:var(--foreground);flex-direction:column;display:flex}.page-module-scss-module__zwM8Ga__main{flex:1}.page-module-scss-module__zwM8Ga__section{border-top:1px solid var(--border-hairline)}
.StreamerNames-module-scss-module__yiPBXW__background{pointer-events:none;z-index:2;position:absolute;inset:0;overflow:hidden}.StreamerNames-module-scss-module__yiPBXW__slot{pointer-events:auto;text-decoration:none;position:absolute;transform:translate(-50%,-50%)}.StreamerNames-module-scss-module__yiPBXW__chip{background:color-mix(in srgb,var(--surface-elevated)55%,transparent);-webkit-backdrop-filter:blur(12px)saturate(160%);border:1px solid var(--border-hairline);opacity:1;will-change:opacity,transform;border-radius:999px;align-items:center;gap:.5rem;max-width:170px;padding:.3rem .7rem .3rem .3rem;transition-property:opacity,transform,border-color;transition-duration:.6s;transition-timing-function:cubic-bezier(.32,.72,0,1);display:flex;transform:translateY(0)scale(1);box-shadow:0 8px 24px #00000047}.StreamerNames-module-scss-module__yiPBXW__chipHidden{opacity:0;transform:translateY(-6px)scale(.96)}.StreamerNames-module-scss-module__yiPBXW__avatar{background:var(--surface);border-radius:50%;flex-shrink:0;width:28px;height:28px;position:relative;overflow:hidden}.StreamerNames-module-scss-module__yiPBXW__avatarPlaceholder{color:var(--text-secondary);opacity:.5;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.StreamerNames-module-scss-module__yiPBXW__avatarImg{z-index:1;object-fit:cover}.StreamerNames-module-scss-module__yiPBXW__name{letter-spacing:.01em;color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:600;overflow:hidden}@media (hover:hover){.StreamerNames-module-scss-module__yiPBXW__slot:hover .StreamerNames-module-scss-module__yiPBXW__chip:not(.StreamerNames-module-scss-module__yiPBXW__chipHidden){border-color:color-mix(in srgb,var(--accent,#fff)45%,transparent);transform:scale(1.04)}}@media (max-width:900px){.StreamerNames-module-scss-module__yiPBXW__background{display:none}}@media (prefers-reduced-motion:reduce){.StreamerNames-module-scss-module__yiPBXW__chip{transition-property:opacity,border-color;transform:none}.StreamerNames-module-scss-module__yiPBXW__chipHidden,.StreamerNames-module-scss-module__yiPBXW__slot:hover .StreamerNames-module-scss-module__yiPBXW__chip:not(.StreamerNames-module-scss-module__yiPBXW__chipHidden){transform:none}}@media (prefers-reduced-transparency:reduce){.StreamerNames-module-scss-module__yiPBXW__chip{background:var(--surface-elevated);-webkit-backdrop-filter:none}}
.VideoCard-module-scss-module__wLhUXG__container{aspect-ratio:9/16;background-color:#faebd7;border-radius:12px;width:240px;display:flex;position:relative}@media screen and (max-width:767px){.VideoCard-module-scss-module__wLhUXG__container{width:160px}}.VideoCard-module-scss-module__wLhUXG__container:after{content:"";pointer-events:none;background:linear-gradient(#1e1e1e,#fff0 15% 85%,#1e1e1e);position:absolute;inset:0}.VideoCard-module-scss-module__wLhUXG__videoImageBox{width:100%;height:100%;display:flex;position:relative}.VideoCard-module-scss-module__wLhUXG__videoImage{pointer-events:none;-webkit-user-select:none;user-select:none;object-fit:cover;border-radius:8px;position:relative}.VideoCard-module-scss-module__wLhUXG__infoBox{z-index:1;justify-content:center;align-items:center;gap:.6rem;padding:1rem;display:flex;position:absolute;bottom:0}.VideoCard-module-scss-module__wLhUXG__infoTextContainer{flex-direction:column;gap:.1rem;display:flex}@media screen and (max-width:767px){.VideoCard-module-scss-module__wLhUXG__infoTextContainer{max-width:85px}}.VideoCard-module-scss-module__wLhUXG__name{white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;font-weight:700;overflow:hidden}.VideoCard-module-scss-module__wLhUXG__date{color:var(--textSecondary);font-size:.6rem;font-weight:500}.VideoCard-module-scss-module__wLhUXG__topInfoBox{z-index:1;justify-content:center;align-items:center;gap:.2rem;padding:1rem;display:flex;position:absolute;top:0}.VideoCard-module-scss-module__wLhUXG__stat{justify-content:center;align-items:center;gap:.2rem;display:flex}.VideoCard-module-scss-module__wLhUXG__views{font-size:.9rem;font-weight:700}.VideoCard-module-scss-module__wLhUXG__imageWrapperContainer{width:2.2rem;height:2.2rem}.VideoCard-module-scss-module__wLhUXG__imageWrapper{width:100%;height:2.2rem;display:flex;position:relative}.VideoCard-module-scss-module__wLhUXG__image{pointer-events:none;-webkit-user-select:none;user-select:none;background-color:#fff;border-radius:50%;position:relative}
.GuideArticlePage-module-scss-module__2KGP2G__page{flex-direction:column;min-height:100vh;display:flex}.GuideArticlePage-module-scss-module__2KGP2G__main{flex:1;display:flex}.GuideArticlePage-module-scss-module__2KGP2G__article{max-width:var(--container-max);--measure:45rem;width:100%;padding:2rem var(--gutter)var(--space-8);color:var(--foreground);margin:0 auto;font-size:1.0625rem;line-height:1.7}.GuideArticlePage-module-scss-module__2KGP2G__article p{text-wrap:pretty;margin:1rem 0}.GuideArticlePage-module-scss-module__2KGP2G__article strong{font-weight:600}.GuideArticlePage-module-scss-module__2KGP2G__block ul{flex-direction:column;gap:.5rem;margin:1rem 0;padding-left:1.35em;display:flex}.GuideArticlePage-module-scss-module__2KGP2G__block ul li::marker{color:color-mix(in srgb,var(--foreground)45%,transparent)}.GuideArticlePage-module-scss-module__2KGP2G__block ul p{margin:0}.GuideArticlePage-module-scss-module__2KGP2G__breadcrumbs,.GuideArticlePage-module-scss-module__2KGP2G__block,.GuideArticlePage-module-scss-module__2KGP2G__faq,.GuideArticlePage-module-scss-module__2KGP2G__cta,.GuideArticlePage-module-scss-module__2KGP2G__related{max-width:var(--measure);margin-inline:auto}.GuideArticlePage-module-scss-module__2KGP2G__block:has(.GuideArticlePage-module-scss-module__2KGP2G__tableWrapper){max-width:none}.GuideArticlePage-module-scss-module__2KGP2G__block{width:100%}.GuideArticlePage-module-scss-module__2KGP2G__block a{color:var(--red);text-underline-offset:3px;border-radius:3px;text-decoration:underline;transition:color .15s,opacity .12s}.GuideArticlePage-module-scss-module__2KGP2G__block a:active{opacity:.55}.GuideArticlePage-module-scss-module__2KGP2G__block a:focus-visible{outline:2px solid var(--foreground);outline-offset:3px}@media (hover:hover){.GuideArticlePage-module-scss-module__2KGP2G__block a:hover{color:color-mix(in srgb,var(--red)70%,#fff)}}.GuideArticlePage-module-scss-module__2KGP2G__breadcrumbs{font-size:var(--fs-caption);line-height:var(--leading-caption);letter-spacing:var(--tracking-caption);color:var(--text-secondary);align-items:center;gap:.4rem;margin-bottom:1.5rem;display:flex}.GuideArticlePage-module-scss-module__2KGP2G__breadcrumbLink{color:inherit;border-radius:4px;text-decoration:none;transition:color .15s,opacity .12s}.GuideArticlePage-module-scss-module__2KGP2G__breadcrumbLink:active{opacity:.55}.GuideArticlePage-module-scss-module__2KGP2G__breadcrumbLink:focus-visible{outline:2px solid var(--foreground);outline-offset:3px}@media (hover:hover){.GuideArticlePage-module-scss-module__2KGP2G__breadcrumbLink:hover{color:var(--foreground);text-decoration:underline}}.GuideArticlePage-module-scss-module__2KGP2G__breadcrumbSep{opacity:.5}.GuideArticlePage-module-scss-module__2KGP2G__breadcrumbCurrent{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.GuideArticlePage-module-scss-module__2KGP2G__titleBlock{margin:0 0 1.75rem}.GuideArticlePage-module-scss-module__2KGP2G__title{font-size:var(--fs-h1);line-height:var(--leading-h1);letter-spacing:var(--tracking-h1);text-wrap:balance;margin:0;font-weight:700}.GuideArticlePage-module-scss-module__2KGP2G__meta{font-size:var(--fs-caption);letter-spacing:var(--tracking-caption);color:var(--text-secondary);margin:.6rem 0 0!important}.GuideArticlePage-module-scss-module__2KGP2G__subtitle{font-size:var(--fs-h3);line-height:var(--leading-h3);letter-spacing:var(--tracking-h3);border-top:1px solid var(--border-hairline);text-wrap:balance;margin:2.75rem 0 1rem;padding-top:1.75rem;font-weight:600}.GuideArticlePage-module-scss-module__2KGP2G__steps{counter-reset:step;flex-direction:column;gap:1rem;margin:1.5rem 0;padding:0;list-style:none;display:flex}.GuideArticlePage-module-scss-module__2KGP2G__step{counter-increment:step;min-height:1.9rem;padding-left:2.75rem;position:relative}.GuideArticlePage-module-scss-module__2KGP2G__step:before{content:counter(step);background:color-mix(in srgb,var(--red)16%,transparent);border:1px solid color-mix(in srgb,var(--red)40%,transparent);width:1.75rem;height:1.75rem;color:var(--foreground);font-size:var(--fs-caption);font-variant-numeric:tabular-nums;border-radius:50%;justify-content:center;align-items:center;font-weight:600;line-height:1;display:flex;position:absolute;top:.15rem;left:0}.GuideArticlePage-module-scss-module__2KGP2G__step p{margin:0}.GuideArticlePage-module-scss-module__2KGP2G__step:has(.GuideArticlePage-module-scss-module__2KGP2G__stepShot){padding-bottom:.5rem}.GuideArticlePage-module-scss-module__2KGP2G__step p+p{margin-top:.5rem}.GuideArticlePage-module-scss-module__2KGP2G__stepShot{aspect-ratio:4/3;border-radius:var(--radius-lg);background:color-mix(in srgb,var(--foreground)4%,transparent);border:1px solid color-mix(in srgb,var(--foreground)8%,transparent);width:100%;max-height:60vh;margin-top:.875rem;position:relative;overflow:hidden}.GuideArticlePage-module-scss-module__2KGP2G__stepImage{pointer-events:none;-webkit-user-select:none;user-select:none}.GuideArticlePage-module-scss-module__2KGP2G__tableWrapper{border:1px solid color-mix(in srgb,var(--foreground)8%,transparent);border-radius:var(--radius-lg);-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;width:100%;margin:1.5rem 0;overflow-x:auto}.GuideArticlePage-module-scss-module__2KGP2G__table{border-collapse:separate;border-spacing:0;table-layout:auto;width:100%;font-size:.9rem}.GuideArticlePage-module-scss-module__2KGP2G__table th,.GuideArticlePage-module-scss-module__2KGP2G__table td{text-align:center;border-bottom:1px solid color-mix(in srgb,var(--foreground)8%,transparent);-webkit-hyphens:none;hyphens:none;overflow-wrap:normal;padding:.7rem .55rem}.GuideArticlePage-module-scss-module__2KGP2G__table thead th:not(:first-child),.GuideArticlePage-module-scss-module__2KGP2G__table tbody td{white-space:nowrap;width:1%}.GuideArticlePage-module-scss-module__2KGP2G__table thead th{background:color-mix(in srgb,var(--foreground)5%,var(--background));white-space:normal;min-width:5.5rem;font-weight:600;line-height:1.25}.GuideArticlePage-module-scss-module__2KGP2G__table tbody tr:last-child th,.GuideArticlePage-module-scss-module__2KGP2G__table tbody tr:last-child td{border-bottom:none}.GuideArticlePage-module-scss-module__2KGP2G__rowLabel,.GuideArticlePage-module-scss-module__2KGP2G__table thead th:first-child{z-index:1;background:var(--background);box-shadow:inset -1px 0 0 color-mix(in srgb,var(--foreground)12%,transparent);position:sticky;left:0}.GuideArticlePage-module-scss-module__2KGP2G__table thead th:first-child{z-index:2;background:color-mix(in srgb,var(--foreground)5%,var(--background));min-width:0}.GuideArticlePage-module-scss-module__2KGP2G__rowLabel{white-space:normal;min-width:13rem;font-weight:500;line-height:1.3;text-align:left!important}.GuideArticlePage-module-scss-module__2KGP2G__usColumn{font-weight:600;background:#2ed5732e!important}.GuideArticlePage-module-scss-module__2KGP2G__faq{width:100%}.GuideArticlePage-module-scss-module__2KGP2G__faqList{flex-direction:column;gap:.75rem;margin:0;display:flex}.GuideArticlePage-module-scss-module__2KGP2G__faqItem{background:color-mix(in srgb,var(--foreground)4%,transparent);border:1px solid color-mix(in srgb,var(--foreground)8%,transparent);border-radius:var(--radius-lg);padding:1rem 1.25rem}.GuideArticlePage-module-scss-module__2KGP2G__faqQuestion{margin:0 0 .4rem;font-weight:600;line-height:1.35}.GuideArticlePage-module-scss-module__2KGP2G__faqAnswer{color:var(--text-secondary);font-size:var(--fs-callout);line-height:var(--leading-body);text-wrap:pretty;margin:0}.GuideArticlePage-module-scss-module__2KGP2G__cta{border-radius:var(--radius-card);background:linear-gradient(120deg,color-mix(in srgb,var(--red)14%,transparent),transparent 70%),color-mix(in srgb,var(--foreground)4%,transparent);border:1px solid color-mix(in srgb,var(--red)28%,transparent);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.25rem;margin:3rem auto 0;padding:1.5rem;display:flex}.GuideArticlePage-module-scss-module__2KGP2G__ctaCopy{flex:260px;min-width:0}.GuideArticlePage-module-scss-module__2KGP2G__ctaTitle{font-size:var(--fs-h3);line-height:var(--leading-h3);letter-spacing:var(--tracking-h3);font-weight:600;margin:0!important}.GuideArticlePage-module-scss-module__2KGP2G__ctaText{font-size:var(--fs-callout);line-height:var(--leading-callout);color:var(--text-secondary);text-wrap:pretty;margin:.35rem 0 0!important}.GuideArticlePage-module-scss-module__2KGP2G__ctaButton{background:var(--red);color:#fff;min-height:44px;font-weight:600;font-size:var(--fs-body);letter-spacing:-.01em;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:.75rem 1.5rem;text-decoration:none;transition:transform .26s cubic-bezier(.32,.72,0,1),filter .15s;display:inline-flex;transform:scale(1)}.GuideArticlePage-module-scss-module__2KGP2G__ctaButton:active{opacity:1;transition-duration:90ms;transform:scale(.96)}.GuideArticlePage-module-scss-module__2KGP2G__ctaButton:focus-visible{outline:2px solid var(--foreground);outline-offset:3px}@media (hover:hover){.GuideArticlePage-module-scss-module__2KGP2G__ctaButton:hover{filter:brightness(1.1);color:#fff}}.GuideArticlePage-module-scss-module__2KGP2G__related{width:100%}.GuideArticlePage-module-scss-module__2KGP2G__relatedList{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.GuideArticlePage-module-scss-module__2KGP2G__relatedCard{border-radius:var(--radius-lg);background:color-mix(in srgb,var(--foreground)4%,transparent);border:1px solid color-mix(in srgb,var(--foreground)8%,transparent);color:inherit;flex-direction:column;gap:.25rem;padding:1rem 2.5rem 1rem 1.25rem;text-decoration:none;transition:transform .28s cubic-bezier(.32,.72,0,1),background-color .2s,border-color .2s;display:flex;position:relative;transform:scale(1)}.GuideArticlePage-module-scss-module__2KGP2G__relatedCard:active{transition-duration:90ms;transform:scale(.985)}.GuideArticlePage-module-scss-module__2KGP2G__relatedCard:focus-visible{outline:2px solid var(--foreground);outline-offset:3px}@media (hover:hover){.GuideArticlePage-module-scss-module__2KGP2G__relatedCard:hover{background:color-mix(in srgb,var(--foreground)7%,transparent);border-color:color-mix(in srgb,var(--foreground)16%,transparent)}.GuideArticlePage-module-scss-module__2KGP2G__relatedCard:hover .GuideArticlePage-module-scss-module__2KGP2G__relatedArrow{opacity:1;transform:translate(2px)}}.GuideArticlePage-module-scss-module__2KGP2G__relatedTitle{font-weight:600;line-height:1.35;font-size:var(--fs-body)}.GuideArticlePage-module-scss-module__2KGP2G__relatedDescription{font-size:var(--fs-callout);line-height:var(--leading-callout);color:var(--text-secondary)}.GuideArticlePage-module-scss-module__2KGP2G__relatedArrow{color:var(--text-secondary);opacity:.45;transition:opacity .2s,transform .28s cubic-bezier(.32,.72,0,1);position:absolute;top:1rem;right:1.1rem;transform:translate(0)}.GuideArticlePage-module-scss-module__2KGP2G__relatedCard:active .GuideArticlePage-module-scss-module__2KGP2G__relatedArrow{opacity:1;transition-duration:90ms;transform:translate(5px)}.GuideArticlePage-module-scss-module__2KGP2G__allGuides{font-size:var(--fs-callout);color:var(--text-secondary);border-radius:4px;margin-top:1rem;text-decoration:none;transition:color .15s;display:inline-block}.GuideArticlePage-module-scss-module__2KGP2G__allGuides:focus-visible{outline:2px solid var(--foreground);outline-offset:3px}@media (hover:hover){.GuideArticlePage-module-scss-module__2KGP2G__allGuides:hover{color:var(--foreground);text-decoration:underline}}@media (max-width:568px){.GuideArticlePage-module-scss-module__2KGP2G__article{padding:1.5rem var(--gutter)var(--space-6);font-size:1rem}.GuideArticlePage-module-scss-module__2KGP2G__subtitle{margin-top:2.25rem}.GuideArticlePage-module-scss-module__2KGP2G__cta{padding:1.25rem}.GuideArticlePage-module-scss-module__2KGP2G__ctaButton{width:100%}.GuideArticlePage-module-scss-module__2KGP2G__tableWrapper{margin-left:calc(var(--gutter)*-1);margin-right:calc(var(--gutter)*-1);border-left:none;border-right:none;border-radius:0;width:auto}.GuideArticlePage-module-scss-module__2KGP2G__table{font-size:.78rem}.GuideArticlePage-module-scss-module__2KGP2G__table th,.GuideArticlePage-module-scss-module__2KGP2G__table td{padding:.55rem .4rem}.GuideArticlePage-module-scss-module__2KGP2G__table thead th{min-width:4.5rem}.GuideArticlePage-module-scss-module__2KGP2G__rowLabel{min-width:10.5rem;padding-left:var(--gutter)!important}.GuideArticlePage-module-scss-module__2KGP2G__table thead th:first-child{padding-left:var(--gutter)!important}}@media (prefers-reduced-motion:reduce){.GuideArticlePage-module-scss-module__2KGP2G__ctaButton,.GuideArticlePage-module-scss-module__2KGP2G__relatedCard,.GuideArticlePage-module-scss-module__2KGP2G__relatedArrow{transition-duration:.1s}.GuideArticlePage-module-scss-module__2KGP2G__ctaButton:active,.GuideArticlePage-module-scss-module__2KGP2G__relatedCard:active{opacity:.8;transform:none}.GuideArticlePage-module-scss-module__2KGP2G__relatedCard:active .GuideArticlePage-module-scss-module__2KGP2G__relatedArrow,.GuideArticlePage-module-scss-module__2KGP2G__relatedCard:hover .GuideArticlePage-module-scss-module__2KGP2G__relatedArrow{transform:none}}
.InvoiceStatusPage-module-scss-module__U922ZG__page{flex-direction:column;min-height:100dvh;display:flex;position:relative;overflow:hidden}.InvoiceStatusPage-module-scss-module__U922ZG__page[data-variant=success]{--accent:#10b981;--accent-strong:#34d399;--accent-rgb:16,185,129}.InvoiceStatusPage-module-scss-module__U922ZG__page[data-variant=error]{--accent:#ff4757;--accent-strong:#ff7a59;--accent-rgb:255,71,87}.InvoiceStatusPage-module-scss-module__U922ZG__glow{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.InvoiceStatusPage-module-scss-module__U922ZG__blobA,.InvoiceStatusPage-module-scss-module__U922ZG__blobB{filter:blur(90px);opacity:.45;will-change:transform;border-radius:50%;position:absolute}.InvoiceStatusPage-module-scss-module__U922ZG__blobA{aspect-ratio:1;background:radial-gradient(circle,rgba(var(--accent-rgb),.6),rgba(var(--accent-rgb),0)70%);width:min(46vw,520px);animation:29s ease-in-out infinite InvoiceStatusPage-module-scss-module__U922ZG__driftA;top:-12%;left:-8%}.InvoiceStatusPage-module-scss-module__U922ZG__blobB{aspect-ratio:1;background:radial-gradient(circle,#5b5cf680,#5b5cf600 70%);width:min(38vw,440px);animation:37s ease-in-out infinite InvoiceStatusPage-module-scss-module__U922ZG__driftB;top:30%;right:-8%}@keyframes InvoiceStatusPage-module-scss-module__U922ZG__driftA{0%,to{transform:translate(0,0)scale(1)}50%{transform:translate(6%,8%)scale(1.12)}}@keyframes InvoiceStatusPage-module-scss-module__U922ZG__driftB{0%,to{transform:translate(0,0)scale(1.08)}50%{transform:translate(-7%,-6%)scale(1)}}.InvoiceStatusPage-module-scss-module__U922ZG__main{z-index:1;padding:clamp(2.5rem,8vw,5rem)var(--gutter);flex:1;justify-content:center;align-items:center;display:flex;position:relative}.InvoiceStatusPage-module-scss-module__U922ZG__stage{text-align:center;flex-direction:column;align-items:center;max-width:34rem;display:flex}.InvoiceStatusPage-module-scss-module__U922ZG__mascot{margin-bottom:var(--space-2);place-items:center;display:grid;position:relative}.InvoiceStatusPage-module-scss-module__U922ZG__halo{aspect-ratio:1;background:radial-gradient(circle,rgba(var(--accent-rgb),.16),rgba(var(--accent-rgb),0)64%);border-radius:50%;width:118%;position:absolute}.InvoiceStatusPage-module-scss-module__U922ZG__sticker{pointer-events:none;-webkit-user-select:none;user-select:none;max-width:100%;position:relative}.InvoiceStatusPage-module-scss-module__U922ZG__badge{font-family:var(--font-mono);font-size:var(--fs-caption);letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary);border:1px solid var(--border-hairline);-webkit-backdrop-filter:blur(12px)saturate(140%);backdrop-filter:blur(12px)saturate(140%);margin-bottom:var(--space-2);background:#ffffff0d;border-radius:999px;align-items:center;gap:.5em;padding:.375rem .75rem;display:inline-flex}.InvoiceStatusPage-module-scss-module__U922ZG__badgeDot{background:var(--accent);width:6px;height:6px;box-shadow:0 0 10px rgba(var(--accent-rgb),.9);border-radius:50%}.InvoiceStatusPage-module-scss-module__U922ZG__title{font-size:var(--fs-h1);line-height:var(--leading-h1);letter-spacing:var(--tracking-h1);margin-bottom:var(--space-1)}.InvoiceStatusPage-module-scss-module__U922ZG__description{font-size:var(--fs-callout);line-height:var(--leading-callout);color:var(--text-secondary);text-wrap:pretty;max-width:30rem}.InvoiceStatusPage-module-scss-module__U922ZG__actions{margin-top:var(--space-3);flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.InvoiceStatusPage-module-scss-module__U922ZG__primary,.InvoiceStatusPage-module-scss-module__U922ZG__secondary{min-height:46px;font-size:var(--fs-callout);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:0 1.375rem;font-weight:600;transition:transform .1s ease-out,background-color .16s ease-out,box-shadow .16s ease-out;display:inline-flex}.InvoiceStatusPage-module-scss-module__U922ZG__primary{color:#fff;background:linear-gradient(135deg,var(--accent),var(--accent-strong));box-shadow:0 8px 24px rgba(var(--accent-rgb),.28)}.InvoiceStatusPage-module-scss-module__U922ZG__primary:hover{box-shadow:0 10px 30px rgba(var(--accent-rgb),.38)}.InvoiceStatusPage-module-scss-module__U922ZG__secondary{color:var(--foreground);border:1px solid var(--border-hairline);-webkit-backdrop-filter:blur(16px)saturate(150%);backdrop-filter:blur(16px)saturate(150%);background:#ffffff0f}.InvoiceStatusPage-module-scss-module__U922ZG__secondary:hover{background:#ffffff1a}.InvoiceStatusPage-module-scss-module__U922ZG__primary:active,.InvoiceStatusPage-module-scss-module__U922ZG__secondary:active{transform:scale(.97)}@media (max-width:480px){.InvoiceStatusPage-module-scss-module__U922ZG__actions{flex-direction:column;align-self:stretch}.InvoiceStatusPage-module-scss-module__U922ZG__primary,.InvoiceStatusPage-module-scss-module__U922ZG__secondary{width:100%}}@media (prefers-reduced-motion:reduce){.InvoiceStatusPage-module-scss-module__U922ZG__blobA,.InvoiceStatusPage-module-scss-module__U922ZG__blobB{animation:none}.InvoiceStatusPage-module-scss-module__U922ZG__primary,.InvoiceStatusPage-module-scss-module__U922ZG__secondary{transition:background-color .16s ease-out}.InvoiceStatusPage-module-scss-module__U922ZG__primary:active,.InvoiceStatusPage-module-scss-module__U922ZG__secondary:active{transform:none}}@media (prefers-reduced-transparency:reduce){.InvoiceStatusPage-module-scss-module__U922ZG__badge,.InvoiceStatusPage-module-scss-module__U922ZG__secondary{-webkit-backdrop-filter:none;backdrop-filter:none;background:var(--surface-elevated)}.InvoiceStatusPage-module-scss-module__U922ZG__glow{display:none}}@media (prefers-contrast:more){.InvoiceStatusPage-module-scss-module__U922ZG__badge,.InvoiceStatusPage-module-scss-module__U922ZG__secondary{background:var(--surface-elevated);border-color:#ffffff80}.InvoiceStatusPage-module-scss-module__U922ZG__description{color:var(--foreground)}}
.NotFoundPage-module-scss-module__e3HPgq__page{flex-direction:column;min-height:100dvh;display:flex;position:relative;overflow:hidden}.NotFoundPage-module-scss-module__e3HPgq__glow{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.NotFoundPage-module-scss-module__e3HPgq__blobA{aspect-ratio:1;background:radial-gradient(circle,#ff475799,#ff475700 70%);width:min(46vw,520px);animation:29s ease-in-out infinite NotFoundPage-module-scss-module__e3HPgq__driftA;top:-12%;left:-8%}.NotFoundPage-module-scss-module__e3HPgq__blobB{aspect-ratio:1;background:radial-gradient(circle,#5b5cf699,#5b5cf600 70%);width:min(38vw,440px);animation:37s ease-in-out infinite NotFoundPage-module-scss-module__e3HPgq__driftB;top:28%;right:-8%}@keyframes NotFoundPage-module-scss-module__e3HPgq__driftA{0%,to{transform:translate(0,0)scale(1)}50%{transform:translate(6%,8%)scale(1.12)}}@keyframes NotFoundPage-module-scss-module__e3HPgq__driftB{0%,to{transform:translate(0,0)scale(1.08)}50%{transform:translate(-7%,-6%)scale(1)}}.NotFoundPage-module-scss-module__e3HPgq__main{z-index:1;padding:clamp(2.5rem,8vw,5rem)var(--gutter);flex:1;justify-content:center;align-items:center;display:flex;position:relative}.NotFoundPage-module-scss-module__e3HPgq__stage{text-align:center;flex-direction:column;align-items:center;max-width:34rem;display:flex}.NotFoundPage-module-scss-module__e3HPgq__mascot{margin-bottom:var(--space-2);place-items:center;display:grid;position:relative}.NotFoundPage-module-scss-module__e3HPgq__halo{aspect-ratio:1;background:radial-gradient(circle,#ffffff14,#fff0 65%);border-radius:50%;width:120%;position:absolute}.NotFoundPage-module-scss-module__e3HPgq__sticker{pointer-events:none;-webkit-user-select:none;user-select:none;max-width:100%;position:relative}.NotFoundPage-module-scss-module__e3HPgq__code{font-family:var(--font-mono);font-size:var(--fs-caption);letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary);border:1px solid var(--border-hairline);-webkit-backdrop-filter:blur(12px)saturate(140%);backdrop-filter:blur(12px)saturate(140%);margin-bottom:var(--space-2);background:#ffffff0d;border-radius:999px;align-items:center;gap:.5em;padding:.375rem .75rem;display:inline-flex}.NotFoundPage-module-scss-module__e3HPgq__codeDot{background:var(--red);border-radius:50%;width:6px;height:6px;box-shadow:0 0 10px #ff4757e6}.NotFoundPage-module-scss-module__e3HPgq__title{font-size:var(--fs-h1);line-height:var(--leading-h1);letter-spacing:var(--tracking-h1);margin-bottom:var(--space-1)}.NotFoundPage-module-scss-module__e3HPgq__description{font-size:var(--fs-callout);line-height:var(--leading-callout);color:var(--text-secondary);text-wrap:pretty;max-width:30rem}.NotFoundPage-module-scss-module__e3HPgq__actions{margin-top:var(--space-3);flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.NotFoundPage-module-scss-module__e3HPgq__primary,.NotFoundPage-module-scss-module__e3HPgq__secondary{min-height:46px;font-size:var(--fs-callout);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:0 1.375rem;font-weight:600;transition:transform .1s ease-out,background-color .16s ease-out,box-shadow .16s ease-out;display:inline-flex}.NotFoundPage-module-scss-module__e3HPgq__primary{background:var(--gradient-tango);color:var(--ink-tango);box-shadow:0 8px 24px #ff475747}.NotFoundPage-module-scss-module__e3HPgq__primary:hover{box-shadow:0 10px 30px #ff475761}.NotFoundPage-module-scss-module__e3HPgq__secondary{color:var(--foreground);border:1px solid var(--border-hairline);-webkit-backdrop-filter:blur(16px)saturate(150%);backdrop-filter:blur(16px)saturate(150%);background:#ffffff0f}.NotFoundPage-module-scss-module__e3HPgq__secondary:hover{background:#ffffff1a}.NotFoundPage-module-scss-module__e3HPgq__primary:active,.NotFoundPage-module-scss-module__e3HPgq__secondary:active{transform:scale(.97)}.NotFoundPage-module-scss-module__e3HPgq__platforms{margin-top:var(--space-4);width:100%}.NotFoundPage-module-scss-module__e3HPgq__platformsLabel{font-size:var(--fs-caption);line-height:var(--leading-caption);letter-spacing:.06em;text-transform:uppercase;color:var(--text-secondary);margin-bottom:.75rem}.NotFoundPage-module-scss-module__e3HPgq__platformRow{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.NotFoundPage-module-scss-module__e3HPgq__platformChip{min-height:40px;font-size:var(--fs-caption);color:var(--foreground);border:1px solid var(--border-hairline);-webkit-backdrop-filter:blur(12px)saturate(140%);backdrop-filter:blur(12px)saturate(140%);background:#ffffff0a;border-radius:999px;align-items:center;gap:.5rem;padding:0 .875rem 0 .625rem;font-weight:600;transition:transform .1s ease-out,border-color .16s ease-out,background-color .16s ease-out;display:inline-flex}.NotFoundPage-module-scss-module__e3HPgq__platformChip:hover{border-color:color-mix(in srgb,var(--accent)55%,transparent);background:#ffffff14}.NotFoundPage-module-scss-module__e3HPgq__platformChip:active{transform:scale(.97)}.NotFoundPage-module-scss-module__e3HPgq__platformGlyph{background:color-mix(in srgb,var(--accent)22%,transparent);width:28px;height:28px;color:var(--accent);border-radius:50%;place-items:center;display:grid}.NotFoundPage-module-scss-module__e3HPgq__platformGlyph svg{display:block}@media (max-width:480px){.NotFoundPage-module-scss-module__e3HPgq__actions{flex-direction:column;align-self:stretch}.NotFoundPage-module-scss-module__e3HPgq__primary,.NotFoundPage-module-scss-module__e3HPgq__secondary{width:100%}}@media (prefers-reduced-motion:reduce){.NotFoundPage-module-scss-module__e3HPgq__blobA,.NotFoundPage-module-scss-module__e3HPgq__blobB{animation:none}.NotFoundPage-module-scss-module__e3HPgq__primary,.NotFoundPage-module-scss-module__e3HPgq__secondary,.NotFoundPage-module-scss-module__e3HPgq__platformChip{transition:background-color .16s ease-out}.NotFoundPage-module-scss-module__e3HPgq__primary:active,.NotFoundPage-module-scss-module__e3HPgq__secondary:active,.NotFoundPage-module-scss-module__e3HPgq__platformChip:active{transform:none}}@media (prefers-reduced-transparency:reduce){.NotFoundPage-module-scss-module__e3HPgq__code,.NotFoundPage-module-scss-module__e3HPgq__secondary,.NotFoundPage-module-scss-module__e3HPgq__platformChip{-webkit-backdrop-filter:none;backdrop-filter:none;background:var(--surface-elevated)}.NotFoundPage-module-scss-module__e3HPgq__glow{display:none}}@media (prefers-contrast:more){.NotFoundPage-module-scss-module__e3HPgq__code,.NotFoundPage-module-scss-module__e3HPgq__secondary,.NotFoundPage-module-scss-module__e3HPgq__platformChip{background:var(--surface-elevated);border-color:#ffffff80}.NotFoundPage-module-scss-module__e3HPgq__description,.NotFoundPage-module-scss-module__e3HPgq__platformsLabel{color:var(--foreground)}}
.PlatformHubPage-module-scss-module__9QLyHW__page{background:var(--background);isolation:isolate;min-height:100%;position:relative;overflow-x:clip}.PlatformHubPage-module-scss-module__9QLyHW__main{flex-direction:column;display:flex}.PlatformHubPage-module-scss-module__9QLyHW__hero{width:100%;padding:var(--section-py)var(--gutter);justify-content:center;display:flex;position:relative}.PlatformHubPage-module-scss-module__9QLyHW__glow{z-index:-1;pointer-events:none;width:min(1400px,160%);height:1500px;position:absolute;top:-420px;left:50%;transform:translate(-50%)}.PlatformHubPage-module-scss-module__9QLyHW__blobA,.PlatformHubPage-module-scss-module__9QLyHW__blobB,.PlatformHubPage-module-scss-module__9QLyHW__blobC{pointer-events:none;will-change:transform;background:radial-gradient(circle at 50% 50%,color-mix(in srgb,var(--accent)62%,transparent),color-mix(in srgb,var(--accent)20%,transparent)55%,transparent 72%);border-radius:50%;position:absolute}.PlatformHubPage-module-scss-module__9QLyHW__blobA{opacity:.85;filter:blur(60px);width:660px;height:660px;animation:37s ease-in-out infinite PlatformHubPage-module-scss-module__9QLyHW__driftA;display:none;top:250px;left:6%}.PlatformHubPage-module-scss-module__9QLyHW__blobB{opacity:.7;filter:blur(70px)hue-rotate(28deg);width:780px;height:720px;animation:53s ease-in-out infinite PlatformHubPage-module-scss-module__9QLyHW__driftB;display:none;top:400px;right:2%}.PlatformHubPage-module-scss-module__9QLyHW__blobC{opacity:.5;filter:blur(80px)hue-rotate(-26deg);width:640px;height:640px;animation:71s ease-in-out infinite PlatformHubPage-module-scss-module__9QLyHW__driftC;display:none;top:760px;left:32%}@keyframes PlatformHubPage-module-scss-module__9QLyHW__driftA{0%{transform:translate(0,0)scale(1)}33%{transform:translate(7%,9%)scale(1.18)}66%{transform:translate(-5%,15%)scale(.94)}to{transform:translate(0,0)scale(1)}}@keyframes PlatformHubPage-module-scss-module__9QLyHW__driftB{0%{transform:translate(0,0)scale(1)}40%{transform:translate(-9%,12%)scale(.88)}70%{transform:translate(4%,-6%)scale(1.14)}to{transform:translate(0,0)scale(1)}}@keyframes PlatformHubPage-module-scss-module__9QLyHW__driftC{0%{transform:translate(0,0)scale(1)}45%{transform:translate(11%,-14%)scale(1.22)}75%{transform:translate(-8%,-4%)scale(.9)}to{transform:translate(0,0)scale(1)}}.PlatformHubPage-module-scss-module__9QLyHW__heroInner{width:100%;max-width:var(--container-max);text-align:center;flex-direction:column;align-items:center;gap:1.1rem;display:flex}.PlatformHubPage-module-scss-module__9QLyHW__tile{background:var(--gradient);color:#fff;width:3.5rem;height:3.5rem;box-shadow:inset 0 1px 0 #ffffff59,0 10px 30px color-mix(in srgb,var(--accent)35%,transparent);border-radius:16px;justify-content:center;align-items:center;display:inline-flex}.PlatformHubPage-module-scss-module__9QLyHW__eyebrow{font-size:var(--fs-caption);letter-spacing:.04em;text-transform:uppercase;color:color-mix(in srgb,var(--accent)60%,#fff);background:color-mix(in srgb,var(--accent)16%,transparent);border:1px solid color-mix(in srgb,var(--accent)30%,transparent);border-radius:999px;align-items:center;padding:.3rem .85rem;font-weight:600;display:inline-flex}.PlatformHubPage-module-scss-module__9QLyHW__title{font-family:var(--font-display);font-size:var(--fs-display);line-height:var(--leading-display);letter-spacing:var(--tracking-display);color:var(--foreground);text-wrap:balance;max-width:18ch;margin:0;font-weight:700}.PlatformHubPage-module-scss-module__9QLyHW__subtitle{letter-spacing:var(--tracking-normal);color:var(--text-secondary);text-wrap:balance;max-width:46ch;margin:0;font-size:clamp(1rem,1.6vw,1.3rem);line-height:1.5}.PlatformHubPage-module-scss-module__9QLyHW__button{color:var(--background);background:var(--foreground);will-change:transform;border-radius:999px;justify-content:center;align-items:center;margin-top:.5rem;padding:.85rem 2rem;font-size:1rem;font-weight:600;transition:transform .25s cubic-bezier(.32,.72,0,1),opacity .2s;display:inline-flex}.PlatformHubPage-module-scss-module__9QLyHW__button:active{transition-duration:.1s;transform:scale(.96)}@media (hover:hover){.PlatformHubPage-module-scss-module__9QLyHW__button:hover{opacity:.92;transform:scale(1.03)}}.PlatformHubPage-module-scss-module__9QLyHW__section{width:100%;max-width:var(--container-max);padding:0 var(--gutter)var(--section-py);margin:0 auto}.PlatformHubPage-module-scss-module__9QLyHW__sectionHeading{font-family:var(--font-display);font-size:var(--fs-h2);line-height:var(--leading-h2);letter-spacing:var(--tracking-h2);color:var(--foreground);margin:0 0 1.25rem;font-weight:700}.PlatformHubPage-module-scss-module__9QLyHW__featureList{border-top:1px solid var(--border-hairline);grid-template-columns:repeat(3,1fr);gap:0;list-style:none;display:grid}.PlatformHubPage-module-scss-module__9QLyHW__feature{align-items:center;gap:.85rem;padding:1.75rem 1.5rem 1.75rem 0;display:flex}.PlatformHubPage-module-scss-module__9QLyHW__feature+.PlatformHubPage-module-scss-module__9QLyHW__feature{border-left:1px solid var(--border-hairline);padding-left:1.75rem}.PlatformHubPage-module-scss-module__9QLyHW__checkTile{width:1.75rem;height:1.75rem;color:color-mix(in srgb,var(--accent)75%,#fff);background:color-mix(in srgb,var(--accent)15%,transparent);border:1px solid color-mix(in srgb,var(--accent)28%,transparent);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.PlatformHubPage-module-scss-module__9QLyHW__featureText{font-size:var(--fs-callout);line-height:var(--leading-callout);letter-spacing:var(--tracking-body);color:var(--foreground);text-wrap:pretty}.PlatformHubPage-module-scss-module__9QLyHW__browse{border-radius:var(--radius-card);background:var(--surface-elevated);border:1px solid var(--border-hairline);isolation:isolate;will-change:transform;align-items:center;gap:1.5rem;padding:1.5rem 1.75rem;transition:transform .25s cubic-bezier(.32,.72,0,1),border-color .25s,box-shadow .25s cubic-bezier(.32,.72,0,1);display:flex;position:relative;overflow:hidden}.PlatformHubPage-module-scss-module__9QLyHW__browse:active{transition-duration:.1s;transform:scale(.99)}.PlatformHubPage-module-scss-module__9QLyHW__browseWash{z-index:-1;pointer-events:none;opacity:0;background:radial-gradient(120% 120% at 0% 50%,color-mix(in srgb,var(--accent)20%,transparent),transparent 60%);transition:opacity .25s;position:absolute;inset:0}.PlatformHubPage-module-scss-module__9QLyHW__faces{flex-shrink:0;display:flex}.PlatformHubPage-module-scss-module__9QLyHW__face{background-color:var(--surface);width:48px;height:48px;box-shadow:0 0 0 2px var(--surface-elevated);border-radius:50%;transition:transform .25s cubic-bezier(.32,.72,0,1);position:relative;overflow:hidden}.PlatformHubPage-module-scss-module__9QLyHW__face+.PlatformHubPage-module-scss-module__9QLyHW__face{margin-left:-14px}.PlatformHubPage-module-scss-module__9QLyHW__facePlaceholder{color:var(--text-secondary);opacity:.45;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.PlatformHubPage-module-scss-module__9QLyHW__faceImage{z-index:1;background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.PlatformHubPage-module-scss-module__9QLyHW__browseText{flex-direction:column;gap:.2rem;min-width:0;display:flex}.PlatformHubPage-module-scss-module__9QLyHW__browseTitle{font-family:var(--font-display);letter-spacing:-.01em;color:var(--foreground);font-size:1.35rem;font-weight:700}.PlatformHubPage-module-scss-module__9QLyHW__browseMeta{font-size:var(--fs-callout);line-height:var(--leading-callout);color:var(--text-secondary)}.PlatformHubPage-module-scss-module__9QLyHW__arrow{color:var(--text-secondary);opacity:.5;margin-left:auto;transition:transform .25s cubic-bezier(.32,.72,0,1),opacity .25s;display:inline-flex}@media (hover:hover){.PlatformHubPage-module-scss-module__9QLyHW__browse:hover{border-color:color-mix(in srgb,var(--accent)35%,var(--border-hairline));transform:translateY(-3px);box-shadow:0 18px 40px #00000059}.PlatformHubPage-module-scss-module__9QLyHW__browse:hover .PlatformHubPage-module-scss-module__9QLyHW__browseWash{opacity:1}.PlatformHubPage-module-scss-module__9QLyHW__browse:hover .PlatformHubPage-module-scss-module__9QLyHW__arrow,.PlatformHubPage-module-scss-module__9QLyHW__guideLink:hover .PlatformHubPage-module-scss-module__9QLyHW__arrow,.PlatformHubPage-module-scss-module__9QLyHW__other:hover .PlatformHubPage-module-scss-module__9QLyHW__arrow{opacity:1;transform:translate(3px)}}.PlatformHubPage-module-scss-module__9QLyHW__guideList{flex-direction:column;gap:.6rem;list-style:none;display:flex}.PlatformHubPage-module-scss-module__9QLyHW__guideLink{border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--border-hairline);color:var(--foreground);align-items:center;gap:.75rem;padding:1rem 1.25rem;font-size:1rem;transition:background .15s,border-color .25s,transform .2s cubic-bezier(.32,.72,0,1);display:flex}.PlatformHubPage-module-scss-module__9QLyHW__guideLink:active{transition-duration:.1s;transform:scale(.99)}@media (hover:hover){.PlatformHubPage-module-scss-module__9QLyHW__guideLink:hover{background:var(--surface-elevated);border-color:color-mix(in srgb,var(--accent)25%,var(--border-hairline));transform:translate(2px)}}.PlatformHubPage-module-scss-module__9QLyHW__others{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.PlatformHubPage-module-scss-module__9QLyHW__other{border-radius:var(--radius-card);background:var(--surface);border:1px solid var(--border-hairline);color:var(--foreground);align-items:center;gap:1rem;padding:1.1rem 1.25rem;transition:transform .25s cubic-bezier(.32,.72,0,1),border-color .25s,background .2s;display:flex}.PlatformHubPage-module-scss-module__9QLyHW__other:active{transition-duration:.1s;transform:scale(.99)}.PlatformHubPage-module-scss-module__9QLyHW__otherTile{background:var(--accent);color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:inline-flex;box-shadow:inset 0 1px #ffffff4d}.PlatformHubPage-module-scss-module__9QLyHW__otherText{flex-direction:column;gap:.15rem;min-width:0;display:flex}.PlatformHubPage-module-scss-module__9QLyHW__otherName{letter-spacing:-.01em;font-size:1.05rem;font-weight:600}.PlatformHubPage-module-scss-module__9QLyHW__otherTagline{font-size:var(--fs-caption);line-height:var(--leading-caption);color:var(--text-secondary)}@media (hover:hover){.PlatformHubPage-module-scss-module__9QLyHW__other:hover{background:var(--surface-elevated);border-color:color-mix(in srgb,var(--accent)35%,var(--border-hairline));transform:translateY(-2px)}}.PlatformHubPage-module-scss-module__9QLyHW__closing{width:100%;padding:var(--section-py)var(--gutter);border-top:1px solid var(--border-hairline);isolation:isolate;justify-content:center;display:flex;position:relative;overflow:hidden}.PlatformHubPage-module-scss-module__9QLyHW__closingGlow{z-index:-1;aspect-ratio:1;pointer-events:none;background:radial-gradient(circle at 50% 50%,color-mix(in srgb,var(--accent)22%,transparent),transparent 62%);width:min(900px,120%);position:absolute;bottom:-60%;left:50%;transform:translate(-50%)}.PlatformHubPage-module-scss-module__9QLyHW__closingInner{width:100%;max-width:var(--container-max);text-align:center;flex-direction:column;align-items:center;gap:1.25rem;display:flex}.PlatformHubPage-module-scss-module__9QLyHW__closingTile{background:var(--gradient);color:#fff;width:3rem;height:3rem;box-shadow:inset 0 1px 0 #ffffff59,0 10px 26px color-mix(in srgb,var(--accent)35%,transparent);border-radius:14px;justify-content:center;align-items:center;display:inline-flex}.PlatformHubPage-module-scss-module__9QLyHW__closingText{font-family:var(--font-display);font-size:var(--fs-h2);line-height:var(--leading-h2);letter-spacing:var(--tracking-h2);color:var(--foreground);text-wrap:balance;max-width:22ch;margin:0;font-weight:700}.PlatformHubPage-module-scss-module__9QLyHW__closingButton{color:var(--ink);background:var(--gradient);box-shadow:inset 0 1px 0 #ffffff40,0 10px 30px color-mix(in srgb,var(--accent)40%,transparent);will-change:transform;border-radius:999px;justify-content:center;align-items:center;margin-top:.25rem;padding:.85rem 2rem;font-size:1rem;font-weight:600;transition:transform .25s cubic-bezier(.32,.72,0,1),box-shadow .25s cubic-bezier(.32,.72,0,1);display:inline-flex}.PlatformHubPage-module-scss-module__9QLyHW__closingButton:active{transition-duration:.1s;transform:scale(.96)}@media (hover:hover){.PlatformHubPage-module-scss-module__9QLyHW__closingButton:hover{box-shadow:inset 0 1px 0 #ffffff40,0 14px 38px color-mix(in srgb,var(--accent)50%,transparent);transform:scale(1.03)}}.PlatformHubPage-module-scss-module__9QLyHW__button:focus-visible,.PlatformHubPage-module-scss-module__9QLyHW__browse:focus-visible,.PlatformHubPage-module-scss-module__9QLyHW__guideLink:focus-visible,.PlatformHubPage-module-scss-module__9QLyHW__other:focus-visible,.PlatformHubPage-module-scss-module__9QLyHW__closingButton:focus-visible{outline:2px solid color-mix(in srgb,var(--accent)70%,#fff);outline-offset:3px}@media (max-width:720px){.PlatformHubPage-module-scss-module__9QLyHW__featureList,.PlatformHubPage-module-scss-module__9QLyHW__others{grid-template-columns:1fr}.PlatformHubPage-module-scss-module__9QLyHW__browse{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.25rem}.PlatformHubPage-module-scss-module__9QLyHW__face:nth-child(n+6){display:none}.PlatformHubPage-module-scss-module__9QLyHW__browse .PlatformHubPage-module-scss-module__9QLyHW__arrow{margin-left:0;position:absolute;top:1.25rem;right:1.25rem}.PlatformHubPage-module-scss-module__9QLyHW__feature{padding:1.25rem 0}.PlatformHubPage-module-scss-module__9QLyHW__feature+.PlatformHubPage-module-scss-module__9QLyHW__feature{border-left:none;border-top:1px solid var(--border-hairline);padding-left:0}.PlatformHubPage-module-scss-module__9QLyHW__blobA,.PlatformHubPage-module-scss-module__9QLyHW__blobB,.PlatformHubPage-module-scss-module__9QLyHW__blobC{filter:blur(50px);width:420px;height:420px}.PlatformHubPage-module-scss-module__9QLyHW__blobB{filter:blur(50px)hue-rotate(28deg)}.PlatformHubPage-module-scss-module__9QLyHW__blobC{filter:blur(50px)hue-rotate(-26deg)}}@media (prefers-reduced-motion:reduce){.PlatformHubPage-module-scss-module__9QLyHW__button,.PlatformHubPage-module-scss-module__9QLyHW__closingButton,.PlatformHubPage-module-scss-module__9QLyHW__browse,.PlatformHubPage-module-scss-module__9QLyHW__face,.PlatformHubPage-module-scss-module__9QLyHW__arrow,.PlatformHubPage-module-scss-module__9QLyHW__guideLink,.PlatformHubPage-module-scss-module__9QLyHW__other{transition:background .15s,border-color .2s,box-shadow .2s,opacity .2s}.PlatformHubPage-module-scss-module__9QLyHW__button:hover,.PlatformHubPage-module-scss-module__9QLyHW__button:active,.PlatformHubPage-module-scss-module__9QLyHW__closingButton:hover,.PlatformHubPage-module-scss-module__9QLyHW__closingButton:active,.PlatformHubPage-module-scss-module__9QLyHW__browse:hover,.PlatformHubPage-module-scss-module__9QLyHW__browse:active,.PlatformHubPage-module-scss-module__9QLyHW__browse:hover .PlatformHubPage-module-scss-module__9QLyHW__face,.PlatformHubPage-module-scss-module__9QLyHW__browse:hover .PlatformHubPage-module-scss-module__9QLyHW__arrow,.PlatformHubPage-module-scss-module__9QLyHW__guideLink:hover,.PlatformHubPage-module-scss-module__9QLyHW__guideLink:active,.PlatformHubPage-module-scss-module__9QLyHW__guideLink:hover .PlatformHubPage-module-scss-module__9QLyHW__arrow,.PlatformHubPage-module-scss-module__9QLyHW__other:hover,.PlatformHubPage-module-scss-module__9QLyHW__other:active,.PlatformHubPage-module-scss-module__9QLyHW__other:hover .PlatformHubPage-module-scss-module__9QLyHW__arrow{transform:none}.PlatformHubPage-module-scss-module__9QLyHW__blobA,.PlatformHubPage-module-scss-module__9QLyHW__blobB,.PlatformHubPage-module-scss-module__9QLyHW__blobC{animation:none}}@media (prefers-reduced-transparency:reduce){.PlatformHubPage-module-scss-module__9QLyHW__glow,.PlatformHubPage-module-scss-module__9QLyHW__closingGlow,.PlatformHubPage-module-scss-module__9QLyHW__browseWash{display:none}.PlatformHubPage-module-scss-module__9QLyHW__eyebrow,.PlatformHubPage-module-scss-module__9QLyHW__checkTile{background:var(--surface-elevated);color:var(--foreground)}}@media (prefers-contrast:more){.PlatformHubPage-module-scss-module__9QLyHW__glow,.PlatformHubPage-module-scss-module__9QLyHW__closingGlow{display:none}.PlatformHubPage-module-scss-module__9QLyHW__browse,.PlatformHubPage-module-scss-module__9QLyHW__guideLink,.PlatformHubPage-module-scss-module__9QLyHW__other,.PlatformHubPage-module-scss-module__9QLyHW__featureList,.PlatformHubPage-module-scss-module__9QLyHW__feature+.PlatformHubPage-module-scss-module__9QLyHW__feature{border-color:var(--text-secondary)}.PlatformHubPage-module-scss-module__9QLyHW__subtitle,.PlatformHubPage-module-scss-module__9QLyHW__otherTagline{color:var(--foreground)}}
