:root {
    --ps-bg-base: #050509;
    --ps-surface: #0c0c14;
    --ps-surface-elevated: #151520;
    --ps-text-main: #f7f4f0;
    --ps-text-muted: #b9b5ac;
    --ps-accent: #f7d58b;
    --ps-accent-soft: rgba(247, 213, 139, 0.18);
    /* رنگ متن روی دکمه‌ها و عناصر accent – برای هر تم سفارشی می‌شود */
    --ps-text-on-accent: #24160b;
}

body.theme-minimal-ivory {
    --ps-bg-base: #f5f2ec;
    --ps-surface: #ffffff;
    --ps-surface-elevated: #f3eee6;
    --ps-text-main: #25201a;
    --ps-text-muted: #7b6f63;
    --ps-accent: #c79a5b;
    --ps-accent-soft: rgba(199, 154, 91, 0.12);
    --ps-text-on-accent: #28170a;
}

body.theme-lux-gold {
    --ps-bg-base: #050509;
    --ps-surface: #0b0b13;
    --ps-surface-elevated: #151520;
    --ps-text-main: #f7f4f0;
    --ps-text-muted: #b7b1a4;
    --ps-accent: #f7d58b;
    --ps-accent-soft: rgba(247, 213, 139, 0.22);
    --ps-text-on-accent: #24160b;
}

body.theme-night-velvet {
    --ps-bg-base: #05030a;
    --ps-surface: #100814;
    --ps-surface-elevated: #1a0e22;
    --ps-text-main: #f7f0ff;
    --ps-text-muted: #b8a3cf;
    --ps-accent: #e28dd5;
    --ps-accent-soft: rgba(226, 141, 213, 0.22);
    --ps-text-on-accent: #180519;
}

body.theme-day-fresh {
    --ps-bg-base: #f4f8ff;
    --ps-surface: #ffffff;
    --ps-surface-elevated: #edf3ff;
    --ps-text-main: #172033;
    --ps-text-muted: #6f7c96;
    --ps-accent: #3f92ff;
    --ps-accent-soft: rgba(63, 146, 255, 0.18);
    --ps-text-on-accent: #04132b;
}

body.theme-fantasy-aurora {
    --ps-bg-base: #05020f;
    --ps-surface: #0b0817;
    --ps-surface-elevated: #12102a;
    --ps-text-main: #f4f3ff;
    --ps-text-muted: #b0b5e0;
    --ps-accent: #70f0ff;
    --ps-accent-soft: rgba(112, 240, 255, 0.2);
    --ps-text-on-accent: #031013;
}

body.theme-iranian-saffron {
    --ps-bg-base: #070307;
    --ps-surface: #130712;
    --ps-surface-elevated: #1c0b1a;
    --ps-text-main: #fff7eb;
    --ps-text-muted: #e0c0aa;
    --ps-accent: #f2a93b;
    --ps-accent-soft: rgba(242, 169, 59, 0.26);
    --ps-text-on-accent: #2b1606;
}

body.theme-iranian-turquoise {
    --ps-bg-base: #021212;
    --ps-surface: #031d20;
    --ps-surface-elevated: #03282e;
    --ps-text-main: #e9fcff;
    --ps-text-muted: #a2c6c8;
    --ps-accent: #1bb3a8;
    --ps-accent-soft: rgba(27, 179, 168, 0.24);
    --ps-text-on-accent: #02100d;
}

body.theme-rose-smoke {
    --ps-bg-base: #16090e;
    --ps-surface: #1f0c14;
    --ps-surface-elevated: #2b111c;
    --ps-text-main: #ffeef3;
    --ps-text-muted: #e0b5c4;
    --ps-accent: #ff8fb1;
    --ps-accent-soft: rgba(255, 143, 177, 0.24);
    --ps-text-on-accent: #260711;
}

body.theme-amber-wood {
    --ps-bg-base: #0d0804;
    --ps-surface: #130c06;
    --ps-surface-elevated: #1e140b;
    --ps-text-main: #fdefdb;
    --ps-text-muted: #d9b999;
    --ps-accent: #f4b46a;
    --ps-accent-soft: rgba(244, 180, 106, 0.24);
    --ps-text-on-accent: #2b1705;
}

body.theme-silver-fog {
    --ps-bg-base: #08080a;
    --ps-surface: #101014;
    --ps-surface-elevated: #1c1c24;
    --ps-text-main: #f6f7ff;
    --ps-text-muted: #b5b7c9;
    --ps-accent: #c5c9ff;
    --ps-accent-soft: rgba(197, 201, 255, 0.22);
    --ps-text-on-accent: #111422;
}

