:root {
    --pico-border-radius: 0.7rem;
}

body > main {
    padding-top: 3rem;
    padding-bottom: 4rem;
}

.auth-shell {
    max-width: 34rem;
    margin-inline: auto;
}

.money {
    font-size: clamp(2rem, 8vw, 3.75rem);
    font-weight: 700;
    margin-bottom: 0;
}

.muted {
    opacity: 0.7;
}

.status {
    min-height: 1.6rem;
}

.status.error {
    color: var(--pico-del-color);
}

.status.success {
    color: var(--pico-ins-color);
}

.tx-list {
    display: grid;
    gap: 0.75rem;
}

.tx {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    padding: 0.85rem 0;
    border-bottom: 1px solid var(--pico-muted-border-color);
}

.tx:last-child {
    border-bottom: 0;
}

.tx small {
    display: block;
    opacity: 0.65;
}

nav strong {
    letter-spacing: -0.02em;
}
