@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--primary:#a07855;--primary-hover:#8b6645;--secondary:#c4a882;--accent:#d4a373;--background:#f5f0eb;--surface:#fff;--bg-secondary:#faf7f4;--border:#e8e0d8;--text-main:#2c1810;--text-primary:#3d2b1f;--text-secondary:#6b5b4f;--text-muted:#9c8b7e;--danger:#e74c3c;--success:#27ae60;--radius-sm:.5rem;--radius-md:.75rem;--radius-lg:1rem;--radius-xl:1.5rem;--shadow-sm:0 1px 3px #0000000f;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 10px 40px #0000001a;--transition:all .2s ease}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--text-main);min-height:100vh;font-family:Outfit,sans-serif}@keyframes fadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:1s linear infinite spin}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.desktop-only{display:flex!important}.mobile-only{display:none!important}@media (width<=768px){.desktop-only{display:none!important}.mobile-only{display:flex!important}}@media (width<=640px){.hero-title{font-size:1.8rem!important}.hero-subtitle{font-size:.95rem!important}}.bg-blob{z-index:-1;filter:blur(40px);background:radial-gradient(circle,#a078550d 0%,#a0785500 70%);border-radius:50%;width:500px;height:500px;animation:20s ease-in-out infinite alternate float-bg;position:fixed}.bg-blob-1{animation-delay:0s;top:-100px;right:-100px}.bg-blob-2{animation-delay:-5s;bottom:-100px;left:-100px}.bg-blob-3{background:radial-gradient(circle,#d4a37308 0%,#d4a37300 70%);width:300px;height:300px;animation-delay:-10s;top:40%;left:30%}@keyframes float-bg{0%{transform:translate(0)rotate(0)scale(1)}33%{transform:translate(30px,50px)rotate(5deg)scale(1.1)}66%{transform:translate(-20px,20px)rotate(-5deg)scale(.9)}to{transform:translate(0)rotate(0)scale(1)}}