body.theme-midnight-blue {
    --ps-bg-base: #010418;
    --ps-surface: #050828;
    --ps-surface-elevated: #0b0f3a;
    --ps-text-main: #eaf1ff;
    --ps-text-muted: #9ea8d9;
    --ps-accent: #3f7dff;
    --ps-accent-soft: rgba(63, 125, 255, 0.24);
    --ps-text-on-accent: #050716;
}

body.theme-emerald-smoke {
    --ps-bg-base: #020f0a;
    --ps-surface: #031911;
    --ps-surface-elevated: #04231a;
    --ps-text-main: #e6fff5;
    --ps-text-muted: #9fd5c0;
    --ps-accent: #53e0a2;
    --ps-accent-soft: rgba(83, 224, 162, 0.24);
    --ps-text-on-accent: #02130b;
}

body.theme-desert-rose {
    --ps-bg-base: #1a0c08;
    --ps-surface: #230f09;
    --ps-surface-elevated: #31150d;
    --ps-text-main: #ffeadd;
    --ps-text-muted: #e2b29b;
    --ps-accent: #ff9766;
    --ps-accent-soft: rgba(255, 151, 102, 0.22);
    --ps-text-on-accent: #2b1106;
}

body.theme-graphite {
    --ps-bg-base: #050506;
    --ps-surface: #0c0c0d;
    --ps-surface-elevated: #161618;
    --ps-text-main: #f7f7f7;
    --ps-text-muted: #a5a5a7;
    --ps-accent: #f0f0f0;
    --ps-accent-soft: rgba(240, 240, 240, 0.14);
    --ps-text-on-accent: #101013;
}

body.theme-mauve-noir {
    --ps-bg-base: #110713;
    --ps-surface: #17091b;
    --ps-surface-elevated: #200d26;
    --ps-text-main: #fcecff;
    --ps-text-muted: #c59ed3;
    --ps-accent: #f497ff;
    --ps-accent-soft: rgba(244, 151, 255, 0.24);
    --ps-text-on-accent: #1a061b;
}

body.theme-forest-night {
    --ps-bg-base: #030c06;
    --ps-surface: #041208;
    --ps-surface-elevated: #061a0d;
    --ps-text-main: #e7ffe9;
    --ps-text-muted: #a8d9ae;
    --ps-accent: #5ce07b;
    --ps-accent-soft: rgba(92, 224, 123, 0.24);
    --ps-text-on-accent: #02110a;
}

body.theme-royal-plum {
    --ps-bg-base: #13061c;
    --ps-surface: #1a0826;
    --ps-surface-elevated: #240b32;
    --ps-text-main: #f7f0ff;
    --ps-text-muted: #c3a6dd;
    --ps-accent: #e7a3ff;
    --ps-accent-soft: rgba(231, 163, 255, 0.24);
    --ps-text-on-accent: #1b071f;
}

body.theme-sunrise-pearl {
    --ps-bg-base: #fff6ec;
    --ps-surface: #fbe3c8;
    --ps-surface-elevated: #f7d0a5;
    --ps-text-main: #3a2618;
    --ps-text-muted: #8f6c4d;
    --ps-accent: #f6a36a;
    --ps-accent-soft: rgba(246, 163, 106, 0.2);
    --ps-text-on-accent: #3a2112;
}

body.theme-deep-ocean {
    --ps-bg-base: #020712;
    --ps-surface: #031226;
    --ps-surface-elevated: #032640;
    --ps-text-main: #e6f3ff;
    --ps-text-muted: #8ba3c4;
    --ps-accent: #2fb0ff;
    --ps-accent-soft: rgba(47, 176, 255, 0.24);
    --ps-text-on-accent: #02101e;
}

body.theme-soft-sand {
    --ps-bg-base: #f4eee4;
    --ps-surface: #f0e4d5;
    --ps-surface-elevated: #e2d2c0;
    --ps-text-main: #3b2b1e;
    --ps-text-muted: #8c7460;
    --ps-accent: #c19b76;
    --ps-accent-soft: rgba(193, 155, 118, 0.2);
    --ps-text-on-accent: #3a2514;
}

.ps-panel,
.ps-header,
.ps-main,
.ps-hero,
.ps-product-card,
.ps-result {
    color: var(--ps-text-main);
}

.ps-panel-subtitle,
.ps-section-subtitle,
.ps-product-meta,
.ps-result-notes {
    color: var(--ps-text-muted);
}

