/* ═══════════════════════════════════════════════════════════
   PÚNYCODEX — 404 Page Styles
   ═══════════════════════════════════════════════════════════ */

.page-404 {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: var(--space-6) var(--space-3);
    overflow: hidden;
}

.broken-constellation {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.constellation-svg {
    width: 100%;
    height: 100%;
}

.error-content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 600px;
}

.error-psi {
    font-size: 80px;
    color: var(--gold);
    opacity: 0.3;
    margin-bottom: var(--space-3);
    transform: rotate(15deg);
    display: inline-block;
}

.error-content h1 {
    margin-bottom: var(--space-3);
    text-shadow: 0 0 60px var(--gold-dim);
}

.error-content h2 {
    margin-bottom: var(--space-3);
}

.error-content p {
    margin-bottom: var(--space-5);
}
