body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#282c34;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:24px;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.auth-container{align-items:center;background:linear-gradient(135deg,#2c3e50,#34495e 50%,#2c3e50);display:flex;justify-content:center;min-height:100vh;padding:20px}.auth-form{background:#fff;border-radius:10px;box-shadow:0 10px 25px #0000001a;max-width:400px;padding:2rem;width:100%}.auth-form h2{color:#2c3e50;font-size:2.2rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.form-group{margin-bottom:1rem}.form-group label{color:#2c3e50;display:block;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.form-group input{background:#f8f9fa;border:2px solid #e1e5e9;border-radius:8px;box-sizing:border-box;font-size:1.1rem;padding:1rem;transition:all .3s ease;width:100%}.form-group input:focus{background:#fff;border-color:#2c3e50;box-shadow:0 0 0 3px #2c3e501a;outline:none}.auth-button{background:linear-gradient(135deg,#2c3e50,#34495e);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:700;letter-spacing:.5px;margin-top:1.5rem;padding:1rem;text-transform:uppercase;transition:all .3s ease;width:100%}.auth-button:hover:not(:disabled){background:linear-gradient(135deg,#34495e,#2c3e50);box-shadow:0 8px 25px #2c3e5066;transform:translateY(-3px)}.auth-button:disabled{cursor:not-allowed;opacity:.6}.auth-switch{border-top:1px solid #e1e5e9;margin-top:2rem;padding-top:1.5rem;text-align:center}.auth-switch p{color:#555;font-size:1.1rem;margin:0}.link-button{background:none;border:none;color:#2c3e50;cursor:pointer;font-size:1.1rem;font-weight:600;text-decoration:underline;transition:all .3s ease}.link-button:hover{color:#34495e;text-decoration:none}.error-message{background:#fee;border:1px solid #fcc;border-radius:5px;color:#c33}.error-message,.success-message{margin-bottom:1rem;padding:.75rem}.success-message{background:#efe;border:1px solid #cfc;border-radius:5px;color:#363}@media (max-width:768px){.auth-container{padding:15px}.auth-form{margin:1rem;padding:2rem 1.5rem}.auth-form h2{font-size:1.8rem}.form-group label{font-size:1rem}.form-group input{font-size:1rem;padding:.9rem}.auth-button{font-size:1.1rem;padding:.9rem}}@media (max-width:480px){.auth-container{padding:10px}.auth-form{margin:.5rem;padding:1.5rem}.auth-form h2{font-size:1.6rem}.form-group label{font-size:.95rem}.form-group input{font-size:.95rem;padding:.8rem}.auth-button{padding:.8rem}.auth-button,.auth-switch p,.link-button{font-size:1rem}}.dashboard-container{background:#f8f9fa;margin:0 auto;max-width:1200px;min-height:100vh;padding:20px}.dashboard-header{align-items:center;background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;display:flex;justify-content:space-between;margin-bottom:2rem;padding:1.5rem}.user-info h2{color:#333;font-size:1.8rem;margin:0}.user-email{color:#666;font-size:1rem;margin:.5rem 0 0}.logout-button{border:none;border-radius:5px;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:background .3s ease}.dashboard-tabs{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;display:flex;margin-bottom:2rem;overflow:hidden}.tab-button{background:#fff;border:none;border-bottom:3px solid #0000;cursor:pointer;flex:1 1;font-weight:600;padding:1rem;transition:all .3s ease}.tab-button:hover{background:#f8f9fa}.tab-button.active{background:#667eea;border-bottom-color:#764ba2;color:#fff}.dashboard-content{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;padding:2rem}.dashboard-loading{align-items:center;color:#666;display:flex;font-size:1.2rem;height:50vh;justify-content:center}.stats-section h3{color:#333;font-size:1.5rem;margin-bottom:1.5rem;margin-top:0}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.stat-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;box-shadow:0 4px 15px #667eea4d;color:#fff;padding:1.5rem;text-align:center}.stat-number{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:1rem;opacity:.9}.leaderboard-section h3{color:#333;font-size:1.5rem;margin-bottom:1.5rem;margin-top:0}.leaderboard-list{gap:.75rem}.leaderboard-item{border-radius:8px;padding:1rem}.leaderboard-item.current-user{background:linear-gradient(135deg,#667eea,#764ba2)}.rank{font-size:1.2rem;font-weight:700;margin-right:1rem;min-width:40px}.leaderboard-item:first-child .rank{color:gold}.leaderboard-item:nth-child(2) .rank{color:silver}.leaderboard-item:nth-child(3) .rank{color:#cd7f32}.player-name{font-size:1.1rem;margin-bottom:.25rem}.player-stats{font-size:.9rem;opacity:.8}.accuracy{background:#fff3;border-radius:12px;font-size:.8rem;padding:.25rem .5rem}.leaderboard-item:not(.current-user) .accuracy{background:#0000001a}.score{font-size:1.2rem;font-weight:700}@media (max-width:768px){.dashboard-container{padding:10px}.dashboard-header{flex-direction:column;gap:1rem;text-align:center}.stats-grid{gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.stat-card{padding:1rem}.stat-number{font-size:2rem}.leaderboard-item{flex-direction:column;gap:.5rem;text-align:center}.rank{margin-right:0}}.navigation{background:linear-gradient(135deg,#2c3e50,#34495e);box-shadow:0 2px 10px #0000001a;position:sticky;top:0;width:100%;z-index:1000}.nav-container{align-items:center;display:flex;height:70px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 1rem}.nav-brand{cursor:pointer;transition:transform .3s ease}.nav-brand:hover{transform:scale(1.05)}.nav-brand h3{color:#fff;font-size:1.5rem;font-weight:700;margin:0}.nav-link,.nav-links{align-items:center;display:flex;gap:.5rem}.nav-link{background:none;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 1rem;text-decoration:none;transition:all .3s ease}.nav-link:hover{background:#ffffff1a;transform:translateY(-2px)}.nav-link.active{background:#fff3;font-weight:600}.nav-user,.user-section{align-items:center;display:flex;gap:1rem}.user-info{align-items:flex-end;color:#fff;display:flex;flex-direction:column}.username{font-size:.9rem;font-weight:600}.user-score{font-size:.8rem;opacity:.8}.logout-btn{background:#e74c3c;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:.5rem 1rem;transition:all .3s ease}.logout-btn:hover{background:#c0392b;transform:translateY(-2px)}.auth-section{display:flex;gap:.5rem}.login-btn,.register-btn{border:none;border-radius:6px;cursor:pointer;font-weight:600;padding:.5rem 1rem;transition:all .3s ease}.login-btn{background:#ffffff1a;border:1px solid #ffffff4d;color:#fff}.login-btn:hover{background:#fff3}.register-btn{background:#27ae60;color:#fff}.register-btn:hover{background:#229954;transform:translateY(-2px)}.mobile-menu-btn{cursor:pointer;display:none;flex-direction:column;padding:.5rem}.mobile-menu-btn span{background:#fff;border-radius:2px;height:3px;margin:3px 0;transition:.3s;width:25px}@media (max-width:768px){.nav-container{height:60px;padding:0 1rem}.nav-brand h3{font-size:1.3rem}.nav-links{background:linear-gradient(135deg,#2c3e50,#34495e);box-shadow:0 2px 10px #0000001a;display:none;flex-direction:column;left:0;padding:1rem;position:absolute;right:0;top:60px}.nav-links.mobile-open{display:flex}.nav-user{background:linear-gradient(135deg,#2c3e50,#34495e);box-shadow:0 2px 10px #0000001a;display:none;min-width:200px;padding:1rem;position:absolute;right:0;top:60px}.nav-user.mobile-open{display:flex}.nav-user.mobile-open,.user-section{align-items:stretch;flex-direction:column}.user-section{gap:.5rem}.user-info{align-items:center;text-align:center}.auth-section{flex-direction:column;gap:.5rem}.mobile-menu-btn{display:flex}.nav-link{padding:1rem;text-align:left;width:100%}}@media (max-width:480px){.nav-container{height:55px}.nav-brand h3{font-size:1.1rem}.nav-links,.nav-user{top:55px}}.leaderboard-container{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);margin:0 auto;max-width:800px;min-height:calc(100vh - 70px);padding:2rem}.leaderboard-header{background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;margin-bottom:2rem;padding:2rem;text-align:center}.leaderboard-header h1{color:#2c3e50;font-size:2.5rem;font-weight:700;margin:0 0 .5rem}.leaderboard-header p{color:#666;font-size:1.2rem;margin:0}.leaderboard-content{background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;margin-bottom:2rem;padding:2rem}.leaderboard-error,.leaderboard-loading{align-items:center;color:#666;display:flex;font-size:1.2rem;height:50vh;justify-content:center}.leaderboard-error{color:#e74c3c}.no-data{color:#666;padding:3rem;text-align:center}.no-data p{font-size:1.1rem;margin:.5rem 0}.leaderboard-list{display:flex;flex-direction:column;gap:1rem}.leaderboard-item{align-items:center;background:#f8f9fa;border:2px solid #0000;border-radius:12px;display:flex;padding:1.5rem;transition:all .3s ease}.leaderboard-item:hover{background:#e9ecef;box-shadow:0 5px 15px #0000001a;transform:translateY(-2px)}.leaderboard-item.current-user{background:linear-gradient(135deg,#2c3e50,#34495e);border-color:#2c3e50;color:#fff}.leaderboard-item.top-three{background:linear-gradient(135deg,#f39c12,#e67e22);color:#fff}.leaderboard-item.top-three:first-child{background:linear-gradient(135deg,#f1c40f,#f39c12)}.leaderboard-item.top-three:nth-child(2){background:linear-gradient(135deg,#95a5a6,#7f8c8d)}.leaderboard-item.top-three:nth-child(3){background:linear-gradient(135deg,#e67e22,#d35400)}.rank{margin-right:1.5rem;min-width:60px;text-align:center}.medal{font-size:2rem}.rank-number{color:#2c3e50;font-size:1.5rem;font-weight:700}.leaderboard-item.current-user .rank-number,.leaderboard-item.top-three .rank-number{color:#fff}.player-info{flex:1 1;margin-right:1rem}.player-name{align-items:center;display:flex;font-size:1.3rem;font-weight:600;gap:.5rem;margin-bottom:.5rem}.you-badge{background:#27ae60;border-radius:12px;color:#fff;font-size:.8rem;font-weight:500;padding:.2rem .5rem}.player-stats{display:flex;flex-wrap:wrap;gap:1rem}.stat{background:#fff3;border-radius:15px;font-size:.9rem;font-weight:500;opacity:.8;padding:.3rem .6rem}.leaderboard-item:not(.current-user):not(.top-three) .stat{background:#0000001a;color:#666}.score{min-width:80px;text-align:center}.score-number{display:block;font-size:1.8rem;font-weight:700;line-height:1}.score-label{font-size:.8rem;letter-spacing:.5px;opacity:.8;text-transform:uppercase}.leaderboard-footer{text-align:center}.refresh-btn{background:linear-gradient(135deg,#2c3e50,#34495e);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.refresh-btn:hover{box-shadow:0 5px 15px #2c3e504d;transform:translateY(-2px)}@media (max-width:768px){.leaderboard-container{padding:1rem}.leaderboard-header{padding:1.5rem}.leaderboard-header h1{font-size:2rem}.leaderboard-content{padding:1.5rem}.leaderboard-item{flex-direction:column;gap:1rem;padding:1rem;text-align:center}.player-info,.rank{margin-right:0}.player-stats{justify-content:center}}@media (max-width:480px){.leaderboard-header h1{font-size:1.8rem}.leaderboard-header p{font-size:1rem}.leaderboard-item{padding:.8rem}.player-name{font-size:1.1rem}.score-number{font-size:1.5rem}}.App{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;text-align:center}.auth-required{align-items:center;background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;display:flex;flex-direction:column;justify-content:center;margin:2rem;min-height:calc(100vh - 70px);padding:2rem}.auth-required h2{color:#2c3e50;margin-bottom:1rem}.auth-required p{color:#666;font-size:1.1rem;margin-bottom:2rem}.error-container,.loading-container{align-items:center;color:#666;display:flex;font-size:1.2rem;height:100vh;justify-content:center}.error-container{background:#fff;border-radius:10px;box-shadow:0 4px 15px #0000001a;color:#dc3545;margin:2rem;padding:2rem}.welcome-screen{align-items:center;background:linear-gradient(135deg,#2c3e50,#34495e 50%,#2c3e50);color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:2rem}.welcome-screen h1{font-size:3rem;margin-bottom:1rem;text-shadow:2px 2px 4px #0000004d}.welcome-screen p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.welcome-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.dashboard-button,.logout-button,.primary-button,.secondary-button,.start-quiz-button{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.primary-button{background:#fff;box-shadow:0 4px 15px #ffffff4d;color:#667eea}.primary-button:hover{box-shadow:0 6px 20px #fff6;transform:translateY(-2px)}.secondary-button{background:#fff3;border:2px solid #fff;color:#fff}.secondary-button:hover{background:#fff;color:#667eea}.logout-button{background:#dc3545;color:#fff}.logout-button:hover{background:#c82333}.dashboard-button{background:#28a745;color:#fff}.dashboard-button:hover{background:#218838}.start-quiz-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;margin:1rem}.start-quiz-button:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.user-header{align-items:center;background:#fff;box-shadow:0 2px 10px #0000001a;display:flex;justify-content:space-between;margin-bottom:1rem;padding:1rem 2rem}.user-header span{color:#333;font-size:1.1rem;font-weight:600}.header-actions{display:flex;gap:.5rem}.quiz-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem;padding:.5rem 0}.progress-indicator{color:#666;font-weight:600}.current-score{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;font-size:.9rem;font-weight:600;padding:.5rem 1rem}.dashboard-actions{display:flex;justify-content:center;padding:1rem}.quiz-container{margin:0 auto;max-width:800px;padding:2rem}.question-box{background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;margin-top:1rem;padding:2rem}.answer{background:#f8f9fa;border:2px solid #e9ecef;border-radius:10px;cursor:pointer;display:block;font-size:1rem;margin:.75rem 0;padding:1rem;transition:all .3s ease;width:100%}.answer:hover{background:#e9ecef;border-color:#667eea;transform:translateY(-2px)}.answer.selected{background:#667eea;border-color:#667eea;color:#fff}.answer.correct{background:#28a745;border-color:#28a745;color:#fff}.answer.incorrect{background:#dc3545;border-color:#dc3545;color:#fff}.answer:disabled{cursor:not-allowed}@media (max-width:768px){.welcome-screen h1{font-size:2rem}.welcome-screen p{font-size:1rem}.welcome-actions{flex-direction:column;max-width:300px;width:100%}.user-header{flex-direction:column;gap:1rem;text-align:center}.header-actions{justify-content:center}.quiz-header{flex-direction:column;gap:.5rem;text-align:center}.quiz-container{padding:1rem}.question-box{padding:1.5rem}}
/*# sourceMappingURL=main.236c1168.css.map*/