header:has(#brand[hidden]) { justify-content: flex-end; border-bottom-color: transparent; background: transparent; }
.account { width: 42px; height: 42px; padding: 0; display: grid; place-items: center; border: 1px solid #ffffff1f; border-radius: 50%; background: #111622dd; }
.account svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.welcome { position: fixed; inset: 0; display: grid; place-items: center; text-align: center; pointer-events: none; }
.welcome h1 { margin: 0; padding: 24px; font-size: clamp(34px, 5vw, 68px); font-weight: 700; letter-spacing: -.055em; }
