:root{--primary: #1B4332;--bg: #ffffff;--text: #111111;--muted: #999999;--line: #eeeeee;--veg-bg: #E8F5E9;--veg-text: #2E7D32;--spicy-bg: #FFEBEE;--spicy-text: #C62828;--chef-bg: #FFF3E0;--chef-text: #E65100}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100%;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,DM Sans,sans-serif;font-size:16px;line-height:1.5}button,input{font:inherit;color:inherit;border:none}.page-shell{width:100%;background:var(--bg)}.hero-header{position:relative;background:linear-gradient(135deg,#1b4332,#2d6a4f 60%,#1b4332);padding:40px 20px 32px;text-align:center;box-shadow:0 8px 24px #1b43324d,inset 0 1px #ffffff1a;overflow:hidden}.hero-header:before{content:"";position:absolute;top:-40px;right:-60px;width:200px;height:200px;border-radius:50%;background:#ffffff14;z-index:1}.hero-header:after{content:"";position:absolute;bottom:-50px;left:-40px;width:150px;height:150px;border-radius:50%;background:#ffffff0f;z-index:1}.logo-circle{position:relative;width:88px;height:88px;border-radius:50%;background:#ffffff26;border:2px solid rgba(255,255,255,.4);margin:0 auto;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 12px 32px #0003,inset 0 1px 2px #fff3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2}.logo-circle img{width:100%;height:100%;object-fit:contain}.restaurant-name{position:relative;margin:16px 0 0;font-size:24px;font-weight:600;color:#fff;letter-spacing:.01em;z-index:2}.restaurant-tagline{position:relative;margin:6px 0 0;font-size:13px;color:#ffffffbf;font-weight:400;z-index:2}.search-strip{position:sticky;top:0;z-index:9;background:var(--bg);padding:12px 16px;display:flex;justify-content:center;box-shadow:0 2px 8px #0000000a}.search-wrap{position:relative;width:100%;max-width:480px}.search-input{width:100%;background:#f5f5f5;border:none;border-radius:999px;padding:10px 16px 10px 40px;font-size:13px;outline:none;color:var(--text)}.search-input::placeholder{color:#aaa}.search-input:focus{background:#eee}.content-wrap{width:100%;max-width:480px;margin:0 auto;padding:0 16px 40px}.category-nav{position:sticky;top:58px;background:var(--bg);z-index:10;padding:10px 0;border-bottom:.5px solid var(--line);box-shadow:0 1px 4px #0000000a}.category-row{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.category-row::-webkit-scrollbar{display:none}.category-pill,.pill-skeleton{flex:0 0 auto;border-radius:999px;font-size:12px;white-space:nowrap}.category-pill{border:.5px solid #ddd;background:#fff;color:#555;padding:6px 16px;cursor:pointer;transition:background-color .2s,border-color .2s,color .2s}.category-pill:hover{background:#f9f9f9}.category-pill.active{background:var(--primary);border-color:var(--primary);color:#fff;font-weight:500}.pill-skeleton{width:80px;height:32px;border:.5px solid #ddd;background:linear-gradient(90deg,#f2f2f2,#f8f8f8,#f2f2f2 70%);background-size:180% 100%;animation:pulse-slide 1.4s linear infinite}.menu-main{padding-top:20px}.menu-section{margin-bottom:28px}.section-title{font-size:18px;font-weight:500;color:var(--text);margin:0 0 10px;padding:0}.section-title-skeleton{width:120px;height:22px;background:#f0f0f0;border-radius:4px;animation:pulse 1.15s ease-in-out infinite;margin-bottom:10px}.dishes-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.dish-card{background:var(--bg);border:.5px solid var(--line);border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.dish-image-button{width:100%;aspect-ratio:1 / 1;border:none;padding:0;background:#f5f5f5;overflow:hidden;cursor:pointer;display:block}.dish-image{width:100%;height:100%;object-fit:cover;display:block}.image-fallback{display:grid;width:100%;height:100%;place-items:center;font-size:11px;color:var(--muted)}.card-body{padding:10px;flex:1;display:flex;flex-direction:column}.dish-name{margin:0 0 2px;font-size:13px;font-weight:500;color:var(--text);line-height:1.3}.dish-description{margin:0 0 6px;font-size:11px;color:var(--muted);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.badge-row{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:6px}.badge{display:inline-block;font-size:10px;padding:2px 7px;border-radius:999px;white-space:nowrap}.badge-veg{background:var(--veg-bg);color:var(--veg-text)}.badge-spicy{background:var(--spicy-bg);color:var(--spicy-text)}.badge-chef{background:var(--chef-bg);color:var(--chef-text)}.card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.dish-price{font-size:13px;font-weight:500;color:var(--primary)}.circle-3d-btn{background:var(--primary);color:#fff;font-size:12px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:8px;padding:8px 12px;height:36px;min-width:76px;transition:background-color .2s,box-shadow .2s,transform .15s}.circle-3d-btn:active{transform:scale(.98);box-shadow:0 2px 8px #1b43324d}.circle-3d-btn.disabled,.circle-3d-btn:disabled{opacity:.5;cursor:not-allowed}.empty-state{text-align:center;padding:32px 16px}.empty-state h2{margin:0 0 8px;font-size:16px}.empty-state p{margin:0;color:var(--muted);font-size:14px}.skeleton-tile{position:relative;overflow:hidden;aspect-ratio:1 / 1}.skeleton-block{background:#f0f0f0;animation:pulse 1.15s ease-in-out infinite;border-radius:4px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#0009;display:grid;place-items:flex-end;padding:0}.bottom-sheet{width:100%;max-height:90vh;background:var(--bg);border-radius:16px 16px 0 0;padding:20px;position:relative;display:flex;flex-direction:column;animation:slide-up .3s ease-out}@keyframes slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.modal-close{position:absolute;top:8px;right:8px;width:32px;height:32px;border:1px solid var(--text);border-radius:50%;background:var(--bg);cursor:pointer;font-size:20px;line-height:1;display:flex;align-items:center;justify-content:center}.modal-title{margin:0 0 12px;font-size:16px;font-weight:500;padding-right:40px}.modal-image{width:100%;height:auto;display:block;border-radius:8px;object-fit:contain;max-height:80vh}model-viewer{--progress-bar-color: var(--primary);--progress-bar-background: #dddddd;border-radius:8px;overflow:hidden}@keyframes pulse{0%{opacity:.65}50%{opacity:1}to{opacity:.65}}@keyframes pulse-slide{0%{background-position:100% 0}to{background-position:-100% 0}}@media (min-width: 481px){.content-wrap{padding:0 20px 40px}.dishes-grid{gap:16px}}
