.header{position:fixed;top:0;left:0;right:0;z-index:100;flex-wrap:wrap;justify-content:space-between;padding:1rem var(--landing-gutter-x,1.5rem);background:linear-gradient(180deg,rgba(10,10,12,.92),rgba(10,10,12,.4) 70%,transparent);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.header,.header__brand{display:flex;align-items:center}.header__brand{gap:.75rem;text-decoration:none;color:inherit}.header__logo{width:42px;height:42px;border-radius:50%;object-fit:cover;border:1px solid rgba(201,162,39,.5);box-shadow:0 0 12px rgba(201,162,39,.25)}.header__wordmark{display:block;height:4.25rem;width:auto;max-width:min(52vw,220px);object-fit:contain}.header__title{font-family:var(--font-fantasy);font-size:1.1rem;font-weight:600;letter-spacing:.2em;color:#e8dcc8;text-shadow:0 0 20px rgba(201,162,39,.4)}.header__actions{display:flex;align-items:stretch;gap:0}.header__sign-in{display:flex;align-items:center;gap:.5rem;height:36px;padding:0 .75rem;border:none;background:transparent;color:#e8dcc8;font-family:var(--font-ui);font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;transition:color .25s ease}.header__sign-in:disabled{opacity:.45;cursor:not-allowed}.header__user-label{display:flex;flex-direction:column;justify-content:center;height:36px;padding:0 .75rem;font-family:var(--font-ui);font-size:.62rem;letter-spacing:.08em;text-transform:uppercase;color:rgba(232,220,200,.55);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:min(42vw,200px)}.header__user-label p{margin-top:0;margin-bottom:4px}.header__user-label strong{color:rgba(232,220,200,.9);font-weight:600}.header__sign-in-icon{display:flex;width:18px;height:18px;opacity:.85}.header__menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:0 0 0 .75rem;border:none;border-left:1px solid rgba(201,162,39,.25);background:transparent;cursor:pointer}.header__menu-toggle span{display:block;width:20px;height:2px;background:#c42d78;border-radius:1px;transition:transform .35s ease,opacity .35s ease}.header__menu-toggle--open span:first-child{transform:translateY(7px) rotate(45deg)}.header__menu-toggle--open span:nth-child(2){opacity:0}.header__menu-toggle--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header__accordion{flex-basis:100%;max-height:0;overflow:hidden;opacity:0;transition:max-height .45s ease,opacity .35s ease,margin .35s ease;margin-top:0}.header__accordion--open{max-height:520px;opacity:1;margin-top:.75rem}.header__nav-list{list-style:none;margin:0;padding:.75rem 1rem;display:flex;flex-direction:column;gap:.25rem;text-align:center;border-radius:6px;box-shadow:0 8px 32px rgba(0,0,0,.5)}.header__nav-link,.header__nav-list a{display:block;padding:.65rem 1rem;color:#c4b8e0;font-family:var(--font-ui);font-size:.8rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;border-radius:4px;transition:background .25s ease,color .25s ease,box-shadow .25s ease}.header__nav-link:hover,.header__nav-list a:hover{background:rgba(123,77,255,.15);color:#f0e8ff;box-shadow:inset 0 0 20px rgba(123,77,255,.1)}.header__nav-btn{display:block;width:100%;padding:.65rem 1rem;border:none;border-radius:4px;background:transparent;color:#c4b8e0;font-family:var(--font-ui);font-size:.8rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;text-align:center;cursor:pointer;transition:background .25s ease,color .25s ease}.header__nav-btn:hover{background:rgba(123,77,255,.15);color:#f0e8ff}.header__nav-item--sign-out{padding-top:.5rem}.header__nav-btn--sign-out{color:rgba(232,220,200,.75)}.header__nav-btn--sign-out:hover{background:rgba(232,93,93,.12);color:#f5b4b4}@media (min-width:768px){.header{padding:1.25rem var(--landing-gutter-x,3rem)}.header__title{font-size:1.25rem}}@media (max-width:403px){.header__title{display:none}}