*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--font-sans: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;--font-mono: ui-monospace, "SF Mono", "Cascadia Code", monospace;--radius-xl: 30px;--radius-lg: 24px;--radius-md: 18px;--radius-sm: 12px;--radius-xs: 8px;--radius-pill: 999px;--cyan: #5ee1c8;--cyan-glow: rgba(94, 225, 200, .18);--blue-light: #74d8ff;--severity-critical: #f87171;--severity-critical-bg: rgba(248, 113, 113, .12);--severity-high: #fb923c;--severity-high-bg: rgba(251, 146, 60, .12);--severity-medium: #fbbf24;--severity-medium-bg: rgba(251, 191, 36, .12);--severity-low: #34d399;--severity-low-bg: rgba(52, 211, 153, .12);--color-success: #34d399;--color-warning: #fbbf24;--color-error: #f87171;--color-info: #60a5fa}:root,[data-theme=dark]{--bg: #08111f;--bg-gradient: radial-gradient(ellipse 80% 60% at 20% -10%, rgba(94, 225, 200, .06) 0%, transparent 55%), radial-gradient(ellipse 60% 40% at 80% 110%, rgba(37, 99, 235, .08) 0%, transparent 50%);--surface: rgba(11, 20, 36, .86);--surface-strong: #0f172a;--surface-soft: rgba(15, 23, 42, .84);--surface-card: rgba(11, 20, 36, .86);--text: #e5eefb;--text-muted: #94a3b8;--text-faint: #4a5d77;--accent: #60a5fa;--accent-gradient: linear-gradient(135deg, #60a5fa, #1d4ed8);--frame: rgba(11, 20, 36, .92);--frame-line: rgba(148, 163, 184, .12);--line: rgba(148, 163, 184, .12);--shadow: 0 18px 40px rgba(2, 6, 23, .35);--shadow-soft: 0 12px 30px rgba(2, 6, 23, .28);--shadow-lg: 0 24px 56px rgba(2, 6, 23, .45);--grid-dots: rgba(148, 163, 184, .07);--input-bg: rgba(15, 23, 42, .7);--input-border: rgba(148, 163, 184, .18);--input-focus: rgba(96, 165, 250, .4);--btn-text: #ffffff;--btn-ghost-bg: rgba(255, 255, 255, .06);--btn-ghost-hover: rgba(255, 255, 255, .1);--nav-link: #b8c2d7;--nav-link-hover: #f8fbff;--nav-active-bg: linear-gradient(135deg, #5ee1c8, #74d8ff);--nav-active-text: #061019;--nav-active-shadow: 0 12px 24px rgba(94, 225, 200, .18);--sidebar-bg: rgba(8, 17, 31, .96);--sidebar-border: rgba(148, 163, 184, .1);--header-bg: rgba(8, 13, 22, .96)}[data-theme=light]{--bg: #f5f8fc;--bg-gradient: radial-gradient(ellipse 80% 60% at 20% -10%, rgba(37, 99, 235, .06) 0%, transparent 55%);--surface: rgba(255, 255, 255, .88);--surface-strong: #ffffff;--surface-soft: rgba(255, 255, 255, .7);--surface-card: rgba(255, 255, 255, .88);--text: #0f172a;--text-muted: #475569;--text-faint: #94a3b8;--accent: #2563eb;--accent-gradient: linear-gradient(135deg, #2563eb, #1d4ed8);--frame: rgba(255, 255, 255, .88);--frame-line: rgba(255, 255, 255, .65);--line: rgba(15, 23, 42, .1);--shadow: 0 18px 40px rgba(15, 23, 42, .08);--shadow-soft: 0 12px 30px rgba(15, 23, 42, .05);--shadow-lg: 0 24px 56px rgba(15, 23, 42, .12);--grid-dots: rgba(15, 23, 42, .07);--input-bg: rgba(255, 255, 255, .9);--input-border: rgba(15, 23, 42, .15);--input-focus: rgba(37, 99, 235, .4);--btn-text: #ffffff;--btn-ghost-bg: rgba(15, 23, 42, .05);--btn-ghost-hover: rgba(15, 23, 42, .09);--nav-link: #475569;--nav-link-hover: #0f172a;--nav-active-bg: linear-gradient(135deg, #5ee1c8, #74d8ff);--nav-active-text: #061019;--nav-active-shadow: 0 8px 20px rgba(94, 225, 200, .22);--sidebar-bg: rgba(255, 255, 255, .96);--sidebar-border: rgba(15, 23, 42, .08);--header-bg: rgba(255, 255, 255, .94)}html{font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{background-color:var(--bg);background-image:var(--bg-gradient);background-attachment:fixed;color:var(--text);min-height:100vh;font-size:.9375rem;line-height:1.65;letter-spacing:-.01em;transition:background .22s ease,color .22s ease}#root{min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.05;letter-spacing:-.04em;color:var(--text)}h1{font-size:clamp(1.8rem,4vw,2.8rem)}h2{font-size:clamp(1.4rem,2.5vw,2rem)}h3{font-size:clamp(1.15rem,2vw,1.5rem)}h4{font-size:1.15rem}p{color:var(--text-muted);line-height:1.7}a{color:var(--accent);text-decoration:none;transition:opacity .16s ease}a:hover{opacity:.8}.dw-app-shell{display:grid;grid-template-columns:240px 1fr;grid-template-rows:auto 1fr;min-height:100vh}.dw-sidebar{grid-row:1 / -1;background:var(--sidebar-bg);border-right:1px solid var(--sidebar-border);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);position:sticky;top:0;height:100vh;overflow-y:auto;display:flex;flex-direction:column;padding:1.25rem 0;z-index:30}.dw-main{grid-column:2;display:flex;flex-direction:column;min-height:100vh}.dw-topbar{position:sticky;top:0;z-index:20;background:var(--header-bg);border-bottom:1px solid var(--line);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;height:60px}.dw-page{flex:1;padding:2rem 1.75rem;max-width:1280px;width:100%;margin:0 auto}.dw-brand{display:flex;align-items:center;gap:.65rem;padding:0 1rem 1.25rem;border-bottom:1px solid var(--line);margin-bottom:.75rem}.dw-brand-name{font-size:.9rem;font-weight:700;letter-spacing:-.02em;color:var(--text);line-height:1.2}.dw-brand-name span{color:var(--cyan)}.dw-brand-sub{font-size:.68rem;color:var(--text-muted);font-weight:500;letter-spacing:.06em;text-transform:uppercase}.dw-nav{flex:1;display:flex;flex-direction:column;gap:2px;padding:0 .75rem}.dw-nav-section{font-size:.65rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-faint);padding:.75rem .5rem .25rem}.dw-nav-link{display:flex;align-items:center;gap:.65rem;padding:.55rem .75rem;border-radius:var(--radius-pill);color:var(--nav-link);font-size:.875rem;font-weight:600;transition:background .16s ease,color .16s ease;text-decoration:none}.dw-nav-link:hover{background:var(--btn-ghost-hover);color:var(--nav-link-hover);opacity:1}.dw-nav-link.active{background:var(--nav-active-bg);color:var(--nav-active-text);box-shadow:var(--nav-active-shadow)}.dw-nav-icon{width:18px;height:18px;flex-shrink:0;opacity:.7}.dw-nav-link.active .dw-nav-icon{opacity:1}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:38px;padding:0 1rem;border-radius:var(--radius-pill);font-family:var(--font-sans);font-size:.875rem;font-weight:700;cursor:pointer;border:1px solid transparent;transition:transform .16s ease,box-shadow .16s ease,background .16s ease,opacity .16s ease;white-space:nowrap;text-decoration:none}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.btn-primary{background:var(--accent-gradient);color:var(--btn-text);border-color:transparent;box-shadow:0 14px 24px #2563eb38}.btn-primary:hover{box-shadow:0 18px 32px #2563eb4d}.btn-ghost{background:var(--btn-ghost-bg);color:var(--text);border-color:var(--line)}.btn-ghost:hover{background:var(--btn-ghost-hover)}.btn-danger{background:#f871711f;color:var(--severity-critical);border-color:#f8717140}.btn-danger:hover{background:#f8717133}.btn-sm{min-height:30px;padding:0 .65rem;font-size:.8rem}.btn-lg{min-height:46px;padding:0 1.5rem;font-size:.9375rem}.card{background:var(--surface-card);border:1px solid var(--frame-line);border-radius:var(--radius-xl);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:var(--shadow-soft);padding:1.5rem;transition:transform .18s ease,box-shadow .18s ease}.card-sm{padding:1rem;border-radius:var(--radius-lg)}.card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.card-static:hover{transform:none;box-shadow:var(--shadow-soft)}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.card-title{font-size:.875rem;font-weight:700;letter-spacing:-.02em;color:var(--text)}.card-subtitle{font-size:.75rem;color:var(--text-muted);margin-top:.15rem}.stat-card{background:var(--surface-soft);border:1px solid var(--line);border-radius:var(--radius-lg);padding:1.25rem;display:flex;flex-direction:column;gap:.4rem}.stat-value{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;letter-spacing:-.04em;color:var(--text);line-height:1}.stat-label{font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}.stat-delta{font-size:.8rem;font-weight:600;margin-top:.25rem}.badge{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .6rem;border-radius:var(--radius-pill);font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.badge-critical{background:var(--severity-critical-bg);color:var(--severity-critical);border:1px solid rgba(248,113,113,.25)}.badge-high{background:var(--severity-high-bg);color:var(--severity-high);border:1px solid rgba(251,146,60,.25)}.badge-medium{background:var(--severity-medium-bg);color:var(--severity-medium);border:1px solid rgba(251,191,36,.25)}.badge-low{background:var(--severity-low-bg);color:var(--severity-low);border:1px solid rgba(52,211,153,.25)}.badge-success{background:#34d3991f;color:var(--color-success);border:1px solid rgba(52,211,153,.25)}.badge-warning{background:#fbbf241f;color:var(--color-warning);border:1px solid rgba(251,191,36,.25)}.badge-info{background:#60a5fa1f;color:var(--color-info);border:1px solid rgba(96,165,250,.25)}.badge-neutral{background:#94a3b81a;color:var(--text-muted);border:1px solid rgba(148,163,184,.2)}.status-dot{display:inline-block;width:7px;height:7px;border-radius:50%;flex-shrink:0}.status-dot-green{background:var(--color-success)}.status-dot-amber{background:var(--color-warning)}.status-dot-red{background:var(--color-error)}.status-dot-blue{background:var(--color-info)}.status-dot-gray{background:var(--text-faint)}.table-wrap{overflow-x:auto;border-radius:var(--radius-lg);border:1px solid var(--line)}table{width:100%;border-collapse:collapse;font-size:.875rem}thead th{padding:.75rem 1rem;text-align:left;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);background:var(--surface-soft);border-bottom:1px solid var(--line);white-space:nowrap}tbody td{padding:.85rem 1rem;border-bottom:1px solid var(--line);color:var(--text);vertical-align:middle}tbody tr:last-child td{border-bottom:none}tbody tr{transition:background .12s ease}tbody tr:hover{background:#ffffff06}[data-theme=light] tbody tr:hover{background:#0f172a06}.form-group{display:flex;flex-direction:column;gap:.4rem}label{font-size:.8rem;font-weight:600;color:var(--text-muted);letter-spacing:.02em}input[type=text],input[type=email],input[type=password],input[type=search],select,textarea{width:100%;background:var(--input-bg);border:1px solid var(--input-border);border-radius:var(--radius-sm);color:var(--text);font-family:var(--font-sans);font-size:.875rem;padding:.6rem .875rem;outline:none;transition:border-color .16s ease,box-shadow .16s ease}input:focus,select:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--input-focus)}input::placeholder,textarea::placeholder{color:var(--text-faint)}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2394a3b8' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .875rem center;padding-right:2rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#020617b3;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem}.modal{background:var(--surface-strong);border:1px solid var(--line);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);width:100%;max-width:520px;max-height:90vh;overflow-y:auto;padding:1.75rem}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.modal-title{font-size:1.1rem;font-weight:700;letter-spacing:-.03em}.modal-close{background:none;border:none;cursor:pointer;color:var(--text-muted);font-size:1.25rem;line-height:1;padding:.25rem;border-radius:var(--radius-xs);transition:color .16s ease,background .16s ease}.modal-close:hover{color:var(--text);background:var(--btn-ghost-hover)}.modal-footer{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--line)}.page-header{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:1.75rem}.page-title{font-size:clamp(1.2rem,2.5vw,1.6rem);font-weight:700;letter-spacing:-.04em}.page-subtitle{font-size:.875rem;color:var(--text-muted);margin-top:.2rem;font-weight:400;letter-spacing:0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;margin-bottom:1.75rem}.filter-bar{display:flex;align-items:center;flex-wrap:wrap;gap:.6rem;margin-bottom:1.25rem}.filter-bar input[type=search]{width:auto;min-width:200px}.empty-state{text-align:center;padding:3.5rem 2rem;color:var(--text-muted)}.empty-state-icon{font-size:2.5rem;margin-bottom:.75rem;opacity:.4}.empty-state h3{font-size:1rem;color:var(--text);margin-bottom:.4rem}.empty-state p{font-size:.875rem}.spinner{width:20px;height:20px;border:2px solid var(--line);border-top-color:var(--accent);border-radius:50%;animation:spin .75s linear infinite;flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.loading-center{display:flex;justify-content:center;align-items:center;padding:4rem}.alert{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;border-radius:var(--radius-sm);font-size:.875rem;border:1px solid}.alert-error{background:#f8717114;border-color:#f8717140;color:var(--severity-critical)}.alert-warning{background:#fbbf2414;border-color:#fbbf2440;color:var(--severity-medium)}.alert-success{background:#34d39914;border-color:#34d39940;color:var(--color-success)}.alert-info{background:#60a5fa14;border-color:#60a5fa40;color:var(--color-info)}.flex{display:flex}.flex-col{display:flex;flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.text-muted{color:var(--text-muted)}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.font-mono{font-family:var(--font-mono)}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.w-full{width:100%}@media (max-width: 900px){.dw-app-shell{grid-template-columns:1fr}.dw-sidebar{display:none}.dw-main{grid-column:1}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.dw-page{padding:1.25rem 1rem}.stats-grid{grid-template-columns:1fr 1fr}.page-header{flex-direction:column}}.tabs{display:flex;gap:2px;border-bottom:1px solid var(--line);margin-bottom:1.5rem;overflow-x:auto}.tab{padding:.6rem 1rem;font-size:.875rem;font-weight:600;color:var(--text-muted);border-bottom:2px solid transparent;cursor:pointer;white-space:nowrap;background:none;border-top:none;border-left:none;border-right:none;font-family:var(--font-sans);transition:color .16s ease}.tab:hover{color:var(--text)}.tab.active{color:var(--accent);border-bottom-color:var(--accent)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--line);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-faint)}
