/* /css/pages/prove.css — the app-origin "prove wallet" surface. Extends consent.css's .page--consent card with the wallet-specific bits (address token, status line). */

.page--prove .wallet-address {
    font-family: ui-monospace, monospace;
    font-size: var(--step--1);
    word-break: break-all;
    color: var(--craft-text);
}

/* One lede, one full-width action — consent.css's row is built for its two side-by-side buttons, which squeezed this door's single button into a five-line column. */
.page--prove .actions {
    display: flex;
    flex-direction: column;
    gap: var(--space-2xs);
    margin-top: var(--space-s);
}
.page--prove .actions .btn { flex: 0 0 auto; width: 100%; }
.page--prove .join-lede {
    margin: 0;
    font-size: var(--step--1);
    line-height: 1.5;
    color: var(--craft-text-muted);
}

.page--prove .prove-status {
    margin: var(--space-s) 0 0;
    min-height: 1.25em;
    font-size: var(--step--1);
    color: var(--craft-text-muted);
    text-align: center;
}
