*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.app{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);flex-direction:column;min-height:100vh;display:flex}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background:#fffffff2;border-bottom:1px solid #0000001a;padding:1rem 0;position:sticky;top:0}.header-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}.header-title{align-items:center;gap:.75rem;display:flex}.header-title h1{color:#1a202c;margin:0;font-size:1.5rem;font-weight:600}.header-icon{color:#9f7aea}.header-nav{align-items:center;gap:.5rem;display:flex}.nav-link{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.nav-link:hover{color:#9f7aea;background:#8b5cf61a}.nav-link.active{color:#fff;background:#9f7aea}.nav-link.external{color:#6b7280}.nav-divider{background:#8b5cf633;width:1px;height:24px;margin:0 .5rem}.logout-dropdown{position:relative}.nav-link.logout-btn{color:#ef4444;margin-left:.5rem}.nav-link.logout-btn:hover{color:#dc2626;background:#ef44441a}.dropdown-menu{opacity:0;visibility:hidden;z-index:1000;background:#fff;border-radius:.5rem;min-width:200px;margin-top:.5rem;transition:all .2s;position:absolute;top:100%;right:0;transform:translateY(-10px);box-shadow:0 10px 25px #0000001a}.logout-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-item{color:#1e293b;cursor:default;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.875rem;display:flex}.dropdown-item.user-email{color:#8b5cf6;border-bottom:1px solid #f1f5f9;font-weight:500}.main-content{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:2rem}.content-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;box-shadow:0 2px 4px #0000000d}.section-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.section-header h2{color:#1a202c;align-items:center;gap:.5rem;margin:0;font-size:1.25rem;font-weight:600;display:flex}.btn{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{color:#fff;background:#9f7aea;border-color:#9f7aea}.btn-primary:hover{background:#8b5cf6;border-color:#8b5cf6}.btn-secondary{color:#475569;background:#f1f5f9;border-color:#e2e8f0}.btn-secondary:hover{background:#e2e8f0;border-color:#cbd5e1}.btn-success{color:#fff;background:#10b981;border-color:#10b981}.btn-success:hover{background:#059669;border-color:#059669}.btn-danger{color:#fff;background:#ef4444;border-color:#ef4444}.btn-danger:hover{background:#dc2626;border-color:#dc2626}.btn-outline-primary{color:#9f7aea;border-color:#9f7aea}.btn-outline-primary:hover{color:#fff;background:#9f7aea}.btn-outline-secondary{color:#64748b;border-color:#64748b}.btn-outline-secondary:hover{color:#fff;background:#64748b}.btn-outline-success{color:#10b981;border-color:#10b981}.btn-outline-success:hover{color:#fff;background:#10b981}.btn-outline-warning{color:#fbbf24;border-color:#fbbf24}.btn-outline-warning:hover{color:#fff;background:#fbbf24}.btn-outline-danger{color:#ef4444;border-color:#ef4444}.btn-outline-danger:hover{color:#fff;background:#ef4444}.btn-ghost{color:#64748b;background:0 0;border-color:#0000}.btn-ghost:hover{color:#9f7aea;background:#8b5cf61a}.btn-link{color:#9f7aea;cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.875rem;font-weight:500;transition:color .2s;display:inline-flex}.btn-link:hover{color:#8b5cf6;text-decoration:underline}.btn-sm,.btn-small{padding:.375rem .75rem;font-size:.75rem}.btn-lg{padding:.875rem 2rem;font-size:1rem;font-weight:600}.btn-group{vertical-align:middle;display:inline-flex}.btn-group .btn{border:1px solid #dee2e6;border-radius:0;flex:0 auto;margin-left:-1px;position:relative}.btn-group .btn:first-child{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem;margin-left:0}.btn-group .btn:last-child{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.btn-group .btn:hover,.btn-group .btn:focus{z-index:1}.btn-loading{position:relative}.btn-spinner{align-items:center;animation:1s linear infinite spin;display:flex}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:12px;flex-direction:column;width:90%;max-width:500px;max-height:90vh;display:flex;box-shadow:0 25px 50px -12px #00000040}.modal-content>form{flex-direction:column;flex:auto;min-height:0;display:flex}.modal-content.modal-sm{max-width:400px}.modal-content.modal-lg{width:100%;max-width:800px;height:80vh}.modal-content.modal-xl{max-width:1000px}.modal-content.modal-full{max-width:95vw;height:90vh}.modal-header{border-bottom:1px solid #e5e7eb;flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.modal-title{color:#1f2937;align-items:center;gap:.5rem;margin:0;font-size:1.125rem;font-weight:600;display:flex}.modal-close{cursor:pointer;color:#6b7280;background:0 0;border:none;justify-content:center;align-items:center;margin:-.25rem;padding:.25rem;transition:all .2s;display:flex}.modal-close:hover{color:#1f2937}.modal-close-btn{margin:-.5rem}.modal-body{flex:auto;min-height:0;padding:1.5rem;overflow-y:auto}.modal-footer{background:#f8f9fa;border-top:1px solid #e9ecef;flex:none;justify-content:flex-end;gap:.5rem;min-height:fit-content;padding:1rem 1.5rem;display:flex}.modal-actions{background:#f8f9fa;border-top:1px solid #e9ecef;flex:none;justify-content:flex-end;gap:.5rem;padding:1rem 1.5rem;display:flex}.form-label{color:#374151;align-items:center;gap:.25rem;margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:flex}.form-control,.form-select{color:#1f2937;background-color:#fff;border:1px solid #d1d5db;border-radius:.375rem;width:100%;padding:.5rem .75rem;font-family:inherit;font-size:.9375rem;font-weight:400;line-height:1.5;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;display:block}.form-control:focus,.form-select:focus{color:#1f2937;background-color:#fff;border-color:#9f7aea;outline:0;box-shadow:0 0 0 .2rem #9f7aea40}.form-control:disabled,.form-select:disabled{opacity:.6;cursor:not-allowed;background-color:#f3f4f6}.form-control.is-invalid,.form-select.is-invalid{border-color:#ef4444}.form-control.is-invalid:focus,.form-select.is-invalid:focus{border-color:#ef4444;box-shadow:0 0 0 .2rem #ef444440}.form-text{color:#6b7280;margin-top:.25rem;font-size:.875em}.invalid-feedback{color:#ef4444;width:100%;margin-top:.25rem;font-size:.875em;display:block}.input-wrapper{margin-bottom:1rem}.input-wrapper:last-child{margin-bottom:0}.select-wrapper,.select-container{position:relative}.select{appearance:none;cursor:pointer;padding-right:2.5rem}.select-icon{color:#9ca3af;pointer-events:none;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}textarea.form-control{resize:vertical;min-height:80px}textarea.form-control.no-resize{resize:none}.row{flex-wrap:wrap;margin-left:-.75rem;margin-right:-.75rem;display:flex}.col,.col-md-4,.col-md-6,.col-md-8{flex:1 0;padding-left:.75rem;padding-right:.75rem}.col-md-4{flex:none;width:33.3333%}.col-md-6{flex:none;width:50%}.col-md-8{flex:none;width:66.6667%}.card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;transition:all .2s;overflow:hidden;box-shadow:0 2px 4px #0000000d}.card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.card-outlined{background:#fff;border:1px solid #e5e7eb}.card-ghost{box-shadow:none;background:0 0;border:none}.card-hoverable:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.card-clickable{cursor:pointer}.card-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.card-title{color:#1e293b;margin:0;font-size:1.125rem;font-weight:600}.card-body{padding:1.25rem}.card-footer{background:#f8fafc;border-top:1px solid #e2e8f0;justify-content:flex-end;align-items:center;gap:.75rem;padding:1rem 1.25rem;display:flex}.glass-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;box-shadow:0 2px 4px #0000000d}.badge{white-space:nowrap;text-transform:uppercase;letter-spacing:.025em;border-radius:6px;align-items:center;gap:.25rem;padding:.375rem .75rem;font-size:.75rem;font-weight:500;display:inline-flex}.badge-primary{color:#fff;background-color:#9f7aea}.badge-secondary{color:#fff;background-color:#64748b}.badge-success{color:#fff;background-color:#10b981}.badge-danger{color:#fff;background-color:#ef4444}.badge-warning{color:#fff;background-color:#fbbf24}.badge-info{color:#fff;background-color:#3b82f6}.badge-outline{background:0 0;border:1px solid}.badge-sm{padding:.25rem .5rem;font-size:.6875rem}.badge-lg{padding:.5rem 1rem;font-size:.875rem}.empty-state-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:3rem;display:flex}.empty-state-icon{color:#cbd5e1;margin-bottom:1rem}.empty-state-title{color:#1e293b;margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.empty-state-description{color:#64748b;max-width:400px;margin:0 0 1.5rem;font-size:.875rem;line-height:1.5}.empty-state-action{margin-top:.5rem}.loading-state{align-items:center;gap:.75rem;display:flex}.loading-state-centered{justify-content:center;padding:3rem}.loading-state-fullscreen{z-index:9999;background:#ffffffe6;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.loading-state-content{flex-direction:column;align-items:center;gap:1rem;display:flex}.loading-state-spinner{color:#9f7aea;animation:1s linear infinite spin}.loading-state-message{color:#64748b;font-size:.875rem}.toast-container{z-index:9999;flex-direction:column;gap:.5rem;display:flex;position:fixed;top:1rem;right:1rem}.toast{border-radius:.5rem;align-items:center;gap:.75rem;min-width:300px;max-width:500px;padding:1rem 1.25rem;animation:.3s ease-out slideIn;display:flex;box-shadow:0 4px 6px -1px #0000001a}@keyframes slideIn{0%{opacity:0;transform:translate(400px)}to{opacity:1;transform:translate(0)}}.toast-success{color:#065f46;background:#d1fae5;border:1px solid #a7f3d0}.toast-error{color:#991b1b;background:#fee2e2;border:1px solid #fecaca}.toast-icon{flex-shrink:0;align-items:center;display:flex}.toast-message{flex:1;font-size:.875rem;font-weight:500}.toast-close{cursor:pointer;opacity:.6;background:0 0;border:none;flex-shrink:0;align-items:center;padding:.25rem;transition:opacity .2s;display:flex}.toast-close:hover{opacity:1}.table-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:8px;overflow:hidden}.table{border-collapse:separate;border-spacing:0;background:0 0;width:100%}.table thead th{color:#374151;text-transform:uppercase;letter-spacing:.025em;text-align:left;background:linear-gradient(135deg,#8b5cf61a 0%,#a78bfa0d 100%);border:none;padding:1rem;font-size:.875rem;font-weight:600}.table tbody td{color:#374151;vertical-align:middle;background:#fff6;border:none;border-bottom:1px solid #8b5cf61a;padding:1rem}.table tbody tr:hover td{background:#8b5cfa0d}.table tbody tr:last-child td{border-bottom:none}.data-table{border-collapse:collapse;width:100%;margin-top:1rem}.data-table thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.data-table th{text-align:left;color:#475569;text-transform:uppercase;letter-spacing:.05em;padding:.75rem 1rem;font-size:.875rem;font-weight:600}.data-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .2s}.data-table tbody tr:hover{background:#f8fafc}.data-table td{color:#1e293b;padding:1rem;font-size:.875rem}.mb-4{margin-bottom:1.5rem!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.ms-2{margin-left:.5rem!important}.mt-3{margin-top:1rem!important}.d-flex{display:flex!important}.align-items-center{align-items:center!important}.text-muted{color:#6b7280!important}.d-block{display:block!important}.agents-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;margin-top:1rem;display:grid}.agent-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;transition:all .2s;box-shadow:0 2px 4px #0000000d}.agent-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.agent-group-card{background:#fff;border:1px solid #dbeafe;border-radius:12px;padding:1.25rem;box-shadow:0 2px 4px #0f172a0d}.agent-group-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.agent-group-header h3{color:#1e293b;margin:0 0 .35rem;font-size:1.125rem;font-weight:700}.agent-group-header p{color:#64748b;margin:0;font-size:.875rem;line-height:1.4}.agent-group-summary,.agent-region-badges{flex-wrap:wrap;justify-content:flex-end;gap:.5rem;display:flex}.agent-group-regions{gap:.75rem;display:grid}.agent-region{width:100%;min-height:72px;color:inherit;cursor:pointer;text-align:left;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;padding:.875rem 1rem;transition:all .2s;display:flex}.agent-region:hover{background:#eff6ff;border-color:#bfdbfe}.agent-region-main{gap:.25rem;min-width:0;display:grid}.agent-region-title{color:#1e293b;font-size:.95rem;font-weight:650}.agent-region-name{color:#64748b;overflow-wrap:anywhere;font-family:Monaco,Courier New,monospace;font-size:.78rem}.agent-card-header{justify-content:space-between;align-items:start;margin-bottom:.75rem;display:flex}.agent-info h3{color:#1e293b;margin:0 0 .5rem;font-family:Monaco,Courier New,monospace;font-size:1.125rem;font-weight:600}.agent-aliases{flex-wrap:wrap;gap:.5rem;display:flex}.agent-status{text-transform:uppercase;border-radius:.25rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.agent-status.public{color:#166534;background:#dcfce7}.agent-status.private{color:#92400e;background:#fef3c7}.agent-description{color:#64748b;margin:0 0 1rem;font-size:.875rem;line-height:1.5}.agent-footer{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.agent-stats{flex-direction:column;align-items:flex-start;gap:.5rem;display:flex}.stat-badge{color:#475569;background:#f8fafc;border-radius:.25rem;align-items:center;gap:.25rem;padding:.25rem .625rem;font-size:.75rem;font-weight:500;display:flex}.stat-badge.admin{color:#991b1b;background:#fef2f2}.stat-badge.users{color:#1e40af;background:#eff6ff}.stat-badge.enabled{color:#15803d;background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);border:1px solid #bbf7d0;font-weight:600}.stat-badge.disabled{color:#64748b;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);border:1px solid #cbd5e1;font-weight:600}.stat-badge.system{color:#92400e;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border:1px solid #fbbf24;align-items:center;gap:.25rem;font-size:.7rem;display:inline-flex}.stat-badge.api-keys{color:#92400e;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border:1px solid #fcd34d}.stat-badge.channel.on{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0}.stat-badge.channel.off{color:#64748b;background:#f8fafc;border:1px solid #cbd5e1}.stat-badge.usage{color:#3730a3;background:#eef2ff;border:1px solid #c7d2fe}.loading{text-align:center;color:#fff;padding:3rem;font-size:1rem}.error-container{text-align:center;padding:3rem}.error{color:#fee2e2;margin-bottom:1rem}.groups-list{flex-direction:column;gap:1rem;margin-top:1rem;display:flex}.group-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:12px;padding:1.25rem;transition:all .2s;box-shadow:0 4px 6px -1px #0000001a}.group-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}.group-header{justify-content:space-between;align-items:start;margin-bottom:.75rem;display:flex}.group-header h3{color:#1e293b;margin:0 0 .25rem;font-size:1.125rem;font-weight:600}.group-id{color:#64748b;margin:0;font-family:Monaco,Courier New,monospace;font-size:.875rem}.group-description{color:#64748b;margin:0 0 1rem;font-size:.875rem;line-height:1.5}.group-footer{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:1rem;padding-top:1rem;display:flex}.group-stats{gap:.5rem;display:flex}.user-selection-list{border:1px solid #e2e8f0;border-radius:.5rem;max-height:400px;margin-top:1rem;overflow-y:auto}.user-selection-item{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1rem;transition:background-color .15s;display:flex}.user-selection-item:last-child{border-bottom:none}.user-selection-item:hover{background-color:#f8fafc}.user-name{color:#1e293b;margin-bottom:.25rem;font-weight:500}.search-input{border:1px solid #e2e8f0;border-radius:.5rem;width:100%;padding:.75rem;font-size:1rem}.search-input:focus{border-color:#9f7aea;outline:none;box-shadow:0 0 0 3px #9f7aea1a}.section-tabs{border-bottom:2px solid #e2e8f0;gap:.5rem;margin-bottom:1rem;padding-bottom:0;display:flex}.section-tabs button{color:#64748b;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:.5rem;margin-bottom:-2px;padding:.75rem 1.5rem;font-weight:500;transition:all .2s;display:inline-flex}.section-tabs button:hover{color:#9f7aea;background:#8b5cf60d}.section-tabs button.active{color:#9f7aea;border-bottom-color:#9f7aea}.group-users-list{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;flex-direction:column;gap:.5rem;margin:1rem 0;padding:1rem;display:flex}.user-chip{background:#fff;border:1px solid #e2e8f0;border-radius:.375rem;align-items:center;gap:.75rem;padding:.625rem .875rem;transition:all .2s;display:flex}.user-chip:hover{background:#faf5ff;border-color:#9f7aea;transform:translate(4px)}.badge-in-group{color:#059669;background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%);border:1px solid #6ee7b7;border-radius:.25rem;margin-left:.5rem;padding:.125rem .5rem;font-size:.75rem;font-weight:600;display:inline-block}.user-chip-name{color:#1e293b;font-size:.875rem;font-weight:500}.user-chip-email{color:#64748b;margin-left:auto;font-size:.75rem}.user-chip-more{color:#9f7aea;cursor:default;background:#faf5ff;border-style:dashed;border-color:#c4b5fd;justify-content:center;font-weight:500}.user-chip-more:hover{background:#faf5ff;border-color:#c4b5fd;transform:none}.group-empty-state{color:#94a3b8;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;margin:1rem 0;padding:1.5rem;font-size:.875rem;display:flex}.toggle-switch{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;display:flex;position:relative}.toggle-checkbox{opacity:0;width:0;height:0;position:absolute}.toggle-slider{background-color:#cbd5e1;border-radius:24px;width:44px;height:24px;transition:background-color .3s;display:inline-block;position:relative}.toggle-slider:before{content:"";background-color:#fff;border-radius:50%;width:18px;height:18px;transition:transform .3s;position:absolute;top:3px;left:3px}.toggle-checkbox:checked+.toggle-slider{background-color:#10b981}.toggle-checkbox:checked+.toggle-slider:before{transform:translate(20px)}.toggle-label{color:#64748b;font-size:.875rem;font-weight:500}.toggle-checkbox:checked~.toggle-label{color:#10b981}.system-agent-banner{background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border:1px solid #fbbf24;border-radius:.5rem;margin-bottom:1rem;padding:1rem}.system-agent-banner-header{align-items:center;gap:.5rem;margin-bottom:.25rem;display:flex}.system-agent-banner-header strong{color:#92400e;font-size:.875rem}.system-agent-banner p{color:#92400e;margin:0;font-size:.75rem}.agent-status-section{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;display:flex}.agent-status-info h3{color:#1e293b;margin:0;font-size:.875rem;font-weight:600}.agent-status-info p{color:#64748b;margin:.25rem 0 0;font-size:.75rem}.info-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;margin-bottom:1rem;padding:1rem}.info-box p{color:#64748b;margin:0;font-size:.875rem}.agent-name-header{align-items:center;gap:.5rem;display:flex}.badge-container{flex-wrap:wrap;gap:.5rem;margin-top:.25rem;display:flex}.always-enabled-text{color:#64748b;font-size:.75rem;font-style:italic}.clickable{cursor:pointer}.checkbox-grid{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.75rem;max-height:250px;padding:.5rem;display:grid;overflow:hidden auto}.checkbox-grid::-webkit-scrollbar{width:8px}.checkbox-grid::-webkit-scrollbar-track{background:#e2e8f0;border-radius:4px}.checkbox-grid::-webkit-scrollbar-thumb{background:#9f7aea;border-radius:4px}.checkbox-grid::-webkit-scrollbar-thumb:hover{background:#805ad5}.checkbox-card{cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:.5rem;align-items:flex-start;gap:.75rem;padding:.875rem;transition:all .2s;display:flex;position:relative}.checkbox-card:hover{background:#faf5ff;border-color:#9f7aea;transform:translateY(-1px);box-shadow:0 2px 8px #9f7aea1a}.checkbox-card input[type=checkbox]{cursor:pointer;accent-color:#9f7aea;flex-shrink:0;width:18px;height:18px;margin-top:.125rem}.checkbox-card input[type=checkbox]:disabled{cursor:not-allowed;opacity:.5}.checkbox-content{flex-direction:column;flex:1;gap:.25rem;display:flex}.checkbox-content strong{color:#1e293b;font-size:.875rem;font-weight:600}.checkbox-content small{color:#64748b;font-size:.75rem;line-height:1.4}.checkbox-card:has(input:checked){background:linear-gradient(135deg,#faf5ff 0%,#f3e8ff 100%);border-color:#9f7aea;box-shadow:0 2px 8px #9f7aea33}.checkbox-card:has(input:disabled){opacity:.6;cursor:not-allowed;background:#f8fafc}.checkbox-card:has(input:disabled):hover{background:#f8fafc;border-color:#e2e8f0;transform:none}.service-accounts-list{flex-direction:column;gap:1rem;margin-top:1rem;display:flex}.service-account-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;transition:all .2s;box-shadow:0 2px 4px #0000000d}.service-account-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.service-account-header{justify-content:space-between;align-items:start;margin-bottom:.75rem;display:flex}.service-account-header h3{color:#1e293b;margin:0 0 .25rem;font-size:1.125rem;font-weight:600}.service-account-stats{align-items:center;gap:.5rem;display:flex}.service-account-description{color:#64748b;margin:0 0 .75rem;font-size:.875rem;line-height:1.5}.service-account-agents{border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;align-items:center;gap:.5rem;margin-bottom:.75rem;padding:.75rem 0;display:flex}.service-account-footer{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.api-key-prefix{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.25rem;padding:.125rem .5rem;font-family:monospace;font-size:.8125rem}.service-accounts-empty{justify-content:center;align-items:center;min-height:400px;padding:2rem 1rem;display:flex}.empty-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;width:100%;max-width:500px;padding:2.5rem 2rem;box-shadow:0 2px 4px #0000000d}.empty-icon-wrapper{color:#9f7aea;background:linear-gradient(135deg,#f3e8ff 0%,#e9d5ff 100%);border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 1.5rem;display:flex}.empty-card h3{color:#1e293b;margin:0 0 .75rem;font-size:1.5rem;font-weight:700}.empty-description{color:#64748b;margin:0;font-size:.9375rem;line-height:1.6}.empty-features{border-top:1px solid #e2e8f0;flex-direction:column;gap:.75rem;margin-top:2rem;padding-top:2rem;display:flex}.feature-item{color:#475569;align-items:center;gap:.75rem;padding:.5rem 0;font-size:.9375rem;font-weight:500;display:flex}.feature-icon{flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:1.25rem;display:flex}.stat-badge.paused{color:#1a202c;background:#fbbf24}.stat-badge.running{color:#fff;background:#3b82f6}.stat-badge.schedule{color:#475569;background:#f1f5f9}.stat-badge.next-run{color:#059669;background:#ecfdf5}.stat-badge.last-run{color:#64748b;background:#f8fafc}.spin{animation:1s linear infinite spin}.modal-tabs{background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:0 1.5rem;display:flex}.tab-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.75rem 1.25rem;font-weight:500;transition:all .2s}.tab-btn:hover{color:#9f7aea}.tab-btn.active{color:#9f7aea;border-bottom-color:#9f7aea}.details-view{flex-direction:column;gap:1.5rem;display:flex}.detail-section{background:#f8fafc;border-radius:8px;padding:1rem}.detail-section h4{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .75rem;font-size:.875rem;font-weight:600}.detail-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;display:grid}.detail-item{flex-direction:column;gap:.25rem;display:flex}.detail-item label{color:#94a3b8;text-transform:uppercase;font-size:.75rem}.detail-item span{color:#1e293b;font-weight:500}.code-block{color:#e2e8f0;white-space:pre-wrap;word-break:break-word;background:#1e293b;border-radius:8px;margin:0;padding:1rem;font-family:Fira Code,Monaco,monospace;font-size:.875rem;overflow-x:auto}.code-block.error{color:#dc2626;background:#fef2f2}.tags{flex-wrap:wrap;gap:.5rem;display:flex}.runs-list{flex-direction:column;gap:.5rem;display:flex}.run-item{background:#fff;border-radius:6px;align-items:center;gap:.75rem;padding:.5rem .75rem;font-size:.875rem;display:flex}.run-status{text-transform:capitalize;font-weight:500}.run-time{color:#64748b}.run-duration{color:#94a3b8;margin-left:auto}.runs-table{overflow-x:auto}.runs-table table{border-collapse:collapse;width:100%}.runs-table th,.runs-table td{text-align:left;border-bottom:1px solid #e2e8f0;padding:.75rem 1rem}.runs-table th{text-transform:uppercase;color:#64748b;background:#f8fafc;font-size:.75rem;font-weight:600}.runs-table tr.clickable:hover{cursor:pointer;background:#f1f5f9}.status-badge{text-transform:capitalize;border-radius:4px;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.75rem;font-weight:500;display:inline-flex}.status-badge.completed{color:#059669;background:#ecfdf5}.status-badge.failed{color:#dc2626;background:#fef2f2}.status-badge.running{color:#3b82f6;background:#eff6ff}.status-badge.cancelled,.status-badge.timeout{color:#ca8a04;background:#fefce8}.status-badge.pending{color:#64748b;background:#f1f5f9}.run-details-panel{border-top:1px solid #e2e8f0;margin-top:1.5rem;padding-top:1.5rem}.run-details-panel h4{color:#1e293b;margin:0 0 1rem;font-size:1rem;font-weight:600}.detail-section.error{background:#fef2f2}.detail-section.error label{color:#dc2626}.logs-timeline{flex-direction:column;gap:.5rem;display:flex}.log-entry{background:#fff;border-left:3px solid #e2e8f0;border-radius:6px;align-items:center;gap:.75rem;padding:.5rem .75rem;font-size:.875rem;display:flex}.log-entry.plan_created,.log-entry.plan_updated{border-left-color:#3b82f6}.log-entry.action_taken{border-left-color:#9f7aea}.log-entry.progress_check{border-left-color:#06b6d4}.log-entry.goal_achieved{border-left-color:#10b981}.log-entry.goal_blocked,.log-entry.error{border-left-color:#ef4444}.log-type{text-transform:uppercase;color:#64748b;background:#f1f5f9;border-radius:4px;padding:.125rem .375rem;font-size:.6875rem;font-weight:600}.log-name{color:#1e293b;flex:1}.log-time{color:#94a3b8;font-size:.75rem}.state-view{flex-direction:column;gap:1rem;display:flex}.state-header{color:#64748b;background:#f8fafc;border-radius:8px;align-items:center;gap:1rem;padding:.75rem 1rem;font-size:.875rem;display:flex}.state-header button{margin-left:auto}.modal-footer{justify-content:space-between;align-items:center;display:flex}.footer-left,.footer-right{gap:.5rem;display:flex}.text-success{color:#10b981}.text-error{color:#ef4444}.text-warning{color:#f59e0b}.text-info{color:#3b82f6}.form-row{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.help-text{color:#94a3b8;margin-top:.25rem;font-size:.75rem;display:block}.empty-state.small{padding:2rem}.empty-state.small p{color:#64748b;margin:0}@media (width<=768px){.main-content{padding:1rem}.header-content{padding:0 1rem}.agents-grid{grid-template-columns:1fr}.agent-group-header,.agent-region{flex-direction:column;align-items:stretch}.agent-group-summary,.agent-region-badges{justify-content:flex-start}.header-title h1{font-size:1.25rem}.col-md-4,.col-md-6,.col-md-8{width:100%}}
