/* Easter egg overlay — "Pulsar Rising" player. */
.theme-egg {
    position: fixed; inset: 0; z-index: 10001;
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px;
    background: rgba(9, 9, 11, .94); color: var(--color-text);
}
.theme-egg__kicker { font-size: .75rem; letter-spacing: .2em; color: var(--color-text-muted); }
.theme-egg__title { font-size: 1.75rem; font-weight: 700; }
.theme-egg__canvas { max-width: 90vw; }
.theme-egg__section { font-family: var(--font-mono); color: var(--color-accent); }
.theme-egg__time { font-family: var(--font-mono); font-size: .75rem; color: var(--color-text-muted); }
.theme-egg__actions { display: flex; gap: var(--sp-2); }
.theme-egg__note { font-size: .7rem; color: var(--color-text-muted); max-width: 420px; text-align: center; }
