@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Inter:wght@300;400;500&display=swap";*{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary:#0a0a0a;--bg-secondary:#111;--bg-card:#1a1a1a;--accent-gold:#c9a84c;--accent-gold-hover:#e0bc6a;--text-primary:#f5f5f5;--text-muted:#888;--border:#2a2a2a}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:Inter,sans-serif}h1,h2,h3{font-family:Playfair Display,serif}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:#333;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--accent-gold)}@media (width<=768px){.hamburger-btn{display:flex!important}.nav-collapse{border-top:1px solid #1e1e1e;flex-direction:column;width:100%;margin-top:1rem;padding-top:1.2rem;gap:1.5rem!important;display:none!important}.nav-collapse.nav-open{display:flex!important}.nav-links{align-items:center;flex-direction:column!important;gap:1rem!important}.nav-auth{align-items:center;flex-direction:column!important;gap:.8rem!important}.navbar{padding:1rem 1.2rem!important}.hero-section{min-height:auto!important;padding:4rem 1.2rem 3rem!important}.hero-grid{text-align:center;grid-template-columns:1fr!important;gap:2rem!important}.hero-grid>div:first-child{order:1}.hero-cup{order:0}.hero-cup>div{height:300px!important}.steps-grid{grid-template-columns:1fr!important;gap:2.5rem!important}.steps-grid>div:first-child{display:none}section{padding-left:1.2rem!important;padding-right:1.2rem!important}.item-detail-grid{grid-template-columns:1fr!important;gap:2rem!important}}@media (width>=769px) and (width<=1024px){.navbar{padding:1rem 1.5rem!important}.hero-section{padding:5rem 2rem 3rem!important}.hero-grid{gap:2rem!important}}
