:root{--primary: #1e3a8a;--primary-hover: #1e40af;--bg: #f5f7fa;--surface: #ffffff;--border: #e2e8f0;--text: #1a202c;--text-muted: #64748b;--green: #10b981;--yellow: #f59e0b;--red: #ef4444;--shadow: 0 1px 3px rgba(0,0,0,.06);--shadow-md: 0 4px 12px rgba(0,0,0,.08)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);font-size:14px;line-height:1.5}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;border:none;background:var(--primary);color:#fff;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;transition:background .15s}button:hover{background:var(--primary-hover)}button:disabled{opacity:.5;cursor:not-allowed}button.secondary{background:#fff;color:var(--text);border:1px solid var(--border)}button.secondary:hover{background:#f8fafc}button.danger{background:var(--red)}button.danger:hover{background:#dc2626}input,select,textarea{width:100%;padding:8px 12px;border:1px solid var(--border);border-radius:6px;font-size:14px;font-family:inherit;background:#fff}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #1e3a8a1a}.classified-banner{background:#fef3c7;border-bottom:2px solid #fbbf24;color:#78350f;padding:6px 16px;text-align:center;font-size:12px;font-weight:600;letter-spacing:.5px}.layout{min-height:100vh;display:flex;flex-direction:column}.topbar{background:var(--primary);color:#fff;padding:12px 24px;display:flex;align-items:center;justify-content:space-between;box-shadow:var(--shadow)}.topbar .brand{font-weight:600;font-size:16px;display:flex;align-items:center;gap:8px}.topbar nav{display:flex;gap:24px}.topbar nav a{color:#ffffffd9;font-weight:500}.topbar nav a.active,.topbar nav a:hover{color:#fff;text-decoration:none}.topbar .user-info{display:flex;align-items:center;gap:12px;font-size:13px}.content{flex:1;padding:24px;max-width:1400px;margin:0 auto;width:100%}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.page-header h1{font-size:24px;font-weight:600}.page-header .subtitle{color:var(--text-muted);margin-top:4px}.card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:20px;box-shadow:var(--shadow)}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px}.kpi-card{padding:16px}.kpi-card .label{font-size:12px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}.kpi-card .value{font-size:28px;font-weight:700;margin-top:8px}.kpi-card .value.green{color:var(--green)}.kpi-card .value.yellow{color:var(--yellow)}.kpi-card .value.red{color:var(--red)}.table{width:100%;border-collapse:collapse}.table th{text-align:left;padding:12px 16px;font-weight:600;color:var(--text-muted);font-size:12px;text-transform:uppercase;border-bottom:1px solid var(--border)}.table td{padding:12px 16px;border-bottom:1px solid var(--border)}.table tr:hover td{background:#f8fafc}.table tr:last-child td{border-bottom:none}.badge{display:inline-block;padding:2px 8px;border-radius:12px;font-size:11px;font-weight:500}.badge.green{background:#d1fae5;color:#065f46}.badge.yellow{background:#fef3c7;color:#78350f}.badge.red{background:#fee2e2;color:#991b1b}.badge.gray{background:#f1f5f9;color:#475569}.badge.blue{background:#dbeafe;color:#1e40af}.badge.purple{background:#ede9fe;color:#5b21b6}.status-dot{width:10px;height:10px;border-radius:50%;display:inline-block;margin-right:6px}.status-dot.green{background:var(--green)}.status-dot.yellow{background:var(--yellow)}.status-dot.red{background:var(--red)}.status-dot.gray{background:#cbd5e1}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e3a8a,#1e40af);padding:20px}.login-card{background:#fff;border-radius:12px;padding:40px;width:100%;max-width:400px;box-shadow:0 20px 50px #0003}.login-card h1{font-size:22px;margin-bottom:6px}.login-card .subtitle{color:var(--text-muted);margin-bottom:24px;font-size:13px}.login-card .form-group{margin-bottom:16px}.login-card label{display:block;margin-bottom:6px;font-size:13px;font-weight:500}.login-card button{width:100%;padding:10px}.login-card .error{color:var(--red);font-size:13px;margin-top:12px}.login-card .info{font-size:12px;color:var(--text-muted);margin-top:16px;padding-top:16px;border-top:1px solid var(--border)}.tabs{display:flex;gap:4px;border-bottom:1px solid var(--border);margin-bottom:20px}.tab{padding:10px 16px;cursor:pointer;border-bottom:2px solid transparent;font-weight:500;font-size:14px;color:var(--text-muted)}.tab.active{color:var(--primary);border-bottom-color:var(--primary)}.question-row{background:#fff;border:1px solid var(--border);border-radius:8px;margin-bottom:12px;overflow:hidden}.question-header{padding:14px 16px;display:flex;align-items:flex-start;gap:12px;cursor:pointer;background:#fafbfc;border-bottom:1px solid var(--border)}.question-header:hover{background:#f1f5f9}.question-id-badge{display:inline-block;padding:3px 8px;background:var(--primary);color:#fff;border-radius:4px;font-size:11px;font-weight:600;font-family:monospace;flex-shrink:0}.question-id-badge.showstopper{background:var(--red)}.question-text{flex:1;font-weight:500}.question-tags{display:flex;gap:4px;flex-wrap:wrap}.question-body{padding:16px;display:grid;grid-template-columns:1fr 1fr;gap:16px}.question-body .field{display:flex;flex-direction:column;gap:6px}.question-body .field label{font-size:12px;font-weight:600;color:var(--text-muted);text-transform:uppercase}.rationale-box{background:#f0f9ff;border-left:3px solid #0ea5e9;padding:10px 14px;margin:12px 16px;border-radius:4px;font-size:13px}.rationale-box .label{font-weight:600;color:#0369a1;font-size:11px;text-transform:uppercase;margin-bottom:4px}.verification-box{background:#f0fdf4;border-left:3px solid #22c55e;padding:10px 14px;margin:0 16px 12px;border-radius:4px;font-size:13px}.verification-box .label{font-weight:600;color:#166534;font-size:11px;text-transform:uppercase;margin-bottom:4px}.score-gauge{display:flex;flex-direction:column;align-items:center;gap:4px}.score-gauge .score-value{font-size:40px;font-weight:700}.score-gauge .score-label{font-size:12px;color:var(--text-muted);text-transform:uppercase}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100}.modal{background:#fff;border-radius:12px;padding:24px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto}.modal h2{margin-bottom:16px}.modal .form-group{margin-bottom:12px}.modal label{display:block;font-size:13px;font-weight:500;margin-bottom:4px}.modal-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:16px}.section-title{font-size:16px;font-weight:600;margin:24px 0 12px}.empty-state{text-align:center;padding:40px;color:var(--text-muted)}.heatmap-grid{display:grid;grid-template-columns:200px 1fr;gap:4px}.heatmap-cell{padding:8px 12px;border-radius:4px;font-size:13px}.heatmap-cell.label{font-weight:500}.heatmap-cell.value{color:#fff;font-weight:600;text-align:right}.action-priority-critical{border-left:3px solid var(--red)}.action-priority-high{border-left:3px solid var(--yellow)}.action-priority-medium{border-left:3px solid #3b82f6}.action-priority-low{border-left:3px solid var(--text-muted)}.report-section{background:#fff;padding:24px;border-radius:8px;margin-bottom:16px}.report-section h3{font-size:16px;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid var(--border)}.print-only{display:none}@media print{.topbar,.classified-banner,button{display:none!important}.print-only{display:block}body{background:#fff}.card,.report-section{box-shadow:none;border:1px solid #ccc}}
