:root{--background:#09090b;--foreground:#fafafa;--card:#09090b;--card-foreground:#fafafa;--popover:#09090b;--popover-foreground:#fafafa;--primary:#fafafa;--primary-foreground:#18181b;--secondary:#27272a;--secondary-foreground:#fafafa;--muted:#27272a;--muted-foreground:#a1a1aa;--accent:#27272a;--accent-foreground:#fafafa;--destructive:#ef4444;--destructive-foreground:#fafafa;--border:#27272a;--input:#27272a;--ring:#d4d4d8;--radius:.5rem}body{background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;min-height:100vh;margin:0;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol}.shadcn-layout{min-height:100vh;display:flex}.shadcn-sidebar{border-right:1px solid var(--border);box-sizing:border-box;background-color:#09090b;flex-direction:column;width:250px;padding:1.5rem 1rem;display:flex}.shadcn-sidebar .sidebar-brand{border-bottom:1px solid var(--border);align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.shadcn-sidebar .sidebar-brand .brand-logo{width:22px;height:22px;color:var(--foreground)}.shadcn-sidebar .sidebar-brand .brand-name{letter-spacing:-.025em;font-size:1.1rem;font-weight:700}.shadcn-sidebar .sidebar-nav{flex-direction:column;flex-grow:1;gap:.25rem;display:flex}.shadcn-sidebar .sidebar-nav .nav-link{color:var(--muted-foreground);text-align:left;cursor:pointer;border-radius:var(--radius);background:0 0;border:none;padding:.6rem .85rem;font-size:.875rem;font-weight:500;transition:background-color .2s,color .2s}.shadcn-sidebar .sidebar-nav .nav-link:hover{background-color:var(--accent);color:var(--accent-foreground)}.shadcn-sidebar .sidebar-nav .nav-link.active{background-color:var(--accent);color:var(--accent-foreground);font-weight:600}.shadcn-sidebar .sidebar-footer{border-top:1px solid var(--border);flex-direction:column;align-items:stretch;gap:.75rem;padding-top:1rem;display:flex}.shadcn-sidebar .sidebar-footer .user-info-row{align-items:center;gap:.5rem;display:flex}.shadcn-sidebar .sidebar-footer .user-indicator{background-color:#10b981;border-radius:50%;flex-shrink:0;width:8px;height:8px;display:inline-block}.shadcn-sidebar .sidebar-footer .user-lbl{color:var(--muted-foreground);word-break:break-all;font-size:.8rem;font-weight:600}.shadcn-sidebar .sidebar-footer .logout-btn{justify-content:center;width:100%}.shadcn-main{box-sizing:border-box;flex-grow:1;max-width:1200px;margin:0 auto;padding:2.5rem;overflow-y:auto}.shadcn-main .main-header{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.shadcn-main .main-header h1{letter-spacing:-.025em;margin:0;font-size:1.875rem;font-weight:700}.shadcn-main .main-header .subtitle{color:var(--muted-foreground);margin:.4rem 0 0;font-size:.875rem}.shadcn-main .main-header .header-status-badge{background-color:#ffffff05;border:1px solid;border-radius:9999px;align-items:center;gap:.5rem;padding:.3rem .85rem;font-size:.8rem;display:flex}.shadcn-main .main-header .header-status-badge .pulse-dot{border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse-glow}.security-scan-banner{color:#f97316;border-radius:var(--radius);background-color:#f9731614;border:1px solid #f9731633;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;display:flex}.security-scan-banner .spinner{border:2px solid;border-right-color:#0000;border-radius:50%;width:14px;height:14px;animation:.8s linear infinite rotate-spin}.security-scan-banner p{margin:0}.shadcn-stats-row{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2.5rem;display:grid}.shadcn-stats-row .stats-card{border:1px solid var(--border);border-radius:var(--radius);background-color:#09090b;flex-direction:column;padding:1.5rem;display:flex}.shadcn-stats-row .stats-card .lbl{text-transform:uppercase;color:var(--muted-foreground);letter-spacing:.05em;font-size:.75rem;font-weight:600}.shadcn-stats-row .stats-card .val{letter-spacing:-.05em;margin:.5rem 0;font-size:2.25rem;font-weight:700}.shadcn-stats-row .stats-card .sub{color:var(--muted-foreground);font-size:.75rem}.home-content-grid{grid-template-columns:1.4fr 1fr;align-items:start;gap:2rem;display:grid}@media (max-width:900px){.home-content-grid{grid-template-columns:1fr}}.home-content-grid .left-grid-card,.home-content-grid .right-grid-card{border:1px solid var(--border);border-radius:var(--radius);background-color:#09090b;padding:1.5rem}:is(.home-content-grid .left-grid-card,.home-content-grid .right-grid-card) h2{letter-spacing:-.015em;margin-top:0;margin-bottom:1.25rem;font-size:1.1rem;font-weight:600}.home-project-list{flex-direction:column;gap:1rem;display:flex}.home-project-list .home-project-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding-bottom:.75rem;display:flex}.home-project-list .home-project-row:last-child{border-bottom:none;padding-bottom:0}.home-project-list .home-project-row .proj-title{font-size:.9rem;font-weight:600;display:block}.home-project-list .home-project-row .proj-sub{color:var(--muted-foreground);margin-top:.15rem;font-size:.75rem;display:block}.home-project-list .home-project-row .row-sparkline{align-items:center;gap:.5rem;display:flex}.home-project-list .home-project-row .row-sparkline .spark-svg{width:100px;height:24px;overflow:visible}.home-project-list .home-project-row .row-sparkline .spark-latency{color:var(--muted-foreground);font-family:monospace;font-size:.8rem;font-weight:600}.home-project-list .home-project-row .status-indicator-badge{border-radius:9999px;align-items:center;gap:.35rem;padding:.15rem .5rem;font-size:.7rem;font-weight:700;display:inline-flex}.home-project-list .home-project-row .status-indicator-badge .bullet{border-radius:50%;width:5px;height:5px}.security-clean-box{text-align:center;flex-direction:column;align-items:center;padding:2.5rem 1rem;display:flex}.security-clean-box .clean-shield{width:44px;height:44px;margin-bottom:1rem}.security-clean-box .clean-shield.large{width:56px;height:56px}.security-clean-box .clean-title{margin:0;font-size:.95rem;font-weight:600}.security-clean-box .clean-desc{color:var(--muted-foreground);margin-top:.25rem;font-size:.8rem}.security-clean-box.centered-large{border:1px solid var(--border);border-radius:var(--radius);background-color:#09090b;margin-top:2rem;padding:4rem 2rem}.security-donut-box{justify-content:space-around;align-items:center;gap:1rem;padding:.5rem 0;display:flex}.security-donut-box .svg-chart{width:120px;height:120px;position:relative}.security-donut-box .svg-chart .donut-segment{transform-origin:50%}.security-donut-box .svg-chart .donut-text{flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.security-donut-box .svg-chart .donut-text .num{font-size:1.5rem;font-weight:700;line-height:1}.security-donut-box .svg-chart .donut-text .desc{color:var(--muted-foreground);margin-top:.2rem;font-size:.7rem}.security-donut-box .chart-legend{flex-direction:column;gap:.5rem;display:flex}.security-donut-box .chart-legend .legend-row{align-items:center;gap:.5rem;font-size:.8rem;display:flex}.security-donut-box .chart-legend .legend-row .color-dot{border-radius:50%;width:7px;height:7px}.security-donut-box .chart-legend .legend-row .lbl{color:var(--muted-foreground);min-width:60px}.security-donut-box .chart-legend .legend-row .count{font-weight:700}.view-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.view-header h2{margin:0;font-size:1.25rem;font-weight:600}.view-header.flex-column-start{flex-direction:column;align-items:flex-start;gap:.35rem}.view-header.flex-column-start .subtitle{color:var(--muted-foreground);margin:0;font-size:.85rem}.projects-grid-list{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.projects-grid-list .project-list-card{border:1px solid var(--border);border-radius:var(--radius);background-color:#09090b;flex-direction:column;justify-content:space-between;min-height:250px;padding:1.5rem;display:flex;position:relative}.projects-grid-list .project-list-card.disabled{opacity:.6}.projects-grid-list .project-list-card .card-header-bar{justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem;display:flex}.projects-grid-list .project-list-card .card-header-bar h3{margin:0;font-size:1.1rem;font-weight:600}.projects-grid-list .project-list-card .card-header-bar .badge-env{color:var(--muted-foreground);background-color:var(--secondary);border-radius:3px;margin-top:.25rem;padding:.1rem .4rem;font-size:.7rem;font-weight:700;display:inline-block}.projects-grid-list .project-list-card .card-header-bar .status-label{align-items:center;gap:.35rem;font-size:.75rem;font-weight:700;display:flex}.projects-grid-list .project-list-card .card-header-bar .status-label .dot{border-radius:50%;width:5px;height:5px}.projects-grid-list .project-list-card .card-desc-table{flex-direction:column;flex-grow:1;gap:.4rem;margin-bottom:1.5rem;display:flex}.projects-grid-list .project-list-card .card-desc-table .desc-row{justify-content:space-between;font-size:.8rem;display:flex}.projects-grid-list .project-list-card .card-desc-table .desc-row .lbl{color:var(--muted-foreground)}.projects-grid-list .project-list-card .card-desc-table .desc-row .val{text-overflow:ellipsis;white-space:nowrap;max-width:160px;color:var(--foreground);font-weight:500;overflow:hidden}.projects-grid-list .project-list-card .card-actions-footer{border-top:1px solid var(--border);justify-content:flex-end;gap:.5rem;padding-top:1rem;display:flex}.scenarios-table-card,.vulnerabilities-table-card,.logs-table-card{border:1px solid var(--border);border-radius:var(--radius);background-color:#09090b;margin-top:1rem;overflow:hidden}.shadcn-table{border-collapse:collapse;text-align:left;width:100%;font-size:.875rem}.shadcn-table th{color:var(--muted-foreground);border-bottom:1px solid var(--border);text-transform:uppercase;letter-spacing:.05em;padding:.85rem 1rem;font-size:.75rem;font-weight:600}.shadcn-table td{border-bottom:1px solid var(--border);color:var(--foreground);vertical-align:middle;padding:.9rem 1rem}.shadcn-table tr:last-child td{border-bottom:none}.shadcn-table .row-disabled{opacity:.55}.shadcn-table .status-pill{border-radius:9999px;padding:.15rem .5rem;font-size:.7rem;font-weight:700;display:inline-block}.shadcn-table .status-pill.active{color:#10b981;background-color:#10b98114}.shadcn-table .status-pill.suspended{color:#71717a;background-color:#71717a14}.shadcn-table .actions-cell{justify-content:flex-end;gap:.35rem;display:flex}.shadcn-table .cve-col{color:#38bdf8}.shadcn-table .vuln-severity-tag,.shadcn-table .log-status-badge{border-radius:3px;padding:.15rem .45rem;font-size:.7rem;font-weight:700;display:inline-block}.interactive-console{border:1px solid var(--border);border-radius:var(--radius);background-color:#030303;margin-bottom:2rem;overflow:hidden;box-shadow:0 4px 20px #00000080}.interactive-console .console-title-bar{border-bottom:1px solid var(--border);background-color:#09090b;justify-content:space-between;align-items:center;padding:.6rem 1.25rem;display:flex}.interactive-console .console-title-bar span{color:var(--muted-foreground);font-family:monospace;font-size:.8rem;font-weight:600}.interactive-console .console-title-bar .console-close-btn{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;font-size:1.3rem;line-height:1}.interactive-console .console-title-bar .console-close-btn:hover{color:var(--foreground)}.interactive-console .console-terminal-body{flex-direction:column;gap:.6rem;max-height:260px;padding:1.25rem;font-family:Courier New,Courier,monospace;font-size:.8rem;line-height:1.5;display:flex;overflow-y:auto}.interactive-console .console-terminal-body .term-block{border-left:2px solid var(--border);padding-left:.75rem}.interactive-console .console-terminal-body .term-block.success{border-left-color:#10b981}.interactive-console .console-terminal-body .term-block.error{border-left-color:#ef4444}.interactive-console .console-terminal-body .term-line{color:#e4e4e7}.interactive-console .console-terminal-body .term-line.running{color:#38bdf8}.interactive-console .console-terminal-body .term-line.error{color:#ef4444}.interactive-console .console-terminal-body .term-line.success-banner{color:#10b981;margin-top:.5rem;font-weight:700}.interactive-console .console-terminal-body .term-line.error-banner{color:#ef4444;margin-top:.5rem;font-weight:700}.interactive-console .console-terminal-body .term-subline{color:var(--muted-foreground);padding-left:1.25rem}.shadcn-modal-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000;background-color:#000000b3;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.shadcn-modal-overlay .shadcn-modal{border:1px solid var(--border);border-radius:var(--radius);background-color:#09090b;flex-direction:column;width:100%;max-width:540px;max-height:90vh;display:flex;box-shadow:0 25px 50px -12px #00000040}.shadcn-modal-overlay .shadcn-modal.modal-large{max-width:780px}.shadcn-modal-overlay .shadcn-modal .modal-top{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.shadcn-modal-overlay .shadcn-modal .modal-top h3{letter-spacing:-.015em;margin:0;font-size:1.125rem;font-weight:600}.shadcn-modal-overlay .shadcn-modal .modal-top .close-btn{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;font-size:1.5rem;line-height:1}.shadcn-modal-overlay .shadcn-modal .modal-top .close-btn:hover{color:var(--foreground)}.shadcn-modal-overlay .shadcn-modal .modal-body-container{flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex;overflow-y:auto}.shadcn-modal-overlay .shadcn-modal .modal-body-container.scroll-container{max-height:calc(70vh - 120px)}.shadcn-modal-overlay .shadcn-modal .modal-buttons-bar{border-top:1px solid var(--border);justify-content:flex-end;gap:.5rem;padding:1.25rem 1.5rem;display:flex}.error-alert-banner{color:#ef4444;border-radius:var(--radius);background-color:#ef444414;border:1px solid #ef444433;padding:.65rem 1rem;font-size:.85rem;font-weight:600}.modal-field{flex-direction:column;flex:1;gap:.35rem;display:flex}.modal-field label{color:var(--muted-foreground);font-size:.8rem;font-weight:600}.modal-field.flex-row-checkbox{flex-direction:row;align-items:center;padding-bottom:.3rem}.modal-field .modal-chk-label{cursor:pointer;align-items:center;gap:.45rem;font-size:.85rem;font-weight:500;display:flex}.modal-field.flex-2{flex:2}.modal-row-fields{flex-wrap:wrap;gap:1rem;display:flex}.modal-input,.modal-select{border:1px solid var(--border);color:var(--foreground);border-radius:var(--radius);background-color:#09090b;outline:none;padding:.45rem .75rem;font-size:.875rem;transition:border-color .2s}:is(.modal-input,.modal-select):focus{border-color:var(--ring)}:is(.modal-input,.modal-select)::placeholder{color:#52525b}:is(.modal-input,.modal-select).small{padding:.3rem .5rem;font-size:.8rem}.modal-textarea{border:1px solid var(--border);color:var(--foreground);border-radius:var(--radius);resize:vertical;background-color:#09090b;outline:none;padding:.5rem .75rem;font-size:.85rem;transition:border-color .2s}.modal-textarea:focus{border-color:var(--ring)}.upload-file-zone{border:1.5px dashed var(--border);border-radius:var(--radius);background-color:#ffffff03;flex-direction:column;gap:.5rem;padding:1rem;display:flex}.upload-file-zone label{color:var(--muted-foreground);font-size:.8rem;font-weight:600}.upload-file-zone .modal-file-control{color:var(--muted-foreground);font-size:.8rem}.upload-file-zone .file-hint{color:#52525b;font-size:.75rem}.steps-visual-timeline-section{border-top:1px solid var(--border);margin-top:1.5rem;padding-top:1.5rem}.steps-visual-timeline-section .section-head-bar{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.steps-visual-timeline-section .section-head-bar h4{color:var(--foreground);margin:0;font-size:.95rem;font-weight:600}.steps-visual-timeline-section .empty-steps-info-box{border:1px dashed var(--border);border-radius:var(--radius);text-align:center;color:var(--muted-foreground);background-color:#ffffff01;padding:2.5rem;font-size:.85rem}.steps-visual-timeline-section .steps-flow-timeline{flex-direction:column;gap:1.5rem;display:flex}.steps-visual-timeline-section .steps-flow-timeline .timeline-step-card{border:1px solid var(--border);border-radius:var(--radius);background-color:#09090b;flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.steps-visual-timeline-section .steps-flow-timeline .timeline-step-card .step-card-title-bar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding-bottom:.5rem;display:flex}.steps-visual-timeline-section .steps-flow-timeline .timeline-step-card .step-card-title-bar .step-number-badge{color:#38bdf8;font-size:.85rem;font-weight:700}.steps-visual-timeline-section .steps-flow-timeline .timeline-step-card .step-card-title-bar .btn-delete-step-link{color:var(--destructive);cursor:pointer;background:0 0;border:none;font-size:.75rem;font-weight:600}.steps-visual-timeline-section .steps-flow-timeline .timeline-step-card .step-card-title-bar .btn-delete-step-link:hover{text-decoration:underline}.step-accordion-tabs{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.step-accordion-tabs .tabs-header{border-bottom:1px solid var(--border);background-color:#09090b;display:flex}.step-accordion-tabs .tabs-header .accordion-tab-link{border:none;border-right:1px solid var(--border);color:var(--muted-foreground);cursor:pointer;text-align:center;background:0 0;flex:1;padding:.5rem;font-size:.75rem;font-weight:600;transition:background-color .2s,color .2s}.step-accordion-tabs .tabs-header .accordion-tab-link:last-child{border-right:none}.step-accordion-tabs .tabs-header .accordion-tab-link:hover{background-color:#ffffff05}.step-accordion-tabs .tabs-header .accordion-tab-link.active{background-color:var(--secondary);color:var(--foreground)}.step-accordion-tabs .accordion-tab-body{background-color:#00000026;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.step-accordion-tabs .accordion-tab-body .section-body-title{text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground);margin-bottom:.25rem;font-size:.75rem;font-weight:700;display:block}.step-accordion-tabs .accordion-tab-body .keyvalue-input-row{align-items:center;gap:.5rem;display:flex}.step-accordion-tabs .accordion-tab-body .keyvalue-input-row .modal-input{flex:1}.step-accordion-tabs .accordion-tab-body .keyvalue-input-row .btn-pair-delete{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;padding:0 .25rem;font-size:1.25rem}.step-accordion-tabs .accordion-tab-body .keyvalue-input-row .btn-pair-delete:hover{color:var(--destructive)}.shadcn-btn{border-radius:var(--radius);cursor:pointer;border:1px solid #0000;outline:none;justify-content:center;align-items:center;padding:.45rem 1rem;font-size:.875rem;font-weight:500;transition:opacity .2s,background-color .2s;display:inline-flex}.shadcn-btn:disabled{opacity:.5;cursor:not-allowed}.shadcn-btn.primary-btn{background-color:var(--primary);color:var(--primary-foreground)}.shadcn-btn.primary-btn:hover:not(:disabled){opacity:.9}.shadcn-btn.secondary-btn{background-color:var(--secondary);color:var(--secondary-foreground);border-color:var(--border)}.shadcn-btn.secondary-btn:hover:not(:disabled){opacity:.9}.shadcn-btn.border-btn{border-color:var(--border);color:var(--foreground);background:0 0}.shadcn-btn.border-btn:hover:not(:disabled){background-color:var(--accent)}.shadcn-btn.border-btn.scan-btn{color:#f97316;border-color:#f9731666}.shadcn-btn.border-btn.scan-btn:hover:not(:disabled){background-color:#f9731614}.shadcn-btn.success-btn{color:#fff;background-color:#10b981}.shadcn-btn.success-btn:hover:not(:disabled){opacity:.95}.shadcn-btn.danger-btn{background-color:var(--destructive);color:var(--destructive-foreground)}.shadcn-btn.danger-btn:hover:not(:disabled){opacity:.95}.shadcn-btn.sm{padding:.25rem .5rem;font-size:.75rem}.shadcn-btn.action-icon-btn{padding:.25rem .5rem;font-size:.75rem;font-weight:600}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.text-xs{font-size:.75rem}.text-right{text-align:right}.text-red{color:#f87171}.text-green{color:#4ade80}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}@keyframes pulse-glow{0%,to{opacity:1;transform:scale(1);box-shadow:0 0}50%{opacity:.6;transform:scale(1.15);box-shadow:0 0 6px 1.5px}}@keyframes rotate-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.auth-page-container{background-color:var(--background);justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex}.auth-card{border:1px solid var(--border);border-radius:var(--radius);background-color:#09090b;flex-direction:column;gap:1.5rem;width:100%;max-width:400px;padding:2.5rem 2rem;display:flex;box-shadow:0 10px 25px -5px #0000004d,0 8px 10px -6px #0000004d}.auth-header{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.auth-header .brand-logo-container{background-color:var(--secondary);border:1px solid var(--border);border-radius:50%;justify-content:center;align-items:center;margin-bottom:.5rem;padding:.75rem;display:inline-flex}.auth-header .brand-logo-container .brand-logo{width:28px;height:28px;color:var(--foreground)}.auth-header h2{letter-spacing:-.025em;margin:0;font-size:1.5rem;font-weight:700}.auth-header .subtitle{color:var(--muted-foreground);margin:0;font-size:.875rem}.auth-form{flex-direction:column;gap:1.25rem;display:flex}.auth-submit-btn{width:100%;margin-top:.5rem;font-weight:600}
