@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Inter:wght@300;400;500;600;700&display=swap";
:root{--bg:#f8f6f2;--bg-2:#f0eee9;--white:#fff;--accent:#c4956a;--accent-dark:#a87a52;--accent-light:#f0e0cc;--text:#1a1a1a;--text-muted:#7a6e65;--border:#e8ddd4;--admin-bg:#2c2c2c;--admin-accent:#7c6a5e;--success:#5a8a6a;--warning:#c4956a;--danger:#c46a6a;--radius:14px;--radius-sm:8px;--shadow:0 4px 24px #2c2c2c14;--shadow-lg:0 8px 40px #2c2c2c24;--transition:.25s cubic-bezier(.4,0,.2,1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,sans-serif;line-height:1.6}h1,h2,h3,h4{font-family:Playfair Display,Georgia,serif;line-height:1.25}img{max-width:100%;display:block}button{cursor:pointer;font-family:inherit}a{color:inherit;text-decoration:none}input,textarea,select{font-family:inherit;font-size:1rem}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-2)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:99px}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:4rem 0}.section-title{color:var(--text);margin-bottom:.5rem;font-size:2rem}.section-subtitle{color:var(--text-muted);margin-bottom:2.5rem;font-size:.95rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;display:grid}@media (max-width:640px){.product-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.section{padding:2.5rem 0}.section-title{font-size:1.5rem}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.badge{letter-spacing:.03em;text-transform:uppercase;border-radius:99px;padding:.2rem .65rem;font-size:.72rem;font-weight:600;display:inline-block}.badge-accent{background:var(--accent-light);color:var(--accent-dark)}.badge-success{color:var(--success);background:#d4ede0}.badge-warn{color:#b87333;background:#fde8cc}.badge-danger{color:#a03030;background:#fdddd6}.form-group{flex-direction:column;gap:.4rem;margin-bottom:1.25rem;display:flex}.form-label{color:var(--text-muted);font-size:.85rem;font-weight:500}.form-input{border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--white);color:var(--text);transition:border-color var(--transition);padding:.75rem 1rem;font-size:.95rem}.form-input:focus{border-color:var(--accent);outline:none}.form-input::placeholder{color:#bbb}.spinner{border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:36px;height:36px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:100;background:#2c2c2c73;position:fixed;inset:0}
