*{box-sizing:border-box;margin:0;padding:0}body,html{font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif;background:#f8fafc;color:#0f172a;line-height:1.5}.container{max-width:960px;margin:0 auto;padding:32px 24px}.card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;margin-bottom:16px}h1{font-size:28px;font-weight:700;margin-bottom:8px}h2{font-size:20px;margin-bottom:12px;margin-top:8px}h2,h3{font-weight:600}h3{font-size:16px;margin-bottom:8px}label{display:block;font-size:13px;font-weight:500;margin-bottom:4px;color:#475569}input,select,textarea{width:100%;padding:10px 12px;border:1px solid #cbd5e1;border-radius:8px;font-size:14px;font-family:inherit;background:#fff}input:focus,select:focus,textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}button{padding:10px 18px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;background:#0f172a;color:#fff;transition:background .15s}button:hover:not(:disabled){background:#1e293b}button:disabled{background:#cbd5e1;cursor:not-allowed}button.secondary{background:#fff;color:#0f172a;border:1px solid #cbd5e1}button.secondary:hover:not(:disabled){background:#f1f5f9}.row{display:flex;gap:12px;align-items:center}.muted{color:#64748b;font-size:13px}.badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase}.badge-green{background:#dcfce7;color:#166534}.badge-yellow{background:#fef3c7;color:#92400e}.badge-red{background:#fee2e2;color:#991b1b}table{width:100%;border-collapse:collapse;font-size:14px}td,th{text-align:left;padding:10px 12px;border-bottom:1px solid #e2e8f0}th{font-weight:600;color:#475569;background:#f8fafc}.answer-option{display:block;padding:14px 16px;margin-bottom:8px;border:1px solid #cbd5e1;border-radius:10px;cursor:pointer;transition:all .15s;background:#fff;font-size:14px;line-height:1.5}.answer-option:hover{border-color:#2563eb;background:#eff6ff}.answer-option.selected{border-color:#2563eb;background:#dbeafe;font-weight:500}.answer-option input{display:none}.progress{height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden;margin-bottom:16px}.progress-bar{height:100%;background:#2563eb;transition:width .3s}.kpi-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px}.kpi{padding:16px;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc}.kpi-value{font-size:24px;font-weight:700;color:#0f172a}.kpi-label{font-size:12px;color:#64748b;margin-top:2px}.nav{display:flex;gap:12px;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e2e8f0}.nav a{color:#475569;text-decoration:none;font-size:14px;font-weight:500}.nav a:hover{color:#0f172a}a{color:#2563eb}