.ds-shell{display:grid;grid-template-columns:var(--ds-sidebar-w-app) 1fr;grid-template-rows:64px minmax(0,1fr) auto;grid-template-areas:"sidebar header" "sidebar main" "sidebar footer";min-height:100vh;background:var(--ds-color-bg-shell)}.ds-shell[data-sidebar-width=hub]{grid-template-columns:var(--ds-sidebar-w-hub) 1fr}.ds-shell[data-sidebar-mode=drawer],.ds-shell[data-sidebar-mode=rail]{grid-template-columns:var(--ds-sidebar-w-rail) 1fr}.ds-shell[data-header-scope=global]{grid-template-rows:auto minmax(0,1fr) auto;grid-template-areas:"header header" "sidebar main" "sidebar footer"}.ds-shell[data-header-scope=global]>.ds-sidebar{top:64px;height:calc(100dvh - 64px)}.ds-shell-main{grid-area:main;overflow-y:auto;min-width:0;min-height:0;background:var(--ds-color-bg-surface);padding:var(--ds-space-7)}.ds-shell-header{grid-area:header;min-width:0;position:sticky;top:0;z-index:var(--ds-z-sticky)}.ds-shell-footer{grid-area:footer;min-width:0}@media (max-width:767px){.ds-shell,.ds-shell[data-header-scope=global],.ds-shell[data-header-scope=global]:not([data-sidebar-mode=rail]),.ds-shell[data-header-scope=global][data-sidebar-mode=rail]{grid-template-columns:minmax(0,1fr);grid-template-rows:auto minmax(0,1fr) auto;grid-template-areas:"header" "main" "footer"}.ds-shell>.ds-sidebar{display:none}}.ds-sidebar{grid-area:sidebar;width:var(--ds-sidebar-w-app);background:var(--ds-color-shell-sidebar-bg);color:var(--ds-color-shell-sidebar-text);display:flex;flex-direction:column;overflow:visible;position:sticky;top:0;height:100vh;align-self:start;min-height:0;z-index:var(--ds-z-sidebar);transition:width .24s var(--ds-ease-standard)}.ds-sidebar[data-width=hub]{width:var(--ds-sidebar-w-hub)}.ds-sidebar[data-mode=drawer],.ds-sidebar[data-mode=rail]{width:var(--ds-sidebar-w-rail)}.ds-sidebar[data-mode=drawer]:focus-within,.ds-sidebar[data-mode=drawer]:hover{width:var(--ds-sidebar-w-app);position:fixed;left:0;box-shadow:var(--ds-shadow-overlay)}.ds-shell[data-header-scope=global]>.ds-sidebar[data-mode=drawer]:focus-within,.ds-shell[data-header-scope=global]>.ds-sidebar[data-mode=drawer]:hover{top:64px;height:calc(100vh - 64px)}.ds-shell[data-header-scope=global]:has([data-agency-portal-header-progress])>.ds-sidebar[data-mode=drawer]:focus-within,.ds-shell[data-header-scope=global]:has([data-agency-portal-header-progress])>.ds-sidebar[data-mode=drawer]:hover{top:104px;height:calc(100vh - 104px)}.ds-sidebar-nav{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:var(--ds-color-shell-sidebar-rule) transparent}.ds-sidebar-nav::-webkit-scrollbar{width:4px}.ds-sidebar-nav::-webkit-scrollbar-track{background:transparent}.ds-sidebar-nav::-webkit-scrollbar-thumb{background:var(--ds-color-shell-sidebar-rule);border-radius:var(--ds-radius-sm)}.ds-sidebar-nav::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb,var(--ds-color-shell-sidebar-rule) 100%,white 15%)}.ds-sidebar-brand{position:relative;display:flex;align-items:center;height:64px;padding:0 var(--ds-space-5);border-bottom:var(--ds-border-hairline) solid var(--ds-color-shell-sidebar-rule);gap:var(--ds-space-2);flex-shrink:0}.ds-sidebar[data-mode=drawer]:not(:hover):not(:focus-within) .ds-sidebar-brand,.ds-sidebar[data-mode=rail] .ds-sidebar-brand{padding:0 var(--ds-space-5);justify-content:center;cursor:pointer}.ds-sidebar-brand-link{min-width:0;display:flex;align-items:center;gap:var(--ds-space-2);color:inherit;text-decoration:none;border-radius:var(--ds-radius-sm);flex:0 0 auto}.ds-sidebar-brand-link:focus-visible{outline:none;box-shadow:var(--ds-focus-ring)}.ds-sidebar-mark{width:24px;height:24px;border-radius:var(--ds-radius-sm);background:var(--ds-color-shell-sidebar-mark-bg);color:var(--ds-color-shell-sidebar-mark-fg);display:flex;align-items:center;justify-content:center;font-family:var(--ds-font-serif);font-size:var(--ds-type-h3);font-style:italic;line-height:1;flex-shrink:0}.ds-sidebar-word{font-family:var(--ds-font-serif);font-size:20px;letter-spacing:-.01em;white-space:nowrap;flex:0 0 auto;overflow:visible}.ds-sidebar-word,.ds-sidebar-word-em{color:var(--ds-color-shell-sidebar-active-text)}.ds-sidebar-word-em{font-style:italic;opacity:.7;margin-left:var(--ds-space-1)}.ds-sidebar[data-mode=drawer]:not(:hover):not(:focus-within) .ds-sidebar-word,.ds-sidebar[data-mode=rail] .ds-sidebar-word{display:none}.ds-sidebar-brand-switcher{display:flex;align-items:center;flex:0 0 auto;min-width:0}.ds-sidebar-brand[data-has-switcher]{cursor:default}.ds-sidebar[data-mode=drawer]:not(:hover):not(:focus-within) .ds-sidebar-brand[data-has-switcher],.ds-sidebar[data-mode=rail] .ds-sidebar-brand[data-has-switcher]{cursor:default}.ds-sidebar-brand-tag{font-family:var(--ds-font-mono);font-size:var(--ds-type-micro);letter-spacing:.14em;text-transform:uppercase;color:var(--ds-color-shell-sidebar-text-muted);border:var(--ds-border-hairline) solid var(--ds-color-shell-sidebar-rule);border-radius:var(--ds-radius-sm);padding:3px 7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:none;flex:1 1 auto;min-width:0}.ds-sidebar[data-mode=drawer]:not(:hover):not(:focus-within) .ds-sidebar-brand-tag,.ds-sidebar[data-mode=rail] .ds-sidebar-brand-tag{display:none}.ds-sidebar-toggle{position:absolute;z-index:2;right:-20px;top:calc(100% - 20px);width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;background:var(--ds-color-shell-sidebar-bg);border:var(--ds-border-hairline) solid var(--ds-color-shell-sidebar-rule);border-radius:var(--ds-radius-md);color:var(--ds-color-shell-sidebar-text-muted);cursor:pointer;flex-shrink:0}.ds-sidebar-toggle:hover{color:var(--ds-color-shell-sidebar-active-text);border-color:var(--ds-color-shell-sidebar-active-text)}.ds-sidebar-toggle:focus-visible{outline:2px solid var(--ds-color-shell-sidebar-active-text);outline-offset:2px}.ds-sidebar-toggle-flip{display:inline-flex;transform:scaleX(-1)}@media (max-width:767px){.ds-sidebar-toggle{right:var(--ds-space-3);top:var(--ds-space-3)}}.ds-sidebar-switcher{flex-shrink:0;padding:var(--ds-space-3);border-bottom:var(--ds-border-hairline) solid var(--ds-color-shell-sidebar-rule)}.ds-sidebar[data-mode=drawer]:not(:hover):not(:focus-within) .ds-sidebar-switcher,.ds-sidebar[data-mode=rail] .ds-sidebar-switcher{padding:var(--ds-space-2);display:flex;justify-content:center}.ds-sidebar-head{padding:var(--ds-space-5) var(--ds-space-5) var(--ds-space-4)}.ds-sidebar-context-slot,.ds-sidebar-head{border-bottom:var(--ds-border-hairline) solid var(--ds-color-shell-sidebar-rule);flex-shrink:0}.ds-sidebar-context-slot{padding:var(--ds-space-3)}.ds-workspace-context{min-width:0;border:var(--ds-border-hairline) solid var(--ds-color-shell-sidebar-rule);border-radius:var(--ds-radius-md);background:var(--ds-color-shell-sidebar-active-bg);color:var(--ds-color-shell-sidebar-text)}.ds-workspace-context:not(details){padding:var(--ds-space-3)}.ds-workspace-context>summary{min-height:var(--ds-target-touch);display:flex;align-items:center;gap:var(--ds-space-2);padding:var(--ds-space-2) var(--ds-space-3);list-style:none;cursor:pointer}.ds-workspace-context>summary::-webkit-details-marker{display:none}.ds-workspace-context>summary:focus-visible{outline:2px solid var(--ds-color-shell-sidebar-active-text);outline-offset:-2px}.ds-workspace-context__summary-copy{min-width:0;display:grid;gap:2px}.ds-workspace-context__eyebrow,.ds-workspace-context__status{overflow:hidden;color:var(--ds-color-shell-sidebar-text-muted);font-family:var(--ds-font-mono);font-size:var(--ds-type-micro);letter-spacing:.12em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.ds-workspace-context__description,.ds-workspace-context__label{overflow:hidden;text-overflow:ellipsis}.ds-workspace-context__label{color:var(--ds-color-shell-sidebar-active-text);font-size:var(--ds-type-body-small)}.ds-workspace-context__description{color:var(--ds-color-shell-sidebar-text-muted);font-size:var(--ds-type-meta)}.ds-workspace-context__chevron{flex:0 0 auto;margin-inline-start:auto;color:var(--ds-color-shell-sidebar-text-muted);transition:transform var(--ds-dur-fade) var(--ds-ease-standard)}.ds-workspace-context[open] .ds-workspace-context__chevron{transform:rotate(180deg)}.ds-workspace-context__actions{padding:0 var(--ds-space-2) var(--ds-space-2);border-top:var(--ds-border-hairline) solid var(--ds-color-shell-sidebar-rule)}.ds-sidebar-search-slot{margin:var(--ds-space-4) var(--ds-space-5) var(--ds-space-2);flex-shrink:0}.ds-sidebar-foot-slot{padding:var(--ds-space-3) var(--ds-space-5);border-bottom:var(--ds-border-hairline) solid var(--ds-color-shell-sidebar-rule)}.ds-sidebar[data-mode=drawer]:not(:hover):not(:focus-within) .ds-sidebar-context-slot,.ds-sidebar[data-mode=drawer]:not(:hover):not(:focus-within) .ds-sidebar-foot-slot,.ds-sidebar[data-mode=drawer]:not(:hover):not(:focus-within) .ds-sidebar-head,.ds-sidebar[data-mode=drawer]:not(:hover):not(:focus-within) .ds-sidebar-search-slot,.ds-sidebar[data-mode=rail] .ds-sidebar-context-slot,.ds-sidebar[data-mode=rail] .ds-sidebar-foot-slot,.ds-sidebar[data-mode=rail] .ds-sidebar-head,.ds-sidebar[data-mode=rail] .ds-sidebar-search-slot{display:none}.ds-sidebar-empty{padding:var(--ds-space-4) var(--ds-space-5)}.ds-sidebar-searchfield{display:flex;align-items:center;gap:var(--ds-space-2);padding:var(--ds-space-2) var(--ds-space-2) var(--ds-space-2) var(--ds-space-3);background:var(--ds-color-shell-sidebar-active-bg);border:var(--ds-border-hairline) solid var(--ds-color-shell-sidebar-rule);border-radius:var(--ds-radius-md);color:var(--ds-color-shell-sidebar-text-muted);transition:border-color var(--ds-dur-fade) var(--ds-ease-standard)}.ds-sidebar-searchfield:focus-within{border-color:var(--ds-color-shell-sidebar-active-text)}.ds-sidebar-searchfield-icon{display:inline-flex;flex:none;color:currentColor}.ds-sidebar-searchfield-input{flex:1 1;min-width:0;background:none;border:0;outline:none;padding:0;font-family:var(--ds-font-sans);font-size:var(--ds-type-body-small);color:var(--ds-color-shell-sidebar-active-text)}.ds-sidebar-searchfield-input::placeholder{color:var(--ds-color-shell-sidebar-text-muted);opacity:.75}.ds-sidebar-searchfield-kbd{flex:none;font-family:var(--ds-font-mono);font-size:var(--ds-type-mono-nano);letter-spacing:.04em;color:var(--ds-color-shell-sidebar-text-muted);border:var(--ds-border-hairline) solid var(--ds-color-shell-sidebar-rule);border-radius:var(--ds-radius-sm);padding:1px 6px}.ds-sidebar-searchempty-title{margin:0 0 var(--ds-space-2);font-family:var(--ds-font-sans);font-size:var(--ds-type-body-default);color:var(--ds-color-shell-sidebar-active-text)}.ds-sidebar-searchempty-title em{font-family:var(--ds-font-serif);font-style:italic}.ds-sidebar-searchempty-body{margin:0;font-size:var(--ds-type-body-small);line-height:1.5;color:var(--ds-color-shell-sidebar-text-muted)}.ds-sidebar-group{padding:var(--ds-space-4) 0 var(--ds-space-1)}.ds-sidebar-group+.ds-sidebar-group{border-top:var(--ds-border-hairline) solid var(--ds-color-shell-sidebar-rule)}.ds-sidebar-group-label{display:flex;align-items:center;justify-content:space-between;gap:var(--ds-space-2);font-family:var(--ds-font-mono);font-size:var(--ds-type-mono-nano);letter-spacing:.18em;text-transform:uppercase;color:var(--ds-color-shell-sidebar-text-muted);padding:0 var(--ds-space-5) var(--ds-space-2);white-space:nowrap}.ds-sidebar-group-count{flex:none;border:var(--ds-border-hairline) solid var(--ds-color-shell-sidebar-rule);border-radius:var(--ds-radius-sm);padding:1px 6px;letter-spacing:.06em}.ds-sidebar[data-mode=drawer]:not(:hover):not(:focus-within) .ds-sidebar-group-count,.ds-sidebar[data-mode=rail] .ds-sidebar-group-count{display:none}.ds-sidebar[data-mode=rail] .ds-sidebar-group-label{color:transparent;padding-bottom:var(--ds-space-1)}.ds-sidebar[data-mode=rail] .ds-sidebar-group-label:before{content:"";display:block;height:var(--ds-border-hairline);width:22px;margin:var(--ds-space-2) auto;background:var(--ds-color-shell-sidebar-rule)}.ds-sidebar-item{box-sizing:border-box;display:flex;align-items:center;width:100%;min-height:36px;padding:var(--ds-space-2) var(--ds-space-5);margin:0;border:none;border-left:var(--ds-border-emphasis) solid transparent;border-radius:0;background:transparent;color:var(--ds-color-shell-sidebar-text);text-decoration:none;font-family:var(--ds-font-sans);font-size:var(--ds-type-body-default);cursor:pointer;gap:var(--ds-space-3);position:relative;text-align:left;transition:background var(--ds-dur-fade) var(--ds-ease-standard)}.ds-sidebar-item:hover,.ds-sidebar-item[data-active]{background:var(--ds-color-shell-sidebar-active-bg);color:var(--ds-color-shell-sidebar-active-text)}.ds-sidebar-item[data-active]{border-left-color:var(--ds-color-shell-sidebar-active-text)}.ds-sidebar-item:focus-visible{outline:2px solid var(--ds-color-shell-sidebar-active-text);outline-offset:-2px}.ds-sidebar-item-icon{width:var(--ds-icon-size-lg);height:var(--ds-icon-size-lg);flex-shrink:0;display:inline-flex;color:currentColor}.ds-sidebar-item-ix{flex:none;width:38px;font-family:var(--ds-font-mono);font-size:var(--ds-type-mono-nano);letter-spacing:.06em;color:var(--ds-color-shell-sidebar-text-muted)}.ds-sidebar-item[data-active] .ds-sidebar-item-ix{color:var(--ds-color-shell-sidebar-active-text)}.ds-sidebar-item-body{flex:1 1;min-width:0}.ds-sidebar-item-label{display:block;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ds-sidebar-item-label em{font-style:italic;opacity:.75}.ds-sidebar-item-sub{display:block;margin-top:1px;font-family:var(--ds-font-mono);font-size:var(--ds-type-mono-nano);color:var(--ds-color-shell-sidebar-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ds-sidebar-item[data-active] .ds-sidebar-item-sub{color:var(--ds-color-shell-sidebar-active-text)}.ds-sidebar-item-status{flex:none;font-family:var(--ds-font-mono);font-size:var(--ds-type-mono-nano);letter-spacing:.12em;text-transform:uppercase;border-radius:var(--ds-radius-sm);padding:2px 6px;border:var(--ds-border-hairline) solid var(--ds-color-shell-sidebar-rule)}.ds-sidebar-item-status--built,.ds-sidebar-item-status--neutral{color:var(--ds-color-shell-sidebar-active-text)}.ds-sidebar-item-status--queue{color:var(--ds-color-status-warning)}.ds-sidebar-item-status--hub{color:var(--ds-color-text-on-inverse);background:var(--ds-color-bg-inverse-deep)}.ds-sidebar-item-count{flex:none;font-family:var(--ds-font-mono);font-size:var(--ds-type-micro);color:var(--ds-color-shell-sidebar-text-muted);background:transparent;border:var(--ds-border-hairline) solid var(--ds-color-shell-sidebar-rule);padding:1px 6px;border-radius:var(--ds-radius-sm)}.ds-sidebar-item[data-active] .ds-sidebar-item-count{color:var(--ds-color-shell-sidebar-active-text);border-color:var(--ds-color-shell-sidebar-active-text)}.ds-sidebar-item-new{width:6px;height:6px;background:var(--ds-color-status-negative);border-radius:var(--ds-radius-pill);flex-shrink:0}.ds-sidebar-item-chev{flex:none;display:inline-flex;color:var(--ds-color-shell-sidebar-text-muted);transition:transform .2s var(--ds-ease-standard)}.ds-sidebar-item[data-open] .ds-sidebar-item-chev{transform:rotate(180deg)}.ds-sidebar-item[data-has-children] .ds-sidebar-item-count{margin-right:var(--ds-space-2)}.ds-sidebar[data-mode=drawer]:not(:hover):not(:focus-within) .ds-sidebar-item,.ds-sidebar[data-mode=rail] .ds-sidebar-item{justify-content:center;padding:0;width:40px;min-height:36px;margin:1px auto;border-left-color:transparent;border-radius:var(--ds-radius-md)}.ds-sidebar[data-mode=drawer]:not(:hover):not(:focus-within) .ds-sidebar-item[data-lead=ix] .ds-sidebar-item-ix,.ds-sidebar[data-mode=rail] .ds-sidebar-item[data-lead=ix] .ds-sidebar-item-ix{width:auto;text-align:center}.ds-sidebar[data-mode=drawer]:not(:hover):not(:focus-within) .ds-sidebar-children,.ds-sidebar[data-mode=drawer]:not(:hover):not(:focus-within) .ds-sidebar-item-body,.ds-sidebar[data-mode=drawer]:not(:hover):not(:focus-within) .ds-sidebar-item-chev,.ds-sidebar[data-mode=drawer]:not(:hover):not(:focus-within) .ds-sidebar-item-count,.ds-sidebar[data-mode=drawer]:not(:hover):not(:focus-within) .ds-sidebar-item-new,.ds-sidebar[data-mode=drawer]:not(:hover):not(:focus-within) .ds-sidebar-item-status,.ds-sidebar[data-mode=rail] .ds-sidebar-children,.ds-sidebar[data-mode=rail] .ds-sidebar-item-body,.ds-sidebar[data-mode=rail] .ds-sidebar-item-chev,.ds-sidebar[data-mode=rail] .ds-sidebar-item-count,.ds-sidebar[data-mode=rail] .ds-sidebar-item-new,.ds-sidebar[data-mode=rail] .ds-sidebar-item-status{display:none}.ds-sidebar-children{overflow:hidden;padding:var(--ds-space-1) 0 var(--ds-space-1)}.ds-sidebar-child{display:flex;align-items:center;width:calc(100% - 16px);height:30px;padding:0 var(--ds-space-4) 0 46px;margin:1px var(--ds-space-2);border:none;border-radius:var(--ds-radius-md);background:transparent;color:var(--ds-color-shell-sidebar-text);text-decoration:none;font-family:var(--ds-font-sans);font-size:var(--ds-type-body-small);cursor:pointer;gap:var(--ds-space-2);position:relative;opacity:.85;text-align:left}.ds-sidebar-child:before{content:"";position:absolute;left:30px;top:50%;width:6px;height:var(--ds-border-hairline);background:var(--ds-color-shell-sidebar-rule)}.ds-sidebar-child:hover,.ds-sidebar-child[data-active]{background:var(--ds-color-shell-sidebar-active-bg);color:var(--ds-color-shell-sidebar-active-text);opacity:1}.ds-sidebar-child:focus-visible{outline:2px solid var(--ds-color-shell-sidebar-active-text);outline-offset:-2px}.ds-sidebar-child-label{flex:1 1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ds-sidebar-child-badge{font-family:var(--ds-font-mono);font-size:var(--ds-type-micro);color:var(--ds-color-shell-sidebar-active-text);background:var(--ds-color-status-negative);padding:1px 5px;border-radius:var(--ds-radius-sm);letter-spacing:.06em}.ds-sidebar-foot{flex-shrink:0;padding:var(--ds-space-4) 0;border-top:var(--ds-border-hairline) solid var(--ds-color-shell-sidebar-rule)}.ds-sidebar-location{position:relative}.ds-sidebar-location-trigger{width:calc(100% - 24px);margin:0 var(--ds-space-3);padding:var(--ds-space-2) var(--ds-space-3);border:var(--ds-border-hairline) solid var(--ds-color-shell-sidebar-rule);border-radius:var(--ds-radius-md);display:flex;align-items:center;gap:var(--ds-space-2);background:transparent;font:inherit;color:inherit;text-align:left;cursor:pointer}.ds-sidebar-location-trigger:hover{border-color:var(--ds-color-shell-sidebar-text-muted)}.ds-sidebar-location-trigger:focus-visible{outline:2px solid var(--ds-color-shell-sidebar-active-text);outline-offset:2px}.ds-sidebar-location[data-open] .ds-sidebar-location-trigger{border-color:var(--ds-color-shell-sidebar-text-muted);background:var(--ds-color-shell-sidebar-active-bg)}.ds-sidebar-location-mark{width:26px;height:26px;background:var(--ds-color-status-negative);border-radius:var(--ds-radius-sm);display:flex;align-items:center;justify-content:center;font-family:var(--ds-font-serif);color:var(--ds-color-shell-sidebar-active-text);font-size:var(--ds-type-lede);line-height:1;flex-shrink:0}.ds-sidebar-location-meta{flex:1 1;min-width:0;line-height:1.2;overflow:hidden}.ds-sidebar-location-name{font-size:var(--ds-type-body-small);color:var(--ds-color-shell-sidebar-text)}.ds-sidebar-location-name,.ds-sidebar-location-sub{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ds-sidebar-location-sub{font-family:var(--ds-font-mono);font-size:var(--ds-type-micro);letter-spacing:.1em;text-transform:uppercase;color:var(--ds-color-shell-sidebar-text-muted)}.ds-sidebar-location-chev{margin-left:auto;color:var(--ds-color-shell-sidebar-text-muted);display:inline-flex;flex-shrink:0;transition:transform .2s var(--ds-ease-standard)}.ds-sidebar-location[data-open] .ds-sidebar-location-chev{transform:rotate(180deg)}.ds-sidebar[data-mode=drawer]:not(:hover):not(:focus-within) .ds-sidebar-location-trigger,.ds-sidebar[data-mode=rail] .ds-sidebar-location-trigger{width:auto;margin:0 var(--ds-space-3);padding:var(--ds-space-2);justify-content:center}.ds-sidebar[data-mode=drawer]:not(:hover):not(:focus-within) .ds-sidebar-location-chev,.ds-sidebar[data-mode=drawer]:not(:hover):not(:focus-within) .ds-sidebar-location-meta,.ds-sidebar[data-mode=rail] .ds-sidebar-location-chev,.ds-sidebar[data-mode=rail] .ds-sidebar-location-meta{display:none}.ds-sidebar-location-menu{position:absolute;bottom:calc(100% + var(--ds-space-2));left:var(--ds-space-3);right:var(--ds-space-3);background:var(--ds-color-shell-sidebar-bg);border:var(--ds-border-hairline) solid var(--ds-color-shell-sidebar-rule);border-radius:var(--ds-radius-md);padding:var(--ds-space-2);z-index:var(--ds-z-overlay);box-shadow:var(--ds-shadow-overlay-dense);max-height:320px;overflow-y:auto}.ds-sidebar-location-menu-label{font-family:var(--ds-font-mono);font-size:var(--ds-type-micro);letter-spacing:.14em;color:var(--ds-color-shell-sidebar-text-muted);padding:10px 10px 6px}.ds-sidebar-location-item{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:2px;background:transparent;border:0;color:var(--ds-color-shell-sidebar-text);font:inherit;text-align:left;padding:var(--ds-space-2) var(--ds-space-3);border-radius:var(--ds-radius-sm);cursor:pointer}.ds-sidebar-location-item:hover,.ds-sidebar-location-item[data-active]{background:var(--ds-color-shell-sidebar-active-bg)}.ds-sidebar-location-item:focus-visible{outline:2px solid var(--ds-color-shell-sidebar-active-text);outline-offset:-2px}.ds-sidebar-location-item-name{font-size:var(--ds-type-body-small);color:var(--ds-color-shell-sidebar-text);line-height:1.2}.ds-sidebar-location-item-meta{font-family:var(--ds-font-mono);font-size:var(--ds-type-micro);letter-spacing:.08em;text-transform:uppercase;color:var(--ds-color-shell-sidebar-text-muted);line-height:1.2}.ds-sidebar-location-item[data-active] .ds-sidebar-location-item-name:before{content:"";display:inline-block;width:6px;height:6px;background:currentColor;border-radius:var(--ds-radius-pill);margin-right:var(--ds-space-2);vertical-align:middle}.ds-sidebar-client{position:relative}.ds-sidebar-location+.ds-sidebar-client{margin-top:var(--ds-space-2)}.ds-sidebar-client-trigger{width:calc(100% - 24px);margin:0 var(--ds-space-3);padding:var(--ds-space-2) var(--ds-space-3);border:var(--ds-border-hairline) solid var(--ds-color-shell-sidebar-rule);border-radius:var(--ds-radius-md);display:flex;align-items:center;gap:var(--ds-space-2);background:transparent;font:inherit;color:inherit;text-align:left;cursor:pointer}.ds-sidebar-client-trigger:hover{border-color:var(--ds-color-shell-sidebar-text-muted)}.ds-sidebar-client-trigger:focus-visible{outline:2px solid var(--ds-color-shell-sidebar-active-text);outline-offset:2px}.ds-sidebar-client[data-open] .ds-sidebar-client-trigger{border-color:var(--ds-color-shell-sidebar-text-muted);background:var(--ds-color-shell-sidebar-active-bg)}.ds-sidebar-client-mark{width:26px;height:26px;background:var(--ds-color-shell-sidebar-mark-bg);border-radius:var(--ds-radius-sm);display:flex;align-items:center;justify-content:center;font-family:var(--ds-font-serif);font-style:italic;color:var(--ds-color-shell-sidebar-bg);font-size:var(--ds-type-lede);line-height:1;flex-shrink:0}.ds-sidebar-client-meta{flex:1 1;min-width:0;line-height:1.2;overflow:hidden}.ds-sidebar-client-name{font-size:var(--ds-type-body-small);color:var(--ds-color-shell-sidebar-text)}.ds-sidebar-client-name,.ds-sidebar-client-sub{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ds-sidebar-client-sub{font-family:var(--ds-font-mono);font-size:var(--ds-type-micro);letter-spacing:.1em;text-transform:uppercase;color:var(--ds-color-shell-sidebar-text-muted)}.ds-sidebar-client-chev{margin-left:auto;color:var(--ds-color-shell-sidebar-text-muted);display:inline-flex;flex-shrink:0;transition:transform .2s var(--ds-ease-standard)}.ds-sidebar-client[data-open] .ds-sidebar-client-chev{transform:rotate(180deg)}.ds-sidebar[data-mode=drawer]:not(:hover):not(:focus-within) .ds-sidebar-client-trigger,.ds-sidebar[data-mode=rail] .ds-sidebar-client-trigger{width:auto;margin:0 var(--ds-space-3);padding:var(--ds-space-2);justify-content:center}.ds-sidebar[data-mode=drawer]:not(:hover):not(:focus-within) .ds-sidebar-client-chev,.ds-sidebar[data-mode=drawer]:not(:hover):not(:focus-within) .ds-sidebar-client-meta,.ds-sidebar[data-mode=rail] .ds-sidebar-client-chev,.ds-sidebar[data-mode=rail] .ds-sidebar-client-meta{display:none}.ds-sidebar-client-menu{position:absolute;bottom:calc(100% + var(--ds-space-2));left:var(--ds-space-3);right:var(--ds-space-3);background:var(--ds-color-shell-sidebar-bg);border:var(--ds-border-hairline) solid var(--ds-color-shell-sidebar-rule);border-radius:var(--ds-radius-md);padding:var(--ds-space-2);z-index:var(--ds-z-overlay);box-shadow:var(--ds-shadow-overlay-dense);display:flex;flex-direction:column;max-height:380px}.ds-sidebar-client-menu-label{font-family:var(--ds-font-mono);font-size:var(--ds-type-micro);letter-spacing:.14em;color:var(--ds-color-shell-sidebar-text-muted);padding:10px 10px 6px;flex-shrink:0}.ds-sidebar-client-menu-scroll{overflow-y:auto;min-height:0;scrollbar-width:thin;scrollbar-color:var(--ds-color-shell-sidebar-rule) transparent}.ds-sidebar-client-item{width:100%;display:flex;align-items:center;gap:var(--ds-space-2);background:transparent;border:0;color:var(--ds-color-shell-sidebar-text);font:inherit;text-align:left;padding:var(--ds-space-2) var(--ds-space-3);border-radius:var(--ds-radius-sm);cursor:pointer}.ds-sidebar-client-item:hover,.ds-sidebar-client-item[data-active]{background:var(--ds-color-shell-sidebar-active-bg)}.ds-sidebar-client-item:focus-visible{outline:2px solid var(--ds-color-shell-sidebar-active-text);outline-offset:-2px}.ds-sidebar-client-item-mark{width:22px;height:22px;background:var(--ds-color-shell-sidebar-mark-bg);border-radius:var(--ds-radius-sm);display:inline-flex;align-items:center;justify-content:center;font-family:var(--ds-font-serif);font-style:italic;color:var(--ds-color-shell-sidebar-bg);font-size:var(--ds-type-body-small);line-height:1;flex-shrink:0}.ds-sidebar-client-item-body{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:1px}.ds-sidebar-client-item-name{font-size:var(--ds-type-body-small);color:var(--ds-color-shell-sidebar-text);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ds-sidebar-client-item[data-active] .ds-sidebar-client-item-name{color:var(--ds-color-shell-sidebar-active-text)}.ds-sidebar-client-item-meta{line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ds-sidebar-client-item-badge,.ds-sidebar-client-item-meta{font-family:var(--ds-font-mono);font-size:var(--ds-type-micro);letter-spacing:.08em;text-transform:uppercase;color:var(--ds-color-shell-sidebar-text-muted)}.ds-sidebar-client-item-badge{border:var(--ds-border-hairline) solid var(--ds-color-shell-sidebar-rule);border-radius:var(--ds-radius-sm);padding:1px 6px;flex-shrink:0}.ds-sidebar-client-item[data-active] .ds-sidebar-client-item-name:before{content:"";display:inline-block;width:6px;height:6px;background:currentColor;border-radius:var(--ds-radius-pill);margin-right:var(--ds-space-2);vertical-align:middle}@media (prefers-reduced-motion:reduce){.ds-sidebar,.ds-sidebar-client-chev,.ds-sidebar-item-chev,.ds-sidebar-location-chev{transition:none}}.ds-header{grid-area:header;height:64px;background:var(--ds-color-bg-surface);border-bottom:var(--ds-border-hairline) solid var(--ds-color-border-card);display:flex;align-items:center;padding:0 var(--ds-space-7);gap:var(--ds-space-5);position:sticky;top:0;z-index:var(--ds-z-sticky);min-width:0}.ds-header-menu-trigger{display:none;width:32px;height:32px;align-items:center;justify-content:center;background:transparent;border:var(--ds-border-hairline) solid transparent;border-radius:var(--ds-radius-md);color:var(--ds-color-text-muted);cursor:pointer;flex-shrink:0}.ds-header-menu-trigger:hover{background:var(--ds-color-bg-shell);color:var(--ds-color-text-primary)}.ds-header-breadcrumb{display:flex;align-items:baseline;gap:var(--ds-space-3);font-family:var(--ds-font-mono);font-size:var(--ds-type-meta);letter-spacing:.12em;text-transform:uppercase;color:var(--ds-color-text-muted);flex-shrink:1;min-width:0;white-space:nowrap}.ds-header-breadcrumb>span:not(.ds-header-crumb-sep){overflow:hidden;text-overflow:ellipsis;min-width:0}.ds-header-crumb-sep{opacity:.4;flex-shrink:0}.ds-header-view-switcher{position:relative;display:inline-flex}.ds-header-view-switcher-trigger{background:transparent;border:var(--ds-border-hairline) solid transparent;border-radius:var(--ds-radius-md);padding:var(--ds-space-1) var(--ds-space-2);margin:0 calc(var(--ds-space-2) * -1);cursor:pointer;display:inline-flex;align-items:center;gap:var(--ds-space-2);font:inherit;letter-spacing:inherit;text-transform:none;color:inherit}.ds-header-view-switcher-trigger:hover,.ds-header-view-switcher[data-open] .ds-header-view-switcher-trigger{background:var(--ds-color-bg-shell);border-color:var(--ds-color-border-card)}.ds-header-view-switcher-mod{font-family:var(--ds-font-serif);font-style:italic;font-size:var(--ds-type-h3);letter-spacing:-.01em;text-transform:none;color:var(--ds-color-text-primary)}.ds-header-chev-down{opacity:.5;display:inline-flex;transition:transform .2s var(--ds-ease-standard)}.ds-header-view-switcher[data-open] .ds-header-chev-down{transform:rotate(180deg)}.ds-header-menu{position:absolute;top:calc(100% + var(--ds-space-2));background:var(--ds-color-bg-surface);border:var(--ds-border-hairline) solid var(--ds-color-border-card);border-radius:var(--ds-radius-md);min-width:280px;z-index:var(--ds-z-overlay);padding:var(--ds-space-2);box-shadow:var(--ds-shadow-overlay)}.ds-header-view-switcher .ds-header-menu{left:-8px;min-width:280px}.ds-header-period .ds-header-menu{right:0;min-width:320px}.ds-header-user .ds-header-menu{right:0;min-width:280px}.ds-header-menu hr{border:0;border-top:var(--ds-border-hairline) solid var(--ds-color-border-card);margin:var(--ds-space-2) 0}.ds-header-menu-sec-label{font-family:var(--ds-font-mono);font-size:var(--ds-type-micro);letter-spacing:.14em;text-transform:uppercase;color:var(--ds-color-text-muted);padding:10px 12px 6px}.ds-header-menu-item{display:flex;width:100%;align-items:center;gap:var(--ds-space-3);padding:var(--ds-space-2) 10px var(--ds-space-2) 12px;border:none;border-radius:var(--ds-radius-sm);background:transparent;font-family:var(--ds-font-sans);font-size:var(--ds-type-body-default);color:var(--ds-color-text-primary);cursor:pointer;text-align:left}.ds-header-menu-item:hover{background:var(--ds-color-bg-shell)}.ds-header-menu-item[data-active]{background:var(--ds-color-text-primary);color:var(--ds-color-bg-surface)}.ds-header-menu-item-italic{font-family:var(--ds-font-serif);font-style:italic;font-size:var(--ds-type-h3);line-height:1}.ds-header-menu-item-badge{margin-left:auto;font-family:var(--ds-font-mono);font-size:var(--ds-type-micro);background:var(--ds-color-status-negative);color:var(--ds-color-bg-surface);padding:1px 5px;border-radius:var(--ds-radius-sm);letter-spacing:.06em}.ds-header-menu-item[data-active] .ds-header-menu-item-badge{background:var(--ds-color-bg-surface);color:var(--ds-color-text-primary)}.ds-header-spacer{flex:1 1 auto;min-width:8px}.ds-header-search{display:flex;align-items:center;gap:var(--ds-space-2);border:var(--ds-border-hairline) solid var(--ds-color-border-card);border-radius:var(--ds-radius-md);background:var(--ds-color-bg-shell);padding:7px var(--ds-space-3);width:240px;flex-shrink:2;min-width:120px}.ds-header-search:focus-within{border-color:var(--ds-color-border-card-strong)}.ds-header-search input{border:0;background:transparent;font-family:var(--ds-font-sans);font-size:var(--ds-type-body-small);color:var(--ds-color-text-primary);outline:none;flex:1 1;min-width:0}.ds-header-search input::placeholder{color:var(--ds-color-text-muted);opacity:.6}.ds-header-search-kbd{font-family:var(--ds-font-mono);font-size:10px;color:var(--ds-color-text-muted);border:var(--ds-border-hairline) solid var(--ds-color-border-card);padding:1px 5px;border-radius:var(--ds-radius-sm)}.ds-header-search svg{color:var(--ds-color-text-muted);flex-shrink:0}.ds-header-actions{display:flex;align-items:center;gap:var(--ds-space-2);flex-shrink:0}.ds-header-divider{width:var(--ds-border-hairline);height:22px;background:var(--ds-color-border-card);margin:0 var(--ds-space-1);flex-shrink:0}.ds-header-period{position:relative;display:inline-flex;flex-shrink:0}.ds-header-period-trigger{display:inline-flex;align-items:center;gap:var(--ds-space-2);font-family:var(--ds-font-mono);font-size:var(--ds-type-meta);letter-spacing:.1em;text-transform:uppercase;color:var(--ds-color-text-muted);border:var(--ds-border-hairline) solid var(--ds-color-border-card);border-radius:var(--ds-radius-md);padding:7px var(--ds-space-3);background:var(--ds-color-bg-surface);cursor:pointer;white-space:nowrap}.ds-header-period-trigger:hover,.ds-header-period[data-open] .ds-header-period-trigger{border-color:var(--ds-color-border-card-strong)}.ds-header-period-dot{width:6px;height:6px;background:var(--ds-color-status-positive);border-radius:var(--ds-radius-pill);flex-shrink:0}.ds-header-period-caret{display:inline-flex;opacity:.5;transition:transform .2s var(--ds-ease-standard)}.ds-header-period[data-open] .ds-header-period-caret{transform:rotate(180deg)}.ds-header-period-item{display:flex;width:100%;align-items:center;gap:var(--ds-space-3);padding:9px var(--ds-space-3);border:none;border-radius:var(--ds-radius-sm);background:transparent;color:var(--ds-color-text-primary);cursor:pointer;text-align:left}.ds-header-period-item:hover{background:var(--ds-color-bg-shell)}.ds-header-period-item[data-active]{background:var(--ds-color-text-primary);color:var(--ds-color-bg-surface)}.ds-header-period-item-text{flex:1 1;min-width:0;line-height:1.2}.ds-header-period-item-label{font-family:var(--ds-font-serif);font-size:17px;font-style:italic;line-height:1.1}.ds-header-period-item-sub{font-family:var(--ds-font-mono);font-size:var(--ds-type-micro);letter-spacing:.1em;text-transform:uppercase;color:var(--ds-color-text-muted);margin-top:3px}.ds-header-period-item[data-active] .ds-header-period-item-sub{color:var(--ds-color-bg-surface);opacity:.7}.ds-header-period-item-range{font-family:var(--ds-font-mono);font-size:var(--ds-type-micro);letter-spacing:.08em;color:var(--ds-color-text-muted);flex-shrink:0;text-align:right}.ds-header-period-item[data-active] .ds-header-period-item-range{color:var(--ds-color-bg-surface);opacity:.7}.ds-header-icon-btn{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:var(--ds-border-hairline) solid transparent;border-radius:var(--ds-radius-md);color:var(--ds-color-text-muted);cursor:pointer;position:relative;flex-shrink:0}.ds-header-icon-btn:hover{background:var(--ds-color-bg-shell);color:var(--ds-color-text-primary)}.ds-header-pip{position:absolute;top:6px;right:6px;width:6px;height:6px;background:var(--ds-color-status-negative);border-radius:var(--ds-radius-pill)}.ds-header-user{position:relative;display:inline-flex;flex-shrink:0}.ds-header-user-chip{display:flex;align-items:center;gap:var(--ds-space-2);padding:4px 10px 4px 4px;border:var(--ds-border-hairline) solid var(--ds-color-border-card);border-radius:var(--ds-radius-pill);background:var(--ds-color-bg-surface);cursor:pointer}.ds-header-user-chip:hover,.ds-header-user[data-open] .ds-header-user-chip{border-color:var(--ds-color-border-card-strong);background:var(--ds-color-bg-shell)}.ds-header-user-avatar{width:26px;height:26px;border-radius:var(--ds-radius-pill);background:var(--ds-color-bg-inverse);color:var(--ds-color-bg-surface);display:flex;align-items:center;justify-content:center;font-family:var(--ds-font-serif);font-size:14px;flex-shrink:0;overflow:hidden}.ds-header-user-avatar img{width:100%;height:100%;border-radius:var(--ds-radius-pill);object-fit:cover;display:block}.ds-header-user-avatar[data-len="2"]{font-size:11px;letter-spacing:.02em}.ds-header-user-name{font-size:var(--ds-type-body-small);color:var(--ds-color-text-primary);white-space:nowrap}.ds-header-user-sec{padding:10px 12px 6px}.ds-header-user-sec-label{letter-spacing:.14em;text-transform:uppercase}.ds-header-user-sec-label,.ds-header-user-sec-sub{font-family:var(--ds-font-mono);font-size:var(--ds-type-micro);color:var(--ds-color-text-muted)}.ds-header-user-sec-sub{letter-spacing:.04em;text-transform:none;margin-top:2px;opacity:.8}.ds-header-user-item{display:flex;width:100%;align-items:center;gap:var(--ds-space-3);padding:var(--ds-space-2) var(--ds-space-3);border:none;border-radius:var(--ds-radius-sm);background:transparent;color:var(--ds-color-text-primary);font-family:var(--ds-font-sans);font-size:var(--ds-type-body-default);cursor:pointer;text-align:left}.ds-header-user-item:hover{background:var(--ds-color-bg-shell)}.ds-header-user-item-icon{width:20px;text-align:center;font-family:var(--ds-font-mono);color:var(--ds-color-text-muted);font-size:13px;flex-shrink:0}.ds-header-user-item-label{flex:1 1}.ds-header-user-item-meta{font-family:var(--ds-font-mono);font-size:var(--ds-type-micro);letter-spacing:.08em;text-transform:uppercase;color:var(--ds-color-text-muted)}.ds-header-user-item[data-danger],.ds-header-user-item[data-danger] .ds-header-user-item-icon{color:var(--ds-color-status-negative)}.ds-header-surface-toggle{text-decoration:none}.ds-header-surface-toggle-icon{display:inline-flex;align-items:center;justify-content:center}.ds-header-surface-toggle[data-disabled]{cursor:default;color:var(--ds-color-text-muted);opacity:.6}.ds-header-surface-toggle[data-disabled]:hover{background:transparent}.ds-header-surface-entry{text-decoration:none}.ds-header-surface-entry[data-current],.ds-header-surface-entry[data-disabled]{cursor:default;color:var(--ds-color-text-muted)}.ds-header-surface-entry[data-disabled]{opacity:.6}.ds-header-surface-entry[data-current]:hover,.ds-header-surface-entry[data-disabled]:hover{background:transparent}.ds-header-surface-entry[data-current] .ds-header-user-item-meta{color:var(--ds-color-text-primary)}.ds-header-surface-pill{font-family:var(--ds-font-mono);font-size:var(--ds-type-micro);letter-spacing:.08em;text-transform:uppercase;padding:1px 6px;border-radius:var(--ds-radius-pill);flex-shrink:0;white-space:nowrap}.ds-header-surface-pill[data-surface=internal]{background:color-mix(in srgb,var(--ds-color-status-info) 14%,transparent);color:var(--ds-color-status-info);border:var(--ds-border-hairline) solid color-mix(in srgb,var(--ds-color-status-info) 35%,transparent)}@media (max-width:1279px){.ds-header-icon-btn-help{display:none}}@media (max-width:1099px){.ds-header-search{width:180px}.ds-header-user-name{display:none}.ds-header-user-chip{padding:4px}}@media (max-width:959px){.ds-header-search{display:none}}@media (max-width:767px){.ds-header{height:44px;padding:0 var(--ds-space-3);gap:var(--ds-space-3)}.ds-header-menu-trigger{display:inline-flex}.ds-header-period{display:none}}@media (prefers-reduced-motion:reduce){.ds-header-chev-down,.ds-header-period-caret{transition:none}}.ds-app-switcher-trigger{width:100%;display:flex;align-items:center;gap:var(--ds-space-2);padding:var(--ds-space-2) var(--ds-space-3);background:transparent;border:var(--ds-border-hairline) solid var(--ds-color-shell-sidebar-rule);border-radius:var(--ds-radius-md);color:var(--ds-color-shell-sidebar-text);font:inherit;text-align:left;cursor:pointer}.ds-app-switcher-trigger:hover,.ds-app-switcher-trigger[aria-expanded=true]{border-color:var(--ds-color-shell-sidebar-text-muted)}.ds-app-switcher-trigger[aria-expanded=true]{background:var(--ds-color-shell-sidebar-active-bg)}.ds-app-switcher-trigger:focus-visible{outline:2px solid var(--ds-color-shell-sidebar-active-text);outline-offset:2px}.ds-app-switcher-trigger-mark{width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;background:var(--ds-color-shell-sidebar-mark-bg);color:var(--ds-color-shell-sidebar-mark-fg);border-radius:var(--ds-radius-sm);font-family:var(--ds-font-serif);font-style:italic;font-size:var(--ds-type-lede);line-height:1;flex-shrink:0}.ds-app-switcher-trigger-meta{flex:1 1;min-width:0;line-height:1.2}.ds-app-switcher-trigger-name{font-size:var(--ds-type-body-small);color:var(--ds-color-shell-sidebar-text)}.ds-app-switcher-trigger-name,.ds-app-switcher-trigger-sub{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ds-app-switcher-trigger-sub{font-family:var(--ds-font-mono);font-size:var(--ds-type-micro);letter-spacing:.1em;text-transform:uppercase;color:var(--ds-color-shell-sidebar-text-muted)}.ds-app-switcher-trigger-chev{margin-left:auto;display:inline-flex;color:var(--ds-color-shell-sidebar-text-muted);flex-shrink:0}.ds-sidebar[data-mode=drawer]:not(:hover):not(:focus-within) .ds-app-switcher-trigger,.ds-sidebar[data-mode=rail] .ds-app-switcher-trigger{justify-content:center;padding:var(--ds-space-2)}.ds-sidebar[data-mode=drawer]:not(:hover):not(:focus-within) .ds-app-switcher-trigger-chev,.ds-sidebar[data-mode=drawer]:not(:hover):not(:focus-within) .ds-app-switcher-trigger-meta,.ds-sidebar[data-mode=rail] .ds-app-switcher-trigger-chev,.ds-sidebar[data-mode=rail] .ds-app-switcher-trigger-meta{display:none}.ds-app-switcher-brand-trigger{display:flex;align-items:center;gap:var(--ds-space-2);flex:1 1;min-width:0;padding:var(--ds-space-1) var(--ds-space-2);margin-left:calc(var(--ds-space-2) * -1);background:transparent;border:none;border-radius:var(--ds-radius-md);color:var(--ds-color-shell-sidebar-active-text);font:inherit;text-align:left;cursor:pointer}.ds-app-switcher-brand-trigger:hover,.ds-app-switcher-brand-trigger[aria-expanded=true]{background:var(--ds-color-shell-sidebar-active-bg)}.ds-app-switcher-brand-trigger:focus-visible{outline:2px solid var(--ds-color-shell-sidebar-active-text);outline-offset:2px}.ds-app-switcher-brand-trigger-mark{width:24px;height:24px;border-radius:var(--ds-radius-sm);background:var(--ds-color-shell-sidebar-mark-bg);color:var(--ds-color-shell-sidebar-mark-fg);display:inline-flex;align-items:center;justify-content:center;font-family:var(--ds-font-serif);font-size:var(--ds-type-h3);font-style:italic;line-height:1;flex-shrink:0}.ds-app-switcher-brand-trigger-word{font-family:var(--ds-font-serif);font-size:20px;color:var(--ds-color-shell-sidebar-active-text);letter-spacing:-.01em;white-space:nowrap;flex:0 0 auto;overflow:visible}.ds-app-switcher-brand-trigger-em{color:var(--ds-color-shell-sidebar-active-text);font-style:italic;opacity:.7;margin-left:var(--ds-space-1)}.ds-app-switcher-brand-trigger-chev{display:inline-flex;margin-left:var(--ds-space-1);color:var(--ds-color-shell-sidebar-text-muted);opacity:.55;flex-shrink:0;transition:opacity var(--ds-dur-fade) linear}.ds-app-switcher-brand-trigger:focus-visible .ds-app-switcher-brand-trigger-chev,.ds-app-switcher-brand-trigger:hover .ds-app-switcher-brand-trigger-chev,.ds-app-switcher-brand-trigger[aria-expanded=true] .ds-app-switcher-brand-trigger-chev{opacity:1;color:var(--ds-color-shell-sidebar-text)}.ds-sidebar[data-mode=drawer]:not(:hover):not(:focus-within) .ds-app-switcher-brand-trigger,.ds-sidebar[data-mode=rail] .ds-app-switcher-brand-trigger{justify-content:center;padding:var(--ds-space-1);margin-left:0}.ds-sidebar[data-mode=drawer]:not(:hover):not(:focus-within) .ds-app-switcher-brand-trigger-chev,.ds-sidebar[data-mode=drawer]:not(:hover):not(:focus-within) .ds-app-switcher-brand-trigger-word,.ds-sidebar[data-mode=rail] .ds-app-switcher-brand-trigger-chev,.ds-sidebar[data-mode=rail] .ds-app-switcher-brand-trigger-word{display:none}.ds-app-switcher-panel{z-index:var(--ds-z-overlay);min-width:300px;max-width:min(360px,calc(100vw - 16px));max-height:min(480px,calc(100vh - 24px));overflow-y:auto;background:var(--ds-color-bg-surface);border:var(--ds-border-hairline) solid var(--ds-color-border-card);border-radius:var(--ds-radius-md);box-shadow:var(--ds-shadow-overlay);padding:var(--ds-space-2);outline:none}.ds-app-switcher-panel[data-variant=operator]{min-width:260px}.ds-app-switcher-sec-label{font-family:var(--ds-font-mono);font-size:var(--ds-type-micro);letter-spacing:.14em;text-transform:uppercase;color:var(--ds-color-text-muted);padding:10px 12px 6px}.ds-app-switcher-sep{border:0;border-top:var(--ds-border-hairline) solid var(--ds-color-border-card);margin:var(--ds-space-2) 0}.ds-app-switcher-item{display:flex;width:100%;align-items:center;gap:var(--ds-space-3);padding:var(--ds-space-2) 10px var(--ds-space-2) 12px;border:none;border-radius:var(--ds-radius-sm);background:transparent;color:var(--ds-color-text-primary);font-family:var(--ds-font-sans);font-size:var(--ds-type-body-default);text-decoration:none;cursor:pointer;text-align:left}.ds-app-switcher-item:hover{background:var(--ds-color-bg-shell)}.ds-app-switcher-item:focus-visible{outline:2px solid var(--ds-color-text-primary);outline-offset:-2px}.ds-app-switcher-item[data-current]{background:var(--ds-color-text-primary);color:var(--ds-color-bg-surface)}.ds-app-switcher-item[data-locked]{color:var(--ds-color-text-muted)}.ds-app-switcher-item[data-locked]:not([href]){cursor:default}.ds-app-switcher-item[data-disabled]{cursor:default;color:var(--ds-color-text-muted);opacity:.6}.ds-app-switcher-item[data-disabled]:hover{background:transparent}.ds-app-switcher-item-mark{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;background:var(--ds-color-bg-shell);border:var(--ds-border-hairline) solid var(--ds-color-border-card);border-radius:var(--ds-radius-sm);color:var(--ds-color-text-primary);font-family:var(--ds-font-serif);font-style:italic;font-size:var(--ds-type-body-default);line-height:1;flex-shrink:0}.ds-app-switcher-item[data-current] .ds-app-switcher-item-mark{background:var(--ds-color-bg-surface);border-color:transparent}.ds-app-switcher-item[data-disabled] .ds-app-switcher-item-mark,.ds-app-switcher-item[data-locked] .ds-app-switcher-item-mark{color:var(--ds-color-text-muted)}.ds-app-switcher-item-meta{flex:1 1;min-width:0;line-height:1.25}.ds-app-switcher-item-desc,.ds-app-switcher-item-name{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ds-app-switcher-item-desc{font-size:var(--ds-type-body-small);color:var(--ds-color-text-muted);margin-top:1px}.ds-app-switcher-item[data-current] .ds-app-switcher-item-desc{color:var(--ds-color-bg-surface);opacity:.7}.ds-app-switcher-item-tag{margin-left:auto;display:inline-flex;align-items:center;gap:4px;font-family:var(--ds-font-mono);font-size:var(--ds-type-micro);letter-spacing:.08em;text-transform:uppercase;color:var(--ds-color-text-muted);border:var(--ds-border-hairline) solid var(--ds-color-border-card);padding:1px 6px;border-radius:var(--ds-radius-sm);flex-shrink:0;white-space:nowrap}.ds-app-switcher-item[data-current] .ds-app-switcher-item-tag{color:var(--ds-color-bg-surface);border-color:color-mix(in srgb,var(--ds-color-bg-surface) 35%,transparent)}.ds-app-switcher-panel[data-variant=operator] .ds-app-switcher-item{padding:5px 10px;gap:var(--ds-space-2);font-size:var(--ds-type-body-small)}.ds-app-switcher-panel[data-variant=operator] .ds-app-switcher-item-mark{width:20px;height:20px;font-size:var(--ds-type-body-small)}.ds-app-switcher-skeleton{display:flex;align-items:center;gap:var(--ds-space-3);padding:var(--ds-space-2) 12px;animation:ds-app-switcher-pulse 1.2s var(--ds-ease-standard) infinite alternate}.ds-app-switcher-skeleton-mark{width:28px;height:28px;border-radius:var(--ds-radius-sm);background:var(--ds-color-fill-subtle);flex-shrink:0}.ds-app-switcher-skeleton-lines{flex:1 1;display:flex;flex-direction:column;gap:6px}.ds-app-switcher-skeleton-line{height:8px;width:70%;border-radius:var(--ds-radius-pill);background:var(--ds-color-fill-subtle)}.ds-app-switcher-skeleton-line[data-short]{width:45%}@keyframes ds-app-switcher-pulse{0%{opacity:1}to{opacity:.45}}.ds-app-switcher-empty{padding:var(--ds-space-5) var(--ds-space-4);font-size:var(--ds-type-body-small);color:var(--ds-color-text-muted);text-align:center}@media (max-width:767px){.ds-app-switcher-panel{min-width:0;width:calc(100vw - 16px);max-height:60vh}}@media (prefers-reduced-motion:reduce){.ds-app-switcher-skeleton{animation:none}.ds-app-switcher-brand-trigger-chev{transition:none}}.ds-product-switcher-trigger{width:100%;display:flex;align-items:center;gap:var(--ds-space-2);padding:var(--ds-space-2) var(--ds-space-3);background:transparent;border:var(--ds-border-hairline) solid var(--ds-color-shell-sidebar-rule);border-radius:var(--ds-radius-md);color:var(--ds-color-shell-sidebar-text);font:inherit;text-align:left;cursor:pointer}.ds-product-switcher-trigger:hover,.ds-product-switcher-trigger[aria-expanded=true]{border-color:var(--ds-color-shell-sidebar-text-muted)}.ds-product-switcher-trigger[aria-expanded=true]{background:var(--ds-color-shell-sidebar-active-bg)}.ds-product-switcher-trigger:focus-visible{outline:2px solid var(--ds-color-shell-sidebar-active-text);outline-offset:2px}.ds-product-switcher-trigger-markwrap{position:relative;display:inline-flex;flex-shrink:0}.ds-product-switcher-trigger-mark{width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;background:var(--ds-color-shell-sidebar-mark-bg);color:var(--ds-color-shell-sidebar-mark-fg);border-radius:var(--ds-radius-sm);font-family:var(--ds-font-serif);font-style:italic;font-size:var(--ds-type-lede);line-height:1}.ds-product-switcher-trigger-dot{position:absolute;top:-3px;right:-3px;width:7px;height:7px;border-radius:var(--ds-radius-pill);background:var(--ds-color-status-warning);border:2px solid var(--ds-color-shell-sidebar-bg);box-sizing:content-box}.ds-product-switcher-trigger-meta{flex:1 1;min-width:0;line-height:1.2}.ds-product-switcher-trigger-name{font-size:var(--ds-type-body-small);color:var(--ds-color-shell-sidebar-text)}.ds-product-switcher-trigger-name,.ds-product-switcher-trigger-sub{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ds-product-switcher-trigger-sub{font-family:var(--ds-font-mono);font-size:var(--ds-type-micro);letter-spacing:.1em;text-transform:uppercase;color:var(--ds-color-shell-sidebar-text-muted)}.ds-product-switcher-trigger-chev{margin-left:auto;display:inline-flex;color:var(--ds-color-shell-sidebar-text-muted);flex-shrink:0}.ds-sidebar[data-mode=drawer]:not(:hover):not(:focus-within) .ds-product-switcher-trigger,.ds-sidebar[data-mode=rail] .ds-product-switcher-trigger{justify-content:center;padding:var(--ds-space-2)}.ds-sidebar[data-mode=drawer]:not(:hover):not(:focus-within) .ds-product-switcher-trigger-chev,.ds-sidebar[data-mode=drawer]:not(:hover):not(:focus-within) .ds-product-switcher-trigger-meta,.ds-sidebar[data-mode=rail] .ds-product-switcher-trigger-chev,.ds-sidebar[data-mode=rail] .ds-product-switcher-trigger-meta{display:none}.ds-product-switcher-panel{z-index:var(--ds-z-overlay);min-width:260px;max-width:min(360px,calc(100vw - 16px));max-height:min(480px,calc(100vh - 24px));overflow-y:auto;background:var(--ds-color-bg-surface);border:var(--ds-border-hairline) solid var(--ds-color-border-card);border-radius:var(--ds-radius-md);box-shadow:var(--ds-shadow-overlay);padding:var(--ds-space-2);outline:none}.ds-product-switcher-item{display:flex;width:100%;align-items:center;gap:var(--ds-space-3);padding:var(--ds-space-2) 10px var(--ds-space-2) 12px;border:none;border-radius:var(--ds-radius-sm);background:transparent;color:var(--ds-color-text-primary);font-family:var(--ds-font-sans);font-size:var(--ds-type-body-default);text-decoration:none;cursor:pointer;text-align:left}.ds-product-switcher-item:hover{background:var(--ds-color-bg-shell)}.ds-product-switcher-item:focus-visible{outline:2px solid var(--ds-color-text-primary);outline-offset:-2px}.ds-product-switcher-item[data-active]{background:var(--ds-color-text-primary);color:var(--ds-color-bg-surface)}.ds-product-switcher-item[data-locked]{color:var(--ds-color-text-muted);cursor:default}.ds-product-switcher-item[data-locked]:hover{background:transparent}.ds-product-switcher-item-mark{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;background:var(--ds-color-bg-shell);border:var(--ds-border-hairline) solid var(--ds-color-border-card);border-radius:var(--ds-radius-sm);color:var(--ds-color-text-primary);font-family:var(--ds-font-serif);font-style:italic;font-size:var(--ds-type-body-default);line-height:1;flex-shrink:0}.ds-product-switcher-item[data-active] .ds-product-switcher-item-mark{background:var(--ds-color-bg-surface);border-color:transparent}.ds-product-switcher-item[data-locked] .ds-product-switcher-item-mark{color:var(--ds-color-text-muted)}.ds-product-switcher-item-meta{flex:1 1;min-width:0;line-height:1.25}.ds-product-switcher-item-desc,.ds-product-switcher-item-name{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ds-product-switcher-item-desc{font-size:var(--ds-type-body-small);color:var(--ds-color-text-muted);margin-top:1px}.ds-product-switcher-item[data-active] .ds-product-switcher-item-desc{color:var(--ds-color-bg-surface);opacity:.7}.ds-product-switcher-item-tag{margin-left:auto;display:inline-flex;align-items:center;gap:4px;font-family:var(--ds-font-mono);font-size:var(--ds-type-micro);letter-spacing:.08em;text-transform:uppercase;color:var(--ds-color-text-muted);border:var(--ds-border-hairline) solid var(--ds-color-border-card);padding:1px 6px;border-radius:var(--ds-radius-sm);flex-shrink:0;white-space:nowrap}.ds-product-switcher-item-tag-dot{width:5px;height:5px;border-radius:var(--ds-radius-pill);flex-shrink:0}.ds-product-switcher-item-tag[data-tone=connected] .ds-product-switcher-item-tag-dot{background:var(--ds-color-status-positive)}.ds-product-switcher-item-tag[data-tone=off] .ds-product-switcher-item-tag-dot{background:var(--ds-color-status-warning)}.ds-product-switcher-item[data-active] .ds-product-switcher-item-tag{color:var(--ds-color-bg-surface);border-color:color-mix(in srgb,var(--ds-color-bg-surface) 35%,transparent)}.ds-product-switcher-skeleton{display:flex;align-items:center;gap:var(--ds-space-3);padding:var(--ds-space-2) 12px;animation:ds-product-switcher-pulse 1.2s var(--ds-ease-standard) infinite alternate}.ds-product-switcher-skeleton-mark{width:28px;height:28px;border-radius:var(--ds-radius-sm);background:var(--ds-color-fill-subtle);flex-shrink:0}.ds-product-switcher-skeleton-lines{flex:1 1;display:flex;flex-direction:column;gap:6px}.ds-product-switcher-skeleton-line{height:8px;width:70%;border-radius:var(--ds-radius-pill);background:var(--ds-color-fill-subtle)}.ds-product-switcher-skeleton-line[data-short]{width:45%}@keyframes ds-product-switcher-pulse{0%{opacity:1}to{opacity:.45}}.ds-product-switcher-empty{padding:var(--ds-space-5) var(--ds-space-4);font-size:var(--ds-type-body-small);color:var(--ds-color-text-muted);text-align:center}@media (max-width:767px){.ds-product-switcher-panel{min-width:0;width:calc(100vw - 16px);max-height:60vh}}@media (prefers-reduced-motion:reduce){.ds-product-switcher-skeleton{animation:none}}.ds-authscreen{position:fixed;inset:0;z-index:var(--ds-z-sticky);display:flex;flex-direction:column;overflow-y:auto;background:var(--ds-color-bg-shell);color:var(--ds-color-text-primary);font-family:var(--ds-font-sans)}.ds-authscreen[data-contained]{position:absolute}.ds-authscreen-header{flex:none;display:flex;align-items:center;height:64px;padding:0 var(--ds-space-6)}.ds-authscreen-header img,.ds-authscreen-header svg{display:block;height:48px;width:auto}.ds-authscreen-main{flex:1 1;display:flex;align-items:flex-start;justify-content:center;padding:56px var(--ds-space-6) 0}.ds-authscreen-content{width:100%;max-width:300px;text-align:center}.ds-authscreen-footer{flex:none;padding:var(--ds-space-6);text-align:center;font-size:var(--ds-type-micro);color:var(--ds-color-text-muted)}.ds-authscreen-footer a{color:inherit;text-decoration:underline;text-underline-offset:3px;text-decoration-color:var(--ds-color-rule);transition:color var(--ds-dur-fade)}.ds-authscreen-footer a:hover{color:var(--ds-color-text-primary)}.ds-auth-lede{margin:var(--ds-space-2) 0 var(--ds-space-8)}.ds-auth-providers{display:flex;flex-direction:column;gap:var(--ds-space-3)}.ds-auth-provider-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--ds-space-2);width:100%;padding:var(--ds-space-3) var(--ds-space-6);border:var(--ds-border-hairline) solid transparent;border-radius:var(--ds-radius-pill);background:var(--ds-color-bg-inverse);color:var(--ds-color-text-on-inverse);font-family:var(--ds-font-sans);font-size:var(--ds-type-body-small);font-weight:500;line-height:1.2;cursor:pointer;transition:background var(--ds-dur-snap) var(--ds-ease-snap),color var(--ds-dur-snap) var(--ds-ease-snap),border-color var(--ds-dur-snap) var(--ds-ease-snap)}.ds-auth-provider-btn:hover{background:var(--ds-color-bg-inverse-deep)}.ds-auth-provider-btn[data-tone=outline]{background:var(--ds-color-fill-subtle);color:var(--ds-color-text-primary);border-color:var(--ds-color-border-card-strong)}.ds-auth-provider-btn[data-tone=outline]:hover{background:var(--ds-color-bg-surface-raised)}.ds-auth-provider-btn[data-tone=ghost]{background:transparent;color:var(--ds-color-text-muted);border-color:var(--ds-color-border-card)}.ds-auth-provider-btn[data-tone=ghost]:hover{background:var(--ds-color-fill-subtle);color:var(--ds-color-text-primary)}.ds-auth-provider-btn:disabled{opacity:.5;cursor:not-allowed}.ds-auth-provider-btn:focus-visible{outline:2px solid var(--ds-color-text-primary);outline-offset:2px}.ds-auth-provider-ico{display:inline-flex;flex:none}.ds-auth-provider-btn svg{width:18px;height:18px;flex:none}.ds-auth-status{display:flex;flex-direction:column;align-items:stretch;gap:var(--ds-space-3);margin-top:var(--ds-space-4);text-align:left}.ds-auth-status .ds-spinner{align-self:center;margin-top:var(--ds-space-2)}.ds-auth-manual{margin-top:var(--ds-space-4);text-align:left}.ds-auth-manual .ds-divider-labeled{margin:var(--ds-space-5) 0}.ds-auth-manual form{display:flex;flex-direction:column;gap:var(--ds-space-4)}.ds-auth-alt{margin-top:var(--ds-space-5);text-align:center}@media (max-width:768px){.ds-authscreen-main{align-items:center;padding-top:0}}html[data-capacitor] .ds-authscreen-footer,html[data-capacitor] .ds-authscreen-header{display:none}html[data-capacitor] .ds-authscreen-main{align-items:center;padding-top:env(safe-area-inset-top,0);padding-bottom:env(safe-area-inset-bottom,0)}html[data-electron] .ds-authscreen{background:transparent!important}html[data-electron] .ds-authscreen-header{visibility:hidden;height:0;padding:0;overflow:hidden}html[data-electron] .ds-authscreen-footer{background:transparent!important}.ds-portal{min-height:100vh;display:flex;flex-direction:column;background:var(--ds-color-bg-surface)}.ds-portal-bar{display:flex;align-items:center;gap:var(--ds-space-3);padding:var(--ds-space-3) var(--ds-space-6);border-bottom:var(--ds-border-hairline) solid var(--ds-color-border-card)}.ds-portal-logo{display:inline-flex;align-items:center}.ds-portal-client{font-family:var(--ds-font-mono);font-size:var(--ds-type-meta);letter-spacing:.08em;text-transform:uppercase;color:var(--ds-color-text-muted)}.ds-portal-actions{margin-left:auto;display:inline-flex;align-items:center;gap:var(--ds-space-3)}.ds-portal-main{flex:1 1;width:100%;max-width:860px;margin:0 auto;padding:var(--ds-space-8) var(--ds-space-7) var(--ds-space-10)}.ds-portal-main[data-width=narrow]{max-width:640px}.ds-portal-main[data-width=full]{max-width:none;margin:0;padding:0;display:flex;flex-direction:column}.ds-portal-main[data-width=full]>*{flex:1 1}@media (max-width:767px){.ds-portal-bar{padding:var(--ds-space-3) var(--ds-space-4)}.ds-portal-main{padding:var(--ds-space-6) var(--ds-space-4) var(--ds-space-8)}.ds-portal-main[data-width=full]{padding:0}}.ds-client-portal{min-height:100vh;display:flex;flex-direction:column;background:var(--ds-color-bg-surface);color:var(--ds-color-text-primary)}:where(.ds-client-portal,.ds-client-portal *,.ds-client-portal :before,.ds-client-portal :after){box-sizing:border-box}.ds-client-portal-header{box-sizing:border-box;position:sticky;z-index:var(--ds-z-sticky);top:0;border-bottom:0;box-shadow:inset 0 calc(var(--ds-border-hairline) * -1) 0 var(--ds-client-portal-header-rule);background:color-mix(in srgb,var(--ds-color-bg-surface) 92%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);color:var(--ds-color-text-primary);--ds-client-portal-lockup-mark:var(--ds-color-brand-ink);--ds-client-portal-lockup-mark-glyph:var(--ds-color-brand-paper);--ds-client-portal-lockup-wordmark:var(--ds-color-text-primary);--ds-client-portal-header-rule:var(--ds-color-rule)}.ds-client-portal-header *,.ds-client-portal-header :after,.ds-client-portal-header :before{box-sizing:border-box}.ds-client-portal-header[data-surface=immersive],.ds-client-portal-header[data-surface=inverse]{background:color-mix(in srgb,var(--ds-color-bg-inverse) 92%,transparent);color:var(--ds-color-text-on-inverse);--ds-client-portal-lockup-mark:var(--ds-color-brand-paper);--ds-client-portal-lockup-mark-glyph:var(--ds-color-brand-ink);--ds-client-portal-lockup-wordmark:var(--ds-color-text-on-inverse);--ds-client-portal-header-rule:color-mix(in srgb,var(--ds-color-text-on-inverse) 24%,transparent)}.ds-client-portal-header__top-row{width:100%;height:64px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);align-items:center;column-gap:var(--ds-space-4)}.ds-client-portal-header__brand{width:144px;height:44px;min-width:0;display:grid;align-items:center;justify-self:start;margin-inline-start:max(var(--ds-space-6),env(safe-area-inset-left))}.ds-client-portal-header__brand>:is(a,button){min-height:var(--ds-target-touch);display:inline-flex;align-items:center}.ds-client-portal-header__brand [data-agency-portal-lockup]{width:144px;height:30px;display:block;flex:0 0 144px}@media (min-width:768px){.ds-client-portal-header[data-brand-visibility=mobile-only] .ds-client-portal-header__brand{visibility:hidden;pointer-events:none}}.ds-client-portal-header__center{min-width:0;justify-self:stretch;text-align:center}.ds-client-portal-header__context{min-width:0;display:grid;gap:var(--ds-space-1);justify-items:center;overflow:hidden}.ds-client-portal-header__eyebrow,.ds-client-portal-header__label,.ds-client-portal-header__progress-count,.ds-client-portal-header__progress-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds-client-portal-header__eyebrow{color:var(--ds-color-text-muted);font-family:var(--ds-font-mono);font-size:var(--ds-type-mono-nano);font-weight:500;letter-spacing:.12em;text-transform:uppercase}.ds-client-portal-header__label{color:currentColor;font-size:var(--ds-type-meta);line-height:1.2}.ds-client-portal-header__actions{min-width:0;max-width:100%;display:flex;align-items:center;justify-self:end;gap:var(--ds-space-2);overflow:visible;margin-inline-end:max(var(--ds-space-6),env(safe-area-inset-right))}.ds-client-portal-header__actions :is(a,button,summary){min-height:44px;flex:0 0 auto}.ds-client-portal-header :is(a,button,summary):focus-visible{outline:none;box-shadow:var(--ds-focus-ring)}@media (forced-colors:active){.ds-client-portal-header :is(a,button,summary):focus-visible{outline:2px solid CanvasText;outline-offset:2px;box-shadow:none}}.ds-client-portal-header:has(.ds-client-portal-header__progress-row) .ds-client-portal-header__center{visibility:hidden}.ds-client-portal-header__progress-row{position:absolute;top:0;left:50%;width:min(28rem,30vw);height:64px;display:grid;align-items:center;transform:translateX(-50%);pointer-events:none}.ds-client-portal-header__progress{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:var(--ds-space-3);align-items:center;color:currentColor;font-family:var(--ds-font-mono);font-size:var(--ds-type-mono-nano);font-weight:500;letter-spacing:.08em;text-transform:uppercase}.ds-client-portal-header__progress-track{grid-column:1/-1;height:var(--ds-border-hairline);margin-top:var(--ds-space-1);overflow:hidden;background:color-mix(in srgb,currentColor 22%,transparent)}.ds-client-portal-header__progress-indicator{height:100%;display:block;background:currentColor;transition:width var(--ds-dur-standard) var(--ds-ease-standard)}.ds-client-portal__identity>.ds-client-portal-header{position:relative}.ds-client-portal__footer{min-height:62px;padding:var(--ds-space-4) clamp(20px,4vw,64px);align-items:center;justify-content:space-between;border-top:var(--ds-border-hairline) solid var(--ds-color-rule);color:var(--ds-color-text-muted);font-family:var(--ds-font-mono);font-size:var(--ds-type-mono-micro);letter-spacing:.08em;text-transform:uppercase}.ds-client-portal__footer,.ds-client-portal__footer-links{display:flex;gap:var(--ds-space-5)}.ds-client-portal__footer a{color:currentColor;text-underline-offset:3px}.ds-client-portal-auth{position:relative;flex:1 1;padding:clamp(12px,2vh,40px) clamp(16px,3vw,48px);display:grid;place-items:center;background:var(--ds-color-bg-surface-sunken);color:var(--ds-color-text-primary)}.ds-client-portal-auth__folio{width:min(1080px,100%);min-height:min(650px,calc(100dvh - 224px));display:grid;grid-template-columns:minmax(300px,.82fr) minmax(360px,1.18fr);border:var(--ds-border-hairline) solid var(--ds-color-border-card-strong);background:var(--ds-color-bg-surface);overflow:hidden}.ds-client-portal-auth__brand-panel{padding:clamp(34px,5vw,64px);display:flex;flex-direction:column;justify-content:space-between;gap:var(--ds-space-8);background:var(--ds-color-bg-inverse);color:var(--ds-color-text-on-inverse)}.ds-client-portal-auth__statement-block{margin-block:auto}.ds-client-portal-auth__eyebrow,.ds-client-portal-auth__receipt{font-family:var(--ds-font-mono);font-size:var(--ds-type-mono-micro);font-weight:500;letter-spacing:.12em;text-transform:uppercase}.ds-client-portal-auth__statement{max-width:390px;margin:var(--ds-space-4) 0 0;font-family:var(--ds-font-serif);font-size:clamp(36px,5vw,58px);font-weight:400;line-height:1;text-wrap:balance}.ds-client-portal-auth__form-panel{padding:clamp(32px,5vh,72px) clamp(28px,7vw,88px);display:flex;flex-direction:column;justify-content:center}.ds-client-portal-auth__title{margin:var(--ds-space-3) 0 0;font-family:var(--ds-font-serif);font-size:var(--ds-type-h2);font-weight:400;line-height:1.08}.ds-client-portal-auth__description{max-width:56ch;margin-top:var(--ds-space-4);display:block;color:var(--ds-color-text-muted);line-height:1.55}.ds-client-portal-auth__content{margin-top:clamp(20px,4vh,36px)}.ds-client-portal-auth__legal{margin:clamp(18px,3vh,30px) 0 0;color:var(--ds-color-text-muted);font-size:var(--ds-type-meta);line-height:1.55}.ds-client-portal-auth__legal a{color:var(--ds-color-text-primary);text-underline-offset:3px}.ds-client-portal-auth[data-density=compact] .ds-client-portal-auth__folio{min-height:0}.ds-client-portal-auth[data-density=compact] .ds-client-portal-auth__brand-panel,.ds-client-portal-auth[data-density=compact] .ds-client-portal-auth__form-panel{padding:var(--ds-space-8)}.ds-client-portal-auth[data-density=compact] .ds-client-portal-auth__statement{font-size:var(--ds-type-h2)}.ds-client-portal-auth[data-density=compact] .ds-client-portal-auth__description{margin-top:var(--ds-space-3)}.ds-client-portal-auth[data-density=compact] .ds-client-portal-auth__content,.ds-client-portal-auth[data-density=compact] .ds-client-portal-auth__legal{margin-top:var(--ds-space-5)}.ds-client-portal-resource{padding:26px 0 32px;border-bottom:var(--ds-border-hairline) solid var(--ds-color-rule)}.ds-client-portal-resource__meta{margin-bottom:var(--ds-space-7);display:grid;grid-template-columns:1fr 1fr auto;align-items:center;gap:var(--ds-space-4);color:var(--ds-color-text-muted);font-family:var(--ds-font-mono);font-size:var(--ds-type-mono-nano);font-weight:500;line-height:1;letter-spacing:.12em;text-transform:uppercase}.ds-client-portal-resource__status{display:inline-flex;align-items:center;justify-self:end;gap:var(--ds-space-4)}.ds-client-portal-resource__body{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:var(--ds-space-7)}.ds-client-portal-resource__client{margin:0 0 var(--ds-space-2);color:var(--ds-color-text-muted);font-size:var(--ds-type-body-small)}.ds-client-portal-resource__title{margin:0;font-family:var(--ds-font-serif);font-size:clamp(30px,4vw,48px);font-weight:400;line-height:1.05}.ds-client-portal-resource__description{max-width:660px;margin-top:var(--ds-space-3);display:block;color:var(--ds-color-text-muted);line-height:1.6}.ds-client-portal-resource[data-density=compact]{padding:var(--ds-space-5) 0}.ds-client-portal-resource[data-density=compact] .ds-client-portal-resource__meta{margin-bottom:var(--ds-space-4)}.ds-client-portal-resource[data-density=compact] .ds-client-portal-resource__body{gap:var(--ds-space-5)}.ds-client-portal-resource[data-density=compact] .ds-client-portal-resource__title{font-size:var(--ds-type-h3)}.ds-client-portal-resource[data-density=compact] .ds-client-portal-resource__description{margin-top:var(--ds-space-2);line-height:1.5}@media (max-width:820px){.ds-client-portal-auth__folio{grid-template-columns:1fr}.ds-client-portal-auth__brand-panel{min-height:300px}.ds-client-portal-resource__meta{grid-template-columns:1fr auto}.ds-client-portal-resource__meta>span:nth-child(2){display:none}.ds-client-portal-resource__body{grid-template-columns:1fr;align-items:start}}@media (max-width:767px){.ds-client-portal-header:has(.ds-client-portal-header__progress-row){min-height:104px}.ds-client-portal-header__top-row{height:64px;grid-template-columns:calc(144px + max(var(--ds-space-6), env(safe-area-inset-left))) minmax(0,1fr);column-gap:0}.ds-client-portal-header__center{display:none}.ds-client-portal-header__actions{grid-column:2}.ds-client-portal-header__progress-row{position:relative;top:auto;left:auto;width:100%;height:40px;padding-inline:max(var(--ds-space-6),env(safe-area-inset-left)) max(var(--ds-space-6),env(safe-area-inset-right));transform:none}}@container client-portal-bound (max-width: 767px){.ds-client-portal-header:has(.ds-client-portal-header__progress-row){min-height:104px}.ds-client-portal-header__top-row{height:64px;grid-template-columns:calc(144px + max(var(--ds-space-6), env(safe-area-inset-left))) minmax(0,1fr);column-gap:0}.ds-client-portal-header__center{display:none}.ds-client-portal-header__actions{grid-column:2}.ds-client-portal-header__progress-row{position:relative;top:auto;left:auto;width:100%;height:40px;padding-inline:max(var(--ds-space-6),env(safe-area-inset-left)) max(var(--ds-space-6),env(safe-area-inset-right));transform:none}}@media (prefers-reduced-motion:reduce){.ds-client-portal-header__progress-indicator{transition:none}}@media (max-width:560px){.ds-client-portal-auth{padding:0;place-items:stretch}.ds-client-portal-auth__folio{border:0}.ds-client-portal-auth__brand-panel{min-height:260px;padding:34px 24px}.ds-client-portal-auth__form-panel{padding:48px 24px}}@media (max-width:640px){.ds-client-portal__footer{align-items:flex-start;flex-direction:column}}