/* ============================================
   HFS Admin — Theme Tokens
   Theme: light-classic
   ============================================ */

:root {
	--hfs-overlay-backdrop: rgba(0,0,0,0.55);
	/* Light Classic */
		--hfs-bg: #F1EEE6;
		--hfs-surface: #FCFBF8;
		--hfs-input-bg: #F4F1EC;
		--hfs-border: #DED7CB;
	
		--hfs-text: #1F2937;
		--hfs-text-muted: #6B7280;
		--hfs-placeholder-color: #A89880;
	
		--hfs-sidebar-bg: var(--hfs-bg-alt);
		--hfs-sidebar-text: #3A2C1A;
		--hfs-sidebar-text-muted: #8A7A62;
		--hfs-sidebar-hover-bg: rgba(201,169,78,0.10);
		--hfs-sidebar-active-bg: rgba(201,169,78,0.16);
		--hfs-sidebar-active-text: #7C5A2E;
		--hfs-brand-accent: #7C5A2E;
		--hfs-brand-text: var(--hfs-gold, #C9A94E);
		--hfs-topbar-text: #FFFFFF;
	
			/* Bars (topbar + sidebar brand) */
			--hfs-bar: var(--hfs-brown-dark);
			--hfs-bar-text: #FFFFFF;
			--hfs-close-filter: invert(1);
	
		/* Warm accents (used for inventory/status cues) */
		--hfs-gold: #B8892D;
	
		--hfs-btn-primary-bg: #2F3A48;
		--hfs-btn-primary-border: #2F3A48;
		--hfs-btn-primary-text: #FFFFFF;
		--hfs-btn-primary-hover-bg: #1F2937;
	
		--hfs-btn-secondary-bg: transparent;
		--hfs-btn-secondary-border: #C9CED6;
		--hfs-btn-secondary-text: #1F2937;
		--hfs-btn-secondary-hover-bg: rgba(0,0,0,0.04);
	
		--hfs-checkbox-accent: #2F3A48;
	

		/* Table and dialog surface tokens */
		--hfs-dialog-bg: #E5DFD4;
		--hfs-admin-row-alt: #DDD7CC;
		--hfs-input-bg: #F4F1EC;
		--hfs-btn-primary-hover-bg: #3A2A1E;
		/* POS Register (Light Classic)
		   Zones B–D: Scan/Input, Cart Surface, Totals Bar */
		--hfs-pos-tint: rgba(124, 90, 46, 0.10);
		--hfs-pos-tint-strong: rgba(124, 90, 46, 0.16);
		--hfs-pos-hover: rgba(124, 90, 46, 0.06);

		/* Empty state text — explicit color, no opacity */
		--hfs-empty-state-text: #9CA3AF;
		--hfs-empty-state-icon: #C9CED6;

		/* POS sidebar-right — light theme */
		--hfs-pos-sidebar-bg: #E8E0D4;
		--hfs-pos-sidebar-border: #D0C8BC;
		--hfs-pos-sidebar-text: #1F2937;
		--hfs-pos-sidebar-text-muted: #6B7280;
		--hfs-pos-header-bg: #DDD5C8;
		--hfs-pos-header-text: #1F2937;
		--hfs-pos-customer-bg: rgba(255,255,255,0.5);
		--hfs-pos-customer-border: #D0C8BC;
		--hfs-pos-customer-text: #1F2937;
		--hfs-pos-customer-text-muted: #6B7280;
		--hfs-pos-action-bg: #C8BDB0;
		--hfs-pos-action-text: #1F2937;
		--hfs-pos-keybtn-bg: #FFFFFF;
		--hfs-pos-keybtn-border: #C0B8AC;
		--hfs-pos-keybtn-text: #1F2937;
		--hfs-pos-keybtn-hover-bg: #3E2723;
		--hfs-pos-keybtn-hover-text: #FFFFFF;
		--hfs-pos-process-bg: #2E5339;
		--hfs-pos-process-text: #FFFFFF;
		--hfs-pos-process-hover-bg: #1F3A28;
		--hfs-pos-summary-bg: rgba(0,0,0,0.06);
		--hfs-pos-summary-text: #1F2937;
		--hfs-pos-summary-border: #D0C8BC;


		/* Surface, text and border tokens (light-specific values) */
		--hfs-text-light: #6D4C41;
		--hfs-bg-alt: #FDF5E6;
		--hfs-border-soft: #D7CCC8;
		--hfs-border-soft-2: #e8e0d0;
		--hfs-border-soft-3: #e0d8c8;
		--hfs-border-soft-4: #eee;
		--hfs-row-hover: #f0ece4;
		--hfs-scrollbar-track: #EDE0D0;
		--hfs-highlight-bg: #F5E6CC;
		--hfs-surface-soft: #f8f8f0;
		--hfs-text-subtle: #9e9080;
		--hfs-text-subtle-2: #8B7A68;
		--hfs-text-disabled: #888;
		--hfs-panel-dark-bg: #444;
		--hfs-panel-dark-text: #777;
		--hfs-link: #3B7DD8;
		--hfs-link-hover: #4A90E2;
		--hfs-success-bg: #E8F5E9;
		--hfs-danger-strong: #a00;
		--hfs-danger-soft-bg: #fee;
		--hfs-cta-hover-bg: #1a3a24;
		--hfs-catbar-btn-hover-bg: #2E1F19;
		--hfs-stat-customers-bg: #5B7FCA;
		/* Destructive button — light theme */
		--hfs-btn-danger-bg: #B7472A;
		--hfs-btn-danger-border: #B7472A;
		--hfs-btn-danger-text: #ffffff;
		--hfs-btn-danger-hover-bg: #8B3420;

		/* Neutral/tertiary button — light theme */
		--hfs-btn-neutral-bg: transparent;
		--hfs-btn-neutral-border: #C9CED6;
		--hfs-btn-neutral-text: #6B7280;
		--hfs-btn-neutral-hover-bg: rgba(0,0,0,0.04);

		/* Table header tokens */
		--hfs-table-head-bg:   var(--hfs-bar);
		--hfs-table-head-text: #FFFFFF;

		/* Brand strip text — matches logo gold so logo + label are same color */
		--hfs-brand-strip-text: #FEBD69;

		/* Admin megamenu tokens (light) */
		--hfs-mega-bg: var(--hfs-bg-alt);
		--hfs-mega-tab-bg: #eee5d8;
		--hfs-mega-hover: #ece0d0;
		--hfs-mega-group-border: #d4c4a8;
		--hfs-mega-text: #3A2C1A;
		--hfs-mega-text-muted: #8B6F47;
		--hfs-mega-footer-bg: #f5ede0;
		--hfs-mega-border: #D7CCC8;
}
