/**
 * UrjaPoint brand tokens and white-label CSS.
 *
 * Kept deliberately small. Heavy restyling of the desk fights every framework
 * upgrade; the UI simplification work (plan Part 3) is done with Workspaces and
 * Property Setters, not CSS. This file only carries brand colour and hides the
 * vendor artwork that has no settings-level switch.
 */

:root {
	--up-amber: #f59e0b;
	--up-amber-light: #fbbf24;
	--up-orange: #ea580c;
	--up-navy: #0f172a;
	--up-slate: #64748b;
}

/* Frappe's own wordmark, shipped inside the About dialog and the splash. */
img[src*="frappe-comp-logo"],
img[src*="frappe-logo"],
img[src*="erpnext-logo"],
.about-frappe-section .about-social-btns {
	display: none !important;
}

/* Login and portal splash: keep the mark from being stretched by the theme. */
.for-login .app-logo,
.page-card .app-logo,
.navbar-brand img {
	object-fit: contain;
}

/* Brand accent on primary actions, so the system reads as UrjaPoint's rather
   than as a generic install. */
.btn-primary {
	background-color: var(--up-orange);
	border-color: var(--up-orange);
}
.btn-primary:hover,
.btn-primary:focus {
	background-color: #c2410c;
	border-color: #c2410c;
}
