*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,system-ui;background:#0f0f0f;color:#fff}.header{padding:20px;text-align:center}.header h1{color:#d4af37;font-size:28px}.tabs{display:flex;gap:10px;overflow-x:auto;padding:10px}.tab{padding:8px 16px;background:#1a1a1a;border-radius:20px;white-space:nowrap;cursor:pointer;transition:background .3s,color .3s}.tab.active{background:#d4af37;color:#000}.style-section{margin:24px 0 12px;position:relative}.style-group{font-size:22px;font-weight:700;color:#d4af37;margin-left:16px;margin-bottom:8px;text-transform:uppercase;letter-spacing:1px;position:relative;display:inline-block;padding-bottom:6px}.style-group:after{content:"";position:absolute;left:0;bottom:0;width:50%;height:3px;background:linear-gradient(90deg,#d4af37,#f5d77a);border-radius:2px}.hero-container{position:relative;height:40vh;overflow:hidden;display:flex;align-items:flex-end;justify-content:center}.hero-image{position:absolute;top:0;left:0;width:100%;height:100%;background:url(/assets/small-logo-1-cIHTw6tC.png) center/cover no-repeat;z-index:-1}.hero-text{text-align:center;color:#fff;margin-bottom:20px}.hero-text h1{font-size:28px;color:#d4af37}.hero-text p{font-size:16px;opacity:.8}.menu-row{display:flex;overflow-x:auto;gap:16px;padding-left:16px;padding-right:16px;scroll-snap-type:x mandatory;scroll-padding-left:16px;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding-bottom:16px;position:relative;scrollbar-width:none}.menu-row::-webkit-scrollbar{display:none}.menu-card{flex:0 0 auto;width:230px;height:300px;border-radius:24px;overflow:hidden;background:#1e1e1e99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 20px #00000080;cursor:pointer;scroll-snap-align:start;scroll-snap-stop:always;transition:transform .25s ease,box-shadow .3s;display:flex;flex-direction:column}.menu-card:hover{transform:scale(1.05);box-shadow:0 12px 28px #d4af3780}.image{width:100%;height:170px;overflow:hidden;border-top-left-radius:24px;border-top-right-radius:24px}.image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.menu-card:hover .image img{transform:scale(1.08)}.info{padding:12px;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.item-name{font-size:15px;font-weight:600;line-height:1.2;height:36px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.item-style{display:flex;align-items:center;gap:4px;font-size:13px;opacity:.8;height:18px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.item-style img{width:14px;height:14px;display:inline-block}.price{color:#f5d77a;font-weight:700;font-size:15px;margin-top:4px}.floating-order{position:fixed;bottom:20px;right:20px;background:#d4af37;color:#000;border:none;border-radius:50px;padding:12px 24px;font-weight:600;cursor:pointer;box-shadow:0 6px 12px #0000004d;z-index:100;transition:transform .2s}.floating-order:hover{transform:scale(1.05)}@media(min-width:768px)and (max-width:1023px){.menu-card{width:260px;height:350px}.image{height:200px}}@media(min-width:1024px){.menu-row{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px;padding-left:24px;padding-right:24px}.menu-card{width:100%;height:340px}.image{height:200px}}
