@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");*{box-sizing:border-box;padding:0;margin:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f5f7fa;color:#1a1a2e;min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.card{background:white;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.08);padding:1.5rem}.card-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.card-title{font-size:1.25rem;font-weight:600;color:#1a1a2e}.form-group{margin-bottom:1rem}.form-label{display:block;font-size:.875rem;font-weight:500;color:#4b5563;margin-bottom:.5rem}.form-input{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;transition:border-color .2s}.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.form-select{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;background:white;cursor:pointer}.form-select:focus{outline:none;border-color:#3b82f6}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;border:none;text-decoration:none}.btn-primary{background:#3b82f6;color:white}.btn-primary:hover{background:#2563eb}.btn-secondary{background:#6b7280;color:white}.btn-secondary:hover{background:#4b5563}.btn-success{background:#10b981;color:white}.btn-success:hover{background:#059669}.btn-danger{background:#ef4444;color:white}.btn-danger:hover{background:#dc2626}.btn-outline{background:transparent;border:1px solid #d1d5db;color:#4b5563}.btn-outline:hover{background:#f3f4f6}.btn-sm{padding:.4rem .5rem;font-size:.75rem}.btn-block{width:100%;margin-bottom:.5rem}.btn-lg{padding:1rem 2rem;font-size:1rem}.table{width:100%;border-collapse:collapse;table-layout:fixed}.table td,.table th{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #e5e7eb;word-break:keep-all;white-space:nowrap;overflow:hidden}.table th{font-weight:600;font-size:.875rem;color:#4b5563}.table th,.table tr:hover{background:#f9fafb}.table-checkbox{width:20px;height:20px;cursor:pointer}.badge{display:inline-flex;align-items:center;padding:.25rem .1em .25rem .4rem;border-radius:9999px;font-size:.75rem;font-weight:500}.badge-success{background:#d1fae5;color:#065f46;padding:.25rem .35rem}.badge-warning{background:#fef3c7;color:#92400e}.badge-info{background:#dbeafe;color:#1e40af}.badge-gray{background:#f3f4f6;color:#4b5563}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:2rem}.stat-card{background:white;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.08)}.stat-label{font-size:.875rem;color:#6b7280;margin-bottom:.5rem}.stat-value{font-size:2rem;font-weight:700;color:#1a1a2e}.topbar{background:white;border-bottom:1px solid #e5e7eb;position:-webkit-sticky;position:sticky;top:0;z-index:100}.topbar-inner{max-width:1200px;margin:0 auto;padding:.75rem 1rem;justify-content:space-between}.topbar-inner,.topbar-left{display:flex;align-items:center}.topbar-left{gap:1.5rem}.topbar-nav{gap:.25rem}.topbar-nav,.topbar-right{display:flex;align-items:center}.topbar-menu-btn{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.25rem .5rem;color:#1a1a2e}.topbar-mobile-menu{display:none}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:white;border-radius:12px;padding:1.5rem;width:90%;max-width:400px;box-shadow:0 20px 60px rgba(0,0,0,.15)}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.modal-header h3{font-size:1.125rem;font-weight:600}.modal-close{background:none;border:none;font-size:1.125rem;cursor:pointer;color:#6b7280;padding:.25rem}.header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.header-title{font-size:1.5rem;font-weight:700}.header-user{display:flex;align-items:center;gap:1rem}.header-badge{background:#dbeafe;color:#1e40af;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}.rank-gold{background:linear-gradient(135deg,#fef3c7,#fbbf24);color:#92400e}.rank-silver{background:linear-gradient(135deg,#f3f4f6,#9ca3af);color:#374151}.rank-bronze{background:linear-gradient(135deg,#fef3c7,#d97706);color:#78350f}.podium{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;margin-bottom:2rem}.podium-item{text-align:center;padding:1.5rem;border-radius:12px}.podium-item.gold{background:linear-gradient(180deg,#fef3c7,#fbbf24);order:2}.podium-item.silver{background:linear-gradient(180deg,#f3f4f6,#9ca3af);order:1}.podium-item.bronze{background:linear-gradient(180deg,#fef3c7,#d97706);order:3}.podium-rank{font-size:2rem;margin-bottom:.5rem}.podium-name{font-size:1.125rem;font-weight:600}.podium-score{font-size:1.5rem;font-weight:700;margin-top:.5rem}.checkbox-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:1.5rem}.checkbox-item{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:#f9fafb;border-radius:8px;cursor:pointer;transition:background .2s}.checkbox-item:hover{background:#f3f4f6}.checkbox-item input{margin-top:.25rem;width:18px;height:18px;cursor:pointer}.checkbox-label{flex:1 1}.checkbox-title{font-weight:500;margin-bottom:.25rem}.checkbox-points{font-size:.875rem;color:#6b7280}.tabs{display:flex;gap:.5rem;border-bottom:1px solid #e5e7eb;margin-bottom:1.5rem}.tab{padding:.75rem 1.5rem;color:#6b7280;font-weight:500;text-decoration:none;border-bottom:2px solid transparent;transition:all .2s}.tab:hover{color:#1a1a2e}.tab.active{color:#3b82f6;border-bottom-color:#3b82f6}.pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.5rem}.alert{padding:1rem;border-radius:8px;margin-bottom:1rem}.alert-success{background:#d1fae5;color:#065f46}.alert-error{background:#fee2e2;color:#991b1b}.alert-warning{background:#fef3c7;color:#92400e}.loading{display:flex;align-items:center;justify-content:center;padding:2rem;color:#6b7280}.empty-state{text-align:center;padding:3rem;color:#6b7280}.empty-state-icon{font-size:3rem;margin-bottom:1rem}@media (max-width:768px){.topbar-nav,.topbar-right{display:none}.topbar-menu-btn{display:block}.topbar-mobile-menu{display:flex;flex-direction:column;gap:.5rem;padding:.75rem 1rem;border-top:1px solid #e5e7eb;background:white}.topbar-mobile-menu .topbar-right{display:flex}.podium,.stats-grid{grid-template-columns:1fr}.header{flex-direction:column;align-items:flex-start;gap:.5rem}.header-title{font-size:1.25rem}}.leaderboard-grid{display:flex;flex-direction:column;gap:1.5rem}@media (min-width:768px){.leaderboard-grid{flex-direction:row}.leaderboard-grid>*{flex:1 1;min-width:0}}