*{box-sizing:border-box}body{color:#1a1a1a;background:#f6f7f9;margin:0;font-family:system-ui,sans-serif}main{width:min(56rem,100% - 2rem);margin:4rem auto}button{font:inherit;color:#fff;cursor:pointer;background:#1a1a1a;border:1px solid #1a1a1a;border-radius:6px;padding:.5rem 1rem}button.secondary{color:#1a1a1a;background:#fff}button:disabled{opacity:.5;cursor:not-allowed}.muted{color:#666;font-size:.9rem}.auth-page{width:min(24rem,100% - 2rem);margin:6rem auto}.auth-card{background:#fff;border-radius:10px;flex-direction:column;gap:.75rem;padding:2rem;display:flex;box-shadow:0 1px 3px #0000001a}.auth-card h1{margin:0;font-size:1.4rem}.auth-subtitle{color:#666;margin:0 0 .5rem}.field{flex-direction:column;gap:.25rem;display:flex}.field input{font:inherit;border:1px solid #ccc;border-radius:6px;padding:.5rem}.auth-error{color:#b00020;margin:0;font-size:.9rem}.dashboard-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.dashboard-header h1{margin:0 0 .25rem}.back-link{color:#666;margin-bottom:.5rem;font-size:.9rem;text-decoration:none;display:inline-block}.back-link:hover{text-decoration:underline}.create-leaderboard{gap:.5rem;margin-bottom:1.5rem;display:flex}.create-leaderboard input{font:inherit;border:1px solid #ccc;border-radius:6px;flex:1;padding:.5rem}.leaderboard-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.leaderboard-item{background:#fff;border:1px solid #eee;border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.leaderboard-item a{color:inherit;flex-direction:column;flex:1;gap:.15rem;text-decoration:none;display:flex}.leaderboard-name{font-weight:600}.dashboard section+section{margin-top:2rem}.dashboard h2{margin:0 0 .5rem;font-size:1.1rem}.uploader{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.dropzone{text-align:center;cursor:pointer;background:#fff;border:2px dashed #ccc;border-radius:10px;padding:2rem}.dropzone-active{background:#f0f0f0;border-color:#1a1a1a}.pending-files{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.pending-files li{background:#fff;border:1px solid #eee;border-radius:6px;justify-content:space-between;align-items:center;padding:.4rem .75rem;display:flex}.results{flex-direction:column;gap:1rem;display:flex}.results-toolbar{align-items:center;gap:.75rem;display:flex}.results-table{border-collapse:collapse;background:#fff;border-radius:10px;width:100%;overflow:hidden}.results-table th,.results-table td{text-align:left;border-bottom:1px solid #eee;padding:.5rem .75rem}.results-table input{font:inherit;border:1px solid #ddd;border-radius:4px;width:100%;padding:.35rem}
