*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--brand:#f59e0b;--brand-dark:#78350f;--bg:#f8fafc;--border:#e2e8f0;--text:#0f172a;--text-muted:#64748b;--radius:10px;--danger:#dc2626}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:var(--bg);color:var(--text);line-height:1.5}
.navbar{background:var(--brand-dark);padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:56px;position:sticky;top:0;z-index:100}
.nav-brand{display:flex;align-items:center;gap:8px}.brand-name{color:white;font-size:17px;font-weight:700}.brand-tag{color:#fde68a;font-size:12px;background:rgba(255,255,255,0.1);padding:2px 8px;border-radius:20px}
.nav-links{display:flex;align-items:center;gap:8px}.nav-link{color:#fde68a;text-decoration:none;padding:6px 14px;border-radius:6px;font-size:14px;transition:background 0.15s}.nav-link:hover{background:rgba(255,255,255,0.1);color:white}
.nav-cta{background:var(--brand);color:white!important}.nav-cta:hover{background:#d97706!important}
.nav-user{display:flex;align-items:center;gap:12px;margin-left:16px;padding-left:16px;border-left:1px solid rgba(255,255,255,0.15)}.nav-user span{color:#fde68a;font-size:13px}.btn-logout{color:#fde68a;font-size:13px;text-decoration:none}.btn-logout:hover{color:white}
.container{max-width:1100px;margin:0 auto;padding:24px 24px 48px}
.auth-wrapper{display:flex;justify-content:center;padding:60px 16px}.auth-card{background:white;border:1px solid var(--border);border-radius:16px;padding:40px;width:100%;max-width:420px;box-shadow:0 4px 24px rgba(0,0,0,0.06)}
.auth-logo{font-size:22px;font-weight:800;color:var(--brand);margin-bottom:20px}.auth-title{font-size:22px;font-weight:700;margin-bottom:4px}.auth-sub{color:var(--text-muted);font-size:14px;margin-bottom:24px}
.auth-form{display:flex;flex-direction:column;gap:16px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:14px;font-weight:500}
.form-group input,.form-group textarea,.form-group select{padding:10px 14px;border:1px solid var(--border);border-radius:8px;font-size:14px;outline:none;font-family:inherit;background:white}
.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#fbbf24;box-shadow:0 0 0 3px rgba(251,191,36,0.15)}
.auth-footer{margin-top:16px;font-size:14px;color:var(--text-muted);text-align:center}.auth-footer a{color:var(--brand);text-decoration:none;font-weight:500}
.btn-primary{background:var(--brand);color:white;border:none;padding:11px 20px;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;transition:background 0.15s}.btn-primary:hover{background:#d97706}
.btn-full{width:100%;text-align:center}.btn-sm{padding:6px 12px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;text-decoration:none;border:none;transition:all 0.15s}
.btn-outline{background:transparent;border:1px solid var(--border);color:var(--text-muted)}.btn-outline:hover{border-color:var(--brand);color:var(--brand)}
.btn-danger{background:#fee2e2;color:var(--danger)}.btn-danger:hover{background:var(--danger);color:white}
.back-link{color:var(--brand);text-decoration:none;font-size:14px;font-weight:500;display:inline-block;margin-bottom:16px}.back-link:hover{text-decoration:underline}
.form-card{background:white;border:1px solid var(--border);border-radius:var(--radius);padding:24px}
.dashboard-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px;gap:16px}
.dashboard-header h1{font-size:24px;font-weight:700}.dashboard-header p{color:var(--text-muted);font-size:14px;margin-top:4px}
.plan-bar{display:flex;align-items:center;justify-content:space-between;background:white;border:1px solid var(--border);border-radius:var(--radius);padding:10px 16px;margin-bottom:14px;font-size:13px}
.plan-badge{font-size:11px;font-weight:700;padding:3px 8px;border-radius:20px;text-transform:uppercase;letter-spacing:0.5px}.plan-free{background:#f1f5f9;color:#475569}.plan-pro{background:#fef3c7;color:#92400e}.plan-teams{background:#78350f;color:white}
.plan-upgrade-link{color:var(--brand);font-weight:600;text-decoration:none;font-size:13px}.plan-upgrade-link:hover{text-decoration:underline}
.audits-list{display:flex;flex-direction:column;gap:10px}
.audit-row{background:white;border:1px solid var(--border);border-radius:var(--radius);padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.audit-info{flex:1}.audit-name{font-size:15px;font-weight:600}.audit-meta{font-size:12px;color:var(--text-muted);margin-top:3px}
.audit-actions{display:flex;gap:8px;align-items:center}
.grade-badge{font-size:12px;font-weight:700;padding:4px 10px;border-radius:20px}
.grade-compliant{background:#dcfce7;color:#16a34a}.grade-improvement{background:#fef3c7;color:#92400e}.grade-risk{background:#fee2e2;color:#dc2626}
.empty-state{text-align:center;padding:60px 24px}.empty-icon{font-size:48px;margin-bottom:16px}.empty-state h3{font-size:20px;font-weight:600;margin-bottom:8px}.empty-state p{color:var(--text-muted);margin-bottom:20px}
.assess-layout{display:grid;grid-template-columns:220px 1fr;gap:24px;align-items:start}
.section-nav{background:white;border:1px solid var(--border);border-radius:var(--radius);padding:16px;position:sticky;top:72px}
.section-nav h3{font-size:12px;font-weight:700;text-transform:uppercase;color:var(--text-muted);margin-bottom:12px}
.section-nav-item{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:8px;font-size:13px;margin-bottom:2px;color:var(--text-muted)}
.section-nav-item.active{background:#fef3c7;color:#92400e;font-weight:600}
.section-nav-item.done{color:#16a34a}
.section-dot{width:8px;height:8px;border-radius:50%;background:var(--border);flex-shrink:0}
.section-nav-item.active .section-dot{background:var(--brand)}
.section-nav-item.done .section-dot{background:#16a34a}
.assess-card{background:white;border:1px solid var(--border);border-radius:var(--radius);padding:28px}
.assess-header{margin-bottom:24px}.assess-title{font-size:20px;font-weight:700;margin-bottom:4px}.assess-sub{font-size:13px;color:var(--text-muted)}
.progress-bar{height:6px;background:#e2e8f0;border-radius:3px;margin-bottom:24px;overflow:hidden}
.progress-fill{height:100%;background:var(--brand);border-radius:3px;transition:width 0.3s}
.question-block{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--border)}
.question-block:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.question-text{font-size:14px;font-weight:500;margin-bottom:10px;line-height:1.5}
.radio-group{display:flex;gap:10px}
.radio-label{display:flex;align-items:center;gap:6px;padding:8px 16px;border:1px solid var(--border);border-radius:8px;cursor:pointer;font-size:13px;font-weight:500;transition:all 0.15s}
.radio-label:has(input:checked){border-color:var(--brand);background:#fef3c7}
.radio-label input{display:none}
.assess-nav{display:flex;justify-content:space-between;margin-top:24px;padding-top:20px;border-top:1px solid var(--border)}
.results-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:24px}
.result-card{background:white;border:1px solid var(--border);border-radius:var(--radius);padding:20px}
.result-card-title{font-size:13px;font-weight:600;color:var(--text-muted);text-transform:uppercase;margin-bottom:8px}
.result-score{font-size:28px;font-weight:800;color:var(--text)}
.result-bar{height:8px;background:#e2e8f0;border-radius:4px;margin-top:8px;overflow:hidden}
.result-bar-fill-pass{background:#16a34a}.result-bar-fill-amber{background:#d97706}.result-bar-fill-fail{background:#dc2626}
.actions-list{display:flex;flex-direction:column;gap:8px}
.action-item{background:white;border:1px solid var(--border);border-left:4px solid #d97706;border-radius:var(--radius);padding:12px 16px}
.action-section{font-size:11px;font-weight:700;color:#d97706;text-transform:uppercase;margin-bottom:4px}
.action-q{font-size:13px;color:var(--text)}
.overall-banner{padding:20px 24px;border-radius:var(--radius);margin-bottom:24px;display:flex;align-items:center;gap:16px}
.banner-compliant{background:#dcfce7;border:1px solid #86efac}.banner-improvement{background:#fef3c7;border:1px solid #fcd34d}.banner-risk{background:#fee2e2;border:1px solid #fca5a5}
.banner-score{font-size:42px;font-weight:900}.banner-label{font-size:18px;font-weight:700}.banner-sub{font-size:14px;margin-top:4px;opacity:0.8}
