/* Central token layer. Loaded after the established account styles and scoped
 * to the approved Listeo/Dokan account surfaces only. */
body.rsh-account-skin #dashboard,
body.rsh-account-skin-unified #dashboard {
    background: var(--rsh-theme-page-surface, #031b25);
    color: var(--rsh-theme-text-primary, #eaf6f8);
}

body.rsh-account-skin #dashboard input[type="text"],
body.rsh-account-skin #dashboard input[type="number"],
body.rsh-account-skin #dashboard input[type="email"],
body.rsh-account-skin #dashboard input[type="url"],
body.rsh-account-skin #dashboard textarea,
body.rsh-account-skin #dashboard select {
    background-color: var(--rsh-theme-field-surface, #0a3947);
    border-color: var(--rsh-theme-border, #37666b);
    color: var(--rsh-theme-text-primary, #eaf6f8);
}

body.rsh-account-skin #dashboard input[type="text"]::placeholder,
body.rsh-account-skin #dashboard input[type="number"]::placeholder,
body.rsh-account-skin #dashboard textarea::placeholder {
    color: var(--rsh-theme-text-secondary, #8ba9ad);
}

body.rsh-account-skin #dashboard .button,
body.rsh-account-skin #dashboard button[type="submit"] {
    border-color: var(--rsh-theme-accent-orange, #ff5b3d);
}
