.portal-header{border-bottom:1px solid var(--portal-border);z-index:20;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0d0a08f2;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:sticky;top:0}.portal-header__brand{font-family:var(--font-display);color:var(--portal-gold);letter-spacing:-.02em;font-size:1.5rem;font-weight:900}.portal-header__nav{align-items:center;gap:1rem;display:flex}.portal-header__link{color:var(--portal-ink);align-items:center;gap:.45rem;font-weight:700;display:inline-flex}.portal-header__bell{background:#00f2ff14;border-radius:999px;padding:.25rem .6rem}.portal-header__icon{width:18px;height:18px;color:var(--portal-electric);display:inline-flex}.portal-header__icon svg{width:100%;height:100%}.portal-header__badge{background:var(--portal-gold);color:var(--portal-bg);border-radius:999px;padding:.15rem .45rem;font-size:.75rem;font-weight:800}.portal-header__logout{border:1px solid var(--portal-border);color:var(--portal-ink);cursor:pointer;background:0 0;border-radius:999px;padding:.3rem .9rem;font-weight:700}.portal-header__logout:hover{border-color:var(--portal-gold);color:var(--portal-gold)}@media (max-width:720px){.portal-header{flex-direction:column;align-items:flex-start;gap:.75rem}.portal-header__nav{flex-wrap:wrap}}
