.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:blur(18px)}.site-header-shell{min-height:76px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem}.site-brand{display:inline-flex;align-items:center;min-width:170px}.site-brand img{display:block;width:170px;max-height:52px;object-fit:contain;object-position:left center}.main-nav{display:flex;justify-content:center;flex-wrap:wrap;gap:.25rem}.main-nav a,.mobile-main-nav a{padding:.58rem .78rem;border-radius:var(--radius-pill);color:var(--muted);text-decoration:none;font-weight:700}.main-nav a:hover,.main-nav a.is-active,.mobile-main-nav a.is-active{color:var(--text);background:var(--brand-soft)}.site-header-actions{display:flex;align-items:center;gap:.55rem}.site-header-account,.mobile-nav{position:relative}.site-header-account summary,.mobile-nav summary{list-style:none;cursor:pointer}.site-header-account summary::-webkit-details-marker,.mobile-nav summary::-webkit-details-marker{display:none}.site-header-account-toggle{display:flex;align-items:center;gap:.5rem;padding:.34rem .55rem;border:1px solid var(--border);border-radius:var(--radius-pill);background:var(--surface)}.site-header-account-avatar{display:grid;place-items:center;width:2rem;height:2rem;border-radius:50%;background:var(--brand-soft);font-weight:900}.site-header-account-name{max-width:10rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.88rem;font-weight:800}.site-header-account-menu{position:absolute;right:0;top:calc(100% + .45rem);min-width:13rem;padding:.45rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-strong);box-shadow:var(--shadow)}.site-header-account-menu a{display:block;padding:.65rem .75rem;border-radius:.55rem;text-decoration:none}.site-header-account-menu a:hover{background:var(--brand-soft)}.mobile-nav{display:none}.mobile-nav>summary{padding:.58rem .8rem;border:1px solid var(--border);border-radius:var(--radius-sm);font-weight:800}.mobile-main-nav{position:absolute;right:0;top:calc(100% + .45rem);display:grid;min-width:15rem;padding:.5rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-strong);box-shadow:var(--shadow)}.ui-theme-switcher{position:relative}.ui-theme-switcher__trigger{display:flex;align-items:center;gap:.45rem;min-height:2.55rem;padding:.45rem .72rem;border:1px solid var(--border);border-radius:var(--radius-pill);background:var(--surface);color:var(--text);cursor:pointer}.ui-theme-switcher__dot{width:.65rem;height:.65rem;border-radius:50%;background:var(--brand)}.ui-theme-switcher__label{font-size:.82rem;font-weight:800}.ui-theme-switcher__menu{position:absolute;right:0;top:calc(100% + .45rem);z-index:60;min-width:9.5rem;padding:.4rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-strong);box-shadow:var(--shadow)}.ui-theme-switcher__option{display:block;width:100%;padding:.6rem .7rem;border:0;border-radius:.5rem;background:transparent;color:var(--text);text-align:left;cursor:pointer}.ui-theme-switcher__option:hover,.ui-theme-switcher__option.is-active{background:var(--brand-soft)}