/* Desktop icon rail: expands while hovered or keyboard-focused, then retracts. */
@media(min-width:1200px){:root{--header-height:64px;--sidebar-width:58px}.portal-app-header{height:64px;padding:0 24px;background:#1b1820}.portal-main-shell{margin-top:64px;margin-left:58px}.portal-sidebar{top:64px;width:58px;overflow:hidden;transition:width 180ms ease;box-shadow:8px 0 24px rgba(0,0,0,0)}.portal-sidebar:hover,.portal-sidebar:focus-within{width:232px;overflow-y:auto;box-shadow:8px 0 24px rgba(0,0,0,.28)}.portal-sidebar__nav,.portal-sidebar__categories{min-width:232px}.portal-sidebar a,.portal-sidebar__category-placeholder{width:40px;min-width:40px;height:40px;min-height:40px;gap:0;margin:2px 9px;padding:0 10px;font-size:0;white-space:nowrap;transition:width 180ms ease,gap 180ms ease,font-size 130ms ease}.portal-sidebar a>span,.portal-sidebar__category-placeholder>span{font-size:15px;flex:0 0 16px}.portal-sidebar:hover a,.portal-sidebar:focus-within a,.portal-sidebar:hover .portal-sidebar__category-placeholder,.portal-sidebar:focus-within .portal-sidebar__category-placeholder{width:212px;gap:12px;font-size:13px}.portal-sidebar__categories p{display:none}.portal-sidebar:hover .portal-sidebar__categories p,.portal-sidebar:focus-within .portal-sidebar__categories p{display:block}.portal-brand{min-width:245px}.portal-brand img{max-width:205px;max-height:55px}.portal-header-search{max-width:380px}.portal-header-actions{margin-left:auto}.portal-icon-button{border-color:var(--border);background:transparent}.portal-header-actions .portal-icon-button{width:36px;height:36px}.portal-account{background:var(--accent);border-color:var(--accent);color:#221306!important;font-weight:800}.portal-account:hover{background:var(--accent-secondary);color:#221306!important}}
