.overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:9999;display:flex;align-items:center;justify-content:center}.modal{position:relative;background:#000220;color:#fff;padding:2rem;border-radius:12px;max-width:600px;width:90%;max-height:80vh;box-shadow:0 8px 20px rgba(0,0,0,.25);animation:fadeIn .2s ease-in-out;display:flex;flex-direction:column}.closeBtn{position:absolute;top:12px;right:12px;border:none;background:transparent;font-size:1.5rem;cursor:pointer;color:#666;transition:color .2s ease}.closeBtn:hover{color:#fff}.modal-content{height:calc(100vh - 4em);flex:1 1 auto;overflow-y:auto;min-height:0;margin-top:2rem;-ms-overflow-style:none;scrollbar-width:none}.modal-content::-webkit-scrollbar{display:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.panel{padding:1rem;background:#222;color:#fff;border-radius:8px;width:50%;font-family:sans-serif}.label{display:flex;flex-direction:column;width:calc(100% - 4em);gap:.5rem}input[type=range]{width:100%;accent-color:#4cafef;cursor:pointer}.Leaderboard_container__brV_B{margin:2rem auto;padding:1.5rem;background:#00082e;border-radius:12px;max-width:600px;box-shadow:0 4px 12px rgba(0,0,0,.15)}.Leaderboard_title__ldxKL{margin-bottom:1rem;font-size:1.5rem;text-align:center}.Leaderboard_table__eZjXI{width:100%;border-collapse:collapse;font-size:.95rem}.Leaderboard_table__eZjXI td,.Leaderboard_table__eZjXI th{padding:.75rem;text-align:left;border-bottom:1px solid #ddd}.Leaderboard_table__eZjXI th{background:#404158;font-weight:700}.Leaderboard_table__eZjXI tr:nth-child(2n){background:#272734}.Leaderboard_table__eZjXI tr:hover{background:#323549}.Leaderboard_message__wCJTr{text-align:center;color:#666;margin:1.5rem 0}