.landing-module__VNsTJW__centerInner{width:100%;padding:28px 32px 10px}.landing-module__VNsTJW__hero{margin-bottom:50px}.landing-module__VNsTJW__heroHeadline{letter-spacing:-1px;color:var(--text-primary);margin:0 0 18px;font-size:38px;font-weight:800;line-height:1.1}.landing-module__VNsTJW__heroSubRow{align-items:center;gap:24px;display:flex}@media (max-width:600px){.landing-module__VNsTJW__heroSubRow{flex-direction:column-reverse;align-items:flex-start;gap:14px}}.landing-module__VNsTJW__heroSub{color:var(--text-secondary);max-width:520px;margin:0;font-size:16px;line-height:1.65}.landing-module__VNsTJW__welcomeBadge{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);white-space:nowrap;flex-shrink:0;padding:10px 18px;font-size:14px}.landing-module__VNsTJW__welcomeBadge strong{color:var(--accent-orange)}.landing-module__VNsTJW__howSection{margin-bottom:40px}.landing-module__VNsTJW__howGrid{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (max-width:600px){.landing-module__VNsTJW__howGrid{grid-template-columns:1fr}}.landing-module__VNsTJW__howStep{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md)}.landing-module__VNsTJW__howStepLink{color:inherit;cursor:pointer;text-decoration:none;transition:border-color .15s,background .15s;display:flex}.landing-module__VNsTJW__howStepLink:hover{border-color:var(--border-raised);background:var(--bg-raised)}.landing-module__VNsTJW__howStepWithImage{flex-direction:row;align-items:flex-start;gap:14px;padding:14px;display:flex}.landing-module__VNsTJW__howStepImg{border-radius:var(--radius-sm);flex-shrink:0;width:auto;max-width:45%}@media (max-width:480px){.landing-module__VNsTJW__howStepWithImage{flex-direction:column}.landing-module__VNsTJW__howStepImg{width:100%;max-width:100%}}.landing-module__VNsTJW__howStepText{flex-direction:column;gap:3px;min-width:0;display:flex}.landing-module__VNsTJW__howStepText h4{color:var(--text-primary);margin:0 0 8px;font-size:14px;font-weight:700}.landing-module__VNsTJW__howStepText p{color:var(--text-secondary);margin:0;font-size:13px;line-height:1.5}.landing-module__VNsTJW__mobileNote{border:1px solid #8b5cf633;border-left:3px solid var(--accent-purple);border-radius:0 var(--radius-sm) var(--radius-sm) 0;background:#8b5cf60f;margin-bottom:5px;padding:14px 16px}.landing-module__VNsTJW__noteLabel{font-size:12px;font-weight:700;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.5px;color:var(--accent-purple);margin-bottom:6px;display:block}.landing-module__VNsTJW__noteBody{color:var(--text-secondary);margin:0;font-size:14px;line-height:1.6}
.loginModal-module__4oNzLG__backdrop{z-index:1000;background:#000000b8;justify-content:center;align-items:center;padding:16px;animation:.15s loginModal-module__4oNzLG__fadeIn;display:flex;position:fixed;inset:0}@keyframes loginModal-module__4oNzLG__fadeIn{0%{opacity:0}to{opacity:1}}.loginModal-module__4oNzLG__modal{background:var(--bg-surface);border:1px solid var(--border-raised);border-top:3px solid var(--accent-gold);border-radius:var(--radius-lg);flex-direction:column;gap:24px;width:100%;max-width:400px;padding:32px 28px 28px;animation:.18s cubic-bezier(.4,0,.2,1) loginModal-module__4oNzLG__slideUp;display:flex;position:relative}@keyframes loginModal-module__4oNzLG__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.loginModal-module__4oNzLG__closeBtn{background:var(--bg-raised);border:1px solid var(--border);border-radius:var(--radius-sm);width:28px;height:28px;color:var(--text-muted);cursor:pointer;justify-content:center;align-items:center;padding:0;font-size:16px;line-height:1;display:flex;position:absolute;top:14px;right:14px}.loginModal-module__4oNzLG__closeBtn:hover{color:var(--text-primary);border-color:var(--border-raised)}.loginModal-module__4oNzLG__header{flex-direction:column;gap:8px;display:flex}.loginModal-module__4oNzLG__title{color:var(--text-primary);margin:0;font-size:18px;font-weight:700}.loginModal-module__4oNzLG__subtitle{color:var(--text-muted);margin:0;font-size:13px;line-height:1.5}.loginModal-module__4oNzLG__btnGroup{flex-direction:column;gap:10px;display:flex}.loginModal-module__4oNzLG__oauthBtn{border-radius:var(--radius-sm);cursor:pointer;border:none;justify-content:center;align-items:center;gap:10px;width:100%;padding:11px 16px;font-family:inherit;font-size:14px;font-weight:600;transition:opacity .15s,filter .15s;display:flex}.loginModal-module__4oNzLG__oauthBtn:disabled{cursor:not-allowed;opacity:.6}.loginModal-module__4oNzLG__oauthBtn:not(:disabled):hover{filter:brightness(1.08)}.loginModal-module__4oNzLG__googleBtn{color:#1a1a1a;background:#fff;border:1px solid #dadce0}.loginModal-module__4oNzLG__discordBtn{color:#fff;background:#5865f2}.loginModal-module__4oNzLG__spinner{border:2px solid;border-top-color:#0000;border-radius:50%;flex-shrink:0;width:14px;height:14px;animation:.7s linear infinite loginModal-module__4oNzLG__spin}@keyframes loginModal-module__4oNzLG__spin{to{transform:rotate(360deg)}}.loginModal-module__4oNzLG__error{color:var(--accent-red);border-radius:var(--radius-sm);background:#e6332914;border:1px solid #e6332940;margin:0;padding:8px 12px;font-size:13px}.loginModal-module__4oNzLG__footer{color:var(--text-muted);text-align:center;font-size:11px;line-height:1.5;font-family:var(--font-mono);margin:0}
.authMenu-module__1_I6Ba__authBadge{border-radius:var(--radius-sm);font-size:13px;font-family:var(--font-mono);border:1px solid #0000;align-items:center;gap:6px;padding:4px 9px;display:flex}.authMenu-module__1_I6Ba__guest{color:#1a1a1a;background:#d4d4d4;border-color:#b0b0b0}.authMenu-module__1_I6Ba__dot{background:#7a1a1a;border-radius:50%;flex-shrink:0;width:7px;height:7px}.authMenu-module__1_I6Ba__badgeLabel{text-overflow:ellipsis;white-space:nowrap;max-width:180px;overflow:hidden}.authMenu-module__1_I6Ba__btnLogin{background:var(--accent-red);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;padding:7px 16px;font-family:inherit;font-size:14px;font-weight:700;line-height:1;text-decoration:none;display:inline-block}.authMenu-module__1_I6Ba__btnLogin:hover{opacity:.9}@media (max-width:639px){.authMenu-module__1_I6Ba__badgeLabel{display:none}.authMenu-module__1_I6Ba__authBadge{padding:4px 6px}}.authMenu-module__1_I6Ba__menuWrap{position:relative}.authMenu-module__1_I6Ba__avatarBtn{background:var(--accent-orange);border:1px solid var(--accent-orange);color:#fff;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;padding:0;transition:background .15s,border-color .15s;display:flex}.authMenu-module__1_I6Ba__avatarBtn:hover{background:var(--accent-red);border-color:var(--accent-red)}.authMenu-module__1_I6Ba__dropdown{background:var(--bg-raised);border:1px solid var(--border-raised);border-radius:var(--radius-md);z-index:100;min-width:160px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 8px 24px #0006}.authMenu-module__1_I6Ba__dropItem{width:100%;color:var(--text-secondary);text-align:left;cursor:pointer;background:0 0;border:none;padding:10px 14px;font-family:inherit;font-size:14px;text-decoration:none;transition:background .12s,color .12s;display:block}.authMenu-module__1_I6Ba__dropItem:hover{background:var(--bg-overlay);color:var(--text-primary)}.authMenu-module__1_I6Ba__dropItemDanger{color:var(--accent-red)}.authMenu-module__1_I6Ba__dropItemDanger:hover{color:var(--accent-red);background:#e633291a}.authMenu-module__1_I6Ba__adminItem{position:relative}.authMenu-module__1_I6Ba__adminItem>.authMenu-module__1_I6Ba__dropItem{justify-content:space-between;align-items:center;gap:8px;display:flex}.authMenu-module__1_I6Ba__adminFlyout{background:var(--bg-raised);border:1px solid var(--border-raised);border-radius:var(--radius-md);z-index:101;min-width:160px;display:none;position:absolute;top:0;right:100%;box-shadow:0 8px 24px #0006}.authMenu-module__1_I6Ba__adminItem:hover .authMenu-module__1_I6Ba__adminFlyout{display:block}
.ImageCarousel-module__4CSnIa__carousel{cursor:grab;-webkit-user-select:none;user-select:none;scrollbar-width:none;-ms-overflow-style:none;border-radius:6px;gap:.75rem;display:flex;overflow-x:auto}.ImageCarousel-module__4CSnIa__carousel::-webkit-scrollbar{display:none}.ImageCarousel-module__4CSnIa__carouselSingle{justify-content:center}.ImageCarousel-module__4CSnIa__card{flex-direction:column;flex:none;gap:.375rem;width:100%;max-width:498px;display:flex}.ImageCarousel-module__4CSnIa__imageWrapper{aspect-ratio:3/2;background:var(--bg-raised);border-radius:6px;overflow:hidden}.ImageCarousel-module__4CSnIa__image{object-fit:cover;pointer-events:none;width:100%;height:100%;display:block}.ImageCarousel-module__4CSnIa__caption{color:var(--text-muted);text-align:center;margin:0;font-family:monospace;font-size:.75rem}.ImageCarousel-module__4CSnIa__skeletonWrap{width:100%}.ImageCarousel-module__4CSnIa__skeletonCard{flex-direction:column;gap:.375rem;display:flex}.ImageCarousel-module__4CSnIa__skeletonImage{aspect-ratio:3/2;background:var(--bg-raised);border-radius:6px;width:100%;animation:1.4s ease-in-out infinite ImageCarousel-module__4CSnIa__pulse}.ImageCarousel-module__4CSnIa__skeletonCaption{background:var(--bg-raised);border-radius:4px;width:3rem;height:.75rem;margin:0 auto;animation:1.4s ease-in-out infinite ImageCarousel-module__4CSnIa__pulse}@keyframes ImageCarousel-module__4CSnIa__pulse{0%,to{opacity:1}50%{opacity:.4}}
.themeToggle-module__uDxdVq__toggle{border-radius:var(--radius-sm);color:#a0a0a0;cursor:pointer;background:#1f1f1f;border:1px solid #363636;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:15px;line-height:1;transition:color .15s,border-color .15s;display:flex}.themeToggle-module__uDxdVq__toggle:hover{color:#f0f0f0;border-color:#555}
.CustomSelect-module__H-14Va__wrapper{min-width:0;position:relative}.CustomSelect-module__H-14Va__wrapperDisabled{opacity:.5;pointer-events:none}.CustomSelect-module__H-14Va__wrapperLockedCorrect{pointer-events:none}.CustomSelect-module__H-14Va__wrapperLockedCorrect .CustomSelect-module__H-14Va__trigger{border-color:var(--accent-green,#22c55e);color:var(--accent-green,#22c55e)}.CustomSelect-module__H-14Va__wrapperLockedCorrect .CustomSelect-module__H-14Va__arrow{color:var(--accent-green,#22c55e)}.CustomSelect-module__H-14Va__trigger{border:1px solid var(--border);background:var(--bg-surface);width:100%;color:var(--text-primary);text-align:left;cursor:pointer;white-space:nowrap;border-radius:6px;justify-content:space-between;align-items:center;gap:.375rem;padding:.5rem .625rem;font-size:1rem;display:flex;overflow:hidden}.CustomSelect-module__H-14Va__trigger:disabled{cursor:not-allowed}.CustomSelect-module__H-14Va__triggerValue{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.CustomSelect-module__H-14Va__triggerPlaceholder{text-overflow:ellipsis;white-space:nowrap;color:var(--text-muted);flex:1;overflow:hidden}.CustomSelect-module__H-14Va__arrow{color:var(--text-muted);flex-shrink:0;font-size:.75rem;line-height:1}.CustomSelect-module__H-14Va__triggerCompact{padding:.25rem .5rem;font-size:.8125rem;font-weight:700}.CustomSelect-module__H-14Va__dropdown{background:var(--bg-surface);border:1px solid var(--border);z-index:100;border-radius:6px;width:100%;min-width:max-content;max-height:180px;margin:0;padding:.25rem 0;list-style:none;position:absolute;top:auto;bottom:calc(100% + 4px);left:0;overflow-y:auto;box-shadow:0 4px 16px #00000024}.CustomSelect-module__H-14Va__dropdownDown{top:calc(100% + 4px);bottom:auto}.CustomSelect-module__H-14Va__option{color:var(--text-primary);cursor:pointer;white-space:nowrap;padding:.5rem .75rem;font-size:1rem}.CustomSelect-module__H-14Va__option:hover{background:var(--bg-raised)}.CustomSelect-module__H-14Va__optionActive{background:var(--bg-overlay);font-weight:600}.CustomSelect-module__H-14Va__optionHighlighted{background:var(--bg-raised);outline:2px solid var(--accent-green);outline-offset:-2px}.CustomSelect-module__H-14Va__dropdownSearchable{flex-direction:column;max-height:none;padding:0;display:flex;overflow-y:visible}.CustomSelect-module__H-14Va__searchWrapper{border-bottom:1px solid var(--border);flex-shrink:0;padding:.375rem .5rem}.CustomSelect-module__H-14Va__searchInput{box-sizing:border-box;background:var(--bg-raised);border:1px solid var(--border);width:100%;color:var(--text-primary);border-radius:4px;outline:none;padding:.375rem .5rem;font-family:inherit;font-size:.875rem}.CustomSelect-module__H-14Va__searchInput::placeholder{color:var(--text-muted)}.CustomSelect-module__H-14Va__searchInput:focus{border-color:var(--border-raised)}.CustomSelect-module__H-14Va__optionList{max-height:150px;margin:0;padding:.25rem 0;list-style:none;overflow-y:auto}.CustomSelect-module__H-14Va__noResults{color:var(--text-muted);padding:.5rem .75rem;font-size:.875rem;font-style:italic}
.header-module__aTtyKG__header{height:var(--header-h);background:var(--bg-surface);border-bottom:1px solid var(--border);border-top:2px solid var(--accent-gold);z-index:10;flex-shrink:0;align-items:center;gap:12px;padding:0 16px;display:flex;position:relative}.header-module__aTtyKG__logo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.header-module__aTtyKG__promoWrap{pointer-events:none;position:absolute;left:50%;transform:translate(-50%)}.header-module__aTtyKG__promoInner{color:var(--accent-green);border:1px solid var(--accent-green);border-radius:var(--radius-sm);pointer-events:auto;white-space:nowrap;background:#8b5cf61f;align-items:center;gap:6px;padding:4px 10px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.header-module__aTtyKG__headerRight{flex-shrink:0;align-items:center;gap:8px;margin-left:auto;display:flex}@media (max-width:1023px){.header-module__aTtyKG__promoWrap{display:none}}
.GuessForm-module__QziJ0q__form{flex-direction:column;gap:.75rem;display:flex}.GuessForm-module__QziJ0q__row{flex-wrap:nowrap;gap:.5rem;display:flex}.GuessForm-module__QziJ0q__field{flex:120px;min-width:0}.GuessForm-module__QziJ0q__yearWrapper{flex:none;align-items:center;gap:.3rem;display:flex}.GuessForm-module__QziJ0q__yearField{flex:0 0 88px;min-width:0}.GuessForm-module__QziJ0q__yearTolerance{color:var(--text-muted,#6b6b6b);white-space:nowrap;font-size:.9rem;font-weight:600;line-height:1}@media (max-width:640px){.GuessForm-module__QziJ0q__row{flex-direction:column}.GuessForm-module__QziJ0q__field,.GuessForm-module__QziJ0q__yearWrapper{flex:auto;width:100%}.GuessForm-module__QziJ0q__yearField{flex:auto;min-width:0}}.GuessForm-module__QziJ0q__buttonRow{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.GuessForm-module__QziJ0q__buttonGroup{align-items:center;gap:.5rem;display:flex}.GuessForm-module__QziJ0q__scoreWidget{background:var(--bg-surface-raised,#ffffff0f);border-radius:6px;flex-direction:column;justify-content:center;align-items:center;min-width:3rem;padding:.3rem .75rem;display:flex}.GuessForm-module__QziJ0q__scoreLabel{letter-spacing:.1em;color:var(--text-muted,#6b6b6b);text-transform:uppercase;font-size:.5625rem;font-weight:700}.GuessForm-module__QziJ0q__scoreValue{color:var(--text-primary,#f0f0f0);font-size:1.1rem;font-weight:800;line-height:1.1}.GuessForm-module__QziJ0q__submitButton{background:var(--accent-red,#e63329);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600;transition:opacity .15s}.GuessForm-module__QziJ0q__submitButton:disabled{opacity:.45;cursor:not-allowed}.GuessForm-module__QziJ0q__inlineError{color:var(--accent-red,#e63329);text-align:center;opacity:.85;margin:0;font-size:.8125rem}
.leftGutter-module__2yjEEW__gutter{width:var(--gutter-w);background:var(--bg-surface);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;transition:width .22s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.leftGutter-module__2yjEEW__gutterCollapsed{width:var(--gutter-w-col)}@media (max-width:639px){.leftGutter-module__2yjEEW__gutter{display:none}}.leftGutter-module__2yjEEW__gutterHeader{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;height:38px;padding:0 10px;display:flex}.leftGutter-module__2yjEEW__gutterLabel{font-size:11px;font-weight:700;font-family:var(--font-mono);letter-spacing:1px;text-transform:uppercase;color:var(--text-muted);white-space:nowrap;overflow:hidden}.leftGutter-module__2yjEEW__toggleBtn{background:var(--bg-raised);border:1px solid var(--border);border-radius:var(--radius-sm);width:26px;min-width:26px;height:26px;color:var(--text-muted);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:14px;display:flex}.leftGutter-module__2yjEEW__toggleBtn:hover{color:var(--text-primary);border-color:var(--border-raised)}.leftGutter-module__2yjEEW__collapsedLabel{writing-mode:vertical-lr;font-size:11px;font-weight:700;font-family:var(--font-mono);letter-spacing:1px;text-transform:uppercase;color:var(--text-muted);text-align:center;align-self:center;padding:12px 0;transform:rotate(180deg)}.leftGutter-module__2yjEEW__badgeList{flex-direction:column;flex:1;gap:8px;padding:10px 6px;display:flex;overflow:hidden auto}.leftGutter-module__2yjEEW__gameBadge{border-radius:var(--radius-sm);border:1px solid var(--border);border-left:3px solid var(--badge-color,var(--border));background:var(--bg-raised);cursor:pointer;color:var(--text-primary);text-decoration:none;transition:background .15s,border-color .15s;display:block}.leftGutter-module__2yjEEW__gameBadge:hover{background:var(--bg-overlay);border-color:var(--border-raised);border-left-color:var(--badge-color,var(--accent-red))}.leftGutter-module__2yjEEW__active{border-color:var(--badge-color,var(--accent-red));background:var(--bg-overlay)}.leftGutter-module__2yjEEW__comingSoon{opacity:.4;cursor:default;pointer-events:none}.leftGutter-module__2yjEEW__badgeInner{flex-direction:column;gap:4px;padding:10px 8px;display:flex}.leftGutter-module__2yjEEW__badgeRow{flex-direction:row;align-items:center;gap:8px;display:flex}.leftGutter-module__2yjEEW__badgeIconContainer{background:#fff;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:4px;display:flex}.leftGutter-module__2yjEEW__badgeInfo{flex-direction:column;gap:2px;min-width:0;display:flex}.leftGutter-module__2yjEEW__badgeInnerCollapsed{flex-direction:column;align-items:center;padding:12px 4px;display:flex}.leftGutter-module__2yjEEW__badgeInnerCollapsed .leftGutter-module__2yjEEW__badgeIcon{width:20px;height:20px;font-size:20px}.leftGutter-module__2yjEEW__badgeIcon{justify-content:center;align-items:center;width:30px;height:30px;font-size:30px;line-height:1;display:flex}.leftGutter-module__2yjEEW__badgeName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:700;overflow:hidden}.leftGutter-module__2yjEEW__badgeStatus{color:var(--text-muted);align-items:center;gap:5px;font-size:11px;display:flex}.leftGutter-module__2yjEEW__liveDot{background:var(--accent-green);border-radius:50%;flex-shrink:0;width:5px;height:5px}.leftGutter-module__2yjEEW__lockedDot{background:var(--text-muted);border-radius:50%;flex-shrink:0;width:5px;height:5px}.leftGutter-module__2yjEEW__badgeSlug{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.leftGutter-module__2yjEEW__badgeDivider{font-size:11px;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);text-align:center;white-space:nowrap;padding:6px 4px}
@keyframes GuessHistory-module__kBQL4W__fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.GuessHistory-module__kBQL4W__section{flex-direction:column;display:flex}.GuessHistory-module__kBQL4W__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted,#6b6b6b);margin:0 0 .25rem;font-size:.6875rem;font-weight:700}.GuessHistory-module__kBQL4W__placeholder{color:var(--text-muted,#6b6b6b);margin:0;font-size:.875rem}.GuessHistory-module__kBQL4W__row{background:var(--bg-surface-raised,#ffffff0f);border-radius:6px;grid-template-columns:1fr auto auto;align-items:center;gap:.625rem;padding:.5rem .75rem;display:grid}.GuessHistory-module__kBQL4W__identity{flex-direction:column;gap:.1rem;min-width:0;display:flex}.GuessHistory-module__kBQL4W__carLabel{color:var(--text-primary,#f0f0f0);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:500;overflow:hidden}.GuessHistory-module__kBQL4W__dots{align-items:center;gap:.25rem;display:flex}.GuessHistory-module__kBQL4W__dot{text-align:center;min-width:1.25rem;font-size:1.6rem;line-height:1}.GuessHistory-module__kBQL4W__dotHidden{visibility:hidden}.GuessHistory-module__kBQL4W__badgeWrapper{justify-content:flex-end;align-items:center;display:flex}.GuessHistory-module__kBQL4W__badgeHidden{visibility:hidden}.GuessHistory-module__kBQL4W__badge{color:#2d1600;text-align:center;background:linear-gradient(145deg,#f5c519,#b8720a);border-radius:999px;justify-content:center;align-items:center;min-width:2.75rem;padding:.25rem .625rem;font-size:.75rem;font-weight:800;display:inline-flex;box-shadow:0 1px 4px #00000080}.GuessHistory-module__kBQL4W__fadeIn{animation:.4s ease-out forwards GuessHistory-module__kBQL4W__fadeIn}
.mobileNav-module__8T-m0a__bottomNav{height:var(--bottom-nav-h);padding-bottom:env(safe-area-inset-bottom,0px);background:var(--bg-raised);border-top:1px solid var(--border);z-index:50;display:none;position:fixed;bottom:0;left:0;right:0}@media (max-width:639px){.mobileNav-module__8T-m0a__bottomNav{display:flex}}.mobileNav-module__8T-m0a__backdrop{z-index:48;background:#00000080;display:none;position:fixed;inset:0}@media (max-width:1023px){.mobileNav-module__8T-m0a__backdrop{display:block}}.mobileNav-module__8T-m0a__gamesDrawer{bottom:var(--bottom-nav-h);background:var(--bg-surface);border-top:1px solid var(--border);border-radius:var(--radius-lg) var(--radius-lg) 0 0;z-index:49;padding:12px 16px 20px;transition:transform .25s cubic-bezier(.4,0,.2,1);display:none;position:fixed;left:0;right:0;transform:translateY(100%)}@media (max-width:639px){.mobileNav-module__8T-m0a__gamesDrawer{display:block}}.mobileNav-module__8T-m0a__gamesDrawer.mobileNav-module__8T-m0a__open{transform:translateY(0)}.mobileNav-module__8T-m0a__drawerHandle{background:var(--border-raised);border-radius:2px;width:36px;height:4px;margin:0 auto 14px}.mobileNav-module__8T-m0a__drawerLabel{font-size:11px;font-weight:700;font-family:var(--font-mono);text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);margin:0 0 10px}.mobileNav-module__8T-m0a__gameList{flex-direction:column;gap:8px;display:flex}.mobileNav-module__8T-m0a__gameItem{background:var(--bg-raised);border:1px solid var(--border);border-left:3px solid var(--badge-color,var(--border));border-radius:var(--radius-sm);color:var(--text-primary);align-items:center;gap:12px;padding:12px 14px;text-decoration:none;transition:background .15s;display:flex}.mobileNav-module__8T-m0a__gameItem:hover,.mobileNav-module__8T-m0a__gameItemActive{background:var(--bg-overlay);border-color:var(--border-raised);border-left-color:var(--badge-color,var(--accent-red))}.mobileNav-module__8T-m0a__gameIcon{font-size:26px;line-height:1}.mobileNav-module__8T-m0a__gameName{font-size:17px;font-weight:700}.mobileNav-module__8T-m0a__rightDrawer{top:var(--header-h);bottom:var(--bottom-nav-h);border-left:1px solid var(--border);z-index:49;flex-direction:column;width:min(296px,85vw);transition:transform .25s cubic-bezier(.4,0,.2,1);display:none;position:fixed;right:0;transform:translate(100%)}@media (max-width:1023px){.mobileNav-module__8T-m0a__rightDrawer{display:flex}}.mobileNav-module__8T-m0a__rightDrawer.mobileNav-module__8T-m0a__open{transform:translate(0)}.mobileNav-module__8T-m0a__drawerTabBar{border-bottom:1px solid var(--border);flex-shrink:0;align-items:stretch;height:36px;display:flex}.mobileNav-module__8T-m0a__drawerTab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:0 10px;font-family:inherit;font-size:13px;font-weight:600;transition:color .15s}.mobileNav-module__8T-m0a__drawerTab:hover{color:var(--text-secondary)}.mobileNav-module__8T-m0a__drawerTabActive{color:var(--text-primary);border-bottom-color:var(--accent-red)}.mobileNav-module__8T-m0a__drawerClose{border:none;border-left:1px solid var(--border);width:36px;min-width:36px;color:var(--text-muted);cursor:pointer;background:0 0;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;display:flex}.mobileNav-module__8T-m0a__drawerClose:hover{color:var(--text-primary)}.mobileNav-module__8T-m0a__drawerContent{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.mobileNav-module__8T-m0a__drawerPlaceholder{font-size:12px;font-family:var(--font-mono);color:var(--text-muted);text-align:center;margin:0}.mobileNav-module__8T-m0a__tab{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-top:2px solid #0000;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;padding:0 4px;font-family:inherit;transition:color .15s,border-color .15s;display:flex}.mobileNav-module__8T-m0a__tab:hover{color:var(--text-primary)}.mobileNav-module__8T-m0a__tabActive{color:var(--text-primary);border-top-color:var(--accent-red)}.mobileNav-module__8T-m0a__tabIcon{font-size:20px;line-height:1}.mobileNav-module__8T-m0a__tabLabel{letter-spacing:.3px;white-space:nowrap;font-size:10px;font-weight:600}
.HintPanel-module__CHeC6a__hintsButton{background:var(--accent-red,#e63329);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;transition:opacity .15s}.HintPanel-module__CHeC6a__hintsButton:hover{opacity:.88}.HintPanel-module__CHeC6a__overlay{z-index:200;background:#0000008c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.HintPanel-module__CHeC6a__modal{background:var(--bg-surface,#ececec);color:var(--text-primary,#111);border-radius:10px;width:100%;max-width:400px;max-height:85vh;padding:2rem 1.5rem 1.75rem;position:relative;overflow-y:auto;box-shadow:0 8px 32px #00000047}.HintPanel-module__CHeC6a__closeButton{color:var(--text-muted,#6b6b6b);cursor:pointer;background:0 0;border:none;padding:0;font-size:1.5rem;line-height:1;position:absolute;top:.75rem;right:.875rem}.HintPanel-module__CHeC6a__closeButton:hover{color:var(--text-primary,#111)}.HintPanel-module__CHeC6a__modalTitle{color:var(--text-primary);margin:0 0 1.25rem;font-size:1.125rem;font-weight:700}.HintPanel-module__CHeC6a__hintsContent{flex-direction:column;gap:1.25rem;display:flex}.HintPanel-module__CHeC6a__hintSection{flex-direction:column;gap:.4rem;display:flex}.HintPanel-module__CHeC6a__hintLabel{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted,#6b6b6b);margin:0;font-size:.6875rem;font-weight:700}.HintPanel-module__CHeC6a__hintValue{color:var(--text-primary);margin:0;font-size:1rem;font-weight:600}.HintPanel-module__CHeC6a__flagImage{border-radius:3px;width:40px;height:30px}.HintPanel-module__CHeC6a__funFacts{flex-direction:column;gap:.375rem;display:flex}.HintPanel-module__CHeC6a__funFactItem{color:var(--text-secondary,#444);margin:0;font-size:.875rem;line-height:1.5}
.rightColumn-module__j_xcNq__rightCol{border-left:1px solid var(--border);flex-direction:column;flex-shrink:0;transition:width .22s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}@media (max-width:639px){.rightColumn-module__j_xcNq__rightCol{display:none}}.rightColumn-module__j_xcNq__tabBar{border-bottom:1px solid var(--border);flex-shrink:0;align-items:stretch;height:36px;display:flex}.rightColumn-module__j_xcNq__tab{color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:0 10px;font-family:inherit;font-size:13px;font-weight:600;transition:color .15s}.rightColumn-module__j_xcNq__tab:hover{color:var(--text-secondary)}.rightColumn-module__j_xcNq__activeTab{color:var(--text-primary);border-bottom-color:var(--accent-red)}.rightColumn-module__j_xcNq__collapseBtn{border:none;border-right:1px solid var(--border);width:32px;min-width:32px;color:var(--text-muted);cursor:pointer;background:0 0;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;display:flex}.rightColumn-module__j_xcNq__collapseBtn:hover{color:var(--text-primary)}.rightColumn-module__j_xcNq__panel,.rightColumn-module__j_xcNq__chatView,.rightColumn-module__j_xcNq__boardView{flex-direction:column;flex:1;display:flex;overflow:hidden}.rightColumn-module__j_xcNq__boardView{justify-content:center;padding:3px}.rightColumn-module__j_xcNq__hidden{display:none}.rightColumn-module__j_xcNq__systemMsg{font-size:12px;font-family:var(--font-mono);color:var(--text-muted);text-align:center;margin:0}.rightColumn-module__j_xcNq__expandBtn{background:var(--bg-raised);border:1px solid var(--border);border-radius:var(--radius-sm);width:26px;height:26px;min-height:26px;color:var(--text-muted);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:14px;display:flex}.rightColumn-module__j_xcNq__expandBtn:hover{color:var(--text-primary);border-color:var(--border-raised)}.rightColumn-module__j_xcNq__collapsedContent{flex-direction:column;align-items:center;gap:16px;height:100%;padding:10px 0;display:flex}.rightColumn-module__j_xcNq__collapsedLabel{writing-mode:vertical-lr;font-size:11px;font-weight:700;font-family:var(--font-mono);letter-spacing:1px;text-transform:uppercase;color:var(--text-muted);transform:rotate(180deg)}.rightColumn-module__j_xcNq__collapsedActions{flex-direction:column;gap:8px;display:flex}.rightColumn-module__j_xcNq__collapsedIconBtn{background:var(--bg-raised);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;width:32px;height:32px;color:var(--text-primary);justify-content:center;align-items:center;padding:0;font-size:16px;display:flex}.rightColumn-module__j_xcNq__collapsedIconBtn:hover{border-color:var(--border-raised)}
.GameOverModal-module__5G2xEq__overlay{z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.GameOverModal-module__5G2xEq__modal{text-align:center;background:var(--bg-surface);border:1px solid #ffffff1f;border-radius:12px;flex-direction:column;align-items:center;width:90%;max-width:420px;max-height:90vh;padding:15px;display:flex;position:relative;overflow:hidden auto}.GameOverModal-module__5G2xEq__xButton{color:#000;cursor:pointer;z-index:10;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:13px;font-weight:700;line-height:1;display:flex;position:absolute;top:10px;right:10px}.GameOverModal-module__5G2xEq__title{color:var(--accent-blue);margin:10px 0 8px;font-size:1.5rem;font-weight:700}.GameOverModal-module__5G2xEq__imageWrapper{width:100%;margin-bottom:8px}.GameOverModal-module__5G2xEq__revealImage{border-radius:8px;width:100%;height:auto;display:block;box-shadow:0 4px 15px #0000004d}.GameOverModal-module__5G2xEq__carLabel{color:var(--text-primary);margin:4px 0 2px;font-size:1.15rem;font-weight:700}.GameOverModal-module__5G2xEq__photoCredit{color:var(--accent-blue);margin-bottom:6px;font-size:.7rem;text-decoration:underline}.GameOverModal-module__5G2xEq__scoreDisplay{color:var(--accent-blue);margin:4px 0 10px;font-size:1.8rem;font-weight:800;line-height:1.2}.GameOverModal-module__5G2xEq__shareRow{justify-content:center;align-items:center;gap:14px;width:100%;margin-bottom:12px;display:flex}.GameOverModal-module__5G2xEq__shareDecoIcon{color:var(--text-muted)}.GameOverModal-module__5G2xEq__shareIconButton{cursor:pointer;color:var(--text-primary);background:0 0;border:none;align-items:center;padding:2px;display:flex}.GameOverModal-module__5G2xEq__copyWrapper{align-items:center;display:flex;position:relative}.GameOverModal-module__5G2xEq__copiedTooltip{background:var(--accent-green);color:#fff;white-space:nowrap;pointer-events:none;border-radius:4px;padding:2px 7px;font-size:.7rem;position:absolute;top:-26px;left:50%;transform:translate(-50%)}.GameOverModal-module__5G2xEq__guessHistory{text-align:left;background:#ffffff12;border-radius:8px;width:100%;margin-bottom:10px;padding:10px 12px}.GameOverModal-module__5G2xEq__historyLabel{color:var(--text-secondary);margin:0 0 6px;font-size:.8rem;font-weight:600}.GameOverModal-module__5G2xEq__historyRow{color:var(--text-primary);align-items:center;gap:6px;margin-bottom:3px;font-size:.8rem;display:flex}.GameOverModal-module__5G2xEq__historyIndex{min-width:18px;color:var(--text-secondary)}.GameOverModal-module__5G2xEq__historyIcons{letter-spacing:1px;flex-shrink:0;font-size:.85rem}.GameOverModal-module__5G2xEq__historyText{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.GameOverModal-module__5G2xEq__noGuesses{color:var(--text-muted);margin:0;font-size:.85rem}.GameOverModal-module__5G2xEq__guestCta{background:#ffffff0d;border-radius:8px;flex-direction:column;align-items:center;gap:10px;width:100%;margin-bottom:12px;padding:12px;display:flex}.GameOverModal-module__5G2xEq__guestCtaText{color:var(--text-secondary);text-align:center;margin:0;font-size:.85rem}.GameOverModal-module__5G2xEq__guestCtaButton{background:var(--accent-red,#e63329);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:8px 20px;font-size:.9rem;font-weight:700;transition:opacity .15s}.GameOverModal-module__5G2xEq__guestCtaButton:hover{opacity:.85}.GameOverModal-module__5G2xEq__closeButton{border:1px solid var(--text-muted);color:var(--text-primary);cursor:pointer;background:0 0;border-radius:6px;margin-top:4px;padding:6px 18px;font-size:.9rem;transition:border-color .15s}.GameOverModal-module__5G2xEq__closeButton:hover{border-color:var(--text-primary)}
.shell-module__YSbTvG__appShell{flex-direction:column;height:100vh;display:flex;overflow:hidden}.shell-module__YSbTvG__shellRow{flex:1;min-height:0;display:flex;overflow:hidden}.shell-module__YSbTvG__centerCol{flex-direction:column;flex:1;display:flex;overflow:hidden auto}@media (max-width:639px){.shell-module__YSbTvG__centerCol{padding-bottom:calc(var(--bottom-nav-h) + env(safe-area-inset-bottom,0px))}}
.chatPanel-module__9xOdFa__chatPanel{flex-direction:column;height:100%;display:flex;overflow:hidden}.chatPanel-module__9xOdFa__channelHeader{border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:8px;height:36px;min-height:36px;padding:0 12px;display:flex}.chatPanel-module__9xOdFa__channelSelectWrapper{flex:1;min-width:0;max-width:calc(100% - 48px)}.chatPanel-module__9xOdFa__liveDot{background:var(--accent-green);border-radius:50%;flex-shrink:0;width:6px;height:6px}.chatPanel-module__9xOdFa__lockedDot{background:var(--accent-red);border-radius:50%;flex-shrink:0;width:6px;height:6px}.chatPanel-module__9xOdFa__reconnecting{font-size:11px;font-family:var(--font-mono);color:var(--accent-gold);flex-shrink:0}.chatPanel-module__9xOdFa__messageStreamWrapper{flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.chatPanel-module__9xOdFa__messageStream{scrollbar-width:thin;scrollbar-color:var(--border-raised) transparent;flex-direction:column;flex:1;gap:2px;padding:8px 0;display:flex;overflow-y:auto}.chatPanel-module__9xOdFa__messageStream::-webkit-scrollbar{width:3px}.chatPanel-module__9xOdFa__messageStream::-webkit-scrollbar-thumb{background:var(--border-raised);border-radius:2px}.chatPanel-module__9xOdFa__blurredStream{filter:blur(6px);pointer-events:none;-webkit-user-select:none;user-select:none;overflow:hidden}.chatPanel-module__9xOdFa__lockOverlay{background:#00000059;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.chatPanel-module__9xOdFa__lockBanner{background:var(--bg-raised);border:1px solid var(--border-raised);border-radius:var(--radius,6px);text-align:center;flex-direction:column;align-items:center;gap:10px;max-width:172px;padding:20px;display:flex}.chatPanel-module__9xOdFa__lockIcon{font-size:26px;line-height:1}.chatPanel-module__9xOdFa__lockMsg{font-size:12px;font-family:var(--font-mono);color:var(--text-secondary);margin:0;line-height:1.55}.chatPanel-module__9xOdFa__lockMsgLink{color:var(--accent-blue);cursor:pointer;text-decoration:underline;transition:opacity .15s}.chatPanel-module__9xOdFa__lockMsgLink:hover{opacity:.8}.chatPanel-module__9xOdFa__chatMsg{border-radius:5px;align-items:flex-start;gap:8px;padding:4px 10px;display:flex}.chatPanel-module__9xOdFa__chatMsg:hover{background:#0000000a}.chatPanel-module__9xOdFa__chatAvatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;min-width:22px;height:22px;margin-top:1px;font-size:11px;font-weight:700;display:flex}.chatPanel-module__9xOdFa__chatMsgBody{flex:1;min-width:0}.chatPanel-module__9xOdFa__chatMsgHeader{align-items:baseline;gap:6px;margin-bottom:1px;display:flex}.chatPanel-module__9xOdFa__chatUsername{flex-shrink:0;font-size:13px;font-weight:700;line-height:1.2}.chatPanel-module__9xOdFa__chatTimestamp{color:var(--text-muted);font-size:11px;font-family:var(--font-mono);flex-shrink:0}.chatPanel-module__9xOdFa__chatText{color:var(--text-secondary);word-break:break-word;white-space:pre-wrap;margin:0;font-size:14px;line-height:1.45}.chatPanel-module__9xOdFa__flair{flex-direction:column;gap:1px;margin-bottom:2px;display:flex}.chatPanel-module__9xOdFa__flairAwards,.chatPanel-module__9xOdFa__flairSignature{font-size:11px;font-family:var(--font-mono);color:var(--accent-gold);font-style:italic;line-height:1.2}.chatPanel-module__9xOdFa__statusMsg{font-size:12px;font-family:var(--font-mono);color:var(--text-muted);text-align:center;margin:0;padding:24px 16px}.chatPanel-module__9xOdFa__inputBar{border-top:1px solid var(--border);flex-shrink:0;align-items:flex-end;gap:6px;padding:8px 10px;display:flex}.chatPanel-module__9xOdFa__chatInput{background:var(--bg-raised);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-primary);resize:none;outline:none;flex:1;max-height:96px;padding:6px 10px;font-family:inherit;font-size:13px;line-height:1.4;transition:border-color .15s;overflow-y:auto}.chatPanel-module__9xOdFa__chatInput::placeholder{color:var(--text-muted)}.chatPanel-module__9xOdFa__chatInput:focus{border-color:var(--border-raised)}.chatPanel-module__9xOdFa__chatInput:disabled{opacity:.5;cursor:not-allowed}.chatPanel-module__9xOdFa__sendBtn{background:var(--accent-red);border-radius:var(--radius-sm);color:#fff;cursor:pointer;border:none;flex-shrink:0;justify-content:center;align-items:center;width:28px;min-width:28px;height:28px;padding:0;font-size:14px;transition:opacity .15s;display:flex}.chatPanel-module__9xOdFa__sendBtn:disabled{opacity:.35;cursor:not-allowed}.chatPanel-module__9xOdFa__sendBtn:not(:disabled):hover{opacity:.85}.chatPanel-module__9xOdFa__noSpoilersBanner{background:var(--bg-surface);border-bottom:1px solid var(--border);text-align:center;flex-shrink:0;width:100%;padding:8px 12px}.chatPanel-module__9xOdFa__noSpoilersText{font-size:14px;font-family:var(--font-mono);color:var(--text-muted);letter-spacing:.5px;text-transform:uppercase;margin:0}
.DrivingBlindGame-module__062XQq__container{flex-direction:column;gap:12px;max-width:620px;margin:0 auto;padding:10px 0 40px;display:flex}.DrivingBlindGame-module__062XQq__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--accent-red,#e63329);margin:0;font-size:1.1rem;font-weight:700}.DrivingBlindGame-module__062XQq__subhead{color:var(--text-secondary);margin:0;font-size:14px;font-style:italic}.DrivingBlindGame-module__062XQq__chatWindow{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);scroll-behavior:smooth;flex-direction:column;gap:12px;height:320px;padding:16px;display:flex;overflow-y:auto}.DrivingBlindGame-module__062XQq__messageRow{justify-content:flex-start;display:flex}.DrivingBlindGame-module__062XQq__messageRowUser{justify-content:flex-end}.DrivingBlindGame-module__062XQq__bubble{border-radius:12px;max-width:80%;padding:10px 14px;font-size:14px;line-height:1.5}.DrivingBlindGame-module__062XQq__bubbleAssistant{background:var(--bg-raised);color:var(--text-primary);border-bottom-left-radius:2px}.DrivingBlindGame-module__062XQq__bubbleUser{background:var(--accent-blue);color:#fff;border-bottom-right-radius:2px}.DrivingBlindGame-module__062XQq__avatar{margin-right:6px}.DrivingBlindGame-module__062XQq__typing{color:var(--text-muted);padding:4px 0;font-size:13px;font-style:italic}.DrivingBlindGame-module__062XQq__chatForm{gap:8px;display:flex}.DrivingBlindGame-module__062XQq__chatInput{background:var(--bg-raised);border:1px solid var(--border-raised);border-radius:var(--radius-sm);color:var(--text-primary);flex:1;padding:9px 12px;font-family:inherit;font-size:14px}.DrivingBlindGame-module__062XQq__chatInput:focus{outline:2px solid var(--accent-blue);outline-offset:1px}.DrivingBlindGame-module__062XQq__chatInput::placeholder{color:var(--text-muted)}.DrivingBlindGame-module__062XQq__sendButton{background:var(--accent-blue);border-radius:var(--radius-sm);color:#fff;cursor:pointer;white-space:nowrap;border:none;padding:9px 18px;font-family:inherit;font-size:13px;font-weight:700;transition:opacity .15s}.DrivingBlindGame-module__062XQq__sendButton:hover:not(:disabled){opacity:.85}.DrivingBlindGame-module__062XQq__sendButton:disabled{opacity:.45;cursor:not-allowed}.DrivingBlindGame-module__062XQq__guessForm{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;gap:8px;padding:14px;display:flex}.DrivingBlindGame-module__062XQq__selectRow{flex-wrap:wrap;gap:8px;display:flex}.DrivingBlindGame-module__062XQq__selectField{flex:2;min-width:130px}.DrivingBlindGame-module__062XQq__yearField{flex:1;min-width:90px}.DrivingBlindGame-module__062XQq__guessButton{align-self:flex-end}.DrivingBlindGame-module__062XQq__winBanner{border:1px solid var(--accent-green,#22c55e);border-radius:var(--radius-md);text-align:center;background:#22c55e1a;flex-direction:column;align-items:center;gap:8px;padding:18px 20px;display:flex}.DrivingBlindGame-module__062XQq__lossBanner{border:1px solid var(--accent-red);border-radius:var(--radius-md);text-align:center;background:#ef44441a;flex-direction:column;align-items:center;gap:8px;padding:18px 20px;display:flex}.DrivingBlindGame-module__062XQq__bannerHeading{color:var(--text-primary);font-size:18px;font-weight:800}.DrivingBlindGame-module__062XQq__bannerSub{color:var(--text-secondary);margin:0;font-size:14px}.DrivingBlindGame-module__062XQq__shareButton{border-radius:var(--radius-sm);color:#fff;cursor:pointer;background:#22c55e;border:none;margin-top:4px;padding:8px 20px;font-family:inherit;font-size:13px;font-weight:700;transition:opacity .15s}.DrivingBlindGame-module__062XQq__shareButton:hover{opacity:.85}.DrivingBlindGame-module__062XQq__shareButtonLost{background:var(--accent-red);border-radius:var(--radius-sm);color:#fff;cursor:pointer;border:none;margin-top:4px;padding:8px 20px;font-family:inherit;font-size:13px;font-weight:700;transition:opacity .15s}.DrivingBlindGame-module__062XQq__shareButtonLost:hover{opacity:.85}.DrivingBlindGame-module__062XQq__gauge{flex-direction:column;gap:6px;display:flex}.DrivingBlindGame-module__062XQq__gaugeHeader{justify-content:space-between;align-items:baseline;display:flex}.DrivingBlindGame-module__062XQq__gaugeLabel{letter-spacing:1.5px;text-transform:uppercase;color:var(--text-muted);font-size:11px;font-weight:700;font-family:var(--font-mono)}.DrivingBlindGame-module__062XQq__gaugePct{font-size:12px;font-weight:700;font-family:var(--font-mono);color:var(--text-secondary)}.DrivingBlindGame-module__062XQq__gaugePctLow{color:var(--accent-red)}.DrivingBlindGame-module__062XQq__gaugeTrack{background:var(--bg-raised);border:1px solid var(--border);border-radius:4px;height:8px;overflow:hidden}.DrivingBlindGame-module__062XQq__gaugeFill{background:#22c55e;border-radius:4px;height:100%;transition:width .5s,background-color .5s}.DrivingBlindGame-module__062XQq__gaugeFillLow{background:var(--accent-red)}
.GrandPrixGame-module__4gg8AG__container{flex-direction:column;gap:1.05rem;width:100%;max-width:640px;margin:0 auto;padding:.5rem 1rem 3rem;display:flex}.GrandPrixGame-module__4gg8AG__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--accent-red,#e63329);margin:0;font-size:1.1rem;font-weight:700}.GrandPrixGame-module__4gg8AG__guestBanner{color:var(--text-secondary);text-align:center;background:#e6332914;border:1px solid #e6332940;border-radius:8px;padding:10px 14px;font-size:.875rem}.GrandPrixGame-module__4gg8AG__guestBannerCta{color:var(--accent-red,#e63329);cursor:pointer;font-weight:700;font-size:inherit;background:0 0;border:none;padding:0;text-decoration:underline}
.leaderboardPanel-module__QDvy4G__leaderboardPanel{flex-direction:column;height:100%;display:flex;overflow:hidden}.leaderboardPanel-module__QDvy4G__boardHeader{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:flex-start;align-items:center;gap:8px;height:36px;min-height:36px;padding:0 12px;display:flex}.leaderboardPanel-module__QDvy4G__boardSelectWrapper{width:auto;min-width:140px}.leaderboardPanel-module__QDvy4G__boardList{scrollbar-width:thin;scrollbar-color:var(--border-raised) transparent;flex-direction:column;flex:1;gap:2px;padding:8px 0;display:flex;overflow-y:auto}.leaderboardPanel-module__QDvy4G__boardList::-webkit-scrollbar{width:3px}.leaderboardPanel-module__QDvy4G__boardList::-webkit-scrollbar-thumb{background:var(--border-raised);border-radius:2px}.leaderboardPanel-module__QDvy4G__boardRow{text-align:left;border-radius:5px;align-items:center;gap:8px;width:100%;padding:6px 12px;display:flex}.leaderboardPanel-module__QDvy4G__boardRow:hover{background:#0000000a}.leaderboardPanel-module__QDvy4G__boardRank{width:36px;min-width:36px;font-family:var(--font-mono);text-align:center;color:var(--text-muted);flex-shrink:0;font-size:13px;font-weight:700;line-height:1}.leaderboardPanel-module__QDvy4G__gold,.leaderboardPanel-module__QDvy4G__silver,.leaderboardPanel-module__QDvy4G__bronze{font-size:26px}.leaderboardPanel-module__QDvy4G__boardAvatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;min-width:26px;height:26px;font-size:11px;font-weight:700;display:flex}.leaderboardPanel-module__QDvy4G__boardInfo{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.leaderboardPanel-module__QDvy4G__boardName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:700;overflow:hidden}.leaderboardPanel-module__QDvy4G__boardFlair{font-size:11px;font-family:var(--font-mono);color:var(--accent-gold);white-space:nowrap;text-overflow:ellipsis;line-height:1.2;overflow:hidden}.leaderboardPanel-module__QDvy4G__boardScore{font-family:var(--font-mono);color:var(--accent-orange,#f47c24);white-space:nowrap;flex-shrink:0;font-size:13px;font-weight:700}.leaderboardPanel-module__QDvy4G__boardFooter{border-top:1px solid var(--border);text-align:center;flex-shrink:0;padding:8px 12px}.leaderboardPanel-module__QDvy4G__boardFooterText{font-size:11px;font-family:var(--font-mono);color:var(--text-muted)}
