.hidden-tiers-module__UKeADG__page{background:var(--background);min-height:100vh;color:var(--foreground);font-family:var(--font-geist-sans)}.hidden-tiers-module__UKeADG__header{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background:rgba(0,0,0,.8);position:-webkit-sticky;position:sticky;top:0}.hidden-tiers-module__UKeADG__nav{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.hidden-tiers-module__UKeADG__logo h1{margin:0;font-size:2rem;font-weight:800}.hidden-tiers-module__UKeADG__navLinks{gap:2rem;display:flex}.hidden-tiers-module__UKeADG__navLink{color:var(--foreground);font-weight:500;text-decoration:none;transition:color .3s}.hidden-tiers-module__UKeADG__navLink:hover{color:var(--primary)}.hidden-tiers-module__UKeADG__main{flex:1;max-width:1200px;margin:0 auto;padding:2rem}.hidden-tiers-module__UKeADG__loading{min-height:60vh;color:var(--text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.hidden-tiers-module__UKeADG__spinner{border:3px solid var(--border);border-top:3px solid var(--primary);border-radius:50%;width:40px;height:40px;margin-bottom:1rem;animation:1s linear infinite hidden-tiers-module__UKeADG__spin}@keyframes hidden-tiers-module__UKeADG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hidden-tiers-module__UKeADG__heroSection{text-align:center;margin-bottom:3rem;padding:4rem 2rem}.hidden-tiers-module__UKeADG__title{margin-bottom:1.5rem;font-size:3.5rem;font-weight:900;line-height:1.1}.hidden-tiers-module__UKeADG__subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.25rem;line-height:1.6}.hidden-tiers-module__UKeADG__searchSection{justify-content:center;margin-bottom:4rem;display:flex}.hidden-tiers-module__UKeADG__searchContainer{width:100%;max-width:500px;position:relative}.hidden-tiers-module__UKeADG__searchInput{border:2px solid var(--border);background:var(--card-bg);width:100%;color:var(--foreground);border-radius:12px;padding:1rem 1.5rem;font-size:1rem;transition:all .3s}.hidden-tiers-module__UKeADG__searchInput:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px rgba(99,102,241,.1)}.hidden-tiers-module__UKeADG__searchSpinner{border:2px solid var(--border);border-top:2px solid var(--primary);border-radius:50%;width:20px;height:20px;animation:1s linear infinite hidden-tiers-module__UKeADG__spin;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.hidden-tiers-module__UKeADG__searchResults{background:var(--card-bg);border:1px solid var(--border);z-index:10;border-radius:12px;position:absolute;top:calc(100% + .5rem);left:0;right:0;overflow:hidden;box-shadow:0 10px 25px rgba(0,0,0,.3)}.hidden-tiers-module__UKeADG__searchResultItem{color:var(--foreground);border-bottom:1px solid var(--border);align-items:center;gap:1rem;padding:1rem;text-decoration:none;transition:background-color .2s;display:flex}.hidden-tiers-module__UKeADG__searchResultItem:hover{background:rgba(99,102,241,.1)}.hidden-tiers-module__UKeADG__searchResultItem:last-child{border-bottom:none}.hidden-tiers-module__UKeADG__searchResultAvatar{border-radius:4px;width:24px;height:24px}.hidden-tiers-module__UKeADG__searchResultInfo{flex:1;align-items:center;gap:.75rem;display:flex}.hidden-tiers-module__UKeADG__searchResultName{font-weight:600}.hidden-tiers-module__UKeADG__searchResultRegion{border-radius:12px;padding:.2rem .5rem;font-size:.7rem;font-weight:600}.hidden-tiers-module__UKeADG__gameModeSection{margin-bottom:4rem}.hidden-tiers-module__UKeADG__gameModeSection h2{text-align:center;background:linear-gradient(135deg,var(--primary),var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:3rem;font-size:2.5rem;font-weight:800}.hidden-tiers-module__UKeADG__gameModeGrid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;display:grid}.hidden-tiers-module__UKeADG__gameModeCard{background:var(--card-bg);border:1px solid var(--border);color:var(--foreground);border-radius:12px;flex-direction:column;gap:1.5rem;padding:2rem;text-decoration:none;transition:all .3s;display:flex}.hidden-tiers-module__UKeADG__gameModeCard:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:0 10px 25px rgba(99,102,241,.15)}.hidden-tiers-module__UKeADG__cardHeader{align-items:flex-start;gap:1rem;display:flex}.hidden-tiers-module__UKeADG__gameModeIcon{flex-shrink:0;font-size:2.5rem}.hidden-tiers-module__UKeADG__gameModeInfo{flex:1}.hidden-tiers-module__UKeADG__gameModeInfo h3{color:var(--foreground);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.hidden-tiers-module__UKeADG__gameModeDescription{color:var(--text-muted);font-size:.9rem;line-height:1.5}.hidden-tiers-module__UKeADG__topPlayerSection{background:rgba(99,102,241,.05);border:1px solid rgba(99,102,241,.2);border-radius:8px;flex:1;align-items:center;padding:1rem;display:flex}.hidden-tiers-module__UKeADG__topPlayer{align-items:center;gap:.75rem;width:100%;display:flex}.hidden-tiers-module__UKeADG__topPlayerAvatar{border:1px solid var(--border);border-radius:4px;width:32px;height:32px}.hidden-tiers-module__UKeADG__topPlayerInfo{flex-direction:column;flex:1;gap:.25rem;display:flex}.hidden-tiers-module__UKeADG__topPlayerName{font-size:.9rem;font-weight:600}.hidden-tiers-module__UKeADG__topPlayerStats{align-items:center;gap:.5rem;display:flex}.hidden-tiers-module__UKeADG__topPlayerRegion{border-radius:12px;padding:.15rem .5rem;font-size:.7rem;font-weight:600}.hidden-tiers-module__UKeADG__topPlayerScore{color:var(--primary);font-size:.9rem;font-weight:700}.hidden-tiers-module__UKeADG__noPlayer{text-align:center;width:100%;color:var(--text-muted);font-size:.9rem;font-style:italic}.hidden-tiers-module__UKeADG__cardFooter{text-align:center;border-top:1px solid var(--border);padding-top:1rem}.hidden-tiers-module__UKeADG__viewLeaderboard{color:var(--primary);font-size:.9rem;font-weight:600}.hidden-tiers-module__UKeADG__infoSection{margin-bottom:4rem}.hidden-tiers-module__UKeADG__infoCard{background:var(--card-bg);border:1px solid var(--border);text-align:center;border-radius:12px;padding:3rem}.hidden-tiers-module__UKeADG__infoCard h2{background:linear-gradient(135deg,var(--primary),var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:2rem;font-weight:700}.hidden-tiers-module__UKeADG__infoCard>p{color:var(--text-muted);max-width:600px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.6}.hidden-tiers-module__UKeADG__infoGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.hidden-tiers-module__UKeADG__infoItem{background:rgba(99,102,241,.05);border:1px solid rgba(99,102,241,.2);border-radius:12px;padding:1.5rem;transition:all .3s}.hidden-tiers-module__UKeADG__infoItem:hover{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 8px 25px rgba(99,102,241,.15)}.hidden-tiers-module__UKeADG__infoIcon{margin-bottom:1rem;font-size:2rem;display:block}.hidden-tiers-module__UKeADG__infoItem h3{color:var(--foreground);margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.hidden-tiers-module__UKeADG__infoItem p{color:var(--text-muted);line-height:1.5}.hidden-tiers-module__UKeADG__footer{background:var(--card-bg);border-top:1px solid var(--border);margin-top:auto;padding:2rem}.hidden-tiers-module__UKeADG__footerContent{text-align:center;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;display:flex}.hidden-tiers-module__UKeADG__footerContent p{color:var(--text-muted);margin:0}@media (max-width:768px){.hidden-tiers-module__UKeADG__nav{padding:1rem}.hidden-tiers-module__UKeADG__navLinks{gap:1rem}.hidden-tiers-module__UKeADG__main{padding:1rem}.hidden-tiers-module__UKeADG__title{font-size:2.5rem}.hidden-tiers-module__UKeADG__heroSection{padding:2rem 1rem}.hidden-tiers-module__UKeADG__gameModeGrid{grid-template-columns:1fr}.hidden-tiers-module__UKeADG__cardHeader{text-align:center;flex-direction:column;gap:.5rem}.hidden-tiers-module__UKeADG__infoCard{padding:2rem}.hidden-tiers-module__UKeADG__infoGrid{grid-template-columns:1fr}.hidden-tiers-module__UKeADG__footerContent{text-align:center;flex-direction:column}}@media (max-width:480px){.hidden-tiers-module__UKeADG__title{font-size:2rem}.hidden-tiers-module__UKeADG__gameModeCard{padding:1.5rem}.hidden-tiers-module__UKeADG__navLinks{flex-direction:column;gap:.5rem}}
