:root{color:#1f2933;background:#f3f4f6;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}.login-page{display:grid;min-height:100vh;place-items:center;padding:24px;background:#f1f3f6}.login-card{width:min(100%,420px);padding:34px 34px 32px;border:1px solid #e2e5ea;border-radius:8px;background:#fff;box-shadow:0 18px 45px #1f29371a}.login-logo{display:block;width:min(230px,75%);height:auto;margin:0 auto 18px}.eyebrow{margin:0 0 24px;color:#6b7280;font-size:14px;font-weight:600;text-align:center}.login-form{display:grid;gap:16px}.login-form label{display:grid;gap:7px}.login-form span{color:#374151;font-size:13px;font-weight:700}.login-form input{width:100%;height:44px;border:1px solid #d5dae1;border-radius:6px;padding:0 13px;color:#111827;background:#fff;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.login-form input:focus{border-color:#f97316;box-shadow:0 0 0 3px #f9731629}.login-form button,.user-panel button,.panel-form button,.row-actions button,.main-nav button,.tabs button{min-height:44px;border:0;border-radius:6px;color:#fff;background:#f97316;font-weight:800;cursor:pointer;transition:background .15s ease,transform .15s ease}.login-form button:hover,.user-panel button:hover,.panel-form button:hover,.row-actions button:hover,.main-nav button:hover,.tabs button:hover{background:#ea580c}.login-form button:disabled{cursor:wait;opacity:.72}.panel-form button:disabled,.row-actions button:disabled,.panel-actions button:disabled{cursor:wait;opacity:.72}.form-error{border:1px solid #fecaca;border-radius:6px;padding:10px 12px;color:#991b1b;background:#fef2f2;font-size:13px;font-weight:600}.form-error span{display:block}.app-shell,.dashboard-page{min-height:100vh;background:#f3f4f6}.loading-state,.full-page-state{display:grid;min-height:100vh;place-items:center;color:#4b5563;font-weight:700}.dashboard-header{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:72px;padding:14px clamp(18px,4vw,40px);border-bottom:1px solid #e5e7eb;background:#fff}.dashboard-logo{width:min(245px,45vw);height:auto}.user-panel{display:flex;align-items:center;gap:12px;color:#374151;font-size:14px;font-weight:700}.user-panel small{border:1px solid #e5e7eb;border-radius:999px;padding:5px 10px;color:#6b7280;background:#f9fafb;font-size:12px}.user-panel button{min-height:38px;padding:0 16px}.dashboard-content{padding:clamp(28px,6vw,56px)}.page-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:22px}.section-kicker{margin:0 0 7px;color:#f97316;font-size:13px;font-weight:800;text-transform:uppercase}.dashboard-content h1,.empty-panel h2,.panel-form h2{margin:0;color:#111827}.dashboard-content h1{font-size:clamp(28px,5vw,44px);font-weight:850}.main-nav,.tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:22px}.main-nav{border-bottom:1px solid #e5e7eb;padding-bottom:14px}.main-nav button,.main-nav a,.tabs button{min-height:38px;display:inline-flex;align-items:center;border-radius:6px;padding:0 16px;color:#374151;background:#fff;border:1px solid #e5e7eb;font-weight:800}.main-nav button.active,.main-nav a.active,.tabs button.active{color:#fff;background:#111827;border-color:#111827}.main-nav a:hover,.tabs button:hover{color:#111827;background:#f9fafb}.main-nav a.active:hover{color:#fff;background:#111827}.dashboard-stack{display:grid;gap:22px}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.metric-card{min-height:150px;border:1px solid #e5e7eb;border-radius:8px;padding:18px;background:#fff;box-shadow:0 12px 32px #1f293712}.metric-card span{display:block;color:#6b7280;font-size:13px;font-weight:850}.metric-card strong{display:block;margin:12px 0 8px;color:#111827;font-size:38px;line-height:1}.metric-card p{margin:0;color:#6b7280;font-size:13px;line-height:1.45}.overview-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:22px}.status-count-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px}.status-count-item,.feature-flag-item{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #eef0f4;border-radius:8px;padding:12px;background:#f9fafb}.status-count-item strong{color:#111827;font-size:24px;line-height:1}.feature-flag-list{display:grid;gap:12px;margin-top:18px}.feature-flag-item span:first-child{color:#374151;font-size:14px;font-weight:850}.summary-list{display:grid;gap:14px;margin:18px 0 0}.summary-list div{display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #eef0f4;padding-bottom:12px}.summary-list div:last-child{border-bottom:0;padding-bottom:0}.summary-list dt{color:#6b7280;font-size:13px;font-weight:800}.summary-list dd{margin:0;color:#111827;font-weight:850;text-align:right}.workspace-grid{display:grid;grid-template-columns:minmax(320px,390px) minmax(0,1fr);gap:22px;align-items:start}.projects-layout,.workers-layout{display:grid;gap:22px}.side-stack{display:grid;gap:18px;min-width:0}.compact-form{grid-template-columns:repeat(3,minmax(0,1fr));align-items:end}.compact-form h2{grid-column:1 / -1}.compact-form button{min-height:42px}.panel-form,.table-panel,.empty-panel,.notice{border:1px solid #e5e7eb;border-radius:8px;background:#fff;box-shadow:0 12px 32px #1f293712}.pages-panel{display:grid;gap:16px;border:1px solid #e5e7eb;border-radius:8px;padding:22px;background:#fff;box-shadow:0 12px 32px #1f293712}.panel-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.panel-actions{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:10px}.panel-actions button{min-height:38px;border:0;border-radius:6px;padding:0 14px;color:#fff;background:#f97316;font-weight:800;cursor:pointer}.panel-actions button:hover{background:#ea580c}.button-with-icon,.row-link-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;white-space:nowrap}.row-link-button{min-height:36px;border:0;border-radius:6px;padding:0 14px;color:#374151;background:#f3f4f6;font-size:14px;font-weight:800;cursor:pointer}.row-link-button:hover{color:#111827;background:#e5e7eb}.panel-actions .row-link-button{min-height:38px}.compact-search{width:min(280px,100%);height:38px;border:1px solid #d5dae1;border-radius:6px;padding:0 12px;color:#111827;background:#fff;outline:none}.compact-search:focus{border-color:#f97316;box-shadow:0 0 0 3px #f9731629}.panel-title-row h2{margin:0 0 6px;color:#111827;font-size:22px}.panel-title-row p{margin:0;color:#6b7280;font-size:14px}.panel-form{display:grid;gap:14px;padding:22px}.panel-form h2{margin-bottom:4px;font-size:20px}.panel-form label{display:grid;gap:7px}.panel-form label span{color:#374151;font-size:13px;font-weight:800}.panel-form input,.panel-form select,.panel-form textarea{width:100%;border:1px solid #d5dae1;border-radius:6px;padding:0 12px;color:#111827;background:#fff;outline:none}.panel-form input,.panel-form select{height:42px}.panel-form textarea{min-height:96px;padding-top:10px;resize:vertical}.panel-form input:focus,.panel-form select:focus,.panel-form textarea:focus{border-color:#f97316;box-shadow:0 0 0 3px #f9731629}.form-actions,.row-actions{display:flex;flex-wrap:wrap;gap:9px}.panel-form button,.row-actions button{min-height:36px;padding:0 14px}.ghost-button,.row-actions button{color:#374151;background:#f3f4f6}.ghost-button:hover,.row-actions button:hover{color:#111827;background:#e5e7eb}.danger-button{color:#991b1b!important;background:#fef2f2!important}.danger-button:hover{background:#fee2e2!important}.table-panel{overflow-x:auto}table{width:100%;border-collapse:collapse;min-width:720px}th,td{padding:14px 16px;border-bottom:1px solid #eef0f4;text-align:left;vertical-align:top}th{color:#6b7280;background:#f9fafb;font-size:12px;font-weight:850;text-transform:uppercase}td{color:#374151;font-size:14px}td strong,td span{display:block}td strong{color:#111827;margin-bottom:3px}.site-url{display:block;color:#6b7280;font-size:13px;font-weight:700;overflow-wrap:anywhere}.site-url:hover{color:#f97316}.site-url.large{margin-top:7px;font-size:14px}.muted-text{margin-top:5px;color:#6b7280;font-size:12px;font-weight:700}.empty-cell{color:#6b7280;text-align:center}.notice{margin-bottom:16px;padding:12px 14px;font-size:14px;font-weight:700}.notice.success{color:#166534;background:#f0fdf4;border-color:#bbf7d0}.notice.danger{color:#991b1b;background:#fef2f2;border-color:#fecaca}.status-pill{display:inline-flex;align-items:center;justify-content:center;min-height:28px;border:1px solid #fed7aa;border-radius:999px;padding:7px 11px;color:#9a3412;background:#fff7ed;font-size:12px;font-weight:850}.status-good,.scan-status-completed{border-color:#bbf7d0;color:#166534;background:#f0fdf4}.status-attention,.scan-status-running,.scan-status-queued{border-color:#fed7aa;color:#9a3412;background:#fff7ed}.status-high_risk{border-color:#fdba74;color:#c2410c;background:#ffedd5}.status-critical,.scan-status-failed,.severity-critical{border-color:#fecaca;color:#991b1b;background:#fef2f2}.severity-high{border-color:#fdba74;color:#c2410c;background:#ffedd5}.severity-medium{border-color:#fed7aa;color:#9a3412;background:#fff7ed}.severity-low,.severity-info{border-color:#bfdbfe;color:#1d4ed8;background:#eff6ff}.status-unknown,.scan-status-cancelled{border-color:#e5e7eb;color:#4b5563;background:#f9fafb}.metric-card .metric-status{font-size:clamp(20px,3vw,30px);line-height:1.15}.site-summary-grid .metric-card{min-height:138px}.page-human-summary{max-width:760px;margin:10px 0 0;color:#4b5563;font-size:14px;line-height:1.55}.finding-human-note,.severity-help-text{display:block;max-width:560px;margin-top:7px;color:#6b7280;font-size:12px;line-height:1.45}.severity-help-text{max-width:260px}.finding-summary-grid .metric-card{min-height:132px}.human-explanation-panel{border-left:4px solid #f97316}.human-explanation-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:18px}.human-explanation-grid article{min-width:0;border:1px solid #e5e7eb;border-radius:8px;padding:14px;background:#f9fafb}.human-explanation-grid h3{margin:0 0 7px;color:#111827;font-size:14px}.human-explanation-grid p{margin:0;color:#4b5563;font-size:13px;line-height:1.55}.finding-grid,.evidence-grid,.request-log-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.recommendation-list{margin:14px 0 0;padding-left:20px;color:#374151;line-height:1.55}.recommendation-list li+li{margin-top:8px}.json-block{min-width:0}.json-block h3{margin:0 0 8px;color:#374151;font-size:13px;font-weight:850;text-transform:uppercase}.json-block pre{max-height:360px;overflow:auto;border:1px solid #e5e7eb;border-radius:6px;margin:0;padding:12px;color:#111827;background:#f9fafb;font-size:12px;line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere}.request-log-panel .panel-title-row p{overflow-wrap:anywhere}.compact-summary-list{align-content:start;margin-top:0}.empty-panel,.empty-state,.page-loading{padding:24px}.empty-panel h2{margin-bottom:8px;font-size:22px}.empty-panel p{margin:0;color:#6b7280;line-height:1.55}.empty-state,.page-loading{display:grid;gap:10px;min-height:160px;place-items:center;align-content:center;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;background:#fff;box-shadow:0 12px 32px #1f293712}.empty-state h1{margin:0;color:#111827;font-size:22px}.modal-backdrop{position:fixed;inset:0;z-index:20;display:grid;place-items:center;padding:20px;background:#11182775}.modal-panel,.confirm-panel{width:min(100%,520px);max-height:calc(100vh - 40px);overflow:auto;border-radius:8px;background:#fff;box-shadow:0 18px 45px #1f29372e}.confirm-panel{width:min(100%,420px)}.wide-modal{width:min(100%,640px)}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:62px;padding:14px 18px;border-bottom:1px solid #e5e7eb}.modal-header h2{margin:0;color:#111827;font-size:20px}.modal-close{display:inline-grid;place-items:center;width:36px;min-height:36px;border:0;border-radius:6px;cursor:pointer}.modal-form{border:0;border-radius:0;box-shadow:none}.bulk-sites-input{min-height:190px;line-height:1.5}.bulk-import-meta{display:flex;align-items:center;justify-content:space-between;gap:14px;color:#6b7280;font-size:13px;font-weight:700}.panel-form .checkbox-row{display:inline-flex;align-items:center;gap:8px;color:#374151;font-size:13px;font-weight:800}.checkbox-row input{width:16px;height:16px;accent-color:#f97316}.confirm-panel p{margin:0;padding:18px;color:#374151}.table-title-row{padding:18px 18px 0}.table-title-row+table{margin-top:14px}.modal-actions{display:flex;justify-content:flex-end;gap:10px}.modal-actions button{min-height:38px;border:0;border-radius:6px;padding:0 14px;font-weight:800;cursor:pointer}.role-super_admin{border-color:#fecaca;color:#991b1b;background:#fef2f2}.role-admin{border-color:#bfdbfe;color:#1d4ed8;background:#eff6ff}.role-viewer{border-color:#fed7aa;color:#9a3412;background:#fff7ed}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:560px){.login-card{padding:28px 22px 24px}.dashboard-header{align-items:flex-start;flex-direction:column}.dashboard-logo{width:min(235px,72vw)}.user-panel{align-items:flex-start;flex-direction:column}}@media(max-width:980px){.workspace-grid,.metric-grid,.overview-grid,.finding-grid,.evidence-grid,.request-log-grid,.human-explanation-grid,.compact-form{grid-template-columns:1fr}}@media(max-width:760px){.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.page-title-row{flex-direction:column}.panel-actions{justify-content:flex-start}}@media(max-width:520px){.metric-grid{grid-template-columns:1fr}.modal-actions{flex-direction:column-reverse}.modal-actions button{width:100%}}
