crm-shell{display:block}crm-shell .crm-skip-link{position:absolute;top:var(--crm-space-sm);left:var(--crm-space-sm);z-index:100;padding:var(--crm-space-sm) var(--crm-space-md);background:var(--crm-surface);color:var(--crm-primary-ink);border:1px solid var(--crm-primary-ink);border-radius:var(--crm-radius-button)}crm-shell .crm-shell{display:flex;flex-direction:column;min-height:100dvh;background:var(--crm-surface-content);color:var(--crm-text-primary)}crm-shell .crm-topbar{display:flex;align-items:center;gap:var(--crm-space-lg);flex:none;height:64px;padding:0 var(--crm-space-lg);background:var(--crm-header);color:var(--crm-on-accent);border-bottom:1px solid rgba(255,255,255,.07);box-shadow:0 1px #00000029,0 6px 18px #0000001f;z-index:30}crm-shell .crm-topbar__lead{display:flex;align-items:center;gap:var(--crm-space-sm);flex:none}crm-shell .crm-topbar__lead .crm-icon-button{--crm-surface-icon-button: rgba(255, 255, 255, .08);--crm-text-tertiary: var(--crm-on-accent);background:#ffffff14;color:var(--crm-on-accent);border-color:#ffffff2e}crm-shell .crm-topbar__lead .crm-icon-button crm-icon{color:var(--crm-on-accent)}crm-shell .crm-topbar__lead .crm-icon-button:not(:disabled):hover{background:#ffffff2e;filter:none}crm-shell .crm-topbar__brand-link{display:inline-flex;text-decoration:none}crm-shell .crm-topbar crm-brand{--crm-text-primary: var(--crm-on-accent);--crm-primary: var(--crm-primary-accent)}crm-shell .crm-topbar crm-scope-selector{--crm-text-primary: var(--crm-on-accent);--crm-text-secondary: var(--crm-on-accent);--crm-text-tertiary: var(--crm-on-accent);--crm-field-surface: var(--crm-header);--crm-field-active-surface: var(--crm-header);--crm-field-border: var(--crm-lilac);--crm-field-active-border: var(--crm-on-accent)}crm-shell .crm-topbar crm-scope-selector .crm-field__label{min-height:var(--crm-space-xl)}crm-shell .crm-topbar__search{position:relative;flex:1 1 auto;min-width:0;max-width:460px}crm-shell .crm-topbar__search-icon{position:absolute;top:50%;left:10px;transform:translateY(-50%);color:var(--crm-lilac);pointer-events:none}crm-shell .crm-topbar__search .crm-input--on-dark{background:var(--crm-chrome-purple);border-color:transparent}crm-shell .crm-topbar__search .crm-input--on-dark:focus{border-color:var(--crm-primary-accent);box-shadow:0 0 0 1px var(--crm-primary-accent)}crm-shell .crm-topbar__search-input{padding-left:32px}crm-shell .crm-topbar__actions{display:flex;align-items:center;gap:var(--crm-space-xs);flex:none;margin-left:auto}crm-shell .crm-topbar__btn{display:inline-flex;align-items:center;gap:var(--crm-space-xs);height:38px;padding:0 var(--crm-space-sm);border:1px solid transparent;border-radius:var(--crm-radius-button);background:transparent;color:var(--crm-on-accent);font-family:Nunito,Segoe UI,system-ui,sans-serif;font-size:14px;font-weight:700;white-space:nowrap;cursor:pointer;transition:background-color var(--crm-motion-duration-quick) var(--crm-motion-ease-standard),border-color var(--crm-motion-duration-quick) var(--crm-motion-ease-standard)}crm-shell .crm-topbar__btn:hover{background:var(--crm-chrome-purple)}crm-shell .crm-topbar__btn--theme{border-color:#ffffff2e}crm-shell .crm-topbar__user{padding-left:var(--crm-space-xs)}crm-shell .crm-topbar__avatar{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;flex:none;border-radius:var(--crm-radius-full);background:var(--crm-primary-accent);color:var(--crm-header);font-size:12px;font-weight:800;letter-spacing:.02em}crm-shell .crm-topbar__user-name{overflow:hidden;max-width:140px;text-overflow:ellipsis}@media(max-width:1199.98px){crm-shell .crm-topbar__search{display:none}}@media(max-width:1099.98px){crm-shell .crm-topbar__user-name{display:none}}crm-shell .crm-shell__body{display:flex;flex:1 1 auto;min-height:0}crm-shell .crm-sidebar{display:flex;flex-direction:column;gap:var(--crm-space-xs);flex:none;width:256px;padding:var(--crm-space-md) var(--crm-space-sm);background:var(--crm-surface);border-right:1px solid var(--crm-border-light);overflow:hidden}crm-shell .crm-sidebar--collapsed{width:64px}crm-shell .crm-sidebar__toggle{align-self:flex-end;margin-bottom:var(--crm-space-xs)}crm-shell .crm-sidebar--collapsed .crm-sidebar__toggle{align-self:center}crm-shell .crm-sidebar__list,crm-shell .crm-drawer__list{display:flex;flex-direction:column;gap:2px;margin:0;padding:0;list-style:none}crm-shell .crm-sidebar--collapsed .crm-navlink{justify-content:center;padding:var(--crm-space-sm)}crm-shell .crm-sidebar--collapsed .crm-navlink__label{display:none}crm-shell .crm-content{display:flex;flex-direction:column;gap:var(--crm-space-md);flex:1 1 auto;min-width:0;padding:var(--crm-space-xl) var(--crm-space-xxl);outline:none}@media(max-width:839.98px){crm-shell .crm-content{padding:var(--crm-space-lg);padding-bottom:calc(72px + env(safe-area-inset-bottom,0))}}crm-shell .crm-bottomnav{display:flex;flex:none;position:sticky;bottom:0;z-index:20;background:var(--crm-surface);border-top:1px solid var(--crm-border-default);box-shadow:0 -3px 12px #00000024;padding-bottom:env(safe-area-inset-bottom,0)}crm-shell .crm-bottomnav__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;flex:1 1 0;min-width:0;padding:var(--crm-space-sm) var(--crm-space-xs);border:0;background:transparent;color:var(--crm-text-tertiary);text-decoration:none;cursor:pointer}crm-shell .crm-bottomnav__label{max-width:100%;overflow:hidden;font-size:11px;font-weight:700;line-height:15px;text-align:center;text-overflow:ellipsis;white-space:nowrap}crm-shell .crm-bottomnav__item--active{color:var(--crm-primary-ink);box-shadow:inset 0 2px 0 var(--crm-primary)}crm-shell .crm-drawer-layer{position:fixed;inset:0;z-index:50;display:flex}crm-shell .crm-drawer__scrim{position:absolute;inset:0;padding:0;border:0;background:var(--crm-modal-scrim);cursor:pointer;animation:crm-drawer-scrim-in var(--crm-motion-duration-enter) var(--crm-motion-ease-out)}crm-shell .crm-drawer{position:relative;display:flex;flex-direction:column;gap:var(--crm-space-lg);width:min(320px,86vw);height:100%;margin-right:auto;padding:var(--crm-space-lg);background:var(--crm-surface);color:var(--crm-text-primary);box-shadow:var(--crm-shadow-modal);overflow-y:auto;animation:crm-drawer-in var(--crm-motion-duration-enter) var(--crm-motion-ease-out)}@keyframes crm-drawer-in{0%{transform:translate(-100%)}to{transform:none}}@keyframes crm-drawer-scrim-in{0%{opacity:0}to{opacity:1}}@media(prefers-reduced-motion:reduce){crm-shell .crm-drawer,crm-shell .crm-drawer__scrim{animation:none}crm-shell .crm-topbar__btn{transition:none}}crm-shell .crm-drawer__header{display:flex;align-items:center;justify-content:space-between}crm-shell .crm-drawer__footer{display:flex;flex-direction:column;gap:var(--crm-space-md);margin-top:auto;padding-top:var(--crm-space-lg);border-top:1px solid var(--crm-border-light)}crm-shell .crm-drawer__user{display:flex;align-items:center;justify-content:space-between;gap:var(--crm-space-sm)}
