@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{color:#172033;font-synthesis:none;--primary:#5146e5;--primary-dark:#3f36c7;--border:#dfe3eb;--muted:#697386;--surface:#fff;--surface-alt:#f1f3f8;--success:#12825f;--warning:#b36009;--danger:#c5353f;--info:#176b9c;background:#f7f8fc;font-family:Inter,ui-sans-serif,system-ui,sans-serif}*{box-sizing:border-box}body{background:#f7f8fc;min-width:320px;margin:0}button,input,select,textarea{font:inherit;letter-spacing:0}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.45}a{color:inherit}.app-shell{min-height:100vh;display:flex}.sidebar{color:#dbe0eb;z-index:80;background:#202739;border-right:1px solid #30394f;flex-direction:column;width:250px;display:flex;position:fixed;inset:0 auto 0 0}.brand{border-bottom:1px solid #30394f;align-items:center;gap:11px;height:70px;padding:0 18px;display:flex}.brand-mark{color:#fff;background:#655cf2;border-radius:7px;place-items:center;width:34px;height:34px;font-weight:800;display:grid}.brand strong,.brand span{display:block}.brand strong{color:#fff;font-size:16px}.brand span{color:#9fa9bc;margin-top:2px;font-size:11px}.brand .icon-button{color:#fff;margin-left:auto;display:none}.sidebar nav{flex:1;padding:12px 9px;overflow:auto}.nav-group{margin-bottom:14px}.nav-label{text-transform:uppercase;color:#7f8aa0;padding:6px 10px;font-size:10px;font-weight:700;display:block}.nav-group a{color:#b9c1d1;border-radius:6px;align-items:center;gap:10px;height:37px;margin:2px 0;padding:0 10px;font-size:13px;font-weight:500;text-decoration:none;display:flex}.nav-group a:hover{color:#fff;background:#2a3348}.nav-group a.active{color:#fff;background:#5146e5}.sidebar-footer{border-top:1px solid #30394f;padding:10px 12px}.sidebar-footer>button{color:#b9c1d1;background:0 0;border:0;align-items:center;gap:10px;width:100%;height:38px;display:flex}.security-note{color:#b9c1d1;background:#19202f;border-radius:6px;align-items:center;gap:9px;margin-top:7px;padding:10px;font-size:11px;display:flex}.security-note small{color:#57c99f}.app-main{flex:1;min-width:0;margin-left:250px}.topbar{z-index:60;border-bottom:1px solid var(--border);background:#fffffff5;align-items:center;gap:14px;height:70px;padding:0 24px;display:flex;position:sticky;top:0}.topbar>.icon-button:first-child{display:none}.global-search{width:min(520px,50%);height:38px;position:relative}.global-search svg{color:#788397;position:absolute;top:10px;left:11px}.global-search input{border:1px solid var(--border);color:#273147;background:#f7f8fb;border-radius:6px;outline:none;width:100%;height:100%;padding:0 62px 0 36px}.global-search input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #5146e51a}.global-search kbd{color:#6d7789;background:#fff;border:1px solid #ccd2de;border-radius:4px;padding:2px 6px;font-size:11px;position:absolute;top:8px;right:8px}.topbar-actions{align-items:center;gap:8px;margin-left:auto;display:flex}.environment{color:#126b50;background:#edfaf5;border:1px solid #99d3be;border-radius:99px;align-items:center;gap:7px;height:30px;padding:0 10px;font-size:11px;font-weight:700;display:flex}.environment>span{background:#14a775;border-radius:50%;width:7px;height:7px}.icon-button{color:#536075;background:0 0;border:0;border-radius:6px;flex:none;place-items:center;width:34px;height:34px;display:inline-grid;position:relative}.icon-button:hover{background:#edf0f6}.icon-button i{background:#df3544;border-radius:50%;width:6px;height:6px;position:absolute;top:5px;right:5px}.profile{text-align:left;color:#2a3449;background:0 0;border:0;align-items:center;gap:8px;display:flex}.profile>span{color:#176148;background:#d9e8e2;border-radius:50%;place-items:center;width:33px;height:33px;font-size:11px;font-weight:700;display:grid}.profile strong,.profile small{display:block}.profile strong{font-size:12px}.profile small{color:var(--muted);margin-top:2px;font-size:10px}.content{max-width:1600px;margin:auto;padding:24px}.page-header{justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:20px;display:flex}.page-header h1{margin:0;font-size:24px;font-weight:700;line-height:32px}.page-header p{color:var(--muted);margin:3px 0 0;font-size:13px}.page-actions{flex-wrap:wrap;gap:8px;display:flex}.button{border:1px solid var(--border);color:#313b4e;white-space:nowrap;background:#fff;border-radius:6px;justify-content:center;align-items:center;gap:7px;height:36px;padding:0 13px;font-size:12px;font-weight:600;display:inline-flex}.button:hover{background:#f3f4f8}.button.primary{background:var(--primary);border-color:var(--primary);color:#fff}.button.primary:hover{background:var(--primary-dark)}.button.danger{background:var(--danger);border-color:var(--danger);color:#fff}.button.ghost{color:var(--primary);background:0 0;border-color:#0000;padding:0 6px}.kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px;display:grid}.kpi-grid.six{grid-template-columns:repeat(6,minmax(0,1fr))}.kpi{background:var(--surface);border:1px solid var(--border);border-radius:7px;flex-direction:column;min-height:105px;padding:14px;display:flex}.kpi>span{text-transform:uppercase;color:var(--muted);font-size:10px;font-weight:700}.kpi strong{margin-top:12px;font-size:25px;line-height:32px}.kpi small{color:var(--muted);margin-top:auto;font-size:11px}.kpi.success strong,.kpi.success small{color:var(--success)}.kpi.warning{border-color:#e5bf8e}.kpi.warning strong{color:var(--warning)}.kpi.danger{background:#fff8f8;border-color:#eab4b8}.kpi.danger strong,.kpi.danger small{color:var(--danger)}.panel{border:1px solid var(--border);background:#fff;border-radius:7px;margin-bottom:16px;overflow:hidden}.panel-header{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:center;gap:14px;min-height:59px;padding:13px 16px;display:flex}.panel-header h2{margin:0;font-size:14px}.panel-header p{color:var(--muted);margin:3px 0 0;font-size:11px}.panel>.filter-bar:first-child{border-top:0}.text-action{color:var(--primary);background:0 0;border:0;gap:4px;font-size:11px;font-weight:600;display:flex}.dashboard-grid{grid-template-columns:2fr 1fr;gap:16px;display:grid}.dashboard-grid.lower{grid-template-columns:1fr 1fr}.chart-bars{align-items:flex-end;gap:8px;height:230px;padding:22px 18px 12px;display:flex}.chart-bars>div{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:8px;height:100%;display:flex}.chart-bars span{background:#665ce8;border-radius:3px 3px 0 0;width:100%;max-width:31px;min-height:10px}.chart-bars small{color:#7d8798;height:13px;font-size:9px}.health-list{padding:5px 16px}.health-list>div{border-bottom:1px solid #edf0f4;align-items:center;gap:10px;padding:13px 0;display:flex}.health-list>div:last-child{border:0}.health-list>div>span:not(.badge){flex:1;display:block}.health-list strong,.health-list small{display:block}.health-list strong{font-size:12px}.health-list small{color:var(--muted);margin-top:3px;font-size:10px}.badge{white-space:nowrap;color:#566176;background:#eef0f4;border-radius:99px;align-items:center;gap:4px;width:max-content;padding:3px 7px;font-size:10px;font-weight:700;display:inline-flex}.badge.success{color:#087353;background:#e7f7f1}.badge.warning{color:#9d5300;background:#fff2df}.badge.danger{color:#a92430;background:#fde9ea}.badge.info{color:#12668f;background:#e8f3fa}.bar-list{padding:14px 16px}.stat-bar{margin-bottom:15px}.stat-bar>div:first-child{justify-content:space-between;font-size:11px;display:flex}.stat-bar strong{font-size:11px}.bar-track{background:#edf0f5;border-radius:3px;height:6px;margin-top:6px;overflow:hidden}.bar-track>div{background:var(--primary);border-radius:3px;height:100%}.bar-track .success{background:var(--success)}.bar-track .warning{background:#e5942a}.bar-track .danger{background:var(--danger)}.timeline{padding:6px 16px}.timeline>div{border-bottom:1px solid #edf0f4;align-items:center;gap:10px;min-height:51px;display:flex}.timeline>div:last-child{border:0}.timeline-dot{background:#8993a5;border-radius:50%;width:8px;height:8px}.timeline-dot.success{background:var(--success)}.timeline-dot.warning{background:#e5942a}.timeline-dot.danger{background:var(--danger)}.timeline-dot.info{background:var(--info)}.timeline>div>div{flex:1}.timeline strong{font-size:11px}.timeline p,.timeline time{color:var(--muted);margin:2px 0;font-size:9px}.status-strip{color:#126b50;background:#eaf8f3;border:1px solid #b8e0d1;border-radius:6px;align-items:center;gap:8px;padding:10px 14px;font-size:11px;display:flex}.status-strip small{margin-left:auto}.table-wrap{width:100%;overflow:auto}table{border-collapse:collapse;width:100%;min-width:720px}th{text-align:left;border-bottom:1px solid var(--border);text-transform:uppercase;color:#657084;white-space:nowrap;background:#f7f8fb;height:38px;padding:0 13px;font-size:9px}td{color:#374157;border-bottom:1px solid #edf0f4;height:55px;padding:8px 13px;font-size:11px}tbody tr:last-child td{border-bottom:0}tbody tr.clickable{cursor:pointer}tbody tr.clickable:hover{background:#fafaff}.entity{align-items:center;gap:9px;min-width:155px;display:flex}.entity strong,.entity small{display:block}.entity strong{color:#222c40;font-size:11px}.entity small,.block{color:var(--muted);margin-top:3px;font-size:9px}.avatar{color:#4b566c;background:#e7eaf2;border-radius:50%;flex:none;place-items:center;width:30px;height:30px;font-size:9px;font-weight:700;display:grid}.avatar.bot{color:#463aca;background:#e9e7ff;border-radius:6px}.avatar.org{color:#17664e;background:#e5f1ed;border-radius:6px}.detail-link{color:var(--primary);align-items:center;gap:2px;font-weight:600;display:inline-flex}.empty{text-align:center;color:var(--muted);padding:35px}.filter-bar{border-top:1px solid var(--border);border-bottom:1px solid var(--border);gap:8px;padding:11px 13px;display:flex}.filter-bar input{flex:1}.filter-bar input,.filter-bar select,.field input,.field select,.field textarea,.support-search input{color:#293348;background:#fff;border:1px solid #cdd3de;border-radius:5px;outline:none;padding:8px 10px;font-size:11px}.filter-bar input:focus,.field input:focus,.field select:focus,.field textarea:focus,.support-search input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #5146e51a}.filter-bar select{min-width:135px}.pagination{color:var(--muted);justify-content:space-between;align-items:center;padding:10px 13px;font-size:10px;display:flex}.pagination button{border:1px solid var(--border);background:#fff;padding:5px 9px;font-size:10px}.pagination button:first-child{border-radius:4px 0 0 4px}.pagination button:last-child{border-radius:0 4px 4px 0}.dialog-backdrop{z-index:100;background:#11182780;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.dialog{background:#fff;border-radius:8px;width:min(620px,100%);max-height:90vh;overflow:auto;box-shadow:0 18px 60px #11182744}.dialog-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;padding:16px 18px;display:flex}.dialog-header h2{margin:0;font-size:16px}.dialog-header p{color:var(--muted);margin:4px 0 0;font-size:11px}.dialog-body{padding:18px}.dialog-footer{border-top:1px solid var(--border);background:#f8f9fb;justify-content:flex-end;gap:8px;padding:12px 18px;display:flex}.form-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.field{flex-direction:column;gap:5px;margin-bottom:12px;display:flex}.field>span{color:#3d4759;font-size:10px;font-weight:700}.field small{color:var(--muted);font-size:9px}.field textarea{resize:vertical}.field input[type=range]{padding:4px 0}.back-link{color:var(--primary);background:0 0;border:0;margin-bottom:12px;padding:0;font-size:11px}.org-summary{border:1px solid var(--border);background:#fff;border-radius:7px;grid-template-columns:1.2fr repeat(3,1fr);margin-bottom:14px;display:grid}.org-summary>div{border-right:1px solid var(--border);flex-direction:column;justify-content:center;padding:15px;display:flex}.org-summary>div:last-child{border:0}.org-summary small{color:var(--muted);font-size:9px}.org-summary strong{margin:6px 0;font-size:17px}.org-summary>div>span{color:var(--muted);font-size:9px}.org-identity{gap:12px;flex-direction:row!important;align-items:center!important}.org-identity>span{color:#176148;background:#e8f1ee;border-radius:7px;place-items:center;width:45px;height:45px;display:grid}.org-identity p{margin:7px 0 0;font-size:10px;line-height:16px}.org-identity a{color:var(--primary)}.detail-layout,.editor-layout,.call-layout{grid-template-columns:minmax(0,2fr) minmax(240px,1fr);gap:16px;display:grid}.people-list{padding:4px 14px}.people-list>div{border-bottom:1px solid #edf0f4;align-items:center;gap:8px;padding:10px 0;display:flex}.people-list>div>div{flex:1;min-width:0}.people-list strong,.people-list small{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.people-list strong{font-size:10px}.people-list small{color:var(--muted);font-size:9px}.details{margin:0;padding:4px 15px}.details>div{border-bottom:1px solid #edf0f4;justify-content:space-between;gap:12px;padding:9px 0;font-size:10px;display:flex}.details dt{color:var(--muted)}.details dd{text-align:right;margin:0;font-weight:600}.panel>.button:last-child{margin:11px 15px}.callout{border-radius:5px;align-items:center;gap:8px;padding:10px 12px;font-size:10px;display:flex}.callout.warning{color:#914e00;background:#fff4e6;border:1px solid #efd09e}.account-actions{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:15px;display:grid}.account-actions button{border:1px solid var(--border);text-align:left;color:#344055;background:#fff;border-radius:6px;gap:9px;min-height:72px;padding:10px;display:flex}.account-actions button:hover{border-color:var(--primary)}.account-actions button.danger{color:var(--danger)}.account-actions svg{width:18px}.account-actions strong,.account-actions small{display:block}.account-actions strong{font-size:10px}.account-actions small{color:var(--muted);margin-top:4px;font-size:9px}.permission-grid{grid-template-columns:repeat(3,1fr);gap:12px;padding:14px;display:grid}.permission-grid>div{border:1px solid var(--border);border-radius:6px;padding:13px}.permission-grid strong{margin-bottom:10px;font-size:11px;display:block}.permission-grid span{color:var(--muted);align-items:center;gap:6px;margin-top:7px;font-size:9px;display:flex}.usage-cell>div{background:#e9edf3;border-radius:3px;width:80px;height:4px;margin-top:5px;overflow:hidden}.usage-cell i{background:var(--primary);max-width:100%;height:100%;display:block}.text-danger{color:var(--danger)!important}.recovery{text-align:center;color:#5a2630;padding:25px}.recovery strong,.recovery p{display:block}.recovery strong{margin-top:10px;font-size:13px}.recovery p{color:var(--muted);font-size:10px}.tabs{border-bottom:1px solid var(--border);gap:3px;margin-bottom:16px;display:flex;overflow:auto}.tabs button{color:var(--muted);background:0 0;border:0;border-bottom:2px solid #0000;padding:10px 14px;font-size:11px}.tabs button.active{color:var(--primary);border-color:var(--primary);font-weight:700}.version-list>div,.scenario-list>div{border-bottom:1px solid #edf0f4;align-items:center;gap:12px;min-height:53px;padding:9px 14px;font-size:10px;display:flex}.version-list>div>:nth-last-child(2){margin-left:auto}.version-list small{color:var(--muted)}.code-editor{color:#d8dfed;background:#1f2635;border-radius:6px;min-height:400px;margin:14px;padding:13px 0;overflow:auto}.code-editor>div{min-height:25px;display:flex}.code-editor span{text-align:right;color:#707b91;width:38px;padding-right:12px;font-size:10px}.code-editor code{white-space:pre;font-size:11px}.token-list,.check-list{padding:12px}.token-list code{color:#473bc8;background:#f0f1f6;border-radius:4px;margin:5px 0;padding:7px;font-size:9px;display:block}.check-list span{color:#3b6657;padding:7px 0;font-size:10px;display:block}.call-summary{border:1px solid var(--border);background:#fff;border-radius:7px;grid-template-columns:repeat(5,1fr);margin-bottom:16px;display:grid}.call-summary>div{border-right:1px solid var(--border);padding:13px 15px}.call-summary>div:last-child{border:0}.call-summary small,.call-summary strong{display:block}.call-summary small{color:var(--muted);margin-bottom:7px;font-size:9px}.audio-player{align-items:center;gap:12px;padding:14px;display:flex}.audio-player>.icon-button{background:var(--primary);color:#fff;border-radius:50%}.audio-player>span{color:var(--muted);white-space:nowrap;font-size:9px}.waveform{flex:1;align-items:center;gap:3px;height:48px;display:flex;overflow:hidden}.waveform i{background:#7067e9;border-radius:2px;width:3px}.transcript{padding:15px}.transcript>div{max-width:78%;margin-bottom:14px}.transcript>div.human{margin-left:auto}.transcript span{color:var(--muted);font-size:9px}.transcript p{background:#f0f2f7;border-radius:6px;margin:4px 0;padding:10px 12px;font-size:11px;line-height:17px}.transcript .human p{background:#eae8ff}.diagnostic{padding:8px 15px}.diagnostic span{justify-content:space-between;padding:7px 0;font-size:10px;display:flex}.metric-chart{align-items:flex-end;gap:5px;height:220px;padding:20px;display:flex}.metric-chart i{background:#5c72bf;border-radius:2px 2px 0 0;flex:1;min-height:10px}.stacked-months{justify-content:space-around;align-items:flex-end;height:250px;padding:20px;display:flex}.stacked-months>div>div{align-items:flex-end;gap:2px;height:195px;display:flex}.stacked-months i{background:#5146e5;width:16px;display:block}.stacked-months i:nth-child(2){background:#1a9570}.stacked-months i:nth-child(3){background:#e49a38}.stacked-months small{text-align:center;color:var(--muted);margin-top:6px;font-size:9px;display:block}.cost-ring{background:conic-gradient(#218165 0 59%,#e09b3d 59% 100%);border-radius:50%;place-items:center;width:160px;height:160px;margin:18px auto;display:grid}.cost-ring:after{content:"";background:#fff;border-radius:50%;grid-area:1/1;width:105px;height:105px}.cost-ring>div{z-index:1;text-align:center;grid-area:1/1}.cost-ring strong,.cost-ring span{display:block}.cost-ring strong{font-size:17px}.cost-ring span{color:var(--muted);font-size:9px}.legend{justify-content:center;gap:15px;margin-bottom:15px;font-size:9px;display:flex}.legend i{border-radius:2px;width:8px;height:8px;margin-right:5px;display:inline-block}.legend .phone{background:#218165}.legend .ai{background:#e09b3d}.qa-layout{grid-template-columns:2fr 1fr;gap:16px;display:grid}.score{justify-content:center;align-items:center;gap:8px;padding:20px;display:flex}.score strong{color:var(--success);font-size:42px}.score span{color:var(--muted);font-size:9px}.scenario-list>div strong{flex:1}.scenario-list>div span{font-size:10px}.deployment-flow{border:1px solid var(--border);background:#fff;border-radius:7px;justify-content:center;align-items:center;margin-bottom:16px;padding:20px;display:flex}.deployment-flow>div{grid-template-columns:auto auto;align-items:center;gap:3px 10px;display:grid}.deployment-flow svg{color:var(--primary);grid-row:span 2}.deployment-flow strong{font-size:18px}.deployment-flow span{color:var(--muted);font-size:9px}.deployment-flow>i{background:#bcc3cf;width:100px;height:1px;margin:0 20px}.integration-cards{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.integration-title{align-items:center;gap:10px;padding:15px;display:flex}.integration-title>div{flex:1}.integration-title strong,.integration-title small{display:block}.integration-title strong{font-size:12px}.integration-title small{color:var(--muted);margin-top:3px;font-size:9px}.tool-list>div{border-bottom:1px solid #edf0f4;align-items:center;gap:12px;padding:11px 14px;display:flex}.tool-list>div>div{flex:1}.tool-list strong,.tool-list code{display:block}.tool-list strong{font-size:11px}.tool-list code{color:var(--muted);margin-top:4px;font-size:9px}.support-search{color:#fff;background:#202739;border-radius:8px;align-items:flex-start;gap:16px;max-width:800px;margin:0 auto 18px;padding:24px;display:flex}.support-search>svg{width:30px;height:30px}.support-search h2{margin:0;font-size:17px}.support-search p{color:#bac3d3;font-size:10px}.support-search input{width:100%;height:38px;margin-top:7px}.support-grid{grid-template-columns:1fr 1fr;gap:16px;max-width:1000px;margin:auto;display:grid}.quick-actions{padding:8px}.quick-actions button{text-align:left;background:#fff;border:0;border-radius:5px;align-items:center;gap:10px;width:100%;padding:10px;display:flex}.quick-actions button:hover{background:#f5f6fa}.quick-actions strong,.quick-actions small{display:block}.quick-actions strong{font-size:11px}.quick-actions small{color:var(--muted);font-size:9px}.procedure-list{padding:8px}.procedure-list button{text-align:left;border:0;border-bottom:1px solid var(--border);background:#fff;width:100%;padding:12px;font-size:10px;display:block}.search-results button{text-align:left;border:0;border-bottom:1px solid var(--border);background:#fff;width:100%;padding:11px}.search-results button:hover{background:#f5f6fa}.search-results strong,.search-results span{display:block}.search-results strong{font-size:11px}.search-results span,.search-results p{color:var(--muted);margin-top:4px;font-size:9px}.mobile-scrim{display:none}@media (width<=1200px){.kpi-grid.six{grid-template-columns:repeat(3,1fr)}.profile div,.profile>svg{display:none}.kpi strong{font-size:21px}.content{padding:18px}}@media (width<=900px){.sidebar{transition:transform .2s;transform:translate(-100%)}.sidebar.open{transform:translate(0)}.brand .icon-button{display:grid}.mobile-scrim{z-index:70;background:#1118277d;border:0;display:block;position:fixed;inset:0}.app-main{margin-left:0}.topbar>.icon-button:first-child{display:grid}.global-search{flex:1;width:auto}.environment,.profile small{display:none}.dashboard-grid,.dashboard-grid.lower,.detail-layout,.editor-layout,.call-layout,.qa-layout,.support-grid{grid-template-columns:1fr}.kpi-grid{grid-template-columns:repeat(2,1fr)}.org-summary{grid-template-columns:1fr 1fr}.org-summary>div:nth-child(2){border-right:0}.org-summary>div{border-bottom:1px solid var(--border)}.permission-grid,.integration-cards{grid-template-columns:1fr}.call-summary{grid-template-columns:repeat(3,1fr)}.call-summary>div:nth-child(3){border-right:0}.deployment-flow>i{width:35px;margin:0 7px}}@media (width<=600px){.topbar{height:58px;padding:0 10px}.global-search kbd,.profile,.topbar-actions>.icon-button{display:none}.content{padding:14px}.page-header{flex-direction:column;align-items:flex-start}.page-header h1{font-size:20px}.page-actions{width:100%}.page-actions .button{flex:1}.kpi-grid,.kpi-grid.six{grid-template-columns:1fr 1fr}.kpi{min-height:94px;padding:11px}.kpi strong{font-size:19px}.filter-bar{flex-wrap:wrap}.filter-bar input,.filter-bar select,.filter-bar .button{flex:auto;width:100%}.form-grid,.account-actions,.org-summary{grid-template-columns:1fr}.org-summary>div{border-right:0}.call-summary{grid-template-columns:1fr 1fr}.call-summary>div:nth-child(2n){border-right:0}.integration-cards{grid-template-columns:1fr}.deployment-flow{justify-content:flex-start;overflow:auto}.deployment-flow>i{min-width:25px}.status-strip small{display:none}.dialog{max-height:94vh}.dialog-body{padding:14px}.transcript>div{max-width:95%}.support-search{padding:16px}.support-search>svg{display:none}.topbar-actions{margin-left:0}}
