@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&family=JetBrains+Mono:wght@400;700&display=swap");.aether-root{--accent:#00f0ff;--accent-rgb:0,240,255;--panel-bg:rgba(10,15,30,0.5);--panel-border:rgba(255,255,255,0.1);--panel-shadow:0 8px 32px 0 rgba(0,0,0,0.5);--range-track-height:7px;--range-thumb-size:32px;position:relative;width:100%;min-height:100vh;height:100dvh;margin:0;padding:0;overflow:hidden;background-color:#050814;color:#fff;font-family:Inter,sans-serif}.aether-root.mode-classic{--accent:#00f0ff;--accent-rgb:0,240,255;--panel-bg:rgba(9,18,38,0.66);--panel-border:rgba(96,177,255,0.28);--panel-shadow:0 10px 34px rgba(2,8,18,0.62);--range-track-height:7px;--range-thumb-size:32px}.aether-root.mode-classy{--accent:#e7c88a;--accent-rgb:231,200,138;--panel-bg:rgba(8,11,20,0.82);--panel-border:rgba(231,200,138,0.36);--panel-shadow:0 20px 50px rgba(0,0,0,0.58);--range-track-height:8px;--range-thumb-size:38px}.aether-root:before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none}.aether-root.mode-classy:before{background:radial-gradient(circle at 15% 20%,rgba(231,200,138,.12),transparent 36%),radial-gradient(circle at 78% 12%,rgba(73,123,215,.22),transparent 40%),linear-gradient(180deg,rgba(4,6,12,.3),rgba(4,6,12,.55))}.aether-root *{box-sizing:border-box}.aether-root #canvas-container{position:absolute;inset:0;z-index:0}.aether-root #ui-layer{position:absolute;inset:0;z-index:10;pointer-events:none}.aether-root .pointer-events-auto{pointer-events:auto}.aether-root .glass-panel{background:var(--panel-bg);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--panel-border);box-shadow:var(--panel-shadow)}.aether-root.mode-classic .glass-panel{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.aether-root.mode-classic #ui-layer{text-shadow:0 0 1px rgba(255,255,255,.18)}.aether-root input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;min-height:var(--range-thumb-size);margin:0;padding:0;background:transparent;position:relative;z-index:50;cursor:pointer;outline:none}.aether-root input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:var(--range-thumb-size);height:var(--range-thumb-size);margin-top:calc((var(--range-track-height) - var(--range-thumb-size)) / 2);border-radius:50%;border:1px solid rgba(238,250,255,.82);background:radial-gradient(circle at 32% 28%,rgba(255,255,255,.98),rgba(var(--accent-rgb),.58) 52%,rgba(var(--accent-rgb),.98));box-shadow:0 0 0 3px rgba(var(--accent-rgb),.16),0 10px 22px rgba(0,0,0,.44),0 0 24px rgba(var(--accent-rgb),.52);-webkit-transition:transform .18s ease,box-shadow .22s ease,border-color .22s ease;transition:transform .18s ease,box-shadow .22s ease,border-color .22s ease}.aether-root input[type=range]::-webkit-slider-runnable-track{width:100%;height:var(--range-track-height);border-radius:999px;border:1px solid rgba(var(--accent-rgb),.32);background:linear-gradient(180deg,rgba(10,20,36,.92),rgba(4,10,20,.96));box-shadow:inset 0 1px 4px rgba(255,255,255,.12),0 0 0 1px rgba(1,6,14,.34)}.aether-root input[type=range]:hover::-webkit-slider-thumb{transform:scale(1.05);box-shadow:0 0 0 4px rgba(var(--accent-rgb),.24),0 12px 24px rgba(0,0,0,.48),0 0 30px rgba(var(--accent-rgb),.62)}.aether-root input[type=range]:active::-webkit-slider-thumb{transform:scale(1.1);cursor:grabbing}.aether-root input[type=range]::-moz-range-track{height:var(--range-track-height);border-radius:999px;border:1px solid rgba(var(--accent-rgb),.32);background:linear-gradient(180deg,rgba(10,20,36,.92),rgba(4,10,20,.96));box-shadow:inset 0 1px 4px rgba(255,255,255,.12),0 0 0 1px rgba(1,6,14,.34)}.aether-root input[type=range]::-moz-range-progress{height:var(--range-track-height);border-radius:999px;background:linear-gradient(90deg,rgba(var(--accent-rgb),.98),rgba(255,255,255,.72))}.aether-root input[type=range]::-moz-range-thumb{width:var(--range-thumb-size);height:var(--range-thumb-size);border-radius:50%;border:1px solid rgba(238,250,255,.82);background:radial-gradient(circle at 32% 28%,rgba(255,255,255,.98),rgba(var(--accent-rgb),.58) 52%,rgba(var(--accent-rgb),.98));box-shadow:0 0 0 3px rgba(var(--accent-rgb),.16),0 10px 22px rgba(0,0,0,.44),0 0 24px rgba(var(--accent-rgb),.52);-moz-transition:transform .18s ease,box-shadow .22s ease,border-color .22s ease;transition:transform .18s ease,box-shadow .22s ease,border-color .22s ease}.aether-root input[type=range]:hover::-moz-range-thumb{transform:scale(1.05);box-shadow:0 0 0 4px rgba(var(--accent-rgb),.24),0 12px 24px rgba(0,0,0,.48),0 0 30px rgba(var(--accent-rgb),.62)}.aether-root input[type=range]:active::-moz-range-thumb{transform:scale(1.1);cursor:grabbing}.aether-root input[type=range]:focus-visible::-moz-range-thumb,.aether-root input[type=range]:focus-visible::-webkit-slider-thumb{border-color:rgba(252,255,255,.96);box-shadow:0 0 0 5px rgba(var(--accent-rgb),.26),0 14px 28px rgba(0,0,0,.52),0 0 34px rgba(var(--accent-rgb),.68)}@keyframes pulse-glow{0%{box-shadow:0 0 0 0 rgba(0,240,255,.4)}70%{box-shadow:0 0 0 10px rgba(0,240,255,0)}to{box-shadow:0 0 0 0 rgba(0,240,255,0)}}.aether-root .anim-pulse{animation:pulse-glow 2s infinite}.aether-root #side-panel{transform:translateX(120%);opacity:0;pointer-events:none;transition:transform .4s cubic-bezier(.19,1,.22,1),opacity .3s ease}.aether-root #side-panel.open{transform:translateX(0);opacity:1;pointer-events:auto}.aether-root.mode-classy #side-panel{top:6rem;bottom:6.25rem;left:1rem;right:auto;width:20rem}@media (max-width:768px){.aether-root #side-panel{transform:translateY(150%)}.aether-root #side-panel.open{transform:translateY(0)}}.aether-root .terminal-scroll::-webkit-scrollbar{width:4px}.aether-root .terminal-scroll::-webkit-scrollbar-track{background:rgba(0,0,0,.2)}.aether-root .terminal-scroll::-webkit-scrollbar-thumb{background:rgba(0,240,255,.5);border-radius:2px}.aether-root .terminal-scroll::-webkit-scrollbar-button{display:none;width:0;height:0}.aether-root .search-focused{box-shadow:0 0 15px rgba(var(--accent-rgb),.28);border-color:rgba(var(--accent-rgb),.65)!important}.aether-root #mode2-ops{display:none}.aether-root.mode-classy #mode2-ops{position:absolute;right:1rem;top:6rem;bottom:6.8rem;width:min(760px,calc(100vw - 23rem));z-index:42;display:flex;flex-direction:column;gap:.72rem;padding:.95rem}.aether-root .mode2-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.aether-root .mode2-title{margin:0;font-size:.88rem;text-transform:uppercase;letter-spacing:.12em;color:#f5e5c8;font-weight:700}.aether-root .mode2-subtitle{margin:.2rem 0 0;color:#a7aebe;font-size:.66rem;letter-spacing:.03em}.aether-root .mode2-count{font-family:JetBrains Mono,monospace;font-weight:700;color:#f5e5c8;background:rgba(231,200,138,.11);border:1px solid rgba(231,200,138,.28);border-radius:999px;padding:.25rem .62rem}.aether-root .mode2-filter-row{display:flex;align-items:center;gap:.5rem}.aether-root .mode2-filter{border:1px solid rgba(231,200,138,.22);background:rgba(6,9,15,.58);color:#d1c0a0;border-radius:999px;padding:.3rem .72rem;font-size:.66rem;letter-spacing:.07em;text-transform:uppercase;font-weight:700;line-height:1;transition:all .17s ease}.aether-root .mode2-filter:hover{color:#fff}.aether-root .mode2-filter.active{color:#1b1404;background:#e7c88a;border-color:rgba(231,200,138,.75)}.aether-root .mode2-table-wrap{flex:1;min-height:0;border:1px solid rgba(231,200,138,.2);border-radius:.82rem;overflow:auto;background:rgba(4,6,10,.5)}.aether-root .mode2-table{width:100%;border-collapse:collapse;font-size:.74rem}.aether-root .mode2-table thead th{position:sticky;top:0;z-index:2;text-align:left;background:rgba(11,16,29,.94);color:#decba2;border-bottom:1px solid rgba(231,200,138,.25);padding:.62rem .72rem;text-transform:uppercase;letter-spacing:.08em;font-size:.62rem;font-weight:700}.aether-root .mode2-table tbody td{padding:.56rem .72rem;border-bottom:1px solid rgba(255,255,255,.06);color:#d8dde7;vertical-align:middle}.aether-root .mode2-row{cursor:pointer;transition:background-color .15s ease}.aether-root .mode2-row:hover{background:rgba(255,255,255,.04)}.aether-root .mode2-row.selected{background:rgba(231,200,138,.14)}.aether-root .mode2-row.hidden{display:none}.aether-root .mode2-cell-node{min-width:240px}.aether-root .mode2-id{display:block;font-family:JetBrains Mono,monospace;color:#9da5b7;font-size:.63rem}.aether-root .mode2-title-txt{display:block;color:#ffffff;font-weight:600;line-height:1.2}.aether-root .mode2-status-pill{display:inline-flex;align-items:center;gap:.35rem;border-radius:999px;padding:.2rem .52rem;border:1px solid rgba(var(--pill-rgb),.55);background:rgba(var(--pill-rgb),.16);color:rgb(var(--pill-rgb));font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.aether-root .mode2-status-pill:before{content:"";width:.34rem;height:.34rem;border-radius:999px;background:rgb(var(--pill-rgb));box-shadow:0 0 8px rgba(var(--pill-rgb),.78)}.aether-root .mode2-window{font-family:JetBrains Mono,monospace;font-size:.65rem;color:#9ea9bf}.aether-root .mode2-empty-row td{text-align:center;color:#9ca7bc;padding:1.1rem .8rem}.aether-root .mode-switch{min-width:148px;flex:0 0 auto}.aether-root .mode-pill{border:1px solid transparent;background:transparent;color:#c2c8d4;padding:.38rem .62rem;border-radius:.62rem;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;font-weight:700;line-height:1;transition:all .18s ease}.aether-root .mode-pill:hover{color:#fff}.aether-root .mode-pill.active{color:#07111f;background:var(--accent);border-color:rgba(var(--accent-rgb),.65);box-shadow:0 6px 16px rgba(var(--accent-rgb),.32)}.aether-root.mode-classy .mode-pill{font-size:.72rem;padding:.48rem .72rem;color:#d4d0c6}.aether-root.mode-classy .mode-pill.active{color:#1a1100}.aether-root.mode-classy #search-container input{font-size:.84rem}.aether-root.mode-classy #btn-reset-view,.aether-root.mode-classy #btn-settings{transform:scale(1.06)}.aether-root.mode-classy #search-results{border-color:rgba(var(--accent-rgb),.3)}.aether-root.mode-classy #search-results>div{min-height:2.9rem}@media (max-width:1200px){.aether-root.mode-classy #mode2-ops{width:calc(100vw - 2rem);left:1rem;right:1rem;top:auto;bottom:7.2rem;height:44vh}.aether-root.mode-classy #side-panel{width:18.5rem}}@media (max-width:900px){.aether-root{--range-thumb-size:26px}.aether-root.mode-classy #btn-reset-view,.aether-root.mode-classy #btn-settings{transform:none}.aether-root .mode2-filter-row{flex-wrap:wrap;gap:.34rem}.aether-root .mode2-filter{flex:1 1 calc(50% - 0.34rem);text-align:center;justify-content:center}.aether-root.mode-classy #side-panel{left:1rem;right:1rem;width:auto;top:6rem;bottom:52vh}.aether-root.mode-classy #mode2-ops{top:50vh;bottom:7.4rem;height:auto}}@media (max-width:768px){.aether-root .mode-switch{min-width:0;width:100%}.aether-root #mode2-ops,.aether-root.mode-classy #mode2-ops{left:.75rem;right:.75rem;width:auto;top:auto;bottom:7.6rem;height:min(44vh,18rem)}.aether-root.mode-classy #side-panel{left:.75rem;right:.75rem;width:auto;top:5.7rem;bottom:calc(min(44vh, 18rem) + 8rem)}.aether-root #side-panel{max-width:calc(100vw - 1.5rem)}.aether-root .mode2-cell-node{min-width:0}}@media (max-width:520px){.aether-root{--range-thumb-size:22px}.aether-root .mode2-filter{flex:1 1 100%}.aether-root .mode-pill{flex:1 1 auto;text-align:center;padding:.34rem .52rem;font-size:.62rem}.aether-root.mode-classy .mode-pill{font-size:.64rem;padding:.38rem .56rem}.aether-root #mode2-ops,.aether-root.mode-classy #mode2-ops{bottom:8.4rem;height:min(40vh,15rem)}.aether-root.mode-classy #side-panel{bottom:calc(min(40vh, 15rem) + 8.8rem)}.aether-root .mode2-cell-node{min-width:min(240px,60vw)}}:root{--gs-tab-shell-bg:linear-gradient(180deg,rgba(12,43,72,0.56),rgba(8,30,53,0.54));--gs-tab-shell-border:rgba(88,152,207,0.7);--gs-tab-text:rgba(150,180,214,0.92);--gs-tab-active-text:#eef7ff;--gs-tab-active-bg:linear-gradient(180deg,#2f6ea3,#1f4f7b);--gs-tab-active-border:rgba(115,185,246,0.95);--gs-tab-hover-bg:rgba(34,84,127,0.3);--gs-tab-hover-border:rgba(90,154,215,0.6);--gs-tab-focus:rgba(123,195,255,0.95)}:is([role=tablist],.gs-auth-tab-row,.ai-chat-subtabs,.ai-chat-modes,.gs-anchor-notify-filter-row,.sp-profile-period-tabs,.sp-folio-nav-row,[class$=-tabs],[class*="-tabs "],[class$=-subtabs],[class*="-subtabs "],[class$=-tab-row],[class*="-tab-row "],[class$=-tabs-row],[class*="-tabs-row "]){display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:center!important;align-content:center!important;gap:.34rem!important;width:-moz-fit-content!important;width:fit-content!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;padding:.24rem!important;border-radius:999px!important;border:1px solid var(--gs-tab-shell-border)!important;background:var(--gs-tab-shell-bg)!important}.sp-folios-manage-tabs.is-multi-line,.sp-folios-tabs.is-multi-line{border-radius:.74rem!important}.sp-folios-manage-tabs.is-multi-line>.sp-folios-manage-tab,.sp-folios-tabs.is-multi-line>.sp-folios-tab{border-radius:.56rem!important}@media (max-width:760px){.sp-folios-manage-tabs>.sp-folios-manage-tab.is-active,.sp-folios-manage-tabs>.sp-folios-manage-tab[aria-selected=true],.sp-folios-tabs>.sp-folios-tab.is-active,.sp-folios-tabs>.sp-folios-tab[aria-selected=true]{border-radius:.38rem!important}}:is([role=tab],.gs-auth-tab-trigger,.gs-fast-console-setting-btn,.ai-chat-tab-btn,.ai-chat-mode-btn,.gs-anchor-notify-filter,.sp-node-tab-btn,.sp-folio-nav-btn,.sp-profile-analytics-tabs>button,.sp-profile-period-tabs>button,button[class$=-tab],button[class*="-tab "],button[class$=-subtab],button[class*="-subtab "]){-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;border:1px solid transparent!important;border-radius:999px!important;background:transparent!important;color:var(--gs-tab-text)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:.34rem!important;min-height:1.72rem!important;padding:.34rem .86rem!important;margin:0!important;min-width:0!important;flex:0 1 auto!important;font-family:JetBrains Mono,Space Grotesk,Segoe UI,sans-serif!important;font-size:.58rem!important;font-weight:700!important;letter-spacing:.13em!important;text-transform:uppercase!important;line-height:1.1!important;text-align:center!important;white-space:nowrap!important;cursor:pointer!important;transform:none!important;transition:border-color .2s ease,color .2s ease,background-color .2s ease!important}:is([role=tab],.gs-auth-tab-trigger,.gs-fast-console-setting-btn,.ai-chat-tab-btn,.ai-chat-mode-btn,.gs-anchor-notify-filter,.sp-node-tab-btn,.sp-folio-nav-btn,.sp-profile-analytics-tabs>button,.sp-profile-period-tabs>button,button[class$=-tab],button[class*="-tab "],button[class$=-subtab],button[class*="-subtab "]):hover{color:#eaf4ff!important;border-color:var(--gs-tab-hover-border)!important;background:var(--gs-tab-hover-bg)!important;transform:none!important}:is([role=tab],.gs-auth-tab-trigger,.gs-fast-console-setting-btn,.ai-chat-tab-btn,.ai-chat-mode-btn,.gs-anchor-notify-filter,.sp-node-tab-btn,.sp-folio-nav-btn,.sp-profile-analytics-tabs>button,.sp-profile-period-tabs>button,button[class$=-tab],button[class*="-tab "],button[class$=-subtab],button[class*="-subtab "]):focus-visible{outline:2px solid var(--gs-tab-focus)!important;outline-offset:1px!important}:is([role=tab],.gs-auth-tab-trigger,.gs-fast-console-setting-btn,.ai-chat-tab-btn,.ai-chat-mode-btn,.gs-anchor-notify-filter,.sp-node-tab-btn,.sp-folio-nav-btn,.sp-profile-analytics-tabs>button,.sp-profile-period-tabs>button,button[class$=-tab],button[class*="-tab "],button[class$=-subtab],button[class*="-subtab "]).active,:is([role=tab],.gs-auth-tab-trigger,.gs-fast-console-setting-btn,.ai-chat-tab-btn,.ai-chat-mode-btn,.gs-anchor-notify-filter,.sp-node-tab-btn,.sp-folio-nav-btn,.sp-profile-analytics-tabs>button,.sp-profile-period-tabs>button,button[class$=-tab],button[class*="-tab "],button[class$=-subtab],button[class*="-subtab "]).is-active,:is([role=tab],.gs-auth-tab-trigger,.gs-fast-console-setting-btn,.ai-chat-tab-btn,.ai-chat-mode-btn,.gs-anchor-notify-filter,.sp-node-tab-btn,.sp-folio-nav-btn,.sp-profile-analytics-tabs>button,.sp-profile-period-tabs>button,button[class$=-tab],button[class*="-tab "],button[class$=-subtab],button[class*="-subtab "])[aria-pressed=true],:is([role=tab],.gs-auth-tab-trigger,.gs-fast-console-setting-btn,.ai-chat-tab-btn,.ai-chat-mode-btn,.gs-anchor-notify-filter,.sp-node-tab-btn,.sp-folio-nav-btn,.sp-profile-analytics-tabs>button,.sp-profile-period-tabs>button,button[class$=-tab],button[class*="-tab "],button[class$=-subtab],button[class*="-subtab "])[aria-selected=true]{border-color:var(--gs-tab-active-border)!important;background:var(--gs-tab-active-bg)!important;color:var(--gs-tab-active-text)!important}:is([role=tab],.gs-auth-tab-trigger,.gs-fast-console-setting-btn,.ai-chat-tab-btn,.ai-chat-mode-btn,.gs-anchor-notify-filter,.sp-node-tab-btn,.sp-folio-nav-btn,.sp-profile-analytics-tabs>button,.sp-profile-period-tabs>button,button[class$=-tab],button[class*="-tab "],button[class$=-subtab],button[class*="-subtab "]) i,:is([role=tab],.gs-auth-tab-trigger,.gs-fast-console-setting-btn,.ai-chat-tab-btn,.ai-chat-mode-btn,.gs-anchor-notify-filter,.sp-node-tab-btn,.sp-folio-nav-btn,.sp-profile-analytics-tabs>button,.sp-profile-period-tabs>button,button[class$=-tab],button[class*="-tab "],button[class$=-subtab],button[class*="-subtab "]) svg{width:.82rem!important;height:.82rem!important}.gs-chat-group-settings-tab em{color:inherit!important;font-style:normal!important;opacity:.82}:is([role=tab],.gs-auth-tab-trigger,.gs-fast-console-setting-btn,.ai-chat-tab-btn,.ai-chat-mode-btn,.gs-anchor-notify-filter,.sp-node-tab-btn,.sp-folio-nav-btn,.sp-profile-analytics-tabs>button,.sp-profile-period-tabs>button,button[class$=-tab],button[class*="-tab "],button[class$=-subtab],button[class*="-subtab "]):disabled{opacity:.56!important;cursor:not-allowed!important}.gs-right-tab-row{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;justify-content:stretch!important;align-content:stretch!important;width:100%!important;max-width:100%!important;margin:0!important;gap:.14rem!important;padding:.1rem!important;border-radius:.64rem!important}.gs-right-tab-row>.gs-right-tab{width:100%!important;min-width:0!important;min-height:1.28rem!important;padding:.18rem .2rem!important;border-radius:.46rem!important;letter-spacing:.06em!important;font-size:.37rem!important;line-height:1!important}.gs-right-tab-row>.gs-right-tab i,.gs-right-tab-row>.gs-right-tab svg{width:.52rem!important;height:.52rem!important}.gs-right-tab-row>.gs-right-tab:not(.is-active):not([aria-selected=true]){border-color:transparent!important;background:transparent!important}.gs-right-tab-row>.gs-right-tab.is-active,.gs-right-tab-row>.gs-right-tab[aria-selected=true]{border-color:var(--gs-tab-active-border)!important;background:var(--gs-tab-active-bg)!important;color:var(--gs-tab-active-text)!important}.gs-right-pane .gs-anchor-subtab-row{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;justify-content:stretch!important;align-content:stretch!important;gap:.16rem!important;width:-moz-fit-content!important;width:fit-content!important;max-width:100%!important;margin:0!important;padding:.12rem!important;border:1px solid rgba(129,198,255,.2)!important;border-radius:.56rem!important;background:rgba(10,21,40,.38)!important}.gs-right-pane .gs-anchor-subtab-row>.gs-anchor-subtab{width:100%!important;min-width:0!important;min-height:1.2rem!important;padding:.16rem .22rem!important;border-radius:.44rem!important;font-size:.42rem!important;letter-spacing:.06em!important;line-height:1!important}.gs-right-pane .gs-fast-console-settings-nav{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;justify-content:stretch!important;align-content:stretch!important;gap:.18rem!important;width:100%!important;max-width:100%!important;margin:0!important;padding:.16rem!important;border:1px solid rgba(126,196,249,.24)!important;border-radius:.5rem!important;background:rgba(8,28,49,.64)!important}.gs-right-pane .gs-fast-console-settings-nav>.gs-fast-console-setting-btn{width:100%!important;min-width:0!important;min-height:1.08rem!important;padding:.16rem .26rem!important;border-radius:.42rem!important;font-size:.43rem!important;letter-spacing:.06em!important;line-height:1!important}.gs-right-pane .gs-anchor-notify-filter-row{display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:center!important;align-content:center!important;gap:.2rem!important;width:100%!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important}.gs-right-pane .gs-anchor-notify-filter-row>.gs-anchor-notify-filter{width:auto!important;min-height:1.16rem!important;padding:0 .48rem!important;border-radius:999px!important;font-size:.4rem!important;letter-spacing:.08em!important;line-height:1!important}#side-panel .sp-persona-toggle-row{display:inline-flex!important;align-items:center!important;justify-content:center!important;align-content:center!important;gap:.16rem!important;width:-moz-fit-content!important;width:fit-content!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;padding:.1rem!important;border-radius:999px!important;border:1px solid rgba(127,196,249,.22)!important;background:rgba(8,26,47,.54)!important}#side-panel .sp-persona-toggle-row>.sp-persona-toggle-btn{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;border:1px solid transparent!important;border-radius:999px!important;background:transparent!important;color:rgba(194,227,250,.74)!important;width:auto!important;min-width:-moz-max-content!important;min-width:max-content!important;min-height:1.2rem!important;padding:.16rem .5rem!important;font-family:JetBrains Mono,monospace!important;font-size:.42rem!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase!important;line-height:1!important;box-shadow:none!important;transform:none!important;transition:border-color .2s ease,background-color .2s ease,color .2s ease!important}#side-panel .sp-persona-toggle-row>.sp-persona-toggle-btn:hover{color:#eef9ff!important;border-color:rgba(169,226,255,.4)!important;background:rgba(38,73,116,.3)!important}#side-panel .sp-persona-toggle-row>.sp-persona-toggle-btn.is-active,#side-panel .sp-persona-toggle-row>.sp-persona-toggle-btn[aria-pressed=true]{color:#ecf8ff!important;border-color:rgba(152,220,255,.58)!important;background:rgba(59,135,201,.24)!important;box-shadow:none!important}#side-panel.folios-mode #sp-persona-toggle-row,#side-panel[data-panel-size="0.25"] #sp-persona-toggle-row{display:none!important}@media (max-width:760px),(pointer:coarse) and (max-width:1023px){#side-panel.entity-table-mode:not([data-panel-size="0.25"]) #sp-persona-toggle-row.sp-persona-toggle-row{box-sizing:border-box!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:stretch!important;justify-content:center!important;gap:.22rem!important;width:min(100%,clamp(14rem,66vw,18rem))!important;max-width:100%!important;min-width:0!important;height:auto!important;min-height:0!important;margin:0 auto .62rem!important;padding:.18rem!important;overflow:visible!important;border:0!important;border-radius:.82rem!important;background:transparent!important;box-shadow:none!important}#side-panel.entity-table-mode:not([data-panel-size="0.25"]) #sp-persona-toggle-row.sp-persona-toggle-row>.sp-persona-toggle-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important;min-height:2.05rem!important;height:auto!important;border:1px solid rgba(134,205,255,.34)!important;padding:.46rem .5rem!important;border-radius:.64rem!important;background:rgba(8,24,43,.7)!important;font-size:.68rem!important;line-height:1.1!important;letter-spacing:.06em!important;text-align:center!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;box-shadow:none!important;transform:none!important}#side-panel.entity-table-mode:not([data-panel-size="0.25"]) #sp-persona-toggle-row.sp-persona-toggle-row>.sp-persona-toggle-btn.is-active,#side-panel.entity-table-mode:not([data-panel-size="0.25"]) #sp-persona-toggle-row.sp-persona-toggle-row>.sp-persona-toggle-btn[aria-pressed=true]{border-color:rgba(152,220,255,.78)!important;background:rgba(44,108,163,.36)!important;color:#f2fbff!important;box-shadow:0 0 0 1px rgba(152,220,255,.14),inset 0 0 0 1px rgba(255,255,255,.05)!important}}@media (max-width:900px){:is([role=tab],.gs-auth-tab-trigger,.gs-fast-console-setting-btn,.ai-chat-tab-btn,.ai-chat-mode-btn,.gs-anchor-notify-filter,.sp-node-tab-btn,.sp-folio-nav-btn,.sp-profile-analytics-tabs>button,.sp-profile-period-tabs>button,button[class$=-tab],button[class*="-tab "],button[class$=-subtab],button[class*="-subtab "]){min-height:1.56rem!important;padding:.29rem .64rem!important;font-size:.53rem!important;letter-spacing:.1em!important}}.ai-chat-control-shell{display:flex!important;align-items:center!important;gap:.24rem!important;flex-wrap:wrap!important;overflow-x:auto!important;overflow-y:hidden!important}.ai-chat-role-toggle,.ai-chat-subtabs{align-items:center!important;align-content:center!important;gap:.18rem!important;padding:.1rem!important;width:auto!important;max-width:none!important;margin:0!important;border:1px solid rgba(128,196,255,.2)!important;border-radius:999px!important;background:rgba(7,22,41,.56)!important;flex:0 0 auto!important}.ai-chat-role-toggle,.ai-chat-subtabs{display:inline-flex!important;justify-content:flex-start!important}.ai-chat-subtabs{margin-left:auto!important;margin-right:0!important;gap:.12rem!important;width:-moz-fit-content!important;width:fit-content!important;max-width:100%!important;flex:0 1 auto!important}.ai-chat-role-btn,.ai-chat-tab-btn{border:1px solid rgba(164,214,255,.32)!important;border-radius:.9rem!important;background:rgba(14,31,54,.48)!important;color:rgba(216,237,255,.78)!important;font-family:JetBrains Mono,monospace!important;font-size:.39rem!important;letter-spacing:.08em!important;text-transform:uppercase!important;font-weight:700!important;min-height:1.06rem!important;padding:.18rem .44rem!important;width:auto!important;flex:0 0 auto!important}.ai-chat-subtabs>.ai-chat-tab-btn{width:auto!important;min-width:-moz-max-content!important;min-width:max-content!important;min-height:.98rem!important;padding:.12rem .42rem!important;font-size:.36rem!important;letter-spacing:.07em!important}#ai-chat-panel.is-options-open .ai-chat-subtabs{margin-left:0!important}.ai-chat-role-btn:hover,.ai-chat-tab-btn:hover{color:#ecf8ff!important;border-color:rgba(181,226,255,.62)!important;background:rgba(38,73,116,.56)!important}.ai-chat-role-btn.is-active,.ai-chat-role-btn[aria-selected=true],.ai-chat-tab-btn.is-active,.ai-chat-tab-btn[aria-selected=true]{color:#e8f8ff!important;border-color:rgba(187,228,255,.78)!important;background:rgba(77,170,232,.3)!important}@media (max-width:1100px){.ai-chat-subtabs{margin-left:0!important;width:auto!important;max-width:100%!important;flex-basis:auto!important;justify-content:flex-start!important}.ai-chat-subtabs>.ai-chat-tab-btn{min-height:.92rem!important;font-size:.34rem!important;padding:.11rem .34rem!important}}#right-sidebar .gs-anchor-subtab-row{display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:center!important;align-content:center!important;gap:.16rem!important;width:-moz-fit-content!important;width:fit-content!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;padding:.12rem!important;border-radius:.56rem!important;border:1px solid rgba(129,198,255,.2)!important;background:rgba(10,21,40,.38)!important}#right-sidebar .gs-anchor-subtab-row>.gs-anchor-subtab{width:auto!important;min-width:-moz-max-content!important;min-width:max-content!important;min-height:1.2rem!important;padding:.16rem .42rem!important;border-radius:.44rem!important;font-size:.42rem!important;letter-spacing:.06em!important;flex:0 1 auto!important}#right-sidebar .gs-fast-console-settings-nav{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.18rem!important;padding:.16rem!important;border-radius:.5rem!important;border:1px solid rgba(126,196,249,.24)!important;background:rgba(8,28,49,.64)!important}#right-sidebar .gs-fast-console-settings-nav>.gs-fast-console-setting-btn{min-height:1.08rem!important;padding:.16rem .26rem!important;border-radius:.42rem!important;font-size:.43rem!important;letter-spacing:.06em!important}#right-sidebar .gs-anchor-notify-filter-row{display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:center!important;align-content:center!important;width:-moz-fit-content!important;width:fit-content!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;border:1px solid rgba(127,196,249,.22)!important;border-radius:999px!important;background:rgba(8,26,47,.54)!important;padding:.1rem!important;gap:.16rem!important}#right-sidebar .gs-anchor-notify-filter-row>.gs-anchor-notify-filter{width:auto!important;min-width:-moz-max-content!important;min-width:max-content!important;min-height:1.16rem!important;padding:0 .5rem!important;font-size:.4rem!important;letter-spacing:.08em!important;flex:0 1 auto!important}#orchestrate-panel-shell .sp-orchestrate-tabs,#side-panel.orchestrate-mode .sp-orchestrate-tabs{box-sizing:border-box!important;display:inline-flex!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:center!important;align-content:center!important;gap:.16rem!important;width:-moz-fit-content!important;width:fit-content!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;margin-bottom:.34rem!important;padding:.1rem!important;height:1.4rem!important;min-height:1.4rem!important;border:1px solid rgba(127,196,249,.22)!important;border-radius:999px!important;background:rgba(8,26,47,.54)!important;overflow:hidden!important;scrollbar-width:none!important}#orchestrate-panel-shell .sp-orchestrate-tabs>.sp-orchestrate-tab,#side-panel.orchestrate-mode .sp-orchestrate-tabs>.sp-orchestrate-tab{box-sizing:border-box!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;border:1px solid transparent!important;border-radius:999px!important;background:transparent!important;color:rgba(194,227,250,.74)!important;width:auto!important;min-width:-moz-max-content!important;min-width:max-content!important;height:1.2rem!important;min-height:1.2rem!important;padding:.16rem .5rem!important;font-size:.42rem!important;font-family:JetBrains Mono,monospace!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase!important;line-height:1!important;box-shadow:none!important;transform:none!important;transition:border-color .2s ease,background-color .2s ease,color .2s ease!important}#orchestrate-panel-shell .sp-orchestrate-tabs>.sp-orchestrate-tab .sp-flow-primary-label,#side-panel.orchestrate-mode .sp-orchestrate-tabs>.sp-orchestrate-tab .sp-flow-primary-label{display:inline-block!important;width:100%!important;text-align:center!important;white-space:nowrap!important;font-size:inherit!important;letter-spacing:inherit!important;text-transform:inherit!important;line-height:inherit!important}#orchestrate-panel-shell .sp-orchestrate-tabs>.sp-orchestrate-tab .sp-flow-primary-icon,#orchestrate-panel-shell .sp-orchestrate-tabs>.sp-orchestrate-tab .sp-flow-primary-icon i,#orchestrate-panel-shell .sp-orchestrate-tabs>.sp-orchestrate-tab .sp-flow-primary-icon svg,#orchestrate-panel-shell .sp-orchestrate-tabs>.sp-orchestrate-tab .sp-flow-primary-sub,#side-panel.orchestrate-mode .sp-orchestrate-tabs>.sp-orchestrate-tab .sp-flow-primary-icon,#side-panel.orchestrate-mode .sp-orchestrate-tabs>.sp-orchestrate-tab .sp-flow-primary-icon i,#side-panel.orchestrate-mode .sp-orchestrate-tabs>.sp-orchestrate-tab .sp-flow-primary-icon svg,#side-panel.orchestrate-mode .sp-orchestrate-tabs>.sp-orchestrate-tab .sp-flow-primary-sub{display:none!important}#orchestrate-panel-shell .sp-orchestrate-tabs>.sp-orchestrate-tab:hover,#side-panel.orchestrate-mode .sp-orchestrate-tabs>.sp-orchestrate-tab:hover{color:#eef9ff!important;border-color:rgba(169,226,255,.4)!important;background:rgba(38,73,116,.3)!important}#orchestrate-panel-shell .sp-orchestrate-tabs>.sp-orchestrate-tab.is-active,#orchestrate-panel-shell .sp-orchestrate-tabs>.sp-orchestrate-tab[aria-selected=true],#side-panel.orchestrate-mode .sp-orchestrate-tabs>.sp-orchestrate-tab.is-active,#side-panel.orchestrate-mode .sp-orchestrate-tabs>.sp-orchestrate-tab[aria-selected=true]{color:#ecf8ff!important;border-color:rgba(152,220,255,.58)!important;background:rgba(59,135,201,.24)!important;box-shadow:none!important}#orchestrate-panel-shell .sp-flow-secondary-tabs-shell,#side-panel.orchestrate-mode .sp-flow-secondary-tabs-shell{display:flex!important;margin-bottom:.3rem!important;height:1.4rem!important;min-height:1.4rem!important;padding:0!important;border:0!important;background:transparent!important}#orchestrate-panel-shell .sp-flow-secondary-tabs-shell,#orchestrate-panel-shell .sp-orchestrate-subtabs,#side-panel.orchestrate-mode .sp-flow-secondary-tabs-shell,#side-panel.orchestrate-mode .sp-orchestrate-subtabs{box-sizing:border-box!important;align-items:center!important;justify-content:center!important;width:-moz-fit-content!important;width:fit-content!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important}#orchestrate-panel-shell .sp-orchestrate-subtabs,#side-panel.orchestrate-mode .sp-orchestrate-subtabs{display:inline-flex!important;flex-wrap:nowrap!important;align-content:center!important;gap:.16rem!important;margin-bottom:0!important;height:1.2rem!important;min-height:1.2rem!important;padding:.1rem!important;border:1px solid rgba(127,196,249,.22)!important;border-radius:999px!important;background:rgba(8,26,47,.54)!important;overflow:hidden!important;scrollbar-width:none!important}#orchestrate-panel-shell .sp-flow-secondary-tabs-shell.is-empty .sp-orchestrate-subtabs,#orchestrate-panel-shell .sp-orchestrate-subtabs.is-empty,#side-panel.orchestrate-mode .sp-flow-secondary-tabs-shell.is-empty .sp-orchestrate-subtabs,#side-panel.orchestrate-mode .sp-orchestrate-subtabs.is-empty{min-width:2.8rem!important;min-height:1.2rem!important;padding:0!important;border-color:transparent!important;background:transparent!important;visibility:hidden!important;pointer-events:none!important}#orchestrate-panel-shell #orchestrate-secondary-tabs.is-empty,#orchestrate-panel-shell .sp-flow-secondary-tabs-shell.is-empty #orchestrate-secondary-tabs{display:none!important}#orchestrate-panel-shell .sp-orchestrate-subtabs>.sp-orchestrate-subtab,#side-panel.orchestrate-mode .sp-orchestrate-subtabs>.sp-orchestrate-subtab{box-sizing:border-box!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;border:1px solid transparent!important;border-radius:999px!important;background:transparent!important;color:rgba(194,227,250,.74)!important;width:auto!important;min-width:-moz-max-content!important;min-width:max-content!important;height:1.2rem!important;min-height:1.2rem!important;padding:.16rem .5rem!important;font-size:.44rem!important;font-family:JetBrains Mono,monospace!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase!important;line-height:1!important;box-shadow:none!important;transform:none!important;transition:border-color .2s ease,background-color .2s ease,color .2s ease!important}#orchestrate-panel-shell .sp-orchestrate-subtabs>.sp-orchestrate-subtab:hover,#side-panel.orchestrate-mode .sp-orchestrate-subtabs>.sp-orchestrate-subtab:hover{color:#eef9ff!important;border-color:rgba(169,226,255,.4)!important;background:rgba(38,73,116,.3)!important}#orchestrate-panel-shell .sp-orchestrate-subtabs>.sp-orchestrate-subtab.is-active,#orchestrate-panel-shell .sp-orchestrate-subtabs>.sp-orchestrate-subtab[aria-selected=true],#side-panel.orchestrate-mode .sp-orchestrate-subtabs>.sp-orchestrate-subtab.is-active,#side-panel.orchestrate-mode .sp-orchestrate-subtabs>.sp-orchestrate-subtab[aria-selected=true]{color:#ecf8ff!important;border-color:rgba(152,220,255,.58)!important;background:rgba(59,135,201,.24)!important;box-shadow:none!important}#orchestrate-panel-shell .sp-blueprint-subtabs,#side-panel.orchestrate-mode .sp-blueprint-subtabs{display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:center!important;align-content:center!important;gap:.24rem!important;width:-moz-fit-content!important;width:fit-content!important;max-width:100%!important;margin:0 auto .26rem!important;padding:.18rem!important;border:1px solid rgba(114,187,246,.22)!important;border-radius:.74rem!important;background:linear-gradient(180deg,rgba(8,32,56,.58),rgba(5,21,39,.62))!important}#orchestrate-panel-shell .sp-blueprint-subtabs>.sp-blueprint-subtab,#side-panel.orchestrate-mode .sp-blueprint-subtabs>.sp-blueprint-subtab{width:auto!important;min-width:-moz-max-content!important;min-width:max-content!important;min-height:1.2rem!important;padding:.12rem .42rem!important;border-radius:.44rem!important;font-size:.42rem!important;letter-spacing:.06em!important;line-height:1!important;box-shadow:none!important;transform:none!important;flex:0 1 auto!important}#orchestrate-panel-shell .sp-orchestrate-subtabs::-webkit-scrollbar,#orchestrate-panel-shell .sp-orchestrate-tabs::-webkit-scrollbar,#side-panel.orchestrate-mode .sp-orchestrate-subtabs::-webkit-scrollbar,#side-panel.orchestrate-mode .sp-orchestrate-tabs::-webkit-scrollbar{display:none!important}#orchestrate-panel-shell :is(.sp-orchestrate-tab,.sp-orchestrate-subtab,.sp-blueprint-subtab):hover,#side-panel.orchestrate-mode :is(.sp-orchestrate-tab,.sp-orchestrate-subtab,.sp-blueprint-subtab):hover{transform:none!important}#orchestrate-panel-shell :is(.sp-orchestrate-tab,.sp-orchestrate-subtab,.sp-blueprint-subtab).is-active,#orchestrate-panel-shell :is(.sp-orchestrate-tab,.sp-orchestrate-subtab,.sp-blueprint-subtab)[aria-selected=true],#side-panel.orchestrate-mode :is(.sp-orchestrate-tab,.sp-orchestrate-subtab,.sp-blueprint-subtab).is-active,#side-panel.orchestrate-mode :is(.sp-orchestrate-tab,.sp-orchestrate-subtab,.sp-blueprint-subtab)[aria-selected=true]{box-shadow:none!important}.gs-chat-profile-card .gs-chat-group-settings-tabs{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;justify-content:stretch!important;align-content:stretch!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;gap:.1rem!important}.gs-chat-profile-card .gs-chat-group-settings-tab{border:1px solid rgba(128,197,246,.26)!important;border-radius:.38rem!important;background:rgba(8,24,42,.68)!important;min-height:.98rem!important;color:rgba(214,241,255,.95)!important;display:inline-flex!important;align-items:center!important;justify-content:space-between!important;gap:.12rem!important;padding:.14rem .18rem!important;cursor:pointer!important;width:100%!important;min-width:0!important;font-size:inherit!important;letter-spacing:normal!important;text-transform:none!important}.gs-chat-profile-card .gs-chat-group-settings-tab:hover{border-color:rgba(155,229,255,.52)!important;background:rgba(9,30,52,.78)!important;transform:translateY(-.01rem)!important}.gs-chat-profile-card .gs-chat-group-settings-tab.is-active,.gs-chat-profile-card .gs-chat-group-settings-tab[aria-selected=true]{border-color:rgba(135,226,255,.64)!important;background:linear-gradient(160deg,rgba(14,77,118,.82),rgba(9,42,68,.88))!important;color:rgba(231,251,255,.98)!important}.gs-chat-profile-card .gs-chat-group-settings-tab i,.gs-chat-profile-card .gs-chat-group-settings-tab svg{width:.42rem!important;height:.42rem!important}.gs-chat-profile-card .gs-chat-group-settings-tab span{font-size:.34rem!important;line-height:1.2!important;white-space:nowrap!important}.gs-chat-profile-card .gs-chat-group-settings-tab em{font-style:normal!important;font-size:.32rem!important;font-family:JetBrains Mono,monospace!important;color:rgba(173,213,238,.86)!important;line-height:1.1!important;opacity:1!important}@media (max-width:760px){.gs-chat-profile-card .gs-chat-group-settings-tabs{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:520px){.gs-chat-profile-card .gs-chat-group-settings-tabs{grid-template-columns:minmax(0,1fr)!important}}#profile-pane-host .sp-profile-analytics-tabs,#profile-pane-host .sp-profile-period-tabs{display:grid!important;justify-content:stretch!important;align-content:stretch!important;width:100%!important;max-width:100%!important;margin:0!important;padding:.14rem!important;border-radius:.74rem!important;border:1px solid rgba(129,198,255,.24)!important;background:linear-gradient(180deg,rgba(8,31,56,.66),rgba(6,24,44,.74))!important;gap:.16rem!important;overflow:visible!important;scrollbar-width:auto!important}#profile-pane-host .sp-profile-analytics-tabs{grid-template-columns:repeat(4,minmax(0,1fr))!important}#profile-pane-host .sp-profile-period-tabs{grid-template-columns:repeat(5,minmax(0,1fr))!important}#profile-pane-host .sp-profile-analytics-tabs>button,#profile-pane-host .sp-profile-period-tabs>button{width:100%!important;min-width:0!important;min-height:1.22rem!important;padding:.16rem .2rem!important;border-radius:.56rem!important;border:1px solid rgba(134,205,255,.22)!important;background:rgba(8,27,47,.56)!important;color:rgba(201,231,255,.84)!important;font-family:Space Grotesk,JetBrains Mono,Segoe UI,sans-serif!important;font-size:.42rem!important;font-weight:700!important;letter-spacing:.07em!important;text-transform:uppercase!important;line-height:1.04!important;white-space:nowrap!important;box-shadow:none!important}#profile-pane-host .sp-profile-analytics-tabs>button:hover,#profile-pane-host .sp-profile-period-tabs>button:hover{border-color:rgba(176,230,255,.56)!important;background:rgba(30,67,105,.58)!important;color:rgba(239,249,255,.98)!important}#profile-pane-host .sp-profile-analytics-tabs>button.is-active,#profile-pane-host .sp-profile-analytics-tabs>button[aria-selected=true],#profile-pane-host .sp-profile-period-tabs>button.is-active,#profile-pane-host .sp-profile-period-tabs>button[aria-pressed=true]{border-color:rgba(165,223,255,.8)!important;background:linear-gradient(180deg,rgba(79,167,232,.38),rgba(43,113,173,.42))!important;color:#ecf9ff!important}@media (max-width:760px){#profile-pane-host .sp-profile-analytics-tabs{grid-template-columns:repeat(2,minmax(0,1fr))!important}#profile-pane-host .sp-profile-period-tabs{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width:760px){#side-panel :is(#activity-panel-shell .gs-activity-tab-row,#access-panel-shell .sp-access-tabs,#apps-panel-shell .sp-apps-live-tabs,#apps-panel-shell .sp-apps-main-tabs,#apps-panel-shell .sp-apps-manage-subtabs,#apps-panel-shell .sp-apps-workspace-tabs,#exchange-panel-shell .sp-exchange-main-tabs,#exchange-panel-shell .sp-exchange-subtabs,#human-pulse-panel-shell .sp-human-pulse-tabs,#memory-panel-shell .sp-memory-drawer-tabs,#memory-panel-shell .sp-memory-system-tabs,#memory-panel-shell .sp-memory-tabs,#token-panel-shell .sp-token-manage-tabs,#token-panel-shell .sp-token-profile-tabs,#token-panel-shell .sp-token-tabs,#token-panel-shell .sp-token-vw-tabs){display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:center!important;align-content:center!important;gap:.34rem!important;width:-moz-fit-content!important;width:fit-content!important;max-width:100%!important;height:auto!important;min-height:0!important;margin-left:auto!important;margin-right:auto!important;padding:.24rem!important;overflow:visible!important;border-radius:999px!important}#side-panel :is(#activity-panel-shell .gs-activity-tab-row,#access-panel-shell .sp-access-tabs,#apps-panel-shell .sp-apps-live-tabs,#apps-panel-shell .sp-apps-main-tabs,#apps-panel-shell .sp-apps-manage-subtabs,#apps-panel-shell .sp-apps-workspace-tabs,#exchange-panel-shell .sp-exchange-main-tabs,#exchange-panel-shell .sp-exchange-subtabs,#human-pulse-panel-shell .sp-human-pulse-tabs,#memory-panel-shell .sp-memory-drawer-tabs,#memory-panel-shell .sp-memory-system-tabs,#memory-panel-shell .sp-memory-tabs,#token-panel-shell .sp-token-manage-tabs,#token-panel-shell .sp-token-profile-tabs,#token-panel-shell .sp-token-tabs,#token-panel-shell .sp-token-vw-tabs).is-multi-line{border-radius:.74rem!important}#side-panel :is(#activity-panel-shell .gs-activity-tab-row,#access-panel-shell .sp-access-tabs,#apps-panel-shell .sp-apps-live-tabs,#apps-panel-shell .sp-apps-main-tabs,#apps-panel-shell .sp-apps-manage-subtabs,#apps-panel-shell .sp-apps-workspace-tabs,#exchange-panel-shell .sp-exchange-main-tabs,#exchange-panel-shell .sp-exchange-subtabs,#human-pulse-panel-shell .sp-human-pulse-tabs,#memory-panel-shell .sp-memory-drawer-tabs,#memory-panel-shell .sp-memory-system-tabs,#memory-panel-shell .sp-memory-tabs,#token-panel-shell .sp-token-manage-tabs,#token-panel-shell .sp-token-profile-tabs,#token-panel-shell .sp-token-tabs,#token-panel-shell .sp-token-vw-tabs)>:is(button,[role=tab]){flex:0 1 auto!important;width:auto!important;min-width:0!important;max-width:100%!important;min-height:1.56rem!important;height:auto!important;padding:.29rem .64rem!important;border-radius:999px!important;white-space:nowrap!important}#side-panel :is(#activity-panel-shell .gs-activity-tab-row,#access-panel-shell .sp-access-tabs,#apps-panel-shell .sp-apps-live-tabs,#apps-panel-shell .sp-apps-main-tabs,#apps-panel-shell .sp-apps-manage-subtabs,#apps-panel-shell .sp-apps-workspace-tabs,#exchange-panel-shell .sp-exchange-main-tabs,#exchange-panel-shell .sp-exchange-subtabs,#human-pulse-panel-shell .sp-human-pulse-tabs,#memory-panel-shell .sp-memory-drawer-tabs,#memory-panel-shell .sp-memory-system-tabs,#memory-panel-shell .sp-memory-tabs,#token-panel-shell .sp-token-manage-tabs,#token-panel-shell .sp-token-profile-tabs,#token-panel-shell .sp-token-tabs,#token-panel-shell .sp-token-vw-tabs).is-multi-line>:is(button,[role=tab]){border-radius:.56rem!important}#side-panel :is(#activity-panel-shell .gs-activity-tab-row,#access-panel-shell .sp-access-tabs,#apps-panel-shell .sp-apps-live-tabs,#apps-panel-shell .sp-apps-main-tabs,#apps-panel-shell .sp-apps-manage-subtabs,#apps-panel-shell .sp-apps-workspace-tabs,#exchange-panel-shell .sp-exchange-main-tabs,#exchange-panel-shell .sp-exchange-subtabs,#human-pulse-panel-shell .sp-human-pulse-tabs,#memory-panel-shell .sp-memory-drawer-tabs,#memory-panel-shell .sp-memory-system-tabs,#memory-panel-shell .sp-memory-tabs,#token-panel-shell .sp-token-manage-tabs,#token-panel-shell .sp-token-profile-tabs,#token-panel-shell .sp-token-tabs,#token-panel-shell .sp-token-vw-tabs).is-multi-line>:is(button,[role=tab]):is(.is-active,.active,[aria-selected=true],[aria-pressed=true]){border-radius:.38rem!important}}@media (max-width:760px){body:not(.theme-classic) #side-panel #access-panel-shell .sp-access-tabs,body:not(.theme-classic) #side-panel #activity-panel-shell .gs-activity-tab-row,body:not(.theme-classic) #side-panel #apps-panel-shell .sp-apps-live-tabs,body:not(.theme-classic) #side-panel #apps-panel-shell .sp-apps-main-tabs,body:not(.theme-classic) #side-panel #apps-panel-shell .sp-apps-manage-subtabs,body:not(.theme-classic) #side-panel #apps-panel-shell .sp-apps-workspace-tabs,body:not(.theme-classic) #side-panel #exchange-panel-shell .sp-exchange-main-tabs,body:not(.theme-classic) #side-panel #exchange-panel-shell .sp-exchange-subtabs,body:not(.theme-classic) #side-panel #human-pulse-panel-shell .sp-human-pulse-tabs,body:not(.theme-classic) #side-panel #memory-panel-shell.sp-memory-shell--drive .sp-memory-drawer-tabs,body:not(.theme-classic) #side-panel #memory-panel-shell.sp-memory-shell--drive .sp-memory-system-tabs:not(.is-hidden),body:not(.theme-classic) #side-panel #memory-panel-shell.sp-memory-shell--drive .sp-memory-tabs,body:not(.theme-classic) #side-panel #token-panel-shell .sp-token-manage-tabs,body:not(.theme-classic) #side-panel #token-panel-shell .sp-token-profile-tabs,body:not(.theme-classic) #side-panel #token-panel-shell .sp-token-tabs,body:not(.theme-classic) #side-panel #token-panel-shell .sp-token-vw-tabs{box-sizing:border-box!important;display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:center!important;align-content:center!important;gap:.24rem!important;width:-moz-fit-content!important;width:fit-content!important;max-width:100%!important;min-width:0!important;min-height:0!important;height:auto!important;margin:0 auto .42rem!important;padding:.16rem!important;overflow:visible!important;border-radius:999px!important;transform:none!important;scrollbar-width:none!important}body:not(.theme-classic) #side-panel #access-panel-shell .sp-access-tabs.is-multi-line,body:not(.theme-classic) #side-panel #activity-panel-shell .gs-activity-tab-row.is-multi-line,body:not(.theme-classic) #side-panel #apps-panel-shell :is(.sp-apps-live-tabs,.sp-apps-main-tabs,.sp-apps-manage-subtabs,.sp-apps-workspace-tabs).is-multi-line,body:not(.theme-classic) #side-panel #exchange-panel-shell :is(.sp-exchange-main-tabs,.sp-exchange-subtabs).is-multi-line,body:not(.theme-classic) #side-panel #human-pulse-panel-shell .sp-human-pulse-tabs.is-multi-line,body:not(.theme-classic) #side-panel #memory-panel-shell.sp-memory-shell--drive :is(.sp-memory-drawer-tabs,.sp-memory-system-tabs:not(.is-hidden),.sp-memory-tabs).is-multi-line,body:not(.theme-classic) #side-panel #token-panel-shell :is(.sp-token-manage-tabs,.sp-token-profile-tabs,.sp-token-tabs,.sp-token-vw-tabs).is-multi-line{border-radius:.74rem!important}body:not(.theme-classic) #side-panel #access-panel-shell .sp-access-tab,body:not(.theme-classic) #side-panel #activity-panel-shell .gs-activity-tab,body:not(.theme-classic) #side-panel #apps-panel-shell :is(.sp-apps-live-tab,.sp-apps-main-tab,.sp-apps-manage-subtab,.sp-apps-workspace-tab),body:not(.theme-classic) #side-panel #exchange-panel-shell :is(.sp-exchange-main-tab,.sp-exchange-subtab),body:not(.theme-classic) #side-panel #human-pulse-panel-shell .sp-human-pulse-tab,body:not(.theme-classic) #side-panel #memory-panel-shell.sp-memory-shell--drive :is(.sp-memory-drawer-tab,.sp-memory-system-tab,.sp-memory-tab),body:not(.theme-classic) #side-panel #token-panel-shell :is(.sp-token-manage-tab,.sp-token-subtab,.sp-token-tab,.sp-token-vw-tab){box-sizing:border-box!important;flex:0 1 auto!important;width:auto!important;min-width:0!important;max-width:100%!important;min-height:1.28rem!important;height:auto!important;max-height:none!important;padding:.22rem .5rem!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;font-size:.44rem!important;letter-spacing:.07em!important;line-height:1.08!important;text-align:center!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;word-break:normal!important;overflow-wrap:normal!important;transform:none!important}body:not(.theme-classic) #side-panel #access-panel-shell .sp-access-tabs.is-multi-line>.sp-access-tab,body:not(.theme-classic) #side-panel #activity-panel-shell .gs-activity-tab-row.is-multi-line>.gs-activity-tab,body:not(.theme-classic) #side-panel #apps-panel-shell :is(.sp-apps-live-tabs,.sp-apps-main-tabs,.sp-apps-manage-subtabs,.sp-apps-workspace-tabs).is-multi-line>:is(.sp-apps-live-tab,.sp-apps-main-tab,.sp-apps-manage-subtab,.sp-apps-workspace-tab),body:not(.theme-classic) #side-panel #exchange-panel-shell :is(.sp-exchange-main-tabs,.sp-exchange-subtabs).is-multi-line>:is(.sp-exchange-main-tab,.sp-exchange-subtab),body:not(.theme-classic) #side-panel #human-pulse-panel-shell .sp-human-pulse-tabs.is-multi-line>.sp-human-pulse-tab,body:not(.theme-classic) #side-panel #memory-panel-shell.sp-memory-shell--drive :is(.sp-memory-drawer-tabs,.sp-memory-system-tabs:not(.is-hidden),.sp-memory-tabs).is-multi-line>:is(.sp-memory-drawer-tab,.sp-memory-system-tab,.sp-memory-tab),body:not(.theme-classic) #side-panel #token-panel-shell :is(.sp-token-manage-tabs,.sp-token-profile-tabs,.sp-token-tabs,.sp-token-vw-tabs).is-multi-line>:is(.sp-token-manage-tab,.sp-token-subtab,.sp-token-tab,.sp-token-vw-tab){border-radius:.56rem!important}body:not(.theme-classic) #side-panel #access-panel-shell .sp-access-tabs.is-multi-line>.sp-access-tab:is(.is-active,.active,[aria-selected=true],[aria-pressed=true]),body:not(.theme-classic) #side-panel #activity-panel-shell .gs-activity-tab-row.is-multi-line>.gs-activity-tab:is(.is-active,.active,[aria-selected=true],[aria-pressed=true]),body:not(.theme-classic) #side-panel #apps-panel-shell :is(.sp-apps-live-tabs,.sp-apps-main-tabs,.sp-apps-manage-subtabs,.sp-apps-workspace-tabs).is-multi-line>:is(.sp-apps-live-tab,.sp-apps-main-tab,.sp-apps-manage-subtab,.sp-apps-workspace-tab):is(.is-active,.active,[aria-selected=true],[aria-pressed=true]),body:not(.theme-classic) #side-panel #exchange-panel-shell :is(.sp-exchange-main-tabs,.sp-exchange-subtabs).is-multi-line>:is(.sp-exchange-main-tab,.sp-exchange-subtab):is(.is-active,.active,[aria-selected=true],[aria-pressed=true]),body:not(.theme-classic) #side-panel #human-pulse-panel-shell .sp-human-pulse-tabs.is-multi-line>.sp-human-pulse-tab:is(.is-active,.active,[aria-selected=true],[aria-pressed=true]),body:not(.theme-classic) #side-panel #memory-panel-shell.sp-memory-shell--drive :is(.sp-memory-drawer-tabs,.sp-memory-system-tabs:not(.is-hidden),.sp-memory-tabs).is-multi-line>:is(.sp-memory-drawer-tab,.sp-memory-system-tab,.sp-memory-tab):is(.is-active,.active,[aria-selected=true],[aria-pressed=true]),body:not(.theme-classic) #side-panel #token-panel-shell :is(.sp-token-manage-tabs,.sp-token-profile-tabs,.sp-token-tabs,.sp-token-vw-tabs).is-multi-line>:is(.sp-token-manage-tab,.sp-token-subtab,.sp-token-tab,.sp-token-vw-tab):is(.is-active,.active,[aria-selected=true],[aria-pressed=true]){border-radius:.38rem!important}}@media (max-width:760px){body:not(.theme-classic) #side-panel #memory-panel-shell.sp-memory-shell--drive #memory-dna-persona-row.sp-memory-system-tabs:not(.is-hidden):not([hidden]){box-sizing:border-box!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important;min-height:0!important;gap:.18rem!important;margin:0 0 .42rem!important;padding:.16rem!important;overflow:visible!important;border-radius:.74rem!important}body:not(.theme-classic) #side-panel #memory-panel-shell.sp-memory-shell--drive #memory-dna-persona-row.sp-memory-system-tabs:not(.is-hidden):not([hidden])>.sp-memory-system-tab{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important;min-height:1.22rem!important;height:auto!important;max-height:none!important;padding:.18rem .22rem!important;align-items:center!important;justify-content:center!important;border-radius:.52rem!important;font-size:.42rem!important;letter-spacing:.055em!important;line-height:1.08!important;text-align:center!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;word-break:normal!important;overflow-wrap:normal!important;transform:none!important}body:not(.theme-classic) #side-panel #memory-panel-shell.sp-memory-shell--drive #memory-dna-persona-row.sp-memory-system-tabs:not(.is-hidden):not([hidden])>.sp-memory-system-tab:is(.is-active,.active,[aria-selected=true],[aria-pressed=true]){border-radius:.38rem!important}}.ai-chat-control-shell{flex-wrap:nowrap!important}#orchestrate-panel-shell .sp-orchestrate-tabs,#side-panel.orchestrate-mode .sp-orchestrate-tabs{overflow-x:auto!important;overflow-y:hidden!important}