body.dashboard-shell{--bg:#e8edf4;--panel:#fff;--text:#0c0d0e;--muted:#666b79;--primary:#016ff4;--primary-2:#0b82f9;--border:#d7dde8;--shadow:0 8px 24px #0f172a14;--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;--brand-dark:#001035;--blue-1:#38bcff;--blue-2:#20a4fe;--blue-3:#1991fa;--blue-4:#0b82f9;--blue-5:#016ff4;--brand-gradient:linear-gradient(90deg,var(--blue-1) 0%,var(--blue-2) 25%,var(--blue-3) 50%,var(--blue-4) 75%,var(--blue-5) 100%);--primary-color:#0b82f9;--primary-hover:#016ff4;--text-main:#001035;--text-muted:#536382;--semantic-danger:#dc2626;--semantic-success:#15803d;--semantic-warning:#ffa726;--text-inverse:#fff;--bg-body:#fff;--bg-light:#f4f7fb;--border-color:#dae3f0;--spacing-md:16px;--spacing-lg:32px;--radius:12px;--sidebar-bg:#fff;--topbar-bg:#fff;--section-bg:#fff;--tab-bg:#fff;--tab-active-bg:#eef6ff;--tab-active-border:#cfe3ff;--submenu-text:#212121;--sidebar-item-hover-bg:#eef6ff;--sidebar-item-hover-text:#016ff4;--sidebar-item-active-bg:linear-gradient(90deg,#1f7bf5,#166ef0 50%,#0a5fe6);--sidebar-item-active-text:#fff;--panel-2:#f8fafc;--text-strong:#111827;--text-2:#334155;--text-3:#475569;--text-soft:#94a3b8;--link:#016ff4;--primary-text:#0162d8;--tint-primary:#eef6ff;--tint-primary-2:#e2f0ff;--panel-3:#f1f5f9;--tint-success:#dcfce7;--success-text:#15803d;--tint-danger:#fee2e2;--danger-text:#b91c1c;--danger-text-2:#dc2626;--warning-text:#a05a00;--border-soft:#e2e8f0;--field-outline-width:2px;--border-brand:#016ff447;--border-brand-dashed:#016ff473;--tint-brand-soft:#016ff41a;--shadow-brand:0 2px 10px #016ff40f;--tint-primary-strong:#cfe3ff;--border-strong:#cbd5e1;--tooltip-bg:#111827;--tooltip-fg:#fff;--chat-history-border:#cfe0ff;--chat-history-border-active:#bfdbfe;--shadow-chat-history:0 12px 28px #94a3b81f;--shadow-chat-history-active:0 16px 34px #3b82f629;--tint-danger-soft:#fff1f2;--tint-success-soft:#ecfdf3;--tint-warning-soft:#fff7e6}html[data-color-mode=dark] body.dashboard-shell{--bg:#000;--muted:#b8bcc4;--shadow:0 8px 32px #0000008c;--text-muted:#b8bcc4;--semantic-danger:#f87171;--semantic-success:#22c55e;--semantic-warning:#fbbf24;--text-inverse:#fff;--bg-body:#121212;--sidebar-bg:#0a0a0a;--topbar-bg:#0a0a0a;--section-bg:#121212;--tab-bg:#1a1a1a;--tab-active-bg:#38bcff1f;--tab-active-border:#38bcff59;--submenu-text:#b8bcc4}html[data-color-mode=dark] body.dashboard-shell .nav::-webkit-scrollbar-thumb{background:#fff3}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;height:100vh;min-height:100vh;overflow:hidden;transition:grid-template-columns .2s ease}body.dashboard-shell .sidebar{background:var(--sidebar-bg);border-right:1px solid var(--border);display:flex;flex-direction:column;height:100vh;min-height:100vh;min-height:0;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{align-items:center;background:#0000;border:none;border-radius:10px;color:#016ff4;display:inline-flex;height:32px;justify-content:center;transition:background-color .15s ease,color .15s ease;width:32px}body.dashboard-shell .menu-btn:focus-visible,body.dashboard-shell .menu-btn:hover{background:var(--sidebar-item-hover-bg);color:var(--sidebar-item-hover-text);outline:none}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;min-height:0;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-family:inherit;font-size:var(--md-title-medium);font-weight:400;gap:10px;justify-content:flex-start;line-height:24px;margin:0;padding:12px 16px;text-align:left;text-decoration:none;transition:background-color .15s ease,color .15s ease;width:var(--nav-item-width)}body.dashboard-shell .nav-label{display:block;flex:1 1;line-height:24px;max-height:none;min-height:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}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:var(--submenu-text);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:var(--sidebar-item-hover-bg);border-radius:8px;color:var(--sidebar-item-hover-text)}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:var(--sidebar-item-active-bg);color:var(--sidebar-item-active-text);margin:0;width:var(--nav-item-width)}body.dashboard-shell .nav-item:not(.active):hover{background:var(--sidebar-item-hover-bg);color:var(--sidebar-item-hover-text)}body.dashboard-shell .nav-item:not(.active):hover .material-symbols-rounded{color:var(--sidebar-item-hover-text)}body.dashboard-shell .nav-item:focus-visible,body.dashboard-shell .submenu-item:focus-visible{border-radius:8px;outline:2px solid #016ff459;outline-offset:-2px}body.dashboard-shell .nav-item.logout{color:#dc2626;margin-top:12px}body.dashboard-shell .nav-caret{align-self:center;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;margin-top:0;min-width:20px;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-group{align-items:center;width:100%}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;height:100vh;min-height:0;overflow:hidden}body.dashboard-shell .topbar{align-items:center;background:var(--topbar-bg);border-bottom:1px solid var(--border);display:flex;flex-shrink:0;justify-content:space-between;padding:16px 24px}body.dashboard-shell .topbar-title{font-size:var(--md-title-large);font-weight:600;line-height:28px;margin:0}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:var(--brand-gradient);border:none;border-radius:50%;bottom:24px;box-shadow:0 12px 24px #016ff440;color:var(--text-inverse);cursor:pointer;display:inline-flex;height:56px;justify-content:center;position:fixed;right:24px;transition:box-shadow .2s ease-in-out,transform .2s ease-in-out;width:56px;z-index:25}body.dashboard-shell .fab:focus-visible,body.dashboard-shell .fab:hover{box-shadow:0 16px 32px #016ff466;transform:scale(1.05)}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:var(--link);cursor:pointer;display:inline-flex;justify-content:center;padding:8px 10px;position:relative;text-decoration:none}body.dashboard-shell .icon-btn:hover{background:var(--tint-primary)}body.dashboard-shell .icon-btn[aria-label]:after{background:var(--tooltip-bg);border-radius:8px;bottom:calc(100% + 8px);color:var(--tooltip-fg);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 .modal-header .icon-btn[aria-label]:after{bottom:auto;right:0;top:calc(100% + 8px)}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{color:#016ff4;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{min-height:0;padding:24px}body.dashboard-shell .section{background:var(--section-bg);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:block}body.dashboard-shell .page-header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:16px}body.dashboard-shell .page-header>div:first-child{flex:1 1;min-width:0}body.dashboard-shell .page-header h2{font-size:var(--md-headline-small);font-weight:600;line-height:32px;margin:0}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{display:flex;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:var(--link);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:var(--tab-bg);border:1px solid var(--border);border-radius:999px;color:#016ff4;cursor:pointer;font-weight:600;padding:8px 14px}body.dashboard-shell .tab.active{background:var(--tab-active-bg);border-color:var(--tab-active-border)}body.dashboard-shell .filters-grid{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{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 .form-field .MuiInputBase-root .MuiInputBase-input{background:#0000;border:none;box-shadow:none}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{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 .admin-skills-table .data-row{grid-template-columns:1.1fr 2fr .7fr .8fr .6fr}body.dashboard-shell .admin-skills-textarea{min-height:120px;resize:vertical}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:var(--panel);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:var(--text);font-weight:600;text-align:right}body.dashboard-shell .row-actions .icon-btn.action-icon:not(.danger){color:var(--link)}body.dashboard-shell .row-actions .icon-btn.action-icon:not(.danger):focus-visible,body.dashboard-shell .row-actions .icon-btn.action-icon:not(.danger):hover{background:var(--tint-primary);color:var(--link)}body.dashboard-shell .row-actions .action-icon.danger,body.dashboard-shell .row-actions .icon-btn.action-icon.danger,body.dashboard-shell .row-actions .icon-btn.action-icon.danger:focus-visible,body.dashboard-shell .row-actions .icon-btn.action-icon.danger:hover{color:var(--semantic-danger)}body.dashboard-shell .row-actions .action-icon.danger:hover,body.dashboard-shell .row-actions .icon-btn.action-icon.danger:focus-visible,body.dashboard-shell .row-actions .icon-btn.action-icon.danger:hover{background:#dc262614}body.dashboard-shell .automations-table .data-row{grid-template-columns:2fr 1.6fr 1fr 1.2fr .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:var(--primary);border-radius:50%;color:var(--sidebar-item-active-text);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{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}body.dashboard-shell .role-card{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{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{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-top:16px}body.dashboard-shell .subscription-card{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{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{appearance:none;-webkit-appearance:none;background:#0f172a66;border:0;box-shadow:none;inset:0;outline:none;padding:0;position:absolute}body.dashboard-shell .modal-dialog{background:var(--panel);border:none;border-radius:14px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:16px;outline:none;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-subtitle{color:var(--muted);font-size:13px;line-height:1.45;margin:6px 0 0}body.dashboard-shell .modal-body{display:grid;gap:12px}body.dashboard-shell .modal-row{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 .modal-footer .btn{min-width:132px}body.dashboard-shell .chat-dialog{max-width:none;overflow:visible;padding:0;width:100%}body.dashboard-shell .chat-dialog .MuiDialog-container{align-items:center;box-sizing:border-box;justify-content:center;min-height:100%}body.dashboard-shell .chat-layout{background:var(--panel);border-radius:22px;display:flex;height:min(76vh,640px);isolation:isolate;min-height:0;overflow:visible;position:relative}body.dashboard-shell .chat-layout:before{background:linear-gradient(90deg,#016ff4,#818cf8 45%,#016ff4);border-radius:22px 22px 0 0;content:"";height:3px;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:5}body.dashboard-shell .chat-dialog .MuiDialog-paper{background:var(--panel);color:var(--text);display:flex;height:auto;margin:0;max-height:90vh;max-width:92vw;overflow:visible;width:min(840px,92vw)}body.dashboard-shell .chat-sidebar{background:var(--bg-light);border-right:1px solid var(--border);display:flex;flex-direction:column;overflow:visible;position:relative;width:324px;z-index:2}body.dashboard-shell .chat-sidebar-header{align-items:center;border-bottom:1px solid var(--border);color:var(--text-strong);display:flex;font-weight:700;gap:10px;justify-content:space-between;padding:16px 18px 12px;position:relative;z-index:3}body.dashboard-shell .chat-sidebar-title{align-items:center;display:inline-flex;gap:10px}body.dashboard-shell .chat-sidebar-actions{align-items:center;display:flex;gap:6px}body.dashboard-shell .chat-sidebar-actions .icon-btn{background:#0000;border:none;height:28px;padding:6px;width:28px}body.dashboard-shell .chat-history{display:flex;flex:1 1;flex-direction:column;gap:10px;overflow-x:visible;overflow-y:auto;padding:14px;position:relative;z-index:1}body.dashboard-shell .chat-scope-empty{color:var(--muted);font-size:var(--md-body-medium);line-height:20px;margin:0}body.dashboard-shell .chat-history-item{appearance:none;background:var(--panel);border:1px solid var(--chat-history-border);border-radius:16px;box-shadow:var(--shadow-chat-history);cursor:pointer;display:flex;flex-direction:column;gap:6px;min-height:72px;overflow:visible;padding:14px 16px;position:relative;text-align:left;width:100%}body.dashboard-shell .chat-history-item.active{border-color:var(--chat-history-border-active);box-shadow:var(--shadow-chat-history-active)}body.dashboard-shell .chat-history-date{color:var(--muted);font-size:var(--md-body-small);font-weight:600}body.dashboard-shell .chat-history-title{color:var(--text-strong);display:block;flex:1 1;font-size:var(--md-body-medium);font-weight:600;min-width:0;overflow:hidden;padding:4px 0;text-overflow:ellipsis;white-space:nowrap}body.dashboard-shell .chat-history-title-row{align-items:center;display:flex;gap:6px;position:relative}body.dashboard-shell .chat-history-menu-button{flex-shrink:0}body.dashboard-shell .chat-main{display:flex;flex:1 1;flex-direction:column;min-height:0;min-width:0;position:relative;z-index:1}body.dashboard-shell .chat-header{align-items:flex-start;border-bottom:1px solid var(--border);display:flex;gap:16px;justify-content:space-between;padding:18px 20px 14px}body.dashboard-shell .chat-header.modal-header h3{margin:0}body.dashboard-shell .chat-header .MuiTypography-root{color:var(--text-strong)}body.dashboard-shell .chat-title-row{align-items:center;display:flex;flex-wrap:wrap;gap:12px}body.dashboard-shell .chat-skill-status{align-items:center;background:var(--tint-primary);border-radius:999px;display:inline-flex;gap:8px;padding:4px 8px;position:relative}body.dashboard-shell .status-dot{border-radius:999px;display:inline-block;height:8px;width:8px}body.dashboard-shell .status-dot.is-active{background:#22c55e;box-shadow:0 0 0 3px #22c55e33}body.dashboard-shell .status-dot.is-inactive{background:var(--border-strong)}body.dashboard-shell .chat-skill-status:after{background:var(--tooltip-bg);border-radius:8px;bottom:calc(100% + 8px);color:var(--tooltip-fg);content:attr(data-tooltip);font-size:var(--md-body-small);max-width:280px;opacity:0;padding:6px 8px;pointer-events:none;position:absolute;right:0;transition:opacity .2s ease;white-space:normal;width:max-content;z-index:20}body.dashboard-shell .chat-skill-status:hover:after{opacity:1}body.dashboard-shell .chat-subtitle{color:var(--muted);font-size:var(--md-body-small);line-height:1.45;margin:4px 0 0}body.dashboard-shell .chat-body{background:var(--panel-2);display:flex;flex:1 1;flex-direction:column;min-height:0;overflow:hidden}body.dashboard-shell .chat-error{background:#fee2e2;border:1px solid #fecaca;border-radius:10px;color:#b91c1c;font-size:var(--md-body-small);margin:12px 16px 0;padding:10px 12px}body.dashboard-shell .chat-empty{align-items:center;display:flex;flex:1 1;justify-content:center;padding:24px}body.dashboard-shell .chat-empty.is-hidden{display:none}body.dashboard-shell .chat-empty-card{background:var(--panel);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow);max-width:420px;padding:22px 24px;width:100%}body.dashboard-shell .chat-empty-title{color:var(--text-strong);font-size:var(--md-title-medium);font-weight:700;line-height:24px;margin-bottom:8px}body.dashboard-shell .chat-empty-text{color:var(--text-strong);font-size:var(--md-body-medium);line-height:22px;margin-bottom:12px}body.dashboard-shell .chat-empty-hint{color:var(--muted);font-size:var(--md-body-small);line-height:18px}body.dashboard-shell .chat-thread{display:flex;flex:1 1;flex-direction:column;gap:14px;min-height:0;overflow-y:auto;padding:16px 20px 18px}body.dashboard-shell .chat-message{display:flex;flex-direction:column;gap:6px;max-width:70%}body.dashboard-shell .chat-message.user{align-self:flex-end;text-align:right}body.dashboard-shell .chat-meta{align-items:center;color:var(--muted);display:inline-flex;font-size:var(--md-body-small);gap:8px}body.dashboard-shell .chat-message.user .chat-meta{align-self:flex-end}body.dashboard-shell .chat-bubble{background:var(--panel);border-radius:14px;box-shadow:0 6px 16px #0f172a14;color:var(--text-strong);line-height:20px;max-width:100%;padding:10px 12px;width:fit-content}body.dashboard-shell .chat-message.user .chat-bubble{background:#016ff4;box-shadow:0 8px 20px #016ff433;color:#fff}body.dashboard-shell .chat-message.agent .chat-bubble{text-align:justify}body.dashboard-shell .chat-bubble-loading{align-items:center;display:inline-flex}body.dashboard-shell .chat-markdown{display:flex;flex-direction:column;gap:6px}body.dashboard-shell .chat-markdown-paragraph{margin:0}body.dashboard-shell .chat-markdown-spacer{height:8px}body.dashboard-shell .chat-markdown-list{align-items:start;display:grid;gap:8px;grid-template-columns:auto 1fr}body.dashboard-shell .chat-markdown-bullet,body.dashboard-shell .chat-markdown-number{color:inherit;font-weight:600}body.dashboard-shell .chat-markdown-code{background:#0f172a14;border-radius:6px;font-family:Fira Code,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;padding:2px 6px}body.dashboard-shell .chat-composer{align-items:center;background:var(--panel);border-top:1px solid var(--border);display:flex;gap:10px;padding:12px 16px}body.dashboard-shell .chat-attach-group{position:relative}body.dashboard-shell .chat-attach-toggle{color:var(--muted)}body.dashboard-shell .chat-menu{background:var(--panel);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow);display:none;flex-direction:column;min-width:140px;position:absolute}body.dashboard-shell .chat-menu.open{display:flex}body.dashboard-shell .chat-attach-menu{bottom:52px;left:0;min-width:220px;padding:8px 0;right:auto;top:auto;z-index:50}body.dashboard-shell .chat-skill-menu{bottom:0;gap:10px;left:calc(100% + 8px);max-height:min(520px,calc(100vh - 140px));min-width:328px;overflow-x:hidden;overflow-y:auto;padding:12px 12px 10px;right:auto;top:auto;width:328px;z-index:50}body.dashboard-shell .chat-skill-header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between}body.dashboard-shell .chat-skill-header small{color:var(--muted);display:block;font-size:11px;font-weight:800;letter-spacing:.08em;margin-bottom:2px;text-transform:uppercase}body.dashboard-shell .chat-skill-header strong{color:var(--text-strong);display:block;font-size:14px;font-weight:800;line-height:1.3}body.dashboard-shell .chat-skill-count{align-items:center;background:var(--tint-primary);border-radius:999px;color:var(--link);display:inline-flex;font-size:12px;font-weight:700;justify-content:center;min-height:28px;padding:0 10px}body.dashboard-shell .chat-attach-menu .ui-menu-item,body.dashboard-shell .chat-skill-menu .ui-menu-item{align-items:center;background:#0000;border:0;color:var(--text);cursor:pointer;display:flex;font-weight:600;gap:12px;padding:10px 14px;text-align:left;width:100%}body.dashboard-shell .chat-attach-menu .ui-menu-item>.material-symbols-rounded:first-child,body.dashboard-shell .chat-skill-menu .ui-menu-item>.material-symbols-rounded:first-child{color:var(--muted);display:grid;flex:0 0 20px;font-size:20px;place-items:center}body.dashboard-shell .chat-attach-menu .ui-menu-item:hover>.material-symbols-rounded:first-child{color:var(--primary)}body.dashboard-shell .chat-attach-menu .menu-caret{color:var(--muted);flex:0 0 auto;font-size:20px;margin-left:auto}body.dashboard-shell .chat-attach-menu .ui-menu-item:hover,body.dashboard-shell .chat-skill-menu .ui-menu-item:hover{background:var(--tab-active-bg)}body.dashboard-shell .chat-attach-menu .ui-menu-item+.ui-menu-item{border-top:1px solid var(--border)}body.dashboard-shell .chat-skill-item{align-items:center;color:var(--text-strong);display:flex;font-size:var(--md-body-medium);font-weight:600;gap:12px;justify-content:space-between;line-height:20px;padding:12px 14px}body.dashboard-shell .chat-skill-item+.chat-skill-item{border-top:1px solid var(--border)}body.dashboard-shell .chat-skill-search{align-items:center;background:var(--panel);border:1px solid var(--border);border-radius:12px;color:var(--muted);display:flex;gap:8px;padding:9px 12px}body.dashboard-shell .chat-skill-search input{background:#0000;border:0;color:var(--text-strong);font-size:var(--md-body-medium);outline:0;padding:0;width:100%}body.dashboard-shell .chat-skill-section-label{color:var(--text-3);font-size:12px;font-weight:700}body.dashboard-shell .chat-skill-list{background:var(--panel);border:1px solid var(--border);border-radius:12px;overflow:hidden}body.dashboard-shell .chat-skill-copy{display:grid;gap:2px}body.dashboard-shell .chat-skill-copy small{color:var(--muted);font-size:12px;font-weight:400}body.dashboard-shell .chat-skill-empty{color:var(--muted);font-size:var(--md-body-small);padding:14px}body.dashboard-shell .chat-skill-footer{align-items:center;color:var(--text-3);display:flex;font-size:12px;font-weight:700;gap:12px;justify-content:space-between;padding:4px 2px 0}body.dashboard-shell .chat-skill-footer-section{display:grid;gap:10px}body.dashboard-shell .chat-skill-footer-link{background:#0000;border:0;color:var(--link);cursor:pointer;font-size:12px;font-weight:700}body.dashboard-shell .chat-skill-footer-link:disabled{cursor:default;opacity:1}body.dashboard-shell .chat-skill-list-all{max-height:240px;overflow-y:auto}body.dashboard-shell .chat-attach-group.is-connection-open .chat-connection-menu,body.dashboard-shell .chat-attach-group.is-open .chat-attach-menu,body.dashboard-shell .chat-attach-group.is-skill-open .chat-skill-menu,body.dashboard-shell .chat-attach-group.is-skill-open .chat-skill-menu:not(.chat-connection-menu),body.dashboard-shell .chat-attach-group:focus-within .chat-attach-menu{display:flex;flex-direction:column}body.dashboard-shell .chat-skill-menu-head{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:12px}body.dashboard-shell .chat-skill-menu-head h4{color:var(--text-strong,#0f172a);font-size:var(--md-title-small);line-height:20px;margin:2px 0 0}body.dashboard-shell .chat-skill-menu-eyebrow{color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.08em;line-height:14px;margin:0;text-transform:uppercase}body.dashboard-shell .chat-skill-menu-badge{align-items:center;background:var(--tint-primary,#016ff41a);border-radius:999px;color:var(--primary-text,#016ff4);display:inline-flex;flex-shrink:0;font-size:var(--md-body-small);font-weight:700;min-height:28px;padding:0 10px}body.dashboard-shell .chat-skill-section+.chat-skill-section{margin-top:14px}body.dashboard-shell .chat-skill-section-head{align-items:center;color:var(--text-3,#334155);display:flex;font-size:var(--md-body-small);font-weight:700;gap:12px;justify-content:space-between;margin-bottom:8px}body.dashboard-shell .chat-skill-section-link{color:var(--link,#016ff4);font-size:var(--md-body-small);font-weight:700;text-decoration:none}body.dashboard-shell .chat-skill-section-link:hover{text-decoration:underline}body.dashboard-shell .chat-connection-retry{background:none;border:0;cursor:pointer;font:inherit;font-size:var(--md-body-small);font-weight:700;padding:0}body.dashboard-shell .chat-connection-unavailable p{margin:0 0 6px}body.dashboard-shell .chat-skill-item-info{align-items:center;display:flex;gap:10px;min-width:0}body.dashboard-shell .chat-skill-item-copy{display:grid;gap:2px;min-width:0}body.dashboard-shell .chat-skill-item-title{color:var(--text-strong,#111827);font-weight:700}body.dashboard-shell .chat-skill-item-description{color:var(--muted);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.dashboard-shell .chat-connection-item .chat-skill-item-info{align-items:center;gap:10px}body.dashboard-shell .chat-connection-item-logo{background:var(--panel,#fff);border:1px solid var(--border);border-radius:8px;flex-shrink:0;height:30px;object-fit:contain;object-position:center;padding:3px;width:30px}body.dashboard-shell .chat-connection-item-action{align-self:center;color:var(--link,#016ff4);flex-shrink:0;font-size:16px;font-weight:800}body.dashboard-shell .chat-connection-item.is-disabled{cursor:default;opacity:.55}body.dashboard-shell .chat-layout.voice-mode{position:relative}body.dashboard-shell .chat-layout.voice-mode .chat-body{display:flex;flex-direction:column;min-height:420px}body.dashboard-shell .chat-layout.voice-mode .chat-voice-stage{display:flex;flex:1 1;min-height:0}body.dashboard-shell .chat-voice-stage{display:none;flex:1 1;flex-direction:column;min-height:0}body.dashboard-shell .chat-history-item.is-voice .chat-history-voice-icon{color:var(--link,#016ff4);font-size:16px;margin-right:4px;vertical-align:text-bottom}body.dashboard-shell .chat-history-item.is-voice .chat-history-title{align-items:center;display:inline-flex;gap:2px}body.dashboard-shell .chat-input-wrap{display:flex;flex:1 1;position:relative}body.dashboard-shell .chat-mcp-menu{background:var(--panel);border:1px solid var(--border);border-radius:12px;bottom:calc(100% + 8px);box-shadow:var(--shadow);display:flex;flex-direction:column;gap:10px;left:0;max-height:min(320px,50vh);overflow:hidden;padding:12px;position:absolute;width:100%;z-index:60}body.dashboard-shell .chat-mcp-menu-header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between}body.dashboard-shell .chat-mcp-menu-hint{color:var(--muted);font-size:var(--md-body-small);font-weight:800;margin-left:auto}body.dashboard-shell .chat-mcp-menu-count{align-items:center;background:var(--tab-active-bg);border-radius:999px;color:var(--primary);display:inline-flex;font-size:var(--md-body-small);font-weight:700;justify-content:center;min-height:24px;padding:0 10px}body.dashboard-shell .chat-mcp-menu-header small{color:var(--muted);display:block;font-size:var(--md-label-small);font-weight:800;letter-spacing:.08em;margin-bottom:2px;text-transform:uppercase}body.dashboard-shell .chat-mcp-menu-header strong{color:var(--text);display:block;font-size:var(--md-title-small);font-weight:800}body.dashboard-shell .chat-mcp-list{background:var(--panel);border:1px solid var(--border);border-radius:12px;display:flex;flex-direction:column;overflow-y:auto}body.dashboard-shell .chat-mcp-option{align-items:center;background:#0000;border:0;color:var(--text);cursor:pointer;display:flex;gap:10px;padding:7px 12px;text-align:left;width:100%}body.dashboard-shell .chat-mcp-option+.chat-mcp-option{border-top:1px solid var(--border)}body.dashboard-shell .chat-mcp-option.is-active,body.dashboard-shell .chat-mcp-option:hover{background:var(--tab-active-bg)}body.dashboard-shell .chat-mcp-chip-remove:focus-visible,body.dashboard-shell .chat-mcp-option:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}body.dashboard-shell .chat-mcp-option-logo{background:var(--panel);border-radius:8px;box-shadow:var(--shadow);color:var(--primary);display:grid;flex:0 0 28px;height:28px;overflow:hidden;place-items:center;width:28px}body.dashboard-shell .chat-mcp-option-logo img{display:block;max-height:18px;max-width:18px}body.dashboard-shell .chat-mcp-option-logo .material-symbols-rounded{font-size:18px}body.dashboard-shell .chat-mcp-option-copy{display:grid;gap:2px;min-width:0}body.dashboard-shell .chat-mcp-option-copy strong{font-size:var(--md-body-medium);font-weight:700}body.dashboard-shell .chat-mcp-option-copy small{color:var(--muted);font-size:var(--md-body-small);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.dashboard-shell .chat-mcp-menu-footer{align-items:center;color:var(--muted);display:flex;font-size:var(--md-label-small);font-weight:600;gap:6px;padding-top:2px}body.dashboard-shell .chat-mcp-menu-footer kbd{background:var(--bg);border:1px solid var(--border);border-radius:4px;color:var(--text);font-family:inherit;font-size:var(--md-label-small);font-weight:700;padding:1px 5px}body.dashboard-shell .chat-mcp-option-match{background:var(--tab-active-bg);border-radius:4px;color:var(--primary);font-weight:800;padding:0 2px}body.dashboard-shell .chat-mcp-option-check{color:var(--primary);font-size:18px;margin-left:auto}body.dashboard-shell .chat-mcp-empty{color:var(--muted);font-size:var(--md-body-small);padding:14px}body.dashboard-shell .chat-mcp-chips{display:flex;flex-wrap:wrap;gap:6px;padding:0 8px 8px}body.dashboard-shell .chat-mcp-chip{align-items:center;background:var(--tab-active-bg);border:1px solid var(--tab-active-border);border-radius:999px;color:var(--primary);display:inline-flex;font-size:var(--md-body-small);font-weight:700;gap:6px;padding:4px 6px 4px 10px}body.dashboard-shell .chat-mcp-chip .material-symbols-rounded{font-size:16px}body.dashboard-shell .chat-mcp-chip-logo{color:inherit;display:grid;flex:0 0 18px;height:18px;overflow:hidden;place-items:center;width:18px}body.dashboard-shell .chat-mcp-chip-logo img{display:block;max-height:16px;max-width:16px}body.dashboard-shell .chat-mcp-chip-name{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.dashboard-shell .chat-mcp-chip-remove{align-items:center;background:#0000;border:0;border-radius:999px;color:inherit;cursor:pointer;display:inline-flex;justify-content:center;padding:0}body.dashboard-shell .chat-mcp-chip-remove:disabled{cursor:default;opacity:.5}body.dashboard-shell .switch.small .switch-track{height:18px;width:32px}body.dashboard-shell .switch.small .switch-track:after{height:14px;width:14px}body.dashboard-shell .switch.small input:checked+.switch-track:after{transform:translateX(14px)}body.dashboard-shell .chat-input{align-items:center;background:var(--panel);border:1px solid var(--border);border-radius:999px;color:var(--text-strong);flex:1 1;font-size:var(--md-body-medium);min-height:40px;padding:10px 14px}body.dashboard-shell .chat-input textarea{color:var(--text-strong);line-height:20px;padding:0;resize:none}body.dashboard-shell .chat-input textarea::placeholder{color:var(--text-soft);opacity:1}body.dashboard-shell .chat-input.Mui-disabled{background:var(--panel-2)}body.dashboard-shell .chat-send{min-height:40px;padding:8px 14px}body.dashboard-shell .chat-send.icon-only{min-width:40px;padding:8px 12px}body.dashboard-shell .chat-mic{align-items:center;display:inline-flex;justify-content:center}body.dashboard-shell .chat-mic.is-active{background:var(--tint-danger-soft);border-color:var(--semantic-danger);color:var(--semantic-danger)}body.dashboard-shell .chat-mic.is-active:hover{background:#ef444429}body.dashboard-shell .chat-mic.is-active .material-symbols-rounded{color:var(--semantic-danger)}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{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{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}body.dashboard-shell .fleet-card{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 .panel-row.dashboard-vm-row>.dashboard-vm-card{grid-column:1/-1}body.dashboard-shell .dashboard-vm-card{display:flex;flex-direction:column;gap:28px}body.dashboard-shell .dashboard-vm-header{margin-bottom:0}body.dashboard-shell .dashboard-vm-grid{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}body.dashboard-shell .dashboard-vm-metric{background:var(--panel);border:1px solid var(--border);border-radius:10px;display:grid;gap:6px;min-width:0;padding:10px}body.dashboard-shell .dashboard-vm-metric>.material-symbols-rounded{color:var(--primary);font-size:22px}body.dashboard-shell .dashboard-vm-metric>span:not(.material-symbols-rounded){color:var(--text);font-size:var(--md-body-small);line-height:16px}body.dashboard-shell .dashboard-vm-metric strong{color:var(--primary);font-size:22px;line-height:28px}body.dashboard-shell .dashboard-vm-metric strong.is-compact{color:var(--text);font-size:var(--md-body-medium);line-height:20px}body.dashboard-shell .dashboard-vm-metric strong.is-unavailable{color:var(--muted);font-size:var(--md-body-medium);line-height:28px}body.dashboard-shell .fleet-bar.is-unavailable{background:var(--border);opacity:.6}body.dashboard-shell .dashboard-vm-footnote{color:var(--muted);font-size:var(--md-body-small);line-height:16px;margin:0}body.dashboard-shell .dashboard-vm-loading{align-items:center;display:flex;flex:1 1;justify-content:center;min-height:160px}body.dashboard-shell .dashboard-vm-error{align-items:flex-start;color:var(--muted);display:flex;flex:1 1;flex-direction:column;gap:12px;justify-content:center}body.dashboard-shell .dashboard-vm-error p{margin:0}body.dashboard-shell .dashboard-vm-card .panel-empty{margin-top:80px}body.dashboard-shell .dashboard-navigation-home{display:grid;gap:16px;margin-top:8px}body.dashboard-shell .dashboard-navigation-heading{display:grid;gap:4px}body.dashboard-shell .dashboard-navigation-heading h2{color:var(--text);font-size:var(--md-title-large);font-weight:600;line-height:28px;margin:0}body.dashboard-shell .dashboard-navigation-heading p{color:var(--muted);font-size:var(--md-body-medium);line-height:1.45;margin:0}body.dashboard-shell .dashboard-navigation-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}body.dashboard-shell .dashboard-navigation-grid--single{grid-template-columns:minmax(260px,360px)}body.dashboard-shell .dashboard-navigation-card{align-items:stretch;background:var(--panel);border:2px solid var(--border-brand);border-radius:16px;box-shadow:var(--shadow-brand);color:inherit;display:flex;flex-direction:column;gap:12px;justify-content:flex-start;min-height:220px;padding:16px;position:relative;text-decoration:none;transition:border-color .2s ease,box-shadow .2s ease,transform .15s ease}body.dashboard-shell .dashboard-navigation-card:focus-within,body.dashboard-shell .dashboard-navigation-card:hover{border-color:var(--primary);box-shadow:var(--shadow);transform:translateY(-2px)}body.dashboard-shell .dashboard-navigation-main{align-items:start;display:grid;gap:12px;grid-template-columns:44px 1fr;min-width:0}body.dashboard-shell .material-symbols-rounded.dashboard-navigation-icon{align-items:center;align-self:start;background:var(--tab-active-bg);border-radius:12px;color:var(--primary);display:inline-flex;flex:0 0 44px;font-size:22px;font-variation-settings:"FILL" 0,"wght" 500,"GRAD" 0,"opsz" 24;height:44px;justify-content:center;line-height:1;overflow:hidden;text-align:center;width:44px}body.dashboard-shell .dashboard-navigation-card strong{color:var(--text);font-size:15px;font-weight:700;line-height:1.3;min-width:0}body.dashboard-shell .dashboard-navigation-card small{color:var(--muted);display:block;font-size:13px;line-height:1.4;margin-top:4px;min-width:0}body.dashboard-shell .dashboard-navigation-submenu{border-top:1px solid var(--border-soft);display:grid;gap:6px;padding-top:12px}body.dashboard-shell .dashboard-navigation-preview,body.dashboard-shell .dashboard-navigation-submenu a{align-items:center;border-radius:8px;color:var(--text);display:flex;font-size:13px;font-weight:600;gap:10px;justify-content:space-between;line-height:1.25;min-height:36px;padding:7px 10px;text-decoration:none}body.dashboard-shell .dashboard-navigation-submenu a:hover{background:var(--tab-active-bg);color:var(--primary)}body.dashboard-shell .dashboard-navigation-preview{color:var(--muted);cursor:default}body.dashboard-shell .dashboard-navigation-submenu .material-symbols-rounded{align-items:center;color:currentColor;display:inline-flex;flex:0 0 auto;font-size:18px;height:18px;justify-content:center;line-height:1;width:18px}html[data-color-mode=dark] body.dashboard-shell .dashboard-navigation-card{border-color:var(--tab-active-border)}html[data-color-mode=dark] body.dashboard-shell .dashboard-navigation-card:focus-within,html[data-color-mode=dark] body.dashboard-shell .dashboard-navigation-card:hover{border-color:var(--primary)}html[data-color-mode=dark] body.dashboard-shell .dashboard-vm-error,html[data-color-mode=dark] body.dashboard-shell .dashboard-vm-footnote,html[data-color-mode=dark] body.dashboard-shell .dashboard-vm-metric strong.is-unavailable{color:var(--muted)}html[data-color-mode=dark] body.dashboard-shell .dashboard-vm-metric strong.is-compact{color:var(--text)}html[data-color-mode=dark] body.dashboard-shell .fleet-bar.is-unavailable{background:var(--border)}html[data-color-mode=dark] body.dashboard-shell .fleet-bar{background:var(--tab-active-bg)}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{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-bottom:18px}body.dashboard-shell .metric-card{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{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{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{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.danger{background:#fdeaea;color:#b42318}body.dashboard-shell .chip.priority-high{background:color-mix(in srgb,var(--semantic-danger) 14%,var(--panel));color:var(--semantic-danger)}body.dashboard-shell .chip.priority-medium{background:#fff4e5;color:#a05a00}body.dashboard-shell .chip.priority-low{background:color-mix(in srgb,var(--semantic-success) 14%,var(--panel));color:var(--semantic-success)}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{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:var(--panel);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:var(--text-strong);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:minmax(150px,1.35fr) minmax(170px,1.3fr) minmax(116px,.9fr) minmax(130px,1fr) minmax(120px,.9fr) minmax(96px,.7fr) minmax(72px,.45fr);min-width:980px}body.dashboard-shell .settings-table.security-table .data-row{grid-template-columns:minmax(150px,1.25fr) minmax(170px,1.3fr) minmax(116px,.9fr) minmax(150px,1fr) minmax(140px,1fr) minmax(96px,.7fr);min-width:900px}body.dashboard-shell .settings-table .row-actions{justify-content:flex-start}body.dashboard-shell .settings-table .settings-status-cell{align-items:center;display:flex;justify-content:flex-start;overflow:visible}body.dashboard-shell .settings-table .settings-status-cell .chip{max-width:100%;min-width:86px;width:auto}body.dashboard-shell .agents-table{display:flex;flex-direction:column;gap:8px}body.dashboard-shell .agents-row{align-items:center;background:var(--panel);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:var(--panel-2);color:var(--text-strong);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 .row-actions .icon-btn.action-icon.muted-icon,body.dashboard-shell .row-actions .icon-btn.action-icon[disabled]{cursor:not-allowed;opacity:.42;pointer-events:auto}body.dashboard-shell .row-actions .icon-btn.action-icon.danger.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:22px}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;text-decoration:none}body.dashboard-shell a.btn:focus,body.dashboard-shell a.btn:hover{text-decoration:none}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:#016ff4;color:#fff;opacity:.55}body.dashboard-shell .btn.outline{background:#fff;border-color:var(--primary);color:var(--primary)}body.dashboard-shell a.btn.outline:visited{color:var(--primary)}body.dashboard-shell .btn.outline:disabled,body.dashboard-shell .btn.outline[disabled]{background:var(--panel-2);border-color:var(--border);color:var(--muted)}body.dashboard-shell .btn.outline:not(:disabled):hover{background:#eef6ff;text-decoration:none}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{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:var(--panel);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:var(--tint-primary);border-radius:12px;color:var(--primary-2);display:flex;height:44px;justify-content:center;width:44px}html[data-color-mode=dark] body.dashboard-shell .stat-icon{color:var(--link)}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{display:grid;gap:20px;grid-template-columns:1.15fr 1fr 1.1fr}body.dashboard-shell .panel{background:var(--panel);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{background:conic-gradient(#22c55e 0 var(--success-stop,0),#ef4444 var(--success-stop,0) var(--failed-stop,0),var(--border-soft) var(--failed-stop,0) 100%);border-radius:50%;height:140px;margin:10px auto 16px;width:140px}body.dashboard-shell .donut,body.dashboard-shell .donut-inner{align-items:center;display:flex;justify-content:center;position:relative}body.dashboard-shell .donut-inner{background:#fff;border-radius:999px;flex-direction:column;height:88px;text-align:center;width:88px;z-index:1}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{display:grid;gap:10px;grid-template-columns:1fr 1fr;margin-top:8px}body.dashboard-shell .mini-card{align-items:center;background:var(--tint-primary);border-radius:10px;color:var(--primary-text);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:var(--text);font-size:var(--md-label-small);font-weight:500;line-height:16px}body.dashboard-shell .mini-card.danger{background:#fef1ef;color:#ce3535}html[data-color-mode=dark] body.dashboard-shell .mini-card.danger{background:color-mix(in srgb,var(--semantic-danger) 18%,var(--panel));color:var(--semantic-danger)}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:var(--border-strong) #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:var(--border-strong) #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{align-items:stretch;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}body.dashboard-shell .insights-empty{border:1px dashed var(--border-strong);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:var(--panel);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:10px;padding:16px}body.dashboard-shell .insight-head{align-items:center;display:flex;gap:10px;justify-content:space-between}body.dashboard-shell .insight-more-link{background:none;border:0;color:var(--link);cursor:pointer;font:inherit;font-size:var(--md-label-large);font-weight:600;line-height:20px;padding:0;text-decoration:none;white-space:nowrap}body.dashboard-shell .insight-more-link:focus-visible,body.dashboard-shell .insight-more-link:hover{text-decoration:underline}body.dashboard-shell .insight-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--text-strong);display:-webkit-box;font-size:var(--md-title-medium);font-weight:600;line-height:24px;overflow:hidden}body.dashboard-shell .insight-desc{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:var(--muted);display:-webkit-box;font-size:var(--md-body-medium);line-height:20px;margin:0;overflow:hidden}body.dashboard-shell .insight-action{align-items:flex-start;color:var(--text-2);display:flex;font-size:var(--md-body-medium);font-weight:600;gap:6px;line-height:20px;margin:0}body.dashboard-shell .insight-action .material-symbols-rounded{color:var(--primary);flex:0 0 auto;font-size:18px}body.dashboard-shell .insight-card-actions{display:grid;gap:8px;grid-template-columns:1fr 1fr;margin-top:auto;padding-top:2px}body.dashboard-shell .insight-card-actions .btn.insight-action-btn{align-items:center;display:inline-flex;gap:6px;justify-content:center;min-height:36px;padding:6px 12px;white-space:nowrap;width:100%}body.dashboard-shell .insight-card-actions .btn.insight-action-btn .material-symbols-rounded{font-size:16px}body.dashboard-shell .insights-loading{align-items:center;display:flex;justify-content:center;padding:32px}body.dashboard-shell .insights-spinner{animation:insights-spin 1s linear infinite;color:var(--primary);font-size:32px}@keyframes insights-spin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){body.dashboard-shell .insights-spinner{animation:none}}body.dashboard-shell .insight-detail-dialog{width:min(560px,92vw)}body.dashboard-shell .insight-detail-heading{align-items:center;display:flex;gap:10px;min-width:0}body.dashboard-shell .insight-detail-body{display:grid;gap:16px}body.dashboard-shell .insight-detail-desc{color:var(--text-2);font-size:var(--md-body-medium);line-height:20px;margin:0}body.dashboard-shell .insight-detail-block{display:grid;gap:8px}body.dashboard-shell .insight-detail-block h4{color:var(--text-main);font-size:var(--md-title-small);font-weight:700;margin:0}body.dashboard-shell .insight-detail-list{color:var(--muted);display:grid;font-size:var(--md-body-medium);gap:6px;line-height:20px;margin:0;padding-left:18px}body.dashboard-shell .insight-detail-list li{align-items:baseline;background:var(--bg-light);border-radius:8px;display:flex;font-size:var(--md-body-small);gap:12px;justify-content:space-between;line-height:18px;padding:8px 10px}body.dashboard-shell .insight-detail-list li>span{color:var(--muted);font-weight:600}body.dashboard-shell .insight-detail-list li>strong{color:var(--text-main);font-variant-numeric:tabular-nums}body.dashboard-shell .insight-detail-link{justify-self:start}@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:var(--panel);border:1px solid var(--border);border-radius:10px;color:var(--primary);height:36px;width:36px}body.dashboard-shell .MuiIconButton-root.icon-btn:hover{background:var(--tint-primary)}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:unset}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 .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}html[data-color-mode=dark] body.dashboard-shell{--bg:#0a0a0a;--panel:#121212;--text:#f1f3f4;--muted:#9aa0a6;--primary:#38bcff;--primary-2:#20a4fe;--border:#2c2c2c;--shadow:0 8px 28px #0000008c;--brand-dark:#e8eaed;--primary-color:#38bcff;--primary-hover:#20a4fe;--text-main:#f1f3f4;--text-muted:#9aa0a6;--bg-body:#0a0a0a;--bg-light:#141414;--border-color:#2a2a2a;--panel-2:#1a1a1a;--text-strong:#f1f3f4;--text-2:#d3d7dd;--text-3:#c2c7d0;--text-soft:#9aa0a6;--link:#38bcff;--primary-text:#38bcff;--tint-primary:#38bcff1f;--tint-primary-strong:#38bcff52;--tint-primary-2:#38bcff2e;--panel-3:#1f1f1f;--tint-success:#22c55e2e;--success-text:#4ade80;--tint-danger:#ef44442e;--danger-text:#f28b82;--danger-text-2:#f47b72;--warning-text:#fde68a;--border-soft:#242424;--border-brand:#38bcff59;--border-brand-dashed:#38bcff73;--tint-brand-soft:#38bcff1f;--field-outline-width:2px;--shadow-brand:0 2px 10px #00000080;--border-strong:#3a3a3a;--tooltip-bg:#f1f3f4;--tooltip-fg:#121212;--chat-history-border:#2c2c2c;--chat-history-border-active:#38bcff59;--shadow-chat-history:0 12px 28px #00000073;--shadow-chat-history-active:0 16px 34px #016ff44d;--tint-danger-soft:#ef44441a;--tint-success-soft:#22c55e1f;--tint-warning-soft:#fbbf241f;background:var(--bg);color:var(--text)}html[data-color-mode=dark] body.dashboard-shell .sidebar{background:#0a0a0a;border-right-color:var(--border)}html[data-color-mode=dark] body.dashboard-shell .topbar{background:#0a0a0a;border-bottom-color:var(--border);color:var(--text)}html[data-color-mode=dark] body.dashboard-shell .nav-item:not(.active){color:#b8bcc4}html[data-color-mode=dark] body.dashboard-shell .nav-item:not(.active) .material-symbols-rounded{color:#38bcff}html[data-color-mode=dark] body.dashboard-shell .nav-item:not(.active):hover{background:#38bcff1a;color:#e8eaed}html[data-color-mode=dark] body.dashboard-shell .submenu-item{color:#c4c7cc}html[data-color-mode=dark] body.dashboard-shell .submenu-item.active,html[data-color-mode=dark] body.dashboard-shell .submenu-item:hover{background:#38bcff1f;color:#38bcff}html[data-color-mode=dark] body.dashboard-shell .submenu-count{background:#38bcff26;color:#38bcff}html[data-color-mode=dark] body.dashboard-shell .menu-btn,html[data-color-mode=dark] body.dashboard-shell .user-caret{color:#38bcff}html[data-color-mode=dark] body.dashboard-shell .notifications-dropdown,html[data-color-mode=dark] body.dashboard-shell .user-dropdown,html[data-color-mode=dark] body.dashboard-shell .user-dropdown a,html[data-color-mode=dark] body.dashboard-shell .user-dropdown button{background:var(--panel);color:var(--text)}html[data-color-mode=dark] body.dashboard-shell .user-dropdown a:hover,html[data-color-mode=dark] body.dashboard-shell .user-dropdown button:hover{background:#ffffff0f}html[data-color-mode=dark] body.dashboard-shell .notifications-header,html[data-color-mode=dark] body.dashboard-shell .notifications-list li{border-color:var(--border)}html[data-color-mode=dark] body.dashboard-shell .notification-title{color:var(--text)}html[data-color-mode=dark] body.dashboard-shell .icon-btn:hover{background:#38bcff1f}html[data-color-mode=dark] body.dashboard-shell .agents-row,html[data-color-mode=dark] body.dashboard-shell .dashboard-vm-metric,html[data-color-mode=dark] body.dashboard-shell .data-row,html[data-color-mode=dark] body.dashboard-shell .fleet-card,html[data-color-mode=dark] body.dashboard-shell .license-card,html[data-color-mode=dark] body.dashboard-shell .menu,html[data-color-mode=dark] body.dashboard-shell .menu button,html[data-color-mode=dark] body.dashboard-shell .metric-card,html[data-color-mode=dark] body.dashboard-shell .modal-dialog,html[data-color-mode=dark] body.dashboard-shell .monitoring-panel,html[data-color-mode=dark] body.dashboard-shell .panel,html[data-color-mode=dark] body.dashboard-shell .role-card,html[data-color-mode=dark] body.dashboard-shell .section,html[data-color-mode=dark] body.dashboard-shell .settings-card,html[data-color-mode=dark] body.dashboard-shell .stat-card,html[data-color-mode=dark] body.dashboard-shell .subscription-card{background:var(--panel);border-color:var(--border);box-shadow:var(--shadow);color:var(--text)}html[data-color-mode=dark] body.dashboard-shell .menu button:hover{background:#ffffff0f}html[data-color-mode=dark] body.dashboard-shell .modal-dialog{border:none;outline:none}html[data-color-mode=dark] body.dashboard-shell .modal-backdrop{background:#0009}html[data-color-mode=dark] body.dashboard-shell .agents-row.header,html[data-color-mode=dark] body.dashboard-shell .data-row.header{background:var(--panel-2);color:var(--muted)}html[data-color-mode=dark] body.dashboard-shell .tab{background:var(--panel);border-color:var(--border);color:#38bcff}html[data-color-mode=dark] body.dashboard-shell .tab.active{background:#38bcff26;border-color:#38bcff59}html[data-color-mode=dark] body.dashboard-shell .tabs-underline .tab{color:#9aa0a6}html[data-color-mode=dark] body.dashboard-shell .tabs-underline .tab.active{border-color:#38bcff;color:#38bcff}html[data-color-mode=dark] body.dashboard-shell .details-card{background:var(--panel);border-color:var(--border);box-shadow:var(--shadow)}html[data-color-mode=dark] body.dashboard-shell .details-title{color:var(--text)}html[data-color-mode=dark] body.dashboard-shell .chip{background:#38bcff26;color:var(--blue-1,#38bcff)}html[data-color-mode=dark] body.dashboard-shell .chip.success{background:#14532d;color:#bbf7d0}html[data-color-mode=dark] body.dashboard-shell .chip.warning{background:#451a03;color:#fde68a}html[data-color-mode=dark] body.dashboard-shell .chip.danger{background:#450a0a;color:#fecaca}html[data-color-mode=dark] body.dashboard-shell .chip.priority-high{background:color-mix(in srgb,var(--semantic-danger) 22%,var(--panel));color:var(--semantic-danger)}html[data-color-mode=dark] body.dashboard-shell .chip.priority-medium{background:#451a03;color:#fde68a}html[data-color-mode=dark] body.dashboard-shell .chip.priority-low{background:color-mix(in srgb,var(--semantic-success) 22%,var(--panel));color:var(--semantic-success)}html[data-color-mode=dark] body.dashboard-shell .muted-icon{color:#475569!important}html[data-color-mode=dark] body.dashboard-shell .row-actions .action-icon.danger:not(.muted-icon){color:#f87171}html[data-color-mode=dark] body.dashboard-shell .row-actions .action-icon.danger:not(.muted-icon):hover{background:#f871711f}html[data-color-mode=dark] body.dashboard-shell .search-field{background:var(--panel);border-color:#38bcff}html[data-color-mode=dark] body.dashboard-shell .search-field input{color:var(--text)}html[data-color-mode=dark] body.dashboard-shell .btn.outline{background:#0000;border-color:#38bcff;color:#38bcff}html[data-color-mode=dark] body.dashboard-shell .btn.outline:not(:disabled):hover{background:#38bcff1f}html[data-color-mode=dark] body.dashboard-shell .btn.outline:disabled,html[data-color-mode=dark] body.dashboard-shell .btn.outline[disabled]{background:var(--panel-2);border-color:var(--border);color:var(--muted)}html[data-color-mode=dark] body.dashboard-shell .btn.danger{background:#0000}html[data-color-mode=dark] body.dashboard-shell .btn.danger:hover{background:#dc5f5f1f}html[data-color-mode=dark] body.dashboard-shell .btn.primary:disabled,html[data-color-mode=dark] body.dashboard-shell .btn.primary[disabled]{background:#2a3444;color:#64748b}html[data-color-mode=dark] body.dashboard-shell .donut-inner{background:var(--panel);color:var(--text)}html[data-color-mode=dark] body.dashboard-shell .donut{background:conic-gradient(#22c55e 0 var(--success-stop,0),#ef4444 var(--success-stop,0) var(--failed-stop,0),var(--border-strong) var(--failed-stop,0) 100%)}html[data-color-mode=dark] body.dashboard-shell .mini-card span{color:#cbd5e1}html[data-color-mode=dark] body.dashboard-shell .insight-card{background:var(--panel);border-color:var(--border)}html[data-color-mode=dark] body.dashboard-shell .insight-list,html[data-color-mode=dark] body.dashboard-shell .insight-list li:before{color:#cbd5e1}html[data-color-mode=dark] body.dashboard-shell .alert-item,html[data-color-mode=dark] body.dashboard-shell .recent-item{background:var(--panel);border-color:var(--border)}html[data-color-mode=dark] body.dashboard-shell .details-item strong,html[data-color-mode=dark] body.dashboard-shell .filter-group span,html[data-color-mode=dark] body.dashboard-shell .form-field label,html[data-color-mode=dark] body.dashboard-shell .modal-label,html[data-color-mode=dark] body.dashboard-shell .period-field label{color:var(--text)}html[data-color-mode=dark] body.dashboard-shell .filter-clear,html[data-color-mode=dark] body.dashboard-shell .filter-group button,html[data-color-mode=dark] body.dashboard-shell .form-field input,html[data-color-mode=dark] body.dashboard-shell .form-field select,html[data-color-mode=dark] body.dashboard-shell .period-field input,html[data-color-mode=dark] body.dashboard-shell .period-option{background:var(--panel);border-color:var(--border);color:var(--text)}html[data-color-mode=dark] body.dashboard-shell .filter-group .filter-option:focus-visible,html[data-color-mode=dark] body.dashboard-shell .filter-group .filter-option:hover,html[data-color-mode=dark] body.dashboard-shell .filter-group button:hover{background:color-mix(in srgb,var(--primary) 8%,var(--panel));border-color:color-mix(in srgb,var(--primary) 28%,var(--border));color:var(--text)}html[data-color-mode=dark] body.dashboard-shell .filter-group .filter-option.active{background:color-mix(in srgb,var(--primary) 12%,var(--panel));border-color:color-mix(in srgb,var(--primary) 30%,var(--border));color:var(--blue-1,#38bcff)}html[data-color-mode=dark] body.dashboard-shell .filter-clear,html[data-color-mode=dark] body.dashboard-shell .filter-group .filter-option.active:after{color:var(--blue-1,#38bcff)}html[data-color-mode=dark] body.dashboard-shell .filter-clear:disabled{color:var(--muted);cursor:not-allowed;opacity:.55}html[data-color-mode=dark] body.dashboard-shell .search-field .material-symbols-rounded{color:var(--blue-1,#38bcff)}html[data-color-mode=dark] body.dashboard-shell .period-btn{background:var(--panel);color:#38bcff}html[data-color-mode=dark] body.dashboard-shell .embed-frame{background:var(--panel)}html[data-color-mode=dark] body.dashboard-shell .info-banner.warning{background:#eab3081f;border-color:#eab30866;color:#fcd34d}html[data-color-mode=dark] body.dashboard-shell .page-ellipsis,html[data-color-mode=dark] body.dashboard-shell .page-number,html[data-color-mode=dark] body.dashboard-shell .table-pagination{color:var(--muted)}html[data-color-mode=dark] body.dashboard-shell .page-number.active{color:var(--text)}html[data-color-mode=dark] body.dashboard-shell .MuiCard-root,html[data-color-mode=dark] body.dashboard-shell .MuiPaper-root:not(.MuiAlert-root):not(.MuiSnackbarContent-root){background-color:var(--panel);border-color:var(--border);color:var(--text)}html[data-color-mode=dark] body.dashboard-shell .MuiTab-root.Mui-selected{background:#38bcff26;color:#38bcff}html[data-color-mode=dark] body.dashboard-shell .MuiButton-outlinedPrimary:hover{background:#38bcff1a}html[data-color-mode=dark] body.dashboard-shell .MuiIconButton-root.icon-btn{background:var(--panel);border-color:var(--border);color:#38bcff}html[data-color-mode=dark] body.dashboard-shell .MuiIconButton-root.icon-btn:hover{background:#38bcff1f}html[data-color-mode=dark] body.dashboard-shell .MuiTableHead-root .MuiTableCell-root{border-bottom-color:var(--border);color:var(--muted)}html[data-color-mode=dark] body.dashboard-shell .MuiTableBody-root .MuiTableCell-root{border-bottom-color:var(--border);color:var(--text)}html[data-color-mode=dark] body.dashboard-shell .sidebar .version-badge{background:#38bcff1f;border-color:#38bcff59;color:#7dd3fc}html[data-color-mode=dark] body.dashboard-shell .sidebar .version-badge--dirty{background:#eab30824;border-color:#eab30873;color:#fde047}html[data-color-mode=dark] body.dashboard-shell .agents-folder-strip-nav{background:#121212f2;border-color:#38bcff40;color:#38bcff}html[data-color-mode=dark] body.dashboard-shell .chat-bubble{box-shadow:0 6px 16px #00000059}html[data-color-mode=dark] body.dashboard-shell .chat-message.user .chat-bubble{box-shadow:0 8px 20px #016ff459}html[data-color-mode=dark] body.dashboard-shell .chat-markdown-code{background:#f1f3f41a}html[data-color-mode=dark] body.dashboard-shell .chat-error{background:#ef444424;border-color:#ef444459;color:#f87171}html[data-color-mode=dark] body.dashboard-shell .chat-history-item.active{box-shadow:0 10px 24px #00000073}html[data-color-mode=dark] body.dashboard-shell .chat-sidebar-header .MuiSvgIcon-root,html[data-color-mode=dark] body.dashboard-shell .chat-sidebar-header .material-symbols-rounded{color:var(--muted)}.direct-chat-drawer{inset:0;overflow:hidden;pointer-events:none;position:fixed;transition:visibility .3s;visibility:hidden;z-index:120}.direct-chat-drawer.open{pointer-events:auto;visibility:visible}body.dashboard-shell .direct-chat-backdrop{background:#0f172a59;border:0;inset:0;opacity:0;padding:0;position:absolute;transition:opacity .25s ease}html[data-color-mode=dark] body.dashboard-shell .direct-chat-backdrop{background:#0009}body.dashboard-shell .direct-chat-drawer.open .direct-chat-backdrop{opacity:1}body.dashboard-shell .direct-chat-panel{background:var(--panel);border-radius:24px 0 0 24px;bottom:0;box-shadow:-12px 0 40px #0f172a1f;display:flex;flex-direction:column;max-width:100%;overflow:hidden;position:absolute;right:0;top:0;transform:translateX(100%);transition:transform .28s cubic-bezier(.4,0,.2,1);width:min(420px,100vw)}html[data-color-mode=dark] body.dashboard-shell .direct-chat-panel{box-shadow:-12px 0 40px #0009}body.dashboard-shell .direct-chat-drawer.open .direct-chat-panel{transform:translateX(0)}body.dashboard-shell .direct-chat-embedded{background:var(--panel);border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);display:flex;flex-direction:column;overflow:hidden}body.dashboard-shell .direct-chat-header{align-items:center;background:var(--blue-5);color:var(--text-inverse);display:flex;flex-shrink:0;gap:16px;justify-content:space-between;padding:18px 18px 14px}body.dashboard-shell .direct-chat-brand{align-items:center;display:flex;gap:14px;min-width:0}body.dashboard-shell .direct-chat-brand-icon{align-items:center;background:#ffffff29;border-radius:18px;display:inline-flex;flex-shrink:0;height:52px;justify-content:center;width:52px}body.dashboard-shell .direct-chat-brand-icon .material-symbols-rounded{font-size:30px}body.dashboard-shell .direct-chat-header h3{color:var(--text-inverse);font-size:var(--md-title-medium);font-weight:700;margin:0}body.dashboard-shell .direct-chat-subbar{background:var(--blue-5);border-top:1px solid #ffffff24;color:var(--text-inverse);flex-shrink:0;padding:16px 18px;text-align:left}body.dashboard-shell .direct-chat-subbar .chat-subtitle{color:#ffffffd1;font-size:var(--md-body-medium);line-height:1.5;margin:0}body.dashboard-shell .direct-chat-header-actions{align-items:center;display:flex;flex-shrink:0;gap:6px}body.dashboard-shell .direct-chat-header-btn{align-items:center;background:#0000;border:none;border-radius:14px;color:var(--text-inverse);cursor:pointer;display:inline-flex;height:44px;justify-content:center;padding:0;position:relative;width:44px}body.dashboard-shell .direct-chat-header-btn:focus-visible,body.dashboard-shell .direct-chat-header-btn:hover{background:#ffffff24;color:var(--text-inverse)}body.dashboard-shell .direct-chat-header-btn .material-symbols-rounded{font-size:26px}body.dashboard-shell .direct-chat-header-badge{align-items:center;background:var(--text-inverse);border-radius:999px;box-shadow:0 6px 14px #016ff447;color:var(--blue-5);display:inline-flex;font-size:var(--md-label-medium);font-weight:700;height:22px;justify-content:center;line-height:1;min-width:22px;padding:0 6px;position:absolute;right:-2px;top:-2px}body.dashboard-shell .direct-chat-body{background:linear-gradient(180deg,var(--panel-2) 0,var(--panel) 32%);display:flex;flex:1 1;flex-direction:column;min-height:0;overflow:hidden;padding:18px 0 12px;position:relative}body.dashboard-shell .direct-chat-empty{padding:0 18px 10px}body.dashboard-shell .direct-chat-embedded .chat-empty-card,body.dashboard-shell .direct-chat-panel .chat-empty-card{border-radius:28px;max-width:none}body.dashboard-shell .direct-chat-empty-list{color:var(--text-strong);font-size:var(--md-body-medium);line-height:20px;margin:14px 0;padding-left:22px}body.dashboard-shell .direct-chat-empty-list li+li{margin-top:8px}body.dashboard-shell .direct-chat-empty .chat-empty-text:last-child{margin-bottom:0}body.dashboard-shell .direct-chat-thinking{padding:2px 0}body.dashboard-shell .direct-chat-body .chat-thread{padding:6px 18px 8px}body.dashboard-shell .direct-chat-body .chat-error{margin:0 18px 10px}body.dashboard-shell .direct-chat-embedded .chat-bubble,body.dashboard-shell .direct-chat-panel .chat-bubble{border-radius:14px;white-space:pre-wrap;word-break:break-word}body.dashboard-shell .direct-chat-embedded .chat-message.user .chat-meta,body.dashboard-shell .direct-chat-panel .chat-message.user .chat-meta{align-self:flex-end}html[data-color-mode=dark] body.dashboard-shell .direct-chat-embedded .chat-empty-card,html[data-color-mode=dark] body.dashboard-shell .direct-chat-embedded .chat-message.agent .chat-bubble,html[data-color-mode=dark] body.dashboard-shell .direct-chat-panel .chat-empty-card,html[data-color-mode=dark] body.dashboard-shell .direct-chat-panel .chat-message.agent .chat-bubble{background:#ffffff0d}body.dashboard-shell .direct-chat-suggestions{background:var(--panel);border-top:1px solid var(--border);display:flex;flex-shrink:0;flex-wrap:wrap;gap:10px;padding:14px 18px 18px}body.dashboard-shell .direct-chat-chip{background:var(--panel);border:1px solid var(--border-strong);border-radius:999px;color:var(--text-strong);cursor:pointer;font:inherit;font-size:var(--md-title-small);font-weight:600;line-height:1;padding:10px 16px;transition:border-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease}body.dashboard-shell .direct-chat-chip:focus-visible,body.dashboard-shell .direct-chat-chip:hover{border-color:var(--blue-5);box-shadow:0 8px 20px #016ff41f;color:var(--link);transform:translateY(-1px)}html[data-color-mode=dark] body.dashboard-shell .direct-chat-chip:focus-visible,html[data-color-mode=dark] body.dashboard-shell .direct-chat-chip:hover{border-color:var(--link);box-shadow:0 8px 20px #38bcff29}body.dashboard-shell .direct-chat-composer{align-items:center;background:var(--panel);border-top:1px solid var(--border);display:flex;flex-shrink:0;padding:10px 18px 18px}body.dashboard-shell .direct-chat-input-shell{align-items:center;background:var(--panel);border:1px solid var(--border-strong);border-radius:999px;box-shadow:inset 0 1px 2px #0f172a0a,0 1px 2px #0f172a0a;display:flex;gap:14px;min-height:54px;padding:6px 8px 6px 18px;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;width:100%}body.dashboard-shell .direct-chat-input-shell:focus-within{box-shadow:inset 0 1px 2px #0f172a0a,0 0 0 3px #016ff414}html[data-color-mode=dark] body.dashboard-shell .direct-chat-input-shell{box-shadow:inset 0 1px 2px #0006}html[data-color-mode=dark] body.dashboard-shell .direct-chat-input-shell:focus-within{box-shadow:inset 0 1px 2px #0006,0 0 0 3px #38bcff24}body.dashboard-shell .direct-chat-input{background:#0000;border:none;border-radius:0;box-shadow:none;box-sizing:initial;caret-color:var(--text-2);color:var(--text-2);flex:1 1;font-family:inherit;font-size:var(--md-body-large);height:24px;line-height:24px;max-height:120px;min-height:24px;min-width:0;outline:none;padding:2px 0 0;resize:none}body.dashboard-shell .direct-chat-input:focus{border:none;box-shadow:none;outline:none}body.dashboard-shell .direct-chat-input::placeholder{color:var(--muted);opacity:1}body.dashboard-shell .direct-chat-send{align-items:center;appearance:none;background:#0000;border:none;border-radius:50%;box-shadow:none;color:var(--primary-text);cursor:pointer;display:inline-flex;font:inherit;height:34px;justify-content:center;min-height:34px;min-width:34px;padding:0;transition:background .16s ease,color .16s ease;width:34px}body.dashboard-shell .direct-chat-send .material-symbols-rounded{font-size:20px}body.dashboard-shell .direct-chat-send:focus-visible:not(:disabled),body.dashboard-shell .direct-chat-send:hover:not(:disabled){background:#016ff41a;color:var(--primary-text);outline:none}html[data-color-mode=dark] body.dashboard-shell .direct-chat-send:focus-visible:not(:disabled),html[data-color-mode=dark] body.dashboard-shell .direct-chat-send:hover:not(:disabled){background:#38bcff24}body.dashboard-shell .direct-chat-send:disabled{background:#0000;color:var(--primary-text);cursor:default;opacity:.42}body.dashboard-shell .direct-chat-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}body.insight-chat-open{overflow:hidden}@media (max-width:640px){body.dashboard-shell .direct-chat-panel{border-radius:0;width:100vw}body.dashboard-shell .direct-chat-header{padding:18px 14px 16px}body.dashboard-shell .direct-chat-brand{gap:10px}body.dashboard-shell .direct-chat-brand-icon{border-radius:16px;height:46px;width:46px}body.dashboard-shell .direct-chat-header h3{font-size:var(--md-title-small)}body.dashboard-shell .direct-chat-subbar{padding:14px}body.dashboard-shell .direct-chat-body .chat-thread,body.dashboard-shell .direct-chat-composer,body.dashboard-shell .direct-chat-empty,body.dashboard-shell .direct-chat-suggestions{padding-left:14px;padding-right:14px}body.dashboard-shell .direct-chat-input{font-size:var(--md-title-small)}}
/*# sourceMappingURL=main-7615e12e.d779c3b1.css.map*/