.HallOfFame-module__RUI2yq__container{background-color:var(--background-color);min-height:100vh;color:var(--text-primary);padding:6rem 2rem;font-family:inherit;position:relative;overflow-x:hidden}.HallOfFame-module__RUI2yq__container:before{content:"";background:radial-gradient(circle,rgba(var(--primary-rgb),.12)0%,transparent 70%);pointer-events:none;z-index:0;width:60%;height:60%;position:fixed;top:-10%;right:-10%}.HallOfFame-module__RUI2yq__header{text-align:center;z-index:1;margin-bottom:5rem;position:relative}.HallOfFame-module__RUI2yq__header h1{letter-spacing:-.05em;background:linear-gradient(135deg,#fff 0%,#fff 40%,rgba(var(--primary-rgb),1)100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 30px rgba(var(--primary-rgb),.3));-webkit-background-clip:text;background-clip:text;justify-content:center;align-items:center;gap:1.5rem;margin-bottom:1rem;font-size:clamp(3rem,8vw,5rem);font-weight:950;display:flex}.HallOfFame-module__RUI2yq__headerIcon{color:var(--primary-color);filter:drop-shadow(0 0 20px rgba(var(--primary-rgb),.5))}.HallOfFame-module__RUI2yq__header p{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.25rem;font-weight:500}.HallOfFame-module__RUI2yq__tableContainer{background:rgba(var(--background-rgb),.6);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);z-index:1;border:1px solid #ffffff0d;border-radius:32px;max-width:1000px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 40px 100px -20px #0009}.HallOfFame-module__RUI2yq__tableContainer table{border-collapse:collapse;width:100%}.HallOfFame-module__RUI2yq__tableContainer th{text-align:left;text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);background:#ffffff08;border-bottom:1px solid #ffffff0d;padding:1.5rem 2rem;font-size:.85rem;font-weight:800}.HallOfFame-module__RUI2yq__tableContainer td{vertical-align:middle;border-bottom:1px solid #ffffff08;padding:1.5rem 2rem;font-size:1.1rem;font-weight:500}.HallOfFame-module__RUI2yq__tableContainer tr{transition:all .3s}.HallOfFame-module__RUI2yq__tableContainer tbody tr:hover{background:rgba(var(--primary-rgb),.05);transform:scale(1.005)}.HallOfFame-module__RUI2yq__currentUser{border-left:4px solid var(--primary-color);background:rgba(var(--primary-rgb),.1)!important}.HallOfFame-module__RUI2yq__rank{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;font-weight:800;display:inline-flex}.HallOfFame-module__RUI2yq__rankIcon1{color:gold;filter:drop-shadow(0 0 10px #ffd70066)}.HallOfFame-module__RUI2yq__rankIcon2{color:silver;filter:drop-shadow(0 0 10px #c0c0c066)}.HallOfFame-module__RUI2yq__rankIcon3{color:#cd7f32;filter:drop-shadow(0 0 10px #cd7f3266)}.HallOfFame-module__RUI2yq__modalOverlay{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:2000;background:#000000d9;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.HallOfFame-module__RUI2yq__modalContent{background:rgba(var(--background-rgb),.9);border:1px solid rgba(var(--primary-rgb),.3);text-align:center;border-radius:40px;width:100%;max-width:500px;padding:4rem 3rem;animation:.6s cubic-bezier(.2,.8,.2,1.2) HallOfFame-module__RUI2yq__achievePop;position:relative;overflow:hidden;box-shadow:0 50px 100px -25px #000c}@keyframes HallOfFame-module__RUI2yq__achievePop{0%{opacity:0;transform:scale(.8)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.HallOfFame-module__RUI2yq__modalGlow{background:linear-gradient(90deg,transparent,var(--primary-color),transparent);height:4px;position:absolute;top:0;left:0;right:0}.HallOfFame-module__RUI2yq__modalIcon{color:var(--primary-color);filter:drop-shadow(0 0 20px var(--primary-color));margin-bottom:1.5rem}.HallOfFame-module__RUI2yq__modalTitle{letter-spacing:-.04em;color:#fff;margin-bottom:.5rem;font-size:2.5rem;font-weight:900}.HallOfFame-module__RUI2yq__modalSubtitle{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem}.HallOfFame-module__RUI2yq__modalScore{background:linear-gradient(135deg,#fff 40%,var(--primary-color)100%);-webkit-text-fill-color:transparent;text-shadow:0 0 40px rgba(var(--primary-rgb),.3);-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:6rem;font-weight:950;line-height:1}.HallOfFame-module__RUI2yq__modalButton{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:18px;width:100%;padding:1.25rem 3rem;font-size:1.1rem;font-weight:800;transition:all .3s cubic-bezier(.2,.8,.2,1)}.HallOfFame-module__RUI2yq__modalButton:hover{background:var(--primary-hover-color);box-shadow:0 15px 30px rgba(var(--primary-rgb),.4);transform:translateY(-4px)}.HallOfFame-module__RUI2yq__skeletonRow{background:linear-gradient(90deg,#ffffff05 25%,#ffffff0d 50%,#ffffff05 75%) 0 0/200% 100%;border-radius:8px;height:60px;margin:1rem;animation:1.5s infinite HallOfFame-module__RUI2yq__shimmer}@keyframes HallOfFame-module__RUI2yq__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:768px){.HallOfFame-module__RUI2yq__container{padding:2rem 1rem}.HallOfFame-module__RUI2yq__header h1{font-size:2.8rem}.HallOfFame-module__RUI2yq__tableContainer{border-radius:20px}.HallOfFame-module__RUI2yq__tableContainer th,.HallOfFame-module__RUI2yq__tableContainer td{padding:1rem}.HallOfFame-module__RUI2yq__rank{width:32px;height:32px;font-size:1rem}}@media (max-width:480px){.HallOfFame-module__RUI2yq__tableContainer th:nth-child(4),.HallOfFame-module__RUI2yq__tableContainer td:nth-child(4){display:none}}
