.sidebar-container{z-index:1000;background:#fff;border-right:1px solid #e2e8f0;flex-direction:column;width:240px;min-width:240px;height:100vh;transition:width .3s,min-width .3s;display:flex;position:fixed;top:0;left:0;box-shadow:2px 0 8px #0000000f}.sidebar-container.collapsed{width:70px;min-width:70px}.sidebar-container.collapsed .sidebar-header{padding:16px 12px 12px}.sidebar-container.collapsed .logo-section{justify-content:center;margin-bottom:0}.sidebar-container.collapsed .user-profile{padding:16px 0 0}.sidebar-container.collapsed .nav-item{margin:0 8px}.sidebar-container.collapsed .nav-item-button{justify-content:center;padding:12px}.sidebar-container.collapsed .nav-item-icon{margin:0}.sidebar-header{color:#0f172a;background:#fff;border-bottom:1px solid #e2e8f0;padding:14px 14px 12px}.logo-section{align-items:center;gap:10px;margin-bottom:0;display:flex}.logo-section-clickable{cursor:pointer;border-radius:6px;margin:-4px -6px;padding:4px 6px;transition:background .2s}.logo-section-clickable:hover{background:#f1f5f9}.logo-icon{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.logo-icon img{object-fit:contain;width:20px;height:20px}.logo-text{color:#0f172a;letter-spacing:-.02em;font-size:.95rem;font-weight:700}.tenant-dropdown-menu{margin-top:4px;position:relative;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:#0006!important;border:1px solid #fff3!important;border-radius:8px!important;overflow:hidden!important;box-shadow:0 10px 25px -5px #0000001a,0 10px 10px -5px #0000000a!important}.tenant-dropdown-menu:before{content:"";opacity:.6;z-index:-1;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:8px;position:absolute;inset:0}.tenant-dropdown-menu .MuiPaper-root,.tenant-dropdown-menu .MuiMenu-paper{border-radius:8px!important;overflow:hidden!important}.tenant-menu-item{border-bottom:1px solid #ffffff26;padding:0!important}.tenant-menu-item:last-child{border-bottom:none;padding-bottom:8px!important}.tenant-menu-item:hover{background-color:#ffffff26!important}.tenant-option{align-items:center;gap:12px;width:100%;min-height:48px;padding:12px 16px;display:flex}.sidebar-container .tenant-details .tenant-name{color:#fff!important}.current-indicator{flex-shrink:0}.current-indicator span{color:#059669;text-transform:uppercase;letter-spacing:.025em;background:#d1fae5;border-radius:4px;padding:2px 8px;font-size:.75rem;font-weight:600}.user-profile{border-bottom:1px solid #f1f5f9;padding:16px 0 0}.navigation-section{flex:1;padding:20px 0;overflow-y:auto}.nav-category{margin-bottom:24px}.nav-category-title{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;padding:0 20px 8px;font-size:.75rem;font-weight:600}.nav-item{color:inherit;border-radius:10px;margin:0 12px;text-decoration:none;transition:all .2s;display:block}.nav-item:hover{color:inherit;text-decoration:none}.nav-item-button{border-radius:10px;align-items:center;gap:12px;width:100%;padding:12px 16px;transition:all .2s;display:flex;position:relative;overflow:hidden}.nav-item-button:hover{color:#3b82f6;background:#f8fafc}.nav-item-button.active{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);box-shadow:0 4px 12px #3b82f64d}.nav-item-button.active:before{content:"";background:#1d4ed8;border-radius:0 2px 2px 0;width:4px;position:absolute;top:0;bottom:0;left:0}.nav-item-icon{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.nav-item-text{text-align:left;flex:1;font-size:.875rem;font-weight:500}.nav-item-badge{color:#fff;text-align:center;background:#ef4444;border-radius:10px;min-width:20px;padding:2px 6px;font-size:.75rem;font-weight:600}.nav-item-chevron{color:#94a3b8;flex-shrink:0;transition:transform .2s}.nav-item-chevron.expanded{transform:rotate(180deg)}.nav-item-button.parent-active{color:#3b82f6}.nav-item-child{padding-left:16px}.nav-item-flyout{min-width:180px;padding:8px 0;border-radius:10px!important;box-shadow:0 4px 12px #0000001a!important}.nav-item-flyout-title{color:#64748b;text-transform:uppercase;letter-spacing:.05em;padding:8px 16px;font-size:.75rem;font-weight:600}.nav-item-flyout-link{color:inherit;text-decoration:none;display:block}.nav-item-flyout-link:hover{color:inherit;text-decoration:none}.nav-item-flyout-item{align-items:center;gap:12px;padding:10px 16px;transition:all .2s;display:flex}.nav-item-flyout-item:hover{color:#3b82f6;background:#f8fafc}.nav-item-flyout-item.active{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%)}.nav-item-flyout-item .nav-item-text{font-size:.875rem;font-weight:500}.sidebar-footer{background:#fafbfc;border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:8px;padding:16px 20px;display:flex}.sidebar-footer-text{color:#94a3b8;flex:1;justify-content:flex-start;align-items:center;gap:4px;font-size:.75rem;display:flex}.sidebar-footer-logo{object-fit:contain;width:24px;height:24px}.sidebar-footer-logo-inline{object-fit:contain;vertical-align:middle;height:1.2em;margin:0 0 2px}.sidebar-footer-brand{align-items:center;gap:2px;font-weight:500;display:inline-flex}.sidebar-toggle{cursor:pointer;z-index:1001;background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:all .2s;display:flex;position:absolute;top:50%;right:-12px;transform:translateY(-50%);box-shadow:0 2px 4px #0000001a}.sidebar-toggle:hover{background:#f8fafc;transform:translateY(-50%)scale(1.05);box-shadow:0 4px 8px #00000026}.sidebar-toggle:active{transform:translateY(-50%)scale(.95)}.navigation-section::-webkit-scrollbar{width:4px}.navigation-section::-webkit-scrollbar-track{background:0 0}.navigation-section::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}.navigation-section::-webkit-scrollbar-thumb:hover{background:#94a3b8}.view-as-banner{background:#f59e0b1f;border:1px solid #f59e0b80;border-radius:8px;flex-direction:column;gap:6px;margin:8px 12px 4px;padding:8px 10px;display:flex}.view-as-banner-label{color:#b45309;align-items:center;gap:6px;font-size:.75rem;font-weight:600;display:flex}.view-as-banner-exit{color:#fff;cursor:pointer;background:#d97706;border:none;border-radius:6px;justify-content:center;align-items:center;gap:6px;width:100%;padding:6px 8px;font-size:.75rem;font-weight:600;transition:background .15s;display:inline-flex}.view-as-banner-exit:hover{background:#b45309}.view-as-banner-exit-collapsed{color:#fff;cursor:pointer;background:#d97706;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;margin:8px auto 4px;display:flex}.view-as-banner-exit-collapsed:hover{background:#b45309}.prompt-editor{background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;display:flex;overflow:hidden}.prompt-editor__toolbar{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:12px;padding:8px 12px;display:flex}.prompt-editor__label{color:#0f172a;font-size:14px;font-weight:500}.prompt-editor__required{color:#ef4444;margin-left:4px}.prompt-editor__toolbar-buttons{align-items:center;gap:8px;display:flex}.prompt-editor__toggle{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:500;transition:all .15s;display:inline-flex}.prompt-editor__toggle:hover{color:#475569;background:#f1f5f9;border-color:#cbd5e1}.prompt-editor__toggle:disabled{opacity:.45;cursor:not-allowed}.prompt-editor__toggle:disabled:hover{color:#64748b;background:#fff;border-color:#e2e8f0}.prompt-editor__toggle--active{color:#fff;background:#3b82f6;border-color:#3b82f6}.prompt-editor__toggle--active:hover{color:#fff;background:#2563eb;border-color:#2563eb}.prompt-editor__body{flex:1;min-height:0;display:flex}.prompt-editor__editor-pane,.prompt-editor__preview-pane{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.prompt-editor__content{flex:1;overflow-y:auto}.prompt-editor__content .tiptap{color:#0f172a;outline:none;min-height:100%;padding:12px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.6}.prompt-editor__content .tiptap p{margin:0 0 8px}.prompt-editor__content .tiptap p:last-child{margin-bottom:0}.prompt-editor__content .tiptap.is-empty:before{content:attr(data-placeholder);color:#94a3b8;float:left;pointer-events:none;height:0}.prompt-editor__preview-pane{background:#fafafa}.prompt-editor__preview-content{color:#0f172a;flex:1;padding:12px;font-size:14px;line-height:1.6;overflow-y:auto}.prompt-editor__preview-content h1,.prompt-editor__preview-content h2,.prompt-editor__preview-content h3,.prompt-editor__preview-content h4,.prompt-editor__preview-content h5,.prompt-editor__preview-content h6{color:#0f172a;margin:0 0 12px;font-weight:600}.prompt-editor__preview-content h1{font-size:1.5em}.prompt-editor__preview-content h2{font-size:1.3em}.prompt-editor__preview-content h3{font-size:1.1em}.prompt-editor__preview-content p{margin:0 0 8px}.prompt-editor__preview-content p:last-child{margin-bottom:0}.prompt-editor__preview-content ul,.prompt-editor__preview-content ol{margin:0 0 8px;padding-left:24px}.prompt-editor__preview-content li{margin-bottom:4px}.prompt-editor__preview-content code{background:#f1f5f9;border-radius:4px;padding:2px 6px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.9em}.prompt-editor__preview-content pre{color:#e2e8f0;background:#1e293b;border-radius:6px;margin:0 0 8px;padding:12px;overflow-x:auto}.prompt-editor__preview-content pre code{color:inherit;background:0 0;padding:0}.prompt-editor__preview-content blockquote{color:#64748b;border-left:3px solid #3b82f6;margin:0 0 8px;padding-left:12px}.prompt-editor__preview-content strong{font-weight:600}.prompt-editor__preview-content em{font-style:italic}.prompt-tag{white-space:nowrap;vertical-align:baseline;border-radius:4px;align-items:center;gap:4px;padding:2px 8px;font-size:.85em;font-weight:500;display:inline-flex}.prompt-tag__icon{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.prompt-tag__name{display:inline}.prompt-tag--tool{color:#8b5cf6;background-color:#8b5cf633;border:1px solid #8b5cf666}.prompt-tag--attr-read{color:#10b981;background-color:#10b98133;border:1px solid #10b98166}.prompt-tag--attr-write{color:#3b82f6;background-color:#3b82f633;border:1px solid #3b82f666}.prompt-tag--sub-agent{color:#f59e0b;background-color:#f59e0b33;border:1px solid #f59e0b66}.prompt-tag--call-meta{color:#8b5cf6;background-color:#8b5cf633;border:1px solid #8b5cf666}.prompt-tag--invalid{color:#ef4444;background-color:#ef444433;border:1px solid #ef444466}.tag-chip{white-space:nowrap;vertical-align:baseline;border:1px solid;border-radius:4px;align-items:center;padding:2px 8px;font-size:.85em;font-weight:500;display:inline-flex}.mention-list{background:#fff;border:1px solid #e2e8f0;border-radius:8px;min-width:240px;max-height:300px;overflow-y:auto;box-shadow:0 4px 12px #00000026}.mention-list__group:not(:last-child){border-bottom:1px solid #f1f5f9}.mention-list__group-header{color:#64748b;text-transform:uppercase;letter-spacing:.05em;background:#f8fafc;align-items:center;gap:6px;padding:8px 12px;font-size:11px;font-weight:600;display:flex}.mention-list__item{text-align:left;cursor:pointer;color:#0f172a;background:0 0;border:none;align-items:center;gap:8px;width:100%;padding:8px 12px;font-size:14px;transition:background-color .15s;display:flex}.mention-list__item:hover,.mention-list__item--selected{background-color:#f1f5f9}.mention-list__item--selected{background-color:#e2e8f0}.mention-list__item-icon{width:20px;height:20px;color:var(--tag-color);justify-content:center;align-items:center;display:flex}.mention-list__item-name{flex:1}.mention-list__empty{color:#94a3b8;justify-content:center;align-items:center;gap:8px;padding:16px;font-size:14px;display:flex}.tippy-box[data-theme=""]{box-shadow:none;background:0 0;border:none}.tippy-box[data-theme=""] .tippy-content{padding:0}.prompt-editor-fullscreen{z-index:1300;background:#fff;flex-direction:column;display:flex;position:fixed;inset:0}.prompt-editor-fullscreen__header{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:12px 20px;display:flex}.prompt-editor-fullscreen__title{color:#0f172a;font-size:16px;font-weight:600}.prompt-editor-fullscreen__actions{align-items:center;gap:8px;display:flex}.prompt-editor-fullscreen__close{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .15s;display:flex}.prompt-editor-fullscreen__close:hover{color:#0f172a;background:#e2e8f0}.prompt-editor-fullscreen__body{flex:1;min-height:0;display:flex}.prompt-editor-fullscreen__pane{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.prompt-editor-fullscreen__pane:first-child{border-right:1px solid #e2e8f0}.prompt-editor-fullscreen__pane .prompt-editor__editor-pane,.prompt-editor-fullscreen__pane .prompt-editor__preview-pane{flex:1;min-height:0}.prompt-editor-fullscreen__pane .prompt-editor__content,.prompt-editor-fullscreen__pane .prompt-editor__preview-content{height:100%}.prompt-editor-fullscreen__pane-header{color:#64748b;text-transform:uppercase;letter-spacing:.05em;background:#f1f5f9;border-bottom:1px solid #e2e8f0;padding:8px 16px;font-size:12px;font-weight:600}.stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:14px 16px;position:relative;overflow:hidden;box-shadow:0 1px 2px #0000000d}.stat-card:before{content:"";background:linear-gradient(90deg,#667eea 0%,#764ba2 100%);height:3px;position:absolute;top:0;left:0;right:0}.stat-card .stat-card__icon{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:absolute;top:14px;right:14px}.stat-card .stat-card__icon.success{background:linear-gradient(135deg,#10b981 0%,#059669 100%)}.stat-card .stat-card__icon.warning{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%)}.stat-card .stat-card__icon.error{background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%)}.stat-card .stat-card__icon.info{background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%)}.stat-card .stat-card__content{flex-direction:column;min-width:0;display:flex}.stat-card .stat-card__title{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin:0 0 4px;font-size:.6875rem;font-weight:600}.stat-card .stat-card__value{color:#0f172a;letter-spacing:-.025em;margin:0;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:1.25rem;font-weight:700}.stat-card .stat-card__subtitle{margin:2px 0 0;font-size:.6875rem;font-weight:500}.stat-card .stat-card__subtitle.positive{color:#10b981}.stat-card .stat-card__subtitle.negative{color:#ef4444}.stat-card .stat-card__subtitle.neutral{color:#64748b}@keyframes shared-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.datagrid-content{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.datagrid-title-bar{background:#fff;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.datagrid-title-bar .datagrid-title-bar-left{flex:1}.datagrid-title-bar .datagrid-title-bar-right{color:#94a3b8;text-transform:none;letter-spacing:normal;align-items:center;font-size:.75rem;font-weight:400;display:flex}.datagrid-title{color:#0f172a;margin:0;font-size:1.125rem;font-weight:600}.datagrid-subtitle{color:#64748b;margin:0;font-size:.875rem}.datagrid-grid{flex-direction:column;display:flex}.datagrid-grid-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;gap:0;display:grid}.datagrid-grid-header .datagrid-cell{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.05em;align-items:center;min-width:0;padding:16px 20px;font-size:.75rem;font-weight:600;line-height:1.3;display:flex}.datagrid-grid-body{flex-direction:column;display:flex}.datagrid-row{border-bottom:1px solid #f1f5f9;gap:0;display:grid}.datagrid-row:last-child{border-bottom:none}.datagrid-row .datagrid-cell{align-items:center;min-width:0;min-height:72px;padding:16px 20px;display:flex}.datagrid-row-clickable{cursor:pointer;transition:all .2s}.datagrid-row-clickable:hover{background:#f8fafc;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.datagrid-loading-row{border-bottom:1px solid #f1f5f9;gap:0;display:grid}.datagrid-loading-row .datagrid-cell{align-items:center;min-height:72px;padding:16px 20px;display:flex}.datagrid-skeleton{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;border-radius:4px;width:80%;height:20px;animation:1.5s infinite shared-shimmer}.datagrid-empty{text-align:center;color:#94a3b8;justify-content:center;align-items:center;padding:80px 20px;display:flex}.datagrid-pagination{background:#fafbfc;border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.datagrid-pagination .pagination-info{color:#64748b;font-size:.875rem;font-weight:400}.datagrid-pagination-info{color:#64748b;font-size:.875rem}@media (width<=1024px){.datagrid-grid-header{display:none}.datagrid-row{gap:8px;padding:12px 4px;grid-template-columns:1fr!important}.datagrid-row .datagrid-cell{min-height:0;padding:4px 12px}.datagrid-loading-row{grid-template-columns:1fr!important}.datagrid-title-bar{flex-direction:column;align-items:flex-start;gap:8px}}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:.8;--PhoneInputInternationalIconGlobe-opacity:.65;--PhoneInputCountrySelect-marginRight:.35em;--PhoneInputCountrySelectArrow-width:.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{width:100%;height:100%;display:block}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{margin-right:var(--PhoneInputCountrySelect-marginRight);align-self:stretch;align-items:center;display:flex;position:relative}.PhoneInputCountrySelect{z-index:1;opacity:0;cursor:pointer;border:0;width:100%;height:100%;position:absolute;top:0;left:0}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity);display:block}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.app-layout{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.app-main{background:0 0;flex:1;margin-left:240px;padding:0;transition:margin-left .3s;overflow-x:hidden}.app-main.sidebar-collapsed{margin-left:70px}.login-page{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;min-height:100vh;margin-left:0;padding:0;display:flex}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1e293b;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.page-container{box-sizing:border-box;width:100%;max-width:1400px;margin:0 auto;padding:32px 20px;overflow:hidden}.page-header{margin-bottom:32px}.page-title{color:#0f172a;letter-spacing:-.025em;margin:0 0 8px;font-size:2rem;font-weight:700}.page-subtitle{color:#64748b;margin:0;font-size:1rem;font-weight:400}.enterprise-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;transition:all .2s ease-in-out;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.enterprise-card:hover{border-color:#cbd5e1;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.loading-skeleton{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;animation:1.5s infinite loading}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (width<=1024px){.app-main{margin-left:240px}.page-container{padding:24px 20px}.page-title{font-size:1.75rem}}@media (width<=768px){.app-main{margin-left:70px}.page-container{padding:20px 16px}.page-title{font-size:1.5rem}}@keyframes blink{0%,49%,to{opacity:1}50%,99%{opacity:.2}}.calllog-page{flex-direction:column;gap:24px;display:flex}.calllog-page .operator-toggle{background:#f1f5f9;border-radius:8px;gap:2px;padding:3px;display:flex}.calllog-page .operator-toggle .operator-toggle-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px 16px;font-size:.8125rem;font-weight:500;transition:all .2s}.calllog-page .operator-toggle .operator-toggle-btn:hover{color:#0f172a}.calllog-page .operator-toggle .operator-toggle-btn.active{color:#0f172a;background:#fff;font-weight:600;box-shadow:0 1px 3px #0000001a}.calllog-page .calllog-controls{box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-wrap:wrap;gap:8px 16px;padding:16px 24px;display:flex;box-shadow:0 1px 2px #0000000d}.calllog-page .calllog-controls .filter-group{flex-direction:column;flex:180px;gap:6px;min-width:180px;display:flex}.calllog-page .calllog-controls .filter-group.search-group{flex:calc(50% - 8px);min-width:240px}.calllog-page .calllog-controls .filter-group.score-group{flex:1 1 0;min-width:140px}.calllog-page .calllog-controls .filter-group .filter-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.calllog-page .calllog-controls .filter-row-break{flex-basis:100%;height:0}.calllog-page .calllog-controls .filter-select{width:100%}.calllog-page .calllog-controls .filter-select .MuiOutlinedInput-root,.calllog-page .calllog-controls .filter-select.MuiOutlinedInput-root{border-radius:8px;font-size:.8125rem}.calllog-page .calllog-controls .search-group .search-field{width:100%}.calllog-page .calllog-controls .search-group .search-field .MuiOutlinedInput-root{border-radius:8px;font-size:.8125rem}.calllog-page .calllog-content{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.calllog-page .calllog-content .calllog-table-header{background:#fff;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.calllog-page .calllog-content .calllog-table-header .calllog-table-title{color:#0f172a;margin:0;font-size:1.125rem;font-weight:600}.calllog-page .calllog-content .calllog-table-header .calllog-table-subtitle{color:#64748b;margin:0;font-size:.875rem}.calllog-page .calllog-grid{flex-direction:column;display:flex}.calllog-page .calllog-grid .calllog-grid-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;grid-template-columns:3fr 1fr 1fr .7fr 1fr 1fr;gap:0;display:grid}.calllog-page .calllog-grid .calllog-grid-header .grid-cell{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;padding:16px 20px;font-size:.75rem;font-weight:600}.calllog-page .calllog-grid .calllog-grid-body{flex-direction:column;display:flex}.calllog-page .calllog-grid .calllog-grid-body .call-grid-row{border-bottom:1px solid #f1f5f9;grid-template-columns:3fr 1fr 1fr .7fr 1fr 1fr;gap:0;transition:all .2s;display:grid}.calllog-page .calllog-grid .calllog-grid-body .call-grid-row:last-child{border-bottom:none}.calllog-page .calllog-grid .calllog-grid-body .call-grid-row:hover{background:#f8fafc}.calllog-page .calllog-grid .calllog-grid-body .call-grid-row .grid-cell{align-items:center;min-width:0;min-height:72px;padding:16px 20px;display:flex}.calllog-page .calllog-grid .calllog-grid-body .call-grid-row .grid-cell:first-child{padding-left:24px}.calllog-page .calllog-grid .calllog-grid-body .call-grid-row .grid-cell:last-child{padding-right:24px}.calllog-page .calllog-grid .calllog-grid-body .call-grid-row.clickable{cursor:pointer}.calllog-page .calllog-grid .calllog-grid-body .call-grid-row.clickable:hover{background:#f8fafc;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.calllog-page .calllog-grid .calllog-grid-body .call-grid-row.in-progress{border-left:3px solid #3b82f6}.calllog-page .call-info{align-items:center;width:100%;min-width:0;display:flex}.calllog-page .call-info .call-avatar{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;margin-right:16px;font-size:1.125rem;font-weight:600;display:flex}.calllog-page .call-info .call-details{flex:1;min-width:0;overflow:hidden}.calllog-page .call-info .call-details .call-title{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin:0 0 4px;font-size:.875rem;font-weight:600;display:block;overflow:hidden}.calllog-page .call-info .call-details .call-title-text{text-overflow:ellipsis;white-space:nowrap;flex:0 auto;min-width:0;overflow:hidden}.calllog-page .call-info .call-details .call-meta{color:#64748b;flex-direction:column;font-size:.75rem;display:flex}.calllog-page .call-info .call-details .call-meta .call-number{align-items:center;gap:4px;display:flex}.calllog-page .call-info .call-details .call-meta .call-date{color:#94a3b8;align-items:center;gap:4px;display:flex}.calllog-page .call-info .call-details .call-meta .call-origin{color:#64748b;align-items:center;gap:4px;display:flex}.calllog-page .datagrid-cell[data-label=Resolution]{text-align:center;justify-content:center}.calllog-page .viewed-chip{text-transform:uppercase;letter-spacing:.03em;color:#1d4ed8;background:#dbeafe;border-radius:999px;flex-shrink:0;align-items:center;margin-left:auto;padding:2px 5px 1px;font-size:.58rem;font-weight:600;display:inline-flex}.calllog-page .call-resolution-stack{justify-content:center;align-items:center;display:inline-flex;position:relative}.calllog-page .call-resolution-sub{text-align:center;white-space:nowrap;opacity:.85;font-size:.7rem;font-weight:500;position:absolute;top:calc(100% + 2px);left:50%;transform:translate(-50%)}.calllog-page .call-resolution{border-radius:6px;align-items:center;gap:6px;padding:4px 8px;font-size:.75rem;font-weight:500;display:inline-flex}.calllog-page .call-resolution.in-progress{color:#3730a3;background:#e0e7ff}.calllog-page .call-duration{color:#0f172a;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:.875rem;font-weight:600}.calllog-page .call-score{align-items:center;gap:8px;display:flex}.calllog-page .call-score .score-stars{gap:2px;display:flex}.calllog-page .call-score .score-value{color:#0f172a;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:.875rem;font-weight:600}.calllog-page .call-labels{flex-direction:column;align-items:flex-start;gap:4px;min-width:0;max-width:100%;display:flex}.calllog-page .call-labels .call-label{color:#64748b;white-space:nowrap;text-overflow:ellipsis;background:#f1f5f9;border-radius:4px;max-width:100%;padding:2px 8px;font-size:.75rem;font-weight:500;display:inline-block;overflow:hidden}.calllog-page .call-labels .call-label.highlight{color:#fff;background:#667eea}.calllog-page .sentiment-badge{white-space:nowrap;border-radius:6px;align-items:center;padding:4px 10px;font-size:.75rem;font-weight:500;display:inline-flex}.calllog-page .sentiment-badge.very_high{color:#14532d;background:#bbf7d0}.calllog-page .sentiment-badge.high{color:#166534;background:#dcfce7}.calllog-page .sentiment-badge.neutral{color:#3f6212;background:#ecfccb}.calllog-page .sentiment-badge.low{color:#854d0e;background:#fef9c3}.calllog-page .sentiment-badge.very_low{color:#991b1b;background:#fee2e2}.calllog-page .sentiment-badge.empty{color:#94a3b8;background:#f1f5f9}.calllog-page .score-bar-row{align-items:center;gap:8px;width:100%;display:flex}.calllog-page .score-bar-row .score-bar{background-color:#e5e7eb;border-radius:3px;flex:1;max-width:50px;height:6px;overflow:hidden}.calllog-page .score-bar-row .score-bar .score-fill{border-radius:3px;height:100%;transition:width .3s}.calllog-page .score-bar-row .score-bar .score-fill.positive{background-color:#10b981}.calllog-page .score-bar-row .score-bar .score-fill.fair{background-color:#eab308}.calllog-page .score-bar-row .score-bar .score-fill.negative{background-color:#ef4444}.calllog-page .score-bar-row .score-value{color:#64748b;text-align:right;min-width:30px;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:.75rem;font-weight:600}.calllog-page .scores-container{flex-direction:column;gap:4px;width:100%;display:flex}.calllog-page .scores-container .score-row{align-items:center;gap:6px;width:100%;display:flex}.calllog-page .scores-container .score-row .score-label{color:#64748b;flex-shrink:0;min-width:52px;font-size:.55rem;font-weight:500}.calllog-page .scores-container .score-row .score-bar-row{gap:6px}.calllog-page .scores-container .score-row .score-bar-row .score-bar{min-width:30px}.calllog-page .scores-container .score-row .score-bar-row .score-value{min-width:22px;font-size:.55rem}.calllog-page .calllog-pagination{background:#fafbfc;border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.calllog-page .calllog-pagination .pagination-info{color:#64748b;font-size:.875rem}.calllog-page .loading-row{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;height:80px;animation:1.5s infinite loading}.calllog-page .calllog-empty-state{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;min-height:400px;padding:80px 20px;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000001a}.calllog-page .calllog-empty-state .empty-state-content{max-width:400px}.calllog-page .loading-skeleton{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;animation:1.5s infinite loading}@media (width<=1024px){.calllog-page .calllog-grid-header,.calllog-page .call-grid-row{grid-template-columns:3fr 1fr 1fr .7fr 1fr 1fr}}@media (width<=768px){.calllog-page .calllog-grid{font-size:.875rem}.calllog-page .calllog-grid .calllog-grid-header,.calllog-page .calllog-grid .call-grid-row{grid-template-columns:1fr;gap:8px}.calllog-page .calllog-grid .calllog-grid-header .grid-cell{display:none}.calllog-page .calllog-grid .calllog-grid-header .grid-cell:first-child{display:block}.calllog-page .calllog-grid .call-grid-row .grid-cell{border-bottom:1px solid #f1f5f9;padding:12px 16px}.calllog-page .calllog-grid .call-grid-row .grid-cell:last-child{border-bottom:none}.calllog-page .calllog-grid .call-grid-row .grid-cell:not(:first-child):before{content:attr(data-label);color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;font-size:.75rem;font-weight:600;display:block}.calllog-page .call-info{flex-direction:column;align-items:flex-start;gap:12px;width:100%;min-width:0}.calllog-page .call-info .call-details,.calllog-page .call-info .call-details .call-title{width:100%;min-width:0}.calllog-page .calllog-empty-state{min-height:300px;padding:60px 16px}.calllog-page .calllog-empty-state .empty-state-content{max-width:300px}}.page-layout,.page-tab-content{flex-direction:column;gap:24px;display:flex}.page-layout-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:8px;display:flex}.page-layout-header-left{flex:1}.page-layout-title{color:#0f172a;letter-spacing:-.025em;margin:0 0 8px;font-size:2rem;font-weight:700}.page-layout-subtitle{color:#64748b;margin:0;font-size:1rem;font-weight:400}.page-layout-header-actions{align-items:center;gap:12px;display:flex}@media (width<=1024px){.page-layout-header{flex-direction:column;align-items:stretch;gap:16px}.page-layout-header-actions{justify-content:flex-end}}.agents-page{flex-direction:column;gap:24px;display:flex}.agents-page .agents-controls{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-wrap:wrap;align-items:center;gap:16px;padding:20px 24px;display:flex;box-shadow:0 1px 3px #0000001a}.agents-page .agents-controls .filter-group{flex-direction:column;gap:6px;display:flex}.agents-page .agents-controls .filter-group:last-child{flex:1;min-width:320px}.agents-page .agents-controls .filter-group .filter-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.agents-page .agents-controls .filter-group .filter-select{min-width:160px}.agents-page .agents-controls .filter-group .filter-select .MuiOutlinedInput-root,.agents-page .agents-controls .filter-group .filter-select.MuiOutlinedInput-root{border-radius:8px;font-size:.875rem}.agents-page .agents-controls .filter-group .search-field{flex:1;min-width:320px;max-width:400px}.agents-page .agents-controls .filter-group .search-field .MuiOutlinedInput-root,.agents-page .agents-controls .filter-group .search-field.MuiOutlinedInput-root{border-radius:8px;font-size:.875rem}.agents-page .agents-content{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.agents-page .agents-content .agents-table-header{background:#fff;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.agents-page .agents-content .agents-table-header .agents-table-header-left{flex:1}.agents-page .agents-content .agents-table-header .agents-table-header-left .agents-table-title{color:#0f172a;margin:0;font-size:1.125rem;font-weight:600}.agents-page .agents-content .agents-table-header .agents-table-header-left .agents-table-subtitle{color:#64748b;margin:0;font-size:.875rem}.agents-page .agents-content .agents-table-header .agents-table-header-right{align-items:center;display:flex}.agents-page .agents-content .agents-table-header .agents-table-header-right .agents-table-results{color:#94a3b8;text-transform:none;letter-spacing:normal;font-size:.75rem;font-weight:400}.agents-page .agents-grid{flex-direction:column;display:flex}.agents-page .agents-grid .agents-grid-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;grid-template-columns:1.5fr 160px 240px 280px;gap:0;display:grid}.agents-page .agents-grid .agents-grid-header .grid-cell{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.05em;align-items:center;min-width:0;padding:16px 20px;font-size:.75rem;font-weight:600;line-height:1.3;display:flex}.agents-page .agents-grid .agents-grid-body{flex-direction:column;display:flex}.agents-page .agents-grid .agents-grid-body .agent-grid-row{cursor:pointer;border-bottom:1px solid #f1f5f9;grid-template-columns:1.5fr 160px 240px 280px;gap:0;transition:all .2s;display:grid}.agents-page .agents-grid .agents-grid-body .agent-grid-row:last-child{border-bottom:none}.agents-page .agents-grid .agents-grid-body .agent-grid-row:hover{background:#f8fafc;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.agents-page .agents-grid .agents-grid-body .agent-grid-row .grid-cell{align-items:center;min-width:0;min-height:72px;padding:16px 20px;display:flex}.agents-page .agent-info{align-items:center;width:100%;min-width:0;display:flex}.agents-page .agent-info .agent-avatar{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;margin-right:16px;font-size:1.125rem;font-weight:600;display:flex}.agents-page .agent-info .agent-details{flex:1;min-width:0;overflow:hidden}.agents-page .agent-info .agent-details .agent-title{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin:0 0 4px;font-size:.875rem;font-weight:600;display:block;overflow:hidden}.agents-page .agent-info .agent-details .agent-meta{color:#64748b;align-items:center;gap:12px;font-size:.75rem;display:flex}.agents-page .agent-info .agent-details .agent-meta .agent-description{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;max-width:200px;overflow:hidden}.agents-page .agent-info .agent-details .agent-updated{color:#94a3b8;margin-top:4px;font-size:.7rem}.agents-page .agent-profile{flex-direction:column;gap:8px;width:100%;display:flex}.agents-page .agent-profile .agent-name{align-items:center;gap:4px;min-width:0;display:flex}.agents-page .agent-profile .agent-tags{flex-wrap:wrap;gap:6px;display:flex}.agents-page .agent-stats{flex-direction:column;gap:4px;display:flex}.agents-page .agent-stats .stat-row{justify-content:space-between;align-items:center;gap:8px;font-size:.7rem;display:flex}.agents-page .agent-stats .stat-row .stat-label{color:#64748b;font-weight:500}.agents-page .agent-stats .stat-row .stat-value{color:#0f172a;white-space:nowrap;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:.78rem;font-weight:600}.agents-page .agents-pagination{background:#fafbfc;border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.agents-page .agents-pagination .pagination-info{color:#64748b;font-size:.875rem;font-weight:400}.agents-page .agents-empty-state{text-align:center;background:#fff;justify-content:center;align-items:center;min-height:300px;margin-top:20px;padding:80px 20px;display:flex}.agents-page .agents-empty-state .empty-state-content{max-width:400px}.agents-page .loading-row,.agents-page .loading-skeleton{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;height:80px;animation:1.5s infinite shared-shimmer}@media (width<=1024px){.agents-page .agents-controls{flex-direction:column;align-items:stretch}.agents-page .agents-controls .filter-group{flex-direction:row;align-items:center;gap:12px}.agents-page .agent-info .agent-avatar{width:40px;height:40px;margin-right:10px}.agents-page .agent-info .agent-details .agent-meta .agent-description{white-space:normal;max-width:100%}.agents-page .agent-stats .stat-row{gap:8px}}@media (width<=768px){.agents-page .agents-controls{padding:12px}.agents-page .agents-controls .filter-group{min-width:0}.agents-page .agents-controls .filter-group:last-child,.agents-page .agents-controls .filter-group .filter-select,.agents-page .agents-controls .filter-group .search-field{width:100%;min-width:0}.agents-page .agent-info{align-items:flex-start}.agents-page .agent-info .agent-avatar{width:40px;height:40px;margin-right:12px}.agents-page .agent-info .agent-details{width:100%;min-width:0}.agents-page .agent-info .agent-details .agent-meta .agent-description{white-space:normal;max-width:100%}.agents-page .agents-empty-state{min-height:250px;margin-top:16px;padding:60px 16px}.agents-page .agents-empty-state .empty-state-content{max-width:300px}}.react-flow{--xy-edge-stroke-default:#b1b1b7;--xy-edge-stroke-width-default:1;--xy-edge-stroke-selected-default:#555;--xy-connectionline-stroke-default:#b1b1b7;--xy-connectionline-stroke-width-default:1;--xy-attribution-background-color-default:#ffffff80;--xy-minimap-background-color-default:#fff;--xy-minimap-mask-background-color-default:#f0f0f099;--xy-minimap-mask-stroke-color-default:transparent;--xy-minimap-mask-stroke-width-default:1;--xy-minimap-node-background-color-default:#e2e2e2;--xy-minimap-node-stroke-color-default:transparent;--xy-minimap-node-stroke-width-default:2;--xy-background-color-default:transparent;--xy-background-pattern-dots-color-default:#91919a;--xy-background-pattern-lines-color-default:#eee;--xy-background-pattern-cross-color-default:#e2e2e2;background-color:var(--xy-background-color,var(--xy-background-color-default));--xy-node-color-default:inherit;--xy-node-border-default:1px solid #1a192b;--xy-node-background-color-default:#fff;--xy-node-group-background-color-default:#f0f0f040;--xy-node-boxshadow-hover-default:0 1px 4px 1px #00000014;--xy-node-boxshadow-selected-default:0 0 0 .5px #1a192b;--xy-node-border-radius-default:3px;--xy-handle-background-color-default:#1a192b;--xy-handle-border-color-default:#fff;--xy-selection-background-color-default:#0059dc14;--xy-selection-border-default:1px dotted #0059dccc;--xy-controls-button-background-color-default:#fefefe;--xy-controls-button-background-color-hover-default:#f4f4f4;--xy-controls-button-color-default:inherit;--xy-controls-button-color-hover-default:inherit;--xy-controls-button-border-color-default:#eee;--xy-controls-box-shadow-default:0 0 2px 1px #00000014;--xy-edge-label-background-color-default:#fff;--xy-edge-label-color-default:inherit;--xy-resize-background-color-default:#3367d9;direction:ltr}.react-flow.dark{--xy-edge-stroke-default:#3e3e3e;--xy-edge-stroke-width-default:1;--xy-edge-stroke-selected-default:#727272;--xy-connectionline-stroke-default:#b1b1b7;--xy-connectionline-stroke-width-default:1;--xy-attribution-background-color-default:#96969640;--xy-minimap-background-color-default:#141414;--xy-minimap-mask-background-color-default:#3c3c3c99;--xy-minimap-mask-stroke-color-default:transparent;--xy-minimap-mask-stroke-width-default:1;--xy-minimap-node-background-color-default:#2b2b2b;--xy-minimap-node-stroke-color-default:transparent;--xy-minimap-node-stroke-width-default:2;--xy-background-color-default:#141414;--xy-background-pattern-dots-color-default:#777;--xy-background-pattern-lines-color-default:#777;--xy-background-pattern-cross-color-default:#777;--xy-node-color-default:#f8f8f8;--xy-node-border-default:1px solid #3c3c3c;--xy-node-background-color-default:#1e1e1e;--xy-node-group-background-color-default:#f0f0f040;--xy-node-boxshadow-hover-default:0 1px 4px 1px #ffffff14;--xy-node-boxshadow-selected-default:0 0 0 .5px #999;--xy-handle-background-color-default:#bebebe;--xy-handle-border-color-default:#1e1e1e;--xy-selection-background-color-default:#c8c8dc14;--xy-selection-border-default:1px dotted #c8c8dccc;--xy-controls-button-background-color-default:#2b2b2b;--xy-controls-button-background-color-hover-default:#3e3e3e;--xy-controls-button-color-default:#f8f8f8;--xy-controls-button-color-hover-default:#fff;--xy-controls-button-border-color-default:#5b5b5b;--xy-controls-box-shadow-default:0 0 2px 1px #00000014;--xy-edge-label-background-color-default:#141414;--xy-edge-label-color-default:#f8f8f8}.react-flow__background{background-color:var(--xy-background-color-props,var(--xy-background-color,var(--xy-background-color-default)));pointer-events:none;z-index:-1}.react-flow__container{width:100%;height:100%;position:absolute;top:0;left:0}.react-flow__pane{z-index:1;touch-action:none}.react-flow__pane.draggable{cursor:grab}.react-flow__pane.dragging{cursor:grabbing}.react-flow__pane.selection{cursor:pointer}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow__edge-path{stroke:var(--xy-edge-stroke,var(--xy-edge-stroke-default));stroke-width:var(--xy-edge-stroke-width,var(--xy-edge-stroke-width-default));fill:none}.react-flow__connection-path{stroke:var(--xy-connectionline-stroke,var(--xy-connectionline-stroke-default));stroke-width:var(--xy-connectionline-stroke-width,var(--xy-connectionline-stroke-width-default));fill:none}.react-flow .react-flow__edges{position:absolute}.react-flow .react-flow__edges svg{pointer-events:none;position:absolute;overflow:visible}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.selectable{cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:.5s linear infinite dashdraw}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge.selectable:focus .react-flow__edge-path,.react-flow__edge.selectable:focus-visible .react-flow__edge-path{stroke:var(--xy-edge-stroke-selected,var(--xy-edge-stroke-selected-default))}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;user-select:none}.react-flow__arrowhead polyline{stroke:var(--xy-edge-stroke,var(--xy-edge-stroke-default))}.react-flow__arrowhead polyline.arrowclosed{fill:var(--xy-edge-stroke,var(--xy-edge-stroke-default))}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:.5s linear infinite dashdraw}svg.react-flow__connectionline{z-index:1001;position:absolute;overflow:visible}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{-webkit-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:default;position:absolute}.react-flow__node.selectable{cursor:pointer}.react-flow__node.draggable{cursor:grab;pointer-events:all}.react-flow__node.draggable.dragging{cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:0 0;pointer-events:none}.react-flow__nodesselection-rect{pointer-events:all;cursor:grab;position:absolute}.react-flow__handle{pointer-events:none;background-color:var(--xy-handle-background-color,var(--xy-handle-background-color-default));border:1px solid var(--xy-handle-border-color,var(--xy-handle-border-color-default));border-radius:100%;width:6px;min-width:5px;height:6px;min-height:5px;position:absolute}.react-flow__handle.connectingfrom{pointer-events:all}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;bottom:0;left:50%;transform:translate(-50%,50%)}.react-flow__handle-top{top:0;left:50%;transform:translate(-50%,-50%)}.react-flow__handle-left{top:50%;left:0;transform:translate(-50%,-50%)}.react-flow__handle-right{top:50%;right:0;transform:translate(50%,-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__pane.selection .react-flow__panel{pointer-events:none}.react-flow__panel{z-index:5;margin:15px;position:absolute}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.top.center,.react-flow__panel.bottom.center{left:50%;transform:translate(-15px)translate(-50%)}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.left.center,.react-flow__panel.right.center{top:50%;transform:translateY(-15px)translateY(-50%)}.react-flow__attribution{background:var(--xy-attribution-background-color,var(--xy-attribution-background-color-default));margin:0;padding:2px 3px;font-size:10px}.react-flow__attribution a{color:#999;text-decoration:none}@keyframes dashdraw{0%{stroke-dashoffset:10px}}.react-flow__edgelabel-renderer{pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;position:absolute;top:0;left:0}.react-flow__viewport-portal{-webkit-user-select:none;user-select:none;width:100%;height:100%;position:absolute;top:0;left:0}.react-flow__minimap{background:var(--xy-minimap-background-color-props,var(--xy-minimap-background-color,var(--xy-minimap-background-color-default)))}.react-flow__minimap-svg{display:block}.react-flow__minimap-mask{fill:var(--xy-minimap-mask-background-color-props,var(--xy-minimap-mask-background-color,var(--xy-minimap-mask-background-color-default)));stroke:var(--xy-minimap-mask-stroke-color-props,var(--xy-minimap-mask-stroke-color,var(--xy-minimap-mask-stroke-color-default)));stroke-width:var(--xy-minimap-mask-stroke-width-props,var(--xy-minimap-mask-stroke-width,var(--xy-minimap-mask-stroke-width-default)))}.react-flow__minimap-node{fill:var(--xy-minimap-node-background-color-props,var(--xy-minimap-node-background-color,var(--xy-minimap-node-background-color-default)));stroke:var(--xy-minimap-node-stroke-color-props,var(--xy-minimap-node-stroke-color,var(--xy-minimap-node-stroke-color-default)));stroke-width:var(--xy-minimap-node-stroke-width-props,var(--xy-minimap-node-stroke-width,var(--xy-minimap-node-stroke-width-default)))}.react-flow__background-pattern.dots{fill:var(--xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-dots-color-default)))}.react-flow__background-pattern.lines{stroke:var(--xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-lines-color-default)))}.react-flow__background-pattern.cross{stroke:var(--xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-cross-color-default)))}.react-flow__controls{box-shadow:var(--xy-controls-box-shadow,var(--xy-controls-box-shadow-default));flex-direction:column;display:flex}.react-flow__controls.horizontal{flex-direction:row}.react-flow__controls-button{background:var(--xy-controls-button-background-color,var(--xy-controls-button-background-color-default));border:none;border-bottom:1px solid var(--xy-controls-button-border-color-props,var(--xy-controls-button-border-color,var(--xy-controls-button-border-color-default)));width:26px;height:26px;color:var(--xy-controls-button-color-props,var(--xy-controls-button-color,var(--xy-controls-button-color-default)));cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;padding:4px;display:flex}.react-flow__controls-button svg{fill:currentColor;width:100%;max-width:12px;max-height:12px}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-input,.react-flow__node-default,.react-flow__node-output,.react-flow__node-group{border-radius:var(--xy-node-border-radius,var(--xy-node-border-radius-default));width:150px;color:var(--xy-node-color,var(--xy-node-color-default));text-align:center;border:var(--xy-node-border,var(--xy-node-border-default));background-color:var(--xy-node-background-color,var(--xy-node-background-color-default));padding:10px;font-size:12px}.react-flow__node-input.selectable:hover,.react-flow__node-default.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:var(--xy-node-boxshadow-hover,var(--xy-node-boxshadow-hover-default))}.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:var(--xy-node-boxshadow-selected,var(--xy-node-boxshadow-selected-default))}.react-flow__node-group{background-color:var(--xy-node-group-background-color,var(--xy-node-group-background-color-default))}.react-flow__nodesselection-rect,.react-flow__selection{background:var(--xy-selection-background-color,var(--xy-selection-background-color-default));border:var(--xy-selection-border,var(--xy-selection-border-default))}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls-button:hover{background:var(--xy-controls-button-background-color-hover-props,var(--xy-controls-button-background-color-hover,var(--xy-controls-button-background-color-hover-default)));color:var(--xy-controls-button-color-hover-props,var(--xy-controls-button-color-hover,var(--xy-controls-button-color-hover-default)))}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__controls-button:last-child{border-bottom:none}.react-flow__controls.horizontal .react-flow__controls-button{border-bottom:none;border-right:1px solid var(--xy-controls-button-border-color-props,var(--xy-controls-button-border-color,var(--xy-controls-button-border-color-default)))}.react-flow__controls.horizontal .react-flow__controls-button:last-child{border-right:none}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{background-color:var(--xy-resize-background-color,var(--xy-resize-background-color-default));border:1px solid #fff;border-radius:1px;width:5px;height:5px;translate:-50% -50%}.react-flow__resize-control.handle.left{top:50%;left:0}.react-flow__resize-control.handle.right{top:50%;left:100%}.react-flow__resize-control.handle.top{top:0;left:50%}.react-flow__resize-control.handle.bottom{top:100%;left:50%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:var(--xy-resize-background-color,var(--xy-resize-background-color-default));border-style:solid;border-width:0}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;height:100%;top:0;transform:translate(-50%)}.react-flow__resize-control.line.left{border-left-width:1px;left:0}.react-flow__resize-control.line.right{border-right-width:1px;left:100%}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{width:100%;height:1px;left:0;transform:translateY(-50%)}.react-flow__resize-control.line.top{border-top-width:1px;top:0}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.react-flow__edge-textbg{fill:var(--xy-edge-label-background-color,var(--xy-edge-label-background-color-default))}.react-flow__edge-text{fill:var(--xy-edge-label-color,var(--xy-edge-label-color-default))}.react-flow__handle{border-width:2px;width:12px;height:12px}.react-flow__handle:before{content:"";z-index:1;background:0 0;border-radius:50%;width:28px;height:28px;position:absolute;top:-8px;left:-8px}.react-flow__handle:hover{width:16px;height:16px;transition:width .1s,height .1s}.react-flow__handle:hover:before{top:-6px;left:-6px}.react-flow__edge-path{stroke-width:2.5px}.react-flow__edge:not(.selected) .react-flow__edge-path{stroke:#475569}.react-flow__edge:hover .react-flow__edge-path{stroke-width:3.5px;filter:drop-shadow(0 0 2px #0f172a59)}.react-flow__edge.selected .react-flow__edge-path{filter:drop-shadow(0 0 6px #facc15e6)drop-shadow(0 0 2px #facc15);stroke:#facc15!important;stroke-width:5px!important}.react-flow__edge-text{font-size:11px;font-weight:600}.react-flow__edge-textbg{fill:#fff;fill-opacity:.95}.react-flow__arrowhead{transform:scale(1.15)}.users-controls{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-wrap:wrap;align-items:center;gap:16px;padding:20px 24px;display:flex;box-shadow:0 1px 3px #0000001a}.users-controls .filter-group{flex-direction:column;gap:6px;display:flex}.users-controls .filter-group:last-child{flex:1;min-width:320px}.users-controls .filter-group .filter-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.users-controls .filter-group .filter-select{min-width:160px}.users-controls .filter-group .filter-select .MuiOutlinedInput-root,.users-controls .filter-group .filter-select.MuiOutlinedInput-root{border-radius:8px;font-size:.875rem}.users-controls .filter-group .search-field{flex:1;min-width:320px;max-width:400px}.users-controls .filter-group .search-field .MuiOutlinedInput-root,.users-controls .filter-group .search-field.MuiOutlinedInput-root{border-radius:8px;font-size:.875rem}.users-page{flex-direction:column;gap:24px;display:flex}.users-page .users-content{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.users-page .users-content .users-table-header{background:#fff;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.users-page .users-content .users-table-header .users-table-header-left{flex:1}.users-page .users-content .users-table-header .users-table-header-left .users-table-title{color:#0f172a;margin:0;font-size:1.125rem;font-weight:600}.users-page .users-content .users-table-header .users-table-header-left .users-table-subtitle{color:#64748b;margin:0;font-size:.875rem}.users-page .users-content .users-table-header .users-table-header-right{align-items:center;display:flex}.users-page .users-content .users-table-header .users-table-header-right .users-table-results{color:#94a3b8;text-transform:none;letter-spacing:normal;font-size:.75rem;font-weight:400}.users-page .users-content .users-grid .users-grid-header{color:#374151;text-transform:uppercase;letter-spacing:.05em;background:#f8fafc;border-bottom:1px solid #e2e8f0;grid-template-columns:2fr 1fr 1fr 120px;gap:16px;padding:16px 32px;font-size:.875rem;font-weight:600;display:grid}.users-page .users-content .users-grid .users-grid-body .user-grid-row{cursor:pointer;border-bottom:1px solid #f1f5f9;grid-template-columns:2fr 1fr 1fr 120px;gap:16px;padding:20px 32px;transition:all .2s;display:grid}.users-page .users-content .users-grid .users-grid-body .user-grid-row:hover{background-color:#f8fafc;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.users-page .users-content .users-grid .users-grid-body .user-grid-row:last-child{border-bottom:none}.users-page .users-content .users-grid .users-grid-body .user-grid-row .grid-cell{align-items:center;min-height:40px;display:flex}.users-page .users-content .users-grid .users-grid-body .user-grid-row .grid-cell .user-info{align-items:center;gap:12px;width:100%;display:flex}.users-page .users-content .users-grid .users-grid-body .user-grid-row .grid-cell .user-info .user-avatar{background:#f1f5f9;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.users-page .users-content .users-grid .users-grid-body .user-grid-row .grid-cell .user-info .user-details{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.users-page .users-content .users-grid .users-grid-body .user-grid-row .grid-cell .user-info .user-details .user-email{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:600;line-height:1.4;overflow:hidden}.users-page .users-content .users-grid .users-grid-body .user-grid-row .grid-cell .user-info .user-details .user-meta{align-items:center;gap:8px;display:flex}.users-page .users-content .users-grid .users-grid-body .user-grid-row .grid-cell .user-info .user-details .user-meta .user-id{color:#64748b;font-size:.75rem;font-weight:500}.users-page .users-content .users-grid .users-grid-body .user-grid-row .grid-cell .user-role,.users-page .users-content .users-grid .users-grid-body .user-grid-row .grid-cell .user-status{align-items:center;gap:8px;display:flex}.users-page .users-content .users-empty-state{text-align:center;justify-content:center;align-items:center;padding:80px 32px;display:flex}.users-page .users-content .users-empty-state .empty-state-content{max-width:400px}.users-page .users-content .users-pagination{background:#f8fafc;border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:24px 32px;display:flex}.users-page .users-content .users-pagination .pagination-info{color:#64748b;font-size:.875rem;font-weight:500}@media (width<=1024px){.users-controls{flex-direction:column;gap:12px}.users-controls .filter-group:last-child{min-width:auto}.users-page .users-content .users-grid .users-grid-header,.users-page .users-content .users-grid .users-grid-body .user-grid-row{grid-template-columns:1fr 1fr 1fr 80px;gap:12px;padding:16px 24px}.users-page .users-content .users-table-header{flex-direction:column;align-items:stretch;gap:12px;padding:20px 24px}.users-page .users-content .users-table-header .users-table-header-right{justify-content:flex-start}.users-page .users-content .users-pagination{flex-direction:column;gap:16px;padding:20px 24px}}@media (width<=768px){.users-page .users-content .users-grid .users-grid-header,.users-page .users-content .users-grid .users-grid-body .user-grid-row{grid-template-columns:1fr;gap:8px;padding:12px 16px}.users-page .users-content .users-grid .users-grid-header{display:none}.users-page .users-content .users-grid .users-grid-body .user-grid-row{border:1px solid #e2e8f0;border-radius:8px;width:calc(100% - 32px);margin-bottom:8px;margin-left:16px;margin-right:16px}.users-page .users-content .users-grid .users-grid-body .user-grid-row .grid-cell{justify-content:flex-start}.users-page .users-content .users-grid .users-grid-body .user-grid-row .grid-cell .user-info{flex-direction:column;align-items:flex-start;gap:8px}.users-page .users-content .users-grid .users-grid-body .user-grid-row .grid-cell .user-role,.users-page .users-content .users-grid .users-grid-body .user-grid-row .grid-cell .user-status{justify-content:flex-start}}.profile-page{flex-direction:column;gap:24px;display:flex}.profile-page .profile-content{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.profile-page .profile-content .profile-card-header{background:#fff;border-bottom:1px solid #f1f5f9;padding:24px 24px 0}.profile-page .profile-content .profile-card-header .profile-avatar-section{align-items:center;gap:20px;margin-bottom:24px;display:flex}.profile-page .profile-content .profile-card-header .profile-avatar-section .profile-avatar{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;font-size:1.75rem;font-weight:700;display:flex}.profile-page .profile-content .profile-card-header .profile-avatar-section .profile-info{flex:1}.profile-page .profile-content .profile-card-header .profile-avatar-section .profile-info .profile-name{color:#0f172a;margin:0 0 4px;font-size:1.5rem;font-weight:700}.profile-page .profile-content .profile-card-header .profile-avatar-section .profile-info .profile-role{color:#64748b;margin:0;font-size:.875rem;font-weight:500}.profile-page .profile-content .profile-card-header .profile-avatar-section .profile-info .profile-tenant{color:#94a3b8;margin:4px 0 0;font-size:.875rem;font-weight:400}.profile-page .profile-content .profile-form-section{padding:24px}.profile-page .profile-content .profile-form-section .form-section-title{color:#0f172a;align-items:center;gap:8px;margin:0 0 20px;font-size:1.125rem;font-weight:600;display:flex}.profile-page .profile-content .profile-form-section .form-grid{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px;display:grid}.profile-page .profile-content .profile-form-section .form-grid .form-field .MuiOutlinedInput-root,.profile-page .profile-content .profile-form-section .form-grid .form-field.MuiOutlinedInput-root{border-radius:8px;font-size:.875rem}.profile-page .profile-content .profile-form-section .form-grid .form-field-full{grid-column:1/-1}.profile-page .profile-content .profile-form-section .form-actions{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding-top:20px;display:flex}.profile-page .profile-content .profile-form-section .form-actions .form-actions-left,.profile-page .profile-content .profile-form-section .form-actions .form-actions-right{gap:12px;display:flex}.profile-page .security-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.profile-page .security-section .security-header{background:#fff;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.profile-page .security-section .security-header .security-title{color:#0f172a;align-items:center;gap:8px;margin:0;font-size:1.125rem;font-weight:600;display:flex}.profile-page .security-section .security-content{padding:24px}.profile-page .security-section .security-content .security-item{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:16px 0;display:flex}.profile-page .security-section .security-content .security-item:last-child{border-bottom:none;padding-bottom:0}.profile-page .security-section .security-content .security-item .security-item-info{flex:1}.profile-page .security-section .security-content .security-item .security-item-info .security-item-title{color:#0f172a;margin:0 0 4px;font-size:.875rem;font-weight:600}.profile-page .security-section .security-content .security-item .security-item-info .security-item-description{color:#64748b;margin:0;font-size:.75rem}.profile-page .security-section .security-content .security-item .security-item-action .MuiButton-root{text-transform:none;border-radius:6px;font-size:.875rem;font-weight:600}.profile-page .profile-loading{background:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;height:400px;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000001a}@media (width<=768px){.profile-page .profile-content .profile-card-header .profile-avatar-section{text-align:center;flex-direction:column;gap:16px}.profile-page .profile-content .profile-card-header .profile-avatar-section .profile-info{text-align:center}.profile-page .profile-content .profile-form-section .form-grid{grid-template-columns:1fr;gap:16px}.profile-page .profile-content .profile-form-section .form-actions{flex-direction:column;align-items:stretch;gap:16px}.profile-page .profile-content .profile-form-section .form-actions .form-actions-left,.profile-page .profile-content .profile-form-section .form-actions .form-actions-right{justify-content:center}.profile-page .security-section .security-content .security-item{flex-direction:column;align-items:flex-start;gap:12px}.profile-page .security-section .security-content .security-item .security-item-action,.profile-page .security-section .security-content .security-item .security-item-action .MuiButton-root{width:100%}}.phone-numbers-page{flex-direction:column;gap:24px;display:flex}.phone-numbers-page .phone-numbers-controls{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-wrap:wrap;align-items:center;gap:16px;padding:20px 24px;display:flex;box-shadow:0 1px 3px #0000001a}.phone-numbers-page .phone-numbers-controls .filter-group{flex-direction:column;gap:6px;display:flex}.phone-numbers-page .phone-numbers-controls .filter-group:last-child{flex:1;min-width:280px}.phone-numbers-page .phone-numbers-controls .filter-group .filter-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.phone-numbers-page .phone-numbers-controls .filter-group .filter-select{min-width:140px}.phone-numbers-page .phone-numbers-controls .filter-group .filter-select .MuiOutlinedInput-root,.phone-numbers-page .phone-numbers-controls .filter-group .filter-select.MuiOutlinedInput-root{border-radius:8px;font-size:.875rem}.phone-numbers-page .phone-numbers-controls .filter-group .search-field{flex:1;min-width:280px;max-width:400px}.phone-numbers-page .phone-numbers-controls .filter-group .search-field .MuiOutlinedInput-root,.phone-numbers-page .phone-numbers-controls .filter-group .search-field.MuiOutlinedInput-root{border-radius:8px;font-size:.875rem}.phone-numbers-page .phone-numbers-content{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.phone-numbers-page .phone-numbers-content .phone-numbers-table-header{background:#fff;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.phone-numbers-page .phone-numbers-content .phone-numbers-table-header .phone-numbers-table-header-left{flex:1}.phone-numbers-page .phone-numbers-content .phone-numbers-table-header .phone-numbers-table-header-left .phone-numbers-table-title{color:#0f172a;margin:0;font-size:1.125rem;font-weight:600}.phone-numbers-page .phone-numbers-content .phone-numbers-table-header .phone-numbers-table-header-left .phone-numbers-table-subtitle{color:#64748b;margin:0;font-size:.875rem}.phone-numbers-page .phone-numbers-content .phone-numbers-table-header .phone-numbers-table-header-right{align-items:center;display:flex}.phone-numbers-page .phone-numbers-content .phone-numbers-table-header .phone-numbers-table-header-right .phone-numbers-table-results{color:#94a3b8;text-transform:none;letter-spacing:normal;font-size:.75rem;font-weight:400}.phone-numbers-page .phone-numbers-grid{flex-direction:column;display:flex}.phone-numbers-page .phone-numbers-grid .phone-numbers-grid-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;grid-template-columns:1.8fr 1.2fr 90px 100px 80px 130px;gap:0;display:grid}.phone-numbers-page .phone-numbers-grid .phone-numbers-grid-header .grid-cell{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.05em;align-items:center;min-width:0;padding:16px 20px;font-size:.75rem;font-weight:600;line-height:1.3;display:flex}.phone-numbers-page .phone-numbers-grid .phone-numbers-grid-body{flex-direction:column;display:flex}.phone-numbers-page .phone-numbers-grid .phone-numbers-grid-body .phone-number-grid-row{cursor:pointer;border-bottom:1px solid #f1f5f9;grid-template-columns:1.8fr 1.2fr 90px 100px 80px 130px;gap:0;transition:all .2s;display:grid}.phone-numbers-page .phone-numbers-grid .phone-numbers-grid-body .phone-number-grid-row:last-child{border-bottom:none}.phone-numbers-page .phone-numbers-grid .phone-numbers-grid-body .phone-number-grid-row:hover{background:#f8fafc;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.phone-numbers-page .phone-numbers-grid .phone-numbers-grid-body .phone-number-grid-row .grid-cell{align-items:center;min-width:0;min-height:72px;padding:16px 20px;display:flex}.phone-numbers-page .phone-number-info{align-items:center;width:100%;min-width:0;display:flex}.phone-numbers-page .phone-number-info .phone-number-avatar{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;margin-right:16px;font-size:1.125rem;font-weight:600;display:flex}.phone-numbers-page .phone-number-info .phone-number-details{flex:1;min-width:0;overflow:hidden}.phone-numbers-page .phone-number-info .phone-number-details .phone-number-title{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin:0 0 4px;font-size:.875rem;font-weight:600;display:block;overflow:hidden}.phone-numbers-page .phone-number-info .phone-number-details .phone-number-description{color:#64748b;white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin:0;font-size:.75rem;line-height:1.3;overflow:hidden}.phone-numbers-page .phone-number-agent{color:#64748b;align-items:center;gap:8px;font-size:.75rem;display:flex}.phone-numbers-page .phone-number-agent .agent-name{color:#0f172a;align-items:center;gap:4px;font-weight:500;display:flex}.phone-numbers-page .phone-number-agent .agent-unassigned{color:#94a3b8;align-items:center;gap:4px;font-weight:400;display:flex}.phone-numbers-page .phone-number-description{color:#64748b;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.875rem;font-weight:400;line-height:1.4;overflow:hidden}.phone-numbers-page .phone-numbers-grid .grid-cell .MuiChip-root{letter-spacing:.025em;font-weight:600}.phone-numbers-page .phone-numbers-grid .grid-cell .MuiChip-root.MuiChip-colorPrimary{color:#1e40af;background-color:#dbeafe;border-color:#93c5fd}.phone-numbers-page .phone-numbers-grid .grid-cell .MuiChip-root.MuiChip-colorSecondary{color:#7c3aed;background-color:#f3e8ff;border-color:#c4b5fd}.phone-numbers-page .phone-number-provider{text-transform:capitalize;border-radius:6px;align-items:center;gap:6px;padding:4px 8px;font-size:.75rem;font-weight:500;display:inline-flex}.phone-numbers-page .phone-number-provider.twilio{color:#166534;background:#dcfce7}.phone-numbers-page .phone-number-provider.genesys{color:#92400e;background:#fef3c7}.phone-numbers-page .phone-numbers-empty-state{text-align:center;background:#fff;justify-content:center;align-items:center;min-height:300px;margin-top:20px;padding:80px 20px;display:flex}.phone-numbers-page .phone-numbers-empty-state .empty-state-content{max-width:400px}.phone-numbers-page .loading-row{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;height:80px;animation:1.5s infinite shared-shimmer}@media (width<=1200px){.phone-numbers-page .phone-numbers-grid-header,.phone-numbers-page .phone-number-grid-row{grid-template-columns:1.8fr 1.2fr 80px 90px 70px 110px}}@media (width<=1024px){.phone-numbers-page .phone-numbers-controls{flex-direction:column;align-items:stretch}.phone-numbers-page .phone-numbers-controls .filter-group{flex-direction:row;align-items:center;gap:12px}.phone-numbers-page .phone-numbers-grid-header,.phone-numbers-page .phone-number-grid-row{grid-template-columns:1.6fr 1fr 70px 80px 60px 100px}}@media (width<=768px){.phone-numbers-page .phone-numbers-grid{font-size:.875rem}.phone-numbers-page .phone-numbers-grid .phone-numbers-grid-header,.phone-numbers-page .phone-numbers-grid .phone-number-grid-row{grid-template-columns:1fr;gap:8px}.phone-numbers-page .phone-numbers-grid .phone-numbers-grid-header .grid-cell{display:none}.phone-numbers-page .phone-numbers-grid .phone-numbers-grid-header .grid-cell:first-child{display:block}.phone-numbers-page .phone-numbers-grid .phone-number-grid-row .grid-cell{border-bottom:1px solid #f1f5f9;padding:12px 16px}.phone-numbers-page .phone-numbers-grid .phone-number-grid-row .grid-cell:last-child{border-bottom:none}.phone-numbers-page .phone-numbers-grid .phone-number-grid-row .grid-cell:not(:first-child):before{content:attr(data-label);color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;font-size:.75rem;font-weight:600;display:block}.phone-numbers-page .phone-number-info{flex-direction:column;align-items:flex-start;gap:12px;width:100%;min-width:0}.phone-numbers-page .phone-number-info .phone-number-details,.phone-numbers-page .phone-number-info .phone-number-details .phone-number-title{width:100%;min-width:0}.phone-numbers-page .phone-numbers-empty-state{min-height:250px;margin-top:16px;padding:60px 16px}.phone-numbers-page .phone-numbers-empty-state .empty-state-content{max-width:300px}}@media (width<=480px){.phone-numbers-page .phone-numbers-controls{gap:12px;padding:16px}.phone-numbers-page .phone-numbers-controls .filter-group .filter-select,.phone-numbers-page .phone-numbers-controls .filter-group .search-field{min-width:100%}.phone-numbers-page .phone-numbers-grid .phone-number-grid-row .grid-cell{padding:10px 12px}}.phone-settings-fill{flex-direction:column;height:100vh;display:flex}.knowledge-page{flex-direction:column;gap:24px;display:flex}.knowledge-page .knowledge-controls{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-wrap:wrap;align-items:center;gap:16px;padding:20px 24px;display:flex;box-shadow:0 1px 3px #0000001a}.knowledge-page .knowledge-controls .filter-group{flex-direction:column;gap:6px;display:flex}.knowledge-page .knowledge-controls .filter-group:last-child{flex:1;min-width:320px}.knowledge-page .knowledge-controls .filter-group .filter-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.knowledge-page .knowledge-controls .filter-group .filter-select{min-width:160px}.knowledge-page .knowledge-controls .filter-group .filter-select .MuiOutlinedInput-root,.knowledge-page .knowledge-controls .filter-group .filter-select.MuiOutlinedInput-root{border-radius:8px;font-size:.875rem}.knowledge-page .knowledge-controls .filter-group .search-field{flex:1;min-width:320px;max-width:400px}.knowledge-page .knowledge-controls .filter-group .search-field .MuiOutlinedInput-root,.knowledge-page .knowledge-controls .filter-group .search-field.MuiOutlinedInput-root{border-radius:8px;font-size:.875rem}.knowledge-page .knowledge-content{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.knowledge-page .knowledge-content .knowledge-table-header{background:#fff;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.knowledge-page .knowledge-content .knowledge-table-header .knowledge-table-header-left{flex:1}.knowledge-page .knowledge-content .knowledge-table-header .knowledge-table-header-left .knowledge-table-title{color:#0f172a;margin:0;font-size:1.125rem;font-weight:600}.knowledge-page .knowledge-content .knowledge-table-header .knowledge-table-header-left .knowledge-table-subtitle{color:#64748b;margin:0;font-size:.875rem}.knowledge-page .knowledge-content .knowledge-table-header .knowledge-table-header-right{align-items:center;display:flex}.knowledge-page .knowledge-content .knowledge-table-header .knowledge-table-header-right .knowledge-table-results{color:#94a3b8;text-transform:none;letter-spacing:normal;font-size:.75rem;font-weight:400}.knowledge-page .knowledge-grid{flex-direction:column;display:flex}.knowledge-page .knowledge-grid .knowledge-grid-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;grid-template-columns:2fr 120px 120px 120px;gap:0;display:grid}.knowledge-page .knowledge-grid .knowledge-grid-header .grid-cell{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.05em;align-items:center;min-width:0;padding:16px 20px;font-size:.75rem;font-weight:600;line-height:1.3;display:flex}.knowledge-page .knowledge-grid .knowledge-grid-body{flex-direction:column;display:flex}.knowledge-page .knowledge-grid .knowledge-grid-body .knowledge-grid-row{cursor:pointer;border-bottom:1px solid #f1f5f9;grid-template-columns:2fr 120px 120px 120px;gap:0;transition:all .2s;display:grid}.knowledge-page .knowledge-grid .knowledge-grid-body .knowledge-grid-row:last-child{border-bottom:none}.knowledge-page .knowledge-grid .knowledge-grid-body .knowledge-grid-row:hover{background:#f8fafc;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.knowledge-page .knowledge-grid .knowledge-grid-body .knowledge-grid-row .grid-cell{align-items:center;min-width:0;min-height:72px;padding:16px 20px;display:flex}.knowledge-page .knowledge-info{align-items:center;width:100%;min-width:0;display:flex}.knowledge-page .knowledge-info .knowledge-avatar{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;margin-right:16px;font-size:1.125rem;font-weight:600;display:flex}.knowledge-page .knowledge-info .knowledge-details{flex:1;min-width:0;overflow:hidden}.knowledge-page .knowledge-info .knowledge-details .knowledge-title{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin:0 0 4px;font-size:.875rem;font-weight:600;display:block;overflow:hidden}.knowledge-page .knowledge-info .knowledge-details .knowledge-meta{color:#64748b;align-items:center;gap:12px;font-size:.75rem;display:flex}.knowledge-page .knowledge-info .knowledge-details .knowledge-meta .knowledge-description{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;max-width:200px;overflow:hidden}.knowledge-page .knowledge-stats{flex-direction:column;gap:4px;display:flex}.knowledge-page .knowledge-stats .stat-row{justify-content:space-between;align-items:center;gap:8px;font-size:.75rem;display:flex}.knowledge-page .knowledge-stats .stat-row .stat-label{color:#64748b;font-weight:500}.knowledge-page .knowledge-stats .stat-row .stat-value{color:#0f172a;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:.875rem;font-weight:600}.knowledge-page .knowledge-pagination{background:#fafbfc;border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.knowledge-page .knowledge-pagination .pagination-info{color:#64748b;font-size:.875rem;font-weight:400}.knowledge-page .knowledge-empty-state{text-align:center;background:#fff;justify-content:center;align-items:center;min-height:300px;margin-top:20px;padding:80px 20px;display:flex}.knowledge-page .knowledge-empty-state .empty-state-content{max-width:400px}.knowledge-page .loading-row,.knowledge-page .loading-skeleton{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;height:80px;animation:1.5s infinite shared-shimmer}@media (width<=1024px){.knowledge-page .knowledge-controls{flex-direction:column;align-items:stretch}.knowledge-page .knowledge-controls .filter-group{flex-direction:row;align-items:center;gap:12px}.knowledge-page .knowledge-grid-header,.knowledge-page .knowledge-grid-row{grid-template-columns:2fr 100px 100px 100px}}@media (width<=768px){.knowledge-page .knowledge-grid{font-size:.875rem}.knowledge-page .knowledge-grid .knowledge-grid-header,.knowledge-page .knowledge-grid .knowledge-grid-row{grid-template-columns:1fr;gap:8px}.knowledge-page .knowledge-grid .knowledge-grid-header .grid-cell{display:none}.knowledge-page .knowledge-grid .knowledge-grid-header .grid-cell:first-child{display:block}.knowledge-page .knowledge-grid .knowledge-grid-row .grid-cell{border-bottom:1px solid #f1f5f9;padding:12px 16px}.knowledge-page .knowledge-grid .knowledge-grid-row .grid-cell:last-child{border-bottom:none}.knowledge-page .knowledge-grid .knowledge-grid-row .grid-cell:not(:first-child):before{content:attr(data-label);color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;font-size:.75rem;font-weight:600;display:block}.knowledge-page .knowledge-info{flex-direction:column;align-items:flex-start;gap:12px;width:100%;min-width:0}.knowledge-page .knowledge-info .knowledge-details,.knowledge-page .knowledge-info .knowledge-details .knowledge-title{width:100%;min-width:0}.knowledge-page .knowledge-empty-state{min-height:250px;margin-top:16px;padding:60px 16px}.knowledge-page .knowledge-empty-state .empty-state-content{max-width:300px}}.integrations-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));justify-content:start;gap:16px;max-width:1100px;display:grid}@media (width<=768px){.integrations-grid{grid-template-columns:1fr}}.data-models-page{flex-direction:column;gap:24px;display:flex}.data-models-page .data-models-controls{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-wrap:wrap;align-items:center;gap:16px;padding:20px 24px;display:flex;box-shadow:0 1px 3px #0000001a}.data-models-page .data-models-controls .filter-group{flex-direction:column;gap:6px;display:flex}.data-models-page .data-models-controls .filter-group:last-child{flex:1;min-width:320px}.data-models-page .data-models-controls .filter-group .filter-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.data-models-page .data-models-controls .filter-group .search-field{flex:1;min-width:320px;max-width:400px}.data-models-page .data-models-controls .filter-group .search-field .MuiOutlinedInput-root,.data-models-page .data-models-controls .filter-group .search-field.MuiOutlinedInput-root{border-radius:8px;font-size:.875rem}.data-models-page .data-models-content{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.data-models-page .data-models-content .data-models-table-header{background:#fff;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.data-models-page .data-models-content .data-models-table-header .data-models-table-header-left{flex:1}.data-models-page .data-models-content .data-models-table-header .data-models-table-header-left .data-models-table-title{color:#0f172a;margin:0;font-size:1.125rem;font-weight:600}.data-models-page .data-models-content .data-models-table-header .data-models-table-header-left .data-models-table-subtitle{color:#64748b;margin:0;font-size:.875rem}.data-models-page .data-models-content .data-models-table-header .data-models-table-header-right{align-items:center;display:flex}.data-models-page .data-models-content .data-models-table-header .data-models-table-header-right .data-models-table-results{color:#94a3b8;text-transform:none;letter-spacing:normal;font-size:.75rem;font-weight:400}.data-models-page .data-models-grid{flex-direction:column;display:flex}.data-models-page .data-models-grid .data-models-grid-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;grid-template-columns:2fr 120px 120px 120px;gap:0;display:grid}.data-models-page .data-models-grid .data-models-grid-header .grid-cell{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.05em;align-items:center;min-width:0;padding:16px 20px;font-size:.75rem;font-weight:600;line-height:1.3;display:flex}.data-models-page .data-models-grid .data-models-grid-body{flex-direction:column;display:flex}.data-models-page .data-models-grid .data-models-grid-body .data-model-grid-row{cursor:pointer;border-bottom:1px solid #f1f5f9;grid-template-columns:2fr 120px 120px 120px;gap:0;transition:all .2s;display:grid}.data-models-page .data-models-grid .data-models-grid-body .data-model-grid-row:last-child{border-bottom:none}.data-models-page .data-models-grid .data-models-grid-body .data-model-grid-row:hover{background:#f8fafc;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.data-models-page .data-models-grid .data-models-grid-body .data-model-grid-row .grid-cell{align-items:center;min-width:0;min-height:72px;padding:16px 20px;display:flex}.data-models-page .data-model-info{align-items:center;width:100%;min-width:0;display:flex}.data-models-page .data-model-info .data-model-avatar{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;margin-right:16px;font-size:1.125rem;font-weight:600;display:flex}.data-models-page .data-model-info .data-model-details{flex:1;min-width:0;overflow:hidden}.data-models-page .data-model-info .data-model-details .data-model-title{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin:0 0 4px;font-size:.875rem;font-weight:600;display:block;overflow:hidden}.data-models-page .data-model-info .data-model-details .data-model-meta{color:#64748b;align-items:center;gap:12px;font-size:.75rem;display:flex}.data-models-page .data-model-info .data-model-details .data-model-meta .data-model-description{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;max-width:200px;overflow:hidden}.data-models-page .data-model-stats{flex-direction:column;gap:4px;display:flex}.data-models-page .data-model-stats .stat-row{justify-content:space-between;align-items:center;gap:8px;font-size:.75rem;display:flex}.data-models-page .data-model-stats .stat-row .stat-label{color:#64748b;font-weight:500}.data-models-page .data-model-stats .stat-row .stat-value{color:#0f172a;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:.875rem;font-weight:600}.data-models-page .data-models-pagination{background:#fafbfc;border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.data-models-page .data-models-pagination .pagination-info{color:#64748b;font-size:.875rem;font-weight:400}.data-models-page .data-models-empty-state{text-align:center;background:#fff;justify-content:center;align-items:center;min-height:300px;margin-top:20px;padding:80px 20px;display:flex}.data-models-page .data-models-empty-state .empty-state-content{max-width:400px}.data-models-page .loading-row{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;height:80px;animation:1.5s infinite shared-shimmer}@media (width<=1024px){.data-models-page .data-models-controls{flex-direction:column;align-items:stretch}.data-models-page .data-models-controls .filter-group{flex-direction:row;align-items:center;gap:12px}.data-models-page .data-models-grid-header,.data-models-page .data-model-grid-row{grid-template-columns:2fr 100px 100px 100px}}@media (width<=768px){.data-models-page .data-models-grid{font-size:.875rem}.data-models-page .data-models-grid .data-models-grid-header,.data-models-page .data-models-grid .data-model-grid-row{grid-template-columns:1fr;gap:8px}.data-models-page .data-models-grid .data-models-grid-header .grid-cell{display:none}.data-models-page .data-models-grid .data-models-grid-header .grid-cell:first-child{display:block}.data-models-page .data-models-grid .data-model-grid-row .grid-cell{border-bottom:1px solid #f1f5f9;padding:12px 16px}.data-models-page .data-models-grid .data-model-grid-row .grid-cell:last-child{border-bottom:none}.data-models-page .data-models-grid .data-model-grid-row .grid-cell:not(:first-child):before{content:attr(data-label);color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;font-size:.75rem;font-weight:600;display:block}.data-models-page .data-model-info{flex-direction:column;align-items:flex-start;gap:12px;width:100%;min-width:0}.data-models-page .data-model-info .data-model-details,.data-models-page .data-model-info .data-model-details .data-model-title{width:100%;min-width:0}.data-models-page .data-models-empty-state{min-height:250px;margin-top:16px;padding:60px 16px}.data-models-page .data-models-empty-state .empty-state-content{max-width:300px}}.tools-page{flex-direction:column;gap:24px;display:flex}.tools-page .tools-controls{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-wrap:wrap;align-items:center;gap:16px;padding:20px 24px;display:flex;box-shadow:0 1px 3px #0000001a}.tools-page .tools-controls .filter-group{flex-direction:column;gap:6px;display:flex}.tools-page .tools-controls .filter-group:last-child{flex:1;min-width:320px}.tools-page .tools-controls .filter-group .filter-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.tools-page .tools-controls .filter-group .filter-select{min-width:160px}.tools-page .tools-controls .filter-group .filter-select .MuiOutlinedInput-root,.tools-page .tools-controls .filter-group .filter-select.MuiOutlinedInput-root{border-radius:8px;font-size:.875rem}.tools-page .tools-controls .filter-group .search-field{flex:1;min-width:320px;max-width:400px}.tools-page .tools-controls .filter-group .search-field .MuiOutlinedInput-root,.tools-page .tools-controls .filter-group .search-field.MuiOutlinedInput-root{border-radius:8px;font-size:.875rem}.tools-page .tools-content{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.tools-page .tools-content .tools-table-header{background:#fff;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.tools-page .tools-content .tools-table-header .tools-table-header-left{flex:1}.tools-page .tools-content .tools-table-header .tools-table-header-left .tools-table-title{color:#0f172a;margin:0;font-size:1.125rem;font-weight:600}.tools-page .tools-content .tools-table-header .tools-table-header-left .tools-table-subtitle{color:#64748b;margin:0;font-size:.875rem}.tools-page .tools-content .tools-table-header .tools-table-header-right{align-items:center;display:flex}.tools-page .tools-content .tools-table-header .tools-table-header-right .tools-table-results{color:#94a3b8;text-transform:none;letter-spacing:normal;font-size:.75rem;font-weight:400}.tools-page .tools-grid{flex-direction:column;display:flex}.tools-page .tools-grid .tools-grid-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;grid-template-columns:2fr 160px 120px 180px;gap:0;display:grid}.tools-page .tools-grid .tools-grid-header .grid-cell{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.05em;align-items:center;min-width:0;padding:16px 20px;font-size:.75rem;font-weight:600;line-height:1.3;display:flex}.tools-page .tools-grid .tools-grid-body{flex-direction:column;display:flex}.tools-page .tools-grid .tools-grid-body .tool-grid-row{cursor:pointer;border-bottom:1px solid #f1f5f9;grid-template-columns:2fr 160px 120px 180px;gap:0;transition:all .2s;display:grid}.tools-page .tools-grid .tools-grid-body .tool-grid-row:last-child{border-bottom:none}.tools-page .tools-grid .tools-grid-body .tool-grid-row:hover{background:#f8fafc;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.tools-page .tools-grid .tools-grid-body .tool-grid-row.clickable{cursor:pointer}.tools-page .tools-grid .tools-grid-body .tool-grid-row .grid-cell{align-items:center;min-width:0;min-height:72px;padding:16px 20px;display:flex}.tools-page .tool-info{align-items:center;width:100%;min-width:0;display:flex}.tools-page .tool-info .tool-avatar{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;margin-right:16px;font-size:1.125rem;font-weight:600;display:flex}.tools-page .tool-info .tool-details{flex:1;min-width:0;overflow:hidden}.tools-page .tool-info .tool-details .tool-title{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin:0 0 4px;font-size:.875rem;font-weight:600;display:block;overflow:hidden}.tools-page .tool-info .tool-details .tool-meta{color:#64748b;align-items:center;gap:12px;font-size:.75rem;display:flex}.tools-page .tool-info .tool-details .tool-meta .tool-description{color:#94a3b8;display:block}.tools-page .tool-type{align-items:center;gap:8px;display:flex}.tools-page .tool-type .tool-type-badge{text-transform:capitalize;border-radius:6px;align-items:center;gap:6px;padding:4px 8px;font-size:.75rem;font-weight:500;display:inline-flex}.tools-page .tool-type .tool-type-badge.system{color:#92400e;background:#fef3c2}.tools-page .tool-type .tool-type-badge.content{color:#1e40af;background:#dbeafe}.tools-page .tool-type .tool-type-badge.flowlet{color:#166534;background:#dcfce7}.tools-page .tool-type .tool-type-badge.api{color:#0c4a6e;background:#f0f9ff}.tools-page .tool-description{color:#64748b;font-size:.75rem;display:block}.tools-page .tool-stats{color:#64748b;flex-direction:column;gap:4px;font-size:.75rem;display:flex}.tools-page .tools-empty-state{text-align:center;background:#fff;justify-content:center;align-items:center;min-height:300px;margin-top:20px;padding:80px 20px;display:flex}.tools-page .tools-empty-state .empty-state-content{max-width:400px}.tools-page .tools-pagination{background:#fafbfc;border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.tools-page .tools-pagination .pagination-info{color:#64748b;font-size:.875rem;font-weight:400}.tools-page .loading-row{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;height:80px;animation:1.5s infinite shared-shimmer}@media (width<=1024px){.tools-page .tools-controls{flex-direction:column;align-items:stretch}.tools-page .tools-controls .filter-group{flex-direction:row;align-items:center;gap:12px}.tools-page .tools-controls .filter-group:last-child{flex:1;min-width:320px}.tools-page .tools-grid-header,.tools-page .tool-grid-row{grid-template-columns:2fr 140px 100px 160px}}@media (width<=768px){.tools-page .tools-grid{font-size:.875rem}.tools-page .tools-grid .tools-grid-header,.tools-page .tools-grid .tool-grid-row{grid-template-columns:1fr;gap:8px}.tools-page .tools-grid .tools-grid-header .grid-cell{display:none}.tools-page .tools-grid .tools-grid-header .grid-cell:first-child{display:block}.tools-page .tools-grid .tool-grid-row .grid-cell{border-bottom:1px solid #f1f5f9;padding:12px 16px}.tools-page .tools-grid .tool-grid-row .grid-cell:last-child{border-bottom:none}.tools-page .tools-grid .tool-grid-row .grid-cell:not(:first-child):before{content:attr(data-label);color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;font-size:.75rem;font-weight:600;display:block}.tools-page .tool-info{flex-direction:column;align-items:flex-start;gap:12px;width:100%;min-width:0}.tools-page .tool-info .tool-details,.tools-page .tool-info .tool-details .tool-title{width:100%;min-width:0}.tools-page .tools-empty-state{min-height:250px;margin-top:16px;padding:60px 16px}.tools-page .tools-empty-state .empty-state-content{max-width:300px}}.variables-page{flex-direction:column;gap:24px;display:flex}.variables-controls{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-wrap:wrap;align-items:center;gap:16px;padding:20px 24px;display:flex;box-shadow:0 1px 3px #0000001a}.filter-group{flex-direction:column;gap:6px;display:flex}.filter-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.search-field .MuiOutlinedInput-root,.search-field.MuiOutlinedInput-root{border-radius:8px;font-size:.875rem}.variables-content{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.variables-table-header{background:#fff;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.variables-table-header .variables-table-header-left{flex:1}.variables-table-header .variables-table-header-left .variables-table-title{color:#0f172a;margin:0;font-size:1.125rem;font-weight:600}.variables-table-header .variables-table-header-left .variables-table-subtitle{color:#64748b;margin:0;font-size:.875rem}.variables-table-header .variables-table-header-right{align-items:center;display:flex}.variables-table-header .variables-table-header-right .variables-table-results{color:#94a3b8;text-transform:none;letter-spacing:normal;font-size:.75rem;font-weight:400}.variables-grid{flex-direction:column;display:flex}.variables-grid-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;grid-template-columns:3fr 2fr 1fr;gap:0;display:grid}.variables-grid-header .grid-cell{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.05em;align-items:center;min-width:0;padding:16px 20px;font-size:.75rem;font-weight:600;line-height:1.3;display:flex}.variables-grid-body{flex-direction:column;display:flex}.variable-grid-row{border-bottom:1px solid #f3f4f6;grid-template-columns:3fr 2fr 1fr;gap:16px;padding:20px 24px;transition:background-color .2s;display:grid}.variable-grid-row:hover{background-color:#f8fafc}.variable-grid-row:last-child{border-bottom:none}.variable-grid-row.clickable-row{cursor:pointer}.variable-grid-row.clickable-row:hover{background-color:#f1f5f9;transform:translateY(-1px);box-shadow:0 2px 4px #0000000d}.variable-grid-row.clickable-row:active{transform:translateY(0)}.grid-cell{align-items:center;min-height:40px;display:flex}.variable-info{align-items:center;gap:12px;width:100%;min-width:0;display:flex}.variable-avatar{background:#f3f4f6;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.variable-details{flex:1;min-width:0}.variable-name{color:#1f2937;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:16px;font-weight:600;line-height:1.2;display:block;overflow:hidden}.variable-meta{color:#6b7280;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}.variable-id{font-family:Monaco,Menlo,Ubuntu Mono,monospace}.variable-value,.variable-description{overflow:hidden}.variables-empty-state{text-align:center;flex:1;justify-content:center;align-items:center;padding:60px 20px;display:flex}.empty-state-content{max-width:400px}.variables-pagination{background:#f8fafc;border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.pagination-info{color:#6b7280;font-size:.875rem}@media (width<=1024px){.variables-grid-header,.variable-grid-row{grid-template-columns:3fr 2fr 1fr}}@media (width<=768px){.variables-page{padding:16px}.variables-controls{flex-direction:column;align-items:stretch;gap:12px}.search-field{min-width:auto}.variables-grid-header,.variable-grid-row{grid-template-columns:1fr;gap:8px}.variables-grid-header{display:none}.variable-grid-row{border:1px solid #e5e7eb;border-radius:8px;flex-direction:column;align-items:stretch;margin-bottom:8px;padding:16px;display:flex}.variable-grid-row .grid-cell{min-height:auto}.variable-grid-row .grid-cell:last-child{justify-content:flex-end;margin-top:12px}.variables-grid-body{padding:0 8px}.variables-pagination{flex-direction:column;align-items:center;gap:12px}}.outbound-queues-page{flex-direction:column;gap:24px;display:flex}.outbound-queues-controls{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-wrap:wrap;align-items:center;gap:16px;padding:20px 24px;display:flex;box-shadow:0 1px 3px #0000001a}.queue-info{align-items:center;gap:12px;width:100%;min-width:0;display:flex}.queue-avatar{background:#f3f4f6;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.queue-details{flex:1;min-width:0}.queue-name{color:#1f2937;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:16px;font-weight:600;line-height:1.2;overflow:hidden}.deepdub-page .deepdub-content{flex-direction:column;gap:24px;display:flex}.deepdub-page .deepdub-content .status-row{align-items:center;gap:8px;margin-bottom:12px;display:flex}.deepdub-page .deepdub-content .status-row .status-indicator{border-radius:50%;flex-shrink:0;width:12px;height:12px}.deepdub-page .deepdub-content .status-row .status-indicator.active{background-color:#10b981;box-shadow:0 0 6px #10b98166}.deepdub-page .deepdub-content .status-row .status-indicator.inactive{background-color:#ef4444;box-shadow:0 0 6px #ef444466}.deepdub-page .deepdub-content .status-row .status-indicator.disabled{background-color:#3b82f6;box-shadow:0 0 6px #3b82f666}.deepdub-page .deepdub-content .input-mode-toggle .MuiToggleButton-root{text-transform:none;padding:.375rem 1.25rem;font-weight:500}.deepdub-page .deepdub-content .input-mode-toggle .MuiToggleButton-root.Mui-selected{color:#fff;background-color:#667eea}.deepdub-page .deepdub-content .input-mode-toggle .MuiToggleButton-root.Mui-selected:hover{background-color:#5a67d8}.deepdub-page .deepdub-content .field-group{flex-direction:column;gap:6px;display:flex}.deepdub-page .deepdub-content .field-group .field-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.deepdub-page .deepdub-content .field-group .field-input .MuiOutlinedInput-root,.deepdub-page .deepdub-content .field-group .field-input.MuiOutlinedInput-root{border-radius:8px;font-size:.875rem}.deepdub-page .deepdub-content .field-row{flex-wrap:wrap;align-items:flex-start;gap:16px;display:flex}.deepdub-page .deepdub-content .field-row .field-group{flex:1;min-width:120px}.deepdub-page .deepdub-content .concurrency-row{align-items:flex-end;gap:12px;display:flex}.deepdub-page .deepdub-content .concurrency-row .field-group{flex:1}.tenants-controls{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-wrap:wrap;align-items:center;gap:16px;padding:20px 24px;display:flex;box-shadow:0 1px 3px #0000001a}.tenants-controls .filter-group{flex-direction:column;flex:1;gap:6px;min-width:320px;display:flex}.tenants-controls .filter-group .filter-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.tenants-controls .filter-group .search-field{flex:1;min-width:320px;max-width:400px}.tenants-controls .filter-group .search-field .MuiOutlinedInput-root,.tenants-controls .filter-group .search-field.MuiOutlinedInput-root{border-radius:8px;font-size:.875rem}.tenants-content{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.tenants-table-header{background:#fff;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.tenants-table-header .tenants-table-header-left{flex:1}.tenants-table-header .tenants-table-header-left .tenants-table-title{color:#0f172a;margin:0;font-size:1.125rem;font-weight:600}.tenants-table-header .tenants-table-header-right{align-items:center;display:flex}.tenants-table-header .tenants-table-header-right .tenants-table-results{color:#94a3b8;text-transform:none;letter-spacing:normal;font-size:.75rem;font-weight:400}.tenants-table{border-collapse:collapse;table-layout:fixed;width:100%}.tenants-table th,.tenants-table td{text-align:left;vertical-align:middle;padding:16px 24px}.tenants-table thead{background:#f8fafc;border-bottom:1px solid #e2e8f0}.tenants-table thead th{color:#374151;font-size:14px;font-weight:600}.tenants-table tbody tr{color:#1f2937;border-bottom:1px solid #f3f4f6}.tenants-table tbody tr:last-child{border-bottom:none}.tenants-table tbody tr:hover{background-color:#f8fafc}.tenants-table tbody tr.clickable-row{cursor:pointer}.tenants-table tbody tr.clickable-row:hover{background-color:#f1f5f9}.tenants-table .col-tenant{width:35%}.tenants-table .col-active{width:110px}.tenants-table .col-created,.tenants-table .col-updated{width:180px}.tenants-table .col-actions{width:100px}.tenant-info{align-items:center;gap:12px;display:flex}.tenant-details{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.tenant-name{color:#1f2937;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.tenant-uuid{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;background:#f3f4f6;border-radius:4px;align-self:flex-start;max-width:100%;padding:2px 6px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:11px;overflow:hidden}.tenant-date{color:#374151;align-items:center;gap:8px;font-size:14px;display:flex}.tenant-date svg{color:#6b7280;flex-shrink:0}.tenants-empty-state{justify-content:center;align-items:center;min-height:300px;padding:40px;display:flex}@media (width<=768px){.tenants-header{flex-direction:column;align-items:stretch;gap:16px}.tenants-header-actions{justify-content:stretch}.tenants-header-actions .MuiButton-root{flex:1}.tenants-controls{flex-direction:column;gap:16px}.filter-group{min-width:auto}.tenants-title{font-size:24px}.tenants-table-header{padding:16px}.tenants-table{display:block}.tenants-table thead{display:none}.tenants-table tbody,.tenants-table tr,.tenants-table td{display:block}.tenants-table tr{border:1px solid #e2e8f0;border-radius:8px;margin-bottom:8px;padding:16px}.tenants-table tr:last-child{margin-bottom:0}.tenants-table td{padding:8px 0;width:100%!important}.tenants-table td:before{content:attr(data-label);color:#374151;margin-bottom:4px;font-size:12px;font-weight:600;display:block}}.audit-logs-controls{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:24px;padding:20px 24px;display:flex;box-shadow:0 1px 3px #0000001a}.audit-logs-controls .filter-group{flex-direction:column;gap:6px;min-width:200px;display:flex}.audit-logs-controls .filter-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.audit-logs-controls .filter-select .MuiOutlinedInput-root,.audit-logs-controls .filter-select.MuiOutlinedInput-root{border-radius:8px;font-size:.875rem}.audit-logs-content{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.audit-logs-pagination{background:#fafbfc;border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.audit-logs-pagination .pagination-info{color:#64748b;font-size:.875rem;font-weight:400}.audit-logs-pagination{justify-content:flex-end}.audit-logs-table-header{background:#fff;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.audit-logs-table-header .audit-logs-table-header-left{flex:1}.audit-logs-table-header .audit-logs-table-title{color:#0f172a;margin:0;font-size:1.125rem;font-weight:600}.audit-logs-table-header .audit-logs-table-header-right{align-items:center;gap:16px;display:flex}.audit-logs-table-header .audit-logs-table-results{color:#94a3b8;text-transform:none;letter-spacing:normal;font-size:.75rem;font-weight:400}.audit-logs-table{border-collapse:collapse;table-layout:fixed;width:100%}.audit-logs-table th,.audit-logs-table td{text-align:left;vertical-align:middle;padding:16px 24px}.audit-logs-table tbody td{color:#0f172a;font-size:.875rem}.audit-logs-table thead{background:#f8fafc;border-bottom:1px solid #e2e8f0}.audit-logs-table thead th{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600;line-height:1.3}.audit-logs-table tbody tr{border-bottom:1px solid #f3f4f6}.audit-logs-table tbody tr:last-child{border-bottom:none}.audit-logs-table tbody tr:hover{background-color:#f8fafc}.audit-logs-table .col-date{width:200px}.audit-logs-table .col-action{width:220px}.audit-logs-table .col-old,.audit-logs-table .col-new{width:120px}.audit-logs-table .col-user{width:180px}.audit-log-date{color:#0f172a;align-items:center;gap:8px;font-size:.875rem;display:flex}.audit-log-date svg{color:#6b7280;flex-shrink:0}.audit-log-action-badge{color:#1d4ed8;background:#dbeafe;border-radius:4px;align-items:center;padding:4px 8px;font-size:12px;font-weight:500;display:inline-flex}.audit-log-value{color:#0f172a;background:#f3f4f6;border-radius:4px;padding:4px 8px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:13px}.audit-log-user{color:#0f172a;align-items:center;gap:8px;font-size:.875rem;display:flex}.audit-log-user svg{color:#6b7280;flex-shrink:0}.audit-log-system{color:#9ca3af;font-size:13px;font-style:italic}.audit-logs-empty-state{justify-content:center;align-items:center;min-height:300px;padding:40px;display:flex}@media (width<=768px){.audit-logs-header{flex-direction:column;align-items:stretch;gap:16px}.audit-logs-controls{flex-direction:column;gap:16px}.audit-logs-controls .filter-group{min-width:auto}.audit-logs-title{font-size:24px}.audit-logs-table-header{padding:16px}.audit-logs-table{display:block}.audit-logs-table thead{display:none}.audit-logs-table tbody,.audit-logs-table tr,.audit-logs-table td{display:block}.audit-logs-table tr{border:1px solid #e2e8f0;border-radius:8px;margin-bottom:8px;padding:16px}.audit-logs-table tr:last-child{margin-bottom:0}.audit-logs-table td{padding:8px 0;width:100%!important}.audit-logs-table td:before{content:attr(data-label);color:#374151;margin-bottom:4px;font-size:12px;font-weight:600;display:block}}.configs-egress-ip-icon{color:#6b7280}.configs-egress-ip-value{color:#1f2937;font-family:ui-monospace,monospace;font-size:1.25rem;font-weight:600}.configs-loading{color:#6b7280;margin:0}.admin-phone-numbers-controls{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:24px;padding:20px 24px;display:flex;box-shadow:0 1px 3px #0000001a}.admin-phone-numbers-controls .filter-group{flex-direction:column;gap:6px;min-width:200px;display:flex}.admin-phone-numbers-controls .filter-select .MuiOutlinedInput-root,.admin-phone-numbers-controls .filter-select.MuiOutlinedInput-root{border-radius:8px;font-size:.875rem}.admin-phone-numbers-content{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.admin-phone-numbers-table-header{background:#fff;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.admin-phone-numbers-table-header .admin-phone-numbers-table-header-left{flex:1}.admin-phone-numbers-table-header .admin-phone-numbers-table-title{color:#0f172a;margin:0 0 4px;font-size:1.125rem;font-weight:600}.admin-phone-numbers-table-header .admin-phone-numbers-table-subtitle{color:#64748b;margin:0;font-size:.875rem}.admin-phone-numbers-table-header .admin-phone-numbers-table-header-right{align-items:center;gap:16px;display:flex}.admin-phone-numbers-table-header .admin-phone-numbers-table-results{color:#94a3b8;text-transform:none;letter-spacing:normal;font-size:.75rem;font-weight:400}.admin-pn-table{border-collapse:collapse;table-layout:fixed;width:100%}.admin-pn-table th,.admin-pn-table td{text-align:left;vertical-align:middle;padding:16px 24px}.admin-pn-table thead{background:#f8fafc;border-bottom:1px solid #e2e8f0}.admin-pn-table thead th{color:#374151;font-size:14px;font-weight:600}.admin-pn-table tbody tr{border-bottom:1px solid #f3f4f6}.admin-pn-table tbody tr:last-child{border-bottom:none}.admin-pn-table tbody tr.phone-group-even{background-color:#fafbfc}.admin-pn-table tbody tr.phone-group-odd{background-color:#fff}.admin-pn-table .col-phone{width:220px}.admin-pn-table .col-tenant{width:180px}.admin-pn-table .col-agent{width:280px}.admin-pn-table .col-status{width:80px}.admin-pn-table .col-updated{width:180px}.admin-pn-info{flex-direction:column;gap:4px;display:flex}.admin-pn-value{color:#1f2937;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:16px;font-weight:600;line-height:1.2}.admin-pn-description{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.admin-pn-tenant{color:#374151;font-size:14px;font-weight:500}.admin-pn-agents{color:#374151;align-items:center;gap:6px;font-size:14px;display:flex}.admin-pn-agents svg{color:#6b7280;flex-shrink:0}.admin-pn-agents span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.admin-pn-no-agent{color:#9ca3af;font-size:13px;font-style:italic}.admin-pn-status-badge{border-radius:9999px;align-items:center;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.admin-pn-status-badge.enabled{color:#065f46;background-color:#d1fae5}.admin-pn-status-badge.disabled{color:#6b7280;background-color:#f3f4f6}.admin-pn-date{color:#6b7280;align-items:center;gap:8px;font-size:14px;display:flex}.admin-phone-numbers-empty-state{justify-content:center;align-items:center;min-height:300px;padding:40px;display:flex}.empty-state-content{text-align:center;max-width:400px}.loading-row{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;border-radius:4px;height:20px;animation:1.5s infinite shared-shimmer}@media (width<=768px){.admin-phone-numbers-header{flex-direction:column;align-items:stretch;gap:16px}.admin-phone-numbers-controls{flex-direction:column;gap:16px}.admin-phone-numbers-controls .filter-group{min-width:auto}.admin-phone-numbers-title{font-size:24px}.admin-phone-numbers-table-header{padding:16px}.admin-pn-table{display:block}.admin-pn-table thead{display:none}.admin-pn-table tbody,.admin-pn-table tr,.admin-pn-table td{display:block}.admin-pn-table tr{border:1px solid #e2e8f0;border-radius:8px;margin-bottom:8px;padding:16px}.admin-pn-table tr:last-child{margin-bottom:0}.admin-pn-table td{padding:8px 0;width:100%!important}.admin-pn-table td:before{content:attr(data-label);color:#374151;margin-bottom:4px;font-size:12px;font-weight:600;display:block}}.global-tools-page .grid-cell{align-items:center;min-height:40px;display:flex}.global-tools-page .tool-info{align-items:center;gap:12px;width:100%;min-width:0;display:flex}.global-tools-page .tool-avatar{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.global-tools-page .tool-avatar svg{color:#fff;width:20px;height:20px}.global-tools-page .tool-details{flex:1;min-width:0}.global-tools-page .tool-title{color:#1f2937;white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:15px;font-weight:600;line-height:1.3;display:block;overflow:hidden}.global-tools-page .tool-description{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;font-size:13px;display:block;overflow:hidden}.global-tools-page .tool-type-badge{color:#374151;background-color:#f3f4f6;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:500;display:inline-flex}.global-tools-page .tool-type-badge.system{color:#3730a3;background-color:#e0e7ff}.global-tools-page .tool-type-badge.content{color:#92400e;background-color:#fef3c7}.global-tools-page .tool-type-badge.flowlet{color:#1e40af;background-color:#dbeafe}.global-tools-page .tool-type-badge.api{color:#9d174d;background-color:#fce7f3}.global-tools-page .loading-row{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;border-radius:4px;height:20px;animation:1.5s infinite shared-shimmer}.global-tools-content{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.global-tools-table-header{background:#fff;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.global-tools-table-header .global-tools-table-header-left{flex:1}.global-tools-table-header .global-tools-table-title{color:#0f172a;margin:0;font-size:1.125rem;font-weight:600}.global-tools-table-header .global-tools-table-header-right{align-items:center;gap:16px;display:flex}.global-tools-table-header .global-tools-table-results{color:#94a3b8;text-transform:none;letter-spacing:normal;font-size:.75rem;font-weight:400}.global-tools-grid{flex-direction:column;display:flex}.global-tools-grid-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;grid-template-columns:2fr 1fr 100px 80px;gap:16px;padding:16px 24px;display:grid}.global-tools-grid-body{flex-direction:column;display:flex}.global-tool-grid-row{border-bottom:1px solid #f3f4f6;grid-template-columns:2fr 1fr 100px 80px;gap:16px;padding:20px 24px;transition:background-color .2s;display:grid}.global-tool-grid-row:hover{background-color:#f8fafc}.global-tool-grid-row:last-child{border-bottom:none}.global-tools-empty-state{justify-content:center;align-items:center;min-height:300px;padding:40px;display:flex}.global-tools-page .empty-state-content{text-align:center;max-width:400px}@media (width<=768px){.global-tools-page .grid-cell{min-height:auto}.global-tools-header{flex-direction:column;align-items:stretch;gap:16px}.global-tools-title{font-size:24px}.global-tools-table-header{padding:16px}.global-tools-grid-header,.global-tool-grid-row{grid-template-columns:1fr;gap:8px}.global-tools-grid-header{display:none}.global-tool-grid-row{border:1px solid #e2e8f0;border-radius:8px;margin-bottom:8px;padding:16px}.global-tool-grid-row:last-child{margin-bottom:0}}.stt-benchmark{flex-direction:column;gap:24px;display:flex}.stt-test-cases,.stt-provider-configs{flex-direction:column;gap:20px;display:flex}.stt-test-cases-toolbar{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;padding:20px;display:flex}.stt-controls{flex:1;min-width:280px}.stt-toolbar-actions{flex-shrink:0;align-items:center;gap:12px;display:flex}.filter-group{flex-direction:column;flex:1;gap:6px;display:flex}.filter-group .filter-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.filter-group .search-field{flex:1}.filter-group .search-field .MuiOutlinedInput-root{border-radius:8px;font-size:.875rem}.stt-import-progress{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;gap:6px;padding:16px 20px;display:flex}.stt-import-progress-label{color:#64748b;font-size:13px}.stt-table-container{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.stt-table-header{background:#fff;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.stt-table-title{color:#0f172a;margin:0;font-size:1.125rem;font-weight:600}.stt-table-count{color:#64748b;font-size:14px}.stt-empty{padding:40px}.stt-table{border-collapse:collapse;table-layout:fixed;width:100%}.stt-table th,.stt-table td{text-align:left;vertical-align:middle;padding:14px 20px}.stt-table thead{background:#f8fafc;border-bottom:1px solid #e2e8f0}.stt-table thead th{color:#374151;text-transform:uppercase;letter-spacing:.04em;font-size:13px;font-weight:600}.stt-table tbody tr{color:#0f172a;border-bottom:1px solid #f1f5f9}.stt-table tbody tr:last-child{border-bottom:none}.stt-table tbody tr:hover{background-color:#f8fafc}.stt-table .col-agent{width:13%}.stt-table .col-call-id{width:20%}.stt-table .col-start,.stt-table .col-end{width:7%}.stt-table .col-language{width:5%}.stt-table .col-ground-truth{width:24%}.stt-table .col-enabled,.stt-table .col-audio,.stt-table .col-actions{width:8%}.stt-table .col-name{width:22%}.stt-table .col-provider,.stt-table .col-model{width:18%}.stt-table .col-properties{width:32%}.stt-table td{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.stt-cell-primary{color:#0f172a;font-size:14px;font-weight:600}.stt-cell-secondary{color:#374151;font-size:13px}.stt-cell-mono{color:#64748b;text-overflow:ellipsis;white-space:nowrap;background:#f1f5f9;border-radius:4px;max-width:100%;padding:2px 6px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:12px;display:inline-block;overflow:hidden}.stt-cell-timestamp{color:#334155;white-space:nowrap;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:13px}.stt-cell-error{color:#dc2626;font-size:12px}.stt-loading-row{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;border-radius:4px;height:18px;animation:1.5s infinite shared-shimmer}.stt-benchmark-runs{flex-direction:column;gap:28px;display:flex}.stt-run-config{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px}.stt-section-title{color:#0f172a;margin:0 0 16px;font-size:18px;font-weight:600}.stt-provider-checkboxes{flex-wrap:wrap;gap:4px 16px;display:flex}.stt-no-providers,.stt-no-results{color:#64748b;margin:0;font-size:14px}.stt-running-notice{color:#64748b;margin:12px 0 0;font-size:13px}.stt-runs-list{flex-direction:column;gap:12px;display:flex}.stt-runs-loading{justify-content:center;padding:40px 0;display:flex}.stt-run-cards{flex-direction:column;gap:8px;display:flex}.stt-run-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;transition:border-color .2s;overflow:hidden}.stt-run-card:hover{border-color:#cbd5e1}.stt-run-card-header{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:12px;padding:14px 18px;display:flex}.stt-run-card-header:hover{background:#f8fafc}.stt-run-card-toggle{color:#64748b;flex-shrink:0}.stt-run-card-meta{flex-wrap:wrap;flex:1;align-items:center;gap:16px;display:flex}.stt-run-status{border-radius:999px;padding:2px 8px;font-size:12px;font-weight:600}.stt-run-status.status-running{color:#d97706;background:#fef3c7}.stt-run-status.status-completed{color:#059669;background:#d1fae5}.stt-run-status.status-failed{color:#dc2626;background:#fee2e2}.stt-run-status.status-cancelling{color:#d97706;background:#fef3c7}.stt-run-status.status-cancelled{color:#64748b;background:#f1f5f9}.stt-run-date{color:#334155;font-size:13px}.stt-run-providers{color:#64748b;font-size:13px;font-style:italic}.stt-run-result-count{color:#94a3b8;margin-left:auto;font-size:13px}.stt-run-progress{color:#d97706;font-size:13px;font-weight:600}.stt-run-card-actions{flex-shrink:0;gap:4px;display:flex}.stt-run-card-body{border-top:1px solid #f1f5f9;padding:0 18px 18px}.stt-run-summary{margin-top:16px}.stt-run-results-section{margin-top:20px}.stt-run-summary-title{color:#374151;margin:0 0 10px;font-size:14px;font-weight:600}.stt-results-table{border-collapse:collapse;width:100%;font-size:13px}.stt-results-table th,.stt-results-table td{text-align:left;vertical-align:middle;padding:8px 12px}.stt-results-table thead{background:#f8fafc}.stt-results-table thead th{color:#374151;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #e2e8f0;font-size:12px;font-weight:600}.stt-results-table tbody tr{color:#334155;border-bottom:1px solid #f1f5f9}.stt-results-table tbody tr:last-child{border-bottom:none}.stt-results-table tbody tr.summary-row{font-weight:500}.stt-results-table-full{display:block;overflow-x:auto}.stt-results-table-full thead,.stt-results-table-full tbody,.stt-results-table-full tr{width:100%;display:table}.stt-results-table-full th:first-child,.stt-results-table-full td:first-child{width:18%}.stt-results-table-full th:nth-child(2),.stt-results-table-full td:nth-child(2){width:40%}.stt-results-table-full th:nth-child(3),.stt-results-table-full td:nth-child(3){width:10%}.stt-results-table-full th:nth-child(4),.stt-results-table-full td:nth-child(4){width:32%}.stt-results-table-full td{white-space:normal;word-break:break-word}.stt-test-case-group{margin-bottom:20px}.stt-all-results-header{cursor:pointer;align-items:center;gap:8px;padding:8px 0;display:flex}.stt-all-results-header:hover{opacity:.8}.stt-all-results-header .stt-run-summary-title{margin:0}.stt-results-filters{align-items:center;gap:16px;padding:12px 0 4px;display:flex}.stt-wer-slider{align-items:center;gap:12px;display:flex}.stt-wer-slider-label{color:#64748b;white-space:nowrap;font-size:.8125rem}.stt-filter-select{color:#374151;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:6px 10px;font-size:.8125rem}.stt-all-results-body{flex-direction:column;gap:12px;padding-top:8px;display:flex}.stt-ground-truth-header{cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:8px;padding:10px 16px;display:flex}.stt-ground-truth-header:hover{background:#f1f5f9}.stt-ground-truth-toggle{color:#64748b;align-items:center;display:flex}.stt-ground-truth-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;font-size:.75rem;font-weight:600}.stt-ground-truth-text{color:#0f172a;direction:rtl;flex:1;font-size:.9rem}.stt-ground-truth-stats{white-space:nowrap;align-items:center;gap:4px;font-size:.8rem;font-weight:600;display:flex}.stt-ground-truth-stats-sep{color:#cbd5e1}.stt-ground-truth-count{color:#94a3b8;white-space:nowrap;font-size:.75rem}.stt-provider-name{color:#0f172a;font-weight:600}.wer-good{color:#059669;font-weight:600}.wer-warn{color:#d97706;font-weight:600}.wer-bad{color:#dc2626;font-weight:600}@media (width<=768px){.stt-benchmark{padding:16px}.stt-benchmark-title{font-size:24px}.stt-test-cases-toolbar{flex-direction:column;align-items:stretch}.stt-toolbar-actions{justify-content:stretch}.stt-toolbar-actions .MuiButton-root{flex:1}.stt-table{display:block}.stt-table thead{display:none}.stt-table tbody,.stt-table tr,.stt-table td{display:block}.stt-table tr{border:1px solid #e2e8f0;border-radius:8px;margin-bottom:8px;padding:12px 16px}.stt-table tr:last-child{margin-bottom:0}.stt-table td{padding:6px 0;width:100%!important}.stt-table td:before{content:attr(data-label);color:#374151;text-transform:uppercase;letter-spacing:.05em;margin-bottom:2px;font-size:11px;font-weight:600;display:block}.stt-run-card-meta{gap:8px}.stt-run-result-count{margin-left:0}}.feedback-comment-text{color:#0f172a;font-size:.875rem}.api-keys-page .loading-row{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;border-radius:4px;height:20px;animation:1.5s infinite shared-shimmer}.testcases-page{flex-direction:column;gap:24px;display:flex}.testcases-controls{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-wrap:wrap;align-items:center;gap:16px;padding:20px 24px;display:flex;box-shadow:0 1px 3px #0000001a}.testcases-controls .filter-group{flex-direction:column;gap:6px;display:flex}.testcases-controls .filter-group:last-child{flex:1;min-width:320px}.testcases-controls .filter-group .filter-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.testcases-controls .filter-group .filter-select .MuiOutlinedInput-root,.testcases-controls .filter-group .search-field .MuiOutlinedInput-root,.testcases-controls .filter-group .filter-select.MuiOutlinedInput-root,.testcases-controls .filter-group .search-field.MuiOutlinedInput-root{border-radius:8px;font-size:.875rem}.testcases-content{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.testcases-content .testcases-table-header{background:#fff;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.testcases-content .testcases-table-header .testcases-table-header-left{flex:1}.testcases-content .testcases-table-header .testcases-table-header-left .testcases-table-title{color:#0f172a;margin:0;font-size:1.125rem;font-weight:600}.testcases-content .testcases-table-header .testcases-table-header-left .testcases-table-subtitle{color:#64748b;margin:0;font-size:.875rem}.testcases-content .testcases-table-header .testcases-table-header-right{align-items:center;display:flex}.testcases-content .testcases-table-header .testcases-table-header-right .testcases-table-results{color:#94a3b8;text-transform:none;letter-spacing:normal;font-size:.75rem;font-weight:400}.testcase-name{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:600;overflow:hidden}.testcase-expectation{color:#64748b;font-size:.75rem;line-height:1.4}@media (width<=1024px){.testcases-page{padding:16px}.testcases-controls{flex-direction:column;gap:16px}.testcases-controls .filter-group{min-width:auto}}.testsuites-page{flex-direction:column;gap:24px;display:flex}.testsuites-controls{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-wrap:wrap;align-items:center;gap:16px;padding:20px 24px;display:flex;box-shadow:0 1px 3px #0000001a}.testsuites-controls .filter-group{flex-direction:column;gap:6px;display:flex}.testsuites-controls .filter-group:last-child{flex:1;min-width:320px}.testsuites-controls .filter-group .filter-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.testsuites-controls .filter-group .filter-select .MuiOutlinedInput-root,.testsuites-controls .filter-group .search-field .MuiOutlinedInput-root,.testsuites-controls .filter-group .filter-select.MuiOutlinedInput-root,.testsuites-controls .filter-group .search-field.MuiOutlinedInput-root{border-radius:8px;font-size:.875rem}.testsuites-content{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.testsuites-content .testsuites-table-header{background:#fff;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.testsuites-content .testsuites-table-header .testsuites-table-header-left{flex:1}.testsuites-content .testsuites-table-header .testsuites-table-header-left .testsuites-table-title{color:#0f172a;margin:0;font-size:1.125rem;font-weight:600}.testsuites-content .testsuites-table-header .testsuites-table-header-left .testsuites-table-subtitle{color:#64748b;margin:0;font-size:.875rem}.testsuites-content .testsuites-table-header .testsuites-table-header-right{align-items:center;display:flex}.testsuites-content .testsuites-table-header .testsuites-table-header-right .testsuites-table-results{color:#94a3b8;text-transform:none;letter-spacing:normal;font-size:.75rem;font-weight:400}.testsuite-name{color:#0f172a;font-size:.875rem;font-weight:600}.testsuite-description{color:#64748b;font-size:.75rem;line-height:1.4}.loading-row{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;border-radius:4px;width:80%;height:16px;animation:1.5s infinite shared-shimmer}@media (width<=1024px){.testsuites-page{padding:16px}.testsuites-controls{flex-direction:column;gap:16px}.testsuites-controls .filter-group{min-width:auto}}.billing-page{flex-direction:column;gap:24px;display:flex}.billing-page .billing-usage-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px 24px 20px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.billing-page .billing-usage-card .usage-title{color:#0f172a;margin-bottom:12px;font-size:.875rem;font-weight:600;display:block}.billing-page .billing-usage-card .usage-bar-row{align-items:center;gap:12px;display:flex}.billing-page .billing-usage-card .usage-bar-row .usage-percentage{color:#0f172a;min-width:40px;font-size:.875rem;font-weight:600}.billing-page .billing-usage-card .usage-bar-row .usage-bar-track{background:#e2e8f0;border-radius:6px;flex:1;height:12px;position:relative;overflow:hidden}.billing-page .billing-usage-card .usage-bar-row .usage-bar-track .usage-bar-fill{border-radius:6px;height:100%;transition:width .3s,background .3s}.billing-page .billing-usage-card .usage-bar-row .usage-bar-track .usage-bar-fill.normal{background:linear-gradient(90deg,#10b981 0%,#34d399 100%)}.billing-page .billing-usage-card .usage-bar-row .usage-bar-track .usage-bar-fill.warning{background:linear-gradient(90deg,#f59e0b 0%,#fbbf24 100%)}.billing-page .billing-usage-card .usage-bar-row .usage-bar-track .usage-bar-fill.danger{background:linear-gradient(90deg,#ef4444 0%,#f87171 100%)}.billing-page .billing-usage-card .usage-bar-row .usage-bar-track .usage-bar-fill.over{background:linear-gradient(90deg,#7c3aed 0%,#a78bfa 100%)}.billing-page .billing-usage-card .usage-bar-row .usage-numbers{color:#64748b;white-space:nowrap;font-size:.875rem}.billing-page .billing-usage-card .usage-bar-row .usage-numbers .usage-used{color:#0f172a;font-weight:600}.billing-page .billing-usage-card .usage-bar-row .usage-numbers .usage-total{color:#64748b}.billing-page .billing-controls{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-wrap:wrap;align-items:flex-end;gap:16px;padding:20px 24px;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000001a}.billing-page .billing-controls .filter-group{flex-direction:column;gap:6px;display:flex}.billing-page .billing-controls .filter-group .filter-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.billing-page .billing-controls .filter-group .filter-select{min-width:200px}.billing-page .billing-controls .filter-group .filter-select .MuiOutlinedInput-root{border-radius:8px;font-size:.875rem}.billing-page .billing-controls .filter-spacer{flex:1}.billing-page .billing-controls .filter-toggle{align-items:center;gap:4px;display:flex}.billing-page .billing-controls .filter-toggle .toggle-label{color:#64748b;font-size:.75rem}.billing-page .billing-content{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.billing-page .billing-content .billing-table-header{background:#fff;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.billing-page .billing-content .billing-table-header .billing-table-header-left{flex:1}.billing-page .billing-content .billing-table-header .billing-table-header-left .billing-table-title{color:#0f172a;margin:0;font-size:1.125rem;font-weight:600}.billing-page .billing-content .billing-table-header .billing-table-header-right{align-items:center;display:flex}.billing-page .billing-content .billing-table-header .billing-table-header-right .billing-table-results{color:#94a3b8;text-transform:none;letter-spacing:normal;font-size:.75rem;font-weight:400}.billing-page .billing-grid{flex-direction:column;display:flex}.billing-page .billing-grid .billing-grid-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;grid-template-columns:1.5fr 1.5fr 1fr 1fr .5fr;gap:0;display:grid}.billing-page .billing-grid .billing-grid-header .grid-cell{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.05em;align-items:center;min-width:0;padding:16px 20px;font-size:.75rem;font-weight:600;line-height:1.3;display:flex}.billing-page .billing-grid .billing-grid-body{flex-direction:column;display:flex}.billing-page .billing-grid .billing-grid-body .billing-grid-row{border-bottom:1px solid #f1f5f9;grid-template-columns:1.5fr 1.5fr 1fr 1fr .5fr;gap:0;transition:all .2s;display:grid}.billing-page .billing-grid .billing-grid-body .billing-grid-row:last-child{border-bottom:none}.billing-page .billing-grid .billing-grid-body .billing-grid-row:hover{background:#f8fafc}.billing-page .billing-grid .billing-grid-body .billing-grid-row.excluded{background:#fafbfc}.billing-page .billing-grid .billing-grid-body .billing-grid-row.excluded .grid-cell,.billing-page .billing-grid .billing-grid-body .billing-grid-row.excluded .call-link{color:#94a3b8}.billing-page .billing-grid .billing-grid-body .billing-grid-row .grid-cell{color:#0f172a;align-items:center;min-height:56px;padding:16px 20px;font-size:.875rem;display:flex}.billing-page .billing-grid .billing-grid-body .billing-grid-row .grid-cell.caller{gap:8px;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace}.billing-page .billing-grid .billing-grid-body .billing-grid-row .grid-cell.duration{font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace}.billing-page .billing-grid .billing-grid-body .billing-grid-row .grid-cell .call-link{color:#3b82f6;font-weight:500;text-decoration:none}.billing-page .billing-grid .billing-grid-body .billing-grid-row .grid-cell .call-link:hover{text-decoration:underline}.billing-page .billing-pagination{background:#fafbfc;border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.billing-page .billing-pagination .pagination-info{color:#64748b;font-size:.875rem;font-weight:400}.billing-page .billing-pagination .pagination-info strong{color:#0f172a}.billing-page .billing-loading{justify-content:center;align-items:center;padding:60px 20px;display:flex}.billing-page .billing-empty{padding:60px 20px}@media (width<=768px){.billing-page .billing-usage-card .usage-bar-row{flex-wrap:wrap;gap:8px}.billing-page .billing-usage-card .usage-bar-row .usage-bar-track{flex:none;order:2;width:100%}.billing-page .billing-usage-card .usage-bar-row .usage-numbers{order:3}.billing-page .billing-controls{flex-direction:column;align-items:stretch}.billing-page .billing-controls .filter-group,.billing-page .billing-controls .filter-group .filter-select{width:100%}.billing-page .billing-grid .billing-grid-header,.billing-page .billing-grid .billing-grid-row{grid-template-columns:1fr}.billing-page .billing-grid .billing-grid-header .grid-cell{display:none}.billing-page .billing-grid .billing-grid-header .grid-cell:first-child{display:block}}.favorites-loading{justify-content:center;align-items:center;min-height:300px;display:flex}.favorites-loading-overlay{z-index:1000;background:#ffffffb3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.favorites-empty{text-align:center;color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:80px 24px;display:flex}.favorites-empty svg{color:#94a3b8;margin-bottom:16px}.favorites-empty h3{color:#0f172a;margin:0 0 8px;font-size:1.25rem;font-weight:600}.favorites-empty p{max-width:300px;margin:0;font-size:.875rem}.favorites-table-container{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.favorites-table{border-collapse:collapse;width:100%}.favorites-table thead{background:#f8fafc;border-bottom:1px solid #e2e8f0}.favorites-table thead th{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.05em;padding:12px 16px;font-size:.75rem;font-weight:600}.favorites-table thead th:nth-child(2){min-width:160px}.favorites-table thead th:last-child{width:48px}.favorites-table tbody .favorites-row{cursor:pointer;border-bottom:1px solid #f1f5f9;transition:background-color .15s}.favorites-table tbody .favorites-row:hover{background-color:#f8fafc}.favorites-table tbody .favorites-row:last-child{border-bottom:none}.favorites-table tbody .favorites-row td{color:#0f172a;vertical-align:middle;padding:16px;font-size:.875rem}.favorites-table tbody .favorites-row .call-cell .call-info{align-items:center;gap:8px;margin-bottom:4px;display:flex}.favorites-table tbody .favorites-row .call-cell .call-info svg{color:#64748b}.favorites-table tbody .favorites-row .call-cell .call-info .call-title{font-weight:500}.favorites-table tbody .favorites-row .call-cell .call-date{color:#94a3b8;margin-left:24px;font-size:.75rem}.favorites-table tbody .favorites-row .caller-cell .caller-id{color:#64748b;font-family:SF Mono,Consolas,monospace;font-size:.8125rem}.favorites-table tbody .favorites-row .resolution-cell .resolution-badge{text-transform:capitalize;border:1px solid;border-radius:9999px;padding:4px 10px;font-size:.75rem;font-weight:500;display:inline-flex}.favorites-table tbody .favorites-row .resolution-cell .resolution-unknown{color:#94a3b8;background-color:#f1f5f9;border-color:#e2e8f0}.favorites-table tbody .favorites-row .duration-cell{color:#64748b;font-family:SF Mono,Consolas,monospace;font-size:.8125rem}.favorites-table tbody .favorites-row .duration-cell .duration-content{align-items:center;gap:6px;display:inline-flex}.favorites-table tbody .favorites-row .duration-cell svg{color:#94a3b8}.favorites-table tbody .favorites-row .sentiment-cell{font-size:.875rem;font-weight:500}.favorites-table tbody .favorites-row .agent-cell{color:#64748b;font-size:.8125rem}.favorites-table tbody .favorites-row .actions-cell{text-align:center}.favorites-table tbody .favorites-row .actions-cell .MuiIconButton-root{color:#94a3b8}.favorites-table tbody .favorites-row .actions-cell .MuiIconButton-root:hover{color:#ef4444;background-color:#fef2f2}.report-filters{flex-wrap:wrap;align-items:flex-end;gap:2.5%;display:flex}.report-filters .filter-group{flex-direction:column;flex:40%;gap:6px;min-width:200px;display:flex}.report-filters .filter-group .filter-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.report-filters .filter-group .filter-select .MuiOutlinedInput-root,.report-filters .filter-group .filter-select.MuiOutlinedInput-root{border-radius:8px;font-size:.875rem}.report-filters .filter-group .filter-select{width:100%;max-width:none}.report-filters .filter-group .filter-select .MuiSelect-select{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}:root{--sentiment-neutral:#93c5fd;--sentiment-neutral-badge:#dbeafe}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}
