*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--color-primary:#1d4ed8;--color-primary-hover:#1e40af;--color-secondary:#6b7280;--color-secondary-hover:#4b5563;--color-danger:#dc2626;--color-danger-hover:#b91c1c;--color-bg:#f8fafc;--color-surface:#fff;--color-border:#e2e8f0;--color-text:#1e293b;--color-text-muted:#64748b;--color-compliant:#16a34a;--color-partial:#d97706;--color-non-compliant:#dc2626;--color-not-applicable:#2563eb;--color-not-assessed:#6b7280;--radius:8px;--shadow:0 1px 3px #0000001a, 0 1px 2px #0000000f;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;color:var(--color-text);background-color:var(--color-bg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.6}body{min-height:100vh}a{color:var(--color-primary)}.visually-hidden{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.app-shell{flex-direction:column;min-height:100vh;display:flex}.app-header{color:#fff;background:linear-gradient(135deg,#1e3a5f 0%,#1d4ed8 100%);align-items:center;gap:1rem;padding:1rem 2rem;display:flex;box-shadow:0 2px 8px #0003}.app-logo-icon{flex-shrink:0;font-size:2.5rem}.app-title{font-size:1.35rem;font-weight:700;line-height:1.2}.app-subtitle{opacity:.85;font-size:.85rem}.reset-btn{margin-left:auto}.audit-meta-bar{color:#475569;background:#f1f5f9;border-bottom:1px solid #e2e8f0;gap:2rem;padding:.5rem 2rem;font-size:.85rem;display:flex}.btn{cursor:pointer;border:none;border-radius:6px;align-items:center;gap:.35rem;padding:.6rem 1.4rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .15s,transform .1s;display:inline-flex}.btn:active{transform:scale(.98)}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-primary{color:#fff;background:#1d4ed8}.btn-primary:hover:not(:disabled){background:#1e40af}.btn-secondary{color:#334155;background:#e2e8f0}.btn-secondary:hover:not(:disabled){background:#cbd5e1}.btn-danger{color:#fff;background:#dc2626}.btn-danger:hover{background:#b91c1c}.btn-sm{padding:.4rem .9rem;font-size:.85rem}.btn-large{padding:.85rem 2.2rem;font-size:1.05rem}.start-screen{flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.start-card{background:#fff;border-radius:12px;width:100%;max-width:640px;padding:2.5rem;box-shadow:0 4px 24px #00000014}.start-heading{color:#1e293b;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.start-intro{color:#475569;margin-bottom:.75rem}.start-list{flex-direction:column;gap:.4rem;margin-bottom:1.25rem;list-style:none;display:flex}.start-list li{color:#334155;align-items:center;gap:.5rem;font-size:.95rem;display:flex}.start-note{color:#78350f;background:#fef3c7;border-left:4px solid #f59e0b;border-radius:4px;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.875rem}.start-form{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.form-group{flex-direction:column;gap:.35rem;display:flex}.form-label{color:#374151;font-size:.875rem;font-weight:600}.form-input{color:#1e293b;border:1px solid #d1d5db;border-radius:6px;outline:none;padding:.55rem .85rem;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.form-input:focus{border-color:#1d4ed8;box-shadow:0 0 0 3px #1d4ed826}.wizard-progress{background:#fff;border-bottom:1px solid #e2e8f0;padding:.75rem 2rem;overflow-x:auto}.progress-list{align-items:center;gap:0;min-width:max-content;list-style:none;display:flex}.progress-item{align-items:center;display:flex}.progress-button{cursor:pointer;color:#94a3b8;background:0 0;border:none;border-radius:6px;align-items:center;gap:.4rem;padding:.4rem .6rem;font-size:.82rem;font-weight:500;transition:background .15s;display:flex}.progress-button:hover{color:#1d4ed8;background:#f1f5f9}.progress-item.current .progress-button{color:#1d4ed8;font-weight:700}.progress-item.completed .progress-button{color:#16a34a}.progress-number{border:2px solid;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;font-weight:700;display:flex}.progress-item.current .progress-number{color:#fff;background:#1d4ed8;border-color:#1d4ed8}.progress-item.completed .progress-number{color:#fff;background:#16a34a;border-color:#16a34a}.progress-connector{background:#e2e8f0;width:32px;height:2px;margin:0 2px}.progress-connector.completed{background:#16a34a}.wizard-main{flex:1;width:100%;max-width:900px;margin:0 auto;padding:2rem 1.5rem}.step-header{border-bottom:2px solid #e2e8f0;margin-bottom:1.5rem;padding-bottom:1rem}.step-title{color:#1e293b;margin-bottom:.4rem;font-size:1.5rem;font-weight:700}.step-description{color:#64748b;font-size:.95rem}.audit-items-list{flex-direction:column;gap:1.25rem;display:flex}.audit-item{background:#fff;border:1px solid #e2e8f0;border-left:4px solid #cbd5e1;border-radius:8px;padding:1.25rem;box-shadow:0 1px 3px #0000000d}.audit-item.status-compliant{border-left-color:#16a34a}.audit-item.status-partial{border-left-color:#d97706}.audit-item.status-non-compliant{border-left-color:#dc2626}.audit-item.status-not-applicable{border-left-color:#2563eb}.audit-item-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.6rem;display:flex}.audit-item-label{color:#1e293b;flex:1;font-size:.95rem;font-weight:600;line-height:1.5}.status-selector{flex-shrink:0}.status-select{cursor:pointer;color:#334155;background:#fff;border:2px solid #cbd5e1;border-radius:6px;outline:none;padding:.35rem .6rem;font-size:.82rem;font-weight:600;transition:border-color .15s}.status-select:focus{box-shadow:0 0 0 3px #1d4ed826}.audit-item-hint{color:#64748b;background:#f8fafc;border-radius:6px;align-items:flex-start;gap:.4rem;margin-bottom:.5rem;padding:.5rem .75rem;font-size:.83rem;display:flex}.hint-icon{flex-shrink:0}.audit-item-example{color:#475569;background:#f1f5f9;border-radius:6px;align-items:flex-start;gap:.4rem;margin-bottom:.75rem;padding:.5rem .75rem;font-size:.83rem;display:flex}.example-icon{flex-shrink:0}.guidance-container{margin-bottom:.75rem}.guidance-toggle{color:#1d4ed8;cursor:pointer;background:0 0;border:1px solid #93c5fd;border-radius:6px;align-items:center;gap:.4rem;padding:.35rem .75rem;font-size:.82rem;font-weight:600;transition:background .15s,color .15s;display:inline-flex}.guidance-toggle:hover{color:#1e40af;background:#eff6ff}.guidance-toggle-icon{font-size:.65rem;line-height:1}.guidance-panel{background:#f0f7ff;border:1px solid #bfdbfe;border-radius:8px;flex-direction:column;gap:.85rem;margin-top:.6rem;padding:.85rem 1rem;display:flex}.guidance-section{flex-direction:column;gap:.35rem;display:flex}.guidance-section-title{color:#1e3a5f;text-transform:uppercase;letter-spacing:.03em;align-items:center;gap:.4rem;margin:0;font-size:.82rem;font-weight:700;display:flex}.guidance-section-body{color:#334155;margin:0;font-size:.84rem;line-height:1.55}.guidance-checklist{flex-direction:column;gap:.3rem;margin:0;padding:0;list-style:none;display:flex}.guidance-checklist-item{color:#334155;padding-left:1.25rem;font-size:.84rem;line-height:1.5;position:relative}.guidance-checklist-item:before{content:"›";color:#1d4ed8;font-weight:700;position:absolute;left:.25rem}.notes-label{color:#475569;margin-bottom:.3rem;font-size:.82rem;font-weight:600;display:block}.notes-textarea{color:#1e293b;resize:vertical;border:1px solid #d1d5db;border-radius:6px;outline:none;width:100%;padding:.55rem .75rem;font-family:inherit;font-size:.875rem;line-height:1.5;transition:border-color .15s,box-shadow .15s}.notes-textarea:focus{border-color:#1d4ed8;box-shadow:0 0 0 3px #1d4ed81f}.notes-textarea::placeholder{color:#94a3b8}.audit-item-evidence{border-top:1px dashed #cbd5e1;margin-top:1rem;padding-top:1rem}.evidence-label{color:#475569;margin-bottom:.5rem;font-size:.82rem;font-weight:600;display:block}.evidence-file-input{margin-bottom:.75rem;font-size:.82rem;display:block}.evidence-file-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.evidence-file-item{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;justify-content:space-between;align-items:center;padding:.5rem .75rem;display:flex}.evidence-file-info{flex-direction:column;display:flex;overflow:hidden}.evidence-file-name{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;font-weight:600;overflow:hidden}.evidence-file-hash{color:#64748b;font-family:monospace;font-size:.7rem}.btn-remove-file{color:#ef4444;cursor:pointer;background:0 0;border:none;padding:0 .5rem;font-size:1rem;font-weight:700}.btn-remove-file:hover{color:#b91c1c}.wizard-nav{border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:1.25rem;display:flex}.step-counter{color:#64748b;font-size:.875rem;font-weight:500}.report-main{flex:1;width:100%;max-width:1100px;margin:0 auto;padding:2rem 1.5rem}.report-container{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 24px #00000014}.report-header{color:#fff;background:linear-gradient(135deg,#1e3a5f 0%,#1d4ed8 100%);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;padding:2rem;display:flex}.report-logo{align-items:center;gap:1rem;display:flex}.shield-icon{font-size:3rem}.report-main-title{margin-bottom:.3rem;font-size:1.5rem;font-weight:700;line-height:1.2}.report-subtitle{opacity:.85;font-size:.875rem}.report-meta{text-align:right;flex-direction:column;gap:.3rem;font-size:.9rem;display:flex}.report-meta p{line-height:1.4}.report-summary-section,.report-step-section{border-bottom:1px solid #e2e8f0;padding:1.75rem 2rem}.report-section-title{color:#1e293b;border-bottom:2px solid #e2e8f0;margin-bottom:1.1rem;padding-bottom:.5rem;font-size:1.15rem;font-weight:700}.summary-grid{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:1rem;display:grid}.summary-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;align-items:center;gap:.25rem;padding:1rem;display:flex}.summary-number{font-size:2rem;font-weight:700;line-height:1}.summary-label{color:#64748b;text-align:center;font-size:.78rem;font-weight:600}.summary-compliant{border-top:3px solid #16a34a}.summary-compliant .summary-number{color:#16a34a}.summary-partial{border-top:3px solid #d97706}.summary-partial .summary-number{color:#d97706}.summary-non-compliant{border-top:3px solid #dc2626}.summary-non-compliant .summary-number{color:#dc2626}.summary-na{border-top:3px solid #2563eb}.summary-na .summary-number{color:#2563eb}.summary-not-assessed{border-top:3px solid #6b7280}.summary-not-assessed .summary-number{color:#6b7280}.summary-total{border-top:3px solid #1d4ed8}.summary-total .summary-number{color:#1d4ed8}.report-table{border-collapse:collapse;width:100%;font-size:.875rem}.report-table th{text-align:left;color:#374151;background:#f1f5f9;border-bottom:2px solid #e2e8f0;padding:.6rem .85rem;font-weight:700}.report-table td{vertical-align:top;border-bottom:1px solid #f1f5f9;padding:.65rem .85rem}.report-table tr:last-child td{border-bottom:none}.report-table tr:hover td{background:#f8fafc}.col-check{width:50%}.col-status{white-space:nowrap;width:16%}.col-notes{width:34%}.report-status-badge{color:#fff;border-radius:99px;padding:.2rem .6rem;font-size:.75rem;font-weight:700;display:inline-block}.no-notes{color:#94a3b8}.report-footer{color:#64748b;background:#f8fafc;border-top:1px solid #e2e8f0;flex-direction:column;gap:.3rem;padding:1.5rem 2rem;font-size:.8rem;display:flex}.report-actions{border-top:1px solid #e2e8f0;justify-content:flex-end;gap:1rem;padding:1.25rem 2rem;display:flex}@media print{.no-print{display:none!important}body{background:#fff}.report-container{box-shadow:none;border-radius:0}.report-table td,.report-table th,.report-step-section{page-break-inside:avoid}}@media (width<=640px){.app-header{gap:.5rem;padding:.75rem 1rem}.app-title{font-size:1rem}.app-subtitle{display:none}.audit-meta-bar{flex-wrap:wrap;gap:.5rem;padding:.4rem 1rem}.wizard-main{padding:1.25rem 1rem}.audit-item-header{flex-direction:column;align-items:stretch}.status-select{width:100%}.report-header{flex-direction:column}.report-meta{text-align:left}.wizard-progress{padding:.5rem .75rem}.progress-label{display:none}}
