:root{font-synthesis:none;text-rendering:optimizelegibility;--sidebar-width:248px;--bg:#f7f7f8;--surface:#fff;--surface-raised:#fff;--sidebar:#fbfbfc;--border:#e7e7e9;--border-strong:#d9d9dd;--text:#18181b;--text-soft:#52525b;--muted:#85858e;--hover:#f0f0f2;--active:#e9e9ed;--input:#fff;--backdrop:#1c1c2057;--focus:#6f6fdf;--danger:#d64a4a;--shadow-popover:0 10px 30px #18181b1f, 0 2px 7px #18181b14;--shadow-drawer:0 24px 70px #0f0f1238, 0 4px 16px #0f0f121f;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}html[data-theme=dark]{--bg:#111113;--surface:#18181b;--surface-raised:#202023;--sidebar:#161618;--border:#2a2a2e;--border-strong:#37373c;--text:#f2f2f3;--text-soft:#c8c8cd;--muted:#8f8f98;--hover:#222225;--active:#2a2a2f;--input:#19191c;--backdrop:#0000009e;--focus:#9a9af0;--danger:#ff7373;--shadow-popover:0 14px 36px #0000006b, 0 2px 8px #00000052;--shadow-drawer:0 28px 80px #0000008a, 0 5px 18px #00000061}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}html{background:var(--bg)}body{background:var(--bg);min-width:320px;color:var(--text)}body.mobile-navigation-open{overscroll-behavior:none}button,a,input{font:inherit}button{color:inherit}button,input{-webkit-tap-highlight-color:transparent}.app-shell{grid-template-columns:var(--sidebar-width) minmax(0, 1fr);background:var(--bg);min-height:100dvh;display:grid}.sidebar{background:var(--sidebar);border-inline-end:1px solid var(--border);z-index:30;height:100dvh;min-height:0;color:var(--text);flex-direction:column;display:flex;position:sticky;top:0;overflow:visible}.brand-row{border-bottom:1px solid color-mix(in srgb, var(--border) 76%, transparent);flex:none;align-items:center;gap:9px;height:54px;padding:0 12px;display:flex}.brand-mark,.login-logo{letter-spacing:-.02em;width:27px;height:27px;color:var(--surface);background:var(--text);border-radius:7px;place-items:center;font-size:12px;font-weight:720;display:grid;box-shadow:inset 0 0 0 1px #80808024}.brand-copy{flex-direction:column;min-width:0;line-height:1.1;display:flex}.brand-copy strong{letter-spacing:-.01em;font-size:12.5px;font-weight:650}.sidebar-close{display:none}.sidebar-nav{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:color-mix(in srgb, var(--muted) 42%, transparent) transparent;flex:auto;min-height:0;padding:8px 7px 16px;overflow-y:auto}.nav-section+.nav-section{margin-top:1px}.nav-section-trigger{cursor:pointer;width:100%;height:31px;color:var(--text-soft);text-align:start;background:0 0;border:0;border-radius:6px;grid-template-columns:23px minmax(0,1fr) 18px;align-items:center;gap:2px;padding:0 6px;transition:background 90ms,color 90ms;display:grid}.nav-section-trigger:hover{background:var(--hover);color:var(--text)}.nav-section-trigger.is-active-section{color:var(--text);font-weight:560}.nav-section-icon{width:20px;height:20px;color:var(--muted);place-items:center;display:grid}.is-active-section .nav-section-icon{color:var(--text-soft)}.nav-section-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12.5px;overflow:hidden}.nav-chevron{color:var(--muted);place-items:center;transition:transform .1s;display:grid}.nav-chevron.is-open{transform:rotate(90deg)}.nav-children{padding:1px 0 4px}.nav-child{margin:0;min-height:28px;color:var(--muted);border-radius:5px;align-items:center;gap:8px;margin-inline-start:29px;padding-block:5px;padding-inline:10px 8px;font-size:12px;line-height:1.25;text-decoration:none;transition:background 90ms,color 90ms;display:flex;position:relative}.nav-child:hover{color:var(--text);background:var(--hover)}.nav-child.is-active{color:var(--text);background:var(--active);font-weight:560}.nav-child-rail{background:var(--border);width:1px;position:absolute;inset-block:0;inset-inline-start:-9px}.nav-child.is-active .nav-child-rail{background:var(--muted);width:2px}.nav-section-trigger:focus-visible,.nav-child:focus-visible,.mobile-menu-button:focus-visible,.sidebar-close:focus-visible,.account-trigger:focus-visible,.account-action:focus-visible,.theme-option:focus-visible,.login-field:focus-within,.login-submit:focus-visible,.password-toggle:focus-visible,.reset-password-link:focus-visible{outline:2px solid color-mix(in srgb, var(--focus) 55%, transparent);outline-offset:1px}.account-root{border-top:1px solid var(--border);background:var(--sidebar);flex:none;padding:8px;position:relative}.account-trigger{cursor:pointer;text-align:start;background:0 0;border:0;border-radius:7px;grid-template-columns:31px minmax(0,1fr) 26px;align-items:center;gap:8px;width:100%;min-height:42px;padding:5px;transition:background 90ms;display:grid}.account-trigger:hover{background:var(--hover)}.account-avatar{border:1px solid var(--border-strong);background:var(--surface-raised);width:30px;height:30px;color:var(--text-soft);border-radius:999px;flex:none;place-items:center;font-size:10.5px;font-weight:650;display:grid;overflow:hidden;box-shadow:0 1px 2px #0000000f}.account-avatar-image{object-fit:cover;width:100%;height:100%;display:block}.account-trigger-copy{flex-direction:column;min-width:0;line-height:1.15;display:flex}.account-trigger-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:610;overflow:hidden}.account-trigger-copy span{text-overflow:ellipsis;white-space:nowrap;color:var(--muted);margin-top:3px;font-size:10px;overflow:hidden}.account-trigger-dots{color:var(--muted);place-items:center;display:grid}.account-popover{inset-inline:8px;z-index:70;border:1px solid var(--border);background:var(--surface-raised);box-shadow:var(--shadow-popover);border-radius:9px;padding:5px;position:absolute;bottom:calc(100% - 1px)}.account-popover-header{align-items:center;gap:9px;padding:7px 7px 8px;display:flex}.account-popover-identity{flex-direction:column;min-width:0;display:flex}.account-popover-identity strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:620;overflow:hidden}.account-popover-identity span{text-overflow:ellipsis;white-space:nowrap;color:var(--muted);margin-top:3px;font-size:10px;overflow:hidden}.account-popover-separator{background:var(--border);height:1px;margin:4px 2px}.account-action,.theme-option{width:100%;min-height:32px;color:var(--text-soft);cursor:pointer;text-align:start;background:0 0;border:0;border-radius:6px;grid-template-columns:20px minmax(0,1fr) 18px;align-items:center;gap:7px;padding:0 7px;font-size:11.5px;display:grid}.account-action:hover,.theme-option:hover{background:var(--hover);color:var(--text)}.account-action-trailing{color:var(--muted);place-items:center;display:grid}.account-action-danger{color:var(--danger)}.account-theme-wrap{position:relative}.theme-popover{inset-inline-start:calc(100% + 7px);z-index:75;border:1px solid var(--border);background:var(--surface-raised);width:142px;box-shadow:var(--shadow-popover);border-radius:9px;padding:5px;position:absolute;top:-5px}.theme-option{grid-template-columns:minmax(0,1fr) 18px}.account-dialog-backdrop{z-index:90;background:color-mix(in srgb, var(--backdrop) 72%, transparent);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);place-items:center;padding:20px;display:grid;position:fixed;inset:0}.account-dialog{border:1px solid var(--border);background:var(--surface-raised);width:min(410px,100%);box-shadow:var(--shadow-popover);border-radius:12px;padding:16px}.account-dialog-header{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.account-dialog-kicker{color:var(--muted);letter-spacing:.05em;text-transform:uppercase;font-size:10px;font-weight:650}.account-dialog h2{letter-spacing:-.02em;margin:4px 0 0;font-size:17px}.account-dialog-close{width:28px;height:28px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:6px;font-size:21px;line-height:1}.account-dialog-close:hover{background:var(--hover);color:var(--text)}.profile-summary{border:1px solid var(--border);background:var(--surface);border-radius:9px;align-items:center;gap:12px;margin-top:18px;padding:13px;display:flex}.account-avatar-large{width:42px;height:42px;font-size:12px}.profile-summary>div:last-child{flex-direction:column;min-width:0;display:flex}.profile-summary span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:11px;overflow:hidden}.shortcut-list{gap:3px;margin-top:15px;display:grid}.shortcut-list>div{min-height:38px;color:var(--text-soft);border-radius:7px;justify-content:space-between;align-items:center;gap:14px;padding:0 8px;font-size:11.5px;display:flex}.shortcut-list>div:hover{background:var(--hover)}kbd{border:1px solid var(--border-strong);background:var(--surface);min-width:34px;color:var(--muted);text-align:center;border-bottom-width:2px;border-radius:5px;padding:3px 7px;font-family:inherit;font-size:10px}.main-area{background:var(--bg);min-width:0;min-height:100dvh}.topbar{z-index:20;border-bottom:1px solid var(--border);background:color-mix(in srgb, var(--bg) 90%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);align-items:center;gap:10px;height:48px;padding:0 18px;display:flex;position:sticky;top:0}.mobile-menu-button{border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;width:30px;height:30px;display:none}.breadcrumbs{min-width:0;color:var(--muted);align-items:center;gap:7px;font-size:13px;display:flex}.breadcrumbs span:first-child{white-space:nowrap}.breadcrumbs strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text-soft);font-weight:550;overflow:hidden}.breadcrumb-separator{color:var(--border-strong)}.topbar-spacer{flex:1}.page-scaffold{max-width:980px;margin:0 auto;padding:54px 44px}.page-kicker{color:var(--muted);letter-spacing:.05em;text-transform:uppercase;font-size:12px;font-weight:600}.page-scaffold h1{letter-spacing:-.035em;margin:9px 0 10px;font-size:20px;font-weight:650;line-height:1.1}.page-scaffold p{max-width:620px;color:var(--muted);margin:0;font-size:14px;line-height:1.55}.sidebar-backdrop{display:none}.login-shell{min-height:100dvh;padding:max(28px, env(safe-area-inset-top)) 18px max(28px, env(safe-area-inset-bottom));background:var(--surface);place-items:center;display:grid}.login-card{flex-direction:column;align-items:center;width:min(378px,100%);display:flex}.login-logo{border-radius:11px;width:44px;height:44px;margin-bottom:30px;font-size:16px}.login-heading{text-align:center}.login-heading h1{letter-spacing:-.025em;margin:0;font-size:20px;font-weight:640;line-height:1.2}.login-heading p{color:var(--muted);margin:8px 0 26px;font-size:14px}.login-form{gap:10px;width:100%;display:grid}.login-field{border:1px solid var(--border-strong);background:var(--input);border-radius:8px;align-items:stretch;height:45px;display:flex;overflow:hidden;box-shadow:0 1px 2px #0000000a}.login-field input{min-width:0;color:var(--text);background:0 0;border:0;outline:0;flex:1;padding:0 12px;font-size:14px}.login-field input::placeholder{color:var(--muted)}.login-password-field input{padding-inline-end:6px}.password-toggle{border:0;border-inline-start:1px solid var(--border);width:44px;color:var(--muted);cursor:pointer;background:0 0;flex:0 0 44px;place-items:center;display:grid}.password-toggle:hover{color:var(--text-soft);background:var(--hover)}.login-error{color:var(--danger);padding:2px 2px 0;font-size:12px;line-height:1.4}.login-submit{border:1px solid color-mix(in srgb, var(--text) 80%, var(--border));background:var(--text);height:45px;color:var(--surface);cursor:pointer;border-radius:8px;margin-top:2px;font-size:14px;font-weight:570;box-shadow:0 1px 2px #0000001a}.login-submit:hover:not(:disabled){opacity:.92}.login-submit:disabled{cursor:wait;opacity:.65}.reset-password-link{color:var(--muted);cursor:pointer;background:0 0;border:0;margin-top:25px;font-size:13px}.reset-password-link span{color:var(--text-soft);font-weight:540}.reset-password-link:hover span{text-decoration:underline}.session-loading{background:var(--surface);min-height:100dvh;color:var(--muted);justify-content:center;align-items:center;gap:9px;font-size:13px;display:flex}@media (width<=900px){.app-shell{min-height:100dvh;display:block}.sidebar{border:1px solid var(--border-strong);width:auto;height:auto;max-height:none;box-shadow:var(--shadow-drawer);will-change:transform;z-index:50;border-radius:10px;transition:transform .145s cubic-bezier(.22,.8,.35,1);position:fixed;inset:4px;overflow:hidden;transform:translate(calc(-100% - 30px))}.sidebar.is-mobile-open{transform:translate(0,0)}.sidebar-backdrop{z-index:45;background:var(--backdrop);opacity:0;pointer-events:none;touch-action:none;border:0;transition:opacity .12s linear;display:block;position:fixed;inset:0}.sidebar-backdrop.is-visible{opacity:1;pointer-events:auto}.brand-row{height:51px;padding:0 11px}.sidebar-close{width:28px;height:28px;color:var(--muted);cursor:pointer;touch-action:manipulation;background:0 0;border:0;border-radius:6px;place-items:center;margin-inline-start:auto;display:grid}.sidebar-close:hover{background:var(--hover);color:var(--text)}.sidebar-nav{padding-bottom:12px}.account-root{padding:7px}.account-popover{inset-inline:7px;bottom:calc(100% - 1px)}.theme-popover{width:auto;box-shadow:none;background:var(--surface);margin-block:3px 4px;margin-inline:28px 3px;position:static}.mobile-menu-button{touch-action:manipulation;display:inline-flex}.topbar{padding:0 12px}.page-scaffold{padding:34px 20px}}@media (width<=430px){.login-card{width:min(100%,360px)}.login-heading h1{font-size:20px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.account-action{text-decoration:none}.account-avatar-popover{border-radius:7px}.account-popover-header{padding-inline-end:38px;position:relative}.account-popover-close,.theme-popover-close{width:28px;height:28px;color:var(--muted);cursor:pointer;touch-action:manipulation;background:0 0;border:0;border-radius:6px;place-items:center;display:grid}.account-popover-close{position:absolute;inset-block-start:7px;inset-inline-end:7px}.account-popover-close:hover,.theme-popover-close:hover{color:var(--text);background:var(--hover)}.account-popover-close:focus-visible,.theme-popover-close:focus-visible{outline:2px solid color-mix(in srgb, var(--focus) 55%, transparent);outline-offset:1px}.theme-popover-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:8px;min-height:32px;margin-bottom:4px;padding-block:1px 4px;padding-inline:7px 2px;display:flex}.theme-popover-header strong{color:var(--text-soft);font-size:11.5px;font-weight:620}.global-action-bar-shell{inset-block-start:max(10px, env(safe-area-inset-top));z-index:220;pointer-events:none;width:min(560px,100vw - 24px);position:fixed;left:50%;transform:translate(-50%)}.global-action-bar{border:1px solid var(--border-strong);background:color-mix(in srgb, var(--surface-raised) 96%, transparent);min-height:38px;color:var(--text-soft);box-shadow:var(--shadow-popover);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:var(--floovoo-type-body);border-radius:9px;align-items:center;gap:9px;padding:8px 12px;font-weight:560;display:flex}.global-action-indicator{background:var(--muted);border-radius:999px;flex:none;width:8px;height:8px}.global-action-bar-loading .global-action-indicator{border:2px solid color-mix(in srgb, var(--focus) 24%, transparent);border-top-color:var(--focus);background:0 0;width:13px;height:13px;animation:.65s linear infinite floovoo-spin}.global-action-bar-success .global-action-indicator{background:#2f855a}.global-action-bar-error .global-action-indicator{background:var(--danger)}.global-action-bar-warning .global-action-indicator{background:#b7791f}.global-action-message{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.session-loading{background:var(--bg);place-items:center;min-height:100dvh;display:grid}.session-spinner{border:2px solid color-mix(in srgb, var(--focus) 22%, transparent);border-top-color:var(--focus);border-radius:999px;width:18px;height:18px;animation:.65s linear infinite floovoo-spin}@keyframes floovoo-spin{to{transform:rotate(360deg)}}@media (width<=900px){.sidebar{visibility:hidden;will-change:auto;display:none;transition:none!important;transform:none!important}.sidebar.is-mobile-open{visibility:visible;display:flex;transform:none!important}.sidebar-backdrop{opacity:1;pointer-events:none;cursor:default;display:none;transition:none!important}.sidebar-backdrop.is-visible{opacity:1;pointer-events:auto;display:block}.global-action-bar-shell{width:calc(100vw - 20px);inset-block-start:max(8px, env(safe-area-inset-top))}.login-field input{font-size:16px}.account-trigger,.account-action,.theme-option,.nav-section-trigger,.nav-child,.mobile-menu-button,.sidebar-close,.account-popover-close,.theme-popover-close{touch-action:manipulation}}@media (prefers-reduced-motion:reduce){.session-spinner,.global-action-bar-loading .global-action-indicator{animation-duration:1.4s!important}}.main-area{padding-top:48px}.topbar{z-index:40;width:auto;inset-block-start:0;inset-inline-start:var(--sidebar-width);inset-inline-end:0;position:fixed!important}.topbar-leading,.topbar-actions{align-items:center;min-width:0;display:flex}.topbar-leading{flex:auto;gap:10px}.topbar-actions{flex:none;gap:6px;margin-inline-start:auto}.sidebar-search-wrap{border-bottom:1px solid var(--border);margin-bottom:4px;padding:0 0 7px}.sidebar-search-trigger{width:100%;height:31px;color:var(--text-soft);cursor:pointer;text-align:start;background:0 0;border:0;border-radius:6px;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:7px;padding:0 7px;display:grid}.sidebar-search-trigger>span{font-size:12px;font-weight:560}.topbar-status-trigger,.topbar-icon-button{height:30px;color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;display:inline-flex}.topbar-status-trigger{font-size:var(--floovoo-type-meta);gap:7px;padding:0 8px;font-weight:570}.topbar-icon-button{width:30px;padding:0;position:relative}.status-dot{background:var(--muted);border-radius:999px;flex:none;width:7px;height:7px;display:inline-block}.status-operational{background:#30a46c}.status-degraded{background:#d6a521}.status-outage{background:#dc5d5d}.blocking-layer,.global-search-layer{z-index:180;padding:max(12px,env(safe-area-inset-top)) 12px max(12px,env(safe-area-inset-bottom));background:color-mix(in srgb,var(--backdrop) 80%,transparent);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);overscroll-behavior:none;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.blocking-layer button,.global-search-layer button,.account-popover-floating button,.account-nested-surface button{touch-action:manipulation;-webkit-tap-highlight-color:transparent}.surface-header,.global-search-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:10px;min-height:52px;padding:8px 11px;display:flex}.surface-header>div:first-child,.global-search-header>div:first-child{align-items:center;gap:8px;min-width:0;display:flex}.surface-header strong,.global-search-header strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:16.5px;font-weight:650;overflow:hidden}.surface-header>div:first-child>span,.global-search-header>div:first-child>span{color:var(--muted);font-size:13.5px;font-weight:500}.surface-close{width:32px;height:32px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:6px;flex:none;place-items:center;display:grid}.global-search-dialog,.shortcuts-dialog,.status-panel{border:1px solid var(--border-strong);background:var(--surface-raised);width:min(580px,100vw - 32px);max-height:min(560px,100dvh - 80px);color:var(--text);box-shadow:var(--shadow-drawer);border-radius:9px;overflow:hidden}.global-search-dialog,.shortcuts-dialog{flex-direction:column;height:min(560px,100dvh - 80px);display:flex}.global-search-field{border:1px solid var(--border-strong);background:var(--input);height:42px;color:var(--muted);border-radius:7px;flex:none;align-items:center;gap:9px;margin:9px 11px;padding:0 10px;display:flex}.global-search-field input,.shortcuts-search-wrap input{width:100%;min-width:0;color:var(--text);background:0 0;border:0;outline:0;font-size:15px;font-weight:600}.global-search-results,.shortcuts-scroll{overscroll-behavior:contain;flex:auto;min-height:0;overflow-y:auto}.global-search-results{padding:0 8px 9px}.global-search-result{width:100%;min-height:54px;color:var(--text-soft);cursor:pointer;text-align:start;background:0 0;border:0;border-radius:7px;justify-content:space-between;align-items:center;gap:12px;padding:7px 10px;display:flex}.global-search-result:hover{background:var(--hover)}.global-search-result>span:first-child{flex-direction:column;min-width:0;display:flex}.global-search-result strong{font-size:15px;font-weight:620}.global-search-result small{color:var(--muted);margin-top:3px;font-size:13px;font-weight:450}.global-search-result-arrow{color:var(--muted);font-size:14px}.shortcuts-search-wrap{border-bottom:1px solid var(--border);padding:9px 11px}.shortcuts-search-wrap input{border:1px solid var(--border-strong);background:var(--input);border-radius:7px;height:42px;padding:0 10px}.shortcuts-scroll{padding:6px 8px 12px}.shortcut-group+.shortcut-group{margin-top:8px}.shortcut-group h3{color:var(--muted);letter-spacing:.05em;text-transform:uppercase;margin:0;padding:9px 8px 5px;font-size:12.5px;font-weight:700}.shortcut-row{width:100%;min-height:50px;color:var(--text-soft);cursor:pointer;text-align:start;background:0 0;border:0;border-radius:7px;justify-content:space-between;align-items:center;gap:14px;padding:6px 8px;display:flex}.shortcut-row>span:first-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:15px;font-weight:620;overflow:hidden}.shortcut-keys{direction:ltr;unicode-bidi:isolate;flex:none;align-items:center;gap:4px;display:flex}.shortcut-keys kbd{min-width:29px;padding:4px 6px;font-size:12.5px}.status-panel{width:min(460px,100vw - 24px)}.status-panel .surface-header strong{font-size:var(--floovoo-type-title)}.status-panel .surface-header>div:first-child>span{font-size:var(--floovoo-type-meta)}.status-list{padding:9px}.status-row{min-height:50px;color:var(--text-soft);font-size:var(--floovoo-type-body);border-radius:7px;justify-content:space-between;align-items:center;gap:12px;padding:0 10px;display:flex}.notification-layer{touch-action:auto;justify-content:flex-end;align-items:stretch;padding:8px}.notification-drawer{border:1px solid var(--border-strong);background:var(--surface-raised);width:min(460px,100vw - 16px);height:calc(100dvh - 16px);color:var(--text);box-shadow:var(--shadow-drawer);border-radius:10px;flex-direction:column;display:flex;overflow:hidden}.notification-drawer .surface-header strong{font-size:var(--floovoo-type-title)}.notification-drawer .surface-header>div:first-child>span{font-size:var(--floovoo-type-meta)}.notification-toolbar{border-bottom:1px solid var(--border);align-items:center;gap:6px;padding:9px 11px;display:flex}.notification-tabs{flex:auto;align-items:center;gap:4px;min-width:0;display:flex;overflow-x:auto}.notification-tabs button{min-height:34px;color:var(--muted);font-size:var(--floovoo-type-body);white-space:nowrap;cursor:pointer;touch-action:manipulation;background:0 0;border-radius:6px;flex:none;padding:0 9px;font-weight:560}.notification-tabs button[data-active=true]{background:var(--hover);color:var(--text);font-weight:640}.notification-list{flex:auto;min-height:0;overflow-y:auto}.notification-row{border:0;border-bottom:1px solid var(--border);width:100%;min-height:86px;color:var(--text-soft);cursor:pointer;text-align:start;background:0 0;grid-template-columns:8px minmax(0,1fr) auto;align-items:start;gap:10px;padding:14px;display:grid}.notification-copy{flex-direction:column;min-width:0;display:flex}.notification-copy strong{text-overflow:ellipsis;white-space:nowrap;color:var(--text);font-size:var(--floovoo-type-section);font-weight:620;overflow:hidden}.notification-copy span{color:var(--muted);font-size:var(--floovoo-type-body);margin-top:4px;line-height:1.4}.notification-row time{color:var(--muted);font-size:var(--floovoo-type-meta)}.account-interaction-backdrop,.account-submenu-backdrop{border:0;width:100vw;height:100dvh;position:fixed;inset:0}.account-interaction-backdrop{z-index:170;background:color-mix(in srgb,var(--backdrop) 78%,transparent);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.account-popover-floating{z-index:171;position:fixed}.account-submenu-backdrop{z-index:172;background:color-mix(in srgb,var(--backdrop) 82%,transparent);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.account-nested-surface{z-index:174;border:1px solid var(--border-strong);background:var(--surface-raised);width:min(320px,100vw - 32px);box-shadow:var(--shadow-popover);border-radius:10px;padding:7px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.account-nested-surface .theme-popover-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:10px;min-height:46px;margin-bottom:4px;padding:4px 5px 7px 9px;display:flex}.account-nested-surface .theme-popover-header strong{font-size:16px;font-weight:650}.account-nested-surface .theme-popover-close{width:34px;height:34px}.account-nested-surface .theme-option{grid-template-columns:minmax(0,1fr) 20px;min-height:44px;padding:0 11px;font-size:15px}@media (width<=900px){.topbar{padding-inline:11px;inset-inline-start:0}.topbar-status-label{display:none}.topbar-status-trigger{width:30px;padding:0}.breadcrumbs{max-width:min(58vw,340px)}.global-search-dialog,.shortcuts-dialog,.status-panel{width:calc(100vw - 20px);max-height:min(560px,100dvh - 72px)}.global-search-dialog,.shortcuts-dialog{height:min(560px,100dvh - 72px)}.global-search-field input,.shortcuts-search-wrap input{font-size:16px}.notification-layer{padding:6px}.notification-drawer{width:calc(100vw - 12px);height:calc(100dvh - 12px)}.account-nested-surface{width:min(420px,100vw - 24px);padding:8px}.account-nested-surface .theme-option{min-height:48px;font-size:16px}}.profile-account-layer{z-index:200;background:color-mix(in srgb,var(--backdrop) 82%,transparent);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);justify-content:center;align-items:center;padding:12px;display:flex;position:fixed;inset:0;overflow:hidden}.profile-account-dialog{border:1px solid var(--border-strong);background:var(--surface-raised);width:min(820px,100vw - 24px);height:min(760px,100dvh - 24px);max-height:calc(100dvh - 24px);color:var(--text);box-shadow:var(--shadow-drawer);border-radius:10px;flex-direction:column;display:flex;overflow:hidden}.profile-account-header{border-bottom:1px solid var(--border);flex:none;justify-content:space-between;align-items:center;gap:14px;min-height:72px;padding:10px 14px;display:flex}.profile-account-header>div:first-child{align-items:center;gap:12px;min-width:0;display:flex}.profile-account-heading{flex-direction:column;min-width:0;display:flex}.profile-account-heading h2{color:var(--text);margin:0;font-size:20px;font-weight:660}.profile-account-heading span{text-overflow:ellipsis;white-space:nowrap;color:var(--muted);margin-top:3px;font-size:16px;overflow:hidden}.profile-account-avatar{border:1px solid var(--border-strong);background:var(--surface);width:44px;height:44px;color:var(--text-soft);border-radius:999px;flex:none;place-items:center;font-size:15px;font-weight:680;display:grid;overflow:hidden}.profile-account-avatar img{object-fit:cover;width:100%;height:100%;display:block}.profile-account-close{width:36px;height:36px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:6px;flex:none;place-items:center;display:grid}.profile-account-scroll{background:var(--bg);flex:auto;min-height:0;padding:16px;overflow-y:auto}.profile-account-stack{gap:14px;display:grid}.account-settings-card{border:1px solid var(--border);background:var(--surface-raised);border-radius:9px;width:min(700px,100%);margin-inline:auto}.account-settings-card-title{flex-direction:column;padding:16px 16px 0;display:flex}.account-settings-card-title strong{color:var(--text-soft);font-size:19px;font-weight:640}.account-settings-card-title span{color:var(--muted);margin-top:5px;font-size:17px;line-height:1.45}.account-form{padding-top:16px}.account-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:0 16px 16px;display:grid}.account-form label{min-width:0;color:var(--muted);flex-direction:column;gap:7px;font-size:18px;font-weight:560;display:flex}.account-form-span{grid-column:1/-1}.password-policy-summary{border:1px solid var(--border);background:var(--surface);color:var(--muted);border-radius:7px;margin:9px 16px 14px;padding:11px 12px;font-size:17px;line-height:1.45}.account-form input,.account-form select{border:1px solid var(--border-strong);background:var(--input);width:100%;min-width:0;height:48px;color:var(--text);border-radius:7px;outline:0;padding:0 12px;font-size:18px;font-weight:450}.account-form input[autocomplete=tel]{text-align:left;direction:ltr;unicode-bidi:plaintext}.account-form-footer{border-top:1px solid var(--border);justify-content:flex-end;align-items:center;gap:8px;min-height:62px;padding:10px 16px;display:flex}.account-form-footer-split{justify-content:space-between}.account-primary-button,.account-secondary-button,.account-danger-button{cursor:pointer;border-radius:6px;min-height:40px;padding:0 14px;font-size:17px;font-weight:590}.account-primary-button{border:1px solid var(--text);background:var(--text);color:var(--surface)}.account-primary-button:disabled{cursor:not-allowed;opacity:.42}.account-secondary-button{border:1px solid var(--border-strong);background:var(--surface);color:var(--text-soft)}.account-danger-button{border:1px solid var(--border-strong);background:var(--surface);color:var(--danger)}.session-detail-list{padding:8px 16px 16px;display:grid}.session-detail-list>div,.activity-row{border-bottom:1px solid var(--border);grid-template-columns:minmax(140px,.8fr) minmax(0,1.2fr);align-items:center;gap:16px;min-height:56px;display:grid}.session-detail-list span,.activity-row span{color:var(--muted);font-size:17px}.session-detail-list strong,.activity-row strong{min-width:0;color:var(--text-soft);text-align:end;font-size:18px;font-weight:560}.activity-list{padding:6px 16px}@media (width<=900px){.profile-account-layer{padding:8px}.profile-account-dialog{width:calc(100vw - 16px);height:calc(100dvh - 16px);max-height:calc(100dvh - 16px)}.profile-account-header{min-height:66px;padding:8px 10px}.profile-account-scroll{padding:10px}.account-form-grid{grid-template-columns:1fr}.account-form-span{grid-column:auto}.account-form-footer-split{flex-direction:column;align-items:stretch}.account-form-footer-split button{width:100%}.session-detail-list>div,.activity-row{grid-template-columns:1fr;gap:4px;padding:10px 0}.session-detail-list strong,.activity-row strong{text-align:start}}@media (width<=560px){.profile-account-heading h2{font-size:18px}.profile-account-heading span{font-size:14px}.account-form label,.account-form input,.account-form select{font-size:16px}.account-settings-card-title strong{font-size:17px}.account-settings-card-title span,.password-policy-summary{font-size:15px}}.profile-avatar-control{flex:none;display:inline-flex}.profile-avatar-control .source-picker-trigger{border-radius:999px;width:54px;height:54px;position:relative}.profile-account-avatar-editable{width:50px;height:50px;font-size:15px;transition:filter .12s,transform .12s}.profile-avatar-control .source-picker-trigger:hover .profile-account-avatar-editable,.profile-avatar-control .source-picker-trigger:focus-visible .profile-account-avatar-editable{filter:brightness(.94)}.profile-avatar-camera{border:2px solid var(--surface-raised);background:var(--text);width:23px;height:23px;color:var(--surface);box-shadow:0 1px 3px color-mix(in srgb,var(--text) 16%,transparent);border-radius:999px;place-items:center;display:grid;position:absolute;inset-block-end:0;inset-inline-end:0}.profile-avatar-camera svg{width:12px;height:12px}.source-picker-trigger{color:inherit;cursor:pointer;touch-action:manipulation;background:0 0;border:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.source-picker-input{opacity:0;pointer-events:none;width:1px;height:1px;position:fixed}.source-picker-layer,.source-camera-layer{z-index:1260;background:color-mix(in srgb,var(--backdrop) 86%,transparent);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);justify-content:center;align-items:center;padding:12px;display:flex;position:fixed;inset:0}.source-picker-menu,.source-camera-dialog{border:1px solid var(--border-strong);background:var(--surface-raised);width:min(420px,100vw - 24px);box-shadow:var(--shadow-drawer);border-radius:10px;overflow:hidden}.source-picker-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:10px;min-height:56px;padding:9px 11px 9px 14px;display:flex}.source-picker-head strong{color:var(--text);font-size:16px;font-weight:650}.source-picker-head button{width:36px;height:36px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;display:grid}.source-picker-option{border:0;border-bottom:1px solid var(--border);width:100%;min-height:58px;color:var(--text-soft);text-align:start;cursor:pointer;touch-action:manipulation;background:0 0;align-items:center;gap:12px;padding:0 15px;font-size:15.5px;font-weight:560;display:flex}.source-picker-option:hover,.source-picker-option:focus-visible{background:var(--hover);color:var(--text)}.source-picker-error{color:var(--danger);padding:10px 14px;font-size:14px;line-height:1.4}.source-camera-preview{aspect-ratio:4/3;background:#0f0f11;position:relative;overflow:hidden}.source-camera-preview video{object-fit:cover;width:100%;height:100%;display:block}.source-camera-preview.is-mirrored video{transform:scaleX(-1)}.source-camera-status{color:#fff;text-align:center;place-items:center;padding:20px;font-size:15px;line-height:1.45;display:grid;position:absolute;inset:0}.source-camera-actions{border-top:1px solid var(--border);justify-content:flex-end;gap:8px;padding:10px 11px;display:flex}.source-camera-actions button{border:1px solid var(--border-strong);background:var(--surface);min-height:40px;color:var(--text-soft);cursor:pointer;border-radius:6px;padding:0 13px;font-size:15px;font-weight:590}.source-camera-actions button.is-primary{background:var(--text);color:var(--surface)}.source-camera-actions button:disabled{opacity:.45;cursor:default}@media (width<=900px){.source-picker-layer,.source-camera-layer{align-items:flex-end;padding:8px}.source-picker-menu,.source-camera-dialog{border-radius:12px;width:min(560px,100vw - 16px)}}.searchable-select{width:100%;position:relative}.searchable-select>input{width:100%;padding-inline-end:42px!important}.searchable-select-toggle{inset-inline-end:3px;width:36px;height:36px;color:var(--muted);cursor:pointer;touch-action:manipulation;background:0 0;border:0;border-radius:6px;font-size:18px;line-height:1;position:absolute;top:3px}.searchable-select-toggle:hover,.searchable-select-toggle:focus-visible{background:var(--hover);color:var(--text)}.searchable-select-options{z-index:360;inset-inline:0;overscroll-behavior:contain;border:1px solid var(--border-strong);background:var(--surface-raised);max-height:min(320px,42dvh);box-shadow:var(--shadow-popover);border-radius:8px;padding:5px;position:absolute;top:calc(100% + 5px);overflow-y:auto}.searchable-select-options button{width:100%;min-height:44px;color:var(--text-soft);text-align:start;font:inherit;cursor:pointer;touch-action:manipulation;background:0 0;border:0;border-radius:6px;justify-content:space-between;align-items:center;gap:12px;padding:8px 10px;font-size:16px;display:flex}.searchable-select-options button:hover,.searchable-select-options button.is-active{background:var(--hover);color:var(--text)}.searchable-select-options button.is-selected{color:var(--text);font-weight:620}.searchable-select-empty{color:var(--muted);text-align:center;padding:12px;font-size:16px}.reset-password-success{border:1px solid color-mix(in srgb, #2f855a 28%, var(--border));background:color-mix(in srgb, #2f855a 7%, var(--surface));color:var(--text-soft);font-size:var(--floovoo-type-body);border-radius:8px;padding:10px 11px;line-height:1.5}.password-policy-note{color:var(--muted);font-size:var(--floovoo-type-meta);margin:-1px 1px 1px;line-height:1.4}.login-field input:disabled{cursor:default;color:var(--muted);background:color-mix(in srgb, var(--surface) 70%, var(--hover))}.login-submit:disabled{cursor:not-allowed}.page-back-icon,.breadcrumb-link,.page-cancel-action,.global-search-back{-webkit-tap-highlight-color:transparent}.page-back-icon{width:28px;height:28px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:6px;flex:none;place-items:center;padding:0;display:grid}.page-back-icon:hover,.page-back-icon:focus-visible{background:var(--hover);color:var(--text)}.page-back-icon:disabled,.page-back-icon[aria-disabled=true]{opacity:.34;cursor:default;pointer-events:none}.page-back-icon:focus-visible,.breadcrumb-link:focus-visible,.page-cancel-action:focus-visible,.global-search-back:focus-visible{outline:2px solid color-mix(in srgb, var(--focus) 55%, transparent);outline-offset:1px}.breadcrumb-link{color:inherit;font-size:inherit;cursor:pointer;white-space:nowrap;background:0 0;border:0;padding:2px 0}.breadcrumb-link:hover{color:var(--text);text-underline-offset:3px;text-decoration:underline}.page-scaffold-heading{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.page-scaffold-heading>div{min-width:0}.page-cancel-action{border:1px solid var(--border-strong);background:var(--surface);min-height:30px;color:var(--text-soft);cursor:pointer;font-size:var(--floovoo-type-body);border-radius:6px;flex:none;padding:0 10px;font-weight:580}.page-cancel-action:hover{background:var(--hover);color:var(--text)}.global-search-header{position:relative}.global-search-header>div:first-child{min-width:0}.global-search-back{width:28px;height:28px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:6px;flex:none;place-items:center;margin-inline-end:2px;display:grid}.global-search-back:hover{background:var(--hover);color:var(--text)}@media (width<=900px){.page-back-icon{width:30px;height:30px}.page-scaffold-heading{gap:10px}.page-cancel-action{min-height:29px;padding-inline:9px}}.global-progress-track{pointer-events:none;background:color-mix(in srgb, var(--focus) 10%, transparent);contain:layout paint;width:100vw;height:3px;overflow:visible;transform:translateZ(0);z-index:2147483000!important;position:fixed!important;inset-block-start:0!important;inset-inline:0!important}.global-progress-value{background:var(--focus);min-width:8px;height:3px;box-shadow:0 0 10px color-mix(in srgb, var(--focus) 68%, transparent);will-change:width;border-start-end-radius:999px;border-end-end-radius:999px;transition:width .21s cubic-bezier(.22,.8,.35,1),opacity .18s;display:block;position:relative}.global-progress-value:after{content:"";background:color-mix(in srgb, var(--focus) 56%, transparent);filter:blur(3px);opacity:.72;border-radius:999px;width:32px;height:7px;position:absolute;inset-block-start:-2px;inset-inline-end:0}@media (prefers-reduced-motion:reduce){.global-progress-value{transition-duration:1ms!important}}.telemetry-dashboard{width:100%;margin-top:0}.telemetry-dashboard-heading{justify-content:space-between;align-items:flex-end;gap:10px;margin-bottom:10px;display:flex}.telemetry-dashboard-heading>div:first-child{min-width:0}.telemetry-eyebrow{color:var(--muted);font-size:var(--floovoo-type-meta);letter-spacing:.08em;align-items:center;gap:5px;margin-bottom:4px;font-weight:720;display:inline-flex}.telemetry-eyebrow i,.telemetry-live-dot i{background:#30a46c;border-radius:999px;width:6px;height:6px;display:inline-block}.telemetry-dashboard-heading h2{color:var(--text);font-size:var(--floovoo-type-title);margin:0;font-weight:650;line-height:1.15}.telemetry-dashboard-heading p{color:var(--muted);font-size:var(--floovoo-type-body);margin:4px 0 0;line-height:1.35}.telemetry-error{border:1px solid var(--border);max-width:360px;color:var(--danger);font-size:var(--floovoo-type-body);border-radius:6px;padding:7px 9px}.telemetry-dashboard{--telemetry-columns:4}.telemetry-columns-2{--telemetry-columns:2}.telemetry-columns-3{--telemetry-columns:3}.telemetry-columns-4{--telemetry-columns:4}.telemetry-grid{grid-template-columns:repeat(var(--telemetry-columns),minmax(0,1fr));gap:7px;display:grid}.telemetry-card{--telemetry-accent:var(--focus);border:1px solid var(--border);background:var(--surface-raised);min-width:0;min-height:112px;box-shadow:0 1px 2px color-mix(in srgb,var(--text) 4%,transparent);border-radius:6px;padding:8px 8px 7px;position:relative;overflow:hidden}.telemetry-card.is-secondary{min-height:112px}.telemetry-density-compact .telemetry-card,.telemetry-density-compact .telemetry-card.is-secondary{min-height:100px;padding:7px 8px 6px}.telemetry-density-compact .telemetry-value-row{margin-top:5px}.telemetry-density-compact .telemetry-chart-wrap{height:29px;margin-top:2px}.telemetry-load{--telemetry-accent:#8e6cef}.telemetry-memory{--telemetry-accent:#4f8df7}.telemetry-disk{--telemetry-accent:#d29b2f}.telemetry-api{--telemetry-accent:#30a46c}.telemetry-database{--telemetry-accent:#12a594}.telemetry-redis{--telemetry-accent:#e5484d}.telemetry-rss{--telemetry-accent:#6577e8}.telemetry-heap{--telemetry-accent:#d864a3}.telemetry-card-topline,.telemetry-value-row,.telemetry-title-wrap,.telemetry-live-dot{align-items:center;display:flex}.telemetry-card-topline,.telemetry-value-row{justify-content:space-between;gap:8px}.telemetry-title-wrap{gap:6px;min-width:0}.telemetry-title-wrap h3{min-width:0;color:var(--text-soft);font-size:var(--floovoo-type-section);text-overflow:ellipsis;white-space:nowrap;margin:0;font-weight:610;line-height:1.2;overflow:hidden}.telemetry-status-dot{background:var(--muted);border-radius:999px;flex:none;width:8px;height:8px}.telemetry-status-dot.is-healthy{background:#30a46c}.telemetry-status-dot.is-watch{background:#d6a521}.telemetry-live-top{color:var(--muted);font-size:var(--floovoo-type-meta);flex:none}.telemetry-value-row{margin-top:6px}.telemetry-value{align-items:baseline;gap:4px;min-width:0;display:flex}.telemetry-value strong{color:var(--text);font-size:var(--floovoo-type-title);font-weight:660;line-height:.95}.telemetry-value span{color:var(--muted);font-size:var(--floovoo-type-meta);font-weight:600}.telemetry-trend{color:var(--telemetry-accent);font-size:var(--floovoo-type-meta);border-radius:3px;flex:none;padding:1px 4px;font-weight:650}.telemetry-trend.is-muted{color:var(--muted)}.telemetry-chart-wrap{height:34px;color:var(--telemetry-accent);margin:3px -1px 0;position:relative}.telemetry-chart{width:100%;height:100%;overflow:visible}.telemetry-grid-line{stroke:color-mix(in srgb,var(--border) 58%,transparent);stroke-width:.7px;vector-effect:non-scaling-stroke}.telemetry-line{fill:none;stroke:currentColor;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.telemetry-current-dot{fill:var(--surface-raised);stroke:currentColor;stroke-width:1.5px;vector-effect:non-scaling-stroke}.telemetry-live-dot{gap:4px;font-weight:630}.telemetry-live-dot i{width:6px;height:6px}.telemetry-live-top{position:absolute;inset-block-start:8px;inset-inline-end:8px}.telemetry-card-topline{padding-inline-end:54px}@media (width<=900px){.telemetry-dashboard-heading{align-items:flex-start}.telemetry-dashboard-heading p{max-width:82vw}.telemetry-grid{overscroll-behavior-inline:contain;scroll-snap-type:x proximity;grid-template-columns:repeat(var(--telemetry-columns),minmax(150px,1fr));padding-bottom:2px;overflow-x:auto}.telemetry-card{scroll-snap-align:start}.telemetry-card,.telemetry-card.is-secondary{min-height:110px;padding:8px 8px 7px}.telemetry-density-compact .telemetry-card,.telemetry-density-compact .telemetry-card.is-secondary{min-height:98px;padding:7px 8px 6px}.telemetry-chart-wrap{height:33px}.telemetry-density-compact .telemetry-chart-wrap{height:28px}.telemetry-live-top{inset-block-start:8px;inset-inline-end:8px}}@media (width<=520px){.telemetry-error{display:none}.telemetry-grid{grid-template-columns:repeat(var(--telemetry-columns),minmax(142px,1fr))}}.layout-customizer-root{align-items:center;display:inline-flex;position:relative}.layout-customizer-menu button,.layout-editor button{touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.layout-customizer-trigger,.layout-customizer-menu-head button,.layout-editor-close,.layout-editor-back,.layout-editor-row-actions button{color:var(--muted);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex}.layout-customizer-trigger{border:1px solid #0000;border-radius:6px;width:34px;height:34px}.layout-customizer-menu{top:54px;z-index:1760;border:1px solid var(--border-strong);background:var(--surface-raised);width:min(330px,100vw - 16px);box-shadow:var(--shadow-popover);border-radius:9px;padding:6px;position:fixed;inset-inline-end:8px}.layout-customizer-menu-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:10px;min-height:48px;margin-bottom:4px;padding:3px 5px 7px 9px;display:flex}.layout-customizer-menu-head strong{font-size:var(--floovoo-type-section);font-weight:650}.layout-customizer-menu-head button{border-radius:7px;width:44px;height:44px}.layout-customizer-menu>button[role=menuitem]{width:100%;min-height:48px;color:var(--text-soft);cursor:pointer;text-align:start;font-size:var(--floovoo-type-body);background:0 0;border:0;border-radius:7px;padding:0 10px}.layout-customizer-menu>button[role=menuitem]:focus-visible{background:var(--hover);color:var(--text)}.layout-editor-layer{z-index:1800;pointer-events:none;justify-content:flex-end;align-items:stretch;display:flex;position:fixed;inset:0}.layout-editor-backdrop{background:color-mix(in srgb,var(--backdrop) 84%,transparent);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:auto;position:absolute;inset:0}.layout-editor{z-index:1;border-inline-start:1px solid var(--border-strong);background:var(--surface-raised);width:min(500px,100vw);height:100dvh;box-shadow:var(--shadow-drawer);pointer-events:auto;flex-direction:column;display:flex;position:relative}.layout-editor-header{min-height:76px;padding:max(10px,env(safe-area-inset-top)) 14px 10px;border-bottom:1px solid var(--border);flex:none;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:8px;display:grid}.layout-editor-header>div{flex-direction:column;min-width:0;display:flex}.layout-editor-header span{color:var(--muted);font-size:var(--floovoo-type-meta);font-weight:650}.layout-editor-header h2{color:var(--text);font-size:var(--floovoo-type-title);text-overflow:ellipsis;white-space:nowrap;margin:4px 0 0;font-weight:680;overflow:hidden}.layout-editor-close,.layout-editor-back{border-radius:7px;width:44px;height:44px}.layout-editor-scope{border-bottom:1px solid var(--border);flex:none;grid-template-columns:1fr 1fr;gap:5px;padding:10px 13px;display:grid}.layout-editor-scope button{min-height:44px;color:var(--muted);cursor:pointer;font-size:var(--floovoo-type-body);background:0 0;border:0;border-radius:7px;font-weight:600}.layout-editor-scope button.is-active{background:var(--active);color:var(--text)}.layout-editor-content{flex-direction:column;flex:auto;min-height:0;display:flex;overflow:hidden}.layout-editor-option{border-bottom:1px solid var(--border);color:var(--text-soft);font-size:var(--floovoo-type-body);flex:none;justify-content:space-between;align-items:center;gap:12px;padding:10px 13px;font-weight:600;display:flex}.layout-editor-segmented{align-items:center;gap:4px;display:flex}.layout-editor-segmented button{border:1px solid var(--border);background:var(--surface);min-width:44px;min-height:44px;color:var(--muted);font-size:var(--floovoo-type-body);cursor:pointer;white-space:nowrap;border-radius:6px;padding:0 10px}.layout-editor-columns button{min-width:64px}.layout-editor-segmented button.is-active{background:var(--active);color:var(--text);border-color:var(--border-strong)}.layout-editor-number-field{border:1px solid var(--border);background:var(--surface);border-radius:6px;grid-template-columns:minmax(78px,96px) 30px;align-items:center;height:34px;display:grid;overflow:hidden}.layout-editor-number-field input{text-align:end;width:100%;min-width:0;height:34px;color:var(--text-soft);background:0 0;outline:0;padding:0 8px;border:0!important}.layout-editor-number-field span{border-inline-start:1px solid var(--border);height:100%;color:var(--muted);font-size:var(--floovoo-type-meta);place-items:center;font-weight:600;display:grid}.layout-editor-list{flex:auto;min-height:0;padding:9px 11px 18px;overflow-y:auto}.layout-editor-row{min-height:68px;color:var(--text-soft);border:1px solid #0000;border-radius:8px;grid-template-columns:26px minmax(0,1fr) auto;align-items:center;gap:8px;padding:7px 8px;display:grid}.layout-editor-row.is-hidden{opacity:.5}.layout-drag-handle{color:var(--muted);font-size:18px}.layout-editor-label{min-width:0;font-size:var(--floovoo-type-section);white-space:nowrap;text-overflow:ellipsis;flex-direction:column;font-weight:600;display:flex;overflow:hidden}.layout-editor-label small{color:var(--muted);font-size:var(--floovoo-type-meta);margin-top:3px;font-weight:500}.layout-editor-row-actions{gap:2px;display:flex}.layout-editor-row-actions button{border-radius:7px;width:44px;height:44px}.layout-editor-row-actions button:disabled{opacity:.28}.layout-editor-empty{color:var(--muted);font-size:var(--floovoo-type-body);text-align:center;margin:0;padding:28px 16px;line-height:1.5}.layout-editor-footer{min-height:76px;padding:10px 13px max(10px,env(safe-area-inset-bottom));border-top:1px solid var(--border);background:var(--surface-raised);flex:none;grid-template-columns:auto 1fr auto auto;align-items:center;gap:8px;display:grid}.layout-editor-footer button{cursor:pointer;min-height:44px;font-size:var(--floovoo-type-body);border-radius:7px;padding:0 12px;font-weight:620}.layout-editor-footer button:disabled{cursor:wait;opacity:.68}.layout-reset-button,.layout-cancel-button{border:1px solid var(--border-strong);background:var(--surface);color:var(--text-soft)}.layout-save-button{border:1px solid var(--text);background:var(--text);color:var(--surface)}@keyframes layout-reset-pulse{0%,to{opacity:.72;transform:translateY(0)}50%{opacity:1;transform:translateY(-1px)}}.layout-reset-button.is-busy{animation:.7s ease-in-out infinite layout-reset-pulse}@media (hover:hover) and (pointer:fine){.layout-customizer-trigger:hover,.layout-customizer-menu-head button:hover,.layout-customizer-menu>button[role=menuitem]:hover,.layout-editor-close:hover,.layout-editor-back:hover,.layout-editor-row-actions button:hover:not(:disabled),.layout-editor-segmented button:hover{background:var(--hover);color:var(--text)}}@media (width<=600px){.layout-editor{border:0;width:100vw;height:100dvh}.layout-editor-option{gap:8px;padding-inline:10px}.layout-editor-columns{flex:auto;justify-content:flex-end}.layout-editor-columns button{min-width:58px;padding-inline:7px}.layout-editor-footer{grid-template-columns:1fr 1fr 1fr;padding-inline:9px}.layout-editor-footer span{display:none}.layout-editor-footer button{width:100%;padding-inline:7px}.layout-editor-row{grid-template-columns:22px minmax(0,1fr) auto;padding-inline:5px}.layout-editor-row-actions button{width:44px;height:44px}}@media (prefers-reduced-motion:reduce){.layout-reset-button.is-busy{animation:none}}.telemetry-card{width:100%;text-align:inherit;font:inherit;color:inherit;cursor:pointer}.telemetry-detail-layer{place-items:center;padding:16px;display:grid}.telemetry-detail{--telemetry-accent:var(--focus);border:1px solid var(--border);background:var(--surface-raised);width:min(860px,100vw - 32px);max-height:calc(100dvh - 32px);box-shadow:var(--shadow-drawer);border-radius:10px;overflow:auto}.telemetry-detail-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:20px;min-height:82px;padding:17px 18px 15px;display:flex}.telemetry-detail-header>div{min-width:0}.telemetry-detail-header h2{font-size:var(--floovoo-type-title);margin:0;line-height:1.15}.telemetry-detail-header p{color:var(--muted);font-size:var(--floovoo-type-body);margin:6px 0 0}.telemetry-detail-stats{border-bottom:1px solid var(--border);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.telemetry-detail-stats>div{min-width:0;padding:15px 16px}.telemetry-detail-stats>div+div{border-inline-start:1px solid var(--border)}.telemetry-detail-stats span{color:var(--muted);font-size:var(--floovoo-type-meta);text-transform:uppercase;font-weight:610;display:block}.telemetry-detail-stats strong{color:var(--text);font-size:var(--floovoo-type-title);margin-top:6px;display:block}.telemetry-detail-stats small{color:var(--muted);font-size:var(--floovoo-type-meta);font-weight:600}.telemetry-detail-chart{color:var(--telemetry-accent);padding:18px 18px 8px}.telemetry-chart-wrap.is-detail{height:270px;margin:0}.telemetry-detail-footer{min-height:50px;font-size:var(--floovoo-type-body);justify-content:space-between;align-items:center;gap:12px;padding:9px 18px 13px;display:flex}@media (width<=700px){.telemetry-detail{width:calc(100vw - 16px);max-height:calc(100dvh - 16px)}.telemetry-detail-header{padding:14px}.telemetry-detail-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.telemetry-detail-stats>div:nth-child(3){border-inline-start:0;border-top:1px solid var(--border)}.telemetry-detail-stats>div:nth-child(4){border-top:1px solid var(--border)}.telemetry-detail-chart{padding:13px 11px 6px}.telemetry-chart-wrap.is-detail{height:220px}}.environment-preferences{grid-template-columns:minmax(0,1fr);gap:10px;width:100%;max-width:840px;display:grid}.environment-preferences-section{min-width:0}.environment-preferences-card{border:1px solid var(--border);background:var(--surface);box-shadow:0 1px 2px color-mix(in srgb,var(--text) 4%,transparent);border-radius:9px;overflow:visible}.environment-preferences-card-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:12px;padding:12px 13px;display:flex}.environment-preferences-card-head>div{flex-direction:column;gap:3px;min-width:0;display:flex}.environment-preferences-card-head strong{color:var(--text);font-size:var(--floovoo-type-section);font-weight:680;line-height:1.25}.environment-preferences-card-head span{color:var(--muted);font-size:var(--floovoo-type-body);line-height:1.4}.environment-setting-block{position:relative}.environment-setting-row{justify-content:space-between;align-items:center;gap:12px;min-height:66px;padding:9px 11px;display:flex}.environment-setting-copy{flex-direction:column;flex:auto;gap:3px;min-width:0;display:flex}.environment-setting-copy strong{color:var(--text-soft);font-size:var(--floovoo-type-section);font-weight:640;line-height:1.3}.environment-setting-copy span{color:var(--muted);font-size:var(--floovoo-type-meta);overflow-wrap:anywhere;line-height:1.4}.environment-setting-row-actions{flex:none;align-items:center;gap:6px;display:flex;position:relative}.environment-setting-state{border:1px solid var(--border);background:var(--bg);min-height:25px;color:var(--muted);font-size:var(--floovoo-type-meta);white-space:nowrap;border-radius:999px;align-items:center;padding:0 7px;font-weight:620;display:inline-flex}.environment-setting-state.is-custom{color:var(--text-soft);border-color:var(--border-strong);background:var(--hover)}.environment-setting-menu-wrap{position:relative}.environment-setting-more{width:32px;height:32px;color:var(--muted);cursor:pointer;touch-action:manipulation;background:0 0;border:1px solid #0000;border-radius:7px;place-items:center;display:grid}.environment-setting-more:hover,.environment-setting-more:focus-visible,.environment-setting-more[aria-expanded=true]{background:var(--hover);color:var(--text)}.environment-setting-menu{z-index:80;border:1px solid var(--border-strong);background:var(--surface-raised);width:max-content;min-width:166px;box-shadow:var(--shadow-popover);border-radius:8px;padding:5px;position:absolute;inset-block-start:calc(100% + 5px);inset-inline-end:0}.environment-setting-menu button{width:100%;min-height:36px;color:var(--text-soft);font:inherit;font-size:var(--floovoo-type-body);text-align:start;cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:6px;padding:0 9px;font-weight:570}.environment-setting-menu button:hover,.environment-setting-menu button:focus-visible{background:var(--hover);color:var(--text)}.environment-setting-editor{border-top:1px solid var(--border);background:color-mix(in srgb,var(--bg) 52%,var(--surface));gap:10px;padding:11px;display:grid}.environment-setting-editor>label,.environment-setting-number-field{grid-template-columns:minmax(0,1fr) minmax(180px,240px);align-items:center;gap:8px 13px;display:grid}.environment-setting-editor>label>span,.environment-setting-number-field>span{color:var(--text-soft);font-size:var(--floovoo-type-body);font-weight:620}.environment-setting-editor small{color:var(--muted);font-size:var(--floovoo-type-meta);grid-column:2}.environment-preferences-number{border:1px solid var(--border-strong);background:var(--input);border-radius:7px;align-items:center;width:100%;height:40px;display:flex;overflow:hidden}.environment-preferences-number:focus-within{outline:2px solid color-mix(in srgb,var(--focus) 35%,transparent);outline-offset:1px}.environment-preferences-number input{min-width:0;height:100%;color:var(--text);font:inherit;font-size:var(--floovoo-type-body);background:0 0;border:0;outline:0;flex:1;padding:0 10px}.environment-preferences-number>span{border-inline-start:1px solid var(--border);color:var(--muted);font-size:var(--floovoo-type-meta);align-self:stretch;align-items:center;padding:0 10px;display:inline-flex}.environment-preferences-toggles{border:1px solid var(--border);background:var(--surface);border-radius:8px;overflow:hidden}.environment-preferences-toggle{border-bottom:1px solid var(--border);min-height:44px;color:var(--text-soft);font-size:var(--floovoo-type-body);justify-content:space-between;align-items:center;gap:12px;padding:0 11px;font-weight:570;display:flex}.environment-preferences-toggle:last-child{border-bottom:0}.environment-preferences-toggle input{width:18px;height:18px;accent-color:var(--text);flex:none}.environment-setting-editor-actions{justify-content:flex-end;gap:7px;padding-top:1px;display:flex}.environment-setting-editor-actions button{min-height:38px;font:inherit;font-size:var(--floovoo-type-body);cursor:pointer;border-radius:7px;padding:0 12px;font-weight:640}.environment-setting-editor-actions .is-secondary{border:1px solid var(--border-strong);background:var(--surface);color:var(--text-soft)}.environment-setting-editor-actions .is-primary{border:1px solid var(--text);background:var(--text);color:var(--surface)}.environment-density-compact{gap:7px}.environment-density-compact .environment-preferences-card-head{padding:9px 11px}.environment-density-compact .environment-setting-row{min-height:58px;padding:7px 9px}.environment-density-compact .environment-setting-editor{padding:9px}.environment-density-compact .environment-preferences-toggle{min-height:40px}@media (width<=900px){.environment-preferences{max-width:none}.environment-preferences-card-head{padding:12px}.environment-setting-row{min-height:64px;padding:9px 10px}.environment-setting-editor>label,.environment-setting-number-field{grid-template-columns:1fr;gap:6px}.environment-setting-editor small{grid-column:1}.environment-preferences-number{width:min(280px,100%)}}@media (width<=520px){.environment-setting-row{align-items:flex-start;gap:8px}.environment-setting-row-actions{gap:4px}.environment-setting-more{width:32px;height:32px}.environment-setting-menu{min-width:154px}.environment-setting-editor{padding:10px}.environment-setting-editor-actions{grid-template-columns:1fr 1fr;display:grid}.environment-setting-editor-actions button{width:100%}}.status-panel{flex-direction:column;width:min(440px,100vw - 24px);max-height:min(560px,100dvh - 48px);display:flex;overflow:hidden}.status-panel-header{flex:none}.status-panel-heading{flex:auto;align-items:center;gap:10px;min-width:0;display:flex}.status-panel-heading>strong{text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;overflow:hidden}.surface-state{min-width:0;color:var(--muted);white-space:nowrap;justify-content:flex-end;align-items:center;gap:5px;line-height:1.2;display:inline-flex}.surface-state .status-dot{flex:none}.status-list{flex:auto;align-content:start;min-height:0;padding:8px 12px;display:grid;overflow-y:auto}.status-row{border-bottom:1px solid color-mix(in srgb,var(--border) 72%,transparent);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;min-height:50px;padding:0 8px;display:grid}.status-row:last-child{border-bottom:0}.status-row>span:first-child{min-width:0;color:var(--text-soft);overflow-wrap:anywhere}.status-panel-footer{border-top:1px solid var(--border);background:var(--surface-raised);flex:none;justify-content:flex-end;align-items:center;min-height:52px;padding:9px 12px;display:flex}.status-refresh{height:var(--floovoo-control-height,34px);min-height:var(--floovoo-control-height,34px);border:1px solid var(--border-strong);background:var(--surface);min-width:104px;color:var(--text-soft);font:inherit;font-size:var(--floovoo-type-body);cursor:pointer;white-space:nowrap;border-radius:7px;padding:0 13px;font-weight:620}.status-refresh:hover,.status-refresh:focus-visible{background:var(--hover);color:var(--text)}.status-refresh:disabled{cursor:wait;opacity:.62}@media (width<=420px){.status-panel-heading{grid-template-columns:minmax(0,1fr) auto;gap:7px;display:grid}.status-row{gap:10px;padding-inline:4px}.status-panel-footer{padding-inline:10px}}.account-popover-floating{min-width:min(220px,100vw - 16px);max-width:calc(100vw - 16px)}@media (width>=601px) and (width<=900px){html body .app-shell{grid-template-columns:var(--sidebar-width) minmax(0, 1fr)!important;display:grid!important}html body .sidebar{visibility:visible!important;border:0!important;border-inline-end:1px solid var(--border)!important;width:auto!important;height:100dvh!important;max-height:100dvh!important;box-shadow:none!important;z-index:30!important;border-radius:0!important;transition:none!important;display:flex!important;position:sticky!important;inset-block-start:0!important;inset-inline:auto!important;transform:none!important}html body .sidebar-backdrop{pointer-events:none!important;display:none!important}html body .topbar{inset-inline-start:var(--sidebar-width)!important;inset-inline-end:0!important}}.market-context-bar{z-index:490;border:1px solid var(--border,#7878823d);background:color-mix(in srgb, var(--bg,#fff) 98%, transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:11px;align-items:stretch;width:min(100% - 28px,980px);height:36px;display:flex;position:absolute;inset-block-start:calc(100% + 7px);inset-inline-start:50%;transform:translate(-50%);box-shadow:0 8px 22px #00000014,0 1px 2px #0000000d}html .main-area{padding-top:92px!important;scroll-padding-top:92px!important}.market-context-tabs{border-radius:inherit;grid-template-columns:minmax(190px,1.45fr) repeat(3,minmax(116px,.8fr));align-items:stretch;width:100%;min-width:0;display:grid;overflow:visible}.market-scope-inline{border-inline-end:1px solid var(--border,#7878822e);border-radius:10px 0 0 10px;min-width:0;height:35px;position:relative}.market-scope-inline.is-open{z-index:530}.market-context-tab{border:0;border-inline-end:1px solid var(--border,#7878822e);min-width:0;height:35px;color:var(--text-soft,inherit);font:inherit;cursor:pointer;background:0 0;border-radius:0;justify-content:center;align-items:center;padding:0 8px;text-decoration:none;transition:background .14s,color .14s;display:flex}.market-context-tab:last-child{border-inline-end:0;border-radius:0 10px 10px 0}.market-context-tab:hover:not(:disabled),.market-context-tab:focus-visible,.market-context-tab[aria-expanded=true]{background:var(--bg-subtle,#78788212);color:var(--text,inherit);outline:none}.market-context-tab:disabled{opacity:.44;cursor:default}.market-context-primary{background:color-mix(in srgb, var(--bg-subtle,#78788212) 72%, transparent);border-inline-end:0;border-radius:10px 0 0 10px;width:100%}.market-scope-inline.is-open .market-context-primary{background:var(--bg-subtle,#7878821a);border-radius:10px 0 0}.market-tab-content,.market-picker-option-content{justify-content:center;align-items:center;gap:5px;min-width:0;line-height:1;display:inline-flex}.market-tab-icon{flex:0 0 16px;justify-content:center;align-items:center;width:16px;height:16px;line-height:0;display:flex}.market-tab-icon svg,.market-menu-icon svg{width:15px;height:15px;display:block}.market-country-flag{object-fit:cover;border-radius:2px;width:16px;height:11px;display:block;box-shadow:0 0 0 1px #00000014}.market-menu-icon .market-country-flag{width:18px;height:13px}.market-tab-copy{justify-content:center;align-items:center;min-width:0;height:16px;line-height:1;display:flex}.market-tab-copy strong,.market-picker-option strong{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:10.5px;font-weight:680;line-height:1;overflow:hidden}.market-picker-inline{z-index:540;overscroll-behavior:contain;border:1px solid var(--border,#7878823d);background:color-mix(in srgb, var(--bg,#fff) 99%, transparent);border-block-start:0;border-radius:0 0 10px 10px;max-height:min(360px,100dvh - 120px);position:absolute;inset-block-start:100%;inset-inline:-1px;overflow-y:auto;box-shadow:0 14px 28px #0000001c}.market-picker-inline:before{content:"";background:var(--border,#7878822e);height:1px;position:absolute;inset-block-start:0;inset-inline:7px}.market-picker-option{width:100%;min-width:0;min-height:35px;color:inherit;font:inherit;text-align:center;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:0 28px 0 8px;display:flex;position:relative}.market-picker-option-global{border-block-end:1px solid var(--border,#7878822e)}.market-picker-option:hover,.market-picker-option:focus-visible,.market-picker-option[aria-checked=true]{background:var(--bg-subtle,#78788214);outline:none}.market-picker-option .market-status-dot{position:absolute;inset-inline-end:10px}.market-status-dot{background:#a1a1aa;border-radius:999px;flex:none;width:6px;height:6px}.market-status-dot.is-active{background:#28a36a}.market-status-dot.is-draft{background:#d29a1e}.market-status-dot.is-inactive{background:#d04f4f}.market-context-menu{z-index:520;overscroll-behavior:contain;border:1px solid var(--border,#7878823d);background:var(--bg-base,#fff);border-radius:10px;width:min(310px,100vw - 20px);max-height:min(430px,100dvh - 108px);padding:6px;position:absolute;inset-block-start:calc(100% + 6px);overflow-y:auto;box-shadow:0 16px 42px #00000024}.market-action-chooser{inset-inline-end:0}.market-menu-title{color:var(--muted,#777);padding:7px 9px 8px;font-size:10.5px;font-weight:680;display:block}.market-menu-row{width:100%;min-width:0;min-height:40px;color:inherit;font:inherit;text-align:start;cursor:pointer;background:0 0;border:0;border-radius:7px;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:7px;padding:5px 8px;text-decoration:none;display:grid}.market-menu-row:hover,.market-menu-row:focus-visible,.market-menu-row[aria-checked=true]{background:var(--bg-subtle,#78788214);outline:none}.market-menu-icon{justify-content:center;align-items:center;width:24px;height:24px;line-height:0;display:flex}.market-menu-copy{align-items:center;min-width:0;display:flex}.market-menu-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:650;overflow:hidden}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=900px){.market-context-bar{width:calc(100% - 20px)}.market-context-tabs{grid-template-columns:minmax(165px,1.35fr) repeat(3,minmax(92px,.75fr))}.market-context-tab{padding-inline:6px}.market-tab-content,.market-picker-option-content{gap:4px}.market-tab-copy strong,.market-picker-option strong{font-size:10px}}@media (width<=600px){.market-context-bar{border-radius:10px;width:calc(100% - 12px);height:36px}html .main-area{padding-top:92px!important;scroll-padding-top:92px!important}.market-context-tabs{grid-template-columns:minmax(0,1.42fr) repeat(3,minmax(0,1fr))}.market-context-tab,.market-scope-inline{height:35px}.market-context-tab{padding:0 4px}.market-tab-content,.market-picker-option-content{gap:3px}.market-tab-icon{flex-basis:14px;width:14px;height:14px}.market-tab-icon svg,.market-menu-icon svg{width:13.5px;height:13.5px}.market-tab-icon .market-country-flag{width:13.5px;height:9.5px}.market-tab-copy{height:14px}.market-tab-copy strong,.market-picker-option strong{font-size:9px}.market-picker-option{min-height:34px;padding-inline:24px 7px}.market-picker-option .market-status-dot{inset-inline-end:8px}.market-context-menu{width:auto;max-height:min(420px,100dvh - 106px);inset-inline:0}}@media (width<=380px){.market-context-tab{padding-inline:3px}.market-tab-copy strong,.market-picker-option strong{font-size:8.5px}}[dir=rtl] .market-scope-inline,[dir=rtl] .market-context-primary{border-radius:0 10px 10px 0}[dir=rtl] .market-scope-inline.is-open .market-context-primary{border-radius:0 10px 0 0}[dir=rtl] .market-context-tab:last-child{border-radius:10px 0 0 10px}.page-content-carousel{flex-direction:column;gap:12px;width:100%;display:flex}.page-content-carousel-panel{width:100%;min-width:0}@media (width<=900px){.page-content-carousel{gap:10px}}:root{--floovoo-control-height:34px}html body input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=range]):not([type=color]):not([type=hidden]),html body select,html body .login-field,html body .global-search-field,html body .environment-preferences-number,html body button[type=submit],html body button[type=reset],html body button[role=tab],html body button[role=menuitem],html body button[role=menuitemradio],html body button[role=option],html body .page-cancel-action,html body .account-action,html body .theme-option,html body .environment-setting-editor-actions button,html body .source-camera-actions button,html body .layout-editor-scope button,html body .layout-editor-segmented button,html body .layout-editor-footer button,html body .status-refresh,html body .account-nested-surface .theme-option{height:var(--floovoo-control-height)!important;min-height:var(--floovoo-control-height)!important;max-height:var(--floovoo-control-height)!important}html body .searchable-select-toggle{inset-block-start:3px!important;width:28px!important;height:28px!important;min-height:28px!important;max-height:28px!important;top:3px!important}html body .searchable-select>input{padding-inline-end:34px!important}.pull-refresh-indicator{inset-block-start:8px;z-index:2400;border:1px solid var(--border-strong);background:var(--surface-raised);width:36px;height:36px;box-shadow:var(--shadow-popover);opacity:0;pointer-events:none;transform:translate(-50%,calc(-52px + var(--pull-distance,0px)));border-radius:999px;place-items:center;transition:opacity 90ms,transform 90ms;display:grid;position:fixed;left:50%}.pull-refresh-indicator.is-visible{opacity:calc(.35 + (var(--pull-progress,0) * .65));transition:none}.pull-refresh-indicator.is-refreshing{opacity:1;transition:opacity 90ms,transform .12s;transform:translate(-50%,8px)}.pull-refresh-spinner{border:2px solid color-mix(in srgb,var(--muted) 28%,transparent);border-top-color:var(--text-soft);width:16px;height:16px;transform:rotate(calc(var(--pull-progress,0) * 260deg));border-radius:999px}.pull-refresh-indicator.is-refreshing .pull-refresh-spinner{animation:.72s linear infinite floovoo-pull-spin}@keyframes floovoo-pull-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.pull-refresh-indicator,.pull-refresh-spinner{transition:none!important;animation:none!important}}html[dir=rtl]{--icon-badge-inline-shift:-42%}html[dir=rtl] .nav-chevron:not(.is-open),html[dir=rtl] .account-action-trailing,html[dir=rtl] .page-back-icon svg,html[dir=rtl] .global-search-back svg,html[dir=rtl] .layout-editor-back svg{transform:scaleX(-1)}html[dir=rtl] .global-progress-value{margin-inline-end:auto}html[dir=rtl] .shortcut-keys,html[dir=rtl] .notification-row time{direction:ltr;unicode-bidi:isolate}html[dir=rtl] .account-trigger-copy>span,html[dir=rtl] .account-popover-identity>span,html[dir=rtl] .profile-account-heading>span{text-align:end;direction:ltr;unicode-bidi:isolate}html[dir=rtl] input[type=email],html[dir=rtl] input[type=url],html[dir=rtl] .account-form input[autocomplete=tel]{text-align:end;direction:ltr;unicode-bidi:plaintext}:root{--control-border:var(--border-strong);--control-border-active:color-mix(in srgb,var(--text) 18%,var(--border-strong));--notification-critical:var(--danger);--notification-warning:#b7791f;--notification-security:#7357c7;--notification-system:#3f78c5;--notification-update:#2f8f61;--notification-neutral:var(--muted);--icon-badge-inline-shift:42%}html[data-theme=dark]{--notification-warning:#e0a640;--notification-security:#a78bfa;--notification-system:#6ea8fe;--notification-update:#56c58a}.notification-tabs{scrollbar-width:none;-ms-overflow-style:none}.notification-tabs::-webkit-scrollbar{width:0;height:0;display:none}.notification-tabs button{text-align:center;justify-content:center;align-items:center;line-height:1;display:inline-flex;border:1px solid var(--control-border)!important}.notification-tabs button[data-active=true]{border-color:var(--control-border-active)!important}.platform-tab-content{justify-content:center;align-items:center;gap:7px;width:max-content;min-width:0;max-width:100%;margin-inline:auto;line-height:1;display:inline-flex}.platform-tab-icon{flex:0 0 15px;place-items:center;width:15px;height:15px;line-height:0;display:grid}.platform-tab-icon>svg,.platform-tab-label>svg{flex:0 0 15px;width:15px;height:15px;display:block}.platform-tab-label{white-space:nowrap;justify-content:center;align-items:center;gap:7px;min-width:0;line-height:1.15;display:inline-flex}.platform-tab-label>span{line-height:1.15;display:block}button[aria-label]:has(>svg:only-child){justify-content:center;align-items:center;line-height:1;display:inline-flex}button[aria-label]:has(>svg:only-child)>svg{margin:auto;display:block}.icon-badge-host{position:relative;overflow:visible}.icon-badge{transform:translate(var(--icon-badge-inline-shift),-42%);z-index:2;background:var(--danger);color:#fff;font-variant-numeric:tabular-nums;letter-spacing:-.02em;pointer-events:none;border:0;border-radius:999px;place-items:center;min-width:13px;height:13px;padding:0 3px;font-size:8.5px;font-weight:760;line-height:1;display:grid;position:absolute;inset-block-start:2px;inset-inline-end:2px}.notification-trigger,.notification-trigger:hover,.notification-trigger:active,.notification-trigger:focus{color:var(--muted)!important;box-shadow:none!important;background:0 0!important;border-color:#0000!important}.notification-trigger:focus-visible{outline:2px solid color-mix(in srgb,var(--focus) 55%,transparent);outline-offset:1px}.notification-row-shell{border-bottom:1px solid var(--border);background:0 0;border-inline-start:3px solid #0000;position:relative}.notification-row-shell .notification-row{border-bottom:0;padding-inline-end:48px}.notification-row-shell.is-unread{border-inline-start-color:color-mix(in srgb,var(--text) 34%,var(--border-strong));background:color-mix(in srgb,var(--text) 4%,var(--surface-raised))}.notification-row-shell.is-unread .notification-copy strong{font-weight:700}.notification-row-shell.is-unread .notification-row time{color:var(--text-soft);font-weight:600}.notification-row-shell.is-read .notification-copy strong{font-weight:600}.notification-row-shell.is-read .notification-severity{opacity:.58}.notification-severity{background:var(--notification-neutral);width:7px;height:7px;box-shadow:0 0 0 2px color-mix(in srgb,currentColor 10%,transparent);border-radius:999px;margin-top:6px;display:block}.notification-severity-critical{background:var(--notification-critical);color:var(--notification-critical)}.notification-severity-warnings{background:var(--notification-warning);color:var(--notification-warning)}.notification-severity-security{background:var(--notification-security);color:var(--notification-security)}.notification-severity-system{background:var(--notification-system);color:var(--notification-system)}.notification-severity-updates{background:var(--notification-update);color:var(--notification-update)}.notification-dismiss{z-index:2;width:27px;height:27px;color:var(--muted);cursor:pointer;touch-action:manipulation;background:0 0;border:1px solid #0000;border-radius:6px;place-items:center;padding:0;line-height:1;display:grid;position:absolute;inset-block-start:10px;inset-inline-end:10px}.notification-dismiss>svg{width:13px;height:13px;display:block}.notification-dismiss:hover,.notification-dismiss:focus-visible{border-color:color-mix(in srgb,var(--danger) 20%,var(--border));background:color-mix(in srgb,var(--danger) 7%,var(--surface));color:var(--danger)}.mark-read-button{border:1px solid var(--control-border)!important;background:var(--surface)!important;width:30px!important;min-width:30px!important;height:30px!important;min-height:30px!important;color:var(--muted)!important;box-shadow:none!important;border-radius:7px!important;flex:0 0 30px!important;justify-content:center!important;align-items:center!important;padding:0!important;line-height:1!important;display:inline-flex!important}.mark-read-button>svg{flex:0 0 15px!important;width:15px!important;height:15px!important;display:block!important}.mark-read-button.has-unread{border-color:color-mix(in srgb,var(--danger) 28%,var(--control-border))!important;background:color-mix(in srgb,var(--danger) 8%,var(--surface))!important;color:var(--danger)!important}.platform-tab-toolbar{flex:none}html,body,#root{width:100%;height:100%;min-height:100%;margin:0;overflow:hidden!important}:root{--floovoo-type-title:14px;--floovoo-type-section:13px;--floovoo-type-body:12px;--floovoo-type-meta:11px;--floovoo-content-max:1360px}button,a[href],[role=button],[role=tab],[role=menuitem],[role=menuitemradio],[role=option],summary{touch-action:manipulation;-webkit-tap-highlight-color:transparent}input,textarea,select,option,[contenteditable=true]{font-size:var(--floovoo-type-body)!important;color:var(--text-soft)!important}input::placeholder,textarea::placeholder{opacity:1;font-size:inherit!important;color:var(--muted)!important}.app-shell{grid-template-rows:minmax(0,1fr);width:100%;height:100dvh;min-height:0!important;overflow:hidden!important}.main-area{overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;scroll-padding-top:48px;contain:none!important;width:100%!important;max-width:none!important;height:100dvh!important;min-height:0!important;padding-top:48px!important;position:relative!important;overflow:hidden auto!important;transform:none!important}.topbar{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);flex:0 0 48px;inset:0 auto auto!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;z-index:500!important;background:color-mix(in srgb,var(--bg) 96%,transparent)!important;border-bottom:1px solid var(--border)!important;width:auto!important;max-width:none!important;height:48px!important;min-height:48px!important;position:fixed!important;inset-block:0 auto!important;inset-inline-start:var(--sidebar-width)!important;inset-inline-end:0!important;transform:translate(0,0)!important}.breadcrumbs{font-size:var(--floovoo-type-body)!important}.topbar-status-trigger{font-size:var(--floovoo-type-meta)!important}.page-scaffold{box-sizing:border-box!important;width:100%!important;max-width:var(--floovoo-content-max)!important;font-size:var(--floovoo-type-body)!important;margin-block:0!important;margin-inline:auto!important;padding:16px 14px 36px!important}.page-scaffold .page-kicker{font-size:var(--floovoo-type-meta)!important}.page-scaffold h1{font-size:var(--floovoo-type-title)!important}.page-scaffold>p{font-size:var(--floovoo-type-body)!important}.login-heading h1{font-size:var(--floovoo-type-title)!important}.login-heading p,.login-field input,.login-submit{font-size:var(--floovoo-type-body)!important}.login-error,.reset-password-link,.session-loading,.password-policy-note{font-size:var(--floovoo-type-meta)!important}.reset-password-success{font-size:var(--floovoo-type-body)!important}.environment-preferences-card-head strong,.environment-setting-copy strong{font-size:var(--floovoo-type-section)!important}.environment-preferences-card-head span,.environment-setting-copy span,.environment-setting-menu button,.environment-setting-editor>label>span,.environment-setting-number-field>span,.environment-preferences-number input,.environment-preferences-toggle,.environment-setting-editor-actions button{font-size:var(--floovoo-type-body)!important}.environment-setting-state,.environment-setting-editor small,.environment-preferences-number>span{font-size:var(--floovoo-type-meta)!important}.layout-customizer-menu-head strong,.layout-editor-label{font-size:var(--floovoo-type-section)!important}.layout-customizer-menu>button[role=menuitem],.layout-editor-scope button,.layout-editor-option,.layout-editor-segmented button,.layout-editor-empty,.layout-editor-footer button{font-size:var(--floovoo-type-body)!important}.layout-editor-header h2{font-size:var(--floovoo-type-title)!important}.layout-editor-header span,.layout-editor-label small{font-size:var(--floovoo-type-meta)!important}.telemetry-dashboard-heading h2,.telemetry-value strong,.telemetry-detail-header h2,.telemetry-detail-stats strong{font-size:var(--floovoo-type-title)!important}.telemetry-title-wrap h3{font-size:var(--floovoo-type-section)!important}.telemetry-dashboard-heading p,.telemetry-live-top,.telemetry-value span,.telemetry-trend,.telemetry-detail-header p,.telemetry-detail-footer{font-size:var(--floovoo-type-body)!important}.telemetry-eyebrow,.telemetry-detail-stats span,.telemetry-detail-stats small{font-size:var(--floovoo-type-meta)!important}.status-row,.notification-tabs button,.notification-copy span,.global-action-bar,.page-cancel-action{font-size:var(--floovoo-type-body)!important}.notification-copy strong{font-size:var(--floovoo-type-section)!important}.notification-row time{font-size:var(--floovoo-type-meta)!important}.telemetry-detail,.status-panel,.global-search-dialog,.shortcuts-dialog,.profile-account-dialog{border-radius:8px!important}.surface-header strong,.global-search-header strong,.profile-account-heading h2,.source-picker-head strong,.account-nested-surface .theme-popover-header strong{font-size:var(--floovoo-type-title)!important;font-weight:650!important}.surface-header>div:first-child>span,.global-search-header>div:first-child>span,.profile-account-heading span{font-size:var(--floovoo-type-body)!important}.global-search-field{height:38px!important;margin:8px 10px!important;padding:0 9px!important}.shortcuts-search-wrap{padding:8px 10px!important}.shortcuts-search-wrap input{height:38px!important;padding:0 9px!important}.global-search-field input,.shortcuts-search-wrap input{font-size:var(--floovoo-type-body)!important;font-weight:560!important;line-height:1.2!important}.global-search-field input::placeholder,.shortcuts-search-wrap input::placeholder{font-weight:560!important}.global-search-result strong,.shortcut-row>span:first-child{font-size:var(--floovoo-type-body)!important;font-weight:620!important}.global-search-result small{font-size:var(--floovoo-type-meta)!important}.shortcut-group h3{font-size:var(--floovoo-type-meta)!important;font-weight:700!important}.shortcut-keys kbd{font-size:var(--floovoo-type-meta)!important}.account-nested-surface .theme-option{font-size:var(--floovoo-type-body)!important}.account-settings-card-title strong{font-size:var(--floovoo-type-section)!important}.account-settings-card-title span,.password-policy-summary,.account-form label{font-size:var(--floovoo-type-body)!important}.account-form input,.account-form select{font-size:var(--floovoo-type-body)!important;color:var(--text-soft)!important}.account-primary-button,.account-secondary-button,.account-danger-button,.session-detail-list span,.activity-row span{font-size:var(--floovoo-type-body)!important}.session-detail-list strong,.activity-row strong{font-size:var(--floovoo-type-section)!important}.source-picker-option,.source-picker-error,.source-camera-status,.source-camera-actions button,.searchable-select-options button,.searchable-select-empty{font-size:var(--floovoo-type-body)!important}.notification-empty{text-align:center;min-height:220px;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:24px;display:flex}.notification-empty svg{flex:none;width:20px;height:20px}.notification-empty strong{color:var(--text-soft);font-weight:640;line-height:1.3;display:block;font-size:var(--floovoo-type-section)!important}.notification-empty span{max-width:320px;color:var(--muted);line-height:1.45;display:block;font-size:var(--floovoo-type-body)!important}.account-dialog h2{font-size:var(--floovoo-type-title)!important}.profile-summary strong{font-size:var(--floovoo-type-section)!important}.profile-summary span,.shortcut-list>div{font-size:var(--floovoo-type-body)!important}@media (width>=1900px){.page-scaffold{padding-inline:16px!important}}@media (width<=600px){.app-shell{display:block}.main-area{width:100%!important;padding-top:48px!important}.topbar{width:auto!important;inset-inline:0!important}.page-scaffold{padding:14px 10px 32px!important}.account-nested-surface .theme-option{min-height:42px!important}.source-picker-option{min-height:50px!important}}
