body.dashboard-shell{--bg:#f4f6f9;--panel:#fff;--text:#0c0d0e;--muted:#6b7280;--primary:#016ff4;--primary-2:#0b82f9;--border:#e5e7eb;--shadow:0 8px 24px #0000000f;--nav-item-width:220px;--md-display-large:57px;--md-display-medium:45px;--md-display-small:36px;--md-headline-large:32px;--md-headline-medium:28px;--md-headline-small:24px;--md-title-large:22px;--md-title-medium:16px;--md-title-small:14px;--md-body-large:16px;--md-body-medium:14px;--md-body-small:12px;--md-label-large:14px;--md-label-medium:12px;--md-label-small:11px;--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;--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}html[data-color-mode=dark] body.dashboard-shell{--bg:#000;--muted:#b8bcc4;--shadow:0 8px 32px #0000008c;--text-muted:#b8bcc4;--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;min-height:100vh;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;overflow:hidden;padding:24px 0;position:-webkit-sticky;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;overflow-x:hidden;overflow-y:auto;padding:0 20px 12px}body.dashboard-shell .nav::-webkit-scrollbar{width:6px}body.dashboard-shell .nav::-webkit-scrollbar-track{background:#0000}body.dashboard-shell .nav::-webkit-scrollbar-thumb{background:#94a3b880;border-radius:999px}body.dashboard-shell .nav-item{align-items:center;background:#0000;border:none;border-radius:10px;color:#016ff4;cursor:pointer;display:flex;font-size:var(--md-title-medium);font-weight:500;gap:10px;justify-content:flex-start;line-height:24px;margin:0;padding:12px 16px;text-align:left;text-decoration:none;transition:background-color .15s ease,color .15s ease;width:var(--nav-item-width)}body.dashboard-shell .nav-label{flex:1 1;text-align:left}body.dashboard-shell .nav-group{align-items:flex-start;display:flex;flex-direction:column;gap:6px}body.dashboard-shell .submenu{align-items:flex-start;display:none;flex-direction:column;gap:6px;margin-left:0;padding-left:46px}body.dashboard-shell .submenu-item{align-items:center;color: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}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{background:#016ff41a;border-radius:999px;color:#016ff4;font-size:var(--md-label-small);height:18px;line-height:16px;min-width:18px}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{color:inherit;font-size:12px;margin-left:auto}body.dashboard-shell .nav-item .material-symbols-rounded{align-items:center;display:inline-flex;justify-content:center;width:20px}body.dashboard-shell .nav-divider{background:var(--border);height:1px;margin:auto 0 10px}body.dashboard-shell .app-shell.sidebar-collapsed{grid-template-columns:96px 1fr}body.dashboard-shell .app-shell.sidebar-collapsed .sidebar{padding:24px 0}body.dashboard-shell .app-shell.sidebar-collapsed .logo{justify-content:center}body.dashboard-shell .app-shell.sidebar-collapsed .logo-big{display:none}body.dashboard-shell .app-shell.sidebar-collapsed .logo-small{display:block}body.dashboard-shell .app-shell.sidebar-collapsed .nav-item{gap:0;height:48px;justify-content:center;margin:0 auto;padding:6px;width:56px}body.dashboard-shell .app-shell.sidebar-collapsed .nav-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}body.dashboard-shell .topbar{align-items:center;background:var(--topbar-bg);border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:16px 24px}body.dashboard-shell .topbar-title{font-size:var(--md-title-large);font-weight:600;line-height:28px;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:#016ff4;border:none;border-radius:50%;bottom:24px;box-shadow:0 12px 24px #016ff440;color:#fff;cursor:pointer;display:inline-flex;height:56px;justify-content:center;position:fixed;right:24px;width:56px;z-index:25}body.dashboard-shell .fab .material-symbols-rounded{font-size:24px}body.dashboard-shell .fab.has-tooltip:after{bottom:calc(100% + 8px);left:auto;right:0;top:auto}body.dashboard-shell .topbar-actions{align-items:center;display:flex;gap:16px}body.dashboard-shell .notifications-dropdown{background:#fff;border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);display:none;flex-direction:column;overflow:hidden;position:absolute;right:0;top:48px;width:320px;z-index:10}body.dashboard-shell .notifications-dropdown.open{display:flex}body.dashboard-shell .notifications-header{align-items:center;border-bottom:1px solid var(--border);display:flex;font-size:var(--md-title-medium);font-weight:600;justify-content:space-between;line-height:24px;padding:12px 14px}body.dashboard-shell .mark-read{background:#0000;border:none;color:#016ff4;cursor:pointer;font-size:var(--md-label-medium);font-weight:600;line-height:16px;padding:0}body.dashboard-shell .notifications-list{display:flex;flex-direction:column;gap:10px;list-style:none;margin:0;padding:10px 0}body.dashboard-shell .notifications-list li{border-bottom:1px solid var(--border);padding:0 14px 10px}body.dashboard-shell .notifications-list li:last-child{border-bottom:none;padding-bottom:0}body.dashboard-shell .notification-title{color:#111827;font-size:var(--md-body-large);font-weight:600;line-height:24px}body.dashboard-shell .notification-meta{color:var(--muted);font-size:var(--md-body-small);line-height:16px}body.dashboard-shell .icon-btn{align-items:center;background:#0000;border:none;border-radius:999px;color:#016ff4;cursor:pointer;display:inline-flex;justify-content:center;padding:8px 10px;position:relative}body.dashboard-shell .icon-btn:hover{background:#eef6ff}body.dashboard-shell .icon-btn[aria-label]:after{background:#111827;border-radius:8px;bottom:calc(100% + 8px);color:#fff;content:attr(aria-label);font-size:var(--md-body-small);opacity:0;padding:6px 8px;pointer-events:none;position:absolute;right:0;transition:opacity .2s ease;white-space:nowrap;z-index:20}body.dashboard-shell .icon-btn[aria-label]:hover:after{opacity:1}body.dashboard-shell .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{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:#016ff4;padding:8px 4px}body.dashboard-shell .tabs-underline .tab.active{background:#0000;border-color:#016ff4}body.dashboard-shell .tab-panel{display:none}body.dashboard-shell .tab-panel.active{display:block}body.dashboard-shell .tab{background: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{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:16px}body.dashboard-shell .filters-grid.filters-single{max-width:520px}body.dashboard-shell .filters-header h3{font-size:var(--md-title-medium);margin:0 0 12px}body.dashboard-shell .filters-grid.filters-packages{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}body.dashboard-shell .form-field{display:flex;flex-direction:column;font-size:var(--md-body-small);gap:6px;position:relative}body.dashboard-shell .search-field{align-items:center;background:#fff;border:2px solid #016ff4;border-radius:10px;display:flex;gap:8px;min-height:44px;padding:8px 12px}body.dashboard-shell .search-field input{background:#0000;border:none!important;box-shadow:none;flex:1 1;font-size:var(--md-body-medium);outline:none;padding:0!important}body.dashboard-shell .search-field .material-symbols-rounded{color:#016ff4;font-size:18px}body.dashboard-shell .filter-toggle{align-items:center;display:inline-flex;gap:6px;padding:6px 12px}body.dashboard-shell .period-btn{align-items:center;background:#fff;border:1px solid #016ff4;color:#016ff4;display:inline-flex;gap:6px;width:-webkit-fit-content;width:fit-content}body.dashboard-shell .period-menu{left:0;right:auto;top:44px;width:260px}body.dashboard-shell .period-toggle{border-bottom:1px solid var(--border);display:flex;gap:8px;padding:10px 12px}body.dashboard-shell .period-option{background:#fff;border:1px solid var(--border);border-radius:8px;cursor:pointer;flex:1 1;font-weight:600;padding:6px 8px}body.dashboard-shell .period-option.active{background:#eef6ff;border-color:#cfe3ff;color:#016ff4}body.dashboard-shell .period-fields{grid-gap:10px;display:grid;gap:10px;padding:12px}body.dashboard-shell .period-field{display:flex;flex-direction:column;gap:6px}body.dashboard-shell .period-field label{color:#111827;font-size:var(--md-body-small);font-weight:600}body.dashboard-shell .period-field input{border:1px solid var(--border);border-radius:8px;font-size:var(--md-body-medium);padding:8px 10px}body.dashboard-shell .period-footer{border-top:1px solid var(--border);padding:10px 12px}body.dashboard-shell .form-field .filter-btn{width:-webkit-fit-content;width:fit-content}body.dashboard-shell .form-field>.menu{left:0;right:auto;top:44px}body.dashboard-shell .filter-group{display:flex;flex-direction:column;gap:6px;padding:10px 12px}body.dashboard-shell .filter-group span{color:#111827;font-size:var(--md-body-small);font-weight:600}body.dashboard-shell .filter-menu.two-col{display:none;flex-direction:row;flex-wrap:wrap;gap:8px;width:320px}body.dashboard-shell .filter-menu.two-col.open{display:flex}body.dashboard-shell .filter-menu.two-col .filter-footer{width:100%}body.dashboard-shell .filter-menu.two-col .filter-group{flex:1 1 140px}body.dashboard-shell .filter-group button{background:#fff;border:1px solid var(--border);border-radius:8px;cursor:pointer;padding:6px 10px;text-align:left}body.dashboard-shell .filter-group button:hover{background:#eef6ff}body.dashboard-shell .filter-group .filter-option.active{background:#eef6ff;border-color:#cfe3ff;color:#016ff4;padding-right:28px;position:relative}body.dashboard-shell .filter-group .filter-option.active:after{color:#016ff4;content:"✓";font-size:12px;font-weight:700;position:absolute;right:10px;top:50%;transform:translateY(-50%)}body.dashboard-shell .filter-footer{border-bottom:1px solid var(--border);padding:10px 12px}body.dashboard-shell .filter-clear{background:#fff;border:1px solid var(--border);border-radius:8px;color:#016ff4;cursor:pointer;font-weight:600;padding:6px 10px;width:100%}body.dashboard-shell #automationFilterMenu{left:0;right:auto;top:44px;width:240px}body.dashboard-shell .form-field label{color:#111827;font-weight:600}.form-field input,.form-field select,body.dashboard-shell .settings-card select{border:1px solid var(--border);border-radius:8px;font-size:var(--md-body-medium);padding:8px 10px}body.dashboard-shell .date-range{align-items:center;display:flex}body.dashboard-shell .date-range input{border:1px solid var(--border);border-radius:8px;font-size:var(--md-body-medium);padding:8px 10px;width:100%}body.dashboard-shell .data-table{display:flex;flex-direction:column;gap:8px}body.dashboard-shell .data-row{grid-gap:10px;align-items:center;background:#fff;border:1px solid var(--border);border-radius:10px;display:grid;font-size:var(--md-body-medium);gap:10px;grid-template-columns:repeat(6,minmax(0,1fr));padding:10px 12px}body.dashboard-shell .data-row>span{justify-self:start;text-align:left}body.dashboard-shell .data-row.cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}body.dashboard-shell .credentials-table .data-row{grid-template-columns:1.6fr 1fr 1fr .6fr}body.dashboard-shell .data-row.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}body.dashboard-shell .data-row.header{background:#f8fafc;color:#111827;font-weight:600;text-align:left}body.dashboard-shell .row-actions{display:flex;justify-content:flex-end}body.dashboard-shell .row-actions .action-icon{border-radius:999px;padding:6px}body.dashboard-shell .row-actions.has-details{gap:6px;position:relative}body.dashboard-shell .details-card{background: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 .action-icon.danger{color:#dc5f5f}body.dashboard-shell .automations-table .data-row{grid-template-columns:2fr 1.6fr 1fr 1.2fr .9fr .9fr .8fr}body.dashboard-shell .automations-table .row-actions{justify-content:flex-start}body.dashboard-shell .executions-table .data-row{grid-template-columns:1.4fr 1fr 1fr 1fr .9fr .6fr}body.dashboard-shell .packages-table .data-row{grid-template-columns:1.6fr .7fr 1.6fr 1.2fr .9fr .7fr}body.dashboard-shell .users-table .data-row{grid-template-columns:1.6fr 1.4fr .8fr .8fr .8fr .6fr}body.dashboard-shell .users-filters{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}body.dashboard-shell .user-cell{align-items:center;display:flex;gap:12px}body.dashboard-shell .user-cell .muted{display:block}body.dashboard-shell .user-avatar.small{align-items:center;background: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{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}body.dashboard-shell .role-card{grid-gap:10px;background:#fff;border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);display:grid;gap:10px;padding:16px}body.dashboard-shell .role-title{align-items:center;display:flex;font-weight:600;gap:8px}body.dashboard-shell .role-card p{color:var(--muted);font-size:var(--md-body-small);margin:0}body.dashboard-shell .role-meta{grid-gap:6px;display:grid;font-size:var(--md-body-small);gap:6px}body.dashboard-shell .role-actions{display:flex;gap:8px;justify-content:flex-end}body.dashboard-shell .roles-table .data-row{grid-template-columns:1fr 2fr .7fr .7fr .7fr}body.dashboard-shell .role-cell{align-items:center;display:inline-flex;font-weight:600;gap:8px}body.dashboard-shell .role-cell .material-symbols-rounded{color:#2563eb}body.dashboard-shell .subscription-cards{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-top:16px}body.dashboard-shell .subscription-card{grid-gap:10px;background:#fff;border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);display:grid;gap:10px;padding:16px}body.dashboard-shell .subscription-card.featured{border-color:#016ff4;box-shadow:0 12px 24px #016ff426}body.dashboard-shell .subscription-title{font-size:var(--md-title-medium);font-weight:700}body.dashboard-shell .subscription-price{color:#016ff4;font-size:var(--md-title-large)}body.dashboard-shell .subscription-desc{color:var(--muted);font-size:var(--md-body-small)}body.dashboard-shell .subscription-card ul{grid-gap:6px;color:#111827;display:grid;font-size:var(--md-body-small);gap:6px;margin:0;padding-left:18px}body.dashboard-shell .modal{align-items:center;display:none;inset:0;justify-content:center;position:fixed;z-index:30}body.dashboard-shell .modal.open{display:flex}body.dashboard-shell .modal-backdrop{background:#0f172a66;inset:0;position:absolute}body.dashboard-shell .modal-dialog{background:#fff;border-radius:14px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:16px;padding:20px;position:relative;width:min(720px,92vw);z-index:1}body.dashboard-shell .modal-header{align-items:center;display:flex;justify-content:space-between}body.dashboard-shell .modal-header h3{font-size:var(--md-title-large);margin:0}body.dashboard-shell .modal-body{grid-gap:12px;display:grid;gap:12px}body.dashboard-shell .modal-row{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}body.dashboard-shell .modal-label{color:#111827;font-size:var(--md-body-small);font-weight:600}.modal-input,body.dashboard-shell .modal-textarea{border:2px solid #016ff4;border-radius:10px;font-size:var(--md-body-medium);padding:10px 12px;width:100%}body.dashboard-shell .modal-textarea{resize:vertical}body.dashboard-shell .modal-toggle{align-items:center;display:flex;font-size:var(--md-body-small);gap:10px}body.dashboard-shell .switch{align-items:center;display:inline-flex;position:relative}body.dashboard-shell .switch input{display:none}body.dashboard-shell .switch-track{background:#e5e7eb;border-radius:999px;height:22px;position:relative;width:40px}body.dashboard-shell .switch-track:after{background:#fff;border-radius:50%;box-shadow:0 1px 2px #0003;content:"";height:18px;left:2px;position:absolute;top:2px;transition:transform .2s ease;width:18px}body.dashboard-shell .switch input:checked+.switch-track{background:#016ff4}body.dashboard-shell .switch input:checked+.switch-track:after{transform:translateX(18px)}body.dashboard-shell .switch-label{color:var(--muted)}body.dashboard-shell .modal-footer{display:flex;gap:10px;justify-content:flex-end}body.dashboard-shell .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:#fff;border-radius:14px;display:flex;height:min(70vh,620px);isolation:isolate;overflow:visible;position:relative}body.dashboard-shell .chat-layout:before{background:linear-gradient(90deg,#016ff4,#818cf8 45%,#016ff4);border-radius:14px 14px 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{display:flex;height:auto;margin:0;max-height:90vh;max-width:92vw;overflow:visible;width:min(840px,92vw)}body.dashboard-shell .chat-sidebar{background:#f8fafc;border-right:1px solid var(--border);display:flex;flex-direction:column;overflow:visible;position:relative;width:260px;z-index:2}body.dashboard-shell .chat-sidebar-header{align-items:center;border-bottom:1px solid var(--border);color:#111827;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{-webkit-appearance:none;appearance:none;background:#fff;border:1px solid #0000;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;gap:6px;min-height:72px;overflow:visible;padding:10px 12px;position:relative;text-align:left;width:100%}body.dashboard-shell .chat-history-item.active{border-color:#cfe3ff;box-shadow:0 10px 24px #016ff41f}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:#111827;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-title-row{align-items:center;display:flex;flex-wrap:wrap;gap:12px}body.dashboard-shell .chat-skill-status{align-items:center;background:#eef6ff;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:#cbd5f5}body.dashboard-shell .chat-skill-status:after{background:#111827;border-radius:8px;bottom:calc(100% + 8px);color:#fff;content:attr(data-tooltip);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 .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:#f8fafc;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:#fff;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{font-size:var(--md-title-medium);font-weight:700;line-height:24px;margin-bottom:8px}body.dashboard-shell .chat-empty-text{color:#111827;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:#fff;border-radius:14px;box-shadow:0 6px 16px #0f172a14;line-height:20px;max-width:100%;padding:10px 12px;width:-webkit-fit-content;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{grid-gap:8px;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:#fff;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:#64748b}body.dashboard-shell .chat-menu{background:#fff;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{left:calc(100% + 8px);min-width:260px;padding:8px 0;right:auto;top:0;z-index:50}body.dashboard-shell .chat-attach-menu .ui-menu-item,body.dashboard-shell .chat-skill-menu .ui-menu-item{background:#0000;color:#111827;font-weight:600;padding:10px 14px}body.dashboard-shell .chat-attach-menu .menu-caret{color:#94a3b8;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:#eef6ff}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:#111827;display:flex;font-size:var(--md-body-medium);font-weight:600;gap:12px;justify-content:space-between;line-height:20px;padding:10px 14px}body.dashboard-shell .chat-skill-item+.chat-skill-item{border-top:1px solid var(--border)}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:focus-within .chat-attach-menu{display:flex;flex-direction:column}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:#fff;border:1px solid var(--border);border-radius:999px;flex:1 1;font-size:var(--md-body-medium);min-height:40px;padding:10px 14px}body.dashboard-shell .chat-input textarea{line-height:20px;padding:0;resize:none}body.dashboard-shell .chat-input textarea::placeholder{color:#9ca3af;opacity:1}body.dashboard-shell .chat-input.Mui-disabled{background:#f8fafc}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 .tag-list{align-items:center;display:flex;flex-wrap:wrap;gap:6px}body.dashboard-shell .tag-chip{background:#fff;border:1px solid #d1d5db;border-radius:10px;color:#111827;font-size:var(--md-label-small);padding:2px 8px}body.dashboard-shell .tag-more{background:#eef6ff;border:1px solid #cfe3ff;border-radius:10px;color:#016ff4;font-size:var(--md-label-small);padding:2px 8px;position:relative}body.dashboard-shell .tag-more:after{background:#fff;border:1px solid var(--border);border-radius:8px;bottom:calc(100% + 6px);box-shadow:var(--shadow);color:#111827;content:attr(data-tags);font-size:var(--md-body-small);left:50%;min-width:120px;opacity:0;padding:6px 8px;pointer-events:none;position:absolute;text-align:left;transform:translateX(-50%);transition:opacity .2s ease;white-space:pre-line;z-index:5}body.dashboard-shell .tag-more:hover:after{opacity:1}body.dashboard-shell .executors-table .data-row{grid-template-columns:1.4fr .9fr 1fr 1fr 1fr .6fr}body.dashboard-shell .monitoring-header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:16px}body.dashboard-shell .monitoring-header h3{font-size:var(--md-title-large);margin:0 0 4px}body.dashboard-shell .monitoring-header p{color:var(--muted);margin:0 0 6px}body.dashboard-shell .monitoring-updated{color:var(--muted);font-size:var(--md-body-small)}body.dashboard-shell .monitoring-actions{align-items:center;display:inline-flex;gap:12px}body.dashboard-shell .realtime-label{align-items:center;color:#2563eb;display:inline-flex;font-weight:600}body.dashboard-shell .status-cards{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-bottom:16px}body.dashboard-shell .status-card{align-items:center;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow);display:flex;gap:10px;padding:12px 14px}body.dashboard-shell .status-card>div{order:1}body.dashboard-shell .status-card .material-symbols-rounded{margin-left:auto;order:2}body.dashboard-shell .status-card strong{font-size:20px}body.dashboard-shell .status-card span:last-child{color:var(--muted);display:block;font-size:var(--md-body-small)}body.dashboard-shell .status-card.success{color:#16a34a}body.dashboard-shell .status-card.warning{color:#f59e0b}body.dashboard-shell .status-card.danger{color:#ef4444}body.dashboard-shell .status-card.muted{color:#6b7280}body.dashboard-shell .monitoring-panel{background:#fff;border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);margin-bottom:16px;padding:16px 18px}body.dashboard-shell .panel-header h4{font-size:var(--md-title-medium);margin:0 0 12px}body.dashboard-shell .fleet-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}body.dashboard-shell .fleet-card{grid-gap:8px;background:#fff;border:1px solid var(--border);border-radius:12px;display:grid;gap:8px;padding:12px}body.dashboard-shell .fleet-info{align-items:baseline;display:flex;gap:12px;justify-content:space-between}body.dashboard-shell .fleet-card span.material-symbols-rounded{color:#2563eb}body.dashboard-shell .fleet-card strong{color:#2563eb;font-size:20px;min-width:64px;text-align:right}body.dashboard-shell .fleet-bar{background:#e0ecff;border-radius:999px;height:8px;overflow:hidden}body.dashboard-shell .fleet-bar span{background:#60a5fa;display:block;height:100%}body.dashboard-shell .fleet-bar.success span{background:#22c55e}body.dashboard-shell .trend{margin-top:14px}body.dashboard-shell .trend h5{font-size:var(--md-title-small);margin:0 0 6px}body.dashboard-shell .trend p{color:var(--muted);font-size:var(--md-body-small);margin:0}body.dashboard-shell .monitoring-table .data-row{grid-template-columns:1.2fr .9fr 1fr 1.4fr 1fr .7fr .7fr .7fr .7fr}body.dashboard-shell .licenses-header{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:16px}body.dashboard-shell .licenses-header h3{font-size:var(--md-title-large);margin:0 0 4px}body.dashboard-shell .licenses-header p{color:var(--muted);margin:0}body.dashboard-shell .licenses-actions{align-items:center;display:inline-flex;gap:10px}body.dashboard-shell .license-metrics{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-bottom:18px}body.dashboard-shell .metric-card{grid-gap:6px;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow);display:grid;gap:6px;padding:14px}body.dashboard-shell .metric-card strong{font-size:20px}body.dashboard-shell .metric-card.alert strong{color:#ef4444}body.dashboard-shell .metric-bar{background:#fee2e2;border-radius:999px;height:6px;margin-top:4px;overflow:hidden}body.dashboard-shell .metric-bar span{background:#ef4444;display:block;height:100%;width:100%}body.dashboard-shell .license-policy{background:#fff;border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);margin-bottom:16px;padding:16px 18px}body.dashboard-shell .license-policy h4{font-size:var(--md-title-medium);margin:0 0 12px}body.dashboard-shell .policy-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}body.dashboard-shell .policy-grid span{color:var(--muted);display:block;font-size:var(--md-body-small);margin-bottom:4px}body.dashboard-shell .policy-grid strong{color:#111827;font-size:var(--md-body-medium)}body.dashboard-shell .policy-chip strong{background:#e0f2fe;border-radius:999px;color:#0369a1;display:inline-flex;font-size:var(--md-label-medium);font-weight:600;padding:4px 10px}body.dashboard-shell .policy-chip .warning{background:#fef3c7;color:#b45309}body.dashboard-shell .license-table .data-row{grid-template-columns:1.2fr 1.4fr .6fr 1fr 1.4fr}body.dashboard-shell .license-table .data-row.header{font-weight:600}body.dashboard-shell .license-card{background:#fff;border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:14px;margin-bottom:16px;padding:16px 18px}body.dashboard-shell .license-card.is-collapsed .license-body{display:none}body.dashboard-shell .license-card.is-collapsed .license-toggle .material-symbols-rounded{transform:rotate(-90deg)}body.dashboard-shell .license-toggle .material-symbols-rounded{transition:transform .2s ease}body.dashboard-shell .license-header{align-items:center;display:flex;gap:12px;justify-content:space-between}body.dashboard-shell .license-title{align-items:center;display:inline-flex;gap:8px}body.dashboard-shell .license-title h3{font-size:var(--md-title-medium);margin:0}body.dashboard-shell .license-alert{color:#ef4444;font-size:20px}body.dashboard-shell .license-actions{align-items:center;display:inline-flex;gap:8px}body.dashboard-shell .license-body{align-items:center;display:flex;flex-wrap:wrap;gap:18px;justify-content:space-between}body.dashboard-shell .license-usage{align-items:center;display:flex;flex-wrap:wrap;gap:24px}body.dashboard-shell .license-count{align-items:baseline;display:flex;font-weight:600;gap:6px}body.dashboard-shell .license-count-main{color:#ef4444;font-size:28px}body.dashboard-shell .license-count-total{color:var(--muted);font-size:var(--md-body-medium)}body.dashboard-shell .license-util{grid-gap:6px;color:#111827;display:grid;font-size:var(--md-body-small);gap:6px}body.dashboard-shell .license-util strong{color:#ef4444;font-size:var(--md-body-medium)}body.dashboard-shell .license-bar{background:#fee2e2;border-radius:999px;height:10px;overflow:hidden;width:160px}body.dashboard-shell .license-bar-fill{background:#ef4444;display:block;height:100%;width:100%}body.dashboard-shell .license-meta{grid-gap:8px;color:var(--muted);display:grid;font-size:var(--md-body-small);gap:8px}body.dashboard-shell .license-warning{align-items:center;background:#fff7ed;border:1px solid #f5c58a;border-radius:10px;color:#7c4a02;display:inline-flex;font-size:var(--md-body-small);gap:8px;max-width:420px;padding:8px 10px}body.dashboard-shell .license-warning .material-symbols-rounded{color:#f59e0b;font-size:18px}body.dashboard-shell .license-pill{align-items:center;background:#eef2ff;border-radius:999px;color:#1d4ed8;display:inline-flex;font-size:var(--md-label-medium);font-weight:600;gap:6px;justify-content:center;padding:6px 12px}body.dashboard-shell .license-pill.danger{background:#ef4444;color:#fff}body.dashboard-shell .chip{align-items:center;background:#eef6ff;border-radius:999px;color:#016ff4;display:inline-flex;font-size:var(--md-label-small);font-weight:600;justify-content:center;justify-self:start;line-height:16px;min-width:calc(8ch + 16px);padding:4px 8px;text-align:center}body.dashboard-shell .chip.success{background:#e8f7ee;color:#0f7a3a}body.dashboard-shell .chip.warning{background:#fff4e5;color:#a05a00}body.dashboard-shell .chip.priority-high{background:#f3e8ff;color:#6b21a8}body.dashboard-shell .chip.priority-medium{background:#e0f2fe;color:#0369a1}body.dashboard-shell .chip.priority-low{background:#fef9c3;color:#854d0e}body.dashboard-shell .info-banner{align-items:center;border:1px dashed var(--border);border-radius:12px;color:var(--muted);display:flex;gap:10px;margin-bottom:16px;padding:14px}body.dashboard-shell .info-banner.dismissible{justify-content:space-between}body.dashboard-shell .info-banner .banner-close{margin-left:auto}body.dashboard-shell .info-banner.warning{background:#fff7ed;border-color:#f5c58a;border-style:solid;color:#7c4a02}body.dashboard-shell .info-banner.warning .material-symbols-rounded{color:#f59e0b}body.dashboard-shell .empty-state{color:var(--muted);text-align:center}body.dashboard-shell .embed-frame{align-items:center;background:#f8fafc;border:1px solid var(--border);border-radius:12px;display:flex;justify-content:center;min-height:420px}body.dashboard-shell .embed-placeholder{color:var(--muted);font-size:var(--md-body-large)}body.dashboard-shell .settings-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}body.dashboard-shell .settings-section+.settings-section{margin-top:20px}body.dashboard-shell .settings-grid-3{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}body.dashboard-shell .settings-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:16px}body.dashboard-shell .settings-card h4{font-size:var(--md-title-medium);line-height:24px;margin:0 0 8px}body.dashboard-shell .toggle-row{align-items:center;color:#111827;display:flex;font-size:var(--md-body-medium);gap:12px;margin-top:12px}body.dashboard-shell .settings-muted{color:var(--muted);font-size:var(--md-body-medium);margin-top:12px}body.dashboard-shell .settings-label{color:#111827;display:block;font-size:var(--md-body-medium);font-weight:600;margin:14px 0 8px}body.dashboard-shell .settings-list{display:flex;flex-direction:column;gap:12px;margin-top:12px}body.dashboard-shell .settings-item{align-items:flex-start;border-bottom:1px solid var(--border);display:flex;gap:12px;padding:10px 0}body.dashboard-shell .settings-item:last-child{border-bottom:none;padding-bottom:0}body.dashboard-shell .settings-item .material-symbols-rounded{color:#2563eb;font-size:22px}body.dashboard-shell .settings-item-content{align-items:flex-start;display:flex;flex-direction:column;gap:6px}body.dashboard-shell .settings-title-row{align-items:center;display:flex;gap:10px}body.dashboard-shell .settings-action-left{padding:0}body.dashboard-shell .settings-item .action-icon.danger{color:#dc5f5f}body.dashboard-shell .settings-tabs{margin-bottom:16px}body.dashboard-shell .settings-panel .data-table{gap:8px}body.dashboard-shell .settings-table .data-row{grid-template-columns:1.6fr 1.2fr 1.2fr .8fr .6fr}body.dashboard-shell .settings-table.security-table .data-row{grid-template-columns:1.6fr 1.2fr 1.4fr .8fr}body.dashboard-shell .settings-table .row-actions{justify-content:flex-start}body.dashboard-shell .agents-table{display:flex;flex-direction:column;gap:8px}body.dashboard-shell .agents-row{grid-gap:10px;align-items:center;background:#fff;border:1px solid var(--border);border-radius:10px;display:grid;font-size:var(--md-body-medium);gap:10px;grid-template-columns:1.4fr .6fr 1fr 1.6fr 1fr;padding:10px 12px}body.dashboard-shell .agents-row.header{background:#f8fafc;color:#111827;font-weight:600}body.dashboard-shell .check-col input{accent-color:#016ff4;height:16px;width:16px}body.dashboard-shell .muted-icon{color:#e2e8f0}body.dashboard-shell .agents-pagination{align-items:center;display:flex;gap:12px;justify-content:center;margin-top:12px}body.dashboard-shell .pagination-pages{align-items:center;display:flex;gap:8px}body.dashboard-shell .page-number{background:#0000;border:none;color:#111827;cursor:pointer;font-weight:600;text-decoration:none}body.dashboard-shell .page-number.active{text-decoration:none}body.dashboard-shell .add-menu{min-width:160px;padding:6px 0;right:0;top:36px}body.dashboard-shell .row-actions{position:relative}body.dashboard-shell .section h2{font-size:var(--md-headline-small);font-weight:600;line-height:32px;margin:0 0 16px}body.dashboard-shell .quick-actions{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:18px}body.dashboard-shell .btn{align-items:center;border:2px solid #0000;border-radius:10px;cursor:pointer;display:inline-flex;font-size:var(--md-label-large);font-weight:600;gap:8px;justify-content:center;line-height:20px;min-height:44px;padding:10px 16px}body.dashboard-shell .btn.primary{background:#016ff4;background-clip:padding-box;border:none;color:#fff}body.dashboard-shell .page-actions .btn.primary{min-width:180px}body.dashboard-shell .page-actions .btn.outline{justify-content:center;min-width:180px}body.dashboard-shell .page-actions .btn{min-height:48px}body.dashboard-shell .btn.primary:hover{background:#0b5fe3}.btn:disabled,body.dashboard-shell .btn[disabled]{cursor:not-allowed;opacity:1}.btn.primary:disabled,body.dashboard-shell .btn.primary[disabled]{background:#dbe4f1;color:#8aa2c8}body.dashboard-shell .btn.outline{background:#fff;border-color:var(--primary);color:var(--primary)}body.dashboard-shell .btn.outline:hover{background:#eef6ff}body.dashboard-shell .btn.small{font-size:var(--md-label-medium);line-height:16px;padding:6px 12px}body.dashboard-shell .btn.danger{background:#fff;border-color:#dc5f5f;color:#dc5f5f}body.dashboard-shell .btn.danger:hover{background:#fdecec}body.dashboard-shell .filter-btn{align-items:center;background:#016ff4;border:none;border-radius:10px;color:#fff;display:inline-flex;font-weight:600;gap:6px;overflow:hidden;padding:6px 12px}body.dashboard-shell .filter-btn:hover{filter:brightness(.9)}body.dashboard-shell .stats-cards{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:20px}body.dashboard-shell .stat-card{align-items:center;background:#fff;border:1px solid var(--border);border-radius:12px;display:flex;gap:12px;min-height:104px;padding:16px}body.dashboard-shell .stat-card:hover{border-color:#cfe3ff;box-shadow:0 10px 24px #016ff41f}body.dashboard-shell .stat-icon{align-items:center;background:#eef6ff;border-radius:12px;color:#0b82f9;display:flex;height:44px;justify-content:center;width:44px}body.dashboard-shell .stat-card.warning .stat-icon{background:#fff4e5;color:#f59e0b}body.dashboard-shell .stat-card.warning .stat-value{color:#b45309}body.dashboard-shell .stat-value{font-size:var(--md-title-large);font-weight:700;line-height:28px}body.dashboard-shell .stat-label{font-size:var(--md-label-large);font-weight:600;line-height:20px}body.dashboard-shell .stat-sub{color:var(--muted);font-size:var(--md-body-small);line-height:16px}body.dashboard-shell .panel-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1.15fr 1fr 1.1fr}body.dashboard-shell .panel{background:#fff;border:1px solid var(--border);border-radius:12px;min-height:360px;padding:16px;position:relative}body.dashboard-shell .panel-mid{display:flex;flex-direction:column}body.dashboard-shell .panel-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}body.dashboard-shell .panel-header.centered{justify-content:center}body.dashboard-shell .panel h3{font-size:var(--md-title-large);font-weight:600;line-height:28px;margin:0}body.dashboard-shell .panel-header a{color:#016ff4;font-size:var(--md-label-large);font-weight:600;line-height:20px;text-decoration:none}body.dashboard-shell .panel-title{align-items:center;display:flex;gap:8px}body.dashboard-shell .badge{background:#016ff4;border-radius:999px;color:#fff;font-size:var(--md-label-medium);line-height:16px;padding:4px 8px}body.dashboard-shell .panel-actions{align-items:center;display:flex;gap:8px}body.dashboard-shell .panel-empty{color:var(--muted);font-size:var(--md-body-medium);line-height:20px;margin-top:120px;text-align:center}body.dashboard-shell .donut{background:conic-gradient(#22c55e 0 0,#ef4444 0 0,#e5e7eb 0 100%);background:conic-gradient(#22c55e 0 var(--success-stop,0),#ef4444 var(--success-stop,0) var(--failed-stop,0),#e5e7eb 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{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr;margin-top:8px}body.dashboard-shell .mini-card{align-items:center;background:#eef6ff;border-radius:10px;color:#016ff4;display:flex;flex-direction:column;font-size:var(--md-title-medium);font-weight:700;gap:2px;justify-content:center;line-height:24px;min-height:64px;padding:12px;text-align:center}body.dashboard-shell .mini-card span{color:#0f172a;font-size:var(--md-label-small);font-weight:500;line-height:16px}body.dashboard-shell .mini-card.danger{background:#fef1ef;color:#ce3535}body.dashboard-shell .panel-footer{color:var(--muted);font-size:var(--md-body-small);line-height:16px;margin-top:auto;padding-top:12px}body.dashboard-shell .recent-list{display:flex;flex-direction:column;gap:12px;max-height:260px;overflow-y:auto;padding-right:4px;scrollbar-color:#cbd5f5 #0000;scrollbar-width:thin}body.dashboard-shell .recent-item{align-items:center;border:1px solid var(--border);border-radius:10px;display:flex;gap:10px;padding:10px 12px}body.dashboard-shell .recent-title{font-size:var(--md-body-large);font-weight:600;line-height:24px}body.dashboard-shell .recent-meta{color:var(--muted);font-size:var(--md-body-small);line-height:16px}body.dashboard-shell .alert-list{display:flex;flex-direction:column;gap:12px;max-height:260px;overflow-y:auto;padding-right:4px;scrollbar-color:#cbd5f5 #0000;scrollbar-width:thin}.recent-list::-webkit-scrollbar,body.dashboard-shell .alert-list::-webkit-scrollbar{width:6px}.recent-list::-webkit-scrollbar-track,body.dashboard-shell .alert-list::-webkit-scrollbar-track{background:#0000}.recent-list::-webkit-scrollbar-thumb,body.dashboard-shell .alert-list::-webkit-scrollbar-thumb{background-color:#cbd5f5;border-radius:999px}body.dashboard-shell .alert-item{align-items:center;border:1px solid var(--border);border-radius:10px;display:flex;gap:10px;padding:10px 12px}body.dashboard-shell .alert-title{font-size:var(--md-body-large);font-weight:600;line-height:24px}body.dashboard-shell .alert-meta{color:var(--muted);font-size:var(--md-body-small);line-height:16px}body.dashboard-shell .alert-badge{align-items:center;border-radius:999px;color:#fff;display:inline-flex;font-size:var(--md-label-small);font-weight:600;height:24px;justify-content:center;line-height:16px;width:24px}body.dashboard-shell .alert-badge.critical{background:#ef4444}body.dashboard-shell .alert-badge.warning{background:#f59e0b}body.dashboard-shell .menu{background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:var(--shadow);display:none;flex-direction:column;min-width:140px;position:absolute;right:16px;top:56px;z-index:5}body.dashboard-shell .menu.open{display:flex}body.dashboard-shell .menu button{background:#fff;border:none;cursor:pointer;padding:10px 12px;text-align:left}body.dashboard-shell .menu button:hover{background:#f3f4f6}body.dashboard-shell .menu .filter-btn{background:#016ff4;border:none;color:#fff;justify-content:center;padding:8px 12px;text-align:center;width:100%}body.dashboard-shell .insights{background:#0000;border:none;border-radius:0;box-shadow:none;padding-top:12px}body.dashboard-shell .insights-header{justify-content:space-between;margin-bottom:16px}body.dashboard-shell .insights-header,body.dashboard-shell .insights-title{align-items:center;display:flex;gap:10px}body.dashboard-shell .insights-header h2{line-height:32px;margin:0}body.dashboard-shell .insights-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}body.dashboard-shell .insights-empty{border:1px dashed var(--border);border-radius:12px;color:var(--muted);display:none;font-size:var(--md-body-large);line-height:24px;margin-bottom:16px;padding:24px;text-align:center}body.dashboard-shell #insightsEmptyAlt{min-height:360px}body.dashboard-shell #insightsEmptyAlt.is-visible{align-items:center;display:flex!important;justify-content:center}body.dashboard-shell .insight-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:14px}body.dashboard-shell .insight-card.placeholder{pointer-events:none;visibility:hidden}body.dashboard-shell .insight-header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between}body.dashboard-shell .insight-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:var(--md-title-medium);font-weight:600;line-height:24px;margin-bottom:8px;min-height:48px;overflow:hidden}body.dashboard-shell .insight-tag{background:#f7c76b;border-radius:999px;color:#fff;font-size:var(--md-label-medium);font-weight:600;line-height:16px;padding:4px 10px;white-space:nowrap}body.dashboard-shell .insight-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--muted);display:-webkit-box;font-size:var(--md-body-small);line-height:16px;margin-bottom:12px;min-height:32px;overflow:hidden}body.dashboard-shell .insight-list{grid-gap:6px 16px;color:#212121;display:grid;font-size:var(--md-body-small);gap:6px 16px;grid-template-columns:repeat(2,minmax(0,1fr));line-height:16px;list-style:none;margin:0 0 12px;max-height:70px;min-height:70px;overflow:hidden;padding:0}body.dashboard-shell .insight-list li{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;max-height:32px;min-height:32px;overflow:hidden;padding-left:16px;position:relative}body.dashboard-shell .insight-list li:before{color:#212121;content:"•";left:0;line-height:16px;position:absolute;top:0}body.dashboard-shell .insight-actions{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr}body.dashboard-shell .insight-actions .btn{align-items:center;display:inline-flex;gap:6px;justify-content:center;width:100%}body.dashboard-shell .insight-actions .btn.primary{background:#016ff4}body.dashboard-shell .insight-actions .btn.primary:hover{filter:brightness(.9)}@media (max-width:1200px){body.dashboard-shell .panel-row{grid-template-columns:1fr}}@media (max-width:720px){body.dashboard-shell .app-shell{grid-template-columns:1fr}body.dashboard-shell .sidebar{display:none}}body.dashboard-shell .user-meta{display:flex;flex-direction:column;gap:2px}body.dashboard-shell .user-name{font-size:var(--md-title-medium);font-weight:600;line-height:24px}body.dashboard-shell .user-tenant{color:var(--muted);font-size:var(--md-body-small);line-height:16px}body.dashboard-shell{background:var(--bg);color:var(--text);font-family:Inter,Segoe UI,Helvetica Neue,Arial,sans-serif}body.dashboard-shell .MuiPaper-root{border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow)}body.dashboard-shell .MuiButton-root{border-radius:10px;font-weight:600;text-transform:none}body.dashboard-shell .MuiButton-containedPrimary{background:var(--primary)}body.dashboard-shell .MuiButton-containedPrimary:hover{background:#0b5fe3}body.dashboard-shell .MuiButton-outlinedPrimary{border-color:var(--primary);color:var(--primary)}body.dashboard-shell .MuiButton-outlinedPrimary:hover{background:#eef6ff;border-color:var(--primary)}body.dashboard-shell .MuiIconButton-root.icon-btn{background:#fff;border:1px solid var(--border);border-radius:10px;color:var(--primary);height:36px;width:36px}body.dashboard-shell .MuiIconButton-root.icon-btn:hover{background:#eef6ff}body.dashboard-shell .MuiTableContainer-root{border:1px solid var(--border);border-radius:16px}body.dashboard-shell .MuiTableHead-root .MuiTableCell-root{border-bottom:1px solid var(--border);color:#6b7280;font-size:var(--md-body-small);font-weight:700;letter-spacing:.02em;text-transform:uppercase}body.dashboard-shell .MuiTableBody-root .MuiTableCell-root{border-bottom:1px solid var(--border);font-size:var(--md-body-medium)}body.dashboard-shell .MuiTabs-root{min-height:0;min-height:auto}body.dashboard-shell .MuiTab-root{border-radius:999px;font-weight:600;min-height:40px;text-transform:none}body.dashboard-shell .MuiTab-root.Mui-selected{background:#eef6ff;color:var(--primary)}body.dashboard-shell .MuiChip-root{border-radius:999px;font-weight:600}body.dashboard-shell .MuiAlert-root,body.dashboard-shell .MuiTextField-root .MuiOutlinedInput-root{border-radius:12px}body.dashboard-shell .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;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 .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 .agents-row.header,html[data-color-mode=dark] body.dashboard-shell .data-row.header{background:#1e1e1e;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:#38bcff;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 .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:hover{background:#38bcff1f}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 .stat-icon{background:#38bcff24;color:#38bcff}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 0,#ef4444 0 0,#3f3f46 0 100%);background:conic-gradient(#22c55e 0 var(--success-stop,0),#ef4444 var(--success-stop,0) var(--failed-stop,0),#3f3f46 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 .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}body.dashboard-shell .topbar-left{align-items:center;display:flex;gap:12px;min-width:0}body.dashboard-shell .topbar-actions{margin-left:auto}body.dashboard-shell .topbar-actions .language-switcher,body.dashboard-shell .topbar-actions .theme-mode-toggle{flex-shrink:0}body.dashboard-shell .icon-btn:not(.menu-btn):not(.topbar-mobile-toggle){align-items:center;background:#0000;border:none;border-radius:10px;color:var(--text);cursor:pointer;display:inline-flex;height:40px;justify-content:center;transition:background .15s ease,color .15s ease;width:40px}body.dashboard-shell .icon-btn:not(.menu-btn):not(.topbar-mobile-toggle):focus-visible,body.dashboard-shell .icon-btn:not(.menu-btn):not(.topbar-mobile-toggle):hover{background:#016ff414;color:var(--primary);outline:none}body.dashboard-shell .topbar-mobile-toggle{display:none}body.dashboard-shell .dropdown{background:var(--panel);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow);display:none;min-width:220px;padding:6px;position:absolute;right:0;top:calc(100% + 8px);z-index:1000}body.dashboard-shell .dropdown.open{display:block}body.dashboard-shell .dropdown-header{color:var(--muted);font-size:var(--md-label-large);font-weight:600;letter-spacing:.04em;padding:8px 12px;text-transform:uppercase}body.dashboard-shell .dropdown-list{list-style:none;margin:0;max-height:280px;overflow-y:auto;padding:0}body.dashboard-shell .dropdown-item{align-items:center;background:#0000;border:none;border-radius:8px;color:var(--text);cursor:pointer;display:flex;font:inherit;gap:10px;padding:8px 12px;text-align:left;transition:background .15s ease,color .15s ease;width:100%}body.dashboard-shell .dropdown-item:focus-visible,body.dashboard-shell .dropdown-item:hover{background:#016ff414;color:var(--primary);outline:none}body.dashboard-shell .dropdown-item.active{background:#016ff41f;color:var(--primary);font-weight:500}body.dashboard-shell .dropdown-item.danger{color:#d93025}body.dashboard-shell .dropdown-item.danger:hover{background:#d9302514;color:#d93025}body.dashboard-shell .dropdown-divider{background:var(--border);height:1px;margin:6px 2px}body.dashboard-shell .dropdown-footer{border-top:1px solid var(--border);margin-top:4px;padding-top:4px}body.dashboard-shell .link-btn{background:#0000;border:none;border-radius:6px;color:var(--primary);cursor:pointer;font:inherit;font-size:var(--md-label-large);padding:4px 8px}body.dashboard-shell .link-btn:hover{background:#016ff414}body.dashboard-shell .environment-switcher{position:relative}body.dashboard-shell .environment-btn{gap:6px;padding:0 12px;width:auto}body.dashboard-shell .environment-name{font-size:var(--md-label-large);font-weight:500;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.dashboard-shell .environment-dropdown{min-width:260px}body.dashboard-shell .notifications{position:relative}body.dashboard-shell .notifications-badge{align-items:center;background:#d93025;border-radius:9px;color:#fff;display:flex;font-size:11px;font-weight:600;height:18px;justify-content:center;min-width:18px;padding:0 5px;pointer-events:none;position:absolute;right:4px;top:4px}body.dashboard-shell .notifications-dropdown{min-width:320px;padding:0}body.dashboard-shell .user-menu{position:relative}body.dashboard-shell .user-menu-trigger{align-items:center;background:#0000;border:1px solid #0000;border-radius:999px;color:var(--text);cursor:pointer;display:inline-flex;font:inherit;gap:10px;padding:4px 10px 4px 4px;transition:background .15s ease,border-color .15s ease}body.dashboard-shell .user-menu-trigger:focus-visible,body.dashboard-shell .user-menu-trigger:hover{background:#016ff40f;border-color:var(--border);outline:none}body.dashboard-shell .user-menu .user-meta{align-items:flex-start;line-height:1.2;max-width:220px;overflow:hidden}body.dashboard-shell .user-menu .user-name,body.dashboard-shell .user-menu .user-tenant{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.dashboard-shell .user-menu .user-dropdown{border-radius:14px;min-width:260px;padding:8px 0;top:calc(100% + 10px)}body.dashboard-shell .user-menu .user-dropdown .dropdown-item{font-size:15px;gap:12px;min-height:46px;padding:10px 16px}body.dashboard-shell .user-menu .user-dropdown .dropdown-item .material-symbols-rounded{font-size:22px}body.dashboard-shell .user-menu .user-dropdown .dropdown-item.danger{color:#dc2626}body.dashboard-shell .submenu-item{background:#0000;border:none;cursor:pointer;font-family:inherit;width:100%}body.dashboard-shell .submenu-count{align-items:center;background:#016ff41f;border-radius:10px;color:var(--primary);display:inline-flex;font-size:11px;font-weight:600;height:20px;justify-content:center;min-width:20px;padding:0 6px}body.dashboard-shell .content{min-height:calc(100vh - 61px)}body.dashboard-shell .sidebar-backdrop{display:none}@media (max-width:960px){body.dashboard-shell .app-shell{grid-template-columns:1fr}body.dashboard-shell .sidebar{height:100vh;left:0;position:fixed;top:0;transform:translateX(-100%);transition:transform .2s ease;width:280px;z-index:1100}body.dashboard-shell .app-shell.sidebar-mobile-open .sidebar{transform:translateX(0)}body.dashboard-shell .app-shell.sidebar-mobile-open .sidebar-backdrop{background:#0c0d0e80;display:block;inset:0;position:fixed;z-index:1050}body.dashboard-shell .topbar-mobile-toggle{display:inline-flex}body.dashboard-shell .environment-name,body.dashboard-shell .user-meta{display:none}body.dashboard-shell .content{padding:16px}}html[data-color-mode=dark] body.dashboard-shell .icon-btn:not(.menu-btn):not(.topbar-mobile-toggle):focus-visible,html[data-color-mode=dark] body.dashboard-shell .icon-btn:not(.menu-btn):not(.topbar-mobile-toggle):hover{background:#38bcff14}body.dashboard-shell .history-org-only-notice{background:#016ff414;border:1px solid #016ff42e;border-radius:10px;color:#1565c0;font-size:13px;font-weight:600;line-height:1.4;margin:0 0 16px;padding:10px 14px}#page-agents .agent-context-chip,#page-agents .agents-context-bar{display:none!important}body.dashboard-shell .agents-page-scope-block{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}body.dashboard-shell .agents-folder-accordion{display:flex;flex-direction:column;gap:14px}body.dashboard-shell .agents-folder-accordion-toggle{align-items:center;background:#016ff414;border:0;border-radius:999px;color:#016ff4;cursor:pointer;display:inline-flex;font-family:inherit;font-size:12px;font-weight:700;gap:8px;justify-content:center;letter-spacing:.08em;min-height:40px;padding:0 14px;text-transform:uppercase;transition:background .15s ease,color .15s ease;width:-webkit-fit-content;width:fit-content}body.dashboard-shell .agents-folder-accordion-toggle:hover{background:#016ff41f}body.dashboard-shell .agents-folder-accordion-toggle:focus-visible{box-shadow:0 0 0 3px #016ff42e;outline:none}body.dashboard-shell .agents-folder-accordion-caret{font-size:18px!important;transition:transform .2s ease}body.dashboard-shell .agents-folder-accordion.is-open .agents-folder-accordion-caret{transform:rotate(180deg)}body.dashboard-shell .agents-folder-accordion-panel[hidden]{display:none!important}body.dashboard-shell .agents-folder-strip{background:#0000;border:0;border-radius:0;overflow:visible;padding:0;position:relative}body.dashboard-shell .agents-folder-strip-viewport{display:block;overflow:visible;padding:8px 0}body.dashboard-shell .agents-folder-strip-viewport::-webkit-scrollbar{height:8px}body.dashboard-shell .agents-folder-strip-viewport::-webkit-scrollbar-track{background:#0000}body.dashboard-shell .agents-folder-strip-viewport::-webkit-scrollbar-thumb{background:#016ff447;border-radius:999px}body.dashboard-shell .agents-folder-strip .agents-org-panel{min-width:0;width:100%}body.dashboard-shell .agents-folder-strip .agents-org-panel.is-hidden-by-environment{display:none}body.dashboard-shell .agents-folder-strip-nav{background:#fffffff5;border:1px solid #016ff433;border-radius:999px;box-shadow:0 6px 18px #016ff41f;color:#016ff4;height:34px;position:absolute;top:50%;transform:translateY(-50%);width:34px;z-index:2}body.dashboard-shell .agents-folder-strip-nav--prev{left:12px}body.dashboard-shell .agents-folder-strip-nav--next{right:12px}body.dashboard-shell .agents-folder-strip-nav{display:none!important}body.dashboard-shell .agents-environment-toolbar{align-items:center;display:flex;flex-wrap:nowrap;gap:16px;justify-content:space-between}body.dashboard-shell .agents-environment-toolbar-controls{align-items:center;display:flex;flex:0 1 auto;gap:12px;justify-content:flex-end;min-height:44px;min-width:0}body.dashboard-shell .agents-environment-toolbar .agents-scope-toolbar-search{margin-left:0}body.dashboard-shell .agents-environment-select-wrap{margin-left:auto;max-width:280px;min-width:220px;width:240px}body.dashboard-shell .agents-environment-select-wrap .hub-select{white-space:nowrap}body.dashboard-shell .agents-scope-toolbar{align-items:flex-end;display:flex;flex-wrap:wrap;gap:16px 24px;justify-content:space-between;margin-bottom:0}body.dashboard-shell .agents-scope-toolbar-search{align-items:center;display:flex;flex:1 1 420px;justify-content:flex-start;max-width:520px;min-width:240px}body.dashboard-shell .agents-scope-toolbar-search .agents-search-field{min-width:240px;width:100%}@media (max-width:900px){body.dashboard-shell .agents-environment-toolbar{flex-wrap:wrap}body.dashboard-shell .agents-environment-toolbar-controls,body.dashboard-shell .agents-scope-toolbar-search{max-width:none;width:100%}body.dashboard-shell .agents-environment-toolbar-controls{justify-content:flex-start;min-width:0}body.dashboard-shell .agents-environment-select-wrap{max-width:none;min-width:0;width:100%}}body.dashboard-shell .agents-create-project-btn{flex-shrink:0;white-space:nowrap}body.dashboard-shell .agents-create-project-btn .material-symbols-rounded{color:inherit;font-size:20px}body.dashboard-shell .agents-create-menu-wrap{position:relative}body.dashboard-shell .agents-create-menu-toggle{align-items:center;display:inline-flex;gap:6px;justify-content:center;min-height:38px;min-width:112px;padding:8px 14px;white-space:nowrap}body.dashboard-shell .agents-create-menu-toggle .material-symbols-rounded{font-size:20px}body.dashboard-shell .agents-create-menu-caret{font-size:16px!important;margin-left:0}body.dashboard-shell .agents-create-menu{min-width:240px;right:0;top:calc(100% + 10px);z-index:12}body.dashboard-shell .agents-create-menu .ui-menu-item{padding:12px 14px}body.dashboard-shell .agents-scope-selects{align-items:flex-end;display:flex;flex-shrink:0;flex-wrap:wrap;gap:8px 14px}body.dashboard-shell .agents-scope-field{display:flex;flex-direction:column;gap:4px;min-width:0}body.dashboard-shell .agents-scope-field label{color:#21212173;font-size:10px;font-weight:700;letter-spacing:.06em;padding-left:4px;text-transform:uppercase}body.dashboard-shell .agents-project-breadcrumb{align-items:center;display:flex;flex-wrap:wrap;font-size:var(--md-body-medium);gap:8px 12px;margin:0 0 16px}body.dashboard-shell .agents-project-back{align-items:center;border-radius:8px;color:#016ff4;display:inline-flex;font-weight:600;gap:6px;margin:-6px -10px;padding:6px 10px;text-decoration:none;transition:background .15s ease}body.dashboard-shell .agents-project-back:hover{background:#016ff414;color:#0d47a1}body.dashboard-shell .agents-project-back .material-symbols-rounded{font-size:20px}body.dashboard-shell .agents-project-breadcrumb-sep{color:#21212140;font-weight:500}body.dashboard-shell .agents-project-breadcrumb-current{color:#0d47a1;font-weight:700}body.dashboard-shell .agents-projects-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));margin-bottom:8px}body.dashboard-shell .agents-folder-strip .agents-projects-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(8,minmax(0,1fr));margin-bottom:0;width:100%}body.dashboard-shell .agents-project-card{align-items:center;background:#fff;border:2px solid #016ff447;border-radius:16px;box-shadow:0 2px 10px #016ff40f;color:inherit;display:flex;flex-direction:column;gap:10px;justify-content:center;min-height:220px;padding:28px 18px;position:relative;text-align:center;text-decoration:none;transition:border-color .2s ease,box-shadow .2s ease,transform .15s ease}body.dashboard-shell .agents-folder-strip .agents-project-card{align-items:flex-start;border-radius:12px;border-width:1px;box-shadow:0 1px 6px #016ff40f;gap:6px;justify-content:flex-start;min-height:96px;min-width:0;padding:14px 14px 12px;scroll-snap-align:start;text-align:left;width:100%}body.dashboard-shell .agents-folder-strip .agents-project-card:hover{border-color:#016ff4;box-shadow:0 4px 14px #016ff41a;transform:translateY(-1px)}@media (max-width:1600px){body.dashboard-shell .agents-folder-strip .agents-projects-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}@media (max-width:1280px){body.dashboard-shell .agents-folder-strip .agents-projects-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}body.dashboard-shell .agents-project-card:hover{border-color:#016ff4;box-shadow:0 6px 22px #016ff41f;transform:translateY(-2px)}body.dashboard-shell .agents-project-card:focus-visible{box-shadow:0 0 0 3px #016ff459;outline:none}body.dashboard-shell .agents-project-card-icon{color:#016ff4!important;font-size:44px!important}body.dashboard-shell .agents-project-card-icon--lucide{align-items:center;display:inline-flex;justify-content:center;line-height:0}body.dashboard-shell .agents-project-card-icon--lucide .lucide{stroke-width:1.75;color:#016ff4;height:44px;width:44px}body.dashboard-shell .agents-folder-strip .agents-project-card-icon{align-items:center;background:#016ff414;border-radius:10px;display:inline-flex;font-size:26px!important;height:38px;justify-content:center;width:38px}body.dashboard-shell .agents-folder-strip .agents-project-card-icon--lucide .lucide{height:22px;width:22px}body.dashboard-shell .agents-project-card-kicker{color:#016ff4cc;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}body.dashboard-shell .agents-folder-strip .agents-project-card-kicker{color:#0d47a1b3;font-size:9px;letter-spacing:.08em}body.dashboard-shell .agents-project-card-name{color:#0d47a1;font-size:1.05rem;font-weight:700;line-height:1.3}body.dashboard-shell .agents-folder-strip .agents-project-card-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:.88rem;line-height:1.3;overflow:hidden}body.dashboard-shell .agents-project-card .agents-project-card-edit{bottom:auto;left:auto;margin:0;padding:6px;position:absolute;right:10px;top:10px;z-index:1}body.dashboard-shell .agents-folder-strip .agents-project-card .agents-project-card-edit{right:8px;top:8px}body.dashboard-shell .agents-project-card-desc{color:var(--muted);font-size:12px;line-height:1.45;max-width:260px}body.dashboard-shell .agents-folder-strip .agents-project-card-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:10px;line-height:1.35;max-width:120px;overflow:hidden}body.dashboard-shell .agents-project-card.agents-project-card--search-hide{display:none}@media (max-width:1100px){body.dashboard-shell .agents-scope-toolbar{align-items:stretch}body.dashboard-shell .agents-environment-toolbar-controls{width:100%}body.dashboard-shell .agents-scope-selects{flex:1 1 100%}body.dashboard-shell .agents-scope-toolbar-search{flex:1 1 100%;justify-content:stretch;max-width:none}}@media (max-width:900px){body.dashboard-shell .agents-page-scope-block{gap:14px;margin-bottom:18px}body.dashboard-shell .agents-folder-strip-viewport{padding:8px 0}body.dashboard-shell .agents-folder-strip .agents-projects-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body.dashboard-shell .agents-projects-grid{gap:14px;grid-template-columns:1fr}body.dashboard-shell .agents-project-card{min-height:180px;padding:20px 16px}body.dashboard-shell .agents-project-folder-head{align-items:flex-start;padding:14px 14px 10px}}@media (max-width:720px){body.dashboard-shell .agents-folder-strip{border-radius:14px}body.dashboard-shell .agents-environment-toolbar{width:100%}body.dashboard-shell .agents-folder-strip-viewport{padding:8px 0}body.dashboard-shell .agents-folder-strip-nav{height:30px;width:30px}body.dashboard-shell .agents-folder-strip-nav--prev{left:8px}body.dashboard-shell .agents-folder-strip-nav--next{right:8px}body.dashboard-shell .agents-folder-strip .agents-project-card{min-height:92px}body.dashboard-shell .agents-folder-strip .agents-projects-grid{grid-template-columns:repeat(2,minmax(0,1fr))}body.dashboard-shell .agents-scope-toolbar{gap:12px}body.dashboard-shell .agents-scope-selects{gap:10px}body.dashboard-shell .agents-scope-field{width:100%}body.dashboard-shell .agents-scope-toolbar-search .agents-search-field{min-width:0}}@media (max-width:560px){body.dashboard-shell .agents-folder-strip .agents-projects-grid{grid-template-columns:1fr}}body.dashboard-shell .agents-project-detail{background:linear-gradient(180deg,#016ff40a,#fff 48px);border:1px solid #016ff433;border-radius:14px;box-shadow:0 2px 12px #016ff40f;margin-bottom:20px;overflow:hidden}body.dashboard-shell .agents-project-folder-head{align-items:center;border-bottom:1px solid #016ff41a;display:flex;gap:14px;padding:16px 18px 12px}body.dashboard-shell .agents-project-folder-icon{color:#016ff4!important;flex-shrink:0;font-size:32px!important;margin-top:0}body.dashboard-shell .agents-project-folder-icon--lucide{align-items:center;display:inline-flex;justify-content:center;line-height:0}body.dashboard-shell .agents-project-folder-icon--lucide .lucide{stroke-width:1.75;color:#016ff4;height:32px;width:32px}body.dashboard-shell .agents-project-folder-titles{min-width:0}body.dashboard-shell .agents-project-folder-kicker{color:#016ff4bf;display:block;font-size:10px;font-weight:700;letter-spacing:.08em;margin-bottom:2px;text-transform:uppercase}body.dashboard-shell .agents-project-folder-name{color:#0d47a1;font-size:1.15rem;font-weight:700;line-height:1.3;margin:0}body.dashboard-shell .agents-project-folder-desc{color:var(--muted);font-size:var(--md-body-small);line-height:1.4;margin:0}body.dashboard-shell .agents-project-folder-body{background:#fff;padding:16px 18px 18px}body.dashboard-shell .agents-folder-context-row{margin-bottom:16px}body.dashboard-shell .agents-folder-context-row .hub-select-wrap{max-width:320px}body.dashboard-shell .agents-folder-context-label{color:#21212173;font-size:10px;font-weight:700;letter-spacing:.06em;padding-left:4px;text-transform:uppercase}body.dashboard-shell .hub-select-wrap{background:#fff;border:2px solid #016ff4;border-radius:10px;box-shadow:0 1px 4px #016ff414;display:block;max-width:280px;min-width:200px;padding:10px 14px;position:relative;transition:border-color .15s ease,box-shadow .15s ease}body.dashboard-shell .hub-select-wrap--block{max-width:none;width:100%}body.dashboard-shell .hub-custom-select.is-open,body.dashboard-shell .hub-select-wrap:focus-within{border-color:#016ff4;box-shadow:0 0 0 2px #016ff42e,0 2px 8px #016ff41a}body.dashboard-shell .hub-custom-trigger{align-items:center;background:#0000;border:none;color:inherit;cursor:pointer;display:flex;font:inherit;gap:10px;margin:0;min-height:24px;padding:0;text-align:left;width:100%}body.dashboard-shell .hub-custom-trigger:focus{outline:none}body.dashboard-shell .hub-custom-label{color:#0d47a1;flex:1 1;font-size:var(--md-body-medium);font-weight:600;line-height:1.35;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.dashboard-shell .hub-select-icon{color:#016ff4!important;flex-shrink:0;font-size:20px!important}body.dashboard-shell .hub-select-icon--lucide{align-items:center;display:inline-flex;font-size:inherit!important;justify-content:center;line-height:0}body.dashboard-shell .hub-select-chevron{color:#016ff4!important;flex-shrink:0;font-size:20px!important;pointer-events:none;transition:transform .2s ease}body.dashboard-shell .hub-custom-select .hub-custom-trigger .hub-select-chevron{margin-left:auto}body.dashboard-shell .hub-custom-select.is-open .hub-select-chevron{transform:rotate(180deg)}body.dashboard-shell .hub-custom-select select.hub-select-native{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;opacity:0!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}body.dashboard-shell .hub-custom-menu{background:#fff;border:1px solid #016ff424;border-radius:10px;box-shadow:0 10px 28px #016ff41f,0 4px 12px #0f172a14;left:0;list-style:none;margin:0;max-height:260px;overflow-y:auto;overscroll-behavior:contain;padding:8px 6px;position:absolute;right:0;scrollbar-color:#016ff452 #0000;scrollbar-width:thin;top:calc(100% + 6px);z-index:5000}body.dashboard-shell .hub-custom-select.open-up .hub-custom-menu{bottom:calc(100% + 6px);top:auto}body.dashboard-shell .hub-custom-menu::-webkit-scrollbar{width:8px}body.dashboard-shell .hub-custom-menu::-webkit-scrollbar-track{background:#0000}body.dashboard-shell .hub-custom-menu::-webkit-scrollbar-thumb{background:#016ff447;border-radius:999px}body.dashboard-shell .hub-custom-menu li{margin:0;padding:0}body.dashboard-shell .hub-custom-menu button{background:#0000;border:none;border-radius:8px;color:#111827;cursor:pointer;display:block;font:inherit;font-size:var(--md-body-medium);font-weight:500;line-height:1.35;margin:0;padding:10px 12px;text-align:left;transition:background .12s ease,color .12s ease;width:100%}body.dashboard-shell .hub-custom-menu button:hover{background:#f8fafc}body.dashboard-shell .hub-custom-menu button.is-selected{background:#e6f0ff;color:#016ff4;font-weight:700}body.dashboard-shell .hub-custom-menu button:focus{border-radius:8px;box-shadow:inset 0 0 0 2px #016ff440;outline:none}body.dashboard-shell .hub-custom-menu[hidden]{display:none!important}body.dashboard-shell #page-agents{display:block}body.dashboard-shell .main>section.page:has(#page-agents){box-sizing:border-box;padding:24px}body.dashboard-shell #page-agents .page-header{margin-bottom:18px}body.dashboard-shell #page-agents .agents-create-menu-wrap{position:relative}body.dashboard-shell #page-agents .agents-create-menu-toggle{border-radius:8px;font-size:14px;font-weight:700;height:48px;min-height:48px;min-width:112px;padding:0 18px;width:112px}body.dashboard-shell #page-agents .agents-create-menu,body.dashboard-shell #page-agents .agents-create-popover{min-width:140px;right:0;top:calc(100% + 10px);width:140px;z-index:120}body.dashboard-shell #page-agents .agents-create-menu.open{display:flex}body.dashboard-shell #page-agents .agents-create-popover{background:#fff;border:1px solid #dbe2ea;border-radius:8px;box-shadow:0 10px 28px #0f172a14;padding:10px 12px;width:140px}body.dashboard-shell #page-agents .agents-create-menu .ui-menu-item{align-items:center;background:#0000;border:0;color:#111827;cursor:pointer;display:flex;font:inherit;font-size:12px;font-weight:700;gap:10px;line-height:18px;padding:10px 14px;text-align:left;white-space:nowrap;width:100%}body.dashboard-shell #page-agents .agents-create-menu .ui-menu-item svg{color:#64748b;height:18px;width:18px}body.dashboard-shell #page-agents .agents-create-popover button{align-items:center;background:#0000;border:0;color:#111827;cursor:pointer;display:flex;font:inherit;font-size:14px;font-weight:700;gap:10px;height:38px;width:100%}body.dashboard-shell #page-agents .agents-create-popover svg{color:#64748b;height:18px;width:18px}body.dashboard-shell #page-agents .agents-page-scope-block{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}body.dashboard-shell #page-agents .agents-environment-toolbar{margin-bottom:0}body.dashboard-shell #page-agents .agents-scope-toolbar-search{align-items:center;display:flex;flex:1 1 420px;gap:10px;max-width:520px;min-width:240px;position:relative}body.dashboard-shell #page-agents .agents-scope-toolbar-search .agents-search-field{flex:1 1 auto;min-width:180px;width:auto}body.dashboard-shell #page-agents .agents-filter-btn{border-radius:8px;flex:0 0 auto;font-size:14px;font-weight:700;gap:8px;height:44px;min-height:44px;padding:0 16px;white-space:nowrap}body.dashboard-shell #page-agents .agents-filter-menu{border-radius:10px;flex-direction:row;flex-wrap:wrap;gap:0;left:0;max-width:min(92vw,270px);padding:16px 22px 18px;right:auto;top:calc(100% + 8px);width:270px;z-index:120}body.dashboard-shell #page-agents .agents-filter-menu.open{display:flex}body.dashboard-shell #page-agents .agents-filter-menu .filter-footer{border-bottom:1px solid #dbe2ea;margin-bottom:18px;padding-bottom:14px;width:100%}body.dashboard-shell #page-agents .agents-filter-menu .filter-group{flex:1 1 50%}body.dashboard-shell #page-agents .agents-filter-menu .filter-group button{font-size:14px;line-height:20px;margin:0 0 18px;padding:0}body.dashboard-shell #page-agents .agents-filter-menu .filter-group span{display:block;font-size:12px;font-weight:700;line-height:16px;margin-bottom:14px}body.dashboard-shell #page-agents .agents-filter-menu .filter-clear{color:#016ff4;font-size:14px;font-weight:700;line-height:20px}body.dashboard-shell #page-agents .agents-toolbar-refresh{display:none!important}body.dashboard-shell #page-agents .agents-environment-select-wrap{align-items:center;background:#fff;border:2px solid #016ff4;border-radius:10px;box-shadow:0 1px 4px #016ff414;display:flex;gap:10px;max-width:280px;min-height:44px;min-width:220px;padding:10px 14px;width:240px}body.dashboard-shell #page-agents .agents-environment-select-wrap.is-open{border-radius:10px;box-shadow:0 0 0 2px #016ff429,0 8px 18px #016ff41f}body.dashboard-shell #page-agents .agents-environment-select-trigger{align-items:center;background:#0000;border:0;color:#0d47a1;cursor:pointer;display:flex;font:inherit;font-size:14px;font-weight:700;gap:10px;height:24px;line-height:20px;min-width:0;padding:0;text-align:left;width:100%}body.dashboard-shell #page-agents .agents-environment-select-trigger>span:nth-child(2){min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.dashboard-shell #page-agents .agents-environment-menu{background:#fff;border:1px solid #dbe2ea;border-radius:8px;box-shadow:0 14px 30px #0f172a14;display:none;left:0;padding:8px;position:absolute;right:0;top:calc(100% + 8px);z-index:140}body.dashboard-shell #page-agents .agents-environment-menu.open{display:block}body.dashboard-shell #page-agents .agents-environment-menu button{background:#0000;border:0;border-radius:6px;color:#111827;cursor:pointer;display:block;font:inherit;font-size:14px;font-weight:700;height:38px;line-height:20px;padding:0 12px;text-align:left;width:100%}body.dashboard-shell #page-agents .agents-environment-menu button.is-selected{background:#e8f1ff;color:#016ff4}body.dashboard-shell #page-agents .agents-environment-select-wrap .hub-select{appearance:none;-webkit-appearance:none;background:#0000;border:none;color:#0d47a1;cursor:pointer;flex:1 1;font:inherit;font-size:14px;font-weight:600;line-height:24px;min-width:0;padding:0 4px}body.dashboard-shell #page-agents .agents-environment-select-wrap .hub-select:focus{outline:none}body.dashboard-shell #page-agents .agents-environment-select-wrap .hub-select-chevron{flex-shrink:0;margin-left:auto;pointer-events:none;position:static;transform:none}body.dashboard-shell #page-agents .agents-search-field{border-radius:10px;min-height:44px}body.dashboard-shell #page-agents .agents-search-field input{font-size:14px;line-height:20px}body.dashboard-shell #page-agents .agents-search-field .material-symbols-rounded,body.dashboard-shell #page-agents .search-field svg{color:#016ff4;flex-shrink:0;font-size:18px}body.dashboard-shell #page-agents .agents-filter-btn .material-symbols-rounded{font-size:18px}body.dashboard-shell #page-agents .agents-all-agents-table .agents-row{font-size:14px;gap:10px;grid-template-columns:minmax(180px,1.25fr) minmax(220px,2.2fr) minmax(120px,.9fr) minmax(90px,.65fr) minmax(120px,.95fr) minmax(120px,.95fr) minmax(160px,1.05fr);line-height:20px;min-height:60px;padding:10px 12px}body.dashboard-shell #page-agents .agents-all-agents-table .agents-row.header{font-size:14px;font-weight:700;min-height:46px}body.dashboard-shell #page-agents .agents-all-agents-table .agents-row strong{font-size:14px;font-weight:700;line-height:20px}body.dashboard-shell #page-agents .row-actions .action-icon{color:#016ff4}body.dashboard-shell #page-agents .row-actions .action-icon.muted-icon,body.dashboard-shell #page-agents .row-actions .action-icon[disabled]{color:#e2e8f0;cursor:default}body.dashboard-shell #page-agents .row-actions .action-icon.danger{color:#dc2626}body.dashboard-shell #page-agents .agents-copy-link-btn{background:#0000;padding:8px 10px}body.dashboard-shell #page-agents .agents-copy-link-btn:hover{background:#eef6ff}body.dashboard-shell #page-agents .agents-copy-link-btn.muted-icon,body.dashboard-shell #page-agents .agents-copy-link-btn.muted-icon:hover{background:#0000!important;color:#e2e8f0!important}body.dashboard-shell #page-agents .agents-pagination{color:#016ff4;margin-top:22px;min-height:40px;position:relative}body.dashboard-shell #page-agents .agents-pagination .icon-btn{color:#016ff4}body.dashboard-shell #page-agents .pagination-pages{gap:14px}body.dashboard-shell #page-agents .page-number{color:#111827;font-size:14px;font-weight:700;line-height:20px}body.dashboard-shell #page-agents .page-number.active{border-bottom:2px solid #016ff4;color:#016ff4}body.dashboard-shell #page-agents .agents-page-size{align-items:center;color:#64748b;display:inline-flex;font-size:13px;font-weight:600;gap:8px;position:absolute;right:0}body.dashboard-shell #page-agents .agents-page-size select{background:#fff;border:1px solid #cbd5e1;border-radius:8px;color:#111827;font:inherit;font-size:14px;font-weight:700;height:36px;padding:0 8px;width:72px}body.dashboard-shell .agents-all-agents-section{-webkit-overflow-scrolling:touch;margin-bottom:20px;overflow-x:auto}body.dashboard-shell .agents-row-publication{align-items:center;display:inline-flex}body.dashboard-shell .agents-publication-badge{align-items:center;border-radius:999px;display:inline-flex;font-size:11px;font-weight:600;gap:4px;line-height:1;min-height:24px;padding:0 8px;white-space:nowrap}body.dashboard-shell .agents-publication-badge.is-published{background:#016ff414;border:1px solid #016ff429;color:#0156c4}body.dashboard-shell .agents-publication-badge.is-not-published{background:#0f172a0a;border:1px solid #0f172a14;color:#6b7280}body.dashboard-shell .page-number[disabled],body.dashboard-shell .table-pagination .icon-btn[disabled]{cursor:default;opacity:.45;pointer-events:none}body.dashboard-shell .agents-row-voice{align-items:center;display:inline-flex}body.dashboard-shell .agents-voice-badge{align-items:center;background:#016ff414;border:1px solid #016ff429;border-radius:999px;color:#0156c4;display:inline-flex;font-size:11px;font-weight:600;line-height:1;min-height:24px;padding:0 8px;white-space:nowrap}body.dashboard-shell .agents-voice-badge--text{background:#0f172a0a;border:1px solid #0f172a14;color:#6b7280;font-weight:500}body.dashboard-shell .agents-row-environment{align-items:center;display:inline-flex}body.dashboard-shell .agents-environment-badge{align-items:center;background:#e8f1ff;border:1px solid #b9d6ff;border-radius:999px;color:#016ff4;display:inline-flex;font-size:12px;font-weight:700;justify-content:center;line-height:16px;min-height:28px;min-width:82px;padding:0 11px;white-space:nowrap}body.dashboard-shell .agents-environment-badge--empty{background:#0f172a0a;border-color:#0f172a14;color:#0f172a8c;font-weight:500}body.dashboard-shell .chat-meta-audio{align-items:center;background:#0000;border:none;border-radius:999px;color:#64748b;cursor:pointer;display:inline-flex;height:22px;justify-content:center;padding:0;position:relative;transition:color .2s ease,transform .2s ease;width:22px}body.dashboard-shell .chat-meta-audio svg{height:16px;position:relative;width:16px;z-index:1}body.dashboard-shell .chat-meta-audio.is-speaking,body.dashboard-shell .chat-meta-audio:hover{color:#016ff4}body.dashboard-shell .chat-meta-audio.is-speaking:before{background:#016ff414;border-radius:999px;content:"";inset:-6px;position:absolute}body.dashboard-shell .chat-meta-audio.is-speaking:after{animation:chat-meta-audio-spin 1.6s linear infinite;border:2px solid #016ff42e;border-radius:999px;border-top-color:#016ff4;content:"";inset:-6px;position:absolute}@keyframes chat-meta-audio-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}body.dashboard-shell .chat-mic,body.dashboard-shell .chat-send{min-height:40px;padding:8px 14px}body.dashboard-shell .chat-mic .material-symbols-rounded,body.dashboard-shell .chat-mic svg,body.dashboard-shell .chat-send .material-symbols-rounded,body.dashboard-shell .chat-send svg{font-size:18px!important;height:18px;width:18px}body.dashboard-shell .chat-mic.icon-only,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:#fff1f2;border-color:#dc2626;color:#dc2626}body.dashboard-shell .chat-mic.is-active:hover{background:#ffe4e6}body.dashboard-shell .chat-mic.is-active .material-symbols-rounded{color:#dc2626}body.dashboard-shell .sidebar .version-badge{align-items:center;background:#016ff40f;border:1px dashed #016ff44d;border-radius:999px;color:#016ff4;cursor:help;display:inline-flex;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;gap:6px;letter-spacing:.01em;line-height:1;margin:12px 12px 16px;max-width:calc(100% - 24px);overflow:hidden;padding:4px 10px;white-space:nowrap}body.dashboard-shell .sidebar .version-badge__dot{background:#22c55e;border-radius:50%;flex-shrink:0;height:6px;width:6px}body.dashboard-shell .sidebar .version-badge__label{overflow:hidden;text-overflow:ellipsis}body.dashboard-shell .sidebar .version-badge--dirty{background:#eab30814;border-color:#eab30866;color:#b45309}body.dashboard-shell .sidebar .version-badge--dirty .version-badge__dot{background:#eab308}body.dashboard-shell .sidebar .version-badge--collapsed{font-size:10px;margin:12px auto 16px;padding:4px 8px}body.dashboard-shell.sidebar-collapsed .sidebar .version-badge{margin-left:auto;margin-right:auto}body.dashboard-shell .is-hidden{display:none!important}body.dashboard-shell .is-visible{display:block!important}body.dashboard-shell .hub-dashboard-page .hub-dashboard-action-btn{min-width:122px;padding-left:14px;padding-right:14px}body.dashboard-shell .hub-dashboard-page .hub-dashboard-action-btn.primary{min-width:142px}body.dashboard-shell .hub-dashboard-page,body.dashboard-shell .hub-dashboard-page>.MuiBox-root{width:100%}body.dashboard-shell .hub-dashboard-page .panel-row,body.dashboard-shell .hub-dashboard-page .stats-cards{margin-bottom:20px}body.dashboard-shell .hub-dashboard-page a.recent-item,body.dashboard-shell .hub-dashboard-page a.stat-card{color:inherit;text-decoration:none}body.dashboard-shell .hub-dashboard-page a.btn{text-decoration:none}body.dashboard-shell .hub-dashboard-page .recent-body{flex:1 1;min-width:0}body.dashboard-shell .hub-dashboard-page .recent-item{background:#0000;cursor:pointer;text-align:left;width:100%}body.dashboard-shell .hub-dashboard-page .recent-item .alert-badge{flex-shrink:0;font-size:var(--md-label-small);height:auto;line-height:16px;padding:4px 8px;width:auto}body.dashboard-shell .hub-dashboard-page .alert-item{align-items:center;background:#0000;border:1px solid var(--border);border-radius:10px;color:inherit;cursor:pointer;display:flex;font:inherit;gap:10px;padding:10px 12px;text-align:left;width:100%}body.dashboard-shell .hub-dashboard-page .alert-item:hover{border-color:var(--blue-2)}html[data-color-mode=dark] body.dashboard-shell .hub-dashboard-page .alert-item:hover{border-color:var(--blue-4)}body.dashboard-shell .hub-dashboard-page .alert-body{flex:1 1;min-width:0}body.dashboard-shell .hub-dashboard-page .insights{margin-top:4px}body.dashboard-shell .hub-dashboard-page .insights-loading{align-items:center;display:flex;justify-content:center;min-height:200px}body.dashboard-shell .hub-dashboard-page .insights-grid{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:1440px){body.dashboard-shell .hub-dashboard-page .insights-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){body.dashboard-shell .hub-dashboard-page .insights-grid{grid-template-columns:1fr}}body.dashboard-shell .automation-designer-page{background:#f4f6f9;min-height:calc(100vh - 64px);padding:24px}body.dashboard-shell .automation-designer-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 8px 24px #0000000f;padding:20px;width:100%}body.dashboard-shell .automation-designer-header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:16px}body.dashboard-shell .automation-designer-title{color:#0c0d0e;font-size:24px;font-weight:600;line-height:32px;margin:0}body.dashboard-shell .automation-designer-subtitle{color:#6b7280;font-size:14px;line-height:20px;margin:4px 0 0}body.dashboard-shell .automation-designer-actions{flex-shrink:0;flex-wrap:wrap;justify-content:flex-end}body.dashboard-shell .automation-designer-btn.MuiButton-root{border-radius:10px;box-shadow:none;font-size:14px;font-weight:600;line-height:20px;min-height:44px;padding:10px 16px;text-transform:none}body.dashboard-shell .automation-designer-btn--filter.MuiButton-root,body.dashboard-shell .automation-designer-btn--primary.MuiButton-root{background:#016ff4;border:1px solid #016ff4;color:#fff}body.dashboard-shell .automation-designer-btn--filter.MuiButton-root:hover,body.dashboard-shell .automation-designer-btn--primary.MuiButton-root:hover{background:#0b5fe3;box-shadow:none}body.dashboard-shell .automation-designer-btn--outline.MuiButton-root{background:#fff;border:1px solid #016ff4;color:#016ff4}body.dashboard-shell .automation-designer-btn--outline.MuiButton-root:hover{background:#eef6ff;border-color:#016ff4}body.dashboard-shell .automation-designer-refresh.MuiIconButton-root{background:#fff;border-radius:10px;color:#016ff4;height:44px;width:44px}body.dashboard-shell .automation-designer-refresh.MuiIconButton-root:hover{background:#eef6ff}body.dashboard-shell .automation-designer-alert{border-radius:10px;margin-bottom:16px}body.dashboard-shell .automation-designer-tabs{margin-bottom:14px;min-height:36px}body.dashboard-shell .automation-designer-tabs .MuiTabs-indicator{background:#016ff4;border-radius:3px 3px 0 0;height:3px}body.dashboard-shell .automation-designer-tabs .MuiTab-root{color:#016ff4;font-size:12px;font-weight:600;line-height:16px;margin-right:20px;min-height:36px;min-width:0;padding:8px 4px;text-transform:none}body.dashboard-shell .automation-designer-tabs .MuiTab-root.Mui-selected{color:#016ff4}body.dashboard-shell .automation-designer-panel{width:100%}body.dashboard-shell .automation-designer-loading{display:flex;justify-content:center;padding:32px;width:100%}body.dashboard-shell .automation-designer-filters{grid-gap:12px;align-items:end;display:grid;gap:12px;grid-template-columns:minmax(240px,1fr) auto;margin-bottom:16px}body.dashboard-shell .automation-designer-search{align-items:center;background:#fff;border:1px solid #016ff4;border-radius:10px;color:#016ff4;display:flex;gap:8px;min-height:44px;padding:8px 12px}body.dashboard-shell .automation-designer-search input{background:#0000;border:0;color:#0c0d0e;font:inherit;font-size:14px;line-height:20px;outline:0;width:100%}body.dashboard-shell .automation-designer-search input::placeholder{color:#536382}body.dashboard-shell .automation-designer-period-filter{align-items:flex-start;display:flex;flex-direction:column;gap:8px;margin-bottom:14px}body.dashboard-shell .automation-designer-period-filter>span{color:#0c0d0e;font-size:12px;font-weight:600;line-height:16px}body.dashboard-shell .automation-designer-menu.MuiPaper-root{border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 8px 24px #00000014;margin-top:6px}body.dashboard-shell .automation-designer-menu-content{display:flex;flex-direction:column;gap:12px;min-width:240px;padding:12px}body.dashboard-shell .automation-designer-menu--period .automation-designer-menu-content{min-width:320px}body.dashboard-shell .automation-designer-menu-clear.MuiButton-root{border:1px solid #e5e7eb;border-radius:8px;color:#016ff4;font-size:13px;font-weight:600;justify-content:flex-start;text-transform:none}body.dashboard-shell .automation-designer-filter-group{display:flex;flex-direction:column;gap:6px}body.dashboard-shell .automation-designer-filter-group>span{color:#111827;font-size:12px;font-weight:600}body.dashboard-shell .automation-designer-filter-option{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#0c0d0e;cursor:pointer;font:inherit;font-size:13px;line-height:18px;padding:6px 8px;text-align:left}body.dashboard-shell .automation-designer-filter-option.is-active,body.dashboard-shell .automation-designer-filter-option:hover{background:#eef6ff;border-color:#cfe3ff;color:#016ff4;font-weight:600}body.dashboard-shell .automation-designer-table-wrap{overflow-x:auto;width:100%}body.dashboard-shell .automation-designer-table{border-collapse:initial!important;border-spacing:0 8px!important;min-width:980px}body.dashboard-shell .automation-designer-table .MuiTableCell-root{background:#fff;border-bottom:0;color:#0c0d0e;font-size:14px;line-height:20px;padding:10px 12px}body.dashboard-shell .automation-designer-table .MuiTableHead-root .MuiTableCell-root{background:#f8fafc;color:#111827;font-weight:600}body.dashboard-shell .automation-designer-table .MuiTableRow-root .MuiTableCell-root{border-bottom:1px solid #e5e7eb;border-top:1px solid #e5e7eb}body.dashboard-shell .automation-designer-table .MuiTableRow-root .MuiTableCell-root:first-of-type{border-left:1px solid #e5e7eb;border-radius:10px 0 0 10px}body.dashboard-shell .automation-designer-table .MuiTableRow-root .MuiTableCell-root:last-of-type{border-radius:0 10px 10px 0;border-right:1px solid #e5e7eb}body.dashboard-shell .automation-designer-data-row{cursor:pointer}body.dashboard-shell .automation-designer-data-row:hover .MuiTableCell-root{background:#fbfdff}body.dashboard-shell .automation-designer-muted-cell{color:#536382!important}body.dashboard-shell .automation-designer-empty-row .MuiTableCell-root{color:#6b7280;padding:18px 12px;text-align:center}body.dashboard-shell .automation-designer-table--automations{min-width:1180px}body.dashboard-shell .automation-designer-table--automations .MuiTableCell-root:first-of-type{width:24%}body.dashboard-shell .automation-designer-table--automations .MuiTableCell-root:nth-of-type(2){width:20%}body.dashboard-shell .automation-designer-table--automations .MuiTableCell-root:nth-of-type(3){width:13%}body.dashboard-shell .automation-designer-table--automations .MuiTableCell-root:nth-of-type(4){width:16%}body.dashboard-shell .automation-designer-table--automations .MuiTableCell-root:nth-of-type(5),body.dashboard-shell .automation-designer-table--automations .MuiTableCell-root:nth-of-type(6){width:9%}body.dashboard-shell .automation-designer-table--automations .MuiTableCell-root:nth-of-type(7){width:10%}body.dashboard-shell .automation-designer-table--executions{min-width:960px}body.dashboard-shell .automation-designer-table--executions .MuiTableCell-root:first-of-type{width:24%}body.dashboard-shell .automation-designer-table--executions .MuiTableCell-root:nth-of-type(2),body.dashboard-shell .automation-designer-table--executions .MuiTableCell-root:nth-of-type(3),body.dashboard-shell .automation-designer-table--executions .MuiTableCell-root:nth-of-type(4){width:18%}body.dashboard-shell .automation-designer-table--executions .MuiTableCell-root:nth-of-type(5){width:12%}body.dashboard-shell .automation-designer-table--executions .MuiTableCell-root:nth-of-type(6){width:10%}body.dashboard-shell .automation-designer-row-actions{color:#016ff4;justify-content:flex-start}body.dashboard-shell .automation-designer-row-actions .MuiIconButton-root{color:#016ff4;height:28px;width:28px}body.dashboard-shell .automation-designer-row-actions .MuiIconButton-root:hover{background:#016ff414}body.dashboard-shell .automation-designer-action-danger.MuiIconButton-root{color:#ef4444}body.dashboard-shell .automation-designer-action-danger.MuiIconButton-root:hover{background:#ef444414}body.dashboard-shell .automation-designer-status-switch{align-items:center;display:inline-flex;font-size:var(--md-label-large);font-weight:600;gap:10px;justify-self:start}body.dashboard-shell .automation-designer-status-switch .switch{cursor:pointer}body.dashboard-shell .automation-designer-status-switch-label{min-width:52px}body.dashboard-shell .automation-designer-status-switch.is-active .automation-designer-status-switch-label{color:#15803d}body.dashboard-shell .automation-designer-status-switch.is-inactive .automation-designer-status-switch-label{color:#b45309}body.dashboard-shell .automation-designer-chip{align-items:center;background:#eef6ff;border-radius:999px;color:#016ff4;display:inline-flex;font-size:11px;font-weight:600;justify-content:center;line-height:16px;min-width:calc(8ch + 16px);padding:4px 8px}body.dashboard-shell .automation-designer-chip--success{background:#15803d;color:#fff}body.dashboard-shell .automation-designer-chip--warning{background:#fff4e5;color:#a05a00}body.dashboard-shell .automation-designer-chip--danger,body.dashboard-shell .automation-designer-chip--priority-high{background:#fee2e2;color:#b91c1c}body.dashboard-shell .automation-designer-chip--priority-medium{background:#fef3c7;color:#b45309}body.dashboard-shell .automation-designer-chip--priority-low{background:#dcfce7;color:#15803d}body.dashboard-shell .automation-designer-pagination{align-items:center;display:flex;gap:10px;justify-content:center;margin:14px 0 0}body.dashboard-shell .automation-designer-page-arrow,body.dashboard-shell .automation-designer-page-number{background:#0000;border:0;border-radius:8px;color:#016ff4;cursor:pointer;font:inherit;font-size:14px;font-weight:600;min-height:28px;min-width:28px}body.dashboard-shell .automation-designer-page-arrow:disabled{color:#9aa0a6;cursor:not-allowed}body.dashboard-shell .automation-designer-page-number.is-active{color:#016ff4;text-decoration:underline;text-underline-offset:5px}body.dashboard-shell .automation-designer-page-ellipsis{color:#0c0d0e;font-size:14px}@media (max-width:900px){body.dashboard-shell .automation-designer-page{padding:16px}body.dashboard-shell .automation-designer-header{flex-direction:column}body.dashboard-shell .automation-designer-actions{justify-content:flex-start;width:100%}body.dashboard-shell .automation-designer-filters{grid-template-columns:1fr}body.dashboard-shell .automation-designer-btn.MuiButton-root{width:-webkit-fit-content;width:fit-content}}html[data-color-mode=dark] body.dashboard-shell .automation-designer-page{background:var(--bg)}html[data-color-mode=dark] body.dashboard-shell .automation-designer-section{background:var(--panel);border-color:var(--border);box-shadow:var(--shadow)}html[data-color-mode=dark] body.dashboard-shell .automation-designer-section.MuiPaper-root{background-color:var(--panel)!important;background-image:none}html[data-color-mode=dark] body.dashboard-shell .automation-designer-title{color:var(--text)}html[data-color-mode=dark] body.dashboard-shell .automation-designer-subtitle{color:var(--muted)}html[data-color-mode=dark] body.dashboard-shell .automation-designer-btn--filter.MuiButton-root,html[data-color-mode=dark] body.dashboard-shell .automation-designer-btn--primary.MuiButton-root{background:var(--primary);border-color:var(--primary);color:#0a0a0a}html[data-color-mode=dark] body.dashboard-shell .automation-designer-btn--filter.MuiButton-root:hover,html[data-color-mode=dark] body.dashboard-shell .automation-designer-btn--primary.MuiButton-root:hover{background:var(--primary-hover);border-color:var(--primary-hover)}html[data-color-mode=dark] body.dashboard-shell .automation-designer-btn--outline.MuiButton-root{background:#0000;border-color:var(--primary);color:var(--primary)}html[data-color-mode=dark] body.dashboard-shell .automation-designer-btn--outline.MuiButton-root:hover{background:#38bcff1f;border-color:var(--primary)}html[data-color-mode=dark] body.dashboard-shell .automation-designer-refresh.MuiIconButton-root{background:var(--bg-light);color:var(--primary)}html[data-color-mode=dark] body.dashboard-shell .automation-designer-refresh.MuiIconButton-root:hover{background:#38bcff24}html[data-color-mode=dark] body.dashboard-shell .automation-designer-tabs .MuiTabs-indicator{background:var(--primary)}html[data-color-mode=dark] body.dashboard-shell .automation-designer-tabs .MuiTab-root{color:var(--muted)}html[data-color-mode=dark] body.dashboard-shell .automation-designer-tabs .MuiTab-root.Mui-selected{color:var(--primary)}html[data-color-mode=dark] body.dashboard-shell .automation-designer-search{background:var(--bg-light);border-color:var(--primary);color:var(--primary)}html[data-color-mode=dark] body.dashboard-shell .automation-designer-search input{color:var(--text)}html[data-color-mode=dark] body.dashboard-shell .automation-designer-search input::placeholder{color:var(--muted)}html[data-color-mode=dark] body.dashboard-shell .automation-designer-menu.MuiPaper-root{background-color:var(--panel)!important;border-color:var(--border);color:var(--text)}html[data-color-mode=dark] body.dashboard-shell .automation-designer-menu-clear.MuiButton-root{border-color:var(--border);color:var(--primary)}html[data-color-mode=dark] body.dashboard-shell .automation-designer-filter-group>span{color:var(--text)}html[data-color-mode=dark] body.dashboard-shell .automation-designer-filter-option{background:var(--bg-light);border-color:var(--border);color:var(--text)}html[data-color-mode=dark] body.dashboard-shell .automation-designer-filter-option.is-active,html[data-color-mode=dark] body.dashboard-shell .automation-designer-filter-option:hover{background:#38bcff1f;border-color:#38bcff59;color:var(--primary)}html[data-color-mode=dark] body.dashboard-shell .automation-designer-period-filter>span{color:var(--text)}html[data-color-mode=dark] body.dashboard-shell .automation-designer-table .MuiTableCell-root{background:var(--bg-light);border-color:var(--border);color:var(--text)}html[data-color-mode=dark] body.dashboard-shell .automation-designer-table .MuiTableHead-root .MuiTableCell-root{background:#1e1e1e;border-color:var(--border);color:var(--text)}html[data-color-mode=dark] body.dashboard-shell .automation-designer-table .MuiTableRow-root .MuiTableCell-root{border-color:var(--border)}html[data-color-mode=dark] body.dashboard-shell .automation-designer-data-row:hover .MuiTableCell-root{background:#38bcff14}html[data-color-mode=dark] body.dashboard-shell .automation-designer-muted-cell{color:var(--muted)!important}html[data-color-mode=dark] body.dashboard-shell .automation-designer-empty-row .MuiTableCell-root{color:var(--muted)}html[data-color-mode=dark] body.dashboard-shell .automation-designer-row-actions,html[data-color-mode=dark] body.dashboard-shell .automation-designer-row-actions .MuiIconButton-root{color:var(--primary)}html[data-color-mode=dark] body.dashboard-shell .automation-designer-row-actions .MuiIconButton-root:hover{background:#38bcff1f}html[data-color-mode=dark] body.dashboard-shell .automation-designer-action-danger.MuiIconButton-root:hover{background:#ef44441f}html[data-color-mode=dark] body.dashboard-shell .automation-designer-page-arrow,html[data-color-mode=dark] body.dashboard-shell .automation-designer-page-number{color:var(--primary)}html[data-color-mode=dark] body.dashboard-shell .automation-designer-page-arrow:disabled,html[data-color-mode=dark] body.dashboard-shell .automation-designer-page-ellipsis{color:var(--muted)}html[data-color-mode=dark] body.dashboard-shell .automation-designer-chip{background:#38bcff26;color:var(--primary)}html[data-color-mode=dark] body.dashboard-shell .automation-designer-chip--success{background:#166534;color:#e8fce8}html[data-color-mode=dark] body.dashboard-shell .automation-designer-chip--warning{background:#422006;color:#fde68a}html[data-color-mode=dark] body.dashboard-shell .automation-designer-chip--danger,html[data-color-mode=dark] body.dashboard-shell .automation-designer-chip--priority-high{background:#450a0a;color:#fecaca}html[data-color-mode=dark] body.dashboard-shell .automation-designer-chip--priority-medium{background:#422006;color:#fde68a}html[data-color-mode=dark] body.dashboard-shell .automation-designer-chip--priority-low{background:#14532d;color:#bbf7d0}body.dashboard-shell .agents-row-visibility{align-items:center;display:flex;gap:8px;min-width:0}body.dashboard-shell .agents-visibility-badge{align-items:center;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;color:#111827;display:inline-flex;font-size:12px;font-weight:700;justify-content:center;line-height:16px;min-height:28px;min-width:64px;padding:0 11px;white-space:nowrap}body.dashboard-shell .agents-visibility-badge--public{background:#e8f1ff;border-color:#b9d6ff;color:#016ff4}body.dashboard-shell .agents-rag-badge{align-items:center;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;color:#111827;display:inline-flex;font-size:12px;font-weight:700;justify-content:center;line-height:16px;min-height:28px;min-width:44px;padding:0 10px;white-space:nowrap}body.dashboard-shell .agents-rag-badge--yes{background:#e8f1ff;border-color:#b9d6ff;color:#016ff4}body.dashboard-shell .agents-row-description{line-height:1.5;min-width:0}body.dashboard-shell #page-agents .agents-all-agents-table .agents-row>span:not(.row-actions){min-width:0}body.dashboard-shell #page-agents .agents-all-agents-table .agents-row .row-actions{align-items:flex-start;justify-content:flex-end;padding-top:2px}body.dashboard-shell .agents-header-tooltip{align-items:center;cursor:help;display:inline-flex}body.dashboard-shell #page-agents .agents-row[data-agents-environment=operacoes] .agents-environment-badge{background:#016ff414;border-color:#016ff433;color:#016ff4}body.dashboard-shell #page-agents .agents-row[data-agents-environment=financeiro] .agents-environment-badge{background:#0056d61f;border-color:#0056d64d;color:#0056d6}body.dashboard-shell #page-agents .agents-row[data-agents-environment=marketing] .agents-environment-badge{background:#007ab31f;border-color:#007ab33d;color:#007ab3}body.dashboard-shell #page-agents .agents-row[data-agents-environment=rh] .agents-environment-badge{background:#4781d624;border-color:#4781d642;color:#2e4a8b}html[data-color-mode=dark] body.dashboard-shell #page-agents{background:#0000}html[data-color-mode=dark] body.dashboard-shell #page-agents .agents-create-menu,html[data-color-mode=dark] body.dashboard-shell #page-agents .agents-create-popover,html[data-color-mode=dark] body.dashboard-shell #page-agents .agents-filter-menu{background:var(--panel);border-color:var(--border);box-shadow:var(--shadow)}html[data-color-mode=dark] body.dashboard-shell #page-agents .agents-create-menu .ui-menu-item{color:var(--text)}html[data-color-mode=dark] body.dashboard-shell #page-agents .agents-environment-select-wrap{background:var(--panel);border-color:var(--primary);box-shadow:none}html[data-color-mode=dark] body.dashboard-shell #page-agents .agents-environment-select-wrap .hub-select{color:var(--primary)}html[data-color-mode=dark] body.dashboard-shell #page-agents .agents-page-size select{background:var(--panel);border-color:var(--border);color:var(--text)}html[data-color-mode=dark] body.dashboard-shell #page-agents .agents-page-size{color:var(--muted)}html[data-color-mode=dark] body.dashboard-shell #page-agents .page-number{color:var(--text)}html[data-color-mode=dark] body.dashboard-shell #page-agents .page-number.active{border-bottom-color:var(--primary);color:var(--primary)}html[data-color-mode=dark] body.dashboard-shell .agents-rag-badge,html[data-color-mode=dark] body.dashboard-shell .agents-visibility-badge{background:#ffffff0f;border-color:var(--border);color:var(--muted)}html[data-color-mode=dark] body.dashboard-shell .agents-rag-badge--yes,html[data-color-mode=dark] body.dashboard-shell .agents-visibility-badge--public{background:#38bcff1f;border-color:#38bcff47;color:var(--primary)}html[data-color-mode=dark] body.dashboard-shell #page-agents .row-actions .action-icon.muted-icon,html[data-color-mode=dark] body.dashboard-shell #page-agents .row-actions .action-icon[disabled]{color:#ffffff38}body.dashboard-shell .agents-prototype-modal{z-index:1300}body.dashboard-shell #agentModal .modal-dialog{gap:0;max-height:min(90vh,calc(100dvh - 28px));overflow:hidden;padding:0;width:min(1120px,94vw)}body.dashboard-shell .agent-create-dialog .modal-footer,body.dashboard-shell .agent-create-header{padding:22px 28px}body.dashboard-shell .agent-create-header{border-bottom:1px solid #0f172a14}body.dashboard-shell .agent-create-body{gap:14px;max-height:calc(90vh - 160px);overflow-y:auto;padding:24px 28px 20px}body.dashboard-shell #agentModal .modal-body{padding-right:28px}body.dashboard-shell .agent-create-prompt-header{align-items:center;display:flex;gap:16px;justify-content:space-between}body.dashboard-shell .agent-create-prompt-header .modal-label{margin-bottom:0}body.dashboard-shell .agent-create-ai-btn{background:#0000;border:0;box-shadow:none;color:#016ff4;flex:0 0 auto;justify-self:start;margin-bottom:0;min-height:42px;padding-inline:16px}body.dashboard-shell .agent-create-ai-btn .material-symbols-rounded{font-size:18px}body.dashboard-shell .agent-create-ai-btn:hover{background:#016ff40f;box-shadow:none}body.dashboard-shell .agent-create-description{min-height:180px}body.dashboard-shell .agent-create-prompt{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;min-height:320px}body.dashboard-shell .agent-create-field-meta{align-items:flex-start;display:flex;gap:12px;justify-content:space-between}body.dashboard-shell .agent-create-field-meta .modal-field-hint{margin:0}body.dashboard-shell .agent-create-counter{color:#0c0d0e70;font-size:13px;line-height:1.4;white-space:nowrap}body.dashboard-shell .modal-form-error{color:#b91c1c;font-size:13px;line-height:1.4;margin:0 0 4px;min-height:1.2em}body.dashboard-shell .modal-label--required:after{color:#dc2626;content:" *"}body.dashboard-shell .modal-field-hint{color:var(--muted);font-size:12px;line-height:1.45;margin:-6px 0 10px}body.dashboard-shell .modal-row .modal-field-hint{margin:0}body.dashboard-shell .agent-capability-switch-row{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}body.dashboard-shell .agent-capability-card{grid-gap:16px;background:#fbfdff;border:1px solid #0f172a14;border-radius:20px;display:grid;gap:16px;padding:18px 18px 20px}body.dashboard-shell .agent-capability-card-top{align-items:flex-start;display:flex;gap:16px;justify-content:space-between}body.dashboard-shell .agent-capability-card-copy strong{color:#111827;display:block;font-size:var(--md-title-medium);margin-bottom:4px}body.dashboard-shell .agent-capability-card-copy p{color:var(--muted);font-size:var(--md-body-medium);line-height:1.5;margin:0}body.dashboard-shell .agent-capability-switch-row .agent-capability-card{margin:0}body.dashboard-shell .agent-capability-simple-toggle{align-items:center;display:flex;gap:0;justify-content:flex-start;padding:0}body.dashboard-shell .agent-capability-simple-toggle--rag{align-items:center;background:#0000;border:0;border-radius:0;min-height:0;padding:0;width:-webkit-fit-content;width:fit-content}body.dashboard-shell .agent-capability-simple-toggle-control{align-items:center;display:flex;flex:0 0 auto;justify-content:flex-end;margin-left:16px}body.dashboard-shell .agent-capability-simple-toggle strong{color:#111827;display:block;font-size:var(--md-title-medium);margin-bottom:4px}body.dashboard-shell .agent-capability-simple-toggle--rag strong{font-size:var(--md-body-small);line-height:1.3;margin-bottom:0}body.dashboard-shell .agent-capability-card--voice{grid-column:1/-1}body.dashboard-shell .agent-capability-card-body{grid-gap:14px;display:grid;gap:14px}body.dashboard-shell .agent-capability-card-body.is-hidden{display:none!important}body.dashboard-shell .agent-create-voice-row{grid-gap:12px;align-items:center;display:grid;gap:12px;grid-template-columns:minmax(0,1fr) auto}body.dashboard-shell .agent-create-voice-preview{flex:0 0 auto;height:44px;width:44px}body.dashboard-shell .agent-capability-inline-toggle{align-items:flex-start;display:flex;gap:16px;justify-content:space-between}body.dashboard-shell .agent-capability-inline-toggle strong{color:#111827;display:block;font-size:var(--md-title-medium);margin-bottom:4px}body.dashboard-shell .agent-capability-inline-toggle p{color:var(--muted);line-height:1.5;margin:0}body.dashboard-shell #projectModal .modal-footer,body.dashboard-shell #wesEnvironmentModal .modal-footer,body.dashboard-shell .agent-create-dialog .modal-footer{border-top:1px solid #0f172a14;flex-shrink:0;padding-top:16px}body.dashboard-shell #projectModal .modal-dialog>form,body.dashboard-shell #wesEnvironmentModal .modal-dialog>form,body.dashboard-shell .agent-create-dialog>form{display:flex;flex:1 1 auto;flex-direction:column;gap:0;min-height:0;overflow:hidden}body.dashboard-shell .modal-body .hub-select-wrap{border:2px solid #016ff4;border:var(--field-outline-width,2px) solid #016ff4;border-radius:10px;padding:10px 12px}body.dashboard-shell .modal-body .hub-select-wrap:not(.hub-custom-select) .hub-select{color:#111827;font-weight:500}body.dashboard-shell #agentModal .modal-header h3{color:#111827;font-size:24px;font-weight:700;line-height:32px;margin:0}body.dashboard-shell #agentModal .icon-btn{height:34px;width:34px}body.dashboard-shell #agentModal .modal-label{color:#111827;font-size:12px;font-weight:600;line-height:17px;margin:0}body.dashboard-shell #agentModal .modal-input,body.dashboard-shell #agentModal .modal-textarea{background:#fff;border:2px solid #016ff4;border-radius:10px;box-shadow:none;color:#111827;font-family:inherit;font-size:14px;font-weight:400;line-height:20px;width:100%}body.dashboard-shell #agentModal .modal-input{min-height:46px;padding:10px 12px}body.dashboard-shell #agentModal .modal-textarea{padding:12px}body.dashboard-shell #agentModal .modal-input::placeholder,body.dashboard-shell #agentModal .modal-textarea::placeholder{color:#11182773}body.dashboard-shell #agentModal .agent-create-scope-row{grid-template-columns:repeat(2,minmax(0,1fr))}body.dashboard-shell #agentModal .hub-select-wrap{align-items:center;background:#fff;border:2px solid #016ff4;border-radius:10px;box-shadow:none;display:flex;gap:10px;max-width:none;min-height:52px;padding:10px 12px;width:100%}body.dashboard-shell #agentModal .project-modal-custom-select{position:relative}body.dashboard-shell #agentModal .project-modal-custom-trigger{color:#0d47a1;cursor:pointer;font:inherit}body.dashboard-shell #agentModal .project-modal-custom-trigger[disabled]{cursor:default;opacity:1}body.dashboard-shell #agentModal .project-modal-custom-trigger-label{color:#0d47a1;flex:1 1 auto;font-size:14px;font-weight:700;line-height:24px;min-width:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}body.dashboard-shell #agentModal .project-modal-custom-trigger-label.is-placeholder{color:#0d47a1}body.dashboard-shell #agentModal .project-modal-custom-select.is-open .hub-select-chevron{transform:rotate(180deg)}body.dashboard-shell #agentModal .project-modal-custom-menu{background:#fff;border:1px solid #dbe2ea;border-radius:10px;box-shadow:0 18px 44px #0f172a29;left:0;max-height:246px;overflow-y:auto;padding:8px;position:absolute;right:0;z-index:20}body.dashboard-shell #agentModal .project-modal-custom-menu--down{top:calc(100% + 8px)}body.dashboard-shell #agentModal .project-modal-custom-option{grid-gap:2px;background:#0000;border:0;border-radius:8px;color:#111827;cursor:pointer;display:grid;font:inherit;gap:2px;padding:9px 12px;text-align:left;width:100%}body.dashboard-shell #agentModal .project-modal-custom-option.is-selected,body.dashboard-shell #agentModal .project-modal-custom-option:focus-visible,body.dashboard-shell #agentModal .project-modal-custom-option:hover{background:#e8f1ff;color:#016ff4;outline:none}body.dashboard-shell #agentModal .project-modal-custom-option span{font-size:14px;font-weight:700;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.dashboard-shell #agentModal .project-modal-custom-option small{color:#6b7280;display:block;font-size:12px;font-weight:500;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.dashboard-shell #projectModal .modal-backdrop{background:#0f172a66}body.dashboard-shell #projectModal .modal-dialog{border-radius:14px;box-shadow:0 24px 70px #0f172a33;gap:16px;max-height:min(90vh,calc(100dvh - 32px));min-height:auto;overflow:hidden;padding:20px;width:min(720px,92vw)}body.dashboard-shell #projectModal .modal-header{align-items:center;display:flex;flex-shrink:0;justify-content:space-between}body.dashboard-shell #projectModal .modal-header h3{color:#111827;font-size:24px;font-weight:700;line-height:32px;margin:0}body.dashboard-shell #projectModal .modal-header .icon-btn{color:#016ff4;height:34px;width:34px}body.dashboard-shell #projectModal .modal-header .material-symbols-rounded{font-size:22px}body.dashboard-shell #projectModal .modal-dialog>form,body.dashboard-shell #projectModalForm{display:flex;flex:1 1 auto;flex-direction:column;gap:7px;min-height:0;overflow-y:auto;padding:0 4px 12px 0}body.dashboard-shell #projectModal .modal-label{color:#111827;font-size:12px;font-weight:600;line-height:17px;margin:0}body.dashboard-shell #projectModal .modal-input,body.dashboard-shell #projectModal .modal-textarea{background:#fff;border:2px solid #016ff4;border-radius:10px;box-shadow:none;color:#111827;font-family:inherit;font-size:14px;font-weight:400;line-height:20px;width:100%}body.dashboard-shell #projectModal .modal-input{min-height:44px;padding:10px 12px}body.dashboard-shell #projectModal .modal-textarea{min-height:104px;padding:12px;resize:vertical}body.dashboard-shell #projectModal .modal-input::placeholder,body.dashboard-shell #projectModal .modal-textarea::placeholder{color:#11182773}body.dashboard-shell #projectModal .hub-select-wrap{align-items:center;background:#fff;border:2px solid #016ff4;border-radius:10px;box-shadow:none;display:flex;gap:10px;max-width:none;min-height:52px;padding:10px 12px;width:100%}body.dashboard-shell #projectModal .hub-select{appearance:none;-webkit-appearance:none;background:#0000;border:0;color:#0d47a1;flex:1 1 auto;font:inherit;font-size:14px;font-weight:700;height:28px;line-height:24px;min-width:0;outline:none}body.dashboard-shell #projectModal .hub-select option{color:#111827;font-weight:600}body.dashboard-shell #projectModal .project-modal-custom-select{position:relative}body.dashboard-shell #projectModal .project-modal-custom-trigger{border:2px solid #016ff4;color:#0d47a1;cursor:pointer;font:inherit}body.dashboard-shell #projectModal .project-modal-custom-trigger[disabled]{cursor:default;opacity:1}body.dashboard-shell #projectModal .project-modal-custom-trigger-label{color:#0d47a1;flex:1 1 auto;font-size:14px;font-weight:700;line-height:24px;min-width:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}body.dashboard-shell #projectModal .project-modal-custom-trigger-label.is-placeholder{color:#0d47a1}body.dashboard-shell #projectModal .project-modal-custom-select.is-open .hub-select-chevron{transform:rotate(180deg)}body.dashboard-shell #projectModal .project-modal-custom-menu{background:#fff;border:1px solid #dbe2ea;border-radius:10px;box-shadow:0 18px 44px #0f172a29;left:0;max-height:246px;overflow-y:auto;padding:8px;position:absolute;right:0;z-index:6}body.dashboard-shell #projectModal .project-modal-custom-menu--down{top:calc(100% + 8px)}body.dashboard-shell #projectModal .project-modal-custom-menu--up{bottom:calc(100% + 8px)}body.dashboard-shell #projectModal .project-modal-custom-option{grid-gap:2px;background:#0000;border:0;border-radius:8px;color:#111827;cursor:pointer;display:grid;font:inherit;gap:2px;padding:9px 12px;text-align:left;width:100%}body.dashboard-shell #projectModal .project-modal-custom-option.is-selected,body.dashboard-shell #projectModal .project-modal-custom-option:focus-visible,body.dashboard-shell #projectModal .project-modal-custom-option:hover{background:#e8f1ff;color:#016ff4;outline:none}body.dashboard-shell #projectModal .project-modal-custom-option span{font-size:14px;font-weight:700;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.dashboard-shell #projectModal .project-modal-custom-option small{color:#6b7280;display:block;font-size:12px;font-weight:500;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.dashboard-shell #projectModal .modal-field-hint{color:#6b7280;font-size:12px;line-height:17px;margin:0}body.dashboard-shell #projectModal .modal-footer{align-items:center;border-top:1px solid #0f172a14;display:flex;flex-shrink:0;gap:8px;padding-top:16px}body.dashboard-shell #projectModal .project-modal-footer-actions{display:flex;gap:8px;margin-left:auto}body.dashboard-shell #projectModal .btn{border-radius:10px;font-size:14px;font-weight:700;min-height:44px;padding:0 18px}body.dashboard-shell #projectModal .project-modal-agents-list{display:flex;flex-wrap:wrap;gap:10px;min-height:18px}body.dashboard-shell #projectModal .project-modal-agents-empty{color:#6b7280;font-size:12px;line-height:17px;margin:0}body.dashboard-shell #projectModal .project-modal-agent-chip{align-items:center;background:#e8f1ff;border:1px solid #016ff433;border-radius:999px;color:#016ff4;display:inline-flex;gap:8px;min-height:32px;padding:5px 7px 5px 11px}body.dashboard-shell #projectModal .project-modal-agent-chip-label{font-size:12px;font-weight:700;line-height:16px}body.dashboard-shell #projectModal .project-modal-agent-chip-remove{align-items:center;background:#0000;border:0;border-radius:999px;color:#016ff4;cursor:pointer;display:inline-flex;height:22px;justify-content:center;padding:0;width:22px}body.dashboard-shell #projectModal .project-modal-agent-chip-remove:hover{background:#016ff41f}body.dashboard-shell #projectModal .project-modal-agent-chip-remove .material-symbols-rounded{font-size:17px}body.dashboard-shell .project-modal-danger{background:#fef2f299;border:1px solid #dc262633;border-radius:12px;margin-top:8px;padding:16px}body.dashboard-shell .project-modal-danger-title{color:#b91c1c;font-size:14px;font-weight:700;margin-bottom:8px}body.dashboard-shell .project-modal-danger-text{color:#7f1d1d;font-size:13px;line-height:1.45;margin:0 0 12px}body.dashboard-shell .project-modal-danger-confirm{align-items:flex-start;color:#111827;display:flex;font-size:13px;gap:8px;line-height:1.4;margin-bottom:12px}@media (max-width:920px){body.dashboard-shell .agent-capability-switch-row{grid-template-columns:1fr}body.dashboard-shell .agent-capability-card--voice{grid-column:auto}}html[data-color-mode=dark] body.dashboard-shell .agent-capability-card{background:var(--panel);border-color:var(--border)}html[data-color-mode=dark] body.dashboard-shell .agent-capability-card-copy strong,html[data-color-mode=dark] body.dashboard-shell .agent-capability-inline-toggle strong,html[data-color-mode=dark] body.dashboard-shell .agent-capability-simple-toggle strong{color:var(--text)}html[data-color-mode=dark] body.dashboard-shell #projectModal .modal-footer,html[data-color-mode=dark] body.dashboard-shell #wesEnvironmentModal .modal-footer,html[data-color-mode=dark] body.dashboard-shell .agent-create-dialog .modal-footer,html[data-color-mode=dark] body.dashboard-shell .agent-create-header{border-color:var(--border)}html[data-color-mode=dark] body.dashboard-shell .project-modal-danger{background:#7f1d1d33;border-color:#f8717140}body.dashboard-shell .MuiDialog-root .MuiBackdrop-root{background-color:#0f172a66}body.dashboard-shell .MuiDialog-paper{border:1px solid #0f172a0f;border-radius:14px!important;box-shadow:0 16px 40px #0f172a2e!important;width:100%}body.dashboard-shell .MuiDialog-paperWidthXs{max-width:460px!important}body.dashboard-shell .MuiDialog-paperWidthSm{max-width:520px!important}body.dashboard-shell .MuiDialog-paperWidthMd{max-width:640px!important}body.dashboard-shell .MuiDialog-paperWidthLg{max-width:860px!important}body.dashboard-shell .MuiDialog-paperWidthXl{max-width:1040px!important}body.dashboard-shell .MuiDialog-paperFullWidth{width:100%!important}body.dashboard-shell .MuiDialogTitle-root{align-items:center;color:#0f172a;display:flex;font-size:20px!important;font-weight:700!important;gap:12px;padding:20px 20px 12px!important}body.dashboard-shell .MuiDialogContent-root{padding:4px 20px 16px!important}body.dashboard-shell .MuiDialogContent-dividers{border-color:#0f172a14!important;padding-bottom:16px!important;padding-top:16px!important}body.dashboard-shell .MuiDialogActions-root{border-top:1px solid #0f172a14;gap:8px;padding:16px 20px 20px!important}body.dashboard-shell .MuiDialog-paper .MuiInputLabel-root{color:#0f172a;font-weight:600}body.dashboard-shell .MuiDialog-paper .MuiInputLabel-root.MuiInputLabel-outlined:not(.MuiInputLabel-shrink){transform:translate(14px,11px) scale(1)}body.dashboard-shell .MuiDialog-paper .MuiInputLabel-root.MuiInputLabel-outlined.MuiInputLabel-sizeSmall:not(.MuiInputLabel-shrink){transform:translate(14px,8px) scale(1)}body.dashboard-shell .MuiDialog-paper .MuiInputLabel-root.MuiInputLabel-outlined.MuiInputLabel-shrink{background-color:#fff!important;padding:0 6px!important;z-index:2}body.dashboard-shell .MuiDialog-paper .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline legend{font-size:.85em}body.dashboard-shell .MuiDialog-paper .MuiOutlinedInput-root:not(.Mui-disabled):not(.Mui-error) .MuiOutlinedInput-notchedOutline{border-color:#016ff4;border-color:var(--primary,#016ff4);border-width:2px}body.dashboard-shell .MuiDialog-paper .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#016ff4;border-color:var(--primary,#016ff4);border-width:2px;box-shadow:0 0 0 3px #016ff41f}body.dashboard-shell .MuiDialog-paper .MuiOutlinedInput-root{border-radius:12px!important}body.dashboard-shell .MuiDialog-paper .MuiOutlinedInput-input{padding:10px 12px!important}body.dashboard-shell .MuiDialogActions-root .MuiButton-root{border-radius:10px!important;font-weight:600;padding:8px 18px!important;text-transform:none!important}body.dashboard-shell .MuiDialogActions-root .MuiButton-containedPrimary{background:#016ff4;background:var(--primary,#016ff4)}body.dashboard-shell .MuiDialogActions-root .MuiButton-containedPrimary:hover{background:#0b5fe3}body.dashboard-shell .MuiDialogActions-root .MuiButton-outlinedPrimary{border-color:#016ff4;border-color:var(--primary,#016ff4);border-width:2px!important;color:#016ff4;color:var(--primary,#016ff4)}body.dashboard-shell .MuiDialogActions-root .MuiButton-outlinedPrimary:hover{background:#eef6ff;border-width:2px!important}body.dashboard-shell .MuiDialogTitle-root .MuiIconButton-root[aria-label*=close i],body.dashboard-shell .MuiDialogTitle-root .MuiIconButton-root[aria-label*=fechar i]{color:#016ff4;color:var(--primary,#016ff4);margin-left:auto}body.dashboard-shell .MuiDialog-root.chat-dialog .MuiDialog-paper{max-height:90vh!important;max-width:92vw!important;overflow:visible!important;padding:0!important;width:min(840px,92vw)!important}body.dashboard-shell .page .MuiOutlinedInput-root{background:#fff;border-radius:10px!important;transition:box-shadow .15s ease,border-color .15s ease}body.dashboard-shell .page .MuiOutlinedInput-input{font-size:14px;padding:9px 12px!important}body.dashboard-shell .page .MuiOutlinedInput-root:not(.Mui-disabled):not(.Mui-error):not(.Mui-focused) .MuiOutlinedInput-notchedOutline{border-color:#016ff466;border-width:1px}body.dashboard-shell .page .MuiOutlinedInput-root:hover:not(.Mui-disabled):not(.Mui-error):not(.Mui-focused) .MuiOutlinedInput-notchedOutline{border-color:#016ff4;border-color:var(--primary,#016ff4)}body.dashboard-shell .page .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#016ff4;border-color:var(--primary,#016ff4);border-width:2px;box-shadow:0 0 0 3px #016ff41f}body.dashboard-shell .page .MuiInputAdornment-root .MuiSvgIcon-root{color:#016ff4;color:var(--primary,#016ff4)}body.dashboard-shell .page .MuiFormLabel-root{color:#0f172a;font-weight:500}body.dashboard-shell .page .MuiInputLabel-root.MuiInputLabel-outlined:not(.MuiInputLabel-shrink){transform:translate(14px,10px) scale(1)}body.dashboard-shell .page .MuiInputLabel-root.MuiInputLabel-outlined.MuiInputLabel-sizeSmall:not(.MuiInputLabel-shrink){transform:translate(14px,7px) scale(1)}body.dashboard-shell .page .MuiFormLabel-root.Mui-focused,body.dashboard-shell .page .MuiSelect-icon{color:#016ff4;color:var(--primary,#016ff4)}.MuiPopover-root .MuiMenuItem-root.Mui-selected,body.dashboard-shell~.MuiPopover-root .MuiMenuItem-root.Mui-selected{background:#016ff414;color:#016ff4;color:var(--primary,#016ff4)}.MuiPopover-root .MuiMenuItem-root.Mui-selected:hover{background:#016ff424}body.dashboard-shell .page .MuiButton-root[class*=FilterIcon],body.dashboard-shell .page .MuiButton-textPrimary{border-radius:10px;font-weight:600;padding:6px 12px;text-transform:none}body.dashboard-shell .page .MuiIconButton-root{border-radius:10px;transition:background .15s ease}body.dashboard-shell .page .MuiIconButton-root:hover{background:#016ff414}body.dashboard-shell .page .MuiChip-filledPrimary,body.dashboard-shell .page .MuiChip-outlinedPrimary{background:#eaf3ff;border-color:#016ff433;border-radius:999px;color:#016ff4;color:var(--primary,#016ff4);font-weight:600}body.dashboard-shell .page .MuiChip-filledDefault{background:#f4f7fb;border-radius:999px;color:#0f172a;font-weight:500}html[data-color-mode=dark] body.dashboard-shell .page .MuiOutlinedInput-root{background:#121212!important}html[data-color-mode=dark] body.dashboard-shell .page .MuiOutlinedInput-input{color:#f1f3f4}html[data-color-mode=dark] body.dashboard-shell .page .MuiFormLabel-root{color:#b8bcc4}html[data-color-mode=dark] body.dashboard-shell .page .MuiChip-filledPrimary,html[data-color-mode=dark] body.dashboard-shell .page .MuiChip-outlinedPrimary{background:#38bcff24;border-color:#38bcff59;color:#38bcff}html[data-color-mode=dark] body.dashboard-shell .page .MuiChip-filledDefault{background:#1e1e1e;color:#e8eaed}body.dashboard-shell .integrations-page{min-width:0;overflow-x:hidden;padding:32px 40px 56px}body.dashboard-shell .integrations-breadcrumb{color:var(--muted);font-size:var(--md-label-large);margin-bottom:8px}body.dashboard-shell .integrations-breadcrumb a{color:var(--muted);text-decoration:none}body.dashboard-shell .integrations-breadcrumb a:hover{color:var(--primary)}body.dashboard-shell .integrations-header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:24px}body.dashboard-shell .integrations-header h2{font-size:var(--md-headline-small);font-weight:600;line-height:32px;margin:0 0 4px}body.dashboard-shell .integrations-header p{color:var(--muted);font-size:var(--md-body-medium);margin:0;max-width:680px}body.dashboard-shell .integrations-btn{align-items:center;background:#0000;border:1px solid #0000;border-radius:10px;color:var(--text);cursor:pointer;display:inline-flex;font-family:inherit;font-size:var(--md-label-large);font-weight:500;gap:8px;padding:10px 18px;text-decoration:none;transition:all .15s ease}body.dashboard-shell .integrations-btn--primary{background:var(--primary);color:#fff}body.dashboard-shell .integrations-btn--primary:hover:not(:disabled){background:var(--primary-2)}body.dashboard-shell .integrations-btn--ghost{color:var(--primary)}body.dashboard-shell .integrations-btn--ghost:hover:not(:disabled){background:#016ff40f;border-color:var(--border)}body.dashboard-shell .integrations-btn:disabled{cursor:not-allowed;opacity:.6}body.dashboard-shell .integrations-btn .material-symbols-rounded{font-size:18px}body.dashboard-shell .integrations-card{background:var(--panel);border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);padding:24px}body.dashboard-shell .integrations-card+.integrations-card{margin-top:20px}body.dashboard-shell .integrations-card-header{align-items:center;display:flex;gap:12px;margin-bottom:12px}body.dashboard-shell .integrations-card-header h3{font-size:var(--md-title-medium);font-weight:600;margin:0}body.dashboard-shell .integrations-card-header p{color:var(--muted);font-size:var(--md-body-medium);margin:0}body.dashboard-shell .integrations-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}body.dashboard-shell .integration-card{background:var(--panel);border:1px solid var(--border);border-radius:14px;color:var(--text);cursor:pointer;display:flex;flex-direction:column;gap:12px;padding:20px;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}body.dashboard-shell .integration-card:hover{border-color:var(--primary);box-shadow:0 12px 28px #0f172a14;transform:translateY(-2px)}body.dashboard-shell .integration-card__head{align-items:center;display:flex;gap:12px}body.dashboard-shell .integration-card__icon{border-radius:12px;color:#fff;display:grid;flex-shrink:0;font-size:24px;height:44px;place-items:center;width:44px}body.dashboard-shell .integration-card__icon--telegram{background:linear-gradient(135deg,#08c,#229ed9)}body.dashboard-shell .integration-card__icon--waba{background:linear-gradient(135deg,#25d366,#128c7e)}body.dashboard-shell .integration-card__title{font-size:var(--md-title-medium);font-weight:600;line-height:1.2}body.dashboard-shell .integration-card__type{color:var(--muted);font-size:var(--md-label-medium);letter-spacing:.04em;text-transform:uppercase}body.dashboard-shell .integration-card__footer,body.dashboard-shell .integration-card__meta{color:var(--muted);font-size:var(--md-body-small)}body.dashboard-shell .integration-card__footer{align-items:center;display:flex;justify-content:space-between}body.dashboard-shell .integration-card--placeholder{align-items:center;background:#0000;border:2px dashed var(--border);color:var(--primary);display:flex;font-weight:500;gap:8px;justify-content:center;min-height:164px}body.dashboard-shell .integration-card--placeholder:hover{background:#016ff40a;border-color:var(--primary)}body.dashboard-shell .integrations-table-wrap{overflow:hidden;padding:0}body.dashboard-shell .integrations-table{border-collapse:collapse;font-size:var(--md-body-medium);width:100%}body.dashboard-shell .integrations-table thead th{background:color-mix(in srgb,var(--panel) 92%,var(--text) 8%);border-bottom:1px solid var(--border);color:var(--muted);font-size:var(--md-label-medium);font-weight:600;letter-spacing:.04em;padding:14px 20px;text-align:left;text-transform:uppercase;white-space:nowrap}body.dashboard-shell .integrations-table tbody td{border-bottom:1px solid var(--border);padding:16px 20px;vertical-align:middle}body.dashboard-shell .integrations-table tbody tr:last-child td{border-bottom:0}body.dashboard-shell .integrations-table__row{cursor:pointer;transition:background-color .15s ease}body.dashboard-shell .integrations-table__row:hover{background:#016ff40a;outline:none}body.dashboard-shell .integrations-table__row:focus-visible{box-shadow:inset 0 0 0 2px var(--primary);outline:none}body.dashboard-shell .integrations-table__row:focus-visible:not(.integrations-table__row--selected){background:#016ff40a}body.dashboard-shell .integrations-table__row--selected{background:#016ff40f}body.dashboard-shell .integrations-table__row--selected:hover{background:#016ff414}body.dashboard-shell .integrations-table__row--selected:focus-visible{background:#016ff414;box-shadow:inset 0 0 0 2px var(--primary)}body.dashboard-shell .integrations-table__channel{align-items:center;display:flex;font-weight:500;gap:12px}body.dashboard-shell .integration-card__icon--sm{border-radius:10px;font-size:18px;height:34px;width:34px}body.dashboard-shell .integration-card__icon--sm .material-symbols-rounded{font-size:18px}body.dashboard-shell .integrations-table__name{color:var(--text);font-weight:600}body.dashboard-shell .integrations-table__meta{color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:var(--md-body-small)}body.dashboard-shell .integrations-table__muted{color:var(--muted);opacity:.6}body.dashboard-shell .integrations-table__chevron{color:var(--muted);text-align:right;width:32px}body.dashboard-shell .integrations-table__row:hover .integrations-table__chevron{color:var(--primary)}body.dashboard-shell .integrations-table__chevron .material-symbols-rounded{font-size:20px}@media (max-width:720px){body.dashboard-shell .integrations-table,body.dashboard-shell .integrations-table tbody,body.dashboard-shell .integrations-table td,body.dashboard-shell .integrations-table thead,body.dashboard-shell .integrations-table tr{display:block}body.dashboard-shell .integrations-table thead{display:none}body.dashboard-shell .integrations-table tbody tr{border-bottom:1px solid var(--border);padding:14px 16px}body.dashboard-shell .integrations-table tbody td{border-bottom:0;padding:4px 0}body.dashboard-shell .integrations-table__chevron{display:none}}body.dashboard-shell .integration-badge{align-items:center;border-radius:999px;display:inline-flex;font-size:var(--md-label-medium);font-weight:500;gap:6px;line-height:1;padding:4px 10px}body.dashboard-shell .integration-badge--active{background:#dcfce7;color:#166534}body.dashboard-shell .integration-badge--draft{background:#fef9c3;color:#854d0e}body.dashboard-shell .integration-badge--mocked{background:#ede9fe;color:#5b21b6}body.dashboard-shell .integration-badge--inactive{background:#f1f5f9;color:#475569}body.dashboard-shell .integration-badge:before{background:currentColor;border-radius:50%;content:"";height:8px;width:8px}body.dashboard-shell .integration-form-grid{grid-gap:20px;display:grid;gap:20px;max-width:720px}body.dashboard-shell .integration-field{display:flex;flex-direction:column;gap:6px}body.dashboard-shell .integration-field label{color:var(--text);font-size:var(--md-label-large);font-weight:500}body.dashboard-shell .integration-field .integration-hint{color:var(--muted);font-size:var(--md-body-small);line-height:18px}body.dashboard-shell .integration-field .integration-hint a{color:var(--primary);text-decoration:none}body.dashboard-shell .integration-field .integration-hint a:hover{text-decoration:underline}body.dashboard-shell .integration-field input,body.dashboard-shell .integration-field select,body.dashboard-shell .integration-field textarea{background:#fff;border:1px solid var(--border);border-radius:10px;color:var(--text);font-family:inherit;font-size:var(--md-body-large);line-height:24px;padding:10px 14px;transition:border-color .15s ease,box-shadow .15s ease}body.dashboard-shell .integration-field input:focus,body.dashboard-shell .integration-field select:focus,body.dashboard-shell .integration-field textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #016ff426;outline:none}body.dashboard-shell .integration-field input.with-action{padding-right:130px}body.dashboard-shell .integration-field-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}body.dashboard-shell .integration-input-wrap{position:relative}body.dashboard-shell .integration-input-wrap .integration-inline-action{background:#0000;border:none;border-radius:6px;color:var(--primary);cursor:pointer;font-family:inherit;font-size:var(--md-label-large);font-weight:500;padding:6px 10px;position:absolute;right:8px;top:50%;transform:translateY(-50%)}body.dashboard-shell .integration-input-wrap .integration-inline-action:hover:not(:disabled){background:#016ff414}body.dashboard-shell .integration-input-wrap .integration-inline-action:disabled{cursor:not-allowed;opacity:.6}body.dashboard-shell .integration-form-actions{border-top:1px solid var(--border);display:flex;gap:12px;justify-content:flex-end;margin-top:8px;padding-top:20px}body.dashboard-shell .integration-alert{border:1px solid #0000;border-radius:12px;display:flex;gap:12px;margin-bottom:20px;padding:14px 16px}body.dashboard-shell .integration-alert__icon{flex-shrink:0;font-size:20px;margin-top:1px}body.dashboard-shell .integration-alert__body strong{display:block;font-weight:600;margin-bottom:2px}body.dashboard-shell .integration-alert__body p{font-size:var(--md-body-medium);line-height:20px;margin:0}body.dashboard-shell .integration-alert--info{background:#eff6ff;border-color:#bfdbfe;color:#1e3a8a}body.dashboard-shell .integration-alert--mock{background:#f5f3ff;border-color:#ddd6fe;color:#5b21b6}body.dashboard-shell .integration-alert--success{background:#ecfdf5;border-color:#a7f3d0;color:#065f46}body.dashboard-shell .integration-alert--error{background:#fef2f2;border-color:#fecaca;color:#b91c1c}body.dashboard-shell .integration-usage-list{display:flex;flex-direction:column;gap:10px;list-style:none;margin:0;padding:0}body.dashboard-shell .integration-usage-list li{align-items:center;color:var(--muted);display:flex;font-size:var(--md-body-medium);gap:10px}body.dashboard-shell .integration-usage-list .material-symbols-rounded{color:var(--primary);font-size:18px}body.dashboard-shell .integration-detail-grid{grid-gap:20px;align-items:start;display:grid;gap:20px;grid-template-columns:2fr 1fr}body.dashboard-shell .integration-bot-preview{align-items:center;background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;display:flex;gap:12px;margin-top:12px;padding:14px 16px}body.dashboard-shell .integration-bot-preview__avatar{background:#08c;border-radius:50%;color:#fff;display:grid;font-weight:600;height:44px;place-items:center;width:44px}body.dashboard-shell .integration-bot-preview__info strong{color:var(--text);display:block;font-size:var(--md-body-large)}body.dashboard-shell .integration-bot-preview__info span{color:var(--muted);font-size:var(--md-body-small)}@media (max-width:900px){body.dashboard-shell .integration-detail-grid,body.dashboard-shell .integration-field-row{grid-template-columns:1fr}}body.dashboard-shell .integrations-modal-backdrop{background:#0f172a8c;display:grid;inset:0;padding:24px;place-items:center;position:fixed;z-index:1000}body.dashboard-shell .integrations-modal{background:#fff;background:var(--surface,#fff);border-radius:16px;box-shadow:0 24px 64px #0f172a40;max-height:calc(100vh - 48px);overflow-y:auto;padding:24px;width:min(720px,100%)}body.dashboard-shell .integrations-modal__header{align-items:flex-start;display:flex;gap:16px;margin-bottom:20px}body.dashboard-shell .integrations-modal__header h2{color:var(--text);font-size:18px;font-size:var(--md-title-large,18px);margin:0 0 6px}body.dashboard-shell .integrations-modal__header p{color:var(--muted);font-size:14px;font-size:var(--md-body-medium,14px);margin:0}body.dashboard-shell .integrations-modal__close{background:#0000;border:0;border-radius:8px;color:var(--muted);cursor:pointer;display:grid;margin-left:auto;padding:4px;place-items:center}body.dashboard-shell .integrations-modal__close:hover{background:#0f172a0f;color:var(--text)}body.dashboard-shell .integrations-modal__grid{margin-bottom:20px}body.dashboard-shell .integrations-modal__footer{display:flex;justify-content:flex-end}body.dashboard-shell .integrations-back{align-items:center;background:#0000;border:0;border-radius:8px;color:var(--muted);cursor:pointer;display:inline-flex;font-size:14px;font-size:var(--md-body-medium,14px);gap:6px;margin-bottom:12px;padding:6px 8px}body.dashboard-shell .integrations-back:hover{background:#0f172a0a;color:var(--text)}body.dashboard-shell .integrations-table__delete{background:#0000;border:0;border-radius:8px;color:var(--muted);cursor:pointer;display:inline-grid;padding:6px;place-items:center}body.dashboard-shell .integrations-table__delete:hover{background:#fee2e2;color:#b91c1c}body.dashboard-shell .integration-field--invalid input,body.dashboard-shell .integration-field--invalid select,body.dashboard-shell .integration-field--invalid textarea{border-color:#dc2626}body.dashboard-shell .integration-field__error{color:#b91c1c;font-size:12px;font-size:var(--md-body-small,12px);margin-top:4px}body.dashboard-shell .integrations-placeholder{display:grid;padding:48px 24px;place-items:center;text-align:center}body.dashboard-shell .integrations-placeholder__icon{background:#fef3c7;border-radius:50%;color:#b45309;display:grid;height:64px;margin-bottom:16px;place-items:center;width:64px}body.dashboard-shell .integrations-placeholder__icon .material-symbols-rounded{font-size:32px}body.dashboard-shell .integrations-placeholder h3{color:var(--text);margin:0 0 8px}body.dashboard-shell .integrations-placeholder p{color:var(--muted);margin:0;max-width:480px}body.dashboard-shell .integrations-stepper{align-items:flex-start;display:flex;gap:0;margin-bottom:16px;padding:16px 8px 24px}body.dashboard-shell .integrations-stepper__step{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:8px;position:relative}body.dashboard-shell .integrations-stepper__bullet{background:#e2e8f0;border-radius:50%;color:#64748b;display:grid;font-size:14px;font-weight:600;height:36px;place-items:center;width:36px;z-index:1}body.dashboard-shell .integrations-stepper__step--current .integrations-stepper__bullet{background:#2563eb;background:var(--primary,#2563eb);color:#fff}body.dashboard-shell .integrations-stepper__step--done .integrations-stepper__bullet{background:#16a34a;color:#fff}body.dashboard-shell .integrations-stepper__label{color:var(--muted);font-size:12px;font-size:var(--md-body-small,12px);text-align:center}body.dashboard-shell .integrations-stepper__step--current .integrations-stepper__label{color:#2563eb;color:var(--primary,#2563eb);font-weight:600}body.dashboard-shell .integrations-stepper__connector{background:#e2e8f0;height:2px;left:50%;position:absolute;top:18px;width:100%;z-index:0}body.dashboard-shell .integrations-stepper__step--done .integrations-stepper__connector{background:#16a34a}body.dashboard-shell .integrations-stepper__step:last-child .integrations-stepper__connector{display:none}body.dashboard-shell .integrations-step-meta{align-items:center;color:var(--muted);display:flex;font-size:12px;font-size:var(--md-body-small,12px);justify-content:space-between;margin-bottom:8px}body.dashboard-shell .integrations-step-meta__optional{background:#fef3c7;border-radius:999px;color:#92400e;font-weight:500;padding:2px 8px}body.dashboard-shell .integrations-summary{grid-gap:0;border:1px solid #e5e7eb;border:1px solid var(--border,#e5e7eb);border-radius:12px;display:grid;gap:0;grid-template-columns:1fr;margin:16px 0 0;overflow:hidden;padding:0}body.dashboard-shell .integrations-summary__row{grid-gap:16px;border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border,#e5e7eb);display:grid;gap:16px;grid-template-columns:200px 1fr;padding:12px 16px}body.dashboard-shell .integrations-summary__row:last-child{border-bottom:0}body.dashboard-shell .integrations-summary__row dt{color:var(--muted);font-size:14px;font-size:var(--md-body-medium,14px);margin:0}body.dashboard-shell .integrations-summary__row dd{color:var(--text);font-size:14px;font-size:var(--md-body-medium,14px);margin:0;word-break:break-word}body.dashboard-shell .integrations-summary__row dd a{color:#2563eb;color:var(--primary,#2563eb);text-decoration:none}body.dashboard-shell .integrations-summary__row dd a:hover{text-decoration:underline}@media (max-width:700px){body.dashboard-shell .integrations-summary__row{gap:4px;grid-template-columns:1fr}}body.dashboard-shell .integration-card--with-pill{position:relative}body.dashboard-shell .integration-card__pill{background:color-mix(in srgb,var(--primary) 14%,#0000);border:1px solid color-mix(in srgb,var(--primary) 32%,#0000);border-radius:6px;color:var(--primary);font-size:11px;font-weight:600;letter-spacing:.05em;padding:4px 8px;pointer-events:none;position:absolute;right:12px;text-transform:uppercase;top:12px;z-index:1}body.dashboard-shell .waba-maintenance-card{max-width:640px}body.dashboard-shell .waba-maintenance-card__hero{background:color-mix(in srgb,var(--primary) 12%,#0000);border:1px solid color-mix(in srgb,var(--primary) 22%,#0000);border-radius:50%;display:grid;height:72px;margin:0 0 20px;place-items:center;width:72px}body.dashboard-shell .waba-maintenance-card__hero .material-symbols-rounded{color:var(--primary);font-size:36px}body.dashboard-shell .waba-maintenance-card__headline{font-size:var(--md-title-medium);font-weight:600;line-height:1.35;margin:0 0 8px}body.dashboard-shell .waba-maintenance-card__body{color:var(--muted);font-size:var(--md-body-medium);line-height:1.55;margin:0 0 20px}body.dashboard-shell .waba-maintenance-card__banner{margin-bottom:20px}body.dashboard-shell .waba-maintenance-card__details{background:color-mix(in srgb,var(--panel) 96%,var(--text) 4%);border:1px solid var(--border);border-radius:12px;margin-bottom:8px;padding:12px 16px}body.dashboard-shell .waba-maintenance-card__details summary{cursor:pointer;font-size:var(--md-body-medium);font-weight:600}body.dashboard-shell .waba-maintenance-card__details ul{color:var(--muted);font-size:var(--md-body-medium);line-height:1.5;margin:12px 0 0;padding-left:20px}body.dashboard-shell .waba-maintenance-card__details li+li{margin-top:6px}body.dashboard-shell .campaigns-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}body.dashboard-shell .integration-badge--failed{background:#fee2e2;color:#991b1b}body.dashboard-shell .idp-page{margin:0;max-width:none;min-width:0;padding:0 0 2.5rem;width:100%}body.dashboard-shell .idp-page__header{border-bottom:1px solid var(--border);margin-bottom:0;padding-bottom:1.5rem}body.dashboard-shell .idp-page__title{color:var(--text);font-size:var(--md-headline-small);font-weight:600;line-height:1.25;margin:0 0 .35rem}body.dashboard-shell .idp-page__tagline{color:var(--muted);font-size:var(--md-body-large);font-weight:450;line-height:1.5;margin:.65rem 0 0;max-width:38rem}body.dashboard-shell .idp-btn{align-items:center;border:1px solid #0000;border-radius:10px;cursor:pointer;display:inline-flex;font-family:inherit;font-size:.9375rem;font-weight:600;gap:.5rem;justify-content:center;line-height:1.25;padding:.65rem 1.15rem;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}body.dashboard-shell .idp-btn:focus-visible{outline:2px solid #38bcff73;outline-offset:2px}body.dashboard-shell .idp-btn:disabled{cursor:not-allowed;opacity:.55}body.dashboard-shell .idp-btn--primary{background:var(--primary);border-color:var(--primary);color:#fff;margin-top:.25rem;min-height:2.75rem}body.dashboard-shell .idp-btn--primary:hover:not(:disabled){background:var(--primary-2);border-color:var(--primary-2)}body.dashboard-shell .idp-btn--outline{background:var(--panel);border-color:var(--blue-4);color:var(--primary)}body.dashboard-shell .idp-btn--outline:hover:not(:disabled){background:#016ff40f}html[data-color-mode=dark] body.dashboard-shell .idp-btn--outline:hover:not(:disabled){background:#38bcff14}body.dashboard-shell .idp-form-field{display:flex;flex-direction:column;gap:.35rem;text-align:left}body.dashboard-shell .idp-form-field__title{color:var(--text-main);font-size:.875rem;font-weight:600;line-height:1.14}body.dashboard-shell .idp-form-field__labelRow{align-items:center;display:flex;flex-wrap:wrap;gap:.35rem}body.dashboard-shell .idp-form-field__title--grow{flex:1 1;min-width:0}body.dashboard-shell .idp-field-hint{color:var(--muted);display:block;font-size:.75rem;font-weight:400;line-height:1.4;margin:.2rem 0 0;max-width:40rem}body.dashboard-shell .idp-field-hint--fieldset{margin:0 0 .5rem}body.dashboard-shell .idp-field-hint--afterCheckbox{margin:-.15rem 0 0 1.65rem}body.dashboard-shell .idp-field-hint--status{margin:.35rem 0 0}body.dashboard-shell .idp-field-hint--resultHeading{margin:.15rem 0 .35rem}body.dashboard-shell .idp-field-hint--export{margin:.25rem 0 0;max-width:14rem;text-align:right}body.dashboard-shell .idp-field-hint--output{margin:.1rem 0 .35rem}body.dashboard-shell .idp-field-hint--inDetails{margin:.25rem 0 .5rem}body.dashboard-shell .idp-field-hint--tableHead{display:block;font-weight:400;margin:.2rem 0 0}body.dashboard-shell .idp-field-hint--preLabel{margin:.15rem 0 .35rem}body.dashboard-shell .idp-form-field .idp-input{width:100%}body.dashboard-shell fieldset.idp-form-field{background:var(--bg-light);border:1px solid var(--border);border-radius:var(--radius);margin:0;padding:1rem 1rem 1.1rem}body.dashboard-shell fieldset.idp-form-field>legend{color:var(--text-main);font-size:.8125rem;font-weight:600;padding:0 .5rem}body.dashboard-shell .idp-checkbox-row{align-items:flex-start;flex-direction:row;gap:.5rem}body.dashboard-shell .idp-checkbox-row input[type=checkbox]{accent-color:var(--primary);cursor:pointer;height:1.05rem;margin-top:.25rem;width:1.05rem}body.dashboard-shell .idp-input{background:var(--panel);border:1px solid var(--border);border-radius:10px;color:var(--text);font:inherit;padding:.625rem .85rem;transition:border-color .15s ease,box-shadow .15s ease}body.dashboard-shell .idp-input:hover:not(:disabled){border-color:var(--border-color)}body.dashboard-shell .idp-input:focus-visible{border-color:var(--blue-1);box-shadow:0 0 0 3px #38bcff1f;outline:2px solid #38bcff47;outline-offset:0}body.dashboard-shell .idp-input:disabled{background:var(--bg);cursor:not-allowed;opacity:.65}body.dashboard-shell .idp-card{background:var(--panel);border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:1.25rem;margin-top:1.25rem;padding:1.5rem 1.35rem}body.dashboard-shell .idp-card--form{margin-top:1.5rem}body.dashboard-shell .idp-card--debug{background:var(--bg-light);margin-top:1.75rem}body.dashboard-shell .idp-upload-zone__header{display:flex;justify-content:center;margin-bottom:.35rem;text-align:left}body.dashboard-shell .idp-upload-zone__header .idp-form-field__labelRow{justify-content:center}body.dashboard-shell .idp-upload-zone__header .idp-field-hint{margin-left:auto;margin-right:auto;max-width:28rem;text-align:center}body.dashboard-shell .idp-upload-zone{background:var(--bg-light);border:1px dashed var(--border-color);border-radius:var(--radius);padding:1.5rem 1.15rem;text-align:center;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}body.dashboard-shell .idp-upload-zone--active{background:#016ff40f;border-color:var(--blue-4);box-shadow:inset 0 0 0 1px #0b82f914}html[data-color-mode=dark] body.dashboard-shell .idp-upload-zone--active{background:#38bcff14;box-shadow:inset 0 0 0 1px #38bcff26}body.dashboard-shell .idp-upload-zone__text{color:var(--text);margin:0}body.dashboard-shell .idp-upload-zone__icon{display:flex;justify-content:center;margin-bottom:.75rem;opacity:.92}body.dashboard-shell .idp-linkish{background:none;border:none;color:var(--primary);cursor:pointer;font:inherit;font-weight:600;padding:0;text-decoration:underline;text-underline-offset:2px}body.dashboard-shell .idp-linkish:disabled{cursor:not-allowed;opacity:.5}body.dashboard-shell .idp-muted{color:var(--muted);font-size:.875rem;line-height:1.45}body.dashboard-shell .idp-status-banner__line{align-items:center;display:flex;flex-wrap:wrap;gap:.35rem}body.dashboard-shell .idp-status-banner{background:var(--panel);border:1px solid var(--border);border-left-width:4px;border-radius:var(--radius);box-shadow:var(--shadow);margin-top:1.25rem;padding:.9rem 1rem .95rem;text-align:left}body.dashboard-shell .idp-status-banner strong{color:var(--text-main);font-weight:600}body.dashboard-shell .idp-status-banner--idle,body.dashboard-shell .idp-status-banner--processing,body.dashboard-shell .idp-status-banner--uploading{background:var(--bg-light);border-left-color:var(--blue-1)}body.dashboard-shell .idp-status-banner--success{background:#22c55e0f;border-left-color:#22c55e}body.dashboard-shell .idp-status-banner--partial_success{background:#eab3080f;border-left-color:#eab308}body.dashboard-shell .idp-status-banner--failed{background:#ef44440f;border-left-color:#ef4444}html[data-color-mode=dark] body.dashboard-shell .idp-status-banner--success{background:#22c55e1a}html[data-color-mode=dark] body.dashboard-shell .idp-status-banner--partial_success{background:#eab3081a}html[data-color-mode=dark] body.dashboard-shell .idp-status-banner--failed{background:#ef44441a}body.dashboard-shell .idp-error-text{background:#ef444414;border:1px solid #ef444440;border-radius:10px;color:#b91c1c;font-size:.875rem;line-height:1.45;margin-top:1rem;padding:.75rem .9rem}html[data-color-mode=dark] body.dashboard-shell .idp-error-text{background:#ef44441f;border-color:#ef444459;color:#fca5a5}body.dashboard-shell .idp-result-panel{background:var(--panel);border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow);margin-top:1.5rem;padding:1.5rem 1.35rem 1.65rem;text-align:left}body.dashboard-shell .idp-result-panel>section{border-top:1px solid var(--border);margin-top:1.35rem;padding-top:1.35rem}body.dashboard-shell .idp-result-panel>section:first-of-type{margin-top:1.5rem}body.dashboard-shell .idp-result-panel__documentSummary{background:var(--bg-light);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:1rem;line-height:1.55;margin:.35rem 0 0;padding:.75rem .95rem;white-space:pre-wrap}body.dashboard-shell .idp-result-panel__details{margin:.5rem 0 .75rem;padding:0 0 0 .15rem}body.dashboard-shell .idp-result-panel__details .idp-pre-block{margin-top:.5rem}body.dashboard-shell .idp-result-panel section>ul{color:var(--text);font-size:.9375rem;margin:.35rem 0 .15rem;padding-left:1.2rem}body.dashboard-shell .idp-result-panel section>ul>li{margin:.2rem 0}body.dashboard-shell .idp-result-panel__headingBlock{flex:1 1;min-width:0}body.dashboard-shell .idp-result-panel__headingBlock--md{margin:1.25rem 0 .5rem}body.dashboard-shell .idp-result-panel__headingBlock--lg{margin:0}body.dashboard-shell .idp-result-panel__headingBlock--sm{margin:.75rem 0 .35rem}body.dashboard-shell .idp-result-panel>section:first-of-type>.idp-result-panel__headingBlock--md:first-child{margin-top:0}body.dashboard-shell .idp-result-panel__headingTitle{color:var(--text-main);font-weight:600;margin:0}body.dashboard-shell .idp-result-panel__headingBlock--lg .idp-result-panel__headingTitle{font-size:1.25rem}body.dashboard-shell .idp-result-panel__headingBlock--md .idp-result-panel__headingTitle{font-size:1.05rem}body.dashboard-shell .idp-result-panel__headingBlock--sm .idp-result-panel__headingTitle{font-size:.9375rem}body.dashboard-shell .idp-result-panel__outputBlock{margin-bottom:.5rem}body.dashboard-shell .idp-result-panel__fieldLine{align-items:baseline;display:flex;flex-wrap:wrap;gap:.35rem .75rem;margin:.15rem 0 0}body.dashboard-shell .idp-result-panel__fieldLabel{flex-shrink:0}body.dashboard-shell .idp-result-panel__fieldValue{min-width:0}body.dashboard-shell .idp-result-panel__summary{display:list-item}body.dashboard-shell .idp-result-panel__preLabel{margin:.5rem 0 .25rem}body.dashboard-shell .idp-row-between{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}body.dashboard-shell .idp-row-between--resultTop{align-items:flex-start}body.dashboard-shell .idp-result-panel__exportCol{align-items:flex-end;display:flex;flex-direction:column;gap:.35rem}@media (max-width:36rem){body.dashboard-shell .idp-row-between--resultTop{align-items:stretch;flex-direction:column}body.dashboard-shell .idp-result-panel__exportCol{align-items:stretch;width:100%}body.dashboard-shell .idp-result-panel__exportCol .idp-btn{width:100%}body.dashboard-shell .idp-field-hint--export{max-width:none;text-align:left}}body.dashboard-shell .idp-pre-block{background:var(--brand-dark);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.8125rem;line-height:1.5;max-height:280px;overflow:auto;padding:1rem;white-space:pre-wrap}html[data-color-mode=dark] body.dashboard-shell .idp-pre-block{background:#0a0a0a;border-color:var(--border);color:#e2e8f0}body.dashboard-shell .idp-pre-block--small{max-height:160px}body.dashboard-shell .idp-pre-block--debug{margin-top:.4rem;max-height:min(48vh,340px)}body.dashboard-shell .idp-pre-block--tech{background:var(--bg-light);border:1px solid var(--border);color:var(--text)}html[data-color-mode=dark] body.dashboard-shell .idp-pre-block--tech{background:#1a1a1a;color:var(--text)}body.dashboard-shell .idp-api-debug{margin-top:0;text-align:left}body.dashboard-shell .idp-api-debug__title{color:var(--muted);font-size:.9375rem;font-weight:600;letter-spacing:.02em;margin:0 0 1rem;text-transform:uppercase}body.dashboard-shell .idp-tree ul{margin:.25rem 0 .5rem 1rem}body.dashboard-shell .idp-data-table{border-collapse:collapse;font-size:.875rem;width:100%}body.dashboard-shell .idp-table-surface{-webkit-overflow-scrolling:touch;background:var(--panel);border-radius:var(--radius);box-shadow:0 0 0 1px var(--border) inset;margin:.5rem 0 .85rem;max-height:min(60vh,26rem);overflow:auto}body.dashboard-shell .idp-table-surface .idp-data-table{margin:0;min-width:100%;width:-webkit-max-content;width:max-content}body.dashboard-shell .idp-data-table td,body.dashboard-shell .idp-data-table th{border:1px solid var(--border);padding:.5rem .65rem;text-align:left}body.dashboard-shell .idp-data-table th{background:var(--bg-light);color:var(--text-main);font-weight:600}body.dashboard-shell .idp-data-table tbody tr:nth-child(2n){background:var(--bg-light)}body.dashboard-shell .idp-data-table--timings{font-size:.8125rem}body.dashboard-shell .idp-data-table--timings tbody tr:nth-child(2n){background:#0000}body.dashboard-shell .idp-data-table__subtotalRow td{background:var(--bg-light);border-top:2px solid var(--border)}body.dashboard-shell .idp-data-table__remainderRow td{background:var(--bg);color:var(--muted);font-size:.8125rem}body.dashboard-shell .idp-data-table__thLabel{color:var(--text-main);display:block;font-weight:600}body.dashboard-shell .idp-data-table__thStack{align-items:flex-start;display:flex;flex-direction:column;gap:0}body.dashboard-shell .idp-table-wrap{margin-bottom:1.15rem}body.dashboard-shell .idp-table-wrap>.idp-muted{margin-bottom:.35rem}body.dashboard-shell .idp-result-panel details summary{color:var(--primary);cursor:pointer;font-weight:500;padding:.2rem 0}body.dashboard-shell .idp-result-panel details summary:hover{color:var(--blue-4)}body.dashboard-shell select.idp-input{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%2364748b' d='M1.4 0 6 4.6 10.6 0 12 1.4l-6 6-6-6z'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;cursor:pointer;padding-right:2rem}body.dashboard-shell .idp-page__grid{grid-gap:.625rem;align-items:stretch;display:grid;gap:.625rem;grid-template-columns:minmax(300px,.85fr) minmax(460px,1.15fr);margin-top:1rem}body.dashboard-shell .idp-card--settings,body.dashboard-shell .idp-card--upload{align-content:start;gap:.625rem;height:100%;margin-top:0;padding:.875rem}body.dashboard-shell .idp-section-title{color:var(--text-main);font-size:1rem;font-weight:600;margin:0}body.dashboard-shell .idp-field-hint--compact{margin:.15rem 0 .35rem;max-width:none}body.dashboard-shell .idp-form-row--three-cols{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(3,minmax(0,1fr))}body.dashboard-shell .idp-form-row--options{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(2,minmax(0,1fr))}body.dashboard-shell .idp-btn--submit{margin-top:.125rem;min-height:2.75rem;width:100%}body.dashboard-shell .idp-option-card{align-items:center;background:#016ff40a;border:1px solid var(--blue-4);border-radius:10px;cursor:pointer;display:flex;gap:.5rem;min-width:0;padding:.65rem .75rem}html[data-color-mode=dark] body.dashboard-shell .idp-option-card{background:#38bcff0f}body.dashboard-shell .idp-option-card input[type=checkbox]{accent-color:var(--primary);flex-shrink:0;margin:0}body.dashboard-shell .idp-option-card__label{color:var(--primary);flex:1 1;font-size:.8125rem;font-weight:600;line-height:1.35;min-width:0}body.dashboard-shell .idp-option-card__info{color:var(--primary);display:inline-flex;flex-shrink:0}body.dashboard-shell .idp-upload-zone--square{background:#0000;border:none;cursor:pointer;display:flex;flex-direction:column;height:100%;min-height:280px;padding:0;text-align:left}body.dashboard-shell .idp-upload-zone--square.idp-upload-zone--active{box-shadow:none}body.dashboard-shell .idp-upload-zone__head{margin-bottom:.5rem}body.dashboard-shell .idp-upload-zone__title{color:var(--text-main);font-size:1rem;font-weight:600;margin:0}body.dashboard-shell .idp-upload-zone__hint{color:var(--muted);font-size:.8125rem;line-height:1.45;margin:.35rem 0 0}body.dashboard-shell .idp-upload-zone__body{align-items:center;background:var(--bg-light);border:1px dashed var(--border-color);border-radius:var(--radius);display:flex;flex:1 1;flex-direction:column;gap:.5rem;justify-content:center;padding:1.25rem 1rem;text-align:center;transition:border-color .18s ease,background .18s ease}body.dashboard-shell .idp-upload-zone--square.idp-upload-zone--active .idp-upload-zone__body{background:#016ff40f;border-color:var(--blue-4)}html[data-color-mode=dark] body.dashboard-shell .idp-upload-zone--square.idp-upload-zone--active .idp-upload-zone__body{background:#38bcff14}body.dashboard-shell .idp-upload-zone__icon{color:var(--primary);font-size:2rem}body.dashboard-shell .idp-upload-zone__filename,body.dashboard-shell .idp-upload-zone__formats{color:var(--muted);font-size:.8125rem}body.dashboard-shell .idp-upload-zone__error{margin-top:.5rem}body.dashboard-shell .idp-classes-multiselect{position:relative}body.dashboard-shell .idp-classes-trigger{align-items:center;background:var(--panel);border:2px solid var(--primary);border-radius:10px;box-shadow:0 1px 4px #016ff414;color:var(--primary);cursor:pointer;display:flex;font:inherit;font-size:.9375rem;font-weight:600;gap:.75rem;justify-content:space-between;min-height:2.75rem;padding:.625rem .875rem;width:100%}body.dashboard-shell .idp-classes-trigger:disabled{cursor:not-allowed;opacity:.55}body.dashboard-shell .idp-classes-multiselect.is-open .idp-classes-trigger,body.dashboard-shell .idp-classes-trigger:focus-visible{box-shadow:0 0 0 2px #38bcff2e,0 2px 8px #016ff41a;outline:none}body.dashboard-shell .idp-classes-trigger__label{min-width:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}body.dashboard-shell .idp-classes-trigger__chevron{color:var(--primary);transition:transform .15s ease}body.dashboard-shell .idp-classes-multiselect.is-open .idp-classes-trigger__chevron{transform:rotate(180deg)}body.dashboard-shell .idp-classes-menu{grid-gap:.375rem;background:var(--panel);border:1px solid #016ff424;border-radius:10px;box-shadow:var(--shadow);display:grid;gap:.375rem;left:0;list-style:none;margin:0;padding:.375rem;position:absolute;right:0;top:calc(100% + 6px);z-index:30}body.dashboard-shell .idp-classes-menu[hidden]{display:none!important}body.dashboard-shell .idp-classes-option{align-items:center;background:#0000;border:none;border-radius:8px;color:var(--text);cursor:pointer;display:flex;font:inherit;font-size:.9375rem;font-weight:500;gap:.5rem;justify-content:space-between;padding:.5rem .625rem;text-align:left;width:100%}body.dashboard-shell .idp-classes-option:hover{background:var(--bg-light)}body.dashboard-shell .idp-classes-option.is-selected{background:#016ff41a;color:var(--primary);font-weight:700}html[data-color-mode=dark] body.dashboard-shell .idp-classes-option.is-selected{background:#38bcff1f}body.dashboard-shell .idp-classes-option__check{color:var(--primary);font-size:1.125rem}body.dashboard-shell .idp-processing-card{margin-top:1rem}body.dashboard-shell .idp-processing-card__title{color:var(--text-main);font-size:var(--md-body-large);font-weight:600;margin:0}body.dashboard-shell .idp-processing-card__subtitle{color:var(--muted);font-size:var(--md-body-medium);margin:.375rem 0 0}body.dashboard-shell .idp-progress{background:var(--border);border-radius:999px;height:10px;margin-top:.5rem;overflow:hidden;width:100%}body.dashboard-shell .idp-progress__bar{background:linear-gradient(90deg,var(--primary) 0,var(--blue-4) 100%);height:100%;transition:width .18s linear}body.dashboard-shell .idp-progress__text{color:var(--primary);font-size:.875rem;font-weight:600;margin:.375rem 0 0}body.dashboard-shell .idp-processing-card__error{margin-top:.75rem}body.dashboard-shell .idp-page__error,body.dashboard-shell .idp-result-panel.idp-card{margin-top:1rem}body.dashboard-shell .idp-result-panel__header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}body.dashboard-shell .idp-result-panel__title{color:var(--text-main);font-size:1.125rem;font-weight:600;margin:0}body.dashboard-shell .idp-result-panel__actions{display:flex;flex-wrap:wrap;gap:.5rem}body.dashboard-shell .idp-result-panel__errors-banner{background:#ef444414;border:1px solid #ef444440;border-radius:10px;margin-top:1rem;padding:.75rem .875rem}html[data-color-mode=dark] body.dashboard-shell .idp-result-panel__errors-banner{background:#ef44441f}body.dashboard-shell .idp-result-panel__errors-line{color:var(--text);font-size:.875rem;margin:0}body.dashboard-shell .idp-result-panel__errors-line+.idp-result-panel__errors-line{margin-top:.35rem}body.dashboard-shell .idp-result-block{border-top:1px solid var(--border);margin-top:1.25rem;padding-top:1.25rem}body.dashboard-shell .idp-result-block__title{color:var(--text-main);font-size:1rem;font-weight:600;margin:0}body.dashboard-shell .idp-result-block__subtitle{color:var(--text-main);font-size:.9375rem;font-weight:600;margin:.75rem 0 .25rem}body.dashboard-shell .idp-result-meta{grid-gap:.35rem 1.5rem;display:grid;gap:.35rem 1.5rem;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:.5rem}body.dashboard-shell .idp-result-meta__line{color:var(--text);font-size:.9375rem;margin:0}body.dashboard-shell .idp-result-highlight{background:var(--bg-light);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:.9375rem;line-height:1.55;margin-top:.5rem;padding:.75rem .875rem;white-space:pre-wrap}body.dashboard-shell .idp-result-list{margin:.35rem 0 0;padding-left:1.2rem}body.dashboard-shell .idp-pre-block--ocr{margin-top:.5rem}body.dashboard-shell .idp-stage-rows{grid-gap:.375rem;display:grid;gap:.375rem;margin-top:.5rem}body.dashboard-shell .idp-stage-row{align-items:center;background:var(--panel);border:1px solid var(--border);border-radius:10px;display:flex;font-size:.875rem;gap:1rem;justify-content:space-between;padding:.5rem .75rem}body.dashboard-shell .idp-stage-row--subtotal{background:var(--bg-light)}body.dashboard-shell .idp-stage-row--remainder{color:var(--muted)}body.dashboard-shell .idp-api-debug__summary{color:var(--muted);cursor:pointer;font-weight:600;margin-bottom:.75rem}body.dashboard-shell .idp-card--settings .hub-select-wrap{width:100%}html[data-color-mode=dark] body.dashboard-shell .idp-page .hub-select-wrap{background:var(--panel);border-color:var(--primary);box-shadow:none}html[data-color-mode=dark] body.dashboard-shell .idp-page .hub-custom-select.is-open,html[data-color-mode=dark] body.dashboard-shell .idp-page .hub-select-wrap:focus-within{border-color:var(--primary);box-shadow:0 0 0 2px #38bcff2e,0 2px 8px #38bcff1a}html[data-color-mode=dark] body.dashboard-shell .idp-page .hub-custom-label{color:var(--primary)}html[data-color-mode=dark] body.dashboard-shell .idp-page .hub-select-chevron,html[data-color-mode=dark] body.dashboard-shell .idp-page .hub-select-icon{color:var(--primary)!important}html[data-color-mode=dark] body.dashboard-shell .idp-page .hub-custom-menu{background:var(--panel);border-color:#38bcff33;box-shadow:var(--shadow);scrollbar-color:#38bcff52 #0000}html[data-color-mode=dark] body.dashboard-shell .idp-page .hub-custom-menu::-webkit-scrollbar-thumb{background:#38bcff47}html[data-color-mode=dark] body.dashboard-shell .idp-page .hub-custom-menu button{color:var(--text)}html[data-color-mode=dark] body.dashboard-shell .idp-page .hub-custom-menu button:hover{background:var(--bg-light)}html[data-color-mode=dark] body.dashboard-shell .idp-page .hub-custom-menu button.is-selected{background:#38bcff1f;color:var(--primary)}html[data-color-mode=dark] body.dashboard-shell .idp-page .hub-custom-menu button:focus{box-shadow:inset 0 0 0 2px #38bcff40}@media (max-width:1080px){body.dashboard-shell .idp-form-row--options,body.dashboard-shell .idp-form-row--three-cols,body.dashboard-shell .idp-page__grid{grid-template-columns:1fr}body.dashboard-shell .idp-upload-zone--square{min-height:220px}body.dashboard-shell .idp-result-meta{grid-template-columns:1fr}body.dashboard-shell .idp-result-panel__header{align-items:stretch;flex-direction:column}body.dashboard-shell .idp-result-panel__actions{width:100%}body.dashboard-shell .idp-result-panel__actions .idp-btn{flex:1 1}}