.NewgroundsPortalComponent-module___yjeGa__container{background:var(--discord-background-mid);text-align:left;border:1px solid #ffffff0f;border-radius:12px;flex-direction:column;width:100%;animation:.6s cubic-bezier(.16,1,.3,1) .4s both NewgroundsPortalComponent-module___yjeGa__portalSlideUp;display:flex;overflow:hidden;box-shadow:0 8px 32px #00000080,0 0 0 1px #0003}@keyframes NewgroundsPortalComponent-module___yjeGa__portalSlideUp{0%{opacity:0;transform:translateY(24px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.NewgroundsPortalComponent-module___yjeGa__titleBar{background:var(--discord-background-dark);-webkit-user-select:none;user-select:none;border-bottom:1px solid #0006;flex-shrink:0;align-items:center;gap:10px;padding:12px 16px;display:flex;position:relative}.NewgroundsPortalComponent-module___yjeGa__trafficLights{gap:8px;padding-right:4px;display:flex}.NewgroundsPortalComponent-module___yjeGa__trafficDot{border-radius:50%;width:12px;height:12px}.NewgroundsPortalComponent-module___yjeGa__trafficDot:first-child{background:#ed6a5e}.NewgroundsPortalComponent-module___yjeGa__trafficDot:nth-child(2){background:#f4bf4f}.NewgroundsPortalComponent-module___yjeGa__trafficDot:nth-child(3){background:#61c554}.NewgroundsPortalComponent-module___yjeGa__titleBarCenter{pointer-events:none;align-items:center;gap:8px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.NewgroundsPortalComponent-module___yjeGa__titleText{color:var(--discord-text-primary);letter-spacing:-.01em;font-size:.9375rem;font-weight:600}.NewgroundsPortalComponent-module___yjeGa__titleCount{font-size:var(--font-size-sm);color:var(--discord-text-faint);margin-left:auto}.NewgroundsPortalComponent-module___yjeGa__contentArea{flex-direction:column;height:75vh;min-height:0;display:flex;overflow:hidden}.NewgroundsPortalComponent-module___yjeGa__searchBar{background:var(--discord-background-chat);border-bottom:1px solid #0003;flex-direction:column;flex-shrink:0;gap:8px;padding:12px 16px 8px;display:flex}.NewgroundsPortalComponent-module___yjeGa__searchInput{background:var(--discord-background-input);width:100%;color:var(--discord-text-normal);font-size:var(--font-size-base);border:none;border-radius:6px;outline:none;height:auto;padding:8px 12px 8px 36px;font-family:inherit;transition:background-color .15s,box-shadow .15s}.NewgroundsPortalComponent-module___yjeGa__searchInput::placeholder{color:var(--discord-text-subtle)}.NewgroundsPortalComponent-module___yjeGa__searchInput:focus{background:var(--discord-background-input);border-color:#0000;box-shadow:0 0 0 2px #5865f266}.NewgroundsPortalComponent-module___yjeGa__searchInputWrap{position:relative}.NewgroundsPortalComponent-module___yjeGa__searchIcon{width:16px;height:16px;color:var(--discord-text-subtle);pointer-events:none;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.NewgroundsPortalComponent-module___yjeGa__filterRow{justify-content:space-between;align-items:center;gap:8px;display:flex}.NewgroundsPortalComponent-module___yjeGa__typeTabs{flex-wrap:wrap;gap:4px;min-width:0;display:flex}.NewgroundsPortalComponent-module___yjeGa__typeTab{color:var(--discord-text-muted);font-size:var(--font-size-sm);cursor:pointer;text-transform:uppercase;letter-spacing:.02em;background:0 0;border:none;border-radius:4px;padding:4px 12px;font-family:inherit;font-weight:600;transition:background-color .12s,color .12s}.NewgroundsPortalComponent-module___yjeGa__typeTab:hover{color:var(--discord-text-normal);background:#ffffff0f}.NewgroundsPortalComponent-module___yjeGa__typeTabActive{color:var(--discord-blurple-muted);background:#5865f233}.NewgroundsPortalComponent-module___yjeGa__yearFilter{flex-shrink:0}.NewgroundsPortalComponent-module___yjeGa__yearSelect{background:var(--discord-background-input);color:var(--discord-text-normal);font-size:var(--font-size-sm);cursor:pointer;appearance:none;letter-spacing:.02em;text-transform:uppercase;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%2380848e' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;background-size:10px 6px;border:1px solid #ffffff14;border-radius:4px;outline:none;padding:4px 28px 4px 10px;font-family:inherit;font-weight:600;transition:background-color .15s,border-color .15s,box-shadow .15s}.NewgroundsPortalComponent-module___yjeGa__yearSelect:hover{background-color:var(--discord-background-input);border-color:#ffffff1f}.NewgroundsPortalComponent-module___yjeGa__yearSelect:focus{border-color:#5865f280;box-shadow:0 0 0 2px #5865f266}.NewgroundsPortalComponent-module___yjeGa__yearSelect option{background:var(--discord-background-mid);color:var(--discord-text-normal)}.NewgroundsPortalComponent-module___yjeGa__itemGrid{background:var(--discord-background-chat);flex-wrap:wrap;flex:1;place-content:flex-start center;gap:12px;min-height:0;padding:10px 14px;display:flex;overflow-y:auto}.NewgroundsPortalComponent-module___yjeGa__itemGrid::-webkit-scrollbar{width:8px}.NewgroundsPortalComponent-module___yjeGa__itemGrid::-webkit-scrollbar-track{background:var(--discord-background-mid);border-radius:4px}.NewgroundsPortalComponent-module___yjeGa__itemGrid::-webkit-scrollbar-thumb{background:var(--discord-background-deep);border-radius:4px}.NewgroundsPortalComponent-module___yjeGa__itemGrid::-webkit-scrollbar-thumb:hover{background:var(--discord-background-deep)}.NewgroundsPortalComponent-module___yjeGa__itemCard{background:var(--discord-background-mid);cursor:pointer;will-change:transform;border:1px solid #ffffff0a;border-radius:8px;flex-shrink:0;width:180px;transition:transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s,border-color .2s;animation:.3s both NewgroundsPortalComponent-module___yjeGa__cardAppear;overflow:hidden}.NewgroundsPortalComponent-module___yjeGa__itemCard:hover{border-color:#ffffff1a;transform:translateY(-3px)scale(1.02);box-shadow:0 8px 24px #0006}@keyframes NewgroundsPortalComponent-module___yjeGa__cardAppear{0%{opacity:0;transform:translateY(12px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.NewgroundsPortalComponent-module___yjeGa__itemThumbWrap{background:var(--discord-background-dark);width:100%;height:135px;position:relative;overflow:hidden}.NewgroundsPortalComponent-module___yjeGa__itemThumb{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.NewgroundsPortalComponent-module___yjeGa__itemCard:hover .NewgroundsPortalComponent-module___yjeGa__itemThumb{transform:scale(1.08)}.NewgroundsPortalComponent-module___yjeGa__typeBadge{text-transform:uppercase;letter-spacing:.03em;-webkit-backdrop-filter:blur(8px);border-radius:4px;padding:2px 6px;font-size:.625rem;font-weight:700;position:absolute;top:6px;right:6px}.NewgroundsPortalComponent-module___yjeGa__typeBadgeMovie{color:var(--discord-white);background:#e53935bf}.NewgroundsPortalComponent-module___yjeGa__typeBadgeGame{color:var(--discord-white);background:#43a047bf}.NewgroundsPortalComponent-module___yjeGa__typeBadgeAudio{color:var(--discord-white);background:#9c27b0bf}.NewgroundsPortalComponent-module___yjeGa__itemInfo{padding:8px 10px 10px}.NewgroundsPortalComponent-module___yjeGa__itemTitle{color:var(--discord-text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;font-weight:600;line-height:1.3;display:block;overflow:hidden}.NewgroundsPortalComponent-module___yjeGa__itemMeta{justify-content:space-between;align-items:center;gap:4px;margin-top:4px;display:flex}.NewgroundsPortalComponent-module___yjeGa__itemAuthor{font-size:var(--font-size-xs);color:var(--discord-text-muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.NewgroundsPortalComponent-module___yjeGa__itemScore{font-size:var(--font-size-xs);color:var(--ng-gold);flex-shrink:0;align-items:center;gap:3px;font-weight:600;display:flex}.NewgroundsPortalComponent-module___yjeGa__scoreStar{font-size:.625rem}.NewgroundsPortalComponent-module___yjeGa__modalOverlay{-webkit-backdrop-filter:blur(8px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:24px;animation:.2s both NewgroundsPortalComponent-module___yjeGa__overlayFadeIn;display:flex;position:fixed;inset:0}@keyframes NewgroundsPortalComponent-module___yjeGa__overlayFadeIn{0%{opacity:0}to{opacity:1}}.NewgroundsPortalComponent-module___yjeGa__modalCard{background:var(--discord-background-mid);border:1px solid #ffffff14;border-radius:12px;width:100%;max-width:560px;max-height:85vh;animation:.3s cubic-bezier(.16,1,.3,1) both NewgroundsPortalComponent-module___yjeGa__modalSlideIn;position:relative;overflow-y:auto;box-shadow:0 24px 64px #0009}@keyframes NewgroundsPortalComponent-module___yjeGa__modalSlideIn{0%{opacity:0;transform:translateY(20px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.NewgroundsPortalComponent-module___yjeGa__modalCard::-webkit-scrollbar{width:6px}.NewgroundsPortalComponent-module___yjeGa__modalCard::-webkit-scrollbar-track{background:0 0}.NewgroundsPortalComponent-module___yjeGa__modalCard::-webkit-scrollbar-thumb{background:var(--discord-background-deep);border-radius:3px}.NewgroundsPortalComponent-module___yjeGa__modalClose{width:32px;height:32px;color:var(--discord-text-normal);font-size:var(--font-size-lg);cursor:pointer;z-index:2;background:#0006;border:none;border-radius:50%;justify-content:center;align-items:center;font-family:inherit;transition:background-color .15s;display:flex;position:absolute;top:12px;right:12px}.NewgroundsPortalComponent-module___yjeGa__modalClose:hover{background:#0009}.NewgroundsPortalComponent-module___yjeGa__contentHero{background-color:var(--discord-background-dark);background-position:50%;background-repeat:no-repeat;background-size:cover;border-bottom:1px solid #ffffff0f;justify-content:center;align-items:flex-end;min-height:220px;padding:32px 24px 28px;display:flex;position:relative;overflow:hidden}.NewgroundsPortalComponent-module___yjeGa__contentHeroOverlay{pointer-events:none;background:linear-gradient(#0e0e1059 0%,#0e0e10b3 60%,#0e0e10f2 100%);position:absolute;inset:0}.NewgroundsPortalComponent-module___yjeGa__contentHeroBody{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:6px;width:100%;max-width:420px;display:flex;position:relative}.NewgroundsPortalComponent-module___yjeGa__heroBadge{text-transform:uppercase;letter-spacing:.04em;-webkit-backdrop-filter:blur(8px);border-radius:4px;align-items:center;padding:3px 10px;font-size:.625rem;font-weight:700;display:inline-flex}.NewgroundsPortalComponent-module___yjeGa__contentHeroTitle{color:var(--discord-white);text-shadow:0 2px 12px #0009;margin:4px 0 2px;font-size:1.375rem;font-weight:700;line-height:1.25}.NewgroundsPortalComponent-module___yjeGa__contentHeroMeta{justify-content:center;align-items:center;gap:12px;margin-top:2px;display:flex}.NewgroundsPortalComponent-module___yjeGa__contentHeroAuthor{color:#ffffffa6;font-size:.8125rem}.NewgroundsPortalComponent-module___yjeGa__contentHeroScore{color:var(--ng-gold);text-shadow:0 1px 4px #00000080;font-size:.8125rem;font-weight:600}.NewgroundsPortalComponent-module___yjeGa__actionHero{background:var(--ng-orange);color:var(--discord-white);font-size:var(--font-size-base);border-radius:8px;margin-top:14px;padding:10px 28px;transition:background-color .15s,box-shadow .2s,transform .15s;box-shadow:0 4px 16px #ff660059,0 1px 3px #0000004d}.NewgroundsPortalComponent-module___yjeGa__actionHero:hover{background:var(--ng-orange);box-shadow:0 6px 24px #ff660073,0 2px 6px #0006}.NewgroundsPortalComponent-module___yjeGa__creatorDivider{background:#ffffff05;border-bottom:1px solid #ffffff0f;padding:10px 20px}.NewgroundsPortalComponent-module___yjeGa__creatorDividerText{font-size:var(--font-size-xs);color:var(--discord-text-faint);text-transform:uppercase;letter-spacing:.04em;font-weight:700}.NewgroundsPortalComponent-module___yjeGa__creatorHeader{align-items:center;gap:12px;padding:12px 20px;display:flex}.NewgroundsPortalComponent-module___yjeGa__cardBanner{background:linear-gradient(135deg,#5865f2,#e91e63,#ff9800) 0 0/200% 200%;width:100%;height:100px;animation:8s ease-in-out infinite NewgroundsPortalComponent-module___yjeGa__bannerShift;position:relative}@keyframes NewgroundsPortalComponent-module___yjeGa__bannerShift{0%,to{background-position:0%}50%{background-position:100%}}.NewgroundsPortalComponent-module___yjeGa__cardBannerImg{object-fit:cover;width:100%;height:100%}.NewgroundsPortalComponent-module___yjeGa__cardAvatarWrap{border:5px solid var(--discord-background-mid);background:var(--discord-background-mid);z-index:1;border-radius:50%;width:72px;height:72px;margin:-36px 0 0 20px;position:relative}.NewgroundsPortalComponent-module___yjeGa__cardAvatar{object-fit:cover;border-radius:50%;width:100%;height:100%}.NewgroundsPortalComponent-module___yjeGa__cardAvatarFallback{background:var(--discord-blurple);width:100%;height:100%;color:var(--discord-white);border-radius:50%;justify-content:center;align-items:center;font-size:1.75rem;font-weight:700;display:flex}.NewgroundsPortalComponent-module___yjeGa__cardHeader{padding:8px 20px 0}.NewgroundsPortalComponent-module___yjeGa__cardUsername{font-size:var(--font-size-xl);color:var(--discord-text-primary);font-weight:700}.NewgroundsPortalComponent-module___yjeGa__cardRankRow{flex-wrap:wrap;align-items:center;gap:8px;margin-top:2px;display:flex}.NewgroundsPortalComponent-module___yjeGa__cardRankBadge{font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:.02em;border-radius:4px;align-items:center;gap:4px;padding:2px 8px;font-weight:600;display:inline-flex}.NewgroundsPortalComponent-module___yjeGa__ngBadge{color:var(--ng-gold-muted);background:#ff980033}.NewgroundsPortalComponent-module___yjeGa__ccBadge{color:var(--discord-blurple-muted);background:#5865f233}.NewgroundsPortalComponent-module___yjeGa__levelBadge{color:var(--color-success);background:#4caf5033}.NewgroundsPortalComponent-module___yjeGa__supporterBadge{color:var(--ng-fan-pink);background:#e91e6333}.NewgroundsPortalComponent-module___yjeGa__cardDescription{color:var(--discord-text-secondary);border-bottom:1px solid #ffffff0f;margin-top:8px;padding:0 20px 12px;font-size:.8125rem;line-height:1.5}.NewgroundsPortalComponent-module___yjeGa__cardPersonalInfo{border-bottom:1px solid #ffffff0f;flex-wrap:wrap;gap:6px 16px;padding:12px 20px;display:flex}.NewgroundsPortalComponent-module___yjeGa__personalInfoItem{font-size:var(--font-size-sm);color:var(--discord-text-muted);align-items:center;gap:4px;display:flex}.NewgroundsPortalComponent-module___yjeGa__personalInfoIcon{flex-shrink:0;font-size:.8125rem}.NewgroundsPortalComponent-module___yjeGa__personalInfoValue{color:var(--discord-text-normal)}.NewgroundsPortalComponent-module___yjeGa__statsGrid{border-bottom:1px solid #ffffff0f;grid-template-columns:repeat(3,1fr);gap:8px;padding:12px 20px;display:grid}.NewgroundsPortalComponent-module___yjeGa__statItem{background:#ffffff05;border-radius:6px;flex-direction:column;align-items:center;padding:8px 4px;transition:background-color .15s;display:flex}.NewgroundsPortalComponent-module___yjeGa__statItem:hover{background:#ffffff0d}.NewgroundsPortalComponent-module___yjeGa__statValue{font-size:var(--font-size-lg);color:var(--discord-text-primary);font-weight:700;line-height:1}.NewgroundsPortalComponent-module___yjeGa__statLabel{color:var(--discord-text-faint);text-transform:uppercase;letter-spacing:.04em;margin-top:4px;font-size:.625rem;font-weight:600}.NewgroundsPortalComponent-module___yjeGa__contentCounts{border-bottom:1px solid #ffffff0f;flex-wrap:wrap;gap:6px;padding:12px 20px;display:flex}.NewgroundsPortalComponent-module___yjeGa__contentPill{font-size:var(--font-size-sm);color:var(--discord-text-secondary);background:#ffffff0a;border-radius:12px;align-items:center;gap:4px;padding:4px 10px;transition:background-color .15s;display:inline-flex}.NewgroundsPortalComponent-module___yjeGa__contentPill:hover{background:#ffffff14}.NewgroundsPortalComponent-module___yjeGa__contentPillIcon{font-size:.8125rem}.NewgroundsPortalComponent-module___yjeGa__contentPillCount{color:var(--discord-text-normal);font-weight:600}.NewgroundsPortalComponent-module___yjeGa__ccSection{border-bottom:1px solid #ffffff0f;padding:12px 20px}.NewgroundsPortalComponent-module___yjeGa__ccSectionTitle{font-size:var(--font-size-xs);color:var(--discord-text-muted);text-transform:uppercase;letter-spacing:.02em;align-items:center;gap:6px;margin-bottom:8px;font-weight:700;display:flex}.NewgroundsPortalComponent-module___yjeGa__ccRow{align-items:center;gap:12px;display:flex}.NewgroundsPortalComponent-module___yjeGa__ccAvatar{object-fit:cover;background:var(--discord-background-dark);border-radius:50%;flex-shrink:0;width:40px;height:40px}.NewgroundsPortalComponent-module___yjeGa__ccInfo{flex:1;min-width:0}.NewgroundsPortalComponent-module___yjeGa__ccUsername{font-size:var(--font-size-base);color:var(--discord-text-primary);font-weight:600}.NewgroundsPortalComponent-module___yjeGa__ccCustomTitle{font-size:var(--font-size-sm);color:var(--discord-text-muted);margin-top:1px;font-style:italic}.NewgroundsPortalComponent-module___yjeGa__ccStats{flex-wrap:wrap;gap:6px 12px;margin-top:8px;display:flex}.NewgroundsPortalComponent-module___yjeGa__ccStatItem{font-size:var(--font-size-sm);color:var(--discord-text-muted)}.NewgroundsPortalComponent-module___yjeGa__ccStatValue{color:var(--discord-text-normal);font-weight:600}.NewgroundsPortalComponent-module___yjeGa__ccForumQuote{background:#5865f20f;border-left:3px solid #5865f299;border-radius:0 6px 6px 0;margin:10px 0 0;padding:10px 14px;animation:.4s .2s both NewgroundsPortalComponent-module___yjeGa__quoteReveal}@keyframes NewgroundsPortalComponent-module___yjeGa__quoteReveal{0%{opacity:0;transform:translate(-6px)}to{opacity:1;transform:translate(0)}}.NewgroundsPortalComponent-module___yjeGa__ccQuoteBody{color:var(--discord-text-secondary);word-break:break-word;margin:0;font-size:.78125rem;font-style:italic;line-height:1.55}.NewgroundsPortalComponent-module___yjeGa__ccQuoteFooter{flex-wrap:wrap;align-items:center;gap:8px;margin-top:6px;display:flex}.NewgroundsPortalComponent-module___yjeGa__ccQuoteThread{font-size:var(--font-size-xs);color:var(--discord-text-subtle);text-overflow:ellipsis;white-space:nowrap;align-items:center;gap:4px;max-width:250px;display:inline-flex;overflow:hidden}.NewgroundsPortalComponent-module___yjeGa__ccQuoteThreadIcon{font-size:var(--font-size-sm);flex-shrink:0}.NewgroundsPortalComponent-module___yjeGa__ccQuoteDate{font-size:var(--font-size-xs);color:var(--discord-text-subtle);margin-left:auto}.NewgroundsPortalComponent-module___yjeGa__topSubmissions{border-bottom:1px solid #ffffff0f;padding:12px 20px}.NewgroundsPortalComponent-module___yjeGa__topSubmissions:last-child{border-bottom:none}.NewgroundsPortalComponent-module___yjeGa__topSubTitle{font-size:var(--font-size-xs);color:var(--discord-text-muted);text-transform:uppercase;letter-spacing:.02em;margin-bottom:6px;font-weight:700}.NewgroundsPortalComponent-module___yjeGa__topSubList{flex-direction:column;gap:4px;display:flex}.NewgroundsPortalComponent-module___yjeGa__topSubItem{border-radius:4px;align-items:center;gap:8px;padding:4px 6px;transition:background-color .12s;display:flex}.NewgroundsPortalComponent-module___yjeGa__topSubItem:hover{background:#ffffff0a}.NewgroundsPortalComponent-module___yjeGa__topSubThumb{object-fit:cover;background:var(--discord-background-dark);border-radius:3px;flex-shrink:0;width:36px;height:27px}.NewgroundsPortalComponent-module___yjeGa__topSubInfo{flex:1;min-width:0}.NewgroundsPortalComponent-module___yjeGa__topSubName{font-size:var(--font-size-sm);color:var(--discord-text-normal);text-overflow:ellipsis;white-space:nowrap;font-weight:500;overflow:hidden}.NewgroundsPortalComponent-module___yjeGa__topSubScore{font-size:var(--font-size-xs);color:var(--ng-gold);flex-shrink:0;font-weight:600}.NewgroundsPortalComponent-module___yjeGa__cardActions{gap:8px;padding:12px 20px 16px;display:flex}.NewgroundsPortalComponent-module___yjeGa__actionButton{cursor:pointer;will-change:transform;border:none;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px 12px;font-family:inherit;font-size:.8125rem;font-weight:600;text-decoration:none;transition:background-color .15s,transform .15s;display:flex}.NewgroundsPortalComponent-module___yjeGa__actionButton:hover{transform:translateY(-1px)}.NewgroundsPortalComponent-module___yjeGa__actionButton:active{transform:translateY(0)}.NewgroundsPortalComponent-module___yjeGa__actionPrimary{background:var(--ng-orange);color:var(--discord-white)}.NewgroundsPortalComponent-module___yjeGa__actionPrimary:hover{background:var(--ng-orange)}.NewgroundsPortalComponent-module___yjeGa__actionSecondary{color:var(--discord-text-normal);background:#ffffff14}.NewgroundsPortalComponent-module___yjeGa__actionSecondary:hover{background:#ffffff1f}.NewgroundsPortalComponent-module___yjeGa__isLoadingState{color:var(--discord-text-faint);font-size:var(--font-size-base);flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:48px 16px;display:flex}.NewgroundsPortalComponent-module___yjeGa__loadingDots{gap:6px;display:flex}.NewgroundsPortalComponent-module___yjeGa__loadingDot{background:var(--ng-orange);border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite both NewgroundsPortalComponent-module___yjeGa__portalBounce}.NewgroundsPortalComponent-module___yjeGa__loadingDot:first-child{animation-delay:0s}.NewgroundsPortalComponent-module___yjeGa__loadingDot:nth-child(2){animation-delay:.16s}.NewgroundsPortalComponent-module___yjeGa__loadingDot:nth-child(3){animation-delay:.32s}@keyframes NewgroundsPortalComponent-module___yjeGa__portalBounce{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.NewgroundsPortalComponent-module___yjeGa__emptyState{color:var(--discord-text-faint);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:48px 24px;display:flex}.NewgroundsPortalComponent-module___yjeGa__emptyIcon{opacity:.6;font-size:2.25rem}.NewgroundsPortalComponent-module___yjeGa__emptyText{font-size:var(--font-size-base);color:var(--discord-text-muted)}.NewgroundsPortalComponent-module___yjeGa__sentinel{flex-shrink:0;width:100%;height:1px}.NewgroundsPortalComponent-module___yjeGa__loadingMore{flex-shrink:0;justify-content:center;width:100%;padding:16px 0 8px;display:flex}.NewgroundsPortalComponent-module___yjeGa__endOfList{text-align:center;width:100%;font-size:var(--font-size-sm);color:var(--discord-text-subtle);letter-spacing:.02em;flex-shrink:0;padding:16px 0 8px;font-weight:500}.NewgroundsPortalComponent-module___yjeGa__clockAvatarWrap{background:var(--discord-background-dark);justify-content:center;align-items:center;width:100%;height:135px;display:flex;position:relative;overflow:hidden}.NewgroundsPortalComponent-module___yjeGa__clockAvatarImg{object-fit:cover;border:3px solid #ffffff1a;border-radius:50%;width:80px;height:80px;transition:transform .3s,border-color .3s}.NewgroundsPortalComponent-module___yjeGa__itemCard:hover .NewgroundsPortalComponent-module___yjeGa__clockAvatarImg{border-color:#ff980080;transform:scale(1.1)}.NewgroundsPortalComponent-module___yjeGa__clockAvatarFallbackInitial{background:var(--discord-blurple);width:80px;height:80px;color:var(--discord-white);border:3px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;font-size:2rem;font-weight:700;transition:transform .3s,border-color .3s;display:flex}.NewgroundsPortalComponent-module___yjeGa__itemCard:hover .NewgroundsPortalComponent-module___yjeGa__clockAvatarFallbackInitial{border-color:#ff980080;transform:scale(1.1)}.NewgroundsPortalComponent-module___yjeGa__clockLevelBadge{-webkit-backdrop-filter:blur(8px);color:var(--discord-white);letter-spacing:.02em;background:#4caf50cc;border-radius:4px;padding:2px 8px;font-size:.625rem;font-weight:700;position:absolute;bottom:6px;right:6px}.NewgroundsPortalComponent-module___yjeGa__clockFanCount{font-size:var(--font-size-xs);color:var(--ng-fan-pink);flex-shrink:0;align-items:center;gap:3px;font-weight:600;display:flex}.NewgroundsPortalComponent-module___yjeGa__scoreBar{background:#ffffff0f;border-radius:2px;width:100%;height:4px;margin-top:3px;overflow:hidden}.NewgroundsPortalComponent-module___yjeGa__scoreBarFill{transform-origin:0;background:linear-gradient(90deg,#f5c518,#f60);border-radius:2px;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.NewgroundsPortalComponent-module___yjeGa__profileBanner{flex-shrink:0;width:100%;height:100px;position:relative;overflow:hidden}.NewgroundsPortalComponent-module___yjeGa__profileBannerGradient{background:linear-gradient(135deg,#f60 0%,#e91e63 40%,#5865f2 100%) 0 0/200% 200%;animation:8s ease-in-out infinite NewgroundsPortalComponent-module___yjeGa__bannerShift;position:absolute;inset:0}.NewgroundsPortalComponent-module___yjeGa__profileIdentity{z-index:1;align-items:flex-end;gap:14px;margin-top:-36px;padding:0 20px 12px;display:flex;position:relative}.NewgroundsPortalComponent-module___yjeGa__profileAvatarWrap{border:5px solid var(--discord-background-mid);background:var(--discord-background-mid);border-radius:50%;flex-shrink:0;width:72px;height:72px;overflow:hidden;box-shadow:0 4px 12px #0006}.NewgroundsPortalComponent-module___yjeGa__profileNameBlock{min-width:0;padding-bottom:4px}.NewgroundsPortalComponent-module___yjeGa__profileDisplayName{color:var(--discord-text-primary);font-size:1.375rem;font-weight:700;line-height:1.2;display:block}.NewgroundsPortalComponent-module___yjeGa__profileLinks{border-bottom:1px solid #ffffff0f;padding:12px 20px}.NewgroundsPortalComponent-module___yjeGa__profileLinksList{flex-wrap:wrap;gap:6px;margin-top:6px;display:flex}.NewgroundsPortalComponent-module___yjeGa__profileLinkItem{color:var(--discord-blurple-muted);font-size:var(--font-size-sm);background:#5865f21a;border-radius:12px;align-items:center;padding:4px 10px;font-weight:500;text-decoration:none;transition:background-color .15s,color .15s;display:inline-flex}.NewgroundsPortalComponent-module___yjeGa__profileLinkItem:hover{color:var(--discord-blurple-light);background:#5865f233}a.NewgroundsPortalComponent-module___yjeGa__topSubItem{color:inherit;text-decoration:none}@media (max-width:640px){.NewgroundsPortalComponent-module___yjeGa__container{border-radius:8px;max-width:100%}.NewgroundsPortalComponent-module___yjeGa__contentArea{height:460px}.NewgroundsPortalComponent-module___yjeGa__itemGrid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:8px;padding:8px}.NewgroundsPortalComponent-module___yjeGa__statsGrid{grid-template-columns:repeat(2,1fr)}.NewgroundsPortalComponent-module___yjeGa__modalCard{max-width:100%;max-height:90vh}.NewgroundsPortalComponent-module___yjeGa__cardActions{flex-direction:column}}
.ClockComponent-module__r3HoJW__clock{--clock-size:160px;width:var(--clock-size);height:var(--clock-size);flex-shrink:0;animation:.6s ease-out both ClockComponent-module__r3HoJW__clockFadeIn;position:relative}@keyframes ClockComponent-module__r3HoJW__clockFadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.ClockComponent-module__r3HoJW__bezel{background:radial-gradient(circle at 35% 30%,#3a3a3a 0%,#252525 40%,#1a1a1a 70%,#111 100%);border-radius:50%;width:100%;height:100%;padding:8%;box-shadow:0 4px 20px #000000b3,0 2px 8px #00000080,0 0 30px #dab95c1f,inset 0 1px 2px #ffffff14,inset 0 -1px 2px #0006}.ClockComponent-module__r3HoJW__face{background:radial-gradient(circle at 45% 40%,#f5e6a3 0%,#e8d374 25%,#dab95c 50%,#c8a84a 75%,#b89a3e 100%);border-radius:50%;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:inset 0 2px 6px #ffffff59,inset 0 -2px 6px #00000026}.ClockComponent-module__r3HoJW__highlight{pointer-events:none;background:radial-gradient(#fffff080 0%,#fffff026 50%,#0000 100%);border-radius:50%;width:55%;height:45%;position:absolute;top:10%;left:15%}.ClockComponent-module__r3HoJW__tick{transform-origin:bottom;width:3px;height:50%;transform:rotate(var(--tick-rotation));background:0 0;margin-left:-1.5px;position:absolute;top:0;left:50%}.ClockComponent-module__r3HoJW__tick:after{content:"";opacity:.7;background:#2a2a2a;border-radius:1px;width:100%;height:16%;margin-top:12%;display:block}.ClockComponent-module__r3HoJW__hands{z-index:2;width:100%;height:100%;position:absolute;inset:0}.ClockComponent-module__r3HoJW__hourHand,.ClockComponent-module__r3HoJW__minuteHand,.ClockComponent-module__r3HoJW__secondHand{transform-origin:100px 100px;will-change:transform}.ClockComponent-module__r3HoJW__secondHand{transition:none}
