.v2-state-page {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(2rem, 6vw, 4rem) 1.25rem;
}

.v2-state-page--full {
    min-height: 100vh;
    background: var(--v2-bg);
}

.v2-state-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 520px;
    gap: 1rem;
}

.v2-state-eyebrow {
    font-family: var(--v2-font-mono);
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--v2-accent-light);
}

.v2-state-code {
    font-family: var(--v2-font-mono);
    font-weight: 500;
    font-size: clamp(3rem, 9vw, 4.5rem);
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--v2-text-ghost);
    user-select: none;
    margin-bottom: 0.25rem;
}

.v2-state-title {
    font-family: var(--v2-font-display);
    font-weight: 700;
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    color: var(--v2-text-bright);
    letter-spacing: -0.01em;
    margin: 0;
}

.v2-state-sub {
    font-family: var(--v2-font-body);
    font-size: 1.05rem;
    color: var(--v2-text-dim);
    margin: 0 0 0.5rem;
    line-height: 1.6;
}

.v2-state-hint {
    font-family: var(--v2-font-mono);
    font-size: 0.8rem;
    line-height: 1.5;
    color: var(--v2-text-dim);
    background: var(--v2-surface);
    border: 1px solid var(--v2-border);
    border-radius: var(--v2-radius-sm);
    padding: 0.75rem 1rem;
    max-width: 460px;
}

.v2-state-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 0.75rem;
}
