.LibraryManager-module__hkZQwa__wrap{flex-direction:column;align-items:flex-start;gap:.875rem;width:100%;display:flex}.LibraryManager-module__hkZQwa__entryCard{background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:.75rem;width:100%;padding:1rem 1rem .875rem;display:flex}.LibraryManager-module__hkZQwa__card_CURRENTLY_PLAYING{border-left-color:var(--success)}.LibraryManager-module__hkZQwa__card_ON_ROTATION{border-left-color:var(--on-rotation)}.LibraryManager-module__hkZQwa__card_BEATEN{border-left-color:var(--beaten-amber)}.LibraryManager-module__hkZQwa__card_COMPLETED{border-left-color:var(--accent2)}.LibraryManager-module__hkZQwa__card_DROPPED{border-left-color:var(--danger)}.LibraryManager-module__hkZQwa__card_BACKLOG{border-left-color:var(--backlog)}.LibraryManager-module__hkZQwa__card_WISHLIST{border-left-color:var(--warning)}.LibraryManager-module__hkZQwa__statusPill{border-radius:var(--radius-full);letter-spacing:.04em;text-transform:uppercase;border:1px solid #0000;align-items:center;gap:6px;width:fit-content;padding:.25rem .625rem;font-size:.72rem;font-weight:700;display:inline-flex}.LibraryManager-module__hkZQwa__pill_CURRENTLY_PLAYING{color:var(--success);background:#34d3991a;border-color:#34d39940}.LibraryManager-module__hkZQwa__pill_ON_ROTATION{color:var(--on-rotation);background:#fb923c1a;border-color:#fb923c40}.LibraryManager-module__hkZQwa__pill_BEATEN{color:var(--beaten-amber);background:#f59e0b1a;border-color:#f59e0b40}.LibraryManager-module__hkZQwa__pill_COMPLETED{color:var(--accent2);background:#a78bfa1a;border-color:#a78bfa40}.LibraryManager-module__hkZQwa__pill_DROPPED{color:var(--danger);background:#f871711a;border-color:#f8717140}.LibraryManager-module__hkZQwa__pill_BACKLOG{color:var(--backlog);background:#94a3b814;border-color:#94a3b833}.LibraryManager-module__hkZQwa__pill_WISHLIST{color:var(--warning);background:#fbbf241a;border-color:#fbbf2440}.LibraryManager-module__hkZQwa__statusDot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.LibraryManager-module__hkZQwa__dot_BACKLOG{background:var(--backlog)}.LibraryManager-module__hkZQwa__dot_CURRENTLY_PLAYING{background:var(--success);box-shadow:0 0 5px #34d39999}.LibraryManager-module__hkZQwa__dot_ON_ROTATION{background:var(--on-rotation);box-shadow:0 0 5px #fb923c99}.LibraryManager-module__hkZQwa__dot_BEATEN{background:var(--beaten-amber)}.LibraryManager-module__hkZQwa__dot_COMPLETED{background:var(--accent2)}.LibraryManager-module__hkZQwa__dot_DROPPED{background:var(--danger)}.LibraryManager-module__hkZQwa__dot_WISHLIST{background:var(--warning)}.LibraryManager-module__hkZQwa__starsRow{align-items:center;gap:.5rem;display:flex}.LibraryManager-module__hkZQwa__stars{gap:1px;line-height:1;display:flex}.LibraryManager-module__hkZQwa__starOn{color:var(--beaten-amber);font-size:.875rem}.LibraryManager-module__hkZQwa__starOff{color:var(--surface3);font-size:.875rem}.LibraryManager-module__hkZQwa__ratingNum{color:var(--text);font-size:.85rem;font-weight:700;line-height:1}.LibraryManager-module__hkZQwa__ratingOf{color:var(--text-muted);font-size:.7rem;font-weight:500}.LibraryManager-module__hkZQwa__progressEntry{align-items:center;gap:.625rem;display:flex}.LibraryManager-module__hkZQwa__progressTrack{background:var(--surface3);border-radius:var(--radius-full);flex:1;height:4px;overflow:hidden}.LibraryManager-module__hkZQwa__progressFill{background:var(--success);border-radius:var(--radius-full);min-width:4px;height:100%;transition:width .3s}.LibraryManager-module__hkZQwa__progressPct{color:var(--text-muted);white-space:nowrap;text-align:right;min-width:2.5rem;font-size:.72rem;font-weight:600}.LibraryManager-module__hkZQwa__entryActions{border-top:1px solid var(--border);align-items:center;gap:.875rem;margin-top:.125rem;padding-top:.625rem;display:flex}.LibraryManager-module__hkZQwa__panel{background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:1rem;width:100%;padding:1rem;animation:.15s LibraryManager-module__hkZQwa__panelIn;display:flex}@keyframes LibraryManager-module__hkZQwa__panelIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.LibraryManager-module__hkZQwa__detailsSection{flex-direction:column;gap:10px;display:flex}.LibraryManager-module__hkZQwa__detailsFields{gap:12px;display:flex}.LibraryManager-module__hkZQwa__detailField{flex-direction:column;flex:1;gap:5px;display:flex}.LibraryManager-module__hkZQwa__fieldLabel{letter-spacing:.06em;text-transform:uppercase;color:var(--text-dim);font-size:.65rem;font-weight:700}.LibraryManager-module__hkZQwa__progressInputWrap{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);align-items:center;gap:3px;width:100%;height:32px;padding:.3rem .6rem;display:flex}.LibraryManager-module__hkZQwa__progressInputWrap:focus-within{border-color:var(--border-bright)}.LibraryManager-module__hkZQwa__detailInput{color:var(--text);text-align:right;-moz-appearance:textfield;background:0 0;border:none;outline:none;flex:1;padding:0;font-size:.85rem;font-weight:600}.LibraryManager-module__hkZQwa__detailInput::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.LibraryManager-module__hkZQwa__detailInput::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.LibraryManager-module__hkZQwa__pctSymbol{color:var(--text-dim);font-size:.75rem;font-weight:600}.LibraryManager-module__hkZQwa__ratingInput{border-radius:var(--radius-sm);background:var(--surface);border:1px solid var(--border);width:100%;color:var(--text);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23a0a0b0' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right .6rem center;background-repeat:no-repeat;background-color:var(--surface);height:32px;padding:.35rem 2rem .35rem .7rem;font-size:.85rem;font-weight:600}.LibraryManager-module__hkZQwa__saveDetailsBtn{background:var(--accent-subtle);border:1px solid hsla(var(--hue),100%,71%,.3);border-radius:var(--radius-sm);color:var(--accent2);cursor:pointer;white-space:nowrap;align-self:stretch;align-items:center;height:32px;padding:.32rem 1rem;font-size:.78rem;font-weight:700;transition:background .15s,border-color .15s;display:inline-flex}.LibraryManager-module__hkZQwa__saveDetailsBtn:hover:not(:disabled){background:hsla(var(--hue),100%,71%,.14);border-color:var(--accent)}.LibraryManager-module__hkZQwa__saveDetailsBtn:disabled{opacity:.5;cursor:not-allowed}.LibraryManager-module__hkZQwa__saveDetailsBtn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.LibraryManager-module__hkZQwa__statusSection{border-top:1px solid var(--border);flex-direction:column;gap:8px;padding-top:.875rem;display:flex}.LibraryManager-module__hkZQwa__statusSectionLabel{display:none}.LibraryManager-module__hkZQwa__statusGrid{grid-template-columns:repeat(2,1fr);gap:.4rem;display:grid}.LibraryManager-module__hkZQwa__statusBtn{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);color:var(--text-muted);text-align:center;white-space:nowrap;cursor:pointer;padding:.5rem .4rem;font-size:.78rem;font-weight:600;transition:background .15s,border-color .15s,color .15s}.LibraryManager-module__hkZQwa__statusBtn:hover:not(:disabled){background:var(--surface3);border-color:var(--border-bright);color:var(--text)}.LibraryManager-module__hkZQwa__statusBtn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.LibraryManager-module__hkZQwa__statusBtn.LibraryManager-module__hkZQwa__active{background:var(--accent-subtle);border-color:var(--accent);color:var(--accent2);font-weight:700}.LibraryManager-module__hkZQwa__statusBtn.LibraryManager-module__hkZQwa__pending{background:var(--accent-subtle);border-color:var(--accent);opacity:1}.LibraryManager-module__hkZQwa__statusBtn:disabled{cursor:not-allowed}.LibraryManager-module__hkZQwa__actionBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:0;font-size:.75rem;font-weight:600;transition:color .15s}.LibraryManager-module__hkZQwa__actionBtn:hover{color:var(--text)}.LibraryManager-module__hkZQwa__actionBtnDanger{color:var(--text-muted);cursor:pointer;opacity:.6;background:0 0;border:none;padding:0;font-size:.75rem;font-weight:600;transition:color .15s}.LibraryManager-module__hkZQwa__actionBtnDanger:hover:not(:disabled){color:var(--danger);opacity:1}.LibraryManager-module__hkZQwa__actionBtnDanger:disabled{cursor:not-allowed}.LibraryManager-module__hkZQwa__actionBtn:focus-visible,.LibraryManager-module__hkZQwa__actionBtnDanger:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}.LibraryManager-module__hkZQwa__loginPrompt{color:var(--text-muted);text-align:center;padding:.5rem 0;font-size:.875rem}.LibraryManager-module__hkZQwa__beatenPrompt{background:var(--accent-subtle);border:1px solid var(--accent);border-radius:var(--radius-sm);color:var(--text);flex-wrap:wrap;align-items:center;gap:.75rem;width:100%;padding:.6rem .875rem;font-size:.875rem;display:flex}.LibraryManager-module__hkZQwa__beatenLink{color:var(--accent2);white-space:nowrap;font-weight:700}.LibraryManager-module__hkZQwa__beatenDismiss{color:var(--text-muted);cursor:pointer;background:0 0;border:none;margin-left:auto;padding:0;font-size:.75rem;line-height:1}.LibraryManager-module__hkZQwa__beatenDismiss:hover{color:var(--text)}.LibraryManager-module__hkZQwa__btnSpinner{border:2px solid #ffffff40;border-top-color:currentColor;border-radius:50%;width:14px;height:14px;animation:.65s linear infinite LibraryManager-module__hkZQwa__spin;display:inline-block}.LibraryManager-module__hkZQwa__progressEstimateCta{color:var(--text-dim);cursor:pointer;letter-spacing:.01em;background:0 0;border:none;align-items:center;gap:.3rem;padding:0;font-size:.7rem;font-weight:600;transition:color .15s;display:inline-flex}.LibraryManager-module__hkZQwa__progressEstimateCta:hover{color:var(--accent2)}.LibraryManager-module__hkZQwa__progressCheckerWrap{width:100%}.LibraryManager-module__hkZQwa__progressCheckerCta{color:var(--text-dim);cursor:pointer;letter-spacing:.01em;background:0 0;border:none;align-items:center;gap:.3rem;padding:0;font-size:.7rem;font-weight:600;transition:color .15s;display:inline-flex}.LibraryManager-module__hkZQwa__progressCheckerCta:hover{color:var(--accent2)}.LibraryManager-module__hkZQwa__progressChecker{background:var(--surface3);border:1px solid var(--border);border-left:2px solid var(--accent);border-radius:var(--radius-sm);flex-direction:column;gap:.5rem;padding:.75rem;animation:.15s LibraryManager-module__hkZQwa__panelIn;display:flex}.LibraryManager-module__hkZQwa__progressCheckerHeader{letter-spacing:.06em;text-transform:uppercase;color:var(--accent2);align-items:center;gap:.375rem;font-size:.65rem;font-weight:700;display:flex}.LibraryManager-module__hkZQwa__progressCheckerDismiss{color:var(--text-dim);cursor:pointer;background:0 0;border:none;margin-left:auto;padding:0;font-size:.65rem;line-height:1;transition:color .12s}.LibraryManager-module__hkZQwa__progressCheckerDismiss:hover{color:var(--text-muted)}.LibraryManager-module__hkZQwa__progressCheckerInput{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text);resize:none;outline:none;padding:.5rem .625rem;font-family:inherit;font-size:.82rem;line-height:1.5;transition:border-color .15s}.LibraryManager-module__hkZQwa__progressCheckerInput:focus{border-color:var(--border-bright)}.LibraryManager-module__hkZQwa__progressCheckerInput::placeholder{color:var(--text-dim)}.LibraryManager-module__hkZQwa__progressCheckerActions{justify-content:flex-end;align-items:center;gap:.625rem;display:flex}.LibraryManager-module__hkZQwa__progressCheckerCount{color:var(--text-dim);font-size:.65rem}.LibraryManager-module__hkZQwa__progressCheckerSubmit{background:var(--accent-subtle);border:1px solid hsla(var(--hue),100%,71%,.3);border-radius:var(--radius-sm);color:var(--accent2);cursor:pointer;justify-content:center;align-items:center;min-width:64px;height:28px;padding:0 .875rem;font-size:.75rem;font-weight:700;transition:background .15s,border-color .15s;display:inline-flex}.LibraryManager-module__hkZQwa__progressCheckerSubmit:hover:not(:disabled){background:hsla(var(--hue),100%,71%,.14);border-color:var(--accent)}.LibraryManager-module__hkZQwa__progressCheckerSubmit:disabled{opacity:.4;cursor:not-allowed}.LibraryManager-module__hkZQwa__progressCheckerResult{background:var(--surface);border:1px solid var(--border);border-left:2px solid var(--accent);border-radius:var(--radius-sm);flex-direction:column;gap:.3rem;padding:.625rem .75rem;animation:.2s LibraryManager-module__hkZQwa__fadeIn;display:flex}.LibraryManager-module__hkZQwa__progressCheckerResultLabel{letter-spacing:.06em;text-transform:uppercase;color:var(--accent2);font-size:.6rem;font-weight:700}.LibraryManager-module__hkZQwa__progressCheckerResultText{color:var(--text);font-size:.82rem;line-height:1.65}@media (max-width:640px){.LibraryManager-module__hkZQwa__statusBtn{padding:.65rem .4rem}.LibraryManager-module__hkZQwa__statusGrid{gap:.5rem}}
.GameCard-module__fFe1oa__card{border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow-sm);color:var(--text);background:var(--surface2);will-change:transform;contain:layout style;transition:border-color .22s,transform .22s,box-shadow .22s;display:block;position:relative;overflow:hidden}.GameCard-module__fFe1oa__card:hover{border-color:var(--border-bright);box-shadow:var(--shadow-md);transform:translateY(-2px)}.GameCard-module__fFe1oa__cover{aspect-ratio:3/4;display:block;position:relative;overflow:hidden}.GameCard-module__fFe1oa__cover img{object-fit:cover;will-change:transform;width:100%;height:100%;transition:transform .4s;display:block}.GameCard-module__fFe1oa__card:hover .GameCard-module__fFe1oa__cover img{transform:scale(1.06)}.GameCard-module__fFe1oa__noCover{aspect-ratio:3/4;width:100%;color:var(--text-dim);background:var(--surface2);justify-content:center;align-items:center;font-size:.8rem;display:flex}.GameCard-module__fFe1oa__info{pointer-events:none;background:linear-gradient(#0000 0%,#04060ea6 40%,#04060ef7 100%);padding:3rem .75rem .75rem;position:absolute;bottom:0;left:0;right:0}.GameCard-module__fFe1oa__title{color:var(--color-on-accent);-webkit-line-clamp:2;text-shadow:0 1px 4px #0009;-webkit-box-orient:vertical;font-size:.82rem;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}@media (max-width:480px){.GameCard-module__fFe1oa__title{font-size:.78rem}.GameCard-module__fFe1oa__info{padding:2rem .6rem .6rem}}.GameCard-module__fFe1oa__year{color:#e8eaf69e;margin-top:.2rem;font-size:.7rem}.GameCard-module__fFe1oa__genres{color:#e8eaf6b8;white-space:nowrap;text-overflow:ellipsis;font-size:.68rem;overflow:hidden}
.GameVideoFeed-module__0Fb1ma__section{border-top:1px solid var(--border);flex-direction:column;padding-top:1.25rem;display:flex}.GameVideoFeed-module__0Fb1ma__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.GameVideoFeed-module__0Fb1ma__label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin:0;font-size:.75rem;font-weight:700}.GameVideoFeed-module__0Fb1ma__gate{color:var(--text-muted);max-width:52ch;margin:.75rem 0 0;font-size:.85rem;line-height:1.55}.GameVideoFeed-module__0Fb1ma__gateLink{color:var(--accent2);font-weight:600;text-decoration:none}.GameVideoFeed-module__0Fb1ma__gateLink:hover{text-underline-offset:2px;text-decoration:underline}.GameVideoFeed-module__0Fb1ma__tabs{flex-wrap:wrap;gap:.4rem;display:flex}.GameVideoFeed-module__0Fb1ma__tab{background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius-full);color:var(--text-muted);letter-spacing:.01em;cursor:pointer;align-items:center;gap:.45rem;padding:.35rem .9rem;font-family:inherit;font-size:.78rem;font-weight:600;transition:background .15s,border-color .15s,color .15s,transform .15s;display:inline-flex}.GameVideoFeed-module__0Fb1ma__tab:hover{border-color:var(--border-bright);color:var(--text);transform:translateY(-1px)}.GameVideoFeed-module__0Fb1ma__tab:active{background:var(--surface3);transform:translateY(0)}.GameVideoFeed-module__0Fb1ma__tab:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.GameVideoFeed-module__0Fb1ma__tabActive{background:var(--accent-subtle);border-color:hsla(var(--hue),100%,71%,.45);color:var(--accent2)}.GameVideoFeed-module__0Fb1ma__tabActive:hover{border-color:hsla(var(--hue),100%,71%,.6)}.GameVideoFeed-module__0Fb1ma__tabLabel{line-height:1}.GameVideoFeed-module__0Fb1ma__tabCount{color:var(--text-dim);font-variant-numeric:tabular-nums;border-left:1px solid var(--border);margin-left:-.05rem;padding-left:.45rem;font-size:.7rem;font-weight:700;line-height:1}.GameVideoFeed-module__0Fb1ma__tabActive .GameVideoFeed-module__0Fb1ma__tabCount{color:var(--accent2);border-left-color:hsla(var(--hue),100%,71%,.3)}.GameVideoFeed-module__0Fb1ma__tabLive .GameVideoFeed-module__0Fb1ma__tabCount{color:var(--live-soft);border-left-color:var(--border)}.GameVideoFeed-module__0Fb1ma__tabLive.GameVideoFeed-module__0Fb1ma__tabActive{background:rgba(var(--live-rgb),.08);border-color:rgba(var(--live-rgb),.42);color:var(--live-soft)}.GameVideoFeed-module__0Fb1ma__tabLive.GameVideoFeed-module__0Fb1ma__tabActive .GameVideoFeed-module__0Fb1ma__tabCount{color:var(--live-soft);border-left-color:rgba(var(--live-rgb),.3)}.GameVideoFeed-module__0Fb1ma__liveDot{background:var(--live);width:7px;height:7px;box-shadow:0 0 0 0 rgba(var(--live-rgb),.55);border-radius:50%;flex-shrink:0;animation:2s ease-in-out infinite GameVideoFeed-module__0Fb1ma__liveDotPulse}@keyframes GameVideoFeed-module__0Fb1ma__liveDotPulse{0%,to{box-shadow:0 0 0 0 rgba(var(--live-rgb),.55);opacity:1}50%{box-shadow:0 0 0 5px rgba(var(--live-rgb),0);opacity:.7}}@media (prefers-reduced-motion:reduce){.GameVideoFeed-module__0Fb1ma__liveDot{animation:none}}.GameVideoFeed-module__0Fb1ma__panel{grid-template-rows:0fr;transition:grid-template-rows .32s cubic-bezier(.2,.8,.2,1);display:grid}.GameVideoFeed-module__0Fb1ma__panelOpen{grid-template-rows:1fr}.GameVideoFeed-module__0Fb1ma__panelInner{flex-direction:column;min-height:0;display:flex;overflow:hidden}.GameVideoFeed-module__0Fb1ma__panelOpen .GameVideoFeed-module__0Fb1ma__panelInner{padding-top:1rem}.GameVideoFeed-module__0Fb1ma__seeAll{letter-spacing:.02em;color:var(--text-muted);align-self:flex-end;align-items:center;gap:.4rem;margin-top:.875rem;padding:.35rem 0;font-size:.74rem;font-weight:600;text-decoration:none;transition:color .15s,gap .15s;display:inline-flex}.GameVideoFeed-module__0Fb1ma__seeAll:hover{color:var(--accent2)}.GameVideoFeed-module__0Fb1ma__seeAllArrow{color:var(--text-dim);font-size:.85rem;transition:transform .18s cubic-bezier(.2,.8,.2,1),color .15s}.GameVideoFeed-module__0Fb1ma__seeAll:hover .GameVideoFeed-module__0Fb1ma__seeAllArrow{color:var(--accent2);transform:translate(3px)}@media (prefers-reduced-motion:reduce){.GameVideoFeed-module__0Fb1ma__panel{transition:none}}.GameVideoFeed-module__0Fb1ma__grid{grid-template-columns:repeat(auto-fill,minmax(195px,1fr));gap:1rem .75rem;display:grid}@media (max-width:700px){.GameVideoFeed-module__0Fb1ma__grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.875rem .65rem}}@media (max-width:420px){.GameVideoFeed-module__0Fb1ma__grid{grid-template-columns:1fr 1fr;gap:.75rem .5rem}}.GameVideoFeed-module__0Fb1ma__card{text-align:left;cursor:pointer;color:inherit;font:inherit;background:0 0;border:0;flex-direction:column;gap:.6rem;padding:0;transition:transform .18s;display:flex}.GameVideoFeed-module__0Fb1ma__card:hover{transform:translateY(-2px)}.GameVideoFeed-module__0Fb1ma__card:active{transform:scale(.98)}.GameVideoFeed-module__0Fb1ma__card:focus-visible{outline:2px solid var(--accent);outline-offset:4px;border-radius:var(--radius)}.GameVideoFeed-module__0Fb1ma__thumb{aspect-ratio:16/9;border-radius:var(--radius);background:var(--surface2);border:1px solid var(--border);transition:border-color .18s,box-shadow .18s;position:relative;overflow:hidden}.GameVideoFeed-module__0Fb1ma__card:hover .GameVideoFeed-module__0Fb1ma__thumb{border-color:hsla(var(--hue),100%,71%,.45);box-shadow:0 6px 24px #00000073,0 0 0 1px hsla(var(--hue),100%,71%,.25)}.GameVideoFeed-module__0Fb1ma__thumb img{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.GameVideoFeed-module__0Fb1ma__card:hover .GameVideoFeed-module__0Fb1ma__thumb img{transform:scale(1.04)}.GameVideoFeed-module__0Fb1ma__thumbGradient{pointer-events:none;background:linear-gradient(#0000 40%,#00000040 65%,#0009 100%);position:absolute;inset:0}.GameVideoFeed-module__0Fb1ma__badge{letter-spacing:.02em;color:var(--text);-webkit-backdrop-filter:blur(6px);font-variant-numeric:tabular-nums;background:#000000b8;border-radius:4px;align-items:center;gap:.3rem;padding:3px 6px;font-size:.68rem;font-weight:700;line-height:1;display:inline-flex;position:absolute;bottom:7px;left:7px}.GameVideoFeed-module__0Fb1ma__badgeRight{left:auto;right:7px}.GameVideoFeed-module__0Fb1ma__badgeBottomLeft{bottom:7px;left:7px}.GameVideoFeed-module__0Fb1ma__badgeLive{background:var(--live);color:#fff;text-transform:uppercase;letter-spacing:.06em;padding:3px 6px 3px 5px;font-size:.62rem}.GameVideoFeed-module__0Fb1ma__badgeLiveDot{background:#fff;border-radius:50%;width:5px;height:5px;animation:2s ease-in-out infinite GameVideoFeed-module__0Fb1ma__liveBadgePulse;display:inline-block}@keyframes GameVideoFeed-module__0Fb1ma__liveBadgePulse{0%,to{opacity:1}50%{opacity:.45}}@media (prefers-reduced-motion:reduce){.GameVideoFeed-module__0Fb1ma__badgeLiveDot{animation:none}}.GameVideoFeed-module__0Fb1ma__badgeOfficial{background:hsla(var(--hue),100%,71%,.92);color:var(--color-on-accent);text-transform:uppercase;letter-spacing:.08em;padding:3px 7px;font-size:.6rem}.GameVideoFeed-module__0Fb1ma__playOverlay{pointer-events:none;opacity:0;justify-content:center;align-items:center;transition:opacity .18s;display:flex;position:absolute;inset:0}.GameVideoFeed-module__0Fb1ma__card:hover .GameVideoFeed-module__0Fb1ma__playOverlay,.GameVideoFeed-module__0Fb1ma__card:focus-visible .GameVideoFeed-module__0Fb1ma__playOverlay{opacity:1}.GameVideoFeed-module__0Fb1ma__playOverlay svg{color:var(--color-on-accent);filter:drop-shadow(0 2px 12px #0009);background:hsla(var(--hue),100%,71%,.92);box-sizing:content-box;border-radius:50%;width:16px;height:16px;padding:10px 10px 10px 12px;transition:transform .2s cubic-bezier(.2,.8,.2,1);transform:scale(.85)}.GameVideoFeed-module__0Fb1ma__card:hover .GameVideoFeed-module__0Fb1ma__playOverlay svg{transform:scale(1)}.GameVideoFeed-module__0Fb1ma__meta{flex-direction:column;gap:.2rem;padding:0 .1rem;display:flex}.GameVideoFeed-module__0Fb1ma__title{color:var(--text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.8rem;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.GameVideoFeed-module__0Fb1ma__subline{color:var(--text-muted);align-items:center;gap:.3rem;margin:0;font-size:.7rem;line-height:1.3;display:flex}.GameVideoFeed-module__0Fb1ma__dot{color:var(--text-dim)}.GameVideoFeed-module__0Fb1ma__lightbox{z-index:1000;-webkit-backdrop-filter:blur(14px);background:#080b12d9;justify-content:center;align-items:center;padding:2rem 1.5rem;animation:.22s cubic-bezier(.2,.8,.2,1) GameVideoFeed-module__0Fb1ma__lightboxIn;display:flex;position:fixed;inset:0}@keyframes GameVideoFeed-module__0Fb1ma__lightboxIn{0%{opacity:0}to{opacity:1}}.GameVideoFeed-module__0Fb1ma__lightboxBody{flex-direction:column;gap:.875rem;width:100%;max-width:1120px;animation:.28s cubic-bezier(.2,.8,.2,1) GameVideoFeed-module__0Fb1ma__lightboxBodyIn;display:flex}@keyframes GameVideoFeed-module__0Fb1ma__lightboxBodyIn{0%{opacity:0;transform:scale(.96)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (prefers-reduced-motion:reduce){.GameVideoFeed-module__0Fb1ma__lightbox,.GameVideoFeed-module__0Fb1ma__lightboxBody{animation:none}}.GameVideoFeed-module__0Fb1ma__closeBtn{width:40px;height:40px;color:var(--text);cursor:pointer;z-index:1;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;transition:background .15s,border-color .15s,transform .15s;display:flex;position:fixed;top:1.25rem;right:1.5rem}.GameVideoFeed-module__0Fb1ma__closeBtn:hover{background:#ffffff1f;border-color:#ffffff40;transform:rotate(90deg)}.GameVideoFeed-module__0Fb1ma__playerWrap{aspect-ratio:16/9;border-radius:var(--radius-lg);box-shadow:0 24px 80px #0000008c,0 0 0 1px var(--border-bright);background:#000;position:relative;overflow:hidden}.GameVideoFeed-module__0Fb1ma__playerWrap iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.GameVideoFeed-module__0Fb1ma__playerMeta{flex-direction:column;gap:.25rem;padding:0 .25rem;display:flex}.GameVideoFeed-module__0Fb1ma__playerTitle{color:var(--text);letter-spacing:-.01em;text-wrap:balance;margin:0;font-size:1rem;font-weight:700}.GameVideoFeed-module__0Fb1ma__playerSubtitle{color:var(--text-muted);margin:0;font-size:.82rem}@media (max-width:600px){.GameVideoFeed-module__0Fb1ma__lightbox{-webkit-backdrop-filter:blur(8px);padding:1rem .75rem}.GameVideoFeed-module__0Fb1ma__closeBtn{width:44px;height:44px;top:.75rem;right:.75rem}.GameVideoFeed-module__0Fb1ma__playerTitle{font-size:.9rem}}@media (hover:none){.GameVideoFeed-module__0Fb1ma__playOverlay{opacity:.55}.GameVideoFeed-module__0Fb1ma__playOverlay svg{background:hsla(var(--hue),100%,71%,.78);transform:scale(.85)}.GameVideoFeed-module__0Fb1ma__card:active .GameVideoFeed-module__0Fb1ma__playOverlay{opacity:1}.GameVideoFeed-module__0Fb1ma__card:hover{transform:none}.GameVideoFeed-module__0Fb1ma__card:hover .GameVideoFeed-module__0Fb1ma__thumb{border-color:var(--border);box-shadow:none}.GameVideoFeed-module__0Fb1ma__card:hover .GameVideoFeed-module__0Fb1ma__thumb img{transform:none}.GameVideoFeed-module__0Fb1ma__tab:hover{border-color:var(--border);color:var(--text-muted);transform:none}.GameVideoFeed-module__0Fb1ma__tabActive:hover,.GameVideoFeed-module__0Fb1ma__tab:hover{border-color:var(--border)}.GameVideoFeed-module__0Fb1ma__tabActive:hover{border-color:hsla(var(--hue),100%,71%,.45);color:var(--accent2)}}@media (max-width:700px){.GameVideoFeed-module__0Fb1ma__header{flex-direction:column;align-items:flex-start;gap:.65rem}.GameVideoFeed-module__0Fb1ma__tabs{gap:.5rem;width:100%}.GameVideoFeed-module__0Fb1ma__tab{min-height:38px;padding:.55rem 1rem;font-size:.82rem}.GameVideoFeed-module__0Fb1ma__tabCount{font-size:.72rem}.GameVideoFeed-module__0Fb1ma__seeAll{padding:.6rem .25rem;font-size:.78rem}}@media (max-width:480px){.GameVideoFeed-module__0Fb1ma__tab{min-height:44px;padding:.65rem 1.05rem}.GameVideoFeed-module__0Fb1ma__panelOpen .GameVideoFeed-module__0Fb1ma__panelInner{padding-top:.875rem}.GameVideoFeed-module__0Fb1ma__title{font-size:.82rem}.GameVideoFeed-module__0Fb1ma__subline{font-size:.72rem}.GameVideoFeed-module__0Fb1ma__seeAll{border-top:1px solid var(--border);justify-content:center;align-self:stretch;gap:.5rem;margin-top:1rem;padding:.7rem .5rem}}.GameVideoFeed-module__0Fb1ma__skelTab{border-radius:var(--radius-full);background:linear-gradient(90deg,var(--surface)25%,var(--surface2)50%,var(--surface)75%);background-size:200% 100%;width:86px;height:28px;animation:1.4s infinite GameVideoFeed-module__0Fb1ma__shimmer;display:inline-block}.GameVideoFeed-module__0Fb1ma__skelTab:nth-child(2){width:102px}.GameVideoFeed-module__0Fb1ma__skelTab:nth-child(3){width:92px}@media (prefers-reduced-motion:reduce){.GameVideoFeed-module__0Fb1ma__skelTab{animation:none}}
