:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}*{box-sizing:border-box}html,body,#root{min-height:100vh;margin:0;padding:0}body{color:#1a2332;background:#f5f7fb}button{font-family:inherit;font-size:inherit;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}h1,h2,h3{margin:0;line-height:1.3}.app{flex-direction:column;min-height:100vh;display:flex}.app-header{color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;background:linear-gradient(135deg,#1e40af 0%,#3b82f6 100%);padding:1.5rem 2rem;box-shadow:0 2px 8px #1e40af26}.app-header h1{align-items:center;gap:.6rem;font-size:1.5rem;font-weight:700;display:flex}.logo-icon{font-size:1.6rem}.subtitle{opacity:.85;margin:.25rem 0 0;font-size:.9rem}.app-main{flex:1;width:100%;max-width:920px;margin:0 auto;padding:2rem 1.25rem 4rem}.muted{color:#64748b;font-size:.95rem}.back-btn{color:#3b82f6;background:0 0;border:none;margin-bottom:1rem;padding:.5rem 0;font-size:.95rem;font-weight:600}.back-btn:hover{color:#1e40af}.card-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-top:1.5rem;display:grid}.card{text-align:left;font-size:inherit;color:inherit;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;padding:1.25rem;transition:all .15s;display:flex}.card.clickable{cursor:pointer}.card.clickable:hover{border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 8px 24px -8px #3b82f64d}.card.disabled{opacity:.55;cursor:not-allowed}.card-header{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;display:flex}.card-header h3{font-size:1.05rem;font-weight:600}.card-body{flex-direction:column;flex:1;gap:.4rem;display:flex}.info-row{justify-content:space-between;font-size:.9rem;display:flex}.info-label{color:#64748b}.card-footer{color:#475569;border-top:1px solid #e2e8f0;margin-top:1rem;padding-top:.75rem;font-size:.9rem}.badge{color:#3730a3;white-space:nowrap;background:#e0e7ff;border-radius:999px;padding:.2rem .55rem;font-size:.75rem;font-weight:600}.badge-success{color:#166534;background:#dcfce7}.badge-muted{color:#64748b;background:#f1f5f9}.tip{background:#fef3c7;border-left:4px solid #f59e0b;border-radius:6px;margin-top:2rem;padding:.85rem 1rem;font-size:.9rem}.section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin:2rem 0;padding:1.25rem}.section-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.section-header h3{font-size:1.05rem;font-weight:600}.action-row{flex-wrap:wrap;gap:.75rem;display:flex}.unite-list{flex-direction:column;gap:.5rem;display:flex}.unite-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem .9rem;display:flex}.unite-info{flex:1;align-items:center;gap:.75rem;min-width:0;display:flex}.unite-no{color:#fff;background:#3b82f6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.85rem;font-weight:600;display:flex}.unite-no.sinav{background:#f59e0b}.unite-name{font-size:.95rem;font-weight:500}.unite-meta{color:#64748b;font-size:.8rem}.unite-actions{flex-shrink:0;gap:.5rem;display:flex}.btn{border:none;border-radius:8px;align-items:center;gap:.35rem;padding:.6rem 1rem;font-size:.9rem;font-weight:600;transition:all .15s;display:inline-flex}.btn:hover:not(:disabled){filter:brightness(1.08);transform:translateY(-1px)}.btn-sm{padding:.4rem .75rem;font-size:.82rem}.btn-study{color:#fff;background:#3b82f6}.btn-test{color:#fff;background:#10b981}.btn-secondary{color:#1e293b;background:#e2e8f0}.btn-ghost{color:#3b82f6;background:0 0;border:1px solid #3b82f6}.study-mode,.test-mode{max-width:820px}.mode-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.mode-header h2{margin-top:.4rem;font-size:1.2rem;font-weight:600}.mode-label{letter-spacing:.03em;border-radius:999px;padding:.2rem .6rem;font-size:.75rem;font-weight:700;display:inline-block}.mode-label-study{color:#1e40af;background:#dbeafe}.mode-label-test{color:#065f46;background:#d1fae5}.mode-counter{color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.4rem .75rem;font-size:.9rem;font-weight:600}.score-inline{color:#10b981}.progress-bar{background:#e2e8f0;border-radius:999px;height:6px;margin-bottom:1.25rem;overflow:hidden}.progress-bar-fill{height:100%;transition:width .3s}.progress-bar-fill.study{background:#3b82f6}.progress-bar-fill.test{background:#10b981}.question-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000000a}.question-meta{color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem;font-size:.8rem;font-weight:600}.question-text{color:#0f172a;margin-bottom:1.25rem;font-size:1.05rem;line-height:1.55}.options{flex-direction:column;gap:.5rem;display:flex}.option{text-align:left;color:inherit;background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;align-items:center;gap:.75rem;padding:.85rem 1rem;font-size:.95rem;transition:all .15s;display:flex}.option-clickable{cursor:pointer;width:100%;font-family:inherit}.option-clickable:hover:not(:disabled){background:#eff6ff;border-color:#93c5fd}.option-letter{background:#fff;border:1.5px solid #cbd5e1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.8rem;height:1.8rem;font-size:.85rem;font-weight:700;display:flex}.option-text{flex:1}.option-correct{background:#dcfce7;border-color:#16a34a}.option-correct .option-letter{color:#fff;background:#16a34a;border-color:#16a34a}.option-wrong{background:#fee2e2;border-color:#dc2626}.option-wrong .option-letter{color:#fff;background:#dc2626;border-color:#dc2626}.option-dimmed{opacity:.55}.option-check{color:#16a34a;flex-shrink:0;font-size:.85rem;font-weight:700}.option-x{color:#dc2626;flex-shrink:0;font-size:.95rem;font-weight:700}.answer-controls{text-align:right;margin-top:1.25rem}.feedback{border-radius:8px;margin-top:1.25rem;padding:.85rem 1rem;font-weight:500}.feedback-correct{color:#166534;background:#dcfce7;border-left:4px solid #16a34a}.feedback-wrong{color:#991b1b;background:#fee2e2;border-left:4px solid #dc2626}.nav-controls{justify-content:space-between;gap:.75rem;margin-top:1.5rem;display:flex}.nav-controls .btn{padding:.7rem 1.25rem}.keyboard-hint{text-align:center;color:#94a3b8;margin-top:1.5rem;font-size:.8rem}.result-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2rem;box-shadow:0 4px 16px #0000000d}.result-icon{margin-bottom:.5rem;font-size:3.5rem}.result-card h2{margin-bottom:1rem;font-size:1.5rem}.result-score{color:#0f172a;font-size:2.5rem;font-weight:700}.result-pct{margin-bottom:1rem;font-size:1.5rem;font-weight:700}.result-pct.good{color:#16a34a}.result-pct.ok{color:#f59e0b}.result-pct.bad{color:#dc2626}.result-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin:1.5rem 0;display:flex}.result-details{text-align:left;border-top:1px solid #e2e8f0;margin-top:2rem;padding-top:1.5rem}.result-details h3{margin-bottom:.75rem;font-size:1rem}.wrong-list{flex-direction:column;gap:1rem;padding-left:1.25rem;display:flex}.wrong-list li{background:#fef2f2;border-left:3px solid #dc2626;border-radius:0 6px 6px 0;padding:.75rem 1rem}.wrong-q{margin-bottom:.5rem;font-size:.95rem;font-weight:600}.wrong-picked,.wrong-correct{margin:.2rem 0;font-size:.85rem}.wrong-text{color:#dc2626;font-weight:500}.correct-text{color:#16a34a;font-weight:600}@media (width<=640px){.app-header{padding:1.25rem 1rem}.app-header h1{font-size:1.25rem}.app-main{padding:1.25rem .75rem 4rem}.unite-card{flex-direction:column;align-items:stretch}.unite-actions{width:100%}.unite-actions .btn,.action-row .btn{flex:1}.card-grid{grid-template-columns:1fr}}
