.register-page .form-label-hint {
    display: block;
    margin-top: 4px;
    color: var(--color-text-muted);
    font-size: 0.8rem;
    font-weight: 400;
    white-space: normal;
}

.register-page .field-note {
    margin: 6px 0 0;
    color: var(--color-text-secondary);
    font-size: var(--font-size-note);
}

.register-page .form-control--readonly {
    background: var(--color-surface-muted);
    color: var(--color-text-secondary);
    cursor: not-allowed;
}

.register-page .register-callout {
    margin-top: -2px;
    color: #24395f;
}

.register-page .register-callout strong {
    color: var(--color-brand-primary);
}

.register-page .form-row--compact {
    align-items: center;
}

.register-page .register-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: var(--color-text-primary);
    line-height: 1.45;
}

.register-page .register-checkbox input {
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
    flex: 0 0 auto;
}

.register-page .register-checkbox a {
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.register-page .register-actions .btn {
    min-width: 240px;
}

.register-page .btn--cooldown:disabled {
    opacity: 1;
    cursor: not-allowed;
    filter: none;
    background: repeating-linear-gradient(135deg, #eef4ff 0 10px, #e2ecff 10px 20px);
    color: #1f4aa9;
    border-color: #8eacf0;
    box-shadow: inset 0 0 0 1px rgba(31, 74, 169, 0.08);
    font-weight: 700;
}

.register-page .btn-meta {
    font-weight: 600;
}

.register-page .btn-meta[hidden] {
    display: none;
}

.register-page .register-secondary {
    margin: 12px 0 0 calc(var(--size-form-label-width) + var(--space-sm));
    color: var(--color-text-secondary);
}

.register-page .register-secondary p {
    margin: 0 0 8px;
    padding: 0;
    color: inherit;
}

.register-page .register-secondary p:last-child {
    margin-bottom: 0;
}

.register-page .register-secondary a {
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

@media (max-width: 760px) {
    .register-page .register-actions .btn {
        width: 100%;
    }

    .register-page .register-secondary {
        margin-left: 0;
    }
}
