@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&family=Outfit:wght@400;700;900&family=Dancing+Script:wght@400;700&display=swap";
:root{--background:#050505;--foreground:#fff;--accent:#10b981;--glass:#ffffff08;--glass-border:#ffffff1a;--glow:#10b98180;--transition:all .8s cubic-bezier(.16,1,.3,1)}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--background);width:100%;height:100%;color:var(--foreground);margin:0;padding:0;font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden}.flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.w-full{width:100%}.h-full{height:100%}.min-h-screen{min-height:100vh}.relative{position:relative}.absolute{position:absolute}.inset-0{inset:0}.z-10{z-index:10}.mx-auto{margin-left:auto;margin-right:auto}.glass-card{background:var(--glass);-webkit-backdrop-filter:blur(80px);border:1px solid var(--glass-border);border-radius:60px;box-shadow:0 40px 100px #0009}.emerald-glow{color:var(--accent);text-shadow:0 0 20px var(--glow)}.cursive{font-family:Dancing Script,cursive;font-size:1.2em;font-style:italic}.animate-fade-up{animation:1.2s cubic-bezier(.16,1,.3,1) forwards fadeUp}@keyframes fadeUp{0%{opacity:0;filter:blur(5px);transform:translateY(20px)}to{opacity:1;filter:blur();transform:translateY(0)}}.dish-row{flex-direction:row;justify-content:center;align-items:baseline;gap:20px;width:100%;display:flex}.dish-name{letter-spacing:-.01em;font-size:1.3rem;font-weight:900}.dish-price{color:var(--accent);font-size:1.2rem;font-weight:800}.restaurant-logo{object-fit:contain;filter:brightness(1.1)contrast(1.1);width:auto;max-width:85%;height:100px}@media (max-width:1024px){.dish-name{font-size:1.1rem}.dish-price{font-size:1rem}.restaurant-logo{height:80px}}
