:root{--background: 222 47% 11%;--foreground: 210 40% 98%;--card: 222 47% 14%;--card-foreground: 210 40% 98%;--primary: 210 100% 56%;--primary-foreground: 222 47% 11%;--secondary: 217 33% 22%;--secondary-foreground: 210 40% 98%;--muted: 217 33% 18%;--muted-foreground: 215 20% 65%;--accent: 217 33% 22%;--accent-foreground: 210 40% 98%;--destructive: 0 84% 60%;--destructive-foreground: 210 40% 98%;--border: 217 33% 22%;--input: 217 33% 22%;--ring: 210 100% 56%;--radius: .5rem;color-scheme:dark}*{box-sizing:border-box;border-color:hsl(var(--border));scrollbar-width:thin;scrollbar-color:hsl(217 33% 28%) transparent}body{margin:0;background:hsl(var(--background));color:hsl(var(--foreground));font:14px/1.5 Inter,system-ui,-apple-system,sans-serif}button,input,select,textarea{font:inherit}button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:36px;padding:8px 16px;border:1px solid hsl(var(--input));border-radius:6px;background:transparent;color:inherit;font-size:14px;font-weight:500;line-height:18px;cursor:pointer;transition:background .15s,color .15s}button:hover{background:hsl(var(--accent))}button:disabled{opacity:.5;cursor:not-allowed}button.primary{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-color:transparent}button.primary:hover{background:hsl(var(--primary) / .9)}button.icon{padding:8px;width:36px;height:36px;flex-shrink:0}button.subtle{border-color:transparent;padding:4px 8px;font-size:12px}button.danger{background:hsl(var(--destructive));border-color:transparent;color:hsl(var(--destructive-foreground))}:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:3px}input,select,textarea{background:hsl(var(--background));border:1px solid hsl(var(--input));border-radius:6px;color:inherit;padding:8px 12px;width:100%;min-height:36px}input::placeholder{color:hsl(var(--muted-foreground))}a{color:hsl(var(--primary))}h1{font-size:20px;line-height:28px;font-weight:600;margin:0}h2{font-size:14px;font-weight:600;letter-spacing:-.025em;margin:0}h3{font-size:16px}h4{font-size:14px;margin-bottom:8px}p{line-height:1.6}.muted,small,.subtitle{color:hsl(var(--muted-foreground))}small{display:block;font-size:12px}.app{display:flex;min-height:100vh}aside{position:fixed;inset:0 auto 0 0;width:256px;background:hsl(var(--card));border-right:1px solid hsl(var(--border));display:flex;flex-direction:column;z-index:30}.brand{display:flex;align-items:center;gap:8px;padding:20px 24px;border-bottom:1px solid hsl(var(--border));font-weight:700;font-size:14px;letter-spacing:.025em;min-height:81px}.brand>svg{width:32px;height:32px;padding:8px;border-radius:8px;background:hsl(var(--primary));color:hsl(var(--primary-foreground));flex-shrink:0}.brand span{display:block;color:hsl(var(--muted-foreground));font-size:12px;font-weight:400;letter-spacing:normal}nav{padding:8px 12px;flex:1;overflow:auto}nav button{width:100%;justify-content:flex-start;gap:12px;margin-bottom:2px;border:0;padding:8px 12px;min-height:36px;font-weight:400;color:hsl(var(--muted-foreground))}nav button svg{width:16px;height:16px}nav button.active{background:hsl(var(--primary) / .1);color:hsl(var(--primary))}nav button:hover{color:hsl(var(--foreground))}footer{border-top:1px solid hsl(var(--border));padding:8px 12px}footer>button{width:100%;justify-content:flex-start;border:0;color:hsl(var(--muted-foreground));font-size:12px}.account{display:flex;gap:10px;align-items:center;padding:6px 4px 12px}.account>div{min-width:0}.account strong{display:block;font-size:12px;font-weight:500;overflow-wrap:anywhere}.account small{font-size:10px}.avatar{display:flex;align-items:center;justify-content:center;width:32px;height:32px;flex-shrink:0;background:hsl(var(--muted));border:1px solid hsl(var(--border));border-radius:50%;font-size:12px;color:hsl(var(--muted-foreground))}.workspace{margin-left:256px;width:calc(100% - 256px);padding:0 24px 24px}.workspace>header{min-height:65px;margin:0 -24px 24px;padding:12px 24px;border-bottom:1px solid hsl(var(--border));display:flex;align-items:center;justify-content:space-between;gap:16px;background:hsl(var(--card))}.subtitle{font-size:12px;margin:3px 0 0}.panel{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:8px;box-shadow:0 1px 2px #0000000d;overflow:hidden}.panel-head{padding:16px 16px 12px;display:flex;justify-content:space-between;align-items:center;gap:12px}.panel-head>svg{color:hsl(var(--muted-foreground))}.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:20px}.stat{padding:20px;display:flex;flex-direction:row-reverse;align-items:flex-start;justify-content:space-between;gap:12px}.stat div>span{color:hsl(var(--muted-foreground));font-size:12px;text-transform:uppercase;letter-spacing:.025em}.stat strong{display:block;font-size:30px;font-weight:700;line-height:36px;margin-top:4px;font-variant-numeric:tabular-nums}.stat-icon{padding:8px;border-radius:8px;display:flex}.blue{color:#60a5fa;background:#3b82f61a}.green{color:#4ade80;background:#22c55e1a}.red{color:#f87171;background:#ef44441a}.amber{color:#fbbf24;background:#f59e0b1a}.inventory{margin-bottom:20px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:20px}.policy-line{display:flex;align-items:center;gap:12px;padding:12px 20px;color:hsl(var(--muted-foreground))}.policy-line:last-child{padding-bottom:20px}.policy-line strong{font-weight:500;color:hsl(var(--foreground))}.round-icon{width:32px;height:32px;display:grid;place-items:center;flex-shrink:0;border-radius:8px;background:hsl(var(--muted))}.round-icon svg{width:18px}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:14px;white-space:nowrap}th{text-align:left;padding:10px 12px;font-size:12px;text-transform:uppercase;letter-spacing:.025em;color:hsl(var(--muted-foreground));font-weight:500;border-bottom:1px solid hsl(var(--border))}td{padding:12px;border-bottom:1px solid hsl(var(--border));font-size:13px}td strong{font-weight:500}tr:last-child td{border:0}tbody tr:hover{background:hsl(var(--accent) / .25)}.empty{padding:42px 24px;text-align:center;color:hsl(var(--muted-foreground))}.empty>svg{color:hsl(var(--muted-foreground) / .5);width:48px;height:48px;margin-bottom:8px}.empty h2{font-size:16px;color:hsl(var(--foreground));letter-spacing:normal}.empty p{font-size:14px;margin:8px auto 20px;max-width:450px}.empty button{margin:auto}.badge{display:inline-flex;padding:2px 8px;border-radius:999px;font-size:11px;line-height:18px;font-weight:500;text-transform:capitalize;color:#94a3b8;background:#64748b1a}.critical,.failed,.error{color:#f87171;background:#ef44441a}.high,.partial,.stale{color:#fb923c;background:#f973161a}.medium,.pending,.queued{color:#facc15;background:#eab3081a}.low,.running,.owner{color:#60a5fa;background:#3b82f61a}.connected,.completed,.healthy,.ok,.success{color:#4ade80;background:#22c55e1a}.filters{display:flex;gap:12px;padding:16px}.filters input{max-width:400px}.filters select{width:180px}.alert,.notice{display:flex;align-items:center;justify-content:space-between;gap:12px;border-radius:6px;padding:12px 16px;margin-bottom:16px;font-size:13px;overflow-wrap:anywhere}.alert{color:#f87171;background:#ef44441a;border:1px solid #ef44444d}.notice{color:#4ade80;background:#22c55e1a;border:1px solid #22c55e4d}.loading{font-size:12px;color:hsl(var(--muted-foreground));margin-bottom:12px}.settings{max-width:720px;padding:24px}.field{display:flex;flex-direction:column;gap:6px;margin:16px 0;font-size:14px;font-weight:500}.check{display:flex;align-items:center;gap:10px;margin:14px 0;color:hsl(var(--muted-foreground))}.check input{width:16px;min-height:16px;accent-color:hsl(var(--primary))}dl{display:grid;grid-template-columns:150px 1fr;gap:12px;font-size:13px;margin:24px 0}dt{color:hsl(var(--muted-foreground))}dd{margin:0;overflow-wrap:anywhere}.mono,pre,.script{font-family:ui-monospace,SFMono-Regular,monospace}dialog{background:hsl(var(--card));color:hsl(var(--foreground));border:1px solid hsl(var(--border));border-radius:8px;padding:24px;width:min(680px,calc(100% - 32px));max-height:90vh;overflow:auto;box-shadow:0 20px 50px #0005}dialog::backdrop{background:#0009}.modal-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.modal-head h2{font-size:18px}.script{width:100%;height:280px;background:#111827;color:#4ade80;font-size:12px;white-space:pre;resize:vertical;padding:16px}.button-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin:20px 0}.danger-zone{margin-top:24px;border-top:1px solid hsl(var(--border));padding-top:16px}.danger-zone summary{color:#f87171;cursor:pointer}.danger-zone p{color:hsl(var(--muted-foreground));font-size:13px}.finding-detail pre{font-size:12px;white-space:pre-wrap;overflow-wrap:anywhere;background:hsl(var(--background));padding:14px;border-radius:6px}.finding-item{border-top:1px solid hsl(var(--border));padding:12px 0}.finding-item summary{cursor:pointer}.finding-item summary .badge{margin-right:10px}.coverage{padding:0;list-style:none}.coverage li{padding:12px 0;border-bottom:1px solid hsl(var(--border))}.coverage li>strong{margin-right:12px}.coverage p{margin:6px 0;color:hsl(var(--muted-foreground));font-size:13px}.auth{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:32px}.auth-card{width:100%;max-width:384px}.auth-card .brand{padding:0;border:0;margin-bottom:32px;min-height:32px}.auth-card h1{font-size:24px;font-weight:700;line-height:32px}.auth-card>p{color:hsl(var(--muted-foreground));margin:4px 0 28px}.wide{width:100%;margin-top:16px}.auth-foot{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:28px;color:hsl(var(--muted-foreground));font-size:12px}.splash{min-height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;color:hsl(var(--muted-foreground))}.mobile-toggle{display:none}.danger-text{color:#fb923c}@media(max-width:900px){.stats{grid-template-columns:repeat(2,minmax(0,1fr))}.two-col{grid-template-columns:1fr}.stat{padding:16px}.workspace{padding:0 16px 16px}.workspace>header{margin-left:-16px;margin-right:-16px;padding:12px 16px}}@media(max-width:767px){aside{transform:translate(-100%);transition:transform .2s}aside.open{transform:translate(0);box-shadow:0 0 0 100vw #0007}.workspace{margin-left:0;width:100%}.workspace>header{padding-left:60px}.mobile-toggle{display:flex;position:fixed;top:14px;left:12px;z-index:40;background:hsl(var(--card))}.open .brand{padding-left:60px}.workspace>header h1{font-size:18px}.workspace>header .primary{font-size:12px;padding:8px 10px}.subtitle{display:none}.filters{flex-wrap:wrap}.filters input,.filters select{max-width:none;width:100%}.empty{padding:32px 16px}.settings{padding:16px}dl{grid-template-columns:1fr;gap:4px}dd{margin-bottom:10px}dialog{padding:20px}.stat-icon svg{width:22px}.stat div>span{font-size:11px}}.workspace>header{min-height:56px;height:56px;background:transparent;padding-top:8px;padding-bottom:8px}.stat-icon{padding:0;background:transparent;border-radius:0}.stat-icon svg{width:20px;height:20px}.stat-icon.blue{color:hsl(var(--muted-foreground))}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;animation:none!important}}.workspace>header h1{font-size:16px;line-height:24px}.auth{padding:0;align-items:stretch}.auth-form-area{flex:1;display:flex;align-items:center;justify-content:center;padding:32px}.feature-panel{width:40%;flex-shrink:0;display:flex;flex-direction:column;justify-content:space-between;padding:48px;background:#030712;color:#fff}.feature-panel .brand{padding:0;border:0;min-height:36px;font-size:20px;letter-spacing:-.025em;gap:12px}.feature-panel .brand>svg{width:36px;height:36px;padding:9px;border-radius:12px}.feature-panel h2{font-size:30px;font-weight:700;line-height:1.375;letter-spacing:normal}.feature-panel p{font-size:14px;color:#9ca3af;line-height:1.625}.feature-highlight{display:flex;gap:12px;align-items:center;margin-top:40px;margin-bottom:12px}.feature-highlight>svg{width:32px;height:32px;padding:6px;color:hsl(var(--primary));background:hsl(var(--primary) / .2);border-radius:8px}.feature-panel>small{color:#4b5563;font-size:12px}.auth-card>.brand{display:none}hr{border:0;border-top:1px solid hsl(var(--border));margin:28px 0}@media(max-width:1023px){.feature-panel{width:41.6667%;padding:40px}}@media(max-width:767px){.feature-panel{display:none}.auth-card>.brand{display:flex}.workspace>header{min-height:64px}}
