.quiz-container{max-width:42rem;min-height:60vh;margin:0 auto;padding:1.5rem 1rem}.quiz-header{text-align:center;margin-bottom:2rem}.quiz-header h1{font-family:var(--font-display);color:var(--foreground);margin-bottom:1rem;font-size:1.75rem;font-weight:700}.quiz-main{margin-bottom:2rem}.quiz-footer{flex-direction:column;align-items:center;gap:1rem;display:flex}.quiz-hint{color:var(--foreground-muted);font-size:.875rem}.quiz-loading{flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.quiz-loading-spinner{border:3px solid var(--border);border-top-color:var(--color-electric);border-radius:50%;width:2.5rem;height:2.5rem;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.quiz-loading p{color:var(--foreground-muted);font-size:.9375rem}.quiz-empty,.quiz-auth-prompt{text-align:center;padding:4rem 2rem}.quiz-empty h2,.quiz-auth-prompt h2{font-family:var(--font-display);color:var(--foreground);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.quiz-empty p,.quiz-auth-prompt p{color:var(--foreground-muted);margin-bottom:1.5rem;font-size:1rem}.quiz-auth-subtitle{opacity:.8;font-size:.875rem!important}.quiz-progress{flex-direction:column;align-items:center;gap:.5rem;display:flex}.quiz-progress-dots{gap:.5rem;display:flex}.quiz-progress-dot{background:var(--border);width:.75rem;height:.75rem;transition:all var(--transition-base);border-radius:50%}.quiz-progress-dot-current{background:var(--color-electric);transform:scale(1.2)}.quiz-progress-dot-answered{background:var(--color-electric);opacity:.6}.quiz-progress-text{color:var(--foreground-muted);font-size:.875rem}.quiz-card{background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:1rem;padding:1.5rem}.quiz-card-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.quiz-card-number{text-transform:uppercase;letter-spacing:.05em;color:var(--foreground-muted);font-size:.75rem;font-weight:600}.quiz-card-question{font-family:var(--font-display);color:var(--foreground);margin-bottom:1.5rem;font-size:1.25rem;font-weight:600;line-height:1.4}.quiz-card-answers{flex-direction:column;gap:.75rem;display:flex}.quiz-answer{background:var(--background);border:2px solid var(--border);cursor:pointer;transition:all var(--transition-base);text-align:left;border-radius:.75rem;align-items:center;gap:.75rem;width:100%;padding:1rem;display:flex}.quiz-answer:hover:not(:disabled){border-color:var(--color-electric);background:color-mix(in srgb,var(--color-electric)5%,var(--background))}.quiz-answer:disabled{cursor:default}.quiz-answer-letter{background:var(--border);width:2rem;height:2rem;color:var(--foreground-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;font-weight:600;display:flex}.quiz-answer-text{color:var(--foreground);flex:1;font-size:.9375rem}.quiz-answer-icon{color:var(--color-success);font-size:1.25rem;font-weight:700}.quiz-answer-icon-wrong{color:var(--color-pulse)}.quiz-answer-selected{border-color:var(--color-electric);background:color-mix(in srgb,var(--color-electric)10%,var(--background))}.quiz-answer-selected .quiz-answer-letter{background:var(--color-electric);color:#fff}.quiz-answer-correct{border-color:var(--color-success);background:color-mix(in srgb,var(--color-success)10%,var(--background))}.quiz-answer-correct .quiz-answer-letter{background:var(--color-success);color:#fff}.quiz-answer-incorrect{border-color:var(--color-pulse);background:color-mix(in srgb,var(--color-pulse)10%,var(--background))}.quiz-answer-incorrect .quiz-answer-letter{background:var(--color-pulse);color:#fff}.quiz-explanation{background:color-mix(in srgb,var(--color-electric)5%,var(--background));color:var(--foreground);border-radius:.5rem;margin-top:1.5rem;padding:1rem;font-size:.875rem;line-height:1.5}.quiz-explanation strong{color:var(--color-electric)}.quiz-source{color:var(--foreground-muted);margin-top:1rem;font-size:.8125rem}.quiz-source a{color:var(--color-electric);text-decoration:none}.quiz-source a:hover{text-decoration:underline}.quiz-streak{color:var(--color-electric);align-items:baseline;gap:.25rem;display:inline-flex}.quiz-streak-sm{font-size:.75rem}.quiz-streak-md{font-size:.875rem}.quiz-streak-lg{font-size:1rem}.quiz-streak-count{font-family:var(--font-display);font-weight:700}.quiz-streak-label{font-weight:500}.quiz-results{text-align:center;max-width:400px;margin:0 auto;padding:3rem 1.5rem}.quiz-results-header{justify-content:center;align-items:center;gap:1rem;margin-bottom:2.5rem;display:flex}.quiz-results-label{text-transform:uppercase;letter-spacing:.1em;color:var(--foreground-muted);font-size:.75rem;font-weight:600}.quiz-results-score{justify-content:center;align-items:baseline;gap:.125rem;margin-bottom:1rem;display:flex}.quiz-results-score-number{font-family:var(--font-display);color:var(--foreground);font-size:5rem;font-weight:700;line-height:1}.quiz-results-score-total{font-family:var(--font-display);color:var(--foreground-muted);font-size:2rem;font-weight:600}.quiz-results-message{color:var(--foreground-muted);margin-bottom:2.5rem;font-size:1rem}.quiz-results-summary{margin-bottom:2.5rem}.quiz-results-answers{justify-content:center;gap:.5rem;display:flex}.quiz-results-answer{justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:.875rem;font-weight:600;display:flex}.quiz-results-answer-number{display:none}.quiz-results-answer-correct{background:var(--color-success);color:#fff}.quiz-results-answer-incorrect{background:var(--color-pulse);color:#fff}.quiz-results-actions{justify-content:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.quiz-results-btn{max-width:140px;height:44px;font-family:var(--font-display);cursor:pointer;border-radius:6px;flex:1;font-size:.9375rem;font-weight:600;transition:all .15s}.quiz-results-btn-primary{background:var(--foreground);color:var(--background);border:none}.quiz-results-btn-primary:hover{opacity:.9}.quiz-results-btn-secondary{color:var(--foreground);border:1px solid var(--border);background:0 0}.quiz-results-btn-secondary:hover{background:var(--background-muted)}.quiz-results-comeback{color:var(--foreground-muted);margin-bottom:1rem;font-size:.8125rem}.quiz-results-home-link{color:var(--foreground-muted);font-size:.875rem;text-decoration:none;transition:color .15s}.quiz-results-home-link:hover{color:var(--foreground)}.quiz-stats-profile{background:var(--card);border:1px solid var(--border);padding:1.5rem}.quiz-stats-profile__header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.quiz-stats-profile__title{text-transform:uppercase;letter-spacing:.05em;color:var(--foreground);align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;display:flex}.quiz-stats-profile__loading{gap:1rem;display:flex}.quiz-stats-profile__skeleton{background:var(--border);border-radius:.5rem;flex:1;height:4rem;animation:1.5s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.quiz-stats-profile__grid{grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1rem;display:grid}.quiz-stats-profile__stat{background:var(--background-muted);align-items:center;gap:.75rem;padding:.75rem;display:flex}.quiz-stats-profile__stat-icon{background:var(--color-electric);color:#fff;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.quiz-stats-profile__stat-content{flex-direction:column;display:flex}.quiz-stats-profile__stat-value{font-family:var(--font-display);color:var(--foreground);font-size:1.25rem;font-weight:700;line-height:1}.quiz-stats-profile__stat-label{color:var(--foreground-muted);text-transform:uppercase;letter-spacing:.03em;font-size:.6875rem}.quiz-stats-profile__history{margin-bottom:1rem}.quiz-stats-profile__history-title{color:var(--foreground-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.625rem;font-size:.75rem;font-weight:600}.quiz-stats-profile__history-list{flex-direction:column;gap:.5rem;display:flex}.quiz-stats-profile__history-item{align-items:center;gap:.75rem;font-size:.8125rem;display:flex}.quiz-stats-profile__history-date{width:3.5rem;color:var(--foreground-muted);flex-shrink:0}.quiz-stats-profile__history-score{width:2rem;color:var(--foreground);flex-shrink:0;font-weight:600}.quiz-stats-profile__history-bar{background:var(--border);flex:1;height:.375rem;overflow:hidden}.quiz-stats-profile__history-bar-fill{background:var(--color-electric);height:100%;transition:width .3s}.quiz-stats-profile__empty{text-align:center;padding:1rem 0}.quiz-stats-profile__empty p{color:var(--foreground-muted);margin-bottom:1rem;font-size:.875rem}.quiz-stats-profile__cta{text-align:center;width:100%;font-family:var(--font-display);color:#fff;background:var(--color-electric);transition:background var(--transition-base);padding:.75rem 1rem;font-size:.875rem;font-weight:600;display:block}.quiz-stats-profile__cta:hover{background:color-mix(in srgb,var(--color-electric)90%,black)}
