.app-accounts main {
    display: grid;
    align-items: center;
}

.app-accounts .auth-shell {
    align-items: stretch;
}

.app-accounts .auth-form {
    align-self: stretch;
    align-content: start;
}

.app-accounts .auth-form h3 {
    margin: 0 0 0.25rem;
    color: var(--color-gold);
    font-size: 1.2rem;
}

.app-accounts .auth-decision {
    padding: 1rem;
    color: var(--color-text);
    background: rgba(216, 185, 90, 0.1);
    border: 1px solid rgba(216, 185, 90, 0.45);
    border-radius: var(--radius-md);
}

.app-accounts .auth-decision strong {
    color: var(--color-gold-bright);
}

.app-accounts .auth-secondary-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    justify-content: center;
    padding-top: 0.9rem;
    border-top: 1px solid var(--color-line);
    color: var(--color-muted);
    font-size: 0.82rem;
    font-weight: 700;
}

.app-accounts .auth-secondary-actions a {
    color: var(--color-gold);
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

.app-accounts .auth-form > button {
    width: 100%;
}

.app-accounts .auth-status-panel {
    width: min(680px, 100%);
    margin: 0 auto;
}

.app-accounts .auth-status-panel .auth-secondary-actions {
    justify-content: flex-start;
}
