*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{align-items:center;display:flex;justify-content:center;margin:0 auto;max-width:1200px;min-height:100vh;padding:20px}.card{animation:fadeIn .5s ease-in;background:#fff;border-radius:15px;box-shadow:0 10px 30px #0003;max-width:800px;padding:40px;width:100%}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}h1{color:#4a5568;font-size:2.5rem;font-weight:700;margin-bottom:30px;text-align:center}h2{color:#2d3748;font-size:1.8rem;font-weight:600;margin-bottom:20px}h3{color:#4a5568;font-size:1.3rem;font-weight:500}h3,p{margin-bottom:15px}p{color:#666;line-height:1.6}.btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-size:16px;font-weight:600;min-width:120px;padding:12px 30px;text-align:center;text-decoration:none;transition:all .3s ease}.btn:hover{box-shadow:0 5px 15px #667eea66;transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn-secondary{background:#e2e8f0;color:#4a5568}.btn-secondary:hover{background:#cbd5e0;box-shadow:0 5px 15px #0000001a}.btn-success{background:linear-gradient(135deg,#48bb78,#38a169)}.btn-success:hover{box-shadow:0 5px 15px #48bb7866}.btn-danger{background:linear-gradient(135deg,#f56565,#e53e3e)}.btn-danger:hover{box-shadow:0 5px 15px #f5656566}.form-group{margin-bottom:25px}.form-label{color:#4a5568;display:block;font-weight:600;margin-bottom:8px}.form-input{border:2px solid #e2e8f0;border-radius:8px;font-size:16px;padding:12px 16px;transition:border-color .3s ease;width:100%}.form-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.loading{align-items:center;display:flex;justify-content:center;padding:40px}.spinner{animation:spin 1s linear infinite;border:4px solid #e2e8f0;border-radius:50%;border-top-color:#667eea;height:40px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error{background:#fed7d7;border-left:4px solid #f56565;color:#c53030}.error,.success{border-radius:8px;margin-bottom:20px;padding:15px}.success{background:#c6f6d5;border-left:4px solid #48bb78;color:#2f855a}@media (max-width:768px){.container{padding:10px}.card{margin:10px;padding:20px}h1{font-size:2rem}h2{font-size:1.5rem}.btn{margin-bottom:10px;width:100%}}@media (max-width:480px){h1{font-size:1.8rem}.card{padding:15px}}.App{min-height:100vh}.App,.quiz-start{text-align:center}.quiz-start h1{color:#2d3748;font-size:2.5rem;margin-bottom:20px}.quiz-start p{color:#666;font-size:1.1rem;line-height:1.6;margin-bottom:30px}.quiz-info{background:#f7fafc;border-left:4px solid #667eea;border-radius:10px;margin:20px 0;padding:20px}.quiz-info h3{color:#4a5568;margin-bottom:15px}.quiz-info ul{color:#666;list-style-position:inside;text-align:left}.quiz-info li{margin-bottom:8px}.start-form{margin:30px 0}.button-group{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin-top:20px}.quiz-container{margin:0 auto;max-width:900px}.quiz-header{align-items:center;background:#f7fafc;border-radius:10px;display:flex;justify-content:space-between;margin-bottom:30px;padding:20px}.quiz-progress{color:#4a5568;font-weight:600}.progress-bar{background:#e2e8f0;border-radius:4px;height:8px;margin:10px 0;overflow:hidden;width:200px}.progress-fill{background:linear-gradient(135deg,#667eea,#764ba2);height:100%;transition:width .3s ease}.timer{color:#e53e3e}.timer.warning{animation:pulse 1s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.question-card{background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;margin-bottom:30px;padding:30px}.question-header{margin-bottom:25px}.question-number{color:#667eea;font-size:1rem;font-weight:600;margin-bottom:10px}.question-text{color:#2d3748;font-size:1.3rem;font-weight:600;line-height:1.5}.options-container{margin:25px 0}.option{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:10px;cursor:pointer;display:flex;margin-bottom:12px;padding:15px 20px;transition:all .3s ease}.option:hover{background:#f7fafc}.option.selected,.option:hover{border-color:#667eea;transform:translateX(5px)}.option.selected{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.option-radio{height:20px;margin-right:15px;width:20px}.option-text{flex:1 1;font-size:1.1rem;font-weight:500;text-align:left}.navigation-buttons{align-items:center;display:flex;gap:15px;justify-content:space-between;margin-top:30px}.nav-left,.nav-right{display:flex;gap:10px}.result-container{margin:0 auto;max-width:600px;text-align:center}.result-header{margin-bottom:30px}.result-header h1{color:#2d3748;margin-bottom:10px}.result-score{border-radius:15px;font-size:3rem;font-weight:700;margin:20px 0;padding:20px}.result-score.excellent{background:linear-gradient(135deg,#48bb78,#38a169);color:#fff}.result-score.good{background:linear-gradient(135deg,#ed8936,#dd6b20);color:#fff}.result-score.average{background:linear-gradient(135deg,#ecc94b,#d69e2e);color:#fff}.result-score.poor{background:linear-gradient(135deg,#f56565,#e53e3e);color:#fff}.result-details{background:#f7fafc;border-radius:15px;margin:25px 0;padding:25px}.result-stats{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin:20px 0}.stat-item{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000000d;padding:15px;text-align:center}.stat-value{color:#667eea;display:block;font-size:2rem;font-weight:700}.stat-label{font-size:.9rem;margin-top:5px}.leaderboard-container{margin:0 auto;max-width:800px}.leaderboard-table{background:#fff;border-collapse:collapse;border-radius:15px;box-shadow:0 5px 20px #0000001a;margin:20px 0;overflow:hidden;width:100%}.leaderboard-table td,.leaderboard-table th{border-bottom:1px solid #e2e8f0;padding:15px;text-align:left}.leaderboard-table th{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:.9rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.leaderboard-table tr:hover{background:#f7fafc}.rank{color:#667eea;font-size:1.1rem;font-weight:700}.rank.gold{color:gold}.rank.silver{color:silver}.rank.bronze{color:#cd7f32}.score-badge{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;font-size:.9rem;font-weight:600;padding:5px 12px}@media (max-width:768px){.quiz-header{flex-direction:column;gap:15px;text-align:center}.progress-bar{width:100%}.navigation-buttons{flex-direction:column;gap:15px}.nav-left,.nav-right{justify-content:center;width:100%}.button-group{align-items:center;flex-direction:column}.result-stats{grid-template-columns:repeat(2,1fr)}.leaderboard-table{font-size:.9rem}.leaderboard-table td,.leaderboard-table th{padding:10px 8px}}@media (max-width:480px){.result-stats{grid-template-columns:1fr}.result-score{font-size:2.5rem}.question-text{font-size:1.1rem}.option{padding:12px 15px}.option-text{font-size:1rem}}.timer-container{flex-direction:column}.timer,.timer-container{align-items:center;display:flex;gap:8px}.timer{background:#f7fafc;border:2px solid #e2e8f0;border-radius:8px;color:#4a5568;font-size:1.2rem;font-weight:700;padding:8px 16px}.timer.caution{background:#fffaf0;border-color:#ed8936;color:#ed8936}.timer.warning{background:#fff5f5;border-color:#e53e3e;color:#e53e3e}.timer-warning{color:#e53e3e;font-size:.9rem;font-weight:600;text-align:center}.timer-progress{background:#e2e8f0;border-radius:2px;height:4px;overflow:hidden;width:100px}.timer-progress-bar{border-radius:2px;height:100%;transition:width 1s linear,background-color .3s ease}.performance-analysis{background:#fff;border-left:4px solid #667eea;border-radius:10px;margin:20px 0;padding:15px}.analysis-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:15px}.analysis-item{background:#f7fafc;border-radius:8px;font-size:.9rem;padding:10px}.score-breakdown{margin:20px 0}.breakdown-bar{border:2px solid #e2e8f0;border-radius:15px;display:flex;height:30px;margin:10px 0;overflow:hidden}.breakdown-correct{background:linear-gradient(135deg,#48bb78,#38a169)}.breakdown-correct,.breakdown-wrong{align-items:center;color:#fff;display:flex;font-size:.9rem;font-weight:600;justify-content:center}.breakdown-wrong{background:linear-gradient(135deg,#f56565,#e53e3e)}.breakdown-labels{display:flex;font-size:.9rem;justify-content:space-between;margin-top:8px}.label-correct{color:#38a169;font-weight:600}.label-wrong{color:#e53e3e;font-weight:600}.motivation-message{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;color:#fff;font-weight:500;margin-top:25px;padding:15px;text-align:center}.leaderboard-header{margin-bottom:30px;text-align:center}.no-data{color:#666;padding:40px 20px;text-align:center}.no-data-icon{font-size:4rem;margin-bottom:20px}.podium{background:linear-gradient(135deg,#f7fafc,#edf2f7);border-radius:15px;margin:30px 0;padding:20px}.podium-container{align-items:end;display:flex;gap:20px;justify-content:center;margin:0 auto;max-width:500px}.podium-place{align-items:center;display:flex;flex:1 1;flex-direction:column}.podium-user{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;margin-bottom:10px;padding:15px;text-align:center;width:100%}.podium-rank{font-size:2rem;margin-bottom:8px}.podium-name{color:#2d3748;font-size:.9rem;font-weight:600;margin-bottom:5px}.podium-score{color:#667eea;font-size:1.1rem;font-weight:700}.podium-bar{border-radius:5px 5px 0 0;width:100%}.first-bar{background:linear-gradient(135deg,gold,#ffed4e);height:80px}.second-bar{background:linear-gradient(135deg,silver,#e2e8f0);height:60px}.third-bar{background:linear-gradient(135deg,#cd7f32,#ed8936);height:40px}.leaderboard-table-container{margin:20px 0;overflow-x:auto}.top-three{background:linear-gradient(135deg,#f7fafc,#edf2f7)}.user-name{color:#2d3748;font-weight:600}.date-cell{color:#666;font-size:.85rem}.leaderboard-stats{background:#f7fafc;border-radius:15px;margin:30px 0;padding:20px}.stats-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin-top:15px}.stat-card{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000000d;padding:15px;text-align:center}.stat-number{color:#667eea;font-size:1.5rem;font-weight:700;margin-bottom:5px}.stat-label{color:#666;font-size:.8rem;letter-spacing:.5px;text-transform:uppercase}.leaderboard-actions{margin-top:30px;text-align:center}.question-category{color:#666;font-size:.9rem;font-weight:400}.answered-count{color:#667eea;font-weight:600;margin-left:10px}.nav-center{display:flex;gap:10px}@media (max-width:768px){.podium-container{flex-direction:column;gap:15px}.podium-place{order:0}.first{order:1}.second{order:2}.third{order:3}.podium-bar{height:20px!important;width:100%}.stats-grid{grid-template-columns:repeat(2,1fr)}.analysis-grid{grid-template-columns:1fr}.nav-center{flex-direction:column;width:100%}.timer-container,.timer-progress{width:100%}}@media (max-width:480px){.podium-user{padding:10px}.podium-name{font-size:.8rem}.podium-score{font-size:1rem}.stats-grid{grid-template-columns:1fr}.leaderboard-table td,.leaderboard-table th{font-size:.8rem;padding:8px 4px}.timer{font-size:1rem;padding:6px 12px}}.firebase-admin-overlay{align-items:center;animation:fadeIn .3s ease-in;background:#000c;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.firebase-admin-modal{animation:slideIn .3s ease-out;background:#fff;border-radius:15px;box-shadow:0 20px 40px #0000004d;max-height:90vh;max-width:600px;overflow-y:auto;width:90%}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.admin-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-bottom:2px solid #e2e8f0;border-radius:15px 15px 0 0;color:#fff;display:flex;justify-content:space-between;padding:20px 30px}.admin-header h2{color:#fff;margin:0}.close-btn{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:24px;height:40px;justify-content:center;transition:background .3s ease;width:40px}.close-btn:hover{background:#ffffff4d}.admin-content{padding:30px}.admin-section{background:#f7fafc;border:2px solid #e2e8f0;border-radius:10px;margin-bottom:30px;padding:20px}.admin-section h3{color:#2d3748;margin-bottom:15px;margin-top:0}.admin-section p{color:#666;margin-bottom:15px}.status-info{background:#fff;border-left:4px solid #667eea;border-radius:8px;margin-bottom:15px;padding:15px}.warning{color:#e53e3e;font-weight:600}.admin-message{border-radius:8px;font-weight:500;margin-top:20px;padding:15px}.admin-message.success{background:#c6f6d5;border-left:4px solid #48bb78;color:#2f855a}.admin-message.error{background:#fed7d7;border-left:4px solid #f56565;color:#c53030}.admin-footer{background:#f7fafc;border-radius:0 0 15px 15px;border-top:1px solid #e2e8f0;padding:20px 30px;text-align:center}.admin-footer p{color:#666;font-size:.9rem;margin:0}.live-badge{align-items:center;background:linear-gradient(135deg,#e53e3e,#c53030);border-radius:12px;color:#fff;display:inline-flex;font-size:.8rem;font-weight:600;gap:5px;margin-left:10px;padding:4px 8px}.question-header .live-badge{margin-left:15px}.database-badge{align-items:center;background:linear-gradient(135deg,#4299e1,#3182ce);border-radius:12px;color:#fff;display:inline-flex;font-size:.8rem;font-weight:600;gap:5px;margin-left:10px;padding:4px 8px}.question-header .database-badge{margin-left:15px}.leaderboard-header .database-badge{font-size:.9rem;margin-top:10px;padding:6px 12px}.admin-hint{background:#f0f4f8;border:1px dashed #cbd5e0;border-radius:8px;margin-top:20px;padding:10px;text-align:center}.admin-hint small{color:#718096;font-size:.8rem}.btn.btn-danger{background:linear-gradient(135deg,#f56565,#e53e3e);color:#fff}.btn.btn-danger:hover{box-shadow:0 5px 15px #f5656566;transform:translateY(-2px)}.btn.btn-danger:disabled{background:#cbd5e0;box-shadow:none;color:#a0aec0;cursor:not-allowed;transform:none}.admin-content .loading{padding:20px;text-align:center}.admin-content .spinner{height:30px;margin:0 auto 10px;width:30px}@media (max-width:768px){.firebase-admin-modal{margin:20px;width:95%}.admin-header{padding:15px 20px}.admin-content{padding:20px}.admin-section{margin-bottom:20px;padding:15px}.admin-footer{padding:15px 20px}}@media (max-width:480px){.firebase-admin-modal{border-radius:0;height:100%;max-height:100vh;width:100%}.admin-footer,.admin-header{border-radius:0}}.firebase-status{align-items:center;background:#e6fffa;border:1px solid #38b2ac;border-radius:8px;display:flex;gap:8px;margin-bottom:20px;padding:10px 15px}.firebase-status.connected{background:#c6f6d5;border-color:#48bb78;color:#2f855a}.firebase-status.error{background:#fed7d7;border-color:#f56565;color:#c53030}.firebase-status-icon{font-size:1.2rem}.quiz-info.firebase-info{background:linear-gradient(135deg,#ff6b35,#f7931e);border-left:none;color:#fff}.quiz-info.firebase-info h3{color:#fff}.quiz-info.firebase-info ul{color:#ffffffe6}.live-badge{animation:livePulse 2s infinite}@keyframes livePulse{0%,to{box-shadow:0 0 0 0 #e53e3e66}50%{box-shadow:0 0 0 8px #e53e3e00}}.database-badge{animation:databasePulse 2s infinite}@keyframes databasePulse{0%,to{box-shadow:0 0 0 0 #4299e166}50%{box-shadow:0 0 0 8px #4299e100}}
/*# sourceMappingURL=main.472b325d.css.map*/