.step-dot.active { box-shadow: 0 0 8px rgba(223,175,53,0.5); }
.portal-card.active-portal { background: rgba(223,175,53,0.08); }
.diag-box { background: rgba(223,175,53,0.08); }
#dash-header-name { color: var(--text-accent, var(--gold-main)) !important; }
#adminLogoutBtn { width: 40px !important; height: 40px; padding: 0; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; cursor: pointer; font-size: 20px; font-weight: 700; line-height: 1; color: var(--gold-main); border: 2px solid var(--gold-main); background: radial-gradient(circle at 40% 30%, #333 0%, #111 45%, #020202 100%); box-shadow: inset 0 2px 3px rgba(255,255,255,0.25), 0 0 3px var(--gold-highlight), 0 0 8px var(--gold-main), 0 0 16px rgba(201,144,25,0.55); text-shadow: 0 0 3px var(--gold-highlight), 0 0 6px var(--gold-rich); transition: 0.2s ease; }
#adminLogoutBtn:hover { transform: scale(1.08); color: var(--gold-highlight); box-shadow: 0 0 5px var(--gold-highlight), 0 0 14px var(--gold-main); }
