.loading-container.svelte-2wtm92{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1rem}.loading-spinner.svelte-2wtm92{width:48px;height:48px;border:4px solid var(--border-color);border-top-color:var(--accent-primary);border-radius:50%;animation:svelte-2wtm92-spin 1s linear infinite}@keyframes svelte-2wtm92-spin{to{transform:rotate(360deg)}}.loading-text.svelte-2wtm92{font-size:1rem;color:var(--text-secondary)}.empty-state.svelte-2wtm92{text-align:center;padding:3rem 1rem}.empty-icon.svelte-2wtm92{margin-bottom:1rem;color:var(--text-tertiary);display:flex;justify-content:center}.empty-title.svelte-2wtm92{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem}.empty-text.svelte-2wtm92{font-size:1rem;color:var(--text-secondary);margin:0}.questions-container.svelte-2wtm92{max-width:100%}.page-header.svelte-2wtm92{margin-bottom:2rem;text-align:center}.page-title.svelte-2wtm92{font-size:1.875rem;font-weight:800;color:var(--text-primary);margin:0 0 .5rem}.page-subtitle.svelte-2wtm92{font-size:1rem;color:var(--text-secondary);margin:0}.subjects-grid.svelte-2wtm92{display:grid;grid-template-columns:1fr;gap:.75rem}@media(min-width:640px){.subjects-grid.svelte-2wtm92{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.subjects-grid.svelte-2wtm92{grid-template-columns:repeat(3,1fr)}}.subject-card.svelte-2wtm92{background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:12px;padding:1rem;display:flex;align-items:center;gap:1rem;text-decoration:none;transition:all .2s ease;cursor:pointer;-moz-user-select:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.subject-card.svelte-2wtm92:hover{border-color:var(--accent-primary);transform:translateY(-2px);box-shadow:0 4px 12px #14b8a626}.subject-icon.svelte-2wtm92{color:var(--accent-primary);flex-shrink:0;transition:transform .2s ease;display:flex;align-items:center;justify-content:center}.subject-card.svelte-2wtm92:hover .subject-icon:where(.svelte-2wtm92){transform:scale(1.1)}.subject-info.svelte-2wtm92{flex:1;min-width:0}.subject-name.svelte-2wtm92{font-size:1rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.subject-stats.svelte-2wtm92{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.stats-text.svelte-2wtm92{font-size:.8125rem;color:var(--text-secondary);font-weight:500}.stats-percentage.svelte-2wtm92{font-size:.875rem;color:var(--accent-primary);font-weight:700}.progress-bar.svelte-2wtm92{height:6px;background:var(--border-color);border-radius:999px;overflow:hidden;position:relative}.progress-fill.svelte-2wtm92{height:100%;background:linear-gradient(90deg,var(--accent-primary),var(--accent-secondary));border-radius:999px;transition:width .3s ease}
