:root{--primary-gradient:linear-gradient(180deg,#38bcff,#20a4fe 25%,#1991fa 50%,#0b82f9 75%,#016ff4);--accent-gradient:linear-gradient(135deg,#38bcff,#016ff4);--blue-01:#38bcff;--blue-02:#20a4fe;--blue-03:#1991fa;--blue-04:#0b82f9;--blue-05:#016ff4;--blue-06:#001035;--primary-color:#016ff4;--primary-light:#38bcff;--primary-dark:#001035;--accent-pink:#f7658e;--accent-pink-light:#fef3f6;--accent-icon-bg:#eff7fe;--success-color:#016ff499;--success-solid:#4caf50;--warning-color:#ffa726;--error-color:#f44336;--danger-color:#ce3535;--info-color:#016ff4;--text-primary:#000;--text-secondary:#444;--text-disabled:#9aa0a6;--text-inverse:#fff;--background-main:#eeeff0;--background-sidebar:#f7f8f9;--background-content:#fff;--background-paper:#fff;--gray-50:#f7f8f9;--gray-100:#eeeff0;--gray-200:#dfdfdf;--gray-300:#d9d9d9;--gray-400:#d0d0d0;--gray-500:#9aa0a6;--gray-600:#80868b;--gray-700:#5f6368;--gray-800:#444;--gray-900:#202124;--border-default:#dfdfdf;--border-light:#ebebeb;--border-divider:#d9d9d9;--border-color:#dfdfdf;--shadow-sm:0 1px 2px #0000000d;--shadow-base:0 1px 3px #0000001a,0 1px 2px #0000000f;--shadow-md:0 4px 6px #00000012,0 2px 4px #0000000f;--shadow-lg:0 10px 15px #0000001a,0 4px 6px #0000000d;--shadow-xl:0 20px 25px #0000001a,0 10px 10px #0000000a;--shadow-2xl:0 25px 50px #00000026;--shadow-brand:0 8px 32px #016ff44d;--shadow-brand-hover:0 12px 48px #016ff466;--shadow-card:0 4px 20px #00000014;--border-radius-sm:2px;--border-radius-base:4px;--border-radius-md:6px;--border-radius-lg:8px;--border-radius-xl:12px;--border-radius-2xl:16px;--border-radius-3xl:24px;--border-radius-menu-active:8px 0px 0px 8px;--spacing-1:8px;--spacing-2:16px;--spacing-3:24px;--spacing-4:32px;--spacing-5:40px;--spacing-6:48px;--font-family:"Inter","Roboto","Helvetica","Arial",sans-serif;--font-family-mono:"Fira Code","Monaco","Courier New",monospace;--transition-fast:150ms;--transition-base:300ms;--transition-slow:600ms;--easing-ease-in-out:cubic-bezier(0.4,0,0.2,1);--sidebar-width:280px;--sidebar-width-collapsed:70px;--navbar-height:64px}*{box-sizing:border-box}.MuiBox-root.css-1l635b5{padding:0!important}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent;background-color:#eeeff0;background-color:var(--background-main);color:#000;color:var(--text-primary);font-family:Inter,Roboto,Helvetica,Arial,sans-serif;font-family:var(--font-family);line-height:1.5;margin:0;text-rendering:optimizeLegibility}#root,body{overflow-x:hidden}#root{width:100%}.MuiTableContainer-root{max-width:100%;overflow-x:auto}[role=tabpanel]{overflow-x:hidden;width:100%!important}.MuiPaper-root,[role=tabpanel]{max-width:100%!important}#automations-tabpanel-0,#automations-tabpanel-0>div,#automations-tabpanel-1,#automations-tabpanel-1>div,[role=tabpanel]>div{max-width:100%!important;width:100%!important}.css-1yrxwqj>div>div>div.MuiPaper-root.MuiPaper-elevation.MuiPaper-rounded.MuiPaper-elevation1.css-1xh5w16-MuiPaper-root>div>div>div,[role=tabpanel]{margin:0!important;max-width:100%!important;padding-left:0!important;padding-right:0!important;width:100%!important}.MuiBox-root.css-1yrxwqj>div,.MuiPaper-root.MuiPaper-elevation.MuiPaper-rounded.MuiPaper-elevation1{max-width:100%!important;width:100%!important}@media (max-width:768px){.MuiDrawer-paper{width:280px!important;width:var(--sidebar-width)!important}.MuiAppBar-root{z-index:1300!important}.dashboard-content{margin-top:64px!important;margin-top:var(--navbar-height)!important;padding:8px!important}}@media (max-width:600px){.MuiDialog-paper{margin:8px!important;max-width:none!important;width:calc(100% - 16px)!important}.MuiDialogTitle-root{font-size:1.1rem!important;padding:16px!important}.MuiDialogContent-root{padding:8px 16px!important}.MuiDialogActions-root{flex-direction:column-reverse;padding:8px 16px 16px!important}.MuiDialogActions-root .MuiButton-root{margin:4px 0!important;width:100%}}.MuiBox-root.css-1yrxwqj{padding:0!important}.MuiBox-root.css-1yrxwqj [role=tabpanel]{max-width:100%!important;padding-left:0!important;padding-right:0!important;width:100%!important}.MuiBox-root.css-1yrxwqj [role=tabpanel]>div{margin-left:0!important;margin-right:0!important}.MuiBox-root.css-1yrxwqj [role=tabpanel] .MuiPaper-root,.MuiBox-root.css-1yrxwqj [role=tabpanel] .MuiTableContainer-root,.MuiBox-root.css-1yrxwqj [role=tabpanel]>div{max-width:100%!important;width:100%!important}.MuiTableRow-root .MuiTableCell-root{padding:8px 16px!important}.MuiTableHead-root .MuiTableCell-root{font-weight:600!important;padding:10px 16px!important}code{background-color:#eff7fe;background-color:var(--accent-icon-bg);border-radius:2px;border-radius:var(--border-radius-sm);font-family:Fira Code,Monaco,Courier New,monospace;font-family:var(--font-family-mono);font-size:.875em;padding:.2em .4em}.link{color:inherit}.link,a{text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition-base) var(--easing-ease-in-out)}a{color:#016ff4;color:var(--primary-color)}a:hover{color:#0b82f9;color:var(--blue-04);text-decoration:underline}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(200%)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(180deg,#38bcff,#20a4fe 25%,#1991fa 50%,#0b82f9 75%,#016ff4);background:var(--primary-gradient);-webkit-background-clip:text;background-clip:text}.gradient-bg,.gradient-bg-animated{background:linear-gradient(180deg,#38bcff,#20a4fe 25%,#1991fa 50%,#0b82f9 75%,#016ff4);background:var(--primary-gradient)}.gradient-bg-animated{animation:gradient 15s ease infinite;background-size:400% 400%}.wes-card{background:#fff;background:var(--background-content);border:1px solid #ebebeb;border:1px solid var(--border-light);border-radius:8px;border-radius:var(--border-radius-lg);box-shadow:0 4px 20px #00000014;box-shadow:var(--shadow-card);transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition-base) var(--easing-ease-in-out)}.wes-card:hover{box-shadow:0 10px 15px #0000001a,0 4px 6px #0000000d;box-shadow:var(--shadow-lg);transform:translateY(-4px)}.hover-lift{transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition-base) var(--easing-ease-in-out)}.hover-lift:hover{box-shadow:0 20px 25px #0000001a,0 10px 10px #0000000a;box-shadow:var(--shadow-xl);transform:translateY(-8px)}.animate-fade-in{animation:fadeIn .6s ease-out}.animate-slide-in{animation:slideIn .6s ease-out}.animate-float{animation:float 6s ease-in-out infinite}.wes-button{align-items:center;border:none;border-radius:8px;border-radius:var(--border-radius-lg);cursor:pointer;display:inline-flex;font-family:Inter,Roboto,Helvetica,Arial,sans-serif;font-family:var(--font-family);font-weight:500;gap:.5rem;justify-content:center;padding:12px 24px;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition-base) var(--easing-ease-in-out)}.wes-button:hover{box-shadow:0 4px 6px #00000012,0 2px 4px #0000000f;box-shadow:var(--shadow-md);transform:translateY(-2px)}.wes-button.primary{background:linear-gradient(180deg,#38bcff,#20a4fe 25%,#1991fa 50%,#0b82f9 75%,#016ff4);background:var(--primary-gradient);color:#fff;color:var(--text-inverse)}.wes-button.primary:hover{box-shadow:0 8px 32px #016ff44d;box-shadow:var(--shadow-brand)}.wes-button.outline{background:#0000;border:2px solid #016ff4;border:2px solid var(--primary-color);color:#016ff4;color:var(--primary-color)}.wes-button.outline:hover{background:#016ff40a}.wes-button.danger{background:#0000;color:#ce3535;color:var(--danger-color)}.wes-button.danger:hover{background:#fef3f6;background:var(--accent-pink-light)}.wes-input{background:#fff;background:var(--background-content);border:1px solid #dfdfdf;border:1px solid var(--border-default);border-radius:6px;border-radius:var(--border-radius-md);font-family:Inter,Roboto,Helvetica,Arial,sans-serif;font-family:var(--font-family);font-size:14px;padding:.75rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition-base) var(--easing-ease-in-out)}.wes-input:focus{border-color:#016ff4;border-color:var(--primary-color);box-shadow:0 0 0 3px #016ff41a;outline:none}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#eeeff0;background:var(--gray-100)}::-webkit-scrollbar-thumb,::-webkit-scrollbar-track{border-radius:2px;border-radius:var(--border-radius-sm)}::-webkit-scrollbar-thumb{background:#d0d0d0;background:var(--gray-400)}::-webkit-scrollbar-thumb:hover{background:#9aa0a6;background:var(--gray-500)}::selection{background:#016ff433;color:#000;color:var(--text-primary)}::-moz-selection{background:#016ff433;color:#000;color:var(--text-primary)}.focus-ring{outline:2px solid #0000;outline-offset:2px}.focus-ring:focus-visible{outline:2px solid #016ff4;outline:2px solid var(--primary-color);outline-offset:2px}@media print{.no-print{display:none!important}*{background:#fff!important;box-shadow:none!important;color:#000!important}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}.animate-float,.gradient-bg-animated{animation:none!important}}@media (prefers-contrast:high){:root{--border-color:#000;--text-secondary:#000}}.MuiBadge-badge.MuiBadge-standard.MuiBadge-anchorOriginTopRight,.MuiBadge-badge.MuiBadge-standard.MuiBadge-anchorOriginTopRight.MuiBadge-anchorOriginTopRightRectangular.MuiBadge-overlapRectangular.MuiBadge-colorPrimary{right:-2px!important;top:-2px!important}.MuiList-root.MuiList-padding.css-jkow93-MuiList-root{padding-right:16px!important}@media (min-width:320px){body{font-size:14px;margin:0;padding:0}.MuiContainer-root{padding-left:8px!important;padding-right:8px!important}.wes-card{border-radius:2px;border-radius:var(--border-radius-sm);margin:.25rem;padding:1rem}.wes-button{font-size:14px;margin-bottom:8px;min-height:44px;padding:12px 16px;width:100%}.MuiTableContainer-root{font-size:12px}.MuiTableCell-root{font-size:12px!important;padding:4px 8px!important}.mobile-hidden{display:none!important}.MuiGrid-container{flex-direction:column}.MuiGrid-item{flex-basis:100%!important;max-width:100%!important}}@media (min-width:576px){body{font-size:15px}.MuiContainer-root{padding-left:12px!important;padding-right:12px!important}.wes-card{margin:.5rem}.wes-button{margin-bottom:0;width:auto}}@media (min-width:768px){body{font-size:16px}.MuiContainer-root{padding-left:16px!important;padding-right:16px!important}.wes-card{border-radius:6px;border-radius:var(--border-radius-md);margin:.75rem}.wes-button{font-size:14px;min-height:40px}.mobile-hidden{display:table-cell!important}.MuiGrid-container{flex-direction:row}}@media (min-width:992px){.MuiContainer-root{padding-left:24px!important;padding-right:24px!important}.wes-card{border-radius:8px;border-radius:var(--border-radius-lg);margin:1rem}.wes-button{font-size:14px;min-height:36px}}@media (min-width:1200px){.MuiContainer-root{max-width:1200px}}@media (min-width:1400px){.MuiContainer-root{max-width:1320px}}.loading{overflow:hidden;position:relative}.loading:before{animation:shimmer 2s infinite;background:linear-gradient(90deg,#0000,#fff6,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}@media (max-width:768px){h1{font-size:1.5rem!important}h2{font-size:1.3rem!important}h3{font-size:1.1rem!important}h4{font-size:1rem!important}.MuiTypography-h4{font-size:1.1rem!important}.MuiTypography-h5{font-size:1rem!important}.MuiTypography-h6{font-size:.9rem!important}.MuiBox-root{padding:8px!important}.MuiPaper-root{padding:12px!important}.MuiCard-root,.MuiPaper-root{margin:4px!important}.MuiCardContent-root{padding:12px!important}.MuiFormControl-root,.MuiTextField-root{margin-bottom:12px!important}.MuiInputBase-input,.MuiInputLabel-root{font-size:14px!important}.MuiInputBase-input{padding:12px!important}.MuiChip-root{font-size:11px!important;height:24px!important}.MuiBadge-badge{font-size:10px!important;height:16px!important;min-width:16px!important}}.form-group{margin-bottom:1.5rem}.form-label{color:#000;color:var(--text-primary);display:block;font-weight:600;margin-bottom:.5rem}.form-input{background:#fff;background:var(--background-content);border:1px solid #dfdfdf;border:1px solid var(--border-default);border-radius:6px;border-radius:var(--border-radius-md);font-size:14px;padding:.75rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);transition:all var(--transition-base) var(--easing-ease-in-out);width:100%}.form-input:focus{border-color:#016ff4;border-color:var(--primary-color);box-shadow:0 0 0 3px #016ff41a;outline:none}.form-error{color:#ce3535;color:var(--danger-color)}.form-error,.form-success{font-size:.875rem;margin-top:.25rem}.form-success{color:#4caf50;color:var(--success-solid)}.menu-item-active{background:linear-gradient(180deg,#38bcff,#20a4fe 25%,#1991fa 50%,#0b82f9 75%,#016ff4)!important;background:var(--primary-gradient)!important;border-radius:8px 0 0 8px!important;border-radius:var(--border-radius-menu-active)!important}.menu-item-active,.menu-item-active .MuiListItemIcon-root{color:#fff!important;color:var(--text-inverse)!important}.menu-item-inactive{color:#016ff4!important;color:var(--primary-color)!important}.menu-item-logout{color:#ce3535!important;color:var(--danger-color)!important}.menu-item-logout:hover{background:#fef3f6!important;background:var(--accent-pink-light)!important}body.dashboard-shell{--bg:#f4f6f9;--panel:#fff;--text:#0c0d0e;--muted:#6b7280;--primary:#016ff4;--primary-2:#0b82f9;--border:#e5e7eb;--shadow:0 8px 24px #0000000f;--nav-item-width:220px;--md-display-large:57px;--md-display-medium:45px;--md-display-small:36px;--md-headline-large:32px;--md-headline-medium:28px;--md-headline-small:24px;--md-title-large:22px;--md-title-medium:16px;--md-title-small:14px;--md-body-large:16px;--md-body-medium:14px;--md-body-small:12px;--md-label-large:14px;--md-label-medium:12px;--md-label-small:11px}body.dashboard-shell *{box-sizing:border-box}body.dashboard-shell{font-size:16px;line-height:24px;margin:0}body.dashboard-shell .app-shell{display:grid;grid-template-columns:260px 1fr;min-height:100vh;transition:grid-template-columns .2s ease}body.dashboard-shell .sidebar{background:#fff;border-right:1px solid var(--border);display:flex;flex-direction:column;height:100vh;overflow:hidden;padding:24px 0;position:sticky;top:0;transition:width .2s ease,padding .2s ease}body.dashboard-shell .sidebar-top{display:flex;justify-content:flex-end;margin-bottom:8px;padding:0 20px}body.dashboard-shell .app-shell.sidebar-collapsed .sidebar-top{justify-content:center;padding:0}body.dashboard-shell .menu-btn{background:#0000;border:none;color:#016ff4}body.dashboard-shell .logo{align-items:center;display:flex;justify-content:center;margin-bottom:32px;padding:0 20px;transition:all .2s ease}body.dashboard-shell .logo-big{height:110px;width:auto}body.dashboard-shell .logo-small{display:none;height:48px;width:48px}body.dashboard-shell .nav{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;gap:10px;overflow-x:hidden;overflow-y:auto;padding:0 20px 12px}body.dashboard-shell .nav::-webkit-scrollbar{width:6px}body.dashboard-shell .nav::-webkit-scrollbar-track{background:#0000}body.dashboard-shell .nav::-webkit-scrollbar-thumb{background:#94a3b880;border-radius:999px}body.dashboard-shell .nav-item{align-items:center;background:#0000;border:none;border-radius:10px;color:#016ff4;cursor:pointer;display:flex;font-size:var(--md-title-medium);font-weight:500;gap:10px;justify-content:flex-start;line-height:24px;margin:0;padding:12px 16px;text-align:left;text-decoration:none;width:var(--nav-item-width)}body.dashboard-shell .nav-label{flex:1 1;text-align:left}body.dashboard-shell .nav-group{align-items:flex-start;display:flex;flex-direction:column;gap:6px}body.dashboard-shell .submenu{align-items:flex-start;display:none;flex-direction:column;gap:6px;margin-left:0;padding-left:46px}body.dashboard-shell .submenu-item{align-items:center;color:#212121;display:flex;font-size:var(--md-body-medium);font-weight:500;gap:8px;justify-content:space-between;line-height:20px;padding:8px 12px;text-align:left;text-decoration:none;width:100%}body.dashboard-shell .submenu-item.active,body.dashboard-shell .submenu-item:hover{background:#eef6ff;border-radius:8px;color:#016ff4}body.dashboard-shell .submenu-label{flex:1 1;text-align:left}body.dashboard-shell .submenu-count{align-items:center;background:#016ff41a;border-radius:999px;color:#016ff4;display:inline-flex;font-size:var(--md-label-small);font-weight:600;height:18px;justify-content:center;line-height:16px;min-width:18px;padding:0 6px}body.dashboard-shell .submenu.open{display:flex}body.dashboard-shell .nav-trigger .nav-caret{transition:transform .2s ease}body.dashboard-shell .nav-trigger.open .nav-caret{transform:rotate(180deg)}body.dashboard-shell .nav-item.active{background:linear-gradient(90deg,#1f7bf5,#166ef0 50%,#0a5fe6);color:#fff;margin:0;width:var(--nav-item-width)}body.dashboard-shell .nav-item:not(.active):hover{background:#eef6ff;color:#016ff4}body.dashboard-shell .nav-item:not(.active):hover .material-symbols-rounded{color:#016ff4}body.dashboard-shell .nav-item.logout{color:#dc2626;margin-top:12px}body.dashboard-shell .nav-caret{color:inherit;font-size:12px;margin-left:auto}body.dashboard-shell .nav-item .material-symbols-rounded{align-items:center;display:inline-flex;justify-content:center;width:20px}body.dashboard-shell .nav-divider{background:var(--border);height:1px;margin:auto 0 10px}body.dashboard-shell .app-shell.sidebar-collapsed{grid-template-columns:96px 1fr}body.dashboard-shell .app-shell.sidebar-collapsed .sidebar{padding:24px 0}body.dashboard-shell .app-shell.sidebar-collapsed .logo{justify-content:center}body.dashboard-shell .app-shell.sidebar-collapsed .logo-big{display:none}body.dashboard-shell .app-shell.sidebar-collapsed .logo-small{display:block}body.dashboard-shell .app-shell.sidebar-collapsed .nav-item{gap:0;height:48px;justify-content:center;margin:0 auto;padding:6px;width:56px}body.dashboard-shell .app-shell.sidebar-collapsed .nav-item.active{align-items:center;border-radius:14px;display:flex;height:56px;justify-content:center;margin:0 auto;width:56px}body.dashboard-shell .app-shell.sidebar-collapsed .nav-item .material-symbols-rounded{align-items:center;display:inline-flex;height:24px;justify-content:center;width:24px}.app-shell.sidebar-collapsed .nav-label,body.dashboard-shell .app-shell.sidebar-collapsed .nav-caret,body.dashboard-shell .app-shell.sidebar-collapsed .submenu{display:none}body.dashboard-shell .app-shell.sidebar-collapsed .nav-divider{margin:12px 0}body.dashboard-shell .main{display:flex;flex-direction:column}body.dashboard-shell .topbar{align-items:center;background:#fff;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:16px 24px}body.dashboard-shell .topbar-title{font-size:var(--md-title-large);font-weight:600;line-height:28px}body.dashboard-shell .topbar-title-btn{background:#0000;border:none;cursor:pointer;padding:0}body.dashboard-shell .has-tooltip{position:relative}body.dashboard-shell .has-tooltip:after{background:#111827;border-radius:8px;color:#fff;content:attr(data-tooltip);font-size:var(--md-body-small);left:0;opacity:0;padding:6px 8px;pointer-events:none;position:absolute;top:calc(100% + 6px);transition:opacity .2s ease;white-space:nowrap;z-index:20}body.dashboard-shell .has-tooltip:hover:after{opacity:1}body.dashboard-shell .fab{align-items:center;background:#016ff4;border:none;border-radius:50%;bottom:24px;box-shadow:0 12px 24px #016ff440;color:#fff;cursor:pointer;display:inline-flex;height:56px;justify-content:center;position:fixed;right:24px;width:56px;z-index:25}body.dashboard-shell .fab .material-symbols-rounded{font-size:24px}body.dashboard-shell .fab.has-tooltip:after{bottom:calc(100% + 8px);left:auto;right:0;top:auto}body.dashboard-shell .topbar-actions{align-items:center;display:flex;gap:16px}body.dashboard-shell .notifications{position:relative}body.dashboard-shell .notifications-dropdown{background:#fff;border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);display:none;flex-direction:column;overflow:hidden;position:absolute;right:0;top:48px;width:320px;z-index:10}body.dashboard-shell .notifications-dropdown.open{display:flex}body.dashboard-shell .notifications-header{align-items:center;border-bottom:1px solid var(--border);display:flex;font-size:var(--md-title-medium);font-weight:600;justify-content:space-between;line-height:24px;padding:12px 14px}body.dashboard-shell .mark-read{background:#0000;border:none;color:#016ff4;cursor:pointer;font-size:var(--md-label-medium);font-weight:600;line-height:16px;padding:0}body.dashboard-shell .notifications-list{display:flex;flex-direction:column;gap:10px;list-style:none;margin:0;padding:10px 0}body.dashboard-shell .notifications-list li{border-bottom:1px solid var(--border);padding:0 14px 10px}body.dashboard-shell .notifications-list li:last-child{border-bottom:none;padding-bottom:0}body.dashboard-shell .notification-title{color:#111827;font-size:var(--md-body-large);font-weight:600;line-height:24px}body.dashboard-shell .notification-meta{color:var(--muted);font-size:var(--md-body-small);line-height:16px}body.dashboard-shell .icon-btn{align-items:center;background:#0000;border:none;border-radius:999px;color:#016ff4;cursor:pointer;display:inline-flex;justify-content:center;padding:8px 10px;position:relative}body.dashboard-shell .icon-btn:hover{background:#eef6ff}body.dashboard-shell .icon-btn[aria-label]:after{background:#111827;border-radius:8px;bottom:calc(100% + 8px);color:#fff;content:attr(aria-label);font-size:var(--md-body-small);opacity:0;padding:6px 8px;pointer-events:none;position:absolute;right:0;transition:opacity .2s ease;white-space:nowrap;z-index:20}body.dashboard-shell .icon-btn[aria-label]:hover:after{opacity:1}body.dashboard-shell .material-symbols-rounded{font-size:20px;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 20;line-height:1}body.dashboard-shell .menu-btn .material-symbols-rounded{font-size:16px;height:16px;width:16px}body.dashboard-shell .user-pill{align-items:center;display:flex;gap:10px;position:relative}body.dashboard-shell .user-avatar{align-items:center;background:#0b82f9;border-radius:999px;color:#fff;display:flex;font-weight:700;height:44px;justify-content:center;width:44px}body.dashboard-shell .user-caret{color:#016ff4;font-size:22px}body.dashboard-shell .user-dropdown{background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow);display:none;flex-direction:column;min-width:160px;position:absolute;right:0;top:56px;z-index:10}.user-dropdown button,body.dashboard-shell .user-dropdown a{align-items:center;background:#fff;border:none;color:inherit;cursor:pointer;display:flex;font-size:var(--md-body-medium);gap:10px;justify-content:flex-start;padding:10px 12px;text-align:left;text-decoration:none;width:100%}.user-dropdown button:hover,body.dashboard-shell .user-dropdown a:hover{background:#f3f4f6}body.dashboard-shell .user-dropdown .danger{color:#dc2626;font-weight:600}body.dashboard-shell .user-dropdown.open{display:flex}body.dashboard-shell .content{padding:24px}body.dashboard-shell .section{background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow);padding:20px}body.dashboard-shell .section+.section{margin-top:24px}body.dashboard-shell .section.is-hidden+.section{margin-top:0}body.dashboard-shell .page{display:none}body.dashboard-shell .page.is-active{display:block}body.dashboard-shell .page-header{align-items:flex-start;margin-bottom:16px}body.dashboard-shell .page-subtitle{color:var(--muted);font-size:var(--md-body-medium);line-height:20px;margin:4px 0 0}body.dashboard-shell .page-actions{flex-wrap:wrap;gap:10px}body.dashboard-shell .page-actions.align-right{justify-content:flex-end}body.dashboard-shell .tabs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}body.dashboard-shell .tabs-underline .tab{background:#0000;border:none;border-bottom:4px solid #0000;border-radius:0;color:#016ff4;padding:8px 4px}body.dashboard-shell .tabs-underline .tab.active{background:#0000;border-color:#016ff4}body.dashboard-shell .tab-panel{display:none}body.dashboard-shell .tab-panel.active{display:block}body.dashboard-shell .tab{background:#fff;border:1px solid var(--border);border-radius:999px;color:#016ff4;cursor:pointer;font-weight:600;padding:8px 14px}body.dashboard-shell .tab.active{background:#eef6ff;border-color:#cfe3ff}body.dashboard-shell .filters-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:16px}body.dashboard-shell .filters-grid.filters-single{max-width:520px}body.dashboard-shell .filters-header h3{font-size:var(--md-title-medium);margin:0 0 12px}body.dashboard-shell .filters-grid.filters-packages{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}body.dashboard-shell .form-field{display:flex;flex-direction:column;font-size:var(--md-body-small);gap:6px;position:relative}body.dashboard-shell .search-field{align-items:center;background:#fff;border:2px solid #016ff4;border-radius:10px;display:flex;gap:8px;min-height:44px;padding:8px 12px}body.dashboard-shell .search-field input{background:#0000;border:none!important;box-shadow:none;flex:1 1;font-size:var(--md-body-medium);outline:none;padding:0!important}body.dashboard-shell .search-field .material-symbols-rounded{color:#016ff4;font-size:18px}body.dashboard-shell .filter-toggle{align-items:center;display:inline-flex;gap:6px;padding:6px 12px}body.dashboard-shell .period-btn{align-items:center;background:#fff;border:1px solid #016ff4;color:#016ff4;display:inline-flex;gap:6px;width:fit-content}body.dashboard-shell .period-menu{left:0;right:auto;top:44px;width:260px}body.dashboard-shell .period-toggle{border-bottom:1px solid var(--border);display:flex;gap:8px;padding:10px 12px}body.dashboard-shell .period-option{background:#fff;border:1px solid var(--border);border-radius:8px;cursor:pointer;flex:1 1;font-weight:600;padding:6px 8px}body.dashboard-shell .period-option.active{background:#eef6ff;border-color:#cfe3ff;color:#016ff4}body.dashboard-shell .period-fields{grid-gap:10px;display:grid;gap:10px;padding:12px}body.dashboard-shell .period-field{display:flex;flex-direction:column;gap:6px}body.dashboard-shell .period-field label{color:#111827;font-size:var(--md-body-small);font-weight:600}body.dashboard-shell .period-field input{border:1px solid var(--border);border-radius:8px;font-size:var(--md-body-medium);padding:8px 10px}body.dashboard-shell .period-footer{border-top:1px solid var(--border);padding:10px 12px}body.dashboard-shell .form-field .filter-btn{width:fit-content}body.dashboard-shell .form-field>.menu{left:0;right:auto;top:44px}body.dashboard-shell .filter-group{display:flex;flex-direction:column;gap:6px;padding:10px 12px}body.dashboard-shell .filter-group span{color:#111827;font-size:var(--md-body-small);font-weight:600}body.dashboard-shell .filter-menu.two-col{display:none;flex-direction:row;flex-wrap:wrap;gap:8px;width:320px}body.dashboard-shell .filter-menu.two-col.open{display:flex}body.dashboard-shell .filter-menu.two-col .filter-footer{width:100%}body.dashboard-shell .filter-menu.two-col .filter-group{flex:1 1 140px}body.dashboard-shell .filter-group button{background:#fff;border:1px solid var(--border);border-radius:8px;cursor:pointer;padding:6px 10px;text-align:left}body.dashboard-shell .filter-group button:hover{background:#eef6ff}body.dashboard-shell .filter-group .filter-option.active{background:#eef6ff;border-color:#cfe3ff;color:#016ff4;padding-right:28px;position:relative}body.dashboard-shell .filter-group .filter-option.active:after{color:#016ff4;content:"✓";font-size:12px;font-weight:700;position:absolute;right:10px;top:50%;transform:translateY(-50%)}body.dashboard-shell .filter-footer{border-bottom:1px solid var(--border);padding:10px 12px}body.dashboard-shell .filter-clear{background:#fff;border:1px solid var(--border);border-radius:8px;color:#016ff4;cursor:pointer;font-weight:600;padding:6px 10px;width:100%}body.dashboard-shell #automationFilterMenu{left:0;right:auto;top:44px;width:240px}body.dashboard-shell .form-field label{color:#111827;font-weight:600}.form-field input,.form-field select,body.dashboard-shell .settings-card select{border:1px solid var(--border);border-radius:8px;font-size:var(--md-body-medium);padding:8px 10px}body.dashboard-shell .date-range{align-items:center;display:flex}body.dashboard-shell .date-range input{border:1px solid var(--border);border-radius:8px;font-size:var(--md-body-medium);padding:8px 10px;width:100%}body.dashboard-shell .data-table{display:flex;flex-direction:column;gap:8px}body.dashboard-shell .data-row{grid-gap:10px;align-items:center;background:#fff;border:1px solid var(--border);border-radius:10px;display:grid;font-size:var(--md-body-medium);gap:10px;grid-template-columns:repeat(6,minmax(0,1fr));padding:10px 12px}body.dashboard-shell .data-row>span{justify-self:start;text-align:left}body.dashboard-shell .data-row.cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}body.dashboard-shell .credentials-table .data-row{grid-template-columns:1.6fr 1fr 1fr .6fr}body.dashboard-shell .data-row.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}body.dashboard-shell .data-row.header{background:#f8fafc;color:#111827;font-weight:600;text-align:left}body.dashboard-shell .row-actions{display:flex;justify-content:flex-end}body.dashboard-shell .row-actions .action-icon{border-radius:999px;padding:6px}body.dashboard-shell .row-actions.has-details{gap:6px;position:relative}body.dashboard-shell .details-card{background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow);display:none;padding:12px;position:absolute;right:0;top:36px;width:240px;z-index:10}body.dashboard-shell .details-card.open{display:flex;flex-direction:column;gap:8px}body.dashboard-shell .details-title{font-size:var(--md-body-large);font-weight:700;line-height:24px}body.dashboard-shell .details-item{color:var(--muted);display:flex;font-size:var(--md-body-small);gap:8px;justify-content:space-between;line-height:16px}body.dashboard-shell .details-item strong{color:#111827;font-weight:600;text-align:right}body.dashboard-shell .row-actions .action-icon.danger{color:#dc5f5f}body.dashboard-shell .automations-table .data-row{grid-template-columns:2fr 1.6fr 1fr 1.2fr .9fr .9fr .8fr}body.dashboard-shell .automations-table .row-actions{justify-content:flex-start}body.dashboard-shell .executions-table .data-row{grid-template-columns:1.4fr 1fr 1fr 1fr .9fr .6fr}body.dashboard-shell .packages-table .data-row{grid-template-columns:1.6fr .7fr 1.6fr 1.2fr .9fr .7fr}body.dashboard-shell .users-table .data-row{grid-template-columns:1.6fr 1.4fr .8fr .8fr .8fr .6fr}body.dashboard-shell .users-filters{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}body.dashboard-shell .user-cell{align-items:center;display:flex;gap:12px}body.dashboard-shell .user-cell .muted{display:block}body.dashboard-shell .user-avatar.small{align-items:center;background:#2563eb;border-radius:50%;color:#fff;display:inline-flex;font-weight:600;height:40px;justify-content:center;width:40px}body.dashboard-shell .table-pagination{align-items:center;color:#111827;display:flex;font-size:var(--md-body-small);gap:10px;justify-content:center;margin-top:12px}body.dashboard-shell .page-number{box-shadow:none;padding:4px 6px}body.dashboard-shell .page-number:not(.active):hover{color:#016ff4}body.dashboard-shell .page-number.active{box-shadow:inset 0 -3px 0 #016ff4;color:#111827}body.dashboard-shell .page-number:focus{outline:none}body.dashboard-shell .page-ellipsis{color:#111827;font-weight:600}body.dashboard-shell .roles-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}body.dashboard-shell .role-card{grid-gap:10px;background:#fff;border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);display:grid;gap:10px;padding:16px}body.dashboard-shell .role-title{align-items:center;display:flex;font-weight:600;gap:8px}body.dashboard-shell .role-card p{color:var(--muted);font-size:var(--md-body-small);margin:0}body.dashboard-shell .role-meta{grid-gap:6px;display:grid;font-size:var(--md-body-small);gap:6px}body.dashboard-shell .role-actions{display:flex;gap:8px;justify-content:flex-end}body.dashboard-shell .roles-table .data-row{grid-template-columns:1fr 2fr .7fr .7fr .7fr}body.dashboard-shell .role-cell{align-items:center;display:inline-flex;font-weight:600;gap:8px}body.dashboard-shell .role-cell .material-symbols-rounded{color:#2563eb}body.dashboard-shell .subscription-cards{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-top:16px}body.dashboard-shell .subscription-card{grid-gap:10px;background:#fff;border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);display:grid;gap:10px;padding:16px}body.dashboard-shell .subscription-card.featured{border-color:#016ff4;box-shadow:0 12px 24px #016ff426}body.dashboard-shell .subscription-title{font-size:var(--md-title-medium);font-weight:700}body.dashboard-shell .subscription-price{color:#016ff4;font-size:var(--md-title-large)}body.dashboard-shell .subscription-desc{color:var(--muted);font-size:var(--md-body-small)}body.dashboard-shell .subscription-card ul{grid-gap:6px;color:#111827;display:grid;font-size:var(--md-body-small);gap:6px;margin:0;padding-left:18px}body.dashboard-shell .modal{align-items:center;display:none;inset:0;justify-content:center;position:fixed;z-index:30}body.dashboard-shell .modal.open{display:flex}body.dashboard-shell .modal-backdrop{background:#0f172a66;inset:0;position:absolute}body.dashboard-shell .modal-dialog{background:#fff;border-radius:14px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:16px;padding:20px;position:relative;width:min(720px,92vw);z-index:1}body.dashboard-shell .modal-header{align-items:center;display:flex;justify-content:space-between}body.dashboard-shell .modal-header h3{font-size:var(--md-title-large);margin:0}body.dashboard-shell .modal-body{grid-gap:12px;display:grid;gap:12px}body.dashboard-shell .modal-row{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}body.dashboard-shell .modal-label{color:#111827;font-size:var(--md-body-small);font-weight:600}.modal-input,body.dashboard-shell .modal-textarea{border:2px solid #016ff4;border-radius:10px;font-size:var(--md-body-medium);padding:10px 12px;width:100%}body.dashboard-shell .modal-textarea{resize:vertical}body.dashboard-shell .modal-toggle{align-items:center;display:flex;font-size:var(--md-body-small);gap:10px}body.dashboard-shell .switch{align-items:center;display:inline-flex;position:relative}body.dashboard-shell .switch input{display:none}body.dashboard-shell .switch-track{background:#e5e7eb;border-radius:999px;height:22px;position:relative;width:40px}body.dashboard-shell .switch-track:after{background:#fff;border-radius:50%;box-shadow:0 1px 2px #0003;content:"";height:18px;left:2px;position:absolute;top:2px;transition:transform .2s ease;width:18px}body.dashboard-shell .switch input:checked+.switch-track{background:#016ff4}body.dashboard-shell .switch input:checked+.switch-track:after{transform:translateX(18px)}body.dashboard-shell .switch-label{color:var(--muted)}body.dashboard-shell .modal-footer{display:flex;gap:10px;justify-content:flex-end}body.dashboard-shell .tag-list{align-items:center;display:flex;flex-wrap:wrap;gap:6px}body.dashboard-shell .tag-chip{background:#fff;border:1px solid #d1d5db;border-radius:10px;color:#111827;font-size:var(--md-label-small);padding:2px 8px}body.dashboard-shell .tag-more{background:#eef6ff;border:1px solid #cfe3ff;border-radius:10px;color:#016ff4;font-size:var(--md-label-small);padding:2px 8px;position:relative}body.dashboard-shell .tag-more:after{background:#fff;border:1px solid var(--border);border-radius:8px;bottom:calc(100% + 6px);box-shadow:var(--shadow);color:#111827;content:attr(data-tags);font-size:var(--md-body-small);left:50%;min-width:120px;opacity:0;padding:6px 8px;pointer-events:none;position:absolute;text-align:left;transform:translateX(-50%);transition:opacity .2s ease;white-space:pre-line;z-index:5}body.dashboard-shell .tag-more:hover:after{opacity:1}body.dashboard-shell .executors-table .data-row{grid-template-columns:1.4fr .9fr 1fr 1fr 1fr .6fr}body.dashboard-shell .monitoring-header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:16px}body.dashboard-shell .monitoring-header h3{font-size:var(--md-title-large);margin:0 0 4px}body.dashboard-shell .monitoring-header p{color:var(--muted);margin:0 0 6px}body.dashboard-shell .monitoring-updated{color:var(--muted);font-size:var(--md-body-small)}body.dashboard-shell .monitoring-actions{align-items:center;display:inline-flex;gap:12px}body.dashboard-shell .realtime-label{align-items:center;color:#2563eb;display:inline-flex;font-weight:600}body.dashboard-shell .status-cards{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-bottom:16px}body.dashboard-shell .status-card{align-items:center;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow);display:flex;gap:10px;padding:12px 14px}body.dashboard-shell .status-card>div{order:1}body.dashboard-shell .status-card .material-symbols-rounded{margin-left:auto;order:2}body.dashboard-shell .status-card strong{font-size:20px}body.dashboard-shell .status-card span:last-child{color:var(--muted);display:block;font-size:var(--md-body-small)}body.dashboard-shell .status-card.success{color:#16a34a}body.dashboard-shell .status-card.warning{color:#f59e0b}body.dashboard-shell .status-card.danger{color:#ef4444}body.dashboard-shell .status-card.muted{color:#6b7280}body.dashboard-shell .monitoring-panel{background:#fff;border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);margin-bottom:16px;padding:16px 18px}body.dashboard-shell .panel-header h4{font-size:var(--md-title-medium);margin:0 0 12px}body.dashboard-shell .fleet-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}body.dashboard-shell .fleet-card{grid-gap:8px;background:#fff;border:1px solid var(--border);border-radius:12px;display:grid;gap:8px;padding:12px}body.dashboard-shell .fleet-info{align-items:baseline;display:flex;gap:12px;justify-content:space-between}body.dashboard-shell .fleet-card span.material-symbols-rounded{color:#2563eb}body.dashboard-shell .fleet-card strong{color:#2563eb;font-size:20px;min-width:64px;text-align:right}body.dashboard-shell .fleet-bar{background:#e0ecff;border-radius:999px;height:8px;overflow:hidden}body.dashboard-shell .fleet-bar span{background:#60a5fa;display:block;height:100%}body.dashboard-shell .fleet-bar.success span{background:#22c55e}body.dashboard-shell .trend{margin-top:14px}body.dashboard-shell .trend h5{font-size:var(--md-title-small);margin:0 0 6px}body.dashboard-shell .trend p{color:var(--muted);font-size:var(--md-body-small);margin:0}body.dashboard-shell .monitoring-table .data-row{grid-template-columns:1.2fr .9fr 1fr 1.4fr 1fr .7fr .7fr .7fr .7fr}body.dashboard-shell .licenses-header{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:16px}body.dashboard-shell .licenses-header h3{font-size:var(--md-title-large);margin:0 0 4px}body.dashboard-shell .licenses-header p{color:var(--muted);margin:0}body.dashboard-shell .licenses-actions{align-items:center;display:inline-flex;gap:10px}body.dashboard-shell .license-metrics{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-bottom:18px}body.dashboard-shell .metric-card{grid-gap:6px;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow);display:grid;gap:6px;padding:14px}body.dashboard-shell .metric-card strong{font-size:20px}body.dashboard-shell .metric-card.alert strong{color:#ef4444}body.dashboard-shell .metric-bar{background:#fee2e2;border-radius:999px;height:6px;margin-top:4px;overflow:hidden}body.dashboard-shell .metric-bar span{background:#ef4444;display:block;height:100%;width:100%}body.dashboard-shell .license-policy{background:#fff;border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);margin-bottom:16px;padding:16px 18px}body.dashboard-shell .license-policy h4{font-size:var(--md-title-medium);margin:0 0 12px}body.dashboard-shell .policy-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}body.dashboard-shell .policy-grid span{color:var(--muted);display:block;font-size:var(--md-body-small);margin-bottom:4px}body.dashboard-shell .policy-grid strong{color:#111827;font-size:var(--md-body-medium)}body.dashboard-shell .policy-chip strong{background:#e0f2fe;border-radius:999px;color:#0369a1;display:inline-flex;font-size:var(--md-label-medium);font-weight:600;padding:4px 10px}body.dashboard-shell .policy-chip .warning{background:#fef3c7;color:#b45309}body.dashboard-shell .license-table .data-row{grid-template-columns:1.2fr 1.4fr .6fr 1fr 1.4fr}body.dashboard-shell .license-table .data-row.header{font-weight:600}body.dashboard-shell .license-card{background:#fff;border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:14px;margin-bottom:16px;padding:16px 18px}body.dashboard-shell .license-card.is-collapsed .license-body{display:none}body.dashboard-shell .license-card.is-collapsed .license-toggle .material-symbols-rounded{transform:rotate(-90deg)}body.dashboard-shell .license-toggle .material-symbols-rounded{transition:transform .2s ease}body.dashboard-shell .license-header{align-items:center;display:flex;gap:12px;justify-content:space-between}body.dashboard-shell .license-title{align-items:center;display:inline-flex;gap:8px}body.dashboard-shell .license-title h3{font-size:var(--md-title-medium);margin:0}body.dashboard-shell .license-alert{color:#ef4444;font-size:20px}body.dashboard-shell .license-actions{align-items:center;display:inline-flex;gap:8px}body.dashboard-shell .license-body{align-items:center;display:flex;flex-wrap:wrap;gap:18px;justify-content:space-between}body.dashboard-shell .license-usage{align-items:center;display:flex;flex-wrap:wrap;gap:24px}body.dashboard-shell .license-count{align-items:baseline;display:flex;font-weight:600;gap:6px}body.dashboard-shell .license-count-main{color:#ef4444;font-size:28px}body.dashboard-shell .license-count-total{color:var(--muted);font-size:var(--md-body-medium)}body.dashboard-shell .license-util{grid-gap:6px;color:#111827;display:grid;font-size:var(--md-body-small);gap:6px}body.dashboard-shell .license-util strong{color:#ef4444;font-size:var(--md-body-medium)}body.dashboard-shell .license-bar{background:#fee2e2;border-radius:999px;height:10px;overflow:hidden;width:160px}body.dashboard-shell .license-bar-fill{background:#ef4444;display:block;height:100%;width:100%}body.dashboard-shell .license-meta{grid-gap:8px;color:var(--muted);display:grid;font-size:var(--md-body-small);gap:8px}body.dashboard-shell .license-warning{align-items:center;background:#fff7ed;border:1px solid #f5c58a;border-radius:10px;color:#7c4a02;display:inline-flex;font-size:var(--md-body-small);gap:8px;max-width:420px;padding:8px 10px}body.dashboard-shell .license-warning .material-symbols-rounded{color:#f59e0b;font-size:18px}body.dashboard-shell .license-pill{align-items:center;background:#eef2ff;border-radius:999px;color:#1d4ed8;display:inline-flex;font-size:var(--md-label-medium);font-weight:600;gap:6px;justify-content:center;padding:6px 12px}body.dashboard-shell .license-pill.danger{background:#ef4444;color:#fff}body.dashboard-shell .chip{align-items:center;background:#eef6ff;border-radius:999px;color:#016ff4;display:inline-flex;font-size:var(--md-label-small);font-weight:600;justify-content:center;justify-self:start;line-height:16px;min-width:calc(8ch + 16px);padding:4px 8px;text-align:center}body.dashboard-shell .chip.success{background:#e8f7ee;color:#0f7a3a}body.dashboard-shell .chip.warning{background:#fff4e5;color:#a05a00}body.dashboard-shell .chip.priority-high{background:#f3e8ff;color:#6b21a8}body.dashboard-shell .chip.priority-medium{background:#e0f2fe;color:#0369a1}body.dashboard-shell .chip.priority-low{background:#fef9c3;color:#854d0e}body.dashboard-shell .info-banner{align-items:center;border:1px dashed var(--border);border-radius:12px;color:var(--muted);display:flex;gap:10px;margin-bottom:16px;padding:14px}body.dashboard-shell .info-banner.dismissible{justify-content:space-between}body.dashboard-shell .info-banner .banner-close{margin-left:auto}body.dashboard-shell .info-banner.warning{background:#fff7ed;border-color:#f5c58a;border-style:solid;color:#7c4a02}body.dashboard-shell .info-banner.warning .material-symbols-rounded{color:#f59e0b}body.dashboard-shell .empty-state{color:var(--muted);text-align:center}body.dashboard-shell .embed-frame{align-items:center;background:#f8fafc;border:1px solid var(--border);border-radius:12px;display:flex;justify-content:center;min-height:420px}body.dashboard-shell .embed-placeholder{color:var(--muted);font-size:var(--md-body-large)}body.dashboard-shell .settings-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}body.dashboard-shell .settings-section+.settings-section{margin-top:20px}body.dashboard-shell .settings-grid-3{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}body.dashboard-shell .settings-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:16px}body.dashboard-shell .settings-card h4{font-size:var(--md-title-medium);line-height:24px;margin:0 0 8px}body.dashboard-shell .toggle-row{align-items:center;color:#111827;display:flex;font-size:var(--md-body-medium);gap:12px;margin-top:12px}body.dashboard-shell .settings-muted{color:var(--muted);font-size:var(--md-body-medium);margin-top:12px}body.dashboard-shell .settings-label{color:#111827;display:block;font-size:var(--md-body-medium);font-weight:600;margin:14px 0 8px}body.dashboard-shell .settings-list{display:flex;flex-direction:column;gap:12px;margin-top:12px}body.dashboard-shell .settings-item{align-items:flex-start;border-bottom:1px solid var(--border);display:flex;gap:12px;padding:10px 0}body.dashboard-shell .settings-item:last-child{border-bottom:none;padding-bottom:0}body.dashboard-shell .settings-item .material-symbols-rounded{color:#2563eb;font-size:22px}body.dashboard-shell .settings-item-content{align-items:flex-start;display:flex;flex-direction:column;gap:6px}body.dashboard-shell .settings-title-row{align-items:center;display:flex;gap:10px}body.dashboard-shell .settings-action-left{padding:0}body.dashboard-shell .settings-item .action-icon.danger{color:#dc5f5f}body.dashboard-shell .settings-tabs{margin-bottom:16px}body.dashboard-shell .settings-panel .data-table{gap:8px}body.dashboard-shell .settings-table .data-row{grid-template-columns:1.6fr 1.2fr 1.2fr .8fr .6fr}body.dashboard-shell .settings-table.security-table .data-row{grid-template-columns:1.6fr 1.2fr 1.4fr .8fr}body.dashboard-shell .settings-table .row-actions{justify-content:flex-start}body.dashboard-shell .agents-table{display:flex;flex-direction:column;gap:8px}body.dashboard-shell .agents-row{grid-gap:10px;align-items:center;background:#fff;border:1px solid var(--border);border-radius:10px;display:grid;font-size:var(--md-body-medium);gap:10px;grid-template-columns:1.4fr .6fr 1fr 1.6fr 1fr;padding:10px 12px}body.dashboard-shell .agents-row.header{background:#f8fafc;color:#111827;font-weight:600}body.dashboard-shell .check-col input{accent-color:#016ff4;height:16px;width:16px}body.dashboard-shell .muted-icon{color:#e2e8f0}body.dashboard-shell .agents-pagination{align-items:center;display:flex;gap:12px;justify-content:center;margin-top:12px}body.dashboard-shell .pagination-pages{align-items:center;display:flex;gap:8px}body.dashboard-shell .page-number{background:#0000;border:none;color:#111827;cursor:pointer;font-weight:600;text-decoration:none}body.dashboard-shell .page-number.active{text-decoration:none}body.dashboard-shell .add-menu{min-width:160px;padding:6px 0;right:0;top:36px}body.dashboard-shell .row-actions{position:relative}body.dashboard-shell .is-hidden{display:none!important}body.dashboard-shell .is-visible{display:block!important}body.dashboard-shell .section h2{font-size:var(--md-headline-small);font-weight:600;line-height:32px;margin:0 0 16px}body.dashboard-shell .quick-actions{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:18px}body.dashboard-shell .btn{align-items:center;border:2px solid #0000;border-radius:10px;cursor:pointer;display:inline-flex;font-size:var(--md-label-large);font-weight:600;gap:8px;justify-content:center;line-height:20px;min-height:44px;padding:10px 16px}body.dashboard-shell .btn.primary{background:#016ff4;background-clip:padding-box;border:none;color:#fff}body.dashboard-shell .page-actions .btn.primary{min-width:180px}body.dashboard-shell .page-actions .btn.outline{justify-content:center;min-width:180px}body.dashboard-shell .page-actions .btn{min-height:48px}body.dashboard-shell .btn.primary:hover{background:#0b5fe3}.btn:disabled,body.dashboard-shell .btn[disabled]{cursor:not-allowed;opacity:1}.btn.primary:disabled,body.dashboard-shell .btn.primary[disabled]{background:#dbe4f1;color:#8aa2c8}body.dashboard-shell .btn.outline{background:#fff;border-color:var(--primary);color:var(--primary)}body.dashboard-shell .btn.outline:hover{background:#eef6ff}body.dashboard-shell .btn.small{font-size:var(--md-label-medium);line-height:16px;padding:6px 12px}body.dashboard-shell .btn.danger{background:#fff;border-color:#dc5f5f;color:#dc5f5f}body.dashboard-shell .btn.danger:hover{background:#fdecec}body.dashboard-shell .filter-btn{align-items:center;background:#016ff4;border:none;border-radius:10px;color:#fff;display:inline-flex;font-weight:600;gap:6px;overflow:hidden;padding:6px 12px}body.dashboard-shell .filter-btn:hover{filter:brightness(.9)}body.dashboard-shell .stats-cards{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:20px}body.dashboard-shell .stat-card{align-items:center;background:#fff;border:1px solid var(--border);border-radius:12px;display:flex;gap:12px;min-height:104px;padding:16px}body.dashboard-shell .stat-card:hover{border-color:#cfe3ff;box-shadow:0 10px 24px #016ff41f}body.dashboard-shell .stat-icon{align-items:center;background:#eef6ff;border-radius:12px;color:#0b82f9;display:flex;height:44px;justify-content:center;width:44px}body.dashboard-shell .stat-card.warning .stat-icon{background:#fff4e5;color:#f59e0b}body.dashboard-shell .stat-card.warning .stat-value{color:#b45309}body.dashboard-shell .stat-value{font-size:var(--md-title-large);font-weight:700;line-height:28px}body.dashboard-shell .stat-label{font-size:var(--md-label-large);font-weight:600;line-height:20px}body.dashboard-shell .stat-sub{color:var(--muted);font-size:var(--md-body-small);line-height:16px}body.dashboard-shell .panel-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1.15fr 1fr 1.1fr}body.dashboard-shell .panel{background:#fff;border:1px solid var(--border);border-radius:12px;min-height:360px;padding:16px;position:relative}body.dashboard-shell .panel-mid{display:flex;flex-direction:column}body.dashboard-shell .panel-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}body.dashboard-shell .panel-header.centered{justify-content:center}body.dashboard-shell .panel h3{font-size:var(--md-title-large);font-weight:600;line-height:28px;margin:0}body.dashboard-shell .panel-header a{color:#016ff4;font-size:var(--md-label-large);font-weight:600;line-height:20px;text-decoration:none}body.dashboard-shell .panel-title{align-items:center;display:flex;gap:8px}body.dashboard-shell .badge{background:#016ff4;border-radius:999px;color:#fff;font-size:var(--md-label-medium);line-height:16px;padding:4px 8px}body.dashboard-shell .panel-actions{align-items:center;display:flex;gap:8px}body.dashboard-shell .panel-empty{color:var(--muted);font-size:var(--md-body-medium);line-height:20px;margin-top:120px;text-align:center}body.dashboard-shell .donut{align-items:center;border:18px solid #eef2f7;border-radius:50%;display:flex;height:140px;justify-content:center;margin:10px auto 16px;width:140px}body.dashboard-shell .donut-inner{text-align:center}body.dashboard-shell .donut-value{font-size:var(--md-title-large);font-weight:700;line-height:28px}body.dashboard-shell .donut-label{color:var(--muted);font-size:var(--md-body-small);line-height:16px}body.dashboard-shell .mini-cards{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr;margin-top:8px}body.dashboard-shell .mini-card{align-items:center;background:#eef6ff;border-radius:10px;color:#016ff4;display:flex;flex-direction:column;font-size:var(--md-title-medium);font-weight:700;gap:2px;justify-content:center;line-height:24px;min-height:64px;padding:12px;text-align:center}body.dashboard-shell .mini-card span{color:#0f172a;font-size:var(--md-label-small);font-weight:500;line-height:16px}body.dashboard-shell .mini-card.danger{background:#fef1ef;color:#ce3535}body.dashboard-shell .panel-footer{color:var(--muted);font-size:var(--md-body-small);line-height:16px;margin-top:auto;padding-top:12px}body.dashboard-shell .recent-list{display:flex;flex-direction:column;gap:12px;max-height:260px;overflow-y:auto;padding-right:4px;scrollbar-color:#cbd5f5 #0000;scrollbar-width:thin}body.dashboard-shell .recent-item{align-items:center;border:1px solid var(--border);border-radius:10px;display:flex;gap:10px;padding:10px 12px}body.dashboard-shell .recent-title{font-size:var(--md-body-large);font-weight:600;line-height:24px}body.dashboard-shell .recent-meta{color:var(--muted);font-size:var(--md-body-small);line-height:16px}body.dashboard-shell .alert-list{display:flex;flex-direction:column;gap:12px;max-height:260px;overflow-y:auto;padding-right:4px;scrollbar-color:#cbd5f5 #0000;scrollbar-width:thin}.recent-list::-webkit-scrollbar,body.dashboard-shell .alert-list::-webkit-scrollbar{width:6px}.recent-list::-webkit-scrollbar-track,body.dashboard-shell .alert-list::-webkit-scrollbar-track{background:#0000}.recent-list::-webkit-scrollbar-thumb,body.dashboard-shell .alert-list::-webkit-scrollbar-thumb{background-color:#cbd5f5;border-radius:999px}body.dashboard-shell .alert-item{align-items:center;border:1px solid var(--border);border-radius:10px;display:flex;gap:10px;padding:10px 12px}body.dashboard-shell .alert-title{font-size:var(--md-body-large);font-weight:600;line-height:24px}body.dashboard-shell .alert-meta{color:var(--muted);font-size:var(--md-body-small);line-height:16px}body.dashboard-shell .alert-badge{align-items:center;border-radius:999px;color:#fff;display:inline-flex;font-size:var(--md-label-small);font-weight:600;height:24px;justify-content:center;line-height:16px;width:24px}body.dashboard-shell .alert-badge.critical{background:#ef4444}body.dashboard-shell .alert-badge.warning{background:#f59e0b}body.dashboard-shell .menu{background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:var(--shadow);display:none;flex-direction:column;min-width:140px;position:absolute;right:16px;top:56px;z-index:5}body.dashboard-shell .menu.open{display:flex}body.dashboard-shell .menu button{background:#fff;border:none;cursor:pointer;padding:10px 12px;text-align:left}body.dashboard-shell .menu button:hover{background:#f3f4f6}body.dashboard-shell .menu .filter-btn{background:#016ff4;border:none;color:#fff;justify-content:center;padding:8px 12px;text-align:center;width:100%}body.dashboard-shell .insights{background:#0000;border:none;border-radius:0;box-shadow:none;padding-top:12px}body.dashboard-shell .insights-header{justify-content:space-between;margin-bottom:16px}body.dashboard-shell .insights-header,body.dashboard-shell .insights-title{align-items:center;display:flex;gap:10px}body.dashboard-shell .insights-header h2{line-height:32px;margin:0}body.dashboard-shell .insights-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}body.dashboard-shell .insights-empty{border:1px dashed var(--border);border-radius:12px;color:var(--muted);display:none;font-size:var(--md-body-large);line-height:24px;margin-bottom:16px;padding:24px;text-align:center}body.dashboard-shell #insightsEmptyAlt{min-height:360px}body.dashboard-shell #insightsEmptyAlt.is-visible{align-items:center;display:flex!important;justify-content:center}body.dashboard-shell .insight-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:14px}body.dashboard-shell .insight-card.placeholder{pointer-events:none;visibility:hidden}body.dashboard-shell .insight-header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between}body.dashboard-shell .insight-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:var(--md-title-medium);font-weight:600;line-height:24px;margin-bottom:8px;min-height:48px;overflow:hidden}body.dashboard-shell .insight-tag{background:#f7c76b;border-radius:999px;color:#fff;font-size:var(--md-label-medium);font-weight:600;line-height:16px;padding:4px 10px;white-space:nowrap}body.dashboard-shell .insight-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--muted);display:-webkit-box;font-size:var(--md-body-small);line-height:16px;margin-bottom:12px;min-height:32px;overflow:hidden}body.dashboard-shell .insight-list{grid-gap:6px 16px;color:#212121;display:grid;font-size:var(--md-body-small);gap:6px 16px;grid-template-columns:repeat(2,minmax(0,1fr));line-height:16px;list-style:none;margin:0 0 12px;max-height:70px;min-height:70px;overflow:hidden;padding:0}body.dashboard-shell .insight-list li{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;max-height:32px;min-height:32px;overflow:hidden;padding-left:16px;position:relative}body.dashboard-shell .insight-list li:before{color:#212121;content:"•";left:0;line-height:16px;position:absolute;top:0}body.dashboard-shell .insight-actions{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr}body.dashboard-shell .insight-actions .btn{align-items:center;display:inline-flex;gap:6px;justify-content:center;width:100%}body.dashboard-shell .insight-actions .btn.primary{background:#016ff4}body.dashboard-shell .insight-actions .btn.primary:hover{filter:brightness(.9)}@media (max-width:1200px){body.dashboard-shell .panel-row{grid-template-columns:1fr}}@media (max-width:720px){body.dashboard-shell .app-shell{grid-template-columns:1fr}body.dashboard-shell .sidebar{display:none}}body.dashboard-shell .user-meta{display:flex;flex-direction:column;gap:2px}body.dashboard-shell .user-name{font-size:var(--md-title-medium);font-weight:600;line-height:24px}body.dashboard-shell .user-tenant{color:var(--muted);font-size:var(--md-body-small);line-height:16px}body.dashboard-shell{background:var(--bg);color:var(--text);font-family:Inter,Segoe UI,Helvetica Neue,Arial,sans-serif}body.dashboard-shell .MuiPaper-root{border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow)}body.dashboard-shell .MuiButton-root{border-radius:10px;font-weight:600;text-transform:none}body.dashboard-shell .MuiButton-containedPrimary{background:var(--primary)}body.dashboard-shell .MuiButton-containedPrimary:hover{background:#0b5fe3}body.dashboard-shell .MuiButton-outlinedPrimary{border-color:var(--primary);color:var(--primary)}body.dashboard-shell .MuiButton-outlinedPrimary:hover{background:#eef6ff;border-color:var(--primary)}body.dashboard-shell .MuiIconButton-root.icon-btn{background:#fff;border:1px solid var(--border);border-radius:10px;color:var(--primary);height:36px;width:36px}body.dashboard-shell .MuiIconButton-root.icon-btn:hover{background:#eef6ff}body.dashboard-shell .MuiTableContainer-root{border:1px solid var(--border);border-radius:16px}body.dashboard-shell .MuiTableHead-root .MuiTableCell-root{border-bottom:1px solid var(--border);color:#6b7280;font-size:var(--md-body-small);font-weight:700;letter-spacing:.02em;text-transform:uppercase}body.dashboard-shell .MuiTableBody-root .MuiTableCell-root{border-bottom:1px solid var(--border);font-size:var(--md-body-medium)}body.dashboard-shell .MuiTabs-root{min-height:0;min-height:auto}body.dashboard-shell .MuiTab-root{border-radius:999px;font-weight:600;min-height:40px;text-transform:none}body.dashboard-shell .MuiTab-root.Mui-selected{background:#eef6ff;color:var(--primary)}body.dashboard-shell .MuiChip-root{border-radius:999px;font-weight:600}body.dashboard-shell .MuiAlert-root,body.dashboard-shell .MuiTextField-root .MuiOutlinedInput-root{border-radius:12px}body.dashboard-shell .page-header{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:20px}body.dashboard-shell .page-subtitle{margin-top:4px}body.dashboard-shell .page-actions{align-items:center;display:flex;gap:12px}body.dashboard-shell .MuiCard-root{border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow)}body.dashboard-shell .MuiCardHeader-root{padding:16px 20px 0}body.dashboard-shell .MuiCardContent-root{padding:16px 20px 20px}body.dashboard-shell .MuiDialog-paper{border-radius:16px}body.dashboard-shell .MuiInputBase-input,body.dashboard-shell .MuiSelect-select{font-size:var(--md-body-medium)}body.dashboard-shell .MuiFormControl-root .MuiInputLabel-root{font-size:var(--md-body-small)}body.dashboard-shell .MuiPaginationItem-root{border-radius:999px}body.dashboard-shell .MuiTooltip-tooltip{border-radius:8px;font-size:12px}
/*# sourceMappingURL=main-84781932.d6049e27.css.map*/