/* Keep the action group above legacy header rules on wide displays. */
@media(min-width:768px){.site-header{position:fixed!important}.site-header__inner{position:relative!important}.site-header__actions{position:absolute!important;top:10px!important;right:0!important;z-index:1005!important;display:flex!important;visibility:visible!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important}.site-header__actions>a,.site-header__actions>button{display:inline-flex!important;visibility:visible!important;opacity:1!important;flex:0 0 auto!important}.site-header__actions .portal-icon-button{display:inline-grid!important;place-items:center!important;width:36px!important;height:36px!important}.site-header__actions .portal-lucide{display:block!important;color:#e8e4ec!important}.site-header__actions .portal-account{display:grid!important;place-items:center!important}}

/* Glass header appears after the page starts scrolling, on desktop and mobile. */
.portal-app-header{transition:background-color .22s ease,border-color .22s ease,box-shadow .22s ease,backdrop-filter .22s ease}
.portal-app-header.is-scrolled,.portal-app-header.is-scrolled.site-header{background:rgba(16,14,20,.72)!important;border-color:rgba(255,255,255,.12)!important;box-shadow:0 8px 24px rgba(0,0,0,.16);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px)}
.portal-app-header.is-scrolled .portal-header-search{background:transparent!important}.portal-app-header.is-scrolled .portal-header-search .portal-search{background:rgba(22,19,28,.7)!important}
.portal-light .portal-app-header.is-scrolled,.portal-light .portal-app-header.is-scrolled.site-header{background:rgba(255,255,255,.74)!important;border-color:rgba(38,28,42,.14)!important;box-shadow:0 8px 24px rgba(38,28,42,.09)}
.portal-light .portal-app-header.is-scrolled .portal-header-search .portal-search{background:rgba(255,255,255,.72)!important}

/* Compact mobile header: Menu, logo, random and account stay visible; the rest live in More. */
.portal-header-overflow{display:contents}.site-header__actions .portal-overflow-toggle{display:none!important}
.site-header__actions .portal-install--mobile{display:none!important}
@media(min-width:768px){.portal-header-overflow__menu,.portal-header-overflow__menu[hidden]{display:flex!important;align-items:center;gap:8px}}
@media(max-width:767px){.site-header{height:56px!important;padding:0 10px!important}.site-header__inner{height:56px!important;gap:7px!important}.site-header__left{min-width:0!important;gap:7px!important}.portal-brand{min-width:0!important;max-width:142px!important}.portal-brand img{display:block;max-width:132px!important;max-height:42px!important;width:auto!important;height:auto!important}.site-header__actions{display:flex!important;align-items:center!important;gap:6px!important;margin-left:auto!important}.site-header__actions>.portal-icon-button{display:inline-grid!important;place-items:center!important}.portal-header-overflow{position:relative;display:block}.site-header__actions .portal-overflow-toggle{display:inline-grid!important;place-items:center!important}.portal-header-overflow__menu{position:absolute;top:calc(100% + 9px);right:0;z-index:1010;display:grid;grid-template-columns:repeat(2,36px);gap:8px;padding:10px;border:1px solid rgba(255,255,255,.13);border-radius:14px;background:#211d28;box-shadow:0 16px 32px rgba(0,0,0,.42)}.portal-header-overflow__menu[hidden]{display:none!important}.portal-header-overflow__menu .portal-icon-button{display:grid!important;place-items:center!important;width:36px!important;height:36px!important}.portal-header-overflow__menu .portal-install--menu{display:none!important}.site-header__actions .portal-install--mobile{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:76px!important;height:36px!important;padding:0 8px!important;gap:5px!important;flex:0 0 76px!important;font-size:11px!important}.portal-install--mobile .portal-lucide{width:17px!important;height:17px!important}.site-header .portal-account{display:grid!important;place-items:center!important;flex:0 0 36px!important}.site-header__search{top:56px!important;padding:8px 10px!important}.portal-main-shell{margin-top:108px!important}.portal-light .portal-header-overflow__menu{border-color:rgba(38,28,42,.15);background:#fff;box-shadow:0 16px 32px rgba(38,28,42,.16)}}
@media(max-width:390px){.portal-brand{max-width:96px!important}.portal-brand img{max-width:92px!important;max-height:36px!important}.site-header{padding:0 7px!important}.site-header__inner,.site-header__left,.site-header__actions{gap:4px!important}.portal-install--mobile{width:36px!important;padding:0!important;flex-basis:36px!important}.portal-install--mobile span{display:none!important}}
