html,body{margin:0;padding:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:#f8fafc;color:#1e293b;line-height:1.6}.menu-container{min-height:100vh;max-width:100%;margin:0 auto;background:linear-gradient(135deg,#667eea,#764ba2)}.menu-header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem 1rem;text-align:center;box-shadow:0 2px 20px #0000001a;position:sticky;top:0;z-index:100;display:flex;flex-direction:column;gap:1rem}.list-selector{display:flex;gap:.5rem;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;padding:.25rem 0;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.list-selector::-webkit-scrollbar{display:none}.list-tab{background:#fff;border:2px solid #e2e8f0;border-radius:20px;padding:.5rem 1rem;font-size:2rem;font-weight:500;color:#64748b;cursor:pointer;transition:all .3s ease;white-space:nowrap;box-shadow:0 2px 4px #0000000d;flex-shrink:0;min-width:fit-content}.list-tab:hover{transform:translateY(-1px);box-shadow:0 4px 8px #0000001a}.list-tab.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff;box-shadow:0 4px 12px #667eea4d}.restaurant-name{font-size:1.75rem;font-weight:700;color:#1e293b;text-transform:uppercase;letter-spacing:.5px;margin:0}.search-container{position:relative;max-width:400px;margin:0 auto;width:100%}.search-input{width:100%;padding:.75rem 3rem .75rem 1rem;border:2px solid #e2e8f0;border-radius:25px;font-size:1.4rem;background:#fff;outline:none;transition:all .3s ease;box-shadow:0 2px 4px #0000000d}.search-input:focus{border-color:#667eea;box-shadow:0 4px 12px #667eea33;transform:translateY(-1px)}.search-input::placeholder{color:#94a3b8}.search-icon{position:absolute;right:1rem;top:50%;transform:translateY(-50%);font-size:1.1rem;color:#94a3b8;pointer-events:none}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.loading-spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.3);border-top:4px solid white;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading p{font-size:1.1rem;font-weight:500}.category-nav{background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem;position:sticky;top:88px;z-index:90;border-bottom:1px solid rgba(0,0,0,.1)}.category-tabs{display:flex;gap:.5rem;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;padding:.25rem 0;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.category-tabs::-webkit-scrollbar{display:none}.category-tab{background:#fff;border:2px solid #e2e8f0;border-radius:25px;padding:.75rem 1.5rem;font-size:1.4rem;font-weight:700;color:#64748b;cursor:pointer;transition:all .3s ease;white-space:nowrap;flex-shrink:0;box-shadow:0 2px 4px #0000000d;min-width:fit-content}.category-tab:hover{transform:translateY(-1px);box-shadow:0 4px 8px #0000001a}.category-tab.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff;box-shadow:0 4px 12px #667eea4d}.menu-content{padding:1.5rem 1rem;min-height:calc(100vh - 200px)}.products-list{display:grid;gap:1rem;max-width:600px;margin:0 auto}.product-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:1px solid rgba(255,255,255,.2);display:flex;gap:1.5rem;align-items:stretch}.product-card:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0000001f}.product-image{width:120px;height:120px;flex-shrink:0;overflow:hidden;border-radius:12px;position:relative;background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.05)}.image-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);color:#94a3b8;font-size:1.5rem}.product-info{flex:1;display:flex;flex-direction:column}.product-name{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:.75rem;line-height:1.3}.portions{display:flex;flex-direction:column;gap:.75rem}.portion{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;transition:all .2s ease}.portion:hover{background:#f1f5f9;border-color:#cbd5e1}.portion-name{font-size:1rem;font-weight:500;color:#475569}.portion-price{font-size:1.1rem;font-weight:700;color:#059669;background:#0596691a;padding:.25rem .75rem;border-radius:20px}.empty-category{text-align:center;padding:3rem 1rem;color:#fffc}.empty-category p{font-size:1.1rem;font-weight:500}@media (min-width: 768px){.menu-container{max-width:800px;margin:0 auto;border-radius:0;box-shadow:0 0 50px #0000001a}.restaurant-name{font-size:2rem}.category-tabs{justify-content:flex-start;flex-wrap:nowrap}.products-list{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.product-card{padding:2rem;gap:2rem}.product-image{width:150px;height:150px}.menu-content{padding:2rem}}@media (min-width: 1024px){.menu-container{max-width:1000px}.products-list{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}}@media (max-width: 480px){.product-card{flex-direction:column;gap:1rem}.product-image{width:100%;height:180px;align-self:stretch}}@media (hover: none) and (pointer: coarse){.category-tab:hover,.product-card:hover{transform:none}.portion:hover{background:#f8fafc;border-color:#e2e8f0}}@media (prefers-color-scheme: dark){body{background-color:#0f172a;color:#e2e8f0}.menu-header{background:#0f172af2}.restaurant-name{color:#e2e8f0}.category-nav{background:#0f172ae6;border-bottom-color:#ffffff1a}.search-input{background:#1e293b;border-color:#334155;color:#e2e8f0}.search-input:focus{border-color:#667eea;background:#1e293b}.search-input::placeholder{color:#64748b}.search-icon{color:#64748b}.list-tab{background:#1e293b;border-color:#334155;color:#cbd5e1}.list-tab.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff}.category-tab{background:#1e293b;border-color:#334155;color:#cbd5e1}.product-card{background:#1e293b;border-color:#ffffff1a}.product-image{background:linear-gradient(135deg,#1e293b,#334155)}.image-placeholder{background:linear-gradient(135deg,#1e293b,#334155);color:#64748b}.product-name{color:#e2e8f0}.portion{background:#0f172a;border-color:#334155}.portion:hover{background:#1e293b;border-color:#475569}.portion-name{color:#cbd5e1}}
