html{background:#f5f6f8}body{overscroll-behavior-y:none}#root{min-height:100vh}:root{--page:#f5f6f8;--surface:#fff;--text:#17202a;--muted:#717b88;--border:#e4e8ed}*{box-sizing:border-box}button,input{font:inherit}button{-webkit-tap-highlight-color:transparent}body{background:var(--page);min-width:320px;min-height:100vh;color:var(--text);margin:0;font-family:Inter,Arial,Helvetica,sans-serif}.app{min-height:100vh;padding-bottom:105px}.restaurant-header{z-index:100;color:#fff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#111827f7;justify-content:space-between;align-items:center;gap:14px;min-height:82px;padding:12px 16px;display:flex;position:sticky;top:0}.restaurant-brand{align-items:center;gap:12px;min-width:0;display:flex}.restaurant-logo{border:1px solid color-mix(in srgb, var(--brand) 50%, transparent);width:55px;min-width:55px;height:55px;color:var(--brand);background:#080b10;border-radius:16px;place-items:center;padding:5px;font-size:17px;font-weight:900;display:grid;overflow:hidden}.restaurant-logo img{object-fit:contain;width:100%;height:100%}.restaurant-brand h1{text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:18px;overflow:hidden}.restaurant-brand p{color:#bdc5cf;margin:5px 0 0;font-size:12px;font-weight:700}.open-badge{color:#4ade80;background:#22c55e24;border-radius:30px;padding:8px 11px;font-size:11px;font-weight:900}.hero{background:radial-gradient(circle at top right, color-mix(in srgb, var(--brand) 30%, transparent), transparent 43%), linear-gradient(145deg, var(--brand-dark), #080c12);color:#fff;padding:32px 18px 38px;position:relative;overflow:hidden}.hero:after{content:"";border:32px solid #ffffff0d;border-radius:50%;width:190px;height:190px;position:absolute;bottom:-75px;right:-60px}.hero-label{z-index:2;border:1px solid color-mix(in srgb, var(--brand) 45%, transparent);background:color-mix(in srgb, var(--brand) 14%, transparent);color:var(--brand);letter-spacing:1.1px;border-radius:30px;padding:7px 11px;font-size:10px;font-weight:900;display:inline-flex;position:relative}.hero h2{z-index:2;max-width:500px;margin:16px 0 9px;font-size:25px;line-height:1.2;position:relative}.hero p{z-index:2;color:#bcc5d0;max-width:540px;margin:0;font-size:13px;line-height:1.6;position:relative}.search-wrapper{z-index:10;margin-top:-21px;padding:0 16px;position:relative}.search-wrapper input{border:1px solid var(--border);background:var(--surface);width:100%;min-height:52px;color:var(--text);border-radius:16px;outline:none;padding:0 16px;font-size:14px;box-shadow:0 12px 30px #11182714}.search-wrapper input:focus{border-color:var(--brand);box-shadow:0 12px 30px #11182714, 0 0 0 3px color-mix(in srgb, var(--brand) 18%, transparent)}.categories{scrollbar-width:none;gap:9px;padding:18px 16px 6px;display:flex;overflow-x:auto}.categories::-webkit-scrollbar{display:none}.categories button{border:1px solid var(--border);background:var(--surface);min-height:39px;color:var(--muted);cursor:pointer;white-space:nowrap;border-radius:30px;padding:0 16px;font-size:12px;font-weight:800}.categories button.active{border-color:var(--brand);background:var(--brand);color:#15100a;box-shadow:0 8px 18px color-mix(in srgb, var(--brand) 28%, transparent)}.menu-content{padding:14px 16px 30px}.section-title{margin-bottom:15px}.section-title h2{margin:0;font-size:21px}.section-title p{color:var(--muted);margin:6px 0 0;font-size:12px}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;display:grid}.product-card{border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:17px;overflow:hidden;box-shadow:0 8px 20px #1118270d}.product-card:active{transform:scale(.985)}.product-image{color:#a1aab5;background:linear-gradient(145deg,#e8ebef,#d7dce2);place-items:center;height:145px;font-size:28px;font-weight:900;display:grid;position:relative;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%}.product-image button{background:var(--brand);color:#15100a;cursor:pointer;border:3px solid #fff;border-radius:50%;width:38px;height:38px;font-size:23px;font-weight:900;line-height:1;position:absolute;bottom:9px;right:9px;box-shadow:0 7px 16px #0003}.product-info{padding:12px}.product-info h3{line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:38px;margin:0;font-size:14px;line-height:1.35;display:-webkit-box;overflow:hidden}.product-info p{min-height:32px;color:var(--muted);line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:7px 0 10px;font-size:11px;line-height:1.45;display:-webkit-box;overflow:hidden}.product-info strong{color:color-mix(in srgb, var(--brand) 75%, #6a3a00);font-size:15px}.empty-state{background:var(--surface);text-align:center;border:1px dashed #cfd5dd;border-radius:18px;place-content:center;min-height:320px;padding:30px;display:grid}.empty-state p{color:var(--muted);margin:8px 0 0;font-size:12px}.cart-bar{right:13px;bottom:max(13px, env(safe-area-inset-bottom));z-index:500;color:#fff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);cursor:pointer;text-align:left;background:#101720f7;border:1px solid #ffffff17;border-radius:18px;grid-template-columns:1fr auto;align-items:center;gap:5px 14px;min-height:69px;padding:10px 11px 10px 16px;display:grid;position:fixed;left:13px;box-shadow:0 20px 45px #00000059}.cart-bar span{color:#aeb8c4;font-size:11px;font-weight:700}.cart-bar strong{font-size:18px}.cart-bar b{background:var(--brand);color:#15100a;border-radius:13px;grid-area:1/2/3;padding:15px 16px;font-size:12px}.modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000b8;place-items:center;padding:18px;display:grid;position:fixed;inset:0;overflow-y:auto}.product-modal,.cart-modal{background:var(--surface);border-radius:23px;width:100%;max-width:480px;max-height:calc(100vh - 36px);position:relative;overflow-y:auto;box-shadow:0 30px 80px #00000073}.modal-close{z-index:4;color:#fff;cursor:pointer;background:#101720e6;border:none;border-radius:50%;width:42px;height:42px;font-size:25px;position:absolute;top:12px;right:12px}.modal-close.static{flex-shrink:0;position:static}.modal-product-image{color:#9fa8b3;background:linear-gradient(145deg,#e7eaee,#d5dae0);border-radius:23px 23px 0 0;place-items:center;height:255px;font-size:40px;font-weight:900;display:grid;overflow:hidden}.modal-product-image img{object-fit:cover;width:100%;height:100%}.modal-content{padding:20px}.modal-content h2{margin:0;font-size:22px}.modal-content p{color:var(--muted);margin:9px 0;font-size:13px;line-height:1.55}.modal-content>strong{color:color-mix(in srgb, var(--brand) 75%, #6a3a00);margin-top:12px;font-size:21px;display:block}.quantity-control{border:1px solid var(--border);background:var(--page);border-radius:14px;grid-template-columns:47px 1fr 47px;align-items:center;gap:7px;margin:20px 0 16px;padding:6px;display:grid}.quantity-control button{background:var(--surface);cursor:pointer;border:none;border-radius:11px;width:47px;height:43px;font-size:24px;font-weight:800}.quantity-control span{text-align:center;font-size:18px;font-weight:900}.primary-action{background:var(--brand);color:#15100a;cursor:pointer;border:none;border-radius:14px;width:100%;min-height:52px;font-size:14px;font-weight:900}.primary-action:disabled{opacity:.55;cursor:not-allowed}.cart-modal{flex-direction:column;display:flex;overflow:hidden}.cart-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:15px;padding:20px;display:flex}.cart-header h2{margin:0;font-size:22px}.cart-header p{color:var(--muted);margin:6px 0 0;font-size:12px;font-weight:700}.cart-items{background:var(--page);align-content:start;gap:11px;min-height:160px;max-height:50vh;padding:14px;display:grid;overflow-y:auto}.cart-item{border:1px solid var(--border);background:var(--surface);border-radius:15px;justify-content:space-between;gap:12px;padding:13px;display:flex}.cart-item h3{margin:0 0 8px;font-size:14px}.cart-item strong{color:color-mix(in srgb, var(--brand) 75%, #6a3a00);font-size:14px}.cart-quantity{border:1px solid var(--border);background:var(--page);border-radius:11px;align-items:center;gap:8px;padding:4px;display:flex}.cart-quantity button{background:var(--surface);cursor:pointer;border:none;border-radius:8px;width:31px;height:31px;font-size:18px;font-weight:900}.cart-quantity span{text-align:center;min-width:18px;font-size:13px;font-weight:900}.cart-footer{border-top:1px solid var(--border);padding:16px}.cart-footer>div{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.cart-footer span{color:var(--muted);font-size:13px;font-weight:700}.cart-footer strong{font-size:22px}.center-state{text-align:center;place-content:center;justify-items:center;min-height:100vh;padding:30px;display:grid}.center-state p{max-width:330px;color:var(--muted);line-height:1.55}.loading-logo,.error-logo{color:#f59e0b;background:#111827;border-radius:22px;place-items:center;width:76px;height:76px;margin-bottom:18px;font-size:23px;font-weight:900;display:grid}.error-logo{color:#dc2626;background:#fee2e2}.loader{border:3px solid #e5e7eb;border-top-color:#f59e0b;border-radius:50%;width:31px;height:31px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width>=700px){body{border-right:1px solid var(--border);border-left:1px solid var(--border);max-width:1100px;margin:0 auto}.restaurant-header,.hero,.search-wrapper,.categories,.menu-content{padding-left:25px;padding-right:25px}.products-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.product-image{height:180px}.cart-bar{max-width:1050px;margin:auto;left:25px;right:25px}}@media (width<=390px){.products-grid{gap:10px}.product-image{height:125px}.product-info{padding:10px}.product-info h3{font-size:13px}}
