*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#8b6f4e;--primary-light:#b8976a;--accent:#9b2335;--accent-light:#c4576a;--gold:#c5a572;--gold-light:#e8d5b5;--bg:#faf7f2;--bg-card:#ffffffd9;--bg-card-hover:#f5f0e8;--bg-warm:#f3ede4;--text:#1a1210;--text-secondary:#5c4f46;--text-light:#9a8e85;--border:#e0d5ca;--border-light:#ede6dd;--success:#5c8a6b;--warning:#c4956a;--danger:#9b2335;--radius:20px;--radius-sm:12px;--shadow:0 4px 24px #2c24200f;--shadow-lg:0 8px 40px #2c24201a}html,body,#root{height:100%;color:var(--text);-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;background:linear-gradient(165deg,#fdf9f4 0%,#f5ede3 35%,#ede3d6 70%,#f0e6da 100%);font-family:Playfair Display,Georgia,Times New Roman,serif;overflow:hidden}button{cursor:pointer;border:none;outline:none;font-family:Inter,system-ui,sans-serif}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.fade-in{animation:.4s ease-out fadeIn}.slide-up{animation:.5s ease-out slideUp}.nav-scroll::-webkit-scrollbar{display:none}.nav-scroll{-ms-overflow-style:none;scrollbar-width:none}@media (width>=768px){.content-area{padding:32px 48px!important}.home-grid{grid-template-columns:repeat(3,1fr)!important;gap:18px!important;max-width:900px!important}.nav-scroll{gap:4px!important;padding:10px 24px!important}.nav-btn{min-width:80px!important;padding:10px 16px!important}}@media (width>=1100px){.home-grid{grid-template-columns:repeat(3,200px)!important;justify-content:center!important}}
