/* AI-Header: Light modern theme CSS (Bootstrap variable overrides for authenticated views) */
/* Date: 2025-08-14 */

/* Purpose: Provide light theme tokens and shared variables used by components. */

[data-bs-theme="light"] {
	/* Ensure core Bootstrap tokens are explicit */
	--bs-body-bg: #ffffff;
	--bs-body-color: #212529;
	--bs-secondary-color: #6c757d;
	--bs-border-color: #dee2e6;
	--bs-card-bg: #ffffff;
	--bs-tertiary-bg: #f8f9fa;
	--bs-primary: #722F37; /* brand burgundy */

	/* ArrParty shared surface/accent tokens (reused by components like Details2) */
	--brand-accent: #722F37;              /* accent ring, focus outlines */
	--surface-card: var(--bs-card-bg);    /* primary card surface behind content */
	--surface-header: #ffffff;            /* header plane and header buttons */
	--surface-action: #f8f9fa;            /* action tiles background */
	--surface-action-hover: #e9ecef;      /* action tiles hover */
	--surface-footer-contrast: var(--bs-tertiary-bg);
	--avatar-ring-color: var(--bs-border-color);
	--action-text-color: #212529;         /* text on action tiles in light */
}
