/* =====================================================
1. ROOT VARIABLES
===================================================== */
:root {
--primary-color: #bf9550;
--accent-color: #023b34;
--white: #ffffff;
--radius-lg: 2rem;
--radius-md: 12px;
--main-bg-image: url(https://cdn.imgchest.com/files/2a86b89f1b6b.webp);
--shadow-gold-hover: 0 15px 35px rgba(191, 149, 80, 0.15);
}

/* =====================================================
2. الخلفيات العامة (متوافق مع سيليا)
===================================================== */
body,
.app-inner {
background: url(https://cdn.imgchest.com/files/968252a5886f.webp) fixed !important;
background-size: cover !important;
background-position: center !important;
}