:root{--primary: #2563eb;--primary-dark: #1d4ed8;--bg: #f5f7fb;--card-bg: #ffffff;--border: #e5e7eb;--text-main: #111827;--text-muted: #6b7280;--success: #16a34a;--draft: #facc15;--closed: #9ca3af}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text-main)}.app-root{min-height:100vh;display:flex;flex-direction:column}.topbar{height:56px;background:#fff;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 24px}.logo{width:32px;height:32px;border-radius:6px;background:var(--primary);color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;margin-right:8px}.topbar-left{display:flex;align-items:center}.topbar-title{font-weight:600}.topbar-right{font-size:14px;color:var(--text-muted)}.page-container{padding:24px 32px}.page{max-width:1100px;margin:0 auto}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.page-title{margin:0;font-size:22px}.page-subtitle{margin:4px 0 0;font-size:14px;color:var(--text-muted)}.cards-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:24px}.card,.stat-card{background:var(--card-bg);border-radius:12px;border:1px solid var(--border);padding:16px 20px;box-shadow:0 1px 2px #00000008}.stat-label{color:var(--text-muted);font-size:13px}.stat-value{margin-top:8px;font-size:20px;font-weight:600}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.card-title{margin:0;font-size:18px}.card-subtitle{margin:4px 0 12px;font-size:14px;color:var(--text-muted)}.table-wrapper{overflow-x:auto}.table{width:100%;border-collapse:collapse;font-size:14px}.table th,.table td{padding:10px 8px;border-bottom:1px solid var(--border);text-align:left}.cell-actions{display:flex;gap:8px}.link-button{border:none;background:none;cursor:pointer;font-size:16px}.badge{display:inline-flex;padding:2px 10px;border-radius:999px;font-size:12px;align-items:center}.badge-draft{background:#fef9c3;color:#854d0e}.badge-published{background:#dcfce7;color:#166534}.badge-closed{background:#e5e7eb;color:#374151}.btn-primary,.btn-secondary{border-radius:999px;padding:8px 18px;font-size:14px;font-weight:500;border:none;cursor:pointer}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-secondary{background:#e5e7eb;color:#111827}.btn-secondary:hover{background:#d1d5db}.full-width{width:100%}.spacer{flex:1}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 24px;margin-top:12px}.form-group{display:flex;flex-direction:column;font-size:14px}.form-group.full{grid-column:1 / -1}.form-group label{margin-bottom:4px}.input,.textarea{border-radius:8px;border:1px solid var(--border);padding:8px 10px;font:inherit}.textarea{min-height:80px;resize:vertical}.checkbox-group{justify-content:flex-end}.checkbox-group label{display:flex;align-items:center;gap:8px}.wizard-steps{display:flex;gap:16px;margin:12px 0 16px}.wizard-step{display:flex;align-items:center;gap:6px;font-size:14px;color:var(--text-muted)}.wizard-step span{width:22px;height:22px;border-radius:999px;border:2px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:12px}.wizard-step.active{color:var(--primary)}.wizard-step.active span{border-color:var(--primary)}.modules-list{margin-top:12px;display:flex;flex-direction:column;gap:8px}.module-row{display:grid;grid-template-columns:2fr 1fr 1fr;gap:12px;padding:10px 12px;border-radius:10px;background:#f9fafb}.module-name{font-weight:500}.card-footer{margin-top:16px;display:flex;align-items:center;gap:8px;border-top:1px solid var(--border);padding-top:12px}.centered-page{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 56px)}.welcome-card,.result-card{width:420px;background:#fff;border-radius:16px;border:1px solid var(--border);box-shadow:0 10px 30px #0f172a1f;overflow:hidden}.welcome-header{background:var(--primary);color:#fff;padding:18px 20px;text-align:center}.welcome-header h1{margin:0;font-size:18px}.welcome-subtitle{margin-top:4px;font-size:13px;opacity:.9}.welcome-body{padding:20px 22px 18px}.welcome-label{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.welcome-name{margin:4px 0 0;font-size:20px}.welcome-username{font-size:13px;color:var(--text-muted)}.info-box{margin:16px 0;background:#f3f4ff;border-radius:12px;padding:12px 14px;font-size:14px}.info-box ul{margin:0;padding-left:18px}.checkbox-row{display:flex;align-items:center;gap:8px;font-size:13px;margin-bottom:12px}.exam-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.exam-title-short{font-weight:600}.exam-student{font-size:13px;color:var(--text-muted)}.exam-progress{min-width:160px;font-size:12px}.progress-bar{margin-top:4px;width:100%;height:4px;border-radius:999px;background:#e5e7eb}.progress-bar-fill{height:100%;border-radius:inherit;background:var(--primary)}.question-card{margin-top:8px}.question-context{background:#eff6ff;border-radius:10px;padding:10px 12px;font-size:14px;margin-bottom:12px}.question-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px;font-size:13px}.badge-module{background:#e0f2fe;color:#075985}.question-text{font-size:18px;margin:6px 0 12px}.options-list{display:flex;flex-direction:column;gap:8px}.option-row{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:999px;border:1px solid var(--border);cursor:pointer}.option-row input{margin:0}.option-letter{font-weight:600}.option-row.selected{border-color:var(--primary);background:#eff6ff}.question-footer{margin-top:16px}.result-header{padding:20px 22px 12px;text-align:center}.check-icon{width:42px;height:42px;border-radius:999px;background:#dcfce7;color:#15803d;display:flex;align-items:center;justify-content:center;margin:0 auto 8px;font-size:22px}.result-body{padding:0 22px 20px}.result-thanks{font-weight:500;margin-bottom:14px}.score-box{border-radius:12px;border:1px solid var(--border);padding:12px 14px}.score-label{font-size:13px;color:var(--text-muted)}.score-value{font-size:22px;font-weight:600}.score-progress{margin:8px 0 4px;height:6px;background:#e5e7eb;border-radius:999px}.score-progress-fill{height:100%;border-radius:inherit;background:var(--primary)}.score-level{font-size:13px;color:var(--text-muted)}.result-note{font-size:13px;color:var(--text-muted);margin-top:12px}.exam-timer{text-align:right;font-size:12px;color:var(--text-muted)}.exam-timer-label{display:block}.exam-timer-value{display:block;font-size:18px;font-weight:600;color:var(--primary)}.text-muted{font-size:13px;color:var(--text-muted)}@tailwind base;@tailwind components;@tailwind utilities;body{background-color:#f9fafb}
