body{margin:0;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,Source Code Pro,monospace;background-color:#1e1e1e;color:#d4d4d4;height:100vh;overflow:hidden}#root{height:100vh}.header{background-color:#2d2d30;padding:8px 16px;border-bottom:1px solid #3e3e42;display:flex;align-items:center;gap:12px}.title{color:#ccc;font-size:13px;font-weight:500}.tabs{background-color:#2d2d30;display:flex;border-bottom:1px solid #3e3e42;padding:0 16px;justify-content:flex-end}.tab{padding:8px 16px;cursor:pointer;border:none;background:none;font-size:13px;color:#969696;border-bottom:2px solid transparent;font-family:inherit;position:relative;display:flex;align-items:center;gap:8px}.tab.active{color:#d4d4d4;background-color:#1e1e1e;border-bottom-color:#007acc}.tab:hover:not(.active){background-color:#37373d;color:#ccc}.rule-selector{background:#1e1e1e;border:1px solid #333;border-radius:4px;padding:16px;margin-bottom:16px;max-height:90vh;overflow-y:auto}.rule-selector-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #333}.rule-selector-header h3{margin:0;color:#fff;font-size:14px;font-weight:600}.rule-stats{color:#888;font-size:12px}.rule-actions{display:flex;gap:8px;margin-bottom:16px}.btn-small{padding:4px 8px;font-size:12px;height:auto}.loading,.error{color:#888;text-align:center;padding:20px}.error p{margin-bottom:12px;color:#ff6b6b}.rule-categories{max-height:70vh;overflow-y:auto}.rule-category{margin-bottom:8px}.category-header{display:flex;align-items:center;gap:4px;margin-bottom:4px}.category-toggle{background:none;border:none;color:#888;cursor:pointer;padding:2px;display:flex;align-items:center;justify-content:center;width:16px;height:16px}.category-toggle:hover{color:#fff}.category-toggle:disabled{cursor:not-allowed;opacity:.5}.expand-icon{font-size:10px;transition:transform .2s ease}.expand-icon.expanded{transform:rotate(90deg)}.category-checkbox{display:flex;align-items:center;gap:8px;cursor:pointer;flex:1}.category-checkbox input[type=checkbox]{margin:0}.category-name{color:#fff;font-weight:500;font-size:13px}.category-count{color:#888;font-size:12px}.category-rules{margin-left:20px;border-left:1px solid #333;padding-left:12px}.rule-item{display:flex;align-items:flex-start;gap:8px;padding:8px 0;cursor:pointer;border-bottom:1px solid #2a2a2a}.rule-item:last-child{border-bottom:none}.rule-item:hover{background:#252525;margin:0 -8px;padding-left:8px;padding-right:8px;border-radius:4px}.rule-item input[type=checkbox]{margin:2px 0 0;flex-shrink:0}.rule-info{flex:1;min-width:0}.rule-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.rule-name{color:#fff;font-size:13px;font-weight:500;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.severity-badge{font-size:10px;padding:2px 6px;border-radius:3px;font-weight:600;text-transform:uppercase;flex-shrink:0}.severity-critical{background:#ff4757;color:#fff}.severity-high{background:#ff6b35;color:#fff}.severity-medium{background:#ffa502;color:#000}.severity-low{background:#26de81;color:#000}.rule-description{color:#888;font-size:12px;line-height:1.4;margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rule-subcategory{color:#666;font-size:11px;font-style:italic}.rule-selector::-webkit-scrollbar,.rule-categories::-webkit-scrollbar{width:6px}.rule-selector::-webkit-scrollbar-track,.rule-categories::-webkit-scrollbar-track{background:#1e1e1e}.rule-selector::-webkit-scrollbar-thumb,.rule-categories::-webkit-scrollbar-thumb{background:#444;border-radius:3px}.rule-selector::-webkit-scrollbar-thumb:hover,.rule-categories::-webkit-scrollbar-thumb:hover{background:#555}.scan-results{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#374151;line-height:1.5}.results-summary{background:#ddd;border:1px solid #e2e8f0;border-radius:8px;padding:16px;margin-bottom:20px}.results-summary h3{margin:0 0 12px;font-size:16px;font-weight:600;color:#1f2937}.summary-stats{display:flex;gap:24px;margin-bottom:16px;flex-wrap:wrap}.stat-item{display:flex;flex-direction:column;gap:4px}.stat-label{font-size:12px;color:#6b7280;font-weight:500}.stat-value{font-size:18px;font-weight:600;color:#1f2937}.severity-breakdown{display:flex;gap:8px;flex-wrap:wrap}.severity-badge{padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500;color:#fff}.severity-badge.critical{background-color:#dc2626}.severity-badge.high{background-color:#ea580c}.severity-badge.medium{background-color:#d97706}.severity-badge.low{background-color:#65a30d}.findings-section h3{margin:0 0 16px;font-size:16px;font-weight:600;color:#fff}.findings-list{display:flex;flex-direction:column;gap:8px}.finding-item{border:1px solid #e5e7eb;border-radius:6px;background:#fff;overflow:hidden}.finding-header{padding:12px 16px;display:flex;align-items:center;justify-content:space-between;background:#fafafa;border-bottom:1px solid #e5e7eb;transition:background-color .2s}.finding-header:hover{background:#f3f4f6}.finding-title{display:flex;align-items:center;gap:8px;flex:1}.severity-icon{font-size:14px}.findings-section .rule-name{font-weight:500;color:#1f2937;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:13px}.severity-label{font-size:11px;font-weight:600;padding:2px 6px;border-radius:3px;background:#0000000d}.resource-info{display:flex;align-items:center;gap:8px;color:#6b7280;font-size:13px}.resource-name{font-weight:500;color:#374151}.namespace{color:#9ca3af;font-size:12px}.expand-icon{color:#9ca3af;font-size:12px;margin-left:8px}.finding-details{padding:16px;background:#fff;display:flex;flex-direction:column;gap:12px}.detail-row{display:flex;flex-direction:column;gap:4px}.detail-row strong{font-size:12px;color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.detail-row span{color:#374151;font-size:14px}.remediation{font-family:Monaco,Menlo,Ubuntu Mono,monospace;background:#f1f5f9;padding:8px;border-radius:4px;border-left:3px solid #3b82f6;font-size:13px}.no-findings{text-align:center;padding:40px 20px}.success-message{color:#059669;font-size:16px;font-weight:500;background:#ecfdf5;padding:16px 24px;border-radius:8px;border:1px solid #a7f3d0;display:inline-block}@media (max-width: 768px){.summary-stats{flex-direction:column;gap:12px}.finding-header{flex-direction:column;align-items:flex-start;gap:8px}.finding-title{width:100%}.resource-info{width:100%;justify-content:space-between}}.status{padding:8px 16px;border-radius:4px;margin:12px 16px;font-size:13px;border-left:3px solid;position:fixed;bottom:.5rem;right:.5rem}.status.loading{background-color:#2d2a1f;border-left-color:#ffcc02;color:#ffcc02}.status.success{background-color:#1e2f1e;border-left-color:#89d185;color:#89d185}.status.error{background-color:#2d1e1e;border-left-color:#f85149;color:#f85149}*{margin:0;padding:0;box-sizing:border-box}.app{font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,Source Code Pro,monospace;background-color:#131313;color:#d4d4d4;height:100vh;overflow:hidden}.main-content{height:calc(100vh - 70px)}.editor-area{display:flex;flex-direction:column;padding:16px;overflow-y:auto;height:100%}.editor-section{margin-bottom:24px}.section-title{color:#ccc;font-size:14px;font-weight:600;margin-bottom:12px;display:flex;align-items:center;gap:8px}.code-editor{width:100%;height:300px;background-color:#1e1e1e;border:1px solid #3e3e42;border-radius:4px;padding:16px;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:13px;line-height:1.4;color:#d4d4d4;resize:vertical;outline:none}.code-editor:focus{border-color:#007acc;box-shadow:0 0 0 1px #007acc}.code-editor::placeholder{color:#6a6a6a}.toolbar{display:flex;gap:8px;margin:12px 0}.btn{background-color:#0e639c;color:#fff;border:none;padding:6px 12px;border-radius:2px;cursor:pointer;font-size:13px;font-family:inherit;transition:background-color .2s}.btn:hover:not(:disabled){background-color:#17b}.btn:disabled{background-color:#3c3c3c;color:#969696;cursor:not-allowed}.btn-secondary{background-color:#5a5a5a;color:#d4d4d4}.btn-secondary:hover{background-color:#6a6a6a}.output-panel{background-color:#1e1e1e;border:1px solid #3e3e42;border-radius:4px;padding:16px;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:13px;line-height:1.4;color:#d4d4d4;white-space:pre-wrap;max-height:300px;overflow-y:auto;min-height:120px}.file-icon{width:16px;height:16px;background-color:#007acc;border-radius:2px;font-size:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}.empty-state{background-color:#1e1e1e;border:1px solid #3e3e42;border-radius:4px;padding:32px;text-align:center;color:#969696;font-style:italic}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1e1e1e}::-webkit-scrollbar-thumb{background:#424242;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#4f4f4f}
