@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap";.navbar{background:#fff;box-shadow:0 1px 3px #0000000f;position:sticky;top:0;z-index:1000}.navbar-container{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.navbar-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;transition:opacity .2s}.navbar-logo:hover{opacity:.8}.logo-icon{width:2rem;height:2rem;object-fit:contain}.logo-text{font-size:1.1rem;font-weight:600;color:#202124}.nav-menu{display:flex;list-style:none;gap:.5rem;align-items:center}.nav-item{position:relative}.nav-link{text-decoration:none;color:#5f6368;font-weight:500;font-size:.95rem;padding:.5rem 1.25rem;border-radius:6px;transition:all .2s;display:block}.nav-link:hover{color:#202124;background:#f1f3f4}.nav-link.active{color:#1a73e8;background:#e8f0fe;font-weight:600}@media (max-width: 768px){.navbar-container{padding:1rem;flex-direction:column;gap:1rem}.nav-menu{flex-wrap:wrap;gap:.5rem;justify-content:center}.nav-link{padding:.4rem 1rem;font-size:.9rem}.logo-text{font-size:1rem}}.home-container{padding:2rem 0}.hero-section{text-align:center;padding:2.5rem 2rem;margin-bottom:2rem;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f}.hero-title{font-size:2.5rem;font-weight:600;color:#202124;margin-bottom:.5rem}.hero-subtitle{font-size:1rem;color:#5f6368;margin-bottom:1rem}.week-badge{display:inline-block;background:#e8f0fe;color:#1a73e8;padding:.5rem 1.25rem;border-radius:20px;font-weight:500;font-size:.9rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;border-radius:12px;padding:2rem;text-align:center;box-shadow:0 1px 3px #0000000f;transition:box-shadow .2s}.stat-card:hover{box-shadow:0 2px 8px #0000001a}.stat-icon{font-size:2.5rem;margin-bottom:1rem}.stat-value{font-size:2.5rem;font-weight:600;color:#1a73e8;display:block;margin-bottom:.5rem}.stat-label{font-size:.95rem;color:#5f6368;font-weight:500}.top-performers{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000000f}.section-title{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#202124}.top-users-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.top-user-card{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8f9fa;border-radius:8px;transition:background .2s}.top-user-card:hover{background:#f1f3f4}.rank-badge{width:40px;height:40px;background:#1a73e8;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:600;flex-shrink:0}.user-info{flex:1}.user-name{font-size:1rem;font-weight:600;color:#202124;margin-bottom:.2rem}.user-house{font-size:.85rem;color:#5f6368}.user-stats{display:flex;gap:.75rem}.badge-count,.lab-count{padding:.4rem .9rem;background:#e8f0fe;border-radius:6px;font-weight:500;font-size:.85rem;color:#1a73e8}.view-all-btn{display:block;width:fit-content;margin:0 auto;padding:.75rem 2rem;background:#1a73e8;color:#fff;text-decoration:none;border-radius:6px;font-weight:500;transition:background .2s}.view-all-btn:hover{background:#1557b0}.quick-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.quick-link-card{background:#fff;border-radius:12px;padding:2rem;text-align:center;text-decoration:none;transition:box-shadow .2s;box-shadow:0 1px 3px #0000000f}.quick-link-card:hover{box-shadow:0 2px 8px #0000001a}.link-icon{font-size:2.5rem;margin-bottom:1rem}.link-title{font-size:1.1rem;font-weight:600;color:#202124;margin-bottom:.5rem}.link-desc{font-size:.9rem;color:#5f6368}@media (max-width: 768px){.hero-title{font-size:1.8rem}.hero-subtitle{font-size:.95rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.stat-card{padding:1.5rem}.top-user-card{flex-direction:column;text-align:center}.user-stats{justify-content:center}.quick-links{grid-template-columns:1fr}}.leaderboard-container{padding:2rem 0}.leaderboard-header{text-align:center;padding:2rem;margin-bottom:1.5rem;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f}.leaderboard-header h1{font-size:2rem;font-weight:600;color:#202124;margin-bottom:.5rem}.subtitle{font-size:.95rem;color:#5f6368}.last-update{font-size:.85rem;color:#80868b;margin-top:.5rem;font-style:italic}.filters-section{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.filter-group{flex:1;min-width:200px}.filter-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#5f6368;font-size:.9rem}.filter-group select,.search-input{width:100%;padding:.75rem 1rem;border:1px solid #dadce0;border-radius:8px;background:#fff;font-size:.95rem;box-shadow:0 1px 2px #0000000d;transition:all .2s;color:#202124}.filter-group select:focus,.search-input:focus{outline:none;border-color:#1a73e8;box-shadow:0 1px 6px #1a73e833}.search-group{flex:2}.leaderboard-table-container{background:#fff;border-radius:12px;padding:0;box-shadow:0 1px 3px #0000000f;overflow:hidden}.leaderboard-table{width:100%;border-collapse:collapse}.leaderboard-table thead{background:#f8f9fa;border-bottom:1px solid #e8eaed}.leaderboard-table th{padding:1rem;text-align:left;font-weight:600;font-size:.85rem;color:#5f6368;text-transform:uppercase;letter-spacing:.5px}.leaderboard-table tbody tr{border-bottom:1px solid #f1f3f4;transition:background .2s}.leaderboard-table tbody tr:hover{background:#f8f9fa}.leaderboard-table tbody tr:last-child{border-bottom:none}.leaderboard-table td{padding:1rem}.rank-cell{text-align:center;width:80px}.rank-badge{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:#e8f0fe;color:#1a73e8;border-radius:50%;font-weight:600;font-size:.95rem}.rank-gold .rank-badge{background:#fff3e0;color:#f57c00;font-size:1.1rem}.rank-gold .rank-badge:before{content:"🥇 "}.rank-silver .rank-badge{background:#eceff1;color:#546e7a;font-size:1.1rem}.rank-silver .rank-badge:before{content:"🥈 "}.rank-bronze .rank-badge{background:#fbe9e7;color:#d84315;font-size:1.1rem}.rank-bronze .rank-badge:before{content:"🥉 "}.name-cell .user-name{font-weight:600;color:#202124;margin-bottom:.2rem;font-size:.95rem}.name-cell .user-email{font-size:.8rem;color:#5f6368}.house-badge{display:inline-block;padding:.35rem .85rem;background:#f1f3f4;color:#5f6368;border-radius:16px;font-weight:500;font-size:.85rem}.stat-badge{display:inline-flex;align-items:center;gap:.3rem;padding:.35rem .75rem;border-radius:6px;font-weight:500;font-size:.85rem}.stat-badge.badges{background:#fff3e0;color:#f57c00}.stat-badge.labs{background:#e8f5e9;color:#388e3c}.total-badge{display:inline-block;padding:.4rem .9rem;background:#1a73e8;color:#fff;border-radius:16px;font-weight:600;font-size:.9rem}.profile-link{color:#1a73e8;text-decoration:none;font-weight:500;font-size:.9rem;transition:color .2s}.profile-link:hover{color:#1557b0;text-decoration:underline}.no-data{text-align:center;padding:3rem;color:#5f6368;font-size:1rem}.leaderboard-footer{text-align:center;margin-top:1.5rem;color:#5f6368;font-size:.9rem}@media (max-width: 768px){.filters-section{flex-direction:column}.filter-group{min-width:100%}.leaderboard-table-container{overflow-x:auto}.leaderboard-table{font-size:.85rem}.leaderboard-table th,.leaderboard-table td{padding:.75rem .5rem}.leaderboard-header h1{font-size:1.6rem}}.houses-container{padding:2rem 0}.houses-header{text-align:center;padding:2rem;margin-bottom:1.5rem;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f}.houses-header h1{font-size:2rem;font-weight:600;color:#202124;margin-bottom:.5rem}.houses-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.house-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000000f;border-left:4px solid;transition:box-shadow .2s}.house-card:hover{box-shadow:0 2px 8px #0000001a}.house-header{padding:1.5rem;background:#f8f9fa;position:relative;border-bottom:1px solid #e8eaed}.house-rank{position:absolute;top:1rem;right:1rem;background:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;color:#5f6368;box-shadow:0 1px 3px #0000001a}.house-name{font-size:1.5rem;font-weight:600;color:#202124}.house-stats{padding:1.5rem}.stat-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f1f3f4}.stat-row:last-child{border-bottom:none}.stat-label{font-weight:500;color:#5f6368;font-size:.9rem}.stat-value{font-weight:600;color:#202124;font-size:1.1rem}.total-row{margin-top:.75rem;padding-top:1rem;border-top:2px solid #e8eaed}.total-row .stat-label{font-size:1rem;color:#202124;font-weight:600}.total-score{font-size:1.5rem;color:#1a73e8;font-weight:700}.view-house-btn{width:100%;padding:.9rem;border:none;background:#1a73e8;color:#fff;font-weight:500;font-size:.95rem;cursor:pointer;transition:background .2s}.view-house-btn:hover{background:#1557b0}.houses-info{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000000f;text-align:center}.houses-info h3{font-size:1.4rem;font-weight:600;margin-bottom:1rem;color:#202124}.houses-info p{font-size:1rem;color:#5f6368;line-height:1.6;max-width:800px;margin:0 auto}@media (max-width: 768px){.houses-grid{grid-template-columns:1fr;gap:1.5rem}.houses-header h1{font-size:1.6rem}.house-header{padding:1.25rem}.house-name{font-size:1.25rem}.house-stats{padding:1.25rem}}.weekly-container{padding:2rem 0}.weekly-header{text-align:center;padding:2rem;margin-bottom:1.5rem;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f}.weekly-header h1{font-size:2rem;font-weight:600;color:#202124;margin-bottom:.5rem}.week-tabs{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.week-tab{flex:1;min-width:150px;padding:1rem 1.5rem;background:#fff;border:2px solid #e8eaed;border-radius:8px;font-weight:500;font-size:1rem;cursor:pointer;transition:all .2s;box-shadow:0 1px 2px #0000000d;color:#5f6368}.week-tab:hover:not(.disabled){border-color:#1a73e8;background:#f8f9fa}.week-tab.active{background:#1a73e8;color:#fff;border-color:#1a73e8}.week-tab.disabled{opacity:.5;cursor:not-allowed;background:#f8f9fa}.current-badge,.upcoming-badge{display:block;font-size:.7rem;margin-top:.3rem;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.current-badge{color:#34a853}.upcoming-badge{color:#f9ab00}.week-tab.active .current-badge,.week-tab.active .upcoming-badge{color:#ffffffe6}.weekly-content{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000000f;margin-bottom:1.5rem}.week-title{text-align:center;margin-bottom:2rem}.week-title h2{font-size:1.6rem;font-weight:600;color:#202124;margin-bottom:.5rem}.week-title p{color:#5f6368;font-size:.95rem}.weekly-leaderboard{display:flex;flex-direction:column;gap:.75rem}.weekly-card{display:flex;align-items:center;gap:1.5rem;padding:1.25rem;background:#f8f9fa;border-radius:8px;border-left:3px solid #e8eaed;transition:all .2s}.weekly-card:hover{background:#f1f3f4}.weekly-card.podium{background:#fff8e1;border-left-color:#ffa000}.weekly-rank{font-size:2rem;font-weight:600;min-width:50px;text-align:center;color:#5f6368}.weekly-user-info{flex:1}.weekly-user-name{font-size:1.1rem;font-weight:600;color:#202124;margin-bottom:.2rem}.weekly-user-email{font-size:.85rem;color:#5f6368}.weekly-stats{display:flex;gap:1rem}.weekly-stat{display:flex;flex-direction:column;align-items:center;padding:.75rem;background:#fff;border-radius:8px;min-width:70px;box-shadow:0 1px 2px #0000000d}.weekly-stat .stat-icon{font-size:1.5rem;margin-bottom:.3rem}.weekly-stat .stat-value{font-size:1.5rem;font-weight:700;color:#1a73e8}.weekly-stat .stat-label{font-size:.7rem;color:#5f6368;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.weekly-stat.total{background:#1a73e8}.weekly-stat.total .stat-icon,.weekly-stat.total .stat-value{color:#fff}.weekly-stat.total .stat-label{color:#ffffffe6}.no-data-message{text-align:center;padding:3rem 2rem;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f;margin-bottom:1.5rem}.no-data-message p{font-size:1.1rem;color:#5f6368}.weekly-info{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000000f}.weekly-info h3{font-size:1.4rem;font-weight:600;margin-bottom:1.25rem;color:#202124;text-align:center}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.25rem}.info-card{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#f8f9fa;border-radius:8px}.info-icon{font-size:1.8rem}.info-text{flex:1;font-size:.9rem;color:#5f6368}.info-text strong{color:#202124;display:block;margin-bottom:.2rem;font-weight:600}.info-note{text-align:center;font-size:.95rem;color:#5f6368;line-height:1.6;padding:1rem;background:#e8f0fe;border-radius:8px;border-left:3px solid #1a73e8}@media (max-width: 768px){.week-tabs{flex-direction:column}.week-tab{min-width:100%}.weekly-card{flex-direction:column;text-align:center;gap:1rem}.weekly-stats{width:100%;justify-content:center}.weekly-stat{min-width:65px}.info-grid{grid-template-columns:1fr}.weekly-header h1{font-size:1.6rem}}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8f9fa;min-height:100vh}.App{min-height:100vh;display:flex;flex-direction:column;background:#f8f9fa}.main-content{flex:1;padding:20px;max-width:1400px;width:100%;margin:0 auto}.loading{text-align:center;padding:60px 20px;font-size:1.2rem;color:#5f6368}@media (max-width: 768px){.main-content{padding:10px}}.hall-of-fame-container{padding:2rem 0;max-width:1400px;margin:0 auto}.hall-header{text-align:center;padding:2rem;margin-bottom:2rem;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f;animation:fadeInDown .6s ease-out}.hall-header h1{font-size:2.5rem;font-weight:600;color:#202124;margin-bottom:.5rem}.subtitle{font-size:1rem;color:#5f6368;margin-bottom:.5rem}.participants-count{font-size:1.1rem;font-weight:600;color:#1a73e8;margin-top:.5rem}.tier-status-section{margin-bottom:3rem;animation:fadeIn 1s ease-out}.tier-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.tier-card{background:#fff;border-radius:12px;padding:2rem 1.5rem;text-align:center;box-shadow:0 2px 8px #0000000f;border:3px solid #dadce0;transition:all .3s ease;position:relative}.tier-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001f}.tier-card.active{border-width:4px;box-shadow:0 4px 16px #00000026}.tier-icon{width:80px;height:80px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:2.5rem;transition:all .3s ease}.tier-card:hover .tier-icon{transform:scale(1.1) rotate(10deg)}.tier-name{font-size:1.3rem;font-weight:700;margin-bottom:.5rem}.tier-threshold{font-size:.9rem;color:#5f6368;margin-bottom:1rem}.tier-badge-active,.tier-badge-unlocked{margin-top:1rem;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px;display:inline-block}.tier-badge-active{background:#e8f0fe;color:#1a73e8}.tier-badge-unlocked{background:#e6f4ea;color:#1e8e3e}.tier-remaining{margin-top:.5rem;font-size:.85rem;color:#80868b;font-weight:500}.current-status{background:#fff;border-radius:12px;padding:1.5rem 2rem;box-shadow:0 2px 8px #0000000f;border-left:4px solid}.current-status h3{font-size:1.2rem;font-weight:600;color:#202124;margin-bottom:1rem}.status-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.status-item{display:flex;flex-direction:column;gap:.5rem}.status-label{font-size:.9rem;color:#5f6368;font-weight:500}.status-value{font-size:1.8rem;font-weight:700;color:#202124}.status-value.highlight{color:#1a73e8}.swag-announcement{margin-bottom:3rem;animation:fadeInUp .8s ease-out}.swag-main-card{background:linear-gradient(135deg,#fff3e0,#ffe0b2);border:3px solid #F57C00;border-radius:16px;padding:2rem 2.5rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:2rem;box-shadow:0 6px 20px #f57c0033}.swag-icon{font-size:4rem;animation:bounce 2s ease-in-out infinite;flex-shrink:0}.swag-content{flex:1}.swag-heading{font-size:1.8rem;font-weight:700;color:#e65100;margin-bottom:.8rem;line-height:1.3}.swag-description{font-size:1.05rem;color:#5f6368;line-height:1.6;margin:0}.swag-info-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:1.5rem}.info-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #00000014;border-left:4px solid;transition:all .3s ease}.info-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.eligible-card{border-left-color:#1e8e3e}.waiting-card{border-left-color:#f57c00}.info-icon{font-size:2.5rem;margin-bottom:1rem}.info-card h3{font-size:1.3rem;font-weight:700;color:#202124;margin-bottom:.8rem}.eligible-card h3{color:#1e8e3e}.waiting-card h3{color:#f57c00}.info-card p{font-size:.95rem;color:#5f6368;line-height:1.6;margin:0}.swag-cta{background:linear-gradient(135deg,#e8f0fe,#d2e3fc);border:2px solid #1a73e8;border-radius:12px;padding:1.5rem 2rem;text-align:center}.cta-text{font-size:1rem;color:#202124;line-height:1.6;margin:0}.cta-text strong{color:#1a73e8}.podium-section{margin-bottom:3rem;animation:fadeIn 1s ease-out}.section-title{text-align:center;font-size:1.8rem;font-weight:600;color:#202124;margin-bottom:2.5rem}.podium{display:flex;align-items:flex-end;justify-content:center;gap:2rem;padding:2rem 0;flex-wrap:wrap}.podium-place{display:flex;flex-direction:column;align-items:center;animation:slideInUp .8s ease-out;flex:1;max-width:320px;min-width:260px}.podium-place.first{order:2}.podium-place.second{order:1}.podium-place.third{order:3}.podium-card{background:#fff;border-radius:16px;padding:2rem 1.5rem;text-align:center;box-shadow:0 4px 12px #00000014;transition:all .3s ease;width:100%;margin-bottom:1rem;position:relative}.podium-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px #0000001f}.podium-rank{font-size:3rem;margin-bottom:1rem}.podium-name{font-size:1.2rem;font-weight:700;color:#202124;margin-bottom:.5rem}.podium-house{font-size:.9rem;color:#5f6368;margin-bottom:1rem}.podium-stats{display:flex;justify-content:center;gap:1rem;margin-bottom:1rem;padding:1rem 0;border-top:1px solid #f1f3f4;border-bottom:1px solid #f1f3f4}.podium-stat{font-size:.85rem;font-weight:600}.podium-stat.badges{color:#1a73e8}.podium-stat.labs{color:#34a853}.podium-total{font-size:1.1rem;font-weight:700;color:#202124;margin-bottom:1rem}.podium-link{display:inline-block;padding:.75rem 1.5rem;background:#1a73e8;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:.9rem;transition:all .2s}.podium-link:hover{background:#1557b0;transform:scale(1.05)}.podium-stand{width:100%;border-radius:8px 8px 0 0;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 12px #00000026}.first-stand{height:120px;background:linear-gradient(135deg,gold,orange)}.second-stand{height:100px;background:linear-gradient(135deg,silver,#a8a8a8)}.third-stand{height:80px;background:linear-gradient(135deg,#cd7f32,sienna)}.stand-number{font-size:2.5rem;font-weight:700;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.2)}.participants-section{animation:fadeIn 1.4s ease-out}.table-filters{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap;align-items:center}.filter-item{flex:1;min-width:200px}.filter-item.search-filter{flex:2;min-width:250px}.search-input,.filter-select{width:100%;padding:.85rem 1.2rem;border:1px solid #dadce0;border-radius:8px;background:#fff;font-size:.95rem;box-shadow:0 1px 2px #0000000d;transition:all .2s;color:#202124}.search-input:focus,.filter-select:focus{outline:none;border-color:#1a73e8;box-shadow:0 1px 6px #1a73e833}.results-count{color:#5f6368;font-size:.9rem;margin-bottom:1rem;padding:.5rem 0}.participants-table-wrapper{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;overflow-x:auto;margin-bottom:2rem}.participants-table{width:100%;border-collapse:collapse}.participants-table thead{background:#f8f9fa;border-bottom:2px solid #e8eaed}.participants-table th{padding:1rem 1.5rem;text-align:left;font-weight:600;font-size:.9rem;color:#5f6368;text-transform:uppercase;letter-spacing:.5px}.participants-table tbody tr{border-bottom:1px solid #e8eaed;transition:all .2s ease}.participants-table tbody tr:hover{background:#f8f9fa}.participants-table tbody tr:last-child{border-bottom:none}.participants-table td{padding:1.2rem 1.5rem;font-size:.95rem}.rank-cell{width:100px}.rank-badge{background:#e8f0fe;color:#1a73e8;padding:.4rem .8rem;border-radius:20px;font-weight:700;font-size:.85rem;white-space:nowrap}.name-cell{font-weight:600;color:#202124;min-width:200px}.house-cell{min-width:150px}.house-badge{display:inline-block;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.85rem;white-space:nowrap}.house-1{background:#fee;color:#ae0001}.house-2{background:#ffeaa7;color:#6c5b09}.house-3{background:#dfe6e9;color:#0984e3}.house-4{background:#d5f5e3;color:#0c5d3e}.status-cell{min-width:180px}.status-badge{display:inline-block;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.85rem;white-space:nowrap}.status-eligible{background:#e6f4ea;color:#1e8e3e;border:2px solid #1e8e3e}.status-waiting{background:#fef7e0;color:#f57c00;border:2px solid #f57c00}.action-cell{width:150px;text-align:center}.view-link{display:inline-block;padding:.6rem 1.2rem;background:#1a73e8;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:.85rem;transition:all .2s;white-space:nowrap}.view-link:hover{background:#1557b0;transform:scale(1.05)}.no-results{text-align:center;padding:4rem 2rem;color:#5f6368;font-size:1.1rem;background:#f8f9fa;border-radius:12px;margin-top:2rem}.no-data{text-align:center;padding:4rem 2rem;color:#5f6368;font-size:1.1rem;background:#f8f9fa;border-radius:12px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width: 1024px){.podium{gap:1.5rem}.podium-place{max-width:280px;min-width:240px}.tier-cards,.status-info{grid-template-columns:1fr}}@media (max-width: 768px){.hall-of-fame-container{padding:1rem}.hall-header h1{font-size:2rem}.swag-main-card{flex-direction:column;text-align:center;padding:2rem 1.5rem;gap:1.5rem}.swag-icon{font-size:3.5rem}.swag-heading{font-size:1.5rem}.swag-description{font-size:.95rem}.swag-info-cards{grid-template-columns:1fr}.swag-cta{padding:1.5rem}.cta-text{font-size:.9rem}.podium{flex-direction:column;align-items:center}.podium-place{order:unset!important;width:100%;max-width:350px}.podium-stand{height:80px!important}.table-filters{flex-direction:column}.filter-item,.filter-item.search-filter{min-width:100%}.section-title{font-size:1.5rem}.participants-table{font-size:.85rem}.participants-table th,.participants-table td{padding:.8rem}.rank-badge,.house-badge,.status-badge{font-size:.75rem;padding:.4rem .7rem}.view-link{padding:.5rem .8rem;font-size:.8rem}.name-cell{min-width:150px}.house-cell{min-width:120px}.status-cell{min-width:140px}}@media (max-width: 480px){.hall-header{padding:1.5rem 1rem}.hall-header h1{font-size:1.6rem}.participants-count{font-size:1rem}.tier-icon{width:60px;height:60px;font-size:2rem}.tier-name{font-size:1.1rem}.podium-rank{font-size:2.5rem}.podium-name{font-size:1.1rem}.status-value{font-size:1.5rem}.participants-table thead{display:none}.participants-table tbody,.participants-table tr,.participants-table td{display:block;width:100%}.participants-table tr{margin-bottom:1rem;border:1px solid #e8eaed;border-radius:8px;overflow:hidden}.participants-table td{text-align:left;padding:.8rem 1rem;border-bottom:1px solid #e8eaed;position:relative;padding-left:45%}.participants-table td:last-child{border-bottom:none}.participants-table td:before{content:attr(data-label);position:absolute;left:1rem;font-weight:600;color:#5f6368;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px}.rank-cell,.name-cell,.house-cell,.status-cell,.action-cell{min-width:auto}.action-cell{text-align:left}.view-link{display:block;width:100%;text-align:center}}*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0;min-height:100vh;background:#f8f9fa}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}button{font-family:inherit;cursor:pointer;border:none;outline:none}a{text-decoration:none;color:inherit}input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#f1f3f4;border-radius:10px}::-webkit-scrollbar-thumb{background:#dadce0;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#bdc1c6}
