:root{--rma-primary:#C8572A;--rma-light:#FAF0EC;--rma-medium:#F0C5B3;--rma-on_primary:#ffffff;--rma-surface:#ffffff;--rma-on_surface:#1C1C1E;--rma-subtle:#F2F2F7;--rma-border:#E5E5EA;--rma-r-sm:10px;--rma-r-md:16px;--rma-r-lg:22px;--rma-r-xl:28px;--rma-shadow:0 1px 8px rgba(0,0,0,.07), 0 4px 16px rgba(0,0,0,.06);--rma-shadow-lg:0 4px 24px rgba(0,0,0,.12), 0 1px 6px rgba(0,0,0,.06);--rma-font:-apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Helvetica, Arial, sans-serif;--rma-font-round:"SF Pro Rounded", "Helvetica Neue Rounded", var(--rma-font);--rma-transition:.22s cubic-bezier(.25,.46,.45,.94)}.rma-app *,.rma-app *::before,.rma-app *::after{box-sizing:border-box}.rma-app{font-family:var(--rma-font);color:var(--rma-on_surface);background:var(--rma-subtle);max-width:880px;margin:0 auto;border-radius:var(--rma-r-xl);overflow:hidden;box-shadow:var(--rma-shadow-lg);-webkit-font-smoothing:antialiased}.rma-header{background:var(--rma-primary);position:sticky;top:0;z-index:100;box-shadow:0 2px 12px rgb(0 0 0 / .18)}.rma-header-inner{padding:18px 20px 10px;display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.rma-branding{flex:1;min-width:0}.rma-restaurant-name{color:var(--rma-on_primary);font-size:clamp(1.15rem, 3vw, 1.5rem);font-weight:700;letter-spacing:-.4px;margin:0 0 1px;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rma-restaurant-sub{color:rgb(255 255 255 / .55);font-size:.72rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;margin:0}.rma-search-wrap{position:relative;flex:0 1 230px;min-width:140px}.rma-search-icon{position:absolute;left:11px;top:50%;transform:translateY(-50%);width:15px;height:15px;color:rgb(255 255 255 / .55);pointer-events:none}.rma-search{width:100%;background:rgb(255 255 255 / .16);border:1px solid rgb(255 255 255 / .22);border-radius:50px;padding:8px 32px 8px 32px;color:#fff;font-size:.85rem;font-family:var(--rma-font);outline:none;transition:background var(--rma-transition),border-color var(--rma-transition)}.rma-search::placeholder{color:rgb(255 255 255 / .45)}.rma-search:focus{background:rgb(255 255 255 / .24);border-color:rgb(255 255 255 / .45)}.rma-search-clear{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:rgb(255 255 255 / .3);border:none;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.rma-search-clear svg{width:10px;height:10px;color:#fff}.rma-tabs{display:flex;gap:2px;padding:10px 14px 0;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.rma-tabs::-webkit-scrollbar{display:none}.rma-tab{flex-shrink:0;padding:9px 18px;border:none;border-radius:var(--rma-r-md) var(--rma-r-md) 0 0;background:rgb(255 255 255 / .12);color:rgb(255 255 255 / .68);font-size:.82rem;font-weight:600;font-family:var(--rma-font);letter-spacing:.01em;white-space:nowrap;cursor:pointer;transition:background var(--rma-transition),color var(--rma-transition);position:relative}.rma-tab:hover{background:rgb(255 255 255 / .22);color:rgb(255 255 255 / .9)}.rma-tab--active{background:var(--rma-subtle)!important;color:var(--rma-primary)!important;font-weight:700}.rma-content{padding:20px 16px 24px;min-height:320px}.rma-section{display:none}.rma-section--active{display:block;animation:rma-fade-in .28s ease}@keyframes rma-fade-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.rma-app.rma-searching .rma-section{display:block}.rma-app.rma-searching .rma-section-header{display:flex}.rma-section-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.rma-section-icon{width:44px;height:44px;background:var(--rma-light);border-radius:14px;display:flex;align-items:center;justify-content:center;color:var(--rma-primary);flex-shrink:0}.rma-section-icon svg{width:22px;height:22px}.rma-section-title{font-size:1.15rem;font-weight:700;margin:0 0 2px;letter-spacing:-.2px}.rma-section-count{font-size:.77rem;color:#999;margin:0}.rma-items{display:grid;gap:10px}.rma-item{background:var(--rma-surface);border-radius:var(--rma-r-md);display:flex;overflow:hidden;box-shadow:var(--rma-shadow);border:1px solid var(--rma-border);cursor:default;transition:transform var(--rma-transition),box-shadow var(--rma-transition)}.rma-item:hover{transform:translateY(-2px);box-shadow:var(--rma-shadow-lg)}.rma-item--featured{border-color:var(--rma-primary);border-width:1.5px}.rma-item-img-wrap{flex-shrink:0;width:88px}.rma-item-img{width:88px;height:100%;min-height:80px;object-fit:cover;display:block}.rma-item-body{flex:1;padding:13px 15px;display:flex;flex-direction:column;gap:5px}.rma-item-top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.rma-item-name{font-size:.93rem;font-weight:700;margin:0;line-height:1.3;flex:1}.rma-item-price{font-size:.88rem;font-weight:800;color:var(--rma-primary);white-space:nowrap;flex-shrink:0}.rma-item-desc{font-size:.79rem;color:#777;margin:0;line-height:1.55}.rma-item-tags{display:flex;gap:5px;flex-wrap:wrap}.rma-tag{display:inline-flex;align-items:center;gap:4px;font-size:.7rem;font-weight:600;padding:2px 8px;border-radius:50px;letter-spacing:.01em}.rma-tag svg{width:11px;height:11px}.rma-tag--veg{background:#e8f5e9;color:#2a7d32}.rma-tag--chef{background:#fff3e0;color:#d84315}.rma-tag--dest{background:var(--rma-light);color:var(--rma-primary)}.rma-highlights-hero{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;margin-bottom:28px}.rma-hero-card{background:var(--rma-surface);border-radius:var(--rma-r-lg);overflow:hidden;box-shadow:var(--rma-shadow-lg);border:1px solid var(--rma-border);transition:transform var(--rma-transition),box-shadow var(--rma-transition);display:flex;flex-direction:column}.rma-hero-card:hover{transform:translateY(-3px);box-shadow:0 8px 32px rgb(0 0 0 / .15)}.rma-hero-img-wrap{position:relative;height:165px;background:linear-gradient(135deg,var(--rma-light) 0%,var(--rma-medium) 100%)}.rma-hero-img-wrap--placeholder{background:var(--rma-light)}.rma-hero-img{width:100%;height:100%;object-fit:cover;display:block}.rma-hero-badge{position:absolute;top:12px;left:12px;background:var(--rma-primary);color:#fff;font-size:.72rem;font-weight:700;padding:4px 10px;border-radius:50px;display:flex;align-items:center;gap:4px;letter-spacing:.02em;box-shadow:0 2px 8px rgb(0 0 0 / .2)}.rma-hero-badge svg{width:11px;height:11px}.rma-hero-body{padding:14px 16px;flex:1;display:flex;flex-direction:column;gap:6px}.rma-hero-name{font-size:1rem;font-weight:700;margin:0;letter-spacing:-.1px;line-height:1.3}.rma-hero-desc{font-size:.8rem;color:#777;margin:0;line-height:1.55;flex:1}.rma-hero-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap;margin-top:4px}.rma-hero-price{font-size:1.05rem;font-weight:800;color:var(--rma-primary)}.rma-highlights-cats-title{margin-bottom:12px}.rma-cat-pills{display:flex;flex-wrap:wrap;gap:8px}.rma-cat-pill{display:inline-flex;align-items:center;gap:7px;padding:9px 16px;background:var(--rma-surface);border:1px solid var(--rma-border);border-radius:var(--rma-r-md);font-size:.84rem;font-weight:600;color:var(--rma-on_surface);cursor:pointer;transition:background var(--rma-transition),border-color var(--rma-transition),color var(--rma-transition);box-shadow:var(--rma-shadow)}.rma-cat-pill:hover{background:var(--rma-light);border-color:var(--rma-primary);color:var(--rma-primary)}.rma-cat-pill-icon{display:flex;align-items:center}.rma-cat-pill-icon svg{width:17px;height:17px}.rma-empty-state{text-align:center;padding:60px 20px;color:#bbb}.rma-empty-icon{width:48px;height:48px;margin:0 auto 12px;display:block}.rma-empty-state p{font-size:.9rem;line-height:1.6}.rma-empty-state code{background:#f0f0f0;padding:1px 6px;border-radius:4px;font-size:.8rem;color:#555}.rma-no-results{text-align:center;padding:60px 20px;color:#bbb}.rma-no-results-icon{width:40px;height:40px;margin:0 auto 10px;display:block}.rma-no-results p{font-size:.9rem;margin:0}.rma-item--hidden{display:none!important}.rma-footer{background:var(--rma-surface);border-top:1px solid var(--rma-border);padding:14px;text-align:center}.rma-footer-brand{display:inline-flex;align-items:center;gap:6px;font-size:.77rem;color:#aaa;margin:0;font-weight:500}.rma-footer-brand strong{color:#777}.rma-sparking-icon{width:13px;height:13px;color:var(--rma-primary)}@media (max-width:580px){.rma-highlights-hero{grid-template-columns:1fr}.rma-restaurant-name{font-size:1.05rem}.rma-search-wrap{flex:1;min-width:100%}.rma-header-inner{flex-wrap:wrap}.rma-item-img-wrap,.rma-item-img{width:76px}}