:root{--st-primary:#7c3aed;--st-primary-hover:#6d28d9;--st-primary-contrast:#fff;--st-primary-soft:#7c3aed1a;--st-background:#f3f4f6;--st-surface:#fff;--st-surface-2:#f8fafc;--st-surface-3:#f1f5f9;--st-text:#1f2937;--st-text-strong:#0f172a;--st-muted:#6b7280;--st-border:#e5e7eb;--st-border-strong:#d1d5db;--st-danger:#c0392b;--st-shadow:0 1px 2px #0000000a;--st-shadow-md:0 4px 14px #0f172a14;--st-overlay:#0f172a73;--sev-critical:#c0392b;--sev-critical-bg:#c0392b1a;--sev-high:#d97706;--sev-high-bg:#d977061f;--sev-medium:#2563eb;--sev-medium-bg:#2563eb1a;--sev-low:#16a34a;--sev-low-bg:#16a34a1a;--sev-unclassified:#6b7280;--sev-unclassified-bg:#6b72801a;color:var(--st-text);background:var(--st-background);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Source Sans Pro,Segoe UI,sans-serif}:root[data-theme=dark]{--st-primary:#8b5cf6;--st-primary-hover:#a78bfa;--st-primary-contrast:#0b0f17;--st-primary-soft:#8b5cf629;--st-background:#0b0f17;--st-surface:#121826;--st-surface-2:#161d2c;--st-surface-3:#1b2233;--st-text:#e6edf6;--st-text-strong:#f8fafc;--st-muted:#94a3b8;--st-border:#283145;--st-border-strong:#38415a;--st-danger:#f87171;--st-shadow:0 1px 2px #0006;--st-shadow-md:0 6px 20px #00000080;--st-overlay:#0009;--sev-critical:#f87171;--sev-critical-bg:#f8717129;--sev-high:#fbbf24;--sev-high-bg:#fbbf2429;--sev-medium:#60a5fa;--sev-medium-bg:#60a5fa29;--sev-low:#4ade80;--sev-low-bg:#4ade8029;--sev-unclassified:#94a3b8;--sev-unclassified-bg:#94a3b829;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html,body,#root{height:100%;overflow:hidden}body{background:var(--st-background);color:var(--st-text);margin:0}button,input{font:inherit}.login-screen{background:var(--st-background);min-height:100vh}.login-panel{max-width:704px;margin:0 auto;padding:112px 0 0}.login-title{color:var(--st-text);letter-spacing:-.02em;margin:0;font-size:44px;font-weight:700;line-height:1.02}.login-subtitle{color:var(--st-text);margin:16px 0 28px;font-size:16px;font-weight:400}.login-form{flex-direction:column;gap:18px;display:flex}.form-label{color:var(--st-text);font-size:14px;font-weight:400}.text-input{background:var(--st-surface);width:100%;height:38px;color:var(--st-text);box-shadow:var(--st-shadow);border:1px solid #0000;border-radius:8px;outline:none;padding:8px 12px}.text-input:focus{border-color:#7c3aed59;box-shadow:0 0 0 3px #7c3aed1f}.password-field{position:relative}.password-field .text-input{padding-right:48px}.password-toggle{width:36px;height:30px;color:var(--st-text);cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.password-toggle:hover{background:var(--st-surface-3)}.primary-button{background:var(--st-primary);min-height:40px;color:var(--st-surface);cursor:pointer;border:0;border-radius:8px;align-self:flex-start;padding:4px 12px;font-size:16px;font-weight:400}.primary-button:hover{filter:brightness(.98)}.primary-button:disabled{cursor:not-allowed;opacity:.8}.form-error{color:var(--st-danger);margin-top:-6px;font-size:14px}.demo-credentials{border:1px solid var(--st-border);background:var(--st-surface);border-radius:6px;margin-top:24px;padding:12px 16px}.demo-credentials-title{color:var(--st-text-muted,var(--st-muted));text-transform:uppercase;letter-spacing:.05em;margin:0 0 6px;font-size:12px;font-weight:600}.demo-credentials-list{flex-wrap:wrap;gap:16px;margin:0;padding:0;list-style:none;display:flex}.demo-credentials-list li{color:var(--st-text);font-size:13px}.demo-credentials-list code{background:var(--st-border);border-radius:3px;padding:1px 5px;font-family:monospace;font-size:12px}.app-layout{background:var(--st-background);grid-template-columns:240px 1fr;height:100vh;display:grid;overflow:hidden}@media (width>=1600px){.app-layout{grid-template-columns:280px 1fr}}.sidebar{border-right:1px solid var(--st-border);background:var(--st-surface);flex-direction:column;justify-content:space-between;padding:12px 16px 20px;display:flex;overflow:hidden}.sidebar-brand-wrap{text-align:center;border-bottom:1px solid var(--st-border);margin-bottom:1rem;padding:.75rem 0}.sidebar-brand{color:var(--st-text);margin:0;font-size:1.3rem;font-weight:700}.sidebar-user-card{background:var(--st-surface-2);border:1px solid var(--st-border);border-radius:8px;margin-bottom:1rem;padding:.75rem}.sidebar-user-card h4,.sidebar-section-title{color:var(--st-text);margin:0 0 .25rem;font-size:.9rem;font-weight:700}.sidebar-user-card p{color:var(--st-muted);margin:.25rem 0;font-size:.9rem}.sidebar-section-title--actions{border-top:1px solid var(--st-border);margin-top:1rem;padding-top:.75rem}.sidebar-nav{flex-direction:column;gap:8px;display:flex}.sidebar-link{width:100%;color:var(--st-text);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:10px 12px 10px 16px;transition:background-color .15s,color .15s;position:relative}.sidebar-link:hover{background:var(--st-surface-2)}.sidebar-link.active{background:var(--st-primary-soft);color:var(--st-primary);font-weight:600}.sidebar-link.active:before{content:"";background:var(--st-primary);border-radius:2px;width:3px;position:absolute;top:8px;bottom:8px;left:4px}.sidebar-logout{margin-top:8px}.page-content{box-sizing:border-box;scrollbar-width:none;flex-direction:column;align-items:center;width:100%;padding:24px 32px;display:flex;overflow-y:auto}.page-content::-webkit-scrollbar{display:none}.content-page,.integration-page,.dashboard-page,.alerts-page,.compliance-page,.reports-page,.jira-page,.users-page{box-sizing:border-box;width:100%;max-width:1400px;margin:0 auto}@media (width>=1600px){.page-content{padding:32px 40px}.content-page,.integration-page,.dashboard-page,.alerts-page,.compliance-page,.reports-page,.jira-page,.users-page{max-width:1600px}}@media (width>=2000px){.page-content{padding:40px 48px}.content-page,.integration-page,.dashboard-page,.alerts-page,.compliance-page,.reports-page,.jira-page,.users-page{max-width:1800px}}.content-title{color:var(--st-text);margin:0 0 16px;font-size:36px}.content-card{border:1px solid var(--st-border);background:var(--st-surface);border-radius:12px;padding:20px;box-shadow:0 1px 3px #0000000d}.content-card-title{color:var(--st-text);margin:0 0 1rem;font-size:1.1rem;font-weight:700}.page-hero{margin-bottom:1.5rem}.page-hero--centered{text-align:center;padding:1rem 0}.page-hero-title{color:var(--st-text);margin:0 0 .5rem;font-size:1.75rem;font-weight:700}.page-hero-subtitle{max-width:600px;color:var(--st-muted);margin:0 auto;font-size:1rem;line-height:1.5}.section-heading{color:var(--st-text);margin:0 0 1rem;font-size:1.125rem;font-weight:700}.provider-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem 1.25rem;width:100%;margin-bottom:1rem;display:grid}@media (width>=1600px){.provider-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}.provider-card,.upload-card{border:1px solid var(--st-border);background:var(--st-surface);text-align:center;border-radius:12px;flex-direction:column;align-items:center;min-height:200px;margin-bottom:1rem;padding:2rem;transition:all .3s;display:flex;box-shadow:0 4px 6px #0000001a}.provider-icon,.upload-icon{border-radius:16px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.5rem;font-size:24px;font-weight:700;display:flex}.upload-icon{background-color:var(--st-surface-2);border:3px dashed var(--st-border-strong);color:var(--st-muted);font-size:36px;box-shadow:0 2px 4px #0000001a}.provider-card h3,.upload-card h3{color:var(--st-text);margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.upload-card h3{font-size:1.5rem}.provider-card p,.upload-card p{color:var(--st-muted);margin:0 0 1rem;font-size:1rem;line-height:1.5}.upload-card p{margin:0 0 1.5rem}.provider-status{color:#10b981;font-size:.9rem;font-weight:500}.integration-link,.secondary-button{text-align:center;border:1px solid var(--st-border-strong);background:linear-gradient(135deg, var(--st-surface) 0%, var(--st-surface-2) 100%);width:100%;color:var(--st-text);cursor:pointer;border-radius:10px;padding:.6rem 1rem;font-weight:600;text-decoration:none;transition:all .2s ease-in-out;display:block;box-shadow:0 2px 4px #0f172a14}.integration-link:hover,.secondary-button:hover{transform:translateY(-1px);box-shadow:0 6px 12px #0f172a1f}.upload-dropzone{text-align:center;border:2px dashed var(--st-border-strong);background:var(--st-surface-2);cursor:pointer;box-sizing:border-box;border-radius:12px;flex-direction:column;align-items:center;gap:.4rem;width:100%;max-width:600px;margin:0 auto;padding:2rem 1.25rem;transition:all .2s;display:flex}.upload-dropzone:hover{background:var(--sev-medium-bg);border-color:#3b82f6}@media (width<=768px){.upload-dropzone{padding:1.5rem 1rem}}@media (width<=600px){.upload-dropzone{padding:1rem .75rem}}.upload-dropzone-title{color:var(--st-text);font-weight:600}.upload-dropzone-subtitle{color:var(--st-muted);font-size:.9rem}.upload-support-note{color:var(--st-muted);text-align:center;margin:.5rem 0 0;font-size:.85rem}.upload-selection-note{text-align:center;color:#10b981;margin-top:.75rem;font-size:.95rem;font-weight:600}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.integration-actions{box-sizing:border-box;gap:1rem;width:100%;max-width:600px;margin:1.5rem auto 0;display:flex}@media (width<=600px){.integration-actions{flex-direction:column}}.integration-proceed{opacity:.6;filter:grayscale(20%)}.integration-clear{background-color:var(--st-surface-2);color:var(--st-muted);border:1px solid var(--st-border)}.integration-clear:hover{background-color:var(--st-border);color:var(--st-text)}.integration-proceed:hover{opacity:.8;filter:grayscale(10%)}.integration-log-list ul{margin:0;padding:0;list-style:none}.integration-log-list li{border-bottom:1px solid var(--st-border);grid-template-columns:180px 1fr 80px;align-items:center;gap:12px;padding:10px 0;display:grid}.integration-log-list li:last-child{border-bottom:0}.integration-log-list strong{color:var(--st-text)}.integration-log-list span{color:var(--st-muted)}.integration-log-list em{color:var(--st-primary);justify-self:end;font-style:normal;font-weight:600}.webhook-overview-card{gap:1rem;margin-bottom:1rem;display:grid}.webhook-usage-grid{grid-template-columns:1fr 1fr;gap:1rem;width:100%;display:grid}@media (width<=1024px){.webhook-usage-grid{grid-template-columns:1fr}}.webhook-howto p{color:var(--st-text);margin:0 0 .8rem;line-height:1.55}.webhook-code-block{border:1px solid var(--st-border);background:var(--st-surface-2);color:var(--st-text);border-radius:10px;margin:0;padding:.9rem;font-size:.82rem;line-height:1.45;overflow-x:auto}.webhook-test-actions{flex-wrap:wrap;gap:.6rem;margin-top:.75rem;display:flex}.webhook-token-row{align-items:center;gap:.6rem;margin-bottom:.75rem;display:flex}.webhook-token-label{color:var(--st-text);white-space:nowrap;font-size:.85rem;font-weight:600}.webhook-token-input{border:1px solid var(--st-border-strong);color:var(--st-text);background:var(--st-surface);border-radius:8px;flex:1;min-width:0;padding:.45rem .75rem;font-size:.85rem}.webhook-token-input:focus{border-color:#93c5fd;outline:none;box-shadow:0 0 0 2px #3b82f626}.webhook-test-button{width:auto;min-width:190px}.webhook-test-button--danger{background:linear-gradient(135deg, var(--sev-critical-bg) 0%, var(--sev-critical-bg) 100%);color:var(--sev-critical);border-color:#efb9bf}.webhook-test-button:disabled{opacity:.65;cursor:not-allowed}.webhook-test-result,.webhook-test-error{margin:.65rem 0 0;font-size:.88rem}.webhook-test-result{color:var(--sev-low)}.webhook-test-error{color:var(--sev-critical)}.webhook-status-header{justify-content:space-between;align-items:center;gap:.6rem;display:flex}.webhook-refresh-button{width:auto;min-width:112px;padding:.45rem .75rem}.webhook-refresh-button:disabled{cursor:not-allowed;opacity:.65}.webhook-stat-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.75rem;width:100%;margin-top:.75rem;display:grid}@media (width<=600px){.webhook-stat-grid{grid-template-columns:1fr}}.webhook-stat-tile{border:1px solid var(--st-border);background:var(--st-surface-2);border-radius:10px;gap:.3rem;padding:.75rem;display:grid}.webhook-stat-tile span{color:var(--st-muted);font-size:.8rem}.webhook-stat-tile strong{color:var(--st-text-strong);font-size:1.2rem}.webhook-stat-tile--success{border-color:var(--sev-low);background:var(--sev-low-bg)}.webhook-stat-tile--danger{border-color:var(--sev-critical);background:var(--sev-critical-bg)}.webhook-status-error{margin-top:.75rem}.webhook-recent-list{margin-top:.85rem}.webhook-recent-list h4{color:var(--st-text);margin:0 0 .45rem;font-size:.95rem}.webhook-recent-list p{color:var(--st-muted);margin:0}.webhook-recent-list ul{border:1px solid var(--st-border);border-radius:10px;margin:0;padding:0;list-style:none;overflow:hidden}.webhook-recent-list li{border-bottom:1px solid var(--st-border);justify-content:space-between;gap:.5rem;padding:.55rem .7rem;font-size:.85rem;display:flex}.webhook-recent-list li:last-child{border-bottom:0}.webhook-recent-list span{color:var(--st-text);font-weight:600}.webhook-recent-list em{color:var(--st-muted);white-space:nowrap;font-style:normal}.webhook-failures-panel{border:1px solid var(--st-border);background:var(--st-surface-2);border-radius:12px;padding:.9rem}.webhook-failure-empty{color:var(--st-muted);margin:0}.webhook-failure-list{gap:.6rem;margin:0;padding:0;list-style:none;display:grid}.webhook-failure-list li{background:var(--st-surface);border:1px solid var(--st-border);border-radius:10px;gap:.35rem;padding:.7rem;display:grid}.webhook-failure-list strong{color:var(--st-danger)}.webhook-failure-list span{color:var(--st-muted);font-size:.84rem;display:block}.webhook-failure-list p{color:var(--st-text);margin:0;font-size:.88rem}.webhook-failure-list em{color:var(--st-muted);font-size:.8rem;font-style:normal}.analysis-loader-card{text-align:center;padding:4rem 2rem}.analysis-loader-card h2{color:var(--st-text);margin:0 0 1rem;font-size:2rem}.analysis-loader-card p{color:var(--st-muted);max-width:500px;margin:0 auto .75rem;font-size:1.1rem}.analysis-loader-card small{color:var(--st-muted);font-size:.9rem}.analysis-spinner{border:4px solid var(--st-border);border-top-color:#3b82f6;border-radius:50%;width:80px;height:80px;margin-bottom:2rem;animation:1s linear infinite spin;display:inline-block}.upload-progress-bar{background:var(--st-border);border-radius:9999px;max-width:420px;height:.75rem;margin:1rem auto .75rem;overflow:hidden}.upload-progress-fill{background:linear-gradient(90deg,#3b82f6,#60a5fa);border-radius:9999px;height:100%;transition:width .25s}.dashboard-notification{border:1px solid #0000;border-radius:12px;justify-content:space-between;align-items:center;gap:1rem;max-width:860px;margin-top:1rem;margin-left:auto;margin-right:auto;padding:1rem 1.2rem;display:flex}.dashboard-notification--processing{background:var(--sev-medium-bg);border-color:var(--sev-medium);color:var(--sev-medium)}.dashboard-notification--success{background:var(--sev-low-bg);color:var(--sev-low);border-color:#a7f3d0}.notification-close-button{color:inherit;cursor:pointer;background:0 0;border:none;font-weight:700}.dashboard-header{text-align:center;margin-bottom:2rem}.dashboard-header h1{color:var(--st-text-strong);margin:0 0 .5rem;font-size:2.5rem;font-weight:700;line-height:1.2}.dashboard-header p{color:var(--st-muted);margin:0 0 1rem;font-size:1.1rem}.dashboard-status-row{justify-content:center;align-items:center;gap:.5rem;display:flex}.status-dot{background:#10b981;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse}.status-text{color:#10b981;font-size:.9rem;font-weight:500}.status-separator,.status-meta{color:var(--st-muted);font-size:.8rem}.dashboard-toolbar{flex-direction:column;gap:.85rem;margin:0 auto 1.5rem;display:flex}.segmented-control{--segment-columns:2;grid-template-columns:repeat(var(--segment-columns), minmax(0, 1fr));gap:.75rem;width:100%;display:grid}@media (width<=600px){.segmented-control{--segment-columns:1}}.segmented-control--views{max-width:420px;margin:0 auto}.segmented-control__button{border:1px solid var(--st-border);min-height:46px;color:var(--st-muted);cursor:pointer;background:0 0;border-radius:12px;padding:.8rem 1rem;font-size:14px;font-weight:500;transition:all .2s;box-shadow:0 1px 2px #0f172a0a}.segmented-control__button:hover{background:var(--st-surface-2);color:var(--st-text);border-color:var(--st-border-strong)}.segmented-control__button.is-active{background:var(--st-surface);color:var(--st-text);border-color:#3b82f6;font-weight:600;box-shadow:0 0 0 3px #3b82f614}.metric-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;width:100%;margin-bottom:1.5rem;display:grid}@media (width<=1200px){.metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=768px){.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.metric-grid{grid-template-columns:1fr}}.metric-card{border:1px solid var(--st-border);background:linear-gradient(135deg, var(--st-surface) 0%, var(--st-surface-2) 100%);border-radius:12px;padding:1rem 1.1rem;position:relative;box-shadow:0 2px 4px #0f172a14}.metric-card span{color:var(--st-muted);margin-bottom:.4rem;font-size:.9rem;display:block}.metric-info{cursor:help;opacity:.6;margin-bottom:0;line-height:1;display:inline-block;position:absolute;top:.7rem;right:.9rem}.metric-info:focus-visible{outline:2px solid var(--st-accent,currentColor);outline-offset:2px;opacity:1}.metric-card strong{color:var(--st-text);font-size:1.9rem;font-weight:700}.metric-card--danger{background:linear-gradient(135deg, var(--sev-critical-bg) 0%, var(--sev-critical-bg) 100%);border-color:var(--sev-critical-bg)}.metric-card--danger strong{color:var(--sev-critical)}.metric-card--risk{background:linear-gradient(135deg, var(--sev-high-bg) 0%, var(--sev-high-bg) 100%);border-color:var(--sev-high-bg)}.metric-card--risk strong{color:var(--sev-high)}.metric-card--low{background:linear-gradient(135deg, var(--sev-low-bg) 0%, var(--sev-low-bg) 100%);border-color:var(--sev-low-bg)}.metric-card--low strong{color:#10b981}.metric-card--unclassified{background:linear-gradient(135deg, var(--sev-high-bg) 0%, var(--sev-high-bg) 100%);border-color:var(--sev-high-bg)}.metric-card--unclassified strong{color:var(--sev-high)}.metric-card--active{outline:2px solid var(--st-primary);outline-offset:1px}.dashboard-chart-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;width:100%;margin-bottom:1rem;display:grid}@media (width<=768px){.dashboard-chart-grid{grid-template-columns:1fr}}.dashboard-lower-grid{grid-template-columns:1fr;gap:1rem;width:100%;display:grid}@media (width<=1024px){.dashboard-lower-grid{grid-template-columns:1fr}}.framework-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem;width:100%;display:grid}@media (width<=768px){.framework-grid{grid-template-columns:1fr}}.framework-score-card{border:1px solid var(--st-border);background:linear-gradient(135deg, var(--st-surface) 0%, var(--st-surface-2) 100%);border-radius:12px;padding:.9rem 1rem}.framework-score-card span{color:var(--st-muted);margin-bottom:.3rem;font-size:.85rem;display:block}.framework-score-value{color:var(--st-text);font-size:1.45rem;font-weight:700}.framework-score-value--good{color:#10b981}.framework-score-value--warning{color:var(--sev-high)}.framework-score-value--danger{color:var(--sev-critical)}.risk-summary-card p{color:var(--st-text)}.risk-summary-note{color:var(--st-muted);margin-top:.75rem;font-size:.95rem}.alerts-hero{margin-bottom:1.25rem}.alerts-title{color:var(--st-text);margin:0;font-size:2.5rem;font-weight:700}@media (width<=1024px){.alerts-title{font-size:2rem}}@media (width<=768px){.alerts-title{font-size:1.75rem}}@media (width<=600px){.alerts-title{font-size:1.5rem}}.alerts-ml-health{border:1px solid var(--st-border);background:linear-gradient(135deg, var(--st-surface) 0%, var(--st-surface-2) 100%);border-radius:12px;margin:.8rem 0 1.2rem;padding:.95rem 1rem}.alerts-ml-health-header{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.alerts-ml-health-title{color:var(--st-text);margin:0;font-size:1rem;font-weight:700}.alerts-ml-health-text{color:var(--st-text);margin:.45rem 0 0;font-size:.9rem}.alerts-ml-health-endpoint{color:var(--st-muted);margin:.35rem 0 0;font-size:.78rem}.alerts-ml-health-pill{border-radius:999px;align-items:center;padding:.2rem .6rem;font-size:.78rem;font-weight:700;display:inline-flex}.alerts-ml-health-pill--ok{background:var(--sev-low-bg);color:var(--sev-low);border:1px solid #86efac}.alerts-ml-health-pill--not_configured{background:var(--sev-high-bg);color:var(--sev-high);border:1px solid var(--sev-high-bg)}.alerts-ml-health-pill--error{background:var(--sev-critical-bg);color:var(--sev-critical);border:1px solid var(--sev-critical-bg)}.alerts-ml-summary{flex-wrap:wrap;gap:.5rem;margin-top:.8rem;display:flex}.alerts-ml-chip{border:1px solid var(--st-border-strong);background:var(--st-surface-2);color:var(--st-text);border-radius:8px;align-items:center;padding:.28rem .48rem;font-size:.78rem;font-weight:600;display:inline-flex}.monitor-layout{grid-template-columns:2fr 1fr;gap:1rem;width:100%;margin-bottom:1rem;display:grid}@media (width<=1024px){.monitor-layout{grid-template-columns:1fr}}.monitor-card{background:linear-gradient(135deg, var(--st-surface) 0%, var(--st-surface-2) 100%);border:1px solid var(--st-border);border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000000f}.monitor-card h3{color:var(--st-text);margin:0 0 .5rem;font-size:1.1rem}.monitor-status-line{color:var(--st-muted);margin:0;font-size:.95rem}.monitor-subtext{color:var(--st-muted);margin:.5rem 0 0;font-size:.85rem}.monitor-status-dot{border-radius:50%;width:12px;height:12px;margin-right:.5rem;display:inline-block}.monitor-status-dot--running{background-color:#10b981}.monitor-status-dot--stopped{background-color:var(--sev-critical)}.monitor-actions-card{flex-direction:column;gap:.5rem;display:flex}.monitor-actions-card .secondary-button{flex:1;min-height:60px;font-size:1rem}.alerts-table-card{padding:0;overflow:hidden}.alerts-table-card .content-card-title{margin-bottom:.9rem;padding:20px 20px 0}.table-wrap{-ms-overflow-style:none;scrollbar-width:none;overflow-x:auto}.table-wrap::-webkit-scrollbar{display:none}.alerts-table,.simple-table{border-collapse:separate;border-spacing:0;background:var(--st-surface);table-layout:auto;width:100%}.alerts-table{min-width:880px}.table-wrap{overflow-x:auto}.alerts-table thead,.simple-table thead{background:linear-gradient(135deg, var(--st-surface-2) 0%, var(--st-border) 100%)}.alerts-table th,.simple-table th{text-align:left;color:var(--st-text);border-bottom:2px solid var(--st-border-strong);white-space:nowrap;padding:14px 12px;font-size:.95rem;font-weight:700}.alerts-table th:first-child{width:120px}.alerts-table th:nth-child(2){width:150px}.alerts-table th:nth-child(4){width:180px}.alerts-table th:nth-child(5){width:160px}.alerts-table td,.simple-table td{border-bottom:1px solid var(--st-border);vertical-align:middle;color:var(--st-text);padding:14px 12px;font-size:.93rem}.alerts-table-row:hover,.alerts-row:hover,.simple-table tbody tr:hover{background-color:var(--st-surface-2)}.alerts-table-row{cursor:pointer;transition:background-color .2s,transform .2s}.alerts-table-row:hover{transform:translate(1px)}.alerts-table-row--selected{background-color:var(--st-primary-soft);box-shadow:inset 4px 0 0 var(--st-primary)}.alerts-table-header{padding:18px 20px 12px}.alerts-table-header-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:4px;display:flex}.alerts-table-header-controls{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.alerts-table-count{color:var(--st-primary);background:color-mix(in srgb, var(--st-primary) 10%, transparent);border:1px solid color-mix(in srgb, var(--st-primary) 25%, transparent);white-space:nowrap;border-radius:20px;padding:2px 10px;font-size:.8rem;font-weight:600}.alerts-table-subtitle{color:var(--st-muted);margin:0;line-height:1.5}.alerts-empty-state{color:var(--st-muted);text-align:center;padding:20px}.alerts-table-badge{color:var(--st-surface);letter-spacing:.01em;text-transform:uppercase;border-radius:9999px;justify-content:center;align-items:center;padding:.35rem .7rem;font-size:.8rem;font-weight:700;display:inline-flex}.alerts-table-pill{background:var(--sev-medium-bg);color:var(--sev-medium);white-space:nowrap;border-radius:9999px;justify-content:center;align-items:center;padding:.35rem .75rem;font-size:.82rem;font-weight:600;display:inline-flex}.alerts-table-pill--pending{background:var(--sev-high-bg);color:var(--sev-high)}.alerts-pending-notice{color:var(--sev-high);background:#fbbf241a;border:1px solid #d9770659;border-radius:8px;align-items:flex-start;gap:.75rem;margin-top:.8rem;padding:.75rem 1rem;display:flex}.alerts-pending-notice-icon{background:var(--sev-high);width:1.5rem;height:1.5rem;color:var(--st-surface);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:.1rem;font-size:.8rem;font-weight:800;display:inline-flex}.alerts-pending-notice strong{color:var(--sev-high);margin-bottom:.3rem;font-size:.9rem;display:block}.alerts-pending-notice p{color:var(--sev-high);margin:0;font-size:.82rem;line-height:1.5}.alerts-table-message{word-break:break-word;max-width:100%;line-height:1.4}.alerts-row--malicious,.alerts-row--critical{background-color:var(--sev-critical-bg)}.alerts-row--malicious:hover,.alerts-row--critical:hover{background-color:var(--sev-critical-bg);filter:brightness(.98)}.alerts-row--suspicious,.alerts-row--high{background-color:var(--sev-high-bg)}.alerts-row--suspicious:hover,.alerts-row--high:hover{background-color:var(--sev-high-bg);filter:brightness(.98)}.alerts-row--medium{background-color:var(--sev-medium-bg)}.alerts-row--medium:hover{background-color:var(--sev-medium-bg);filter:brightness(.98)}.alerts-row--benign,.alerts-row--low{background-color:var(--sev-low-bg)}.alerts-row--benign:hover,.alerts-row--low:hover{background-color:var(--sev-low-bg);filter:brightness(.98)}.verdict-badge{text-transform:capitalize;border-radius:12px;padding:3px 8px;font-size:10px;font-weight:600;display:inline-block}.verdict-badge--malicious{background-color:var(--sev-critical-bg);color:var(--sev-critical);border:1px solid var(--sev-critical-bg)}.users-page{flex-direction:column;gap:24px;display:flex}.user-form{flex-direction:column;gap:16px;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{color:var(--st-text);font-size:14px;font-weight:600}.form-group input,.form-group select{border:1px solid var(--st-border);color:var(--st-text);background:var(--st-background);border-radius:6px;padding:8px 12px;font-size:14px}.form-group input:focus,.form-group select:focus{border-color:var(--st-primary);outline:none;box-shadow:0 0 0 3px #7c3aed1a}.message-box{border-left:4px solid;border-radius:6px;padding:12px 16px;font-size:14px}.message-box--success{background-color:var(--sev-low-bg);color:var(--sev-low);border-color:#22c55e}.message-box--error{background-color:var(--sev-critical-bg);border-color:var(--sev-critical);color:var(--sev-critical)}.delete-button{background-color:var(--sev-critical);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:6px 12px;font-size:12px;font-weight:600;transition:background-color .2s}.delete-button:hover:not(:disabled){background-color:var(--sev-critical)}.delete-button:disabled{opacity:.5;cursor:not-allowed}.verdict-badge--suspicious{background-color:var(--sev-high-bg);color:var(--sev-high);border:1px solid var(--sev-high-bg)}.verdict-badge--benign{background-color:var(--sev-low-bg);color:var(--sev-low);border:1px solid #86efac}.score-high{color:var(--sev-critical);font-weight:700}.score-medium{color:var(--sev-high);font-weight:700}.score-low{color:var(--sev-low);font-weight:700}.mono-text{color:var(--st-text);font-family:Courier New,monospace;font-size:11px}.table-num{text-align:center}.url-cell{text-overflow:ellipsis;white-space:nowrap;max-width:25vw;color:var(--st-muted);font-size:10px;overflow:hidden}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skeleton-block,.skeleton-cell{background:linear-gradient(90deg, var(--st-border) 25%, var(--st-surface-2) 50%, var(--st-border) 75%);background-size:800px 100%;border-radius:6px;animation:1.4s linear infinite shimmer;display:inline-block}.skeleton-block--value{width:56px;height:2rem;margin-top:2px}.alerts-table-row--skeleton td{pointer-events:none}.skeleton-cell{border-radius:4px;height:14px}.skeleton-cell--badge{width:60px}.skeleton-cell--pill{width:90px}.skeleton-cell--message{width:260px}.skeleton-cell--ts{width:120px}.skeleton-cell--src{width:80px}.alerts-load-more{justify-content:center;padding:1rem 0 .25rem;display:flex}.alerts-load-more-btn{border:1px solid var(--st-border);color:var(--st-muted);cursor:pointer;background:0 0;border-radius:8px;padding:.5rem 1.5rem;font-size:.85rem;transition:background .15s,color .15s,border-color .15s}.alerts-load-more-btn:hover:not(:disabled){background:var(--st-surface);border-color:var(--st-primary);color:var(--st-primary)}.alerts-load-more-btn:disabled{cursor:not-allowed;opacity:.45}.alerts-pagination{border-top:1px solid var(--st-border);justify-content:space-between;align-items:center;gap:12px;padding:12px 20px;display:flex}.alerts-pagination-btn{border:1px solid var(--st-border);color:var(--st-muted);cursor:pointer;white-space:nowrap;background:0 0;border-radius:8px;padding:.4rem 1rem;font-size:.85rem;transition:background .15s,color .15s,border-color .15s}.alerts-pagination-btn:hover:not(:disabled){background:var(--st-surface);border-color:var(--st-primary);color:var(--st-primary)}.alerts-pagination-btn:disabled{cursor:not-allowed;opacity:.4}.alerts-pagination-info{color:var(--st-muted);text-align:center;flex:1;font-size:.85rem}.alerts-pagination-range{color:var(--st-muted);opacity:.7}.pie-chart-shell{flex-direction:column;align-items:center;gap:1rem;display:flex}.pie-chart{width:210px;height:210px;box-shadow:inset 0 0 0 32px var(--st-surface);border-radius:50%}.chart-legend{width:100%;color:var(--st-text);grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem 1rem;font-size:.9rem;display:grid}.chart-legend span{align-items:center;gap:.45rem;display:flex}.chart-legend i{border-radius:50%;width:10px;height:10px;display:inline-block}.bar-chart{flex-direction:column;gap:.9rem;padding-top:.5rem;display:flex}.bar-row{color:var(--st-text);grid-template-columns:70px 1fr 36px;align-items:center;gap:.75rem;display:grid}.bar-track{background:var(--st-surface-3);border-radius:999px;height:12px;overflow:hidden}.bar-fill{border-radius:inherit;height:100%}@media (width<=1024px){.app-layout{grid-template-columns:200px 1fr}.page-content{padding:20px 24px}}@media (width<=768px){.login-panel{max-width:100%;padding:40px 16px 0!important}.app-layout{grid-template-rows:auto 1fr;grid-template-columns:1fr}.sidebar{border-right:0;border-bottom:1px solid var(--st-border);flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem;padding:12px 16px;overflow-x:auto}.sidebar-brand-wrap{border-bottom:none;border-right:1px solid var(--st-border);margin-bottom:0;margin-right:1rem;padding-right:1rem}.sidebar-user-card{display:none}.export-modal,.confirm-dialog{width:min(92vw,420px);padding:16px}.alerts-chat-wrap{max-width:100%}.alerts-chat-input{min-width:0}.page-content{padding:16px 12px}.content-page,.integration-page,.dashboard-page,.alerts-page,.compliance-page,.reports-page,.jira-page,.users-page{max-width:100%}.provider-grid,.metric-grid,.dashboard-chart-grid,.monitor-layout,.dashboard-lower-grid,.framework-grid,.segmented-control,.webhook-usage-grid,.webhook-stat-grid,.integration-log-list li,.bar-row{grid-template-columns:1fr}.url-cell{max-width:100%}.content-card{padding:16px}}@media (width<=600px){.login-panel{padding:32px 12px 0!important}.login-title{font-size:32px}.page-content{padding:12px 8px}.content-card{border-radius:8px;padding:12px}.section-heading{margin:0 0 .75rem;font-size:1rem}.page-hero-title{font-size:1.5rem}.page-hero-subtitle{font-size:.9rem}.sidebar-nav{flex-flow:wrap;gap:4px}.sidebar-link{flex:auto;min-width:60px;padding:8px;font-size:.9rem}}.alerts-metric-clickable{cursor:pointer;transition:transform .15s,box-shadow .15s}.alerts-metric-clickable:hover{transform:translateY(-2px);box-shadow:0 6px 18px #0000001a}.metric-card-hint{color:var(--st-muted);margin-top:.25rem;font-size:.7rem;display:block}.alerts-detail-header{align-items:center;gap:.75rem;margin-bottom:.4rem;display:flex}.alerts-detail-dot{border-radius:50%;flex-shrink:0;width:20px;height:20px}.alerts-detail-title{color:var(--st-text);margin:0;font-size:1.8rem;font-weight:700}.alerts-detail-count{color:var(--st-muted);margin-left:.25rem;font-size:.95rem}.alerts-detail-position{color:var(--st-muted);white-space:nowrap;margin-left:auto;font-size:.9rem}.alerts-detail-subtitle{color:var(--st-muted);margin:0 0 1rem;font-size:.9rem}.alerts-detail-divider{border:0;border-top:1px solid var(--st-border);margin:1.25rem 0}.alerts-detail-card{background:var(--st-surface);border:1px solid var(--st-border);border-radius:12px;margin-bottom:1rem;padding:1.25rem 1.5rem;box-shadow:0 1px 4px #0000000f}.alerts-detail-card-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.alerts-detail-card-title-row{flex-wrap:wrap;align-items:center;gap:.6rem;min-width:0;display:flex}.alerts-detail-card-title{color:var(--st-text);font-size:1rem;font-weight:700}.alerts-detail-status-badge{background:var(--st-surface-2);color:var(--st-text);border:1px solid var(--st-border-strong);border-radius:8px;padding:3px 12px;font-size:.8rem;font-weight:600}.alerts-detail-meta{color:var(--st-text);word-break:break-all;margin:0 0 .85rem;font-size:.875rem;line-height:1.6}.alerts-detail-footer{color:var(--st-muted);gap:1.5rem;font-size:.8rem;display:flex}.alerts-detail-id{font-family:Courier New,monospace}.alerts-ai-card{background:var(--st-surface-2);border:1px solid var(--st-border);border-radius:12px;margin-bottom:1rem;padding:1.25rem 1.5rem}.alerts-ai-title{color:var(--st-text);margin:0 0 .5rem;font-size:1rem;font-weight:700}.alerts-ai-card p{color:var(--st-text);margin:0;font-size:.9rem}.alerts-read-more-btn{margin-bottom:1rem}.alerts-read-more-panel{background:var(--st-surface);border:1px solid var(--st-border);border-radius:12px;margin-bottom:1rem;padding:1.1rem 1.25rem}.alerts-read-more-title{color:var(--st-text);margin:0 0 .6rem;font-size:1.05rem;font-weight:700}.alerts-read-more-loading{color:var(--st-muted);margin:0;font-size:.92rem}.alerts-read-more-mode{margin-top:0}.alerts-read-more-label{color:var(--st-text);text-transform:none;margin:1rem 0 .4rem;font-size:.9rem;font-weight:700}.alerts-read-more-issue{color:var(--st-text);margin:0 0 .5rem;font-size:.9rem;line-height:1.55}.alerts-read-more-steps{color:var(--st-text);margin:0 0 .5rem;padding-left:1.3rem;font-size:.875rem;line-height:1.6}.alerts-read-more-steps li{margin-bottom:.4rem}.alerts-read-more-teams{color:var(--st-text);margin:0;padding-left:1.3rem;font-size:.875rem;line-height:1.6}.alerts-read-more-teams li{margin-bottom:.35rem}.alerts-read-more-team-role{color:var(--st-muted);font-style:italic}.outline-button{background:var(--st-surface);color:var(--st-text);border:1px solid var(--st-border-strong);cursor:pointer;border-radius:8px;padding:8px 20px;font-size:.875rem;font-weight:500;transition:background .15s,border-color .15s}.outline-button:hover{background:var(--st-surface-2);border-color:var(--st-muted)}.outline-button:disabled{opacity:.5;cursor:not-allowed;background:var(--st-surface-2);border-color:var(--st-border)}.alerts-action-row{flex-wrap:wrap;gap:.6rem;margin-bottom:1rem;display:flex}.alerts-nav-row{justify-content:flex-end;gap:.6rem;display:flex}.alerts-nav-row--top{margin-bottom:.75rem}.alerts-detail-note{text-align:center;color:var(--st-muted);margin:.5rem 0 1rem;font-size:.9rem}.alerts-chat-wrap{margin-top:1rem}.alerts-chat-title{color:var(--st-text);margin:0 0 1rem;font-size:2rem}.alerts-chat-card{border:1px solid var(--st-border);background:var(--st-surface);border-radius:12px;max-height:360px;margin-bottom:.75rem;padding:1rem;overflow-y:auto}.alerts-chat-msg{border-radius:10px;margin-bottom:.75rem;padding:.9rem 1rem}.alerts-chat-msg p{color:var(--st-text);margin:0 0 .45rem;line-height:1.5}.alerts-chat-msg p:last-child{margin-bottom:0}.alerts-chat-mode{text-transform:uppercase;letter-spacing:.04em;color:#059669;margin-bottom:.45rem;font-size:.72rem;font-weight:700}.alerts-chat-msg--ai{background:var(--sev-low-bg);border-left:3px solid #10b981}.alerts-chat-msg--user{background:var(--sev-medium-bg);border-left:3px solid #3b82f6}.alerts-chat-msg--loading{background:var(--sev-medium-bg);border-left-color:#0ea5e9}.alerts-chat-markdown{font-size:.92rem;line-height:1.65}.alerts-chat-markdown p{margin:0 0 .5em}.alerts-chat-markdown p:last-child{margin-bottom:0}.alerts-chat-markdown h1,.alerts-chat-markdown h2,.alerts-chat-markdown h3,.alerts-chat-markdown h4{color:var(--st-text-strong);margin:.9em 0 .35em;font-weight:700;line-height:1.3}.alerts-chat-markdown h1{font-size:1.1rem}.alerts-chat-markdown h2{font-size:1.02rem}.alerts-chat-markdown h3{font-size:.97rem}.alerts-chat-markdown ul,.alerts-chat-markdown ol{margin:.35em 0 .5em;padding-left:1.4em}.alerts-chat-markdown li{margin-bottom:.25em}.alerts-chat-markdown strong{color:var(--st-text-strong);font-weight:700}.alerts-chat-markdown em{font-style:italic}.alerts-chat-markdown code{background:var(--st-surface-3);border-radius:4px;padding:.1em .35em;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.86em}.alerts-chat-markdown pre{background:var(--st-surface-3);border-radius:6px;margin:.5em 0;padding:.7em 1em;overflow-x:auto}.alerts-chat-markdown pre code{background:0 0;padding:0}.alerts-chat-markdown blockquote{color:var(--st-text);border-left:3px solid #0284c7;margin:.5em 0;padding-left:.85em}.alerts-chat-markdown hr{border:none;border-top:1px solid var(--st-border);margin:.6em 0}.alerts-chat-loader{align-items:center;gap:.35rem;margin:.15rem 0 .5rem;display:inline-flex}.alerts-chat-loader span{opacity:.3;background:#0284c7;border-radius:999px;width:8px;height:8px;animation:1.1s ease-in-out infinite alerts-chat-dot-pulse}.alerts-chat-loader span:nth-child(2){animation-delay:.15s}.alerts-chat-loader span:nth-child(3){animation-delay:.3s}.alerts-chat-loading-text{color:var(--st-text-strong);margin:0;font-size:.92rem}@keyframes alerts-chat-dot-pulse{0%,80%,to{opacity:.3;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}.alerts-chat-close{width:100%;margin-bottom:.75rem}.alerts-chat-input-row{grid-template-columns:1fr 56px;align-items:center;gap:.5rem;display:grid}.alerts-chat-input{border:1px solid var(--st-border-strong);width:100%;color:var(--st-text);border-radius:10px;padding:.75rem .9rem;font-size:.95rem}.alerts-chat-input:focus{border-color:#60a5fa;outline:none;box-shadow:0 0 0 3px #60a5fa26}.alerts-chat-send{min-height:44px;padding:0}.upload-dashboard-issues{margin-top:1.25rem}.reports-page{flex-direction:column;gap:1.25rem;display:flex}.reports-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.25rem;display:flex}.reports-header-text .content-title{margin-bottom:.25rem}.reports-header-actions{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:.75rem;display:flex}.reports-period-selector{border:1px solid var(--st-border);background:var(--st-surface-2);border-radius:10px;display:flex;overflow:hidden}.reports-period-btn{color:var(--st-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:8px 18px;font-size:.9rem;font-weight:500;transition:background .15s,color .15s}.reports-period-btn:hover{background:var(--st-surface-2);color:var(--st-text)}.reports-period-btn.is-active{background:var(--st-surface);color:var(--st-text);font-weight:700;box-shadow:0 1px 4px #00000014}.reports-export-btn{background:var(--st-primary);color:var(--st-surface);cursor:pointer;white-space:nowrap;border:none;border-radius:10px;padding:8px 20px;font-size:.9rem;font-weight:600;transition:filter .15s}.reports-export-btn:hover:not(:disabled){filter:brightness(.92)}.reports-export-btn:disabled{opacity:.55;cursor:not-allowed}.reports-loading{text-align:center;color:var(--st-muted);padding:2rem;font-size:.95rem}.reports-empty{color:var(--st-muted);text-align:center;margin:0;padding:1.5rem 0;font-size:.9rem}.reports-risk-label{font-weight:700}.reports-risk--critical{color:var(--sev-critical)}.reports-risk--high{color:var(--sev-high)}.reports-risk--medium{color:#3b82f6}.reports-risk--low{color:#10b981}.reports-counts{grid-template-columns:repeat(4,1fr);gap:.5rem;margin-top:1rem;display:grid}.reports-count-item{border:1px solid var(--st-border);background:var(--st-surface-2);border-radius:10px;flex-direction:column;align-items:center;gap:.2rem;padding:.6rem .4rem;display:flex}.reports-count-item span{text-transform:uppercase;letter-spacing:.03em;font-size:.78rem;font-weight:600}.reports-count-item strong{color:var(--st-text);font-size:1.4rem}@media (width<=768px){.reports-header{flex-direction:column;align-items:flex-start}.reports-header-actions{justify-content:space-between;width:100%}.reports-counts{grid-template-columns:repeat(2,1fr)}}.alerts-ticket-badge{color:#0284c7;letter-spacing:.03em;cursor:pointer;white-space:nowrap;background:#0284c71a;border:1px solid #0284c740;border-radius:6px;align-items:center;padding:.2rem .55rem;font-family:Courier New,monospace;font-size:.8rem;font-weight:700;transition:background .15s;display:inline-flex}.alerts-ticket-badge:hover{background:#0284c72e}.alerts-ticket-badge--sm{padding:.15rem .45rem;font-size:.72rem}.alerts-detail-id--muted{color:var(--st-border-strong)}.alerts-status-pill{white-space:nowrap;border-radius:9999px;align-items:center;padding:.2rem .55rem;font-size:.72rem;font-weight:600;display:inline-flex}.alerts-status-pill--open{background:var(--sev-medium-bg);color:var(--sev-medium)}.alerts-status-pill--in_progress{background:var(--sev-high-bg);color:var(--sev-high)}.alerts-status-pill--reviewed,.alerts-status-pill--closed{background:var(--sev-low-bg);color:var(--sev-low)}.alerts-status-pill--marked_as_fp{color:#9d174d;background:#fce7f3}.alerts-status-bar{border-bottom:1px solid var(--st-border);justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;padding:.5rem 0;display:flex}.alerts-status-tabs{gap:.25rem;display:flex}.alerts-status-tab{color:var(--st-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:.5rem;padding:.45rem 1rem;font-size:.9rem;font-weight:500;transition:background .15s,color .15s;display:inline-flex}.alerts-status-tab:hover{background:var(--st-surface-2);color:var(--st-text)}.alerts-status-tab--active{background:var(--sev-medium-bg);border-color:var(--sev-medium);color:var(--sev-medium);font-weight:600}.alerts-status-tab-badge{background:var(--st-border);min-width:1.4rem;height:1.4rem;color:var(--st-text);border-radius:999px;justify-content:center;align-items:center;padding:0 .35rem;font-size:.72rem;font-weight:700;display:inline-flex}.alerts-status-tab--active .alerts-status-tab-badge{color:var(--sev-medium);background:#bfdbfe}.alerts-status-tab--fp.alerts-status-tab--active{color:#9d174d;background:#fdf2f8;border-color:#f5c6e7}.alerts-status-tab--fp.alerts-status-tab--active .alerts-status-tab-badge{color:#9d174d;background:#fce7f3}.alerts-status-bar-right{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.alerts-ticket-search{align-items:center;gap:.3rem;display:flex}.alerts-ticket-search-input{border:1px solid var(--st-border-strong);color:var(--st-text);background:var(--st-surface);border-radius:8px;width:160px;padding:.38rem .65rem;font-size:.82rem}.alerts-ticket-search-input:focus{border-color:#93c5fd;outline:none;box-shadow:0 0 0 2px #3b82f626}.alerts-ticket-search-error{color:var(--sev-critical);white-space:nowrap;font-size:.78rem}.alerts-refresh-btn{border:1px solid var(--st-border-strong);background:var(--st-surface);color:var(--st-text);cursor:pointer;white-space:nowrap;border-radius:8px;align-items:center;gap:.35rem;padding:.4rem .9rem;font-size:.85rem;transition:background .15s,border-color .15s;display:inline-flex}.alerts-refresh-btn:hover:not(:disabled){background:var(--st-surface-2);border-color:var(--st-muted)}.alerts-refresh-btn:disabled{opacity:.55;cursor:not-allowed}.alerts-reclassify-btn{color:var(--sev-high);background:var(--sev-high-bg);border-color:#f59e0b}.alerts-reclassify-btn:hover:not(:disabled){background:var(--sev-high-bg);border-color:var(--sev-high)}.alerts-reclassify-btn--loading{animation:1.2s ease-in-out infinite reclassify-pulse}@keyframes reclassify-pulse{0%,to{opacity:1}50%{opacity:.6}}.alerts-reclassify-result{color:var(--sev-low);white-space:nowrap;font-size:.8rem}.alerts-reclassify-result--error{color:var(--sev-critical)}.alerts-timeframe-controls{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.alerts-timeframe-controls .segmented-control{flex:1;width:auto;min-width:0}.alerts-timeframe-label{color:var(--st-muted);background:var(--st-surface-2);border:1px solid var(--st-border);white-space:nowrap;-webkit-user-select:none;user-select:none;border-radius:20px;align-items:center;gap:.35rem;padding:.25rem .75rem;font-size:.8rem;display:inline-flex}.alerts-timeframe-label-icon{font-size:.75rem}.alerts-custom-range{align-items:center;gap:.5rem;display:inline-flex}.alerts-date-input{border:1px solid var(--st-border-strong);color:var(--st-text);background:var(--st-surface);cursor:pointer;border-radius:8px;padding:.35rem .6rem;font-size:.85rem;transition:border-color .15s}.alerts-date-input:focus{border-color:var(--st-primary,#3b82f6);outline:none;box-shadow:0 0 0 2px #3b82f626}.alerts-date-sep{color:var(--st-muted);font-size:.9rem;font-weight:500}.export-dropdown{display:inline-block;position:relative}.export-dropdown-menu{z-index:10;background:var(--st-surface);border:1px solid var(--st-border-strong);border-radius:8px;min-width:160px;margin-top:.35rem;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 4px 12px #0000001a}.export-dropdown-item{width:100%;color:var(--st-text);text-align:left;cursor:pointer;background:0 0;border:none;padding:.65rem 1rem;font-size:.85rem;transition:background .15s;display:block}.export-dropdown-item:hover:not(:disabled){background:var(--st-surface-2)}.export-dropdown-item:disabled{opacity:.55;cursor:not-allowed}.export-modal-overlay{z-index:200;background:#00000073;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.export-modal{background:var(--st-surface);border-radius:12px;width:100%;max-width:420px;padding:1.75rem 2rem 1.5rem;box-shadow:0 8px 32px #0000002e}.export-modal-title{color:var(--st-text-strong);margin:0 0 .25rem;font-size:1.1rem;font-weight:700}.export-modal-subtitle{color:var(--st-muted);margin:0 0 1.25rem;font-size:.82rem}.export-modal-field{flex-direction:column;gap:.35rem;margin-bottom:1rem;display:flex}.export-modal-label{color:var(--st-text);font-size:.82rem;font-weight:600}.export-modal-select,.export-modal-input{border:1px solid var(--st-border-strong);color:var(--st-text-strong);background:var(--st-surface-2);border-radius:7px;outline:none;padding:.55rem .75rem;font-size:.9rem;transition:border-color .15s}.export-modal-select:focus,.export-modal-input:focus{border-color:var(--st-primary);background:var(--st-surface)}.export-modal-hint{color:var(--st-muted);font-size:.75rem}.export-modal-actions{flex-wrap:wrap;gap:.6rem;margin-top:1.25rem;display:flex}.export-modal-actions .secondary-button{flex:1;min-width:110px}.export-modal-progress{background:#f0f4ff;border:1px solid #c7d2fe;border-radius:8px;align-items:center;gap:.75rem;margin-top:1.25rem;padding:.85rem 1rem;display:flex}.export-modal-progress-text{color:#4338ca;font-size:.88rem;font-weight:500}.export-spinner{border:2.5px solid #c7d2fe;border-top-color:#4338ca;border-radius:50%;flex-shrink:0;width:18px;height:18px;animation:.75s linear infinite export-spin;display:inline-block}@keyframes export-spin{to{transform:rotate(360deg)}}.alerts-ticket-panel{background:var(--st-surface-2);border:1px solid var(--st-border);border-radius:10px;flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:.75rem;margin-bottom:1rem;padding:.75rem 1rem;display:flex}.alerts-ticket-panel-label{color:var(--st-text);font-family:Courier New,monospace;font-size:.85rem;font-weight:600}.alerts-ticket-panel-final{color:var(--st-muted);font-family:Courier New,monospace;font-size:.85rem}.alerts-ticket-actions{flex-wrap:wrap;gap:.5rem;display:flex}.alerts-ticket-action-btn{padding:6px 14px;font-size:.82rem}.alerts-ticket-action-btn--fp{border-color:var(--sev-critical-bg);color:var(--sev-critical)}.alerts-ticket-action-btn--fp:hover{background:var(--sev-critical-bg);border-color:#f87171}.alerts-ticket-notes{border:1px solid var(--st-border-strong);min-width:0;color:var(--st-text);background:var(--st-surface);border-radius:8px;flex:200px;padding:.4rem .7rem;font-size:.82rem}.alerts-ticket-notes:focus{border-color:#93c5fd;outline:none;box-shadow:0 0 0 2px #3b82f626}.alerts-ticket-error{width:100%;color:var(--sev-critical);margin:0;font-size:.8rem}.alerts-classification{background:var(--st-surface-2);border:1px solid var(--st-border);border-radius:12px;margin:1rem 0 .5rem;padding:1rem 1.1rem}.alerts-classification-header{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.65rem;display:flex}.alerts-classification-title{color:var(--st-text);flex:none;margin:0 .25rem 0 0;font-size:.95rem;font-weight:700}.alerts-confidence-pill{letter-spacing:.01em;border:1px solid #0000;border-radius:999px;align-items:center;padding:.22rem .7rem;font-size:.78rem;font-weight:700;display:inline-flex}.alerts-confidence-pill--confirmed{background:var(--sev-critical-bg);color:var(--sev-critical);border-color:var(--sev-critical-bg)}.alerts-confidence-pill--suspicious{background:var(--sev-high-bg);color:var(--sev-high);border-color:var(--sev-high-bg)}.alerts-confidence-pill--low{color:#3730a3;background:#e0e7ff;border-color:#a5b4fc}.alerts-confidence-pill--unknown{background:var(--st-surface-2);color:var(--st-text);border-color:var(--st-border-strong)}.alerts-confidence-pill--anomaly{color:#9d174d;cursor:help;background:#fdf2f8;border-color:#f9a8d4}.alerts-classification-chips{flex-wrap:wrap;gap:.45rem;margin-bottom:.85rem;display:flex}.alerts-classification-chips .alerts-ml-chip{background:var(--st-surface)}.alerts-classification-chips .alerts-ml-chip strong{color:var(--st-text-strong);margin-left:.25rem;font-weight:700}.alerts-probs{margin:.85rem 0}.alerts-probs-label,.alerts-section-label{color:var(--st-text);text-transform:uppercase;letter-spacing:.04em;margin:0 0 .45rem;font-size:.78rem;font-weight:700}.alerts-probs-list{flex-direction:column;gap:.32rem;margin:0;padding:0;list-style:none;display:flex}.alerts-probs-row{grid-template-columns:9rem 1fr 3rem;align-items:center;gap:.7rem;font-size:.85rem;display:grid}.alerts-probs-name{color:var(--st-text);white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.alerts-probs-track{background:var(--st-border);border-radius:999px;height:6px;overflow:hidden}.alerts-probs-fill{background:linear-gradient(90deg,#6366f1 0%,#8b5cf6 100%);border-radius:999px;height:100%}.alerts-probs-row:first-child .alerts-probs-fill{background:linear-gradient(90deg, var(--sev-critical) 0%, #f97316 100%)}.alerts-probs-value{text-align:right;color:var(--st-text);font-variant-numeric:tabular-nums;font-size:.8rem}.alerts-remediation{margin:.85rem 0 .45rem}.alerts-remediation-list{color:var(--st-text);margin:0;padding-left:1.25rem;font-size:.88rem;line-height:1.55;list-style:outside}.alerts-remediation-list li{margin-bottom:.18rem}.alerts-similar{background:var(--st-surface);border:1px solid var(--st-border);border-radius:10px;margin-top:.85rem;padding:.5rem .8rem}.alerts-similar-summary{cursor:pointer;color:var(--st-text);padding:.15rem 0;font-size:.85rem;font-weight:600}.alerts-similar-summary:hover{color:var(--st-text)}.alerts-similar-list{flex-direction:column;gap:.5rem;margin:.55rem 0 0;padding:0;list-style:none;display:flex}.alerts-similar-row{border-top:1px solid var(--st-surface-3);padding-top:.5rem}.alerts-similar-row:first-child{border-top:none;padding-top:0}.alerts-similar-meta{align-items:center;gap:.6rem;margin-bottom:.2rem;display:flex}.alerts-similar-label{color:var(--st-primary);background:var(--st-primary-soft);border:1px solid var(--st-primary);border-radius:6px;padding:.08rem .42rem;font-size:.8rem;font-weight:700}.alerts-similar-distance{color:var(--st-muted);font-variant-numeric:tabular-nums;font-size:.78rem}.alerts-similar-sample{background:var(--st-surface-2);border:1px solid var(--st-border);color:var(--st-text);white-space:pre-wrap;word-break:break-all;border-radius:6px;padding:.4rem .55rem;font-family:Courier New,Consolas,monospace;font-size:.76rem;line-height:1.4;display:block}.alerts-table-class-cell{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.alerts-conf-dot{font-variant-numeric:tabular-nums;border:1px solid #0000;border-radius:999px;align-items:center;padding:.1rem .4rem;font-size:.72rem;font-weight:700;display:inline-flex}.alerts-conf-dot--confirmed{background:var(--sev-critical-bg);color:var(--sev-critical);border-color:var(--sev-critical-bg)}.alerts-conf-dot--suspicious{background:var(--sev-high-bg);color:var(--sev-high);border-color:var(--sev-high-bg)}.alerts-conf-dot--low{color:#3730a3;background:#e0e7ff;border-color:#a5b4fc}.alerts-conf-dot--unknown{background:var(--st-surface-2);color:var(--st-muted);border-color:var(--st-border-strong)}.alerts-anomaly-flag{color:#9d174d;cursor:help;align-items:center;font-size:.8rem;display:inline-flex}.alerts-ticket-action-btn--soon{opacity:.65;cursor:not-allowed;align-items:center;gap:.4rem;display:inline-flex}.alerts-soon-badge{text-transform:uppercase;letter-spacing:.04em;background:var(--st-primary-soft);color:var(--st-primary);border:1px solid var(--st-primary);border-radius:6px;align-items:center;padding:.08rem .32rem;font-size:.62rem;font-weight:700;display:inline-flex}.metric-card--benign{opacity:.85;border-style:dashed}.metric-card--benign strong{color:var(--st-muted)}.alerts-refresh-btn--active{background:var(--st-primary,#4338ca);color:var(--st-primary-contrast,#fff);border-color:var(--st-primary,#4338ca)}.reclassify-card{border:1px solid var(--st-border);background:var(--st-surface-2);border-radius:12px;gap:.75rem;margin-top:1rem;padding:1rem 1.25rem;display:grid}.reclassify-row{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.reclassify-progress-track{background:var(--st-surface-3,#94a3b840);border-radius:6px;flex:180px;height:8px;overflow:hidden}.reclassify-progress-fill{background:var(--st-primary,#4338ca);height:100%;transition:width .4s}:root[data-theme=dark] .alerts-status-tab--active .alerts-status-tab-badge{background:var(--sev-medium-bg);color:var(--sev-medium)}:root[data-theme=dark] .alerts-confidence-pill--low,:root[data-theme=dark] .alerts-conf-dot--low{color:#c7d2fe;background:#6366f12e;border-color:#6366f173}:root[data-theme=dark] .alerts-ticket-badge{color:#7dd3fc;background:#38bdf829}.toast-region{z-index:1000;pointer-events:none;flex-direction:column;gap:.5rem;max-width:min(92vw,26rem);display:flex;position:fixed;bottom:1.25rem;right:1.25rem}.toast{pointer-events:auto;border:1px solid var(--st-border);background:var(--st-surface);color:var(--st-text-strong);border-radius:8px;align-items:center;gap:.6rem;padding:.6rem .85rem;font-size:.88rem;animation:.18s toast-in;display:flex;box-shadow:0 6px 20px #0f172a2e}.toast--success{border-left:4px solid var(--sev-low)}.toast--error{border-left:4px solid var(--sev-critical)}.toast--info{border-left:4px solid var(--st-primary)}.toast-message{flex:1}.toast-close{color:var(--st-text-muted,var(--st-text));cursor:pointer;background:0 0;border:none;padding:0 .15rem;font-size:1.1rem;line-height:1}.toast-close:hover{color:var(--st-text-strong)}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.confirm-overlay{z-index:1100;background:#00000073;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}:root[data-theme=dark] .confirm-overlay{background:#000000b3}.confirm-dialog{background:var(--st-surface);color:var(--st-text);border:1px solid var(--st-border);border-radius:12px;width:100%;max-width:28rem;padding:1.25rem 1.4rem;box-shadow:0 20px 60px #0f172a4d}.confirm-dialog-title{color:var(--st-text-strong);margin:0 0 .5rem;font-size:1.1rem}.confirm-dialog-body{font-size:.92rem;line-height:1.5}.confirm-dialog-actions{justify-content:flex-end;gap:.6rem;margin-top:1.2rem;display:flex}.danger-button{border:1px solid var(--sev-critical);background:var(--sev-critical);color:#fff;cursor:pointer;border-radius:8px;padding:.5rem 1rem;font-weight:600}.danger-button:hover{filter:brightness(.95)}.danger-button:disabled{opacity:.6;cursor:default}.metric-unavailable{color:var(--st-muted);font-size:1.1rem;font-weight:600}.webhook-stat-caption{color:var(--st-muted);margin:.5rem 0 0;font-size:.78rem}:root[data-theme=dark] .provider-status,:root[data-theme=dark] .upload-selection-note,:root[data-theme=dark] .status-text,:root[data-theme=dark] .metric-card--low strong,:root[data-theme=dark] .framework-score-value--good,:root[data-theme=dark] .reports-risk--low{color:var(--sev-low)}:root[data-theme=dark] .status-dot,:root[data-theme=dark] .monitor-status-dot--running{background-color:var(--sev-low)}:root[data-theme=dark] .alerts-chat-msg--ai{border-left-color:var(--sev-low)}:root[data-theme=dark] .upload-dropzone:hover,:root[data-theme=dark] .segmented-control__button.is-active{border-color:var(--sev-medium)}:root[data-theme=dark] .analysis-spinner{border-top-color:var(--sev-medium)}:root[data-theme=dark] .upload-progress-fill{background:linear-gradient(90deg,#60a5fa,#93c5fd)}:root[data-theme=dark] .alerts-chat-msg--user{border-left-color:var(--sev-medium)}:root[data-theme=dark] .reports-risk--medium{color:var(--sev-medium)}:root[data-theme=dark] .alerts-chat-loader span{background:#7dd3fc}:root[data-theme=dark] .alerts-chat-markdown blockquote{border-left-color:#7dd3fc}:root[data-theme=dark] .export-modal-overlay{background:#000000b3}:root[data-theme=dark] .alerts-table thead,:root[data-theme=dark] .simple-table thead{background:var(--st-surface-3)}:root[data-theme=dark] .text-input:focus,:root[data-theme=dark] .webhook-token-input:focus,:root[data-theme=dark] .alerts-chat-input:focus,:root[data-theme=dark] .alerts-date-input:focus,:root[data-theme=dark] .alerts-ticket-search-input:focus,:root[data-theme=dark] .alerts-ticket-notes:focus,:root[data-theme=dark] .export-modal-select:focus,:root[data-theme=dark] .export-modal-input:focus,:root[data-theme=dark] .form-group input:focus,:root[data-theme=dark] .form-group select:focus{border-color:var(--st-primary-hover);box-shadow:0 0 0 3px #a78bfa59}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}.analysis-spinner,.status-dot,.skeleton-block,.skeleton-cell,.alerts-chat-loader span,.alerts-reclassify-btn--loading,.export-spinner{animation:none!important}}:root[data-theme=dark] .bar-track{background:var(--st-border)}:root[data-theme=dark] .alerts-chat-msg--loading{background:var(--st-surface-2);border-left-color:#38bdf8}:root[data-theme=dark] .alerts-chat-mode{color:#34d399}:root[data-theme=dark] .alerts-chat-markdown code{background:#ffffff1a}:root[data-theme=dark] .alerts-chat-markdown pre{background:#ffffff12}:root[data-theme=dark] .alerts-chat-markdown hr{border-top-color:var(--st-border)}:root[data-theme=dark] .alerts-status-tab--active{border-color:#60a5fa66}:root[data-theme=dark] .alerts-status-tab--active .alerts-status-tab-badge{background:#60a5fa33}:root[data-theme=dark] .alerts-status-tab--fp.alerts-status-tab--active{color:#f9a8d4;background:#9d174d33;border-color:#f9a8d466}:root[data-theme=dark] .alerts-status-tab--fp.alerts-status-tab--active .alerts-status-tab-badge{color:#f9a8d4;background:#9d174d40}:root[data-theme=dark] .alerts-status-pill--marked_as_fp{color:#f9a8d4;background:#9d174d33}:root[data-theme=dark] .alerts-confidence-pill--low{color:#a5b4fc;background:#6366f133;border-color:#a5b4fc66}:root[data-theme=dark] .alerts-confidence-pill--anomaly{color:#f9a8d4;background:#9d174d33;border-color:#f9a8d466}:root[data-theme=dark] .alerts-conf-dot--low{color:#a5b4fc;background:#6366f133;border-color:#a5b4fc66}:root[data-theme=dark] .alerts-anomaly-flag{color:#f9a8d4}:root[data-theme=dark] .alerts-similar-label,:root[data-theme=dark] .alerts-soon-badge{color:#c4b5fd;background:#6d28d933;border-color:#c4b5fd66}:root[data-theme=dark] .export-modal-progress{background:#6366f11f;border-color:#6366f159}:root[data-theme=dark] .export-modal-progress-text{color:#a5b4fc}:root[data-theme=dark] .export-spinner{border-color:#a5b4fc #6366f14d #6366f14d}:root[data-theme=dark] .webhook-test-button--danger{border-color:#f8717173}:root[data-theme=dark] .dashboard-notification--processing{border-color:#60a5fa4d}:root[data-theme=dark] .dashboard-notification--success{border-color:#4ade804d}
