:root{--rest-primary: #FF720D;--rest-primary-dark: #E55F00;--rest-primary-light: #FF8F3F;--rest-primary-bg: #FFF7F0;--rest-price: #F55726;--rest-bg: #F5F6F8;--rest-card-bg: #FFFFFF;--rest-border: #EEEEEE;--rest-text: #333333;--rest-text-secondary: #666666;--rest-text-muted: #999999;--rest-header-height: 48px;--rest-bottom-nav-height: 56px;--rest-container-padding: 12px;--rest-radius: 8px;--rest-radius-lg: 12px;--rest-shadow: 0 1px 4px rgba(0,0,0,0.06);--rest-shadow-md: 0 4px 12px rgba(0,0,0,0.08)}.rest-page{background:var(--rest-bg);min-height:100vh;-webkit-tap-highlight-color:transparent}.rest-page.has-bottom-nav{padding-bottom:calc(var(--rest-bottom-nav-height) + env(safe-area-inset-bottom, 0px))}.rest-main{padding-top:calc(var(--rest-header-height) + env(safe-area-inset-top, 0px));min-height:calc(100vh - var(--rest-header-height) - env(safe-area-inset-top, 0px))}.rest-container{max-width:768px;margin:0 auto;padding:0 var(--rest-container-padding)}.rest-header{position:fixed;top:0;left:0;right:0;z-index:200;height:calc(var(--rest-header-height) + env(safe-area-inset-top, 0px));padding-top:env(safe-area-inset-top, 0px);background:var(--rest-primary);color:#fff}.rest-header__inner{max-width:768px;margin:0 auto;height:100%;display:flex;align-items:center;padding:0 12px;gap:8px}.rest-header__back{color:#fff;font-size:1.25rem;text-decoration:none;display:flex;align-items:center;flex-shrink:0;width:32px}.rest-header__title{flex:1;text-align:center;font-size:1rem;font-weight:600;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rest-header__actions{min-width:32px;text-align:right}.rest-header__spacer{width:32px}.rest-header__city{display:flex;align-items:center;gap:4px;color:#fff;text-decoration:none;font-size:.85rem;flex-shrink:0}.rest-header__city-name{max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rest-header__city-arrow{font-size:.7rem}.rest-header__brand{flex:1;text-align:center;color:#fff;text-decoration:none;font-size:1.1rem;font-weight:700}.rest-header__search-icon{color:#fff;text-decoration:none;font-size:1.15rem;flex-shrink:0}.rest-bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:200;height:calc(var(--rest-bottom-nav-height) + env(safe-area-inset-bottom, 0px));padding-bottom:env(safe-area-inset-bottom, 0px);background:#fff;border-top:1px solid var(--rest-border);display:flex;align-items:center}.rest-bottom-nav__item{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px;text-decoration:none;color:var(--rest-text-muted);font-size:.7rem;position:relative;padding:4px 0;transition:color .15s}.rest-bottom-nav__item i{font-size:1.25rem}.rest-bottom-nav__item--active{color:var(--rest-primary);font-weight:600}.rest-bottom-nav__badge{position:absolute;top:0;right:50%;transform:translateX(14px);min-width:16px;height:16px;border-radius:8px;background:#f55726;color:#fff;font-size:.6rem;line-height:16px;text-align:center;padding:0 4px}.rest-section{margin-bottom:16px}.rest-section__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;padding:0 2px}.rest-section__title{font-size:1.05rem;font-weight:700;color:var(--rest-text);margin:0}.rest-section__more{font-size:.8rem;color:var(--rest-text-muted);text-decoration:none}.rest-store-card{display:block;text-decoration:none;color:var(--rest-text);background:var(--rest-card-bg);border-radius:var(--rest-radius-lg);overflow:hidden;box-shadow:var(--rest-shadow);margin-bottom:12px;transition:box-shadow .2s}.rest-store-card:active{box-shadow:var(--rest-shadow-md)}.rest-store-card__cover{position:relative;height:140px;overflow:hidden;background:#eee}.rest-store-card__cover>img{width:100%;height:100%;object-fit:cover}.rest-store-card__logo{position:absolute;bottom:-18px;left:14px;width:44px;height:44px;border-radius:10px;border:2px solid #fff;object-fit:cover;box-shadow:var(--rest-shadow);background:#fff}.rest-store-card__body{padding:24px 14px 14px}.rest-store-card__name{font-size:1rem;font-weight:700;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rest-store-card__slogan{font-size:.8rem;color:var(--rest-text-secondary);margin:0 0 6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rest-store-card__meta{display:flex;align-items:center;gap:8px;font-size:.75rem;color:var(--rest-text-muted);flex-wrap:wrap}.rest-store-card__rating{color:#faad14;font-weight:600}.rest-store-card__rating i{font-size:.7rem}.rest-store-card__tags{display:flex;gap:4px;margin-top:6px}.rest-store-card__tag{font-size:.65rem;color:var(--rest-primary);border:1px solid var(--rest-primary);border-radius:3px;padding:1px 5px;line-height:1.4}.rest-store-card--mini{margin-bottom:8px}.rest-store-card--mini .rest-store-card__cover{height:100px}.rest-store-card--mini .rest-store-card__logo{width:32px;height:32px;bottom:-12px}.rest-store-card--mini .rest-store-card__body{padding:18px 10px 10px}.rest-store-scroll{display:flex;overflow-x:auto;gap:12px;padding:0 2px 12px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.rest-store-scroll::-webkit-scrollbar{display:none}.rest-store-scroll .rest-store-card{flex:0 0 260px;margin-bottom:0}.rest-dish-card{position:relative;background:var(--rest-card-bg);border-radius:var(--rest-radius);overflow:hidden;box-shadow:var(--rest-shadow)}.rest-dish-card--sold-out{opacity:.6}.rest-dish-card__link{display:block;text-decoration:none;color:var(--rest-text)}.rest-dish-card__img{position:relative;aspect-ratio:1;overflow:hidden;background:#f0f0f0}.rest-dish-card__img img{width:100%;height:100%;object-fit:cover}.rest-dish-card__badge{position:absolute;top:6px;left:6px;font-size:.6rem;padding:2px 6px;border-radius:3px;color:#fff;font-weight:600}.rest-dish-card__badge--new{background:var(--rest-primary)}.rest-dish-card__badge--hot{background:#f55726}.rest-dish-card__badge--soldout{background:#999}.rest-dish-card__body{padding:8px}.rest-dish-card__name{font-size:.85rem;font-weight:600;margin:0 0 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rest-dish-card__name-pt{font-size:.7rem;color:var(--rest-text-muted);margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rest-dish-card__store{font-size:.7rem;color:var(--rest-text-secondary);margin:0 0 4px}.rest-dish-card__spicy{font-size:.65rem;display:inline-block;margin-bottom:4px}.rest-dish-card__price{display:flex;align-items:baseline;gap:4px}.rest-dish-card__price-current{font-size:.85rem;font-weight:700;color:var(--rest-price)}.rest-dish-card__price-original{font-size:.7rem;color:var(--rest-text-muted);text-decoration:line-through}.rest-dish-card__add-cart{position:absolute;bottom:8px;right:8px;width:28px;height:28px;border-radius:50%;border:none;background:var(--rest-primary);color:#fff;font-size:.9rem;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:var(--rest-shadow);transition:background .15s}.rest-dish-card__add-cart:active{background:var(--rest-primary-dark)}.rest-dish-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:10px;margin-bottom:16px}.rest-tabs{display:flex;gap:0;background:var(--rest-card-bg);border-radius:var(--rest-radius);margin-bottom:12px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.rest-tabs::-webkit-scrollbar{display:none}.rest-tabs__item{flex:none;padding:10px 16px;font-size:.85rem;color:var(--rest-text-secondary);text-decoration:none;white-space:nowrap;border-bottom:2px solid transparent;transition:color .15s,border-color .15s}.rest-tabs__item--active{color:var(--rest-primary);border-bottom-color:var(--rest-primary);font-weight:600}.rest-tabs__item:active{color:var(--rest-primary)}.rest-filter-bar{display:flex;align-items:center;gap:8px;margin-bottom:12px}.rest-filter-bar__search{flex:1;display:flex;align-items:center;background:var(--rest-card-bg);border-radius:20px;padding:0 12px;height:36px}.rest-filter-bar__search i{color:var(--rest-text-muted);font-size:.85rem;margin-right:6px}.rest-filter-bar__search input{flex:1;border:none;outline:none;font-size:.85rem;background:transparent}.rest-filter-bar__city-btn{display:flex;align-items:center;gap:4px;padding:0 10px;height:36px;background:var(--rest-card-bg);border-radius:20px;text-decoration:none;color:var(--rest-text);font-size:.8rem;white-space:nowrap}.rest-sort-bar{display:flex;gap:0;margin-bottom:12px}.rest-sort-bar__item{padding:6px 14px;font-size:.8rem;color:var(--rest-text-secondary);text-decoration:none;border-bottom:2px solid transparent}.rest-sort-bar__item--active{color:var(--rest-primary);border-bottom-color:var(--rest-primary);font-weight:600}.rest-review-card{background:var(--rest-card-bg);border-radius:var(--rest-radius);padding:14px;margin-bottom:10px}.rest-review-card__header{display:flex;align-items:center;gap:10px;margin-bottom:8px}.rest-review-card__avatar{width:36px;height:36px;border-radius:50%;object-fit:cover}.rest-review-card__info{flex:1}.rest-review-card__name{font-size:.85rem;font-weight:600;display:block}.rest-review-card__rating{color:#faad14;font-size:.75rem}.rest-review-card__date{font-size:.7rem;color:var(--rest-text-muted);flex-shrink:0}.rest-review-card__dish{font-size:.75rem;color:var(--rest-text-secondary);margin-bottom:4px}.rest-review-card__content{font-size:.85rem;color:var(--rest-text);margin:0 0 8px;line-height:1.5}.rest-review-card__images{display:flex;gap:6px;margin-bottom:8px}.rest-review-card__image{width:72px;height:72px;border-radius:6px;object-fit:cover}.rest-review-card__reply{background:#f9f9f9;border-radius:6px;padding:10px;font-size:.8rem}.rest-review-card__reply-label{color:var(--rest-primary);font-weight:600;font-size:.75rem;display:block;margin-bottom:2px}.rest-review-card__reply p{margin:0;color:var(--rest-text-secondary);line-height:1.4}.rest-order-card{display:block;text-decoration:none;color:var(--rest-text);background:var(--rest-card-bg);border-radius:var(--rest-radius);padding:14px;margin-bottom:10px;box-shadow:var(--rest-shadow)}.rest-order-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.rest-order-card__store{font-size:.9rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.rest-order-card__status{font-size:.75rem;font-weight:600;padding:2px 8px;border-radius:3px;flex-shrink:0;margin-left:8px}.rest-order-card__status--warning{background:#fff3e0;color:#e65100}.rest-order-card__status--info{background:#e3f2fd;color:#0d47a1}.rest-order-card__status--success{background:#e8f5e9;color:#1b5e20}.rest-order-card__status--muted{background:#f5f5f5;color:#999}.rest-order-card__status--danger{background:#ffebee;color:#b71c1c}.rest-order-card__items{display:flex;align-items:center;gap:6px;margin-bottom:10px}.rest-order-card__thumb{width:48px;height:48px;border-radius:6px;object-fit:cover;background:#f0f0f0}.rest-order-card__more{width:48px;height:48px;border-radius:6px;background:#f0f0f0;display:flex;align-items:center;justify-content:center;font-size:.75rem;color:var(--rest-text-muted)}.rest-order-card__footer{display:flex;justify-content:space-between;align-items:center}.rest-order-card__meta{display:flex;gap:8px;font-size:.75rem;color:var(--rest-text-muted)}.rest-order-card__type{color:var(--rest-primary);font-weight:500}.rest-order-card__total{font-size:.9rem;font-weight:700;color:var(--rest-price)}.rest-cart-group{background:var(--rest-card-bg);border-radius:var(--rest-radius);margin-bottom:12px;overflow:hidden}.rest-cart-group__header{display:flex;align-items:center;gap:8px;padding:12px 14px;border-bottom:1px solid var(--rest-border)}.rest-cart-group__check{accent-color:var(--rest-primary)}.rest-cart-group__store-name{font-weight:600;font-size:.9rem;flex:1}.rest-cart-item{display:flex;align-items:center;gap:10px;padding:12px 14px;border-bottom:1px solid var(--rest-border)}.rest-cart-item:last-child{border-bottom:none}.rest-cart-item__check{accent-color:var(--rest-primary)}.rest-cart-item__img{width:60px;height:60px;border-radius:6px;object-fit:cover;flex-shrink:0}.rest-cart-item__info{flex:1;min-width:0}.rest-cart-item__name{font-size:.85rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rest-cart-item__sku{font-size:.7rem;color:var(--rest-text-muted);margin-top:2px}.rest-cart-item__price{font-size:.85rem;color:var(--rest-price);font-weight:600;margin-top:4px}.rest-cart-item__qty{display:flex;align-items:center;gap:0;flex-shrink:0}.rest-cart-item__qty button{width:28px;height:28px;border:1px solid var(--rest-border);background:#fff;font-size:.9rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.rest-cart-item__qty button:first-child{border-radius:4px 0 0 4px}.rest-cart-item__qty button:last-child{border-radius:0 4px 4px 0}.rest-cart-item__qty span{width:32px;height:28px;line-height:28px;text-align:center;font-size:.8rem;border-top:1px solid var(--rest-border);border-bottom:1px solid var(--rest-border)}.rest-cart-item--unavailable{opacity:.5}.rest-cart-item__unavailable-tag{font-size:.65rem;color:#f55726;background:#fff0ec;padding:1px 4px;border-radius:2px;margin-top:2px;display:inline-block}.rest-cart-item__delete{color:var(--rest-text-muted);border:none;background:none;font-size:1rem;cursor:pointer;padding:4px;flex-shrink:0}.rest-cart-bar{position:fixed;bottom:var(--rest-bottom-nav-height);left:0;right:0;z-index:150;background:#fff;border-top:1px solid var(--rest-border);padding:10px 14px;padding-bottom:calc(10px + env(safe-area-inset-bottom, 0));display:flex;align-items:center;gap:12px}.rest-cart-bar__check{accent-color:var(--rest-primary)}.rest-cart-bar__total{flex:1;font-size:.85rem;color:var(--rest-text)}.rest-cart-bar__total strong{font-size:1.1rem;color:var(--rest-price)}.rest-cart-bar__btn{padding:10px 24px;background:var(--rest-primary);color:#fff;border:none;border-radius:20px;font-size:.9rem;font-weight:600;cursor:pointer}.rest-cart-bar__btn:disabled{background:#ccc}.rest-checkout-section{background:var(--rest-card-bg);border-radius:var(--rest-radius);padding:14px;margin-bottom:12px}.rest-checkout-section__title{font-size:.9rem;font-weight:700;margin:0 0 10px}.rest-checkout-row{display:flex;align-items:center;padding:8px 0;border-bottom:1px solid var(--rest-border)}.rest-checkout-row:last-child{border-bottom:none}.rest-checkout-row__label{font-size:.85rem;color:var(--rest-text-secondary);width:80px;flex-shrink:0}.rest-checkout-row__value{flex:1;font-size:.85rem;text-align:right}.rest-checkout-row__value input,.rest-checkout-row__value textarea,.rest-checkout-row__value select{width:100%;text-align:right;border:none;outline:none;font-size:.85rem;background:transparent}.rest-checkout-total{text-align:right;margin-top:12px;font-size:1rem}.rest-checkout-total strong{font-size:1.2rem;color:var(--rest-price)}.rest-checkout-submit{width:100%;padding:14px;background:var(--rest-primary);color:#fff;border:none;border-radius:var(--rest-radius);font-size:1rem;font-weight:700;cursor:pointer;margin-top:16px}.rest-checkout-submit:disabled{background:#ccc}.rest-order-type{display:flex;gap:8px;margin-bottom:12px}.rest-order-type__item{flex:1;padding:10px;border:2px solid var(--rest-border);border-radius:var(--rest-radius);text-align:center;cursor:pointer;transition:border-color .15s}.rest-order-type__item--active{border-color:var(--rest-primary);background:var(--rest-primary-bg)}.rest-order-type__item input{display:none}.rest-order-type__icon{font-size:1.4rem;display:block;margin-bottom:4px}.rest-order-type__label{font-size:.8rem;font-weight:600}.rest-store-banner{position:relative;height:200px;margin:-12px -12px 0;overflow:hidden}.rest-store-banner img{width:100%;height:100%;object-fit:cover}.rest-store-banner--carousel{height:auto}.rest-store-banner__track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.rest-store-banner__track::-webkit-scrollbar{display:none}.rest-store-banner__slide{flex:0 0 100%;scroll-snap-align:start;height:200px}.rest-store-banner__slide img{width:100%;height:100%;object-fit:cover;display:block}.rest-store-banner__dots{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);display:flex;gap:6px}.rest-store-banner__dot{width:6px;height:6px;border-radius:50%;background:rgba(255, 255, 255, 0.5)}.rest-store-info{background:var(--rest-card-bg);border-radius:var(--rest-radius-lg) var(--rest-radius-lg) 0 0;margin-top:-24px;position:relative;padding:16px}.rest-store-info__logo{width:56px;height:56px;border-radius:12px;border:3px solid #fff;object-fit:cover;box-shadow:var(--rest-shadow);margin-top:-44px;margin-bottom:8px}.rest-store-info__name{font-size:1.2rem;font-weight:700;margin:0 0 4px}.rest-store-info__slogan{font-size:.85rem;color:var(--rest-text-secondary);margin:0 0 8px}.rest-store-info__meta{display:flex;gap:12px;font-size:.8rem;color:var(--rest-text-muted);flex-wrap:wrap}.rest-store-info__rating{color:#faad14;font-weight:600}.rest-store-menu{display:flex;gap:0;margin-top:12px}.rest-store-menu__cats{width:80px;flex-shrink:0;overflow-y:auto;max-height:calc(100vh - 240px)}.rest-store-menu__cat{display:block;padding:10px 8px;font-size:.8rem;color:var(--rest-text-secondary);text-align:center;text-decoration:none;border-left:3px solid transparent;transition:all .15s}.rest-store-menu__cat--active{color:var(--rest-primary);border-left-color:var(--rest-primary);background:var(--rest-primary-bg);font-weight:600}.rest-store-menu__dishes{flex:1;overflow-y:auto;max-height:calc(100vh - 240px);padding-left:10px}.rest-store-menu__dish-row{display:flex;gap:10px;padding:10px 0;border-bottom:1px solid var(--rest-border);align-items:flex-start}.rest-store-menu__dish-img{width:80px;height:80px;border-radius:6px;object-fit:cover;flex-shrink:0}.rest-store-menu__dish-info{flex:1;min-width:0}.rest-store-menu__dish-name{font-size:.9rem;font-weight:600;margin:0 0 4px}.rest-store-menu__dish-desc{font-size:.75rem;color:var(--rest-text-muted);margin:0 0 6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rest-store-menu__dish-bottom{display:flex;align-items:center;justify-content:space-between}.rest-store-menu__dish-price{font-size:.9rem;font-weight:700;color:var(--rest-price)}.rest-store-menu__dish-price-orig{font-size:.7rem;color:var(--rest-text-muted);text-decoration:line-through;margin-left:4px}.rest-store-menu__dish-add{width:28px;height:28px;border-radius:50%;border:none;background:var(--rest-primary);color:#fff;font-size:.9rem;display:flex;align-items:center;justify-content:center;cursor:pointer}.rest-dish-detail__img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:0 0 var(--rest-radius-lg) var(--rest-radius-lg);margin:-12px 0 12px}.rest-dish-detail__name{font-size:1.3rem;font-weight:700;margin:0 0 4px}.rest-dish-detail__name-pt{font-size:.9rem;color:var(--rest-text-secondary);margin:0 0 8px}.rest-dish-detail__price{font-size:1.3rem;font-weight:700;color:var(--rest-price);margin-bottom:12px}.rest-dish-detail__price-orig{font-size:.85rem;color:var(--rest-text-muted);text-decoration:line-through;margin-left:6px}.rest-dish-detail__desc{font-size:.9rem;color:var(--rest-text-secondary);line-height:1.6;margin-bottom:16px}.rest-dish-detail__spicy{display:inline-block;margin-bottom:12px;font-size:.85rem}.rest-sku-picker{background:var(--rest-card-bg);border-radius:var(--rest-radius);padding:14px;margin-bottom:12px}.rest-sku-picker__title{font-size:.85rem;font-weight:600;margin:0 0 8px}.rest-sku-picker__options{display:flex;flex-wrap:wrap;gap:8px}.rest-sku-picker__option{padding:6px 14px;border:1px solid var(--rest-border);border-radius:16px;font-size:.8rem;cursor:pointer;background:#fff;transition:all .15s}.rest-sku-picker__option--active{border-color:var(--rest-primary);background:var(--rest-primary-bg);color:var(--rest-primary);font-weight:600}.rest-sku-picker__option--disabled{opacity:.4;cursor:not-allowed}.rest-dish-bar{position:fixed;bottom:0;left:0;right:0;z-index:150;background:#fff;border-top:1px solid var(--rest-border);padding:10px 14px;padding-bottom:calc(10px + env(safe-area-inset-bottom, 0));display:flex;align-items:center;gap:12px}.rest-dish-bar__qty{display:flex;align-items:center;gap:0}.rest-dish-bar__qty button{width:32px;height:32px;border:1px solid var(--rest-border);background:#fff;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.rest-dish-bar__qty button:first-child{border-radius:6px 0 0 6px}.rest-dish-bar__qty button:last-child{border-radius:0 6px 6px 0}.rest-dish-bar__qty span{width:40px;height:32px;line-height:32px;text-align:center;font-size:.9rem;font-weight:600;border-top:1px solid var(--rest-border);border-bottom:1px solid var(--rest-border)}.rest-dish-bar__add{flex:1;padding:10px;background:var(--rest-primary);color:#fff;border:none;border-radius:20px;font-size:.9rem;font-weight:600;cursor:pointer}.rest-dish-bar__add:disabled{background:#ccc}.rest-my-profile{background:var(--rest-primary);color:#fff;padding:24px 16px 32px;margin:-12px -12px 0;text-align:center}.rest-my-profile__avatar{width:64px;height:64px;border-radius:50%;border:3px solid rgba(255, 255, 255, 0.3);object-fit:cover;margin-bottom:8px}.rest-my-profile__name{font-size:1.1rem;font-weight:700;margin:0 0 4px}.rest-my-profile__login{display:inline-block;padding:8px 24px;border:1px solid rgba(255, 255, 255, 0.5);border-radius:20px;color:#fff;text-decoration:none;font-size:.9rem}.rest-my-stats{display:flex;background:var(--rest-card-bg);border-radius:var(--rest-radius-lg);margin:-16px 12px 16px;position:relative;padding:16px 0;box-shadow:var(--rest-shadow-md)}.rest-my-stats__item{flex:1;text-align:center;text-decoration:none;color:var(--rest-text)}.rest-my-stats__num{font-size:1.2rem;font-weight:700;display:block}.rest-my-stats__label{font-size:.7rem;color:var(--rest-text-muted)}.rest-my-menu{background:var(--rest-card-bg);border-radius:var(--rest-radius);overflow:hidden;margin-bottom:12px}.rest-my-menu__item{display:flex;align-items:center;padding:14px 16px;text-decoration:none;color:var(--rest-text);border-bottom:1px solid var(--rest-border)}.rest-my-menu__item:last-child{border-bottom:none}.rest-my-menu__icon{width:28px;font-size:1.1rem;color:var(--rest-primary)}.rest-my-menu__label{flex:1;font-size:.9rem}.rest-my-menu__arrow{color:var(--rest-text-muted);font-size:.8rem}.rest-my-menu__badge{background:#f55726;color:#fff;font-size:.6rem;min-width:16px;height:16px;line-height:16px;text-align:center;border-radius:8px;padding:0 4px;margin-right:6px}.rest-order-top{background:var(--rest-primary);color:#fff;padding:20px 16px;margin:-12px -12px 0;text-align:center}.rest-order-top__status{font-size:1.3rem;font-weight:700;margin-bottom:4px}.rest-order-top__desc{font-size:.85rem;opacity:.85}.rest-order-section{background:var(--rest-card-bg);border-radius:var(--rest-radius);padding:14px;margin-bottom:12px}.rest-order-section__title{font-size:.9rem;font-weight:700;margin:0 0 8px;color:var(--rest-text)}.rest-order-item-row{display:flex;gap:10px;padding:8px 0;border-bottom:1px solid var(--rest-border);align-items:center}.rest-order-item-row:last-child{border-bottom:none}.rest-order-item-row__img{width:48px;height:48px;border-radius:6px;object-fit:cover}.rest-order-item-row__info{flex:1;min-width:0}.rest-order-item-row__name{font-size:.85rem;font-weight:600}.rest-order-item-row__sku{font-size:.7rem;color:var(--rest-text-muted)}.rest-order-item-row__right{text-align:right;flex-shrink:0}.rest-order-item-row__price{font-size:.85rem;font-weight:600;color:var(--rest-text)}.rest-order-item-row__qty{font-size:.7rem;color:var(--rest-text-muted)}.rest-review-form__item{background:var(--rest-card-bg);border-radius:var(--rest-radius);padding:14px;margin-bottom:12px}.rest-review-form__dish{display:flex;gap:10px;align-items:center;margin-bottom:12px}.rest-review-form__dish-img{width:48px;height:48px;border-radius:6px;object-fit:cover}.rest-review-form__dish-name{font-size:.9rem;font-weight:600}.rest-review-form__stars{display:flex;gap:4px;margin-bottom:10px}.rest-review-form__star{font-size:1.5rem;color:#ddd;cursor:pointer;transition:color .1s}.rest-review-form__star--active{color:#faad14}.rest-review-form__textarea{width:100%;min-height:80px;border:1px solid var(--rest-border);border-radius:6px;padding:10px;font-size:.85rem;resize:vertical;margin-bottom:8px}.rest-review-form__images{display:flex;gap:8px;flex-wrap:wrap}.rest-review-form__img-upload{width:60px;height:60px;border:1px dashed var(--rest-border);border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--rest-text-muted);font-size:1.3rem}.rest-review-form__img-preview{width:60px;height:60px;border-radius:6px;object-fit:cover;position:relative}.rest-empty{text-align:center;padding:48px 16px;color:var(--rest-text-muted)}.rest-empty__icon{font-size:3rem;margin-bottom:12px;opacity:.4}.rest-empty__text{font-size:.9rem;margin:0 0 16px}.rest-empty__btn{display:inline-block;padding:8px 24px;background:var(--rest-primary);color:#fff;border-radius:20px;text-decoration:none;font-size:.85rem}.rest-infinite-sentinel{height:1px}.rest-infinite-loading{text-align:center;padding:16px;color:var(--rest-text-muted);font-size:.8rem;display:none}.rest-infinite-done{text-align:center;padding:16px;color:var(--rest-text-muted);font-size:.75rem;display:none}.rest-pagination{display:flex;justify-content:center;gap:4px;padding:16px 0}.rest-pagination__item{min-width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;text-decoration:none;font-size:.8rem;color:var(--rest-text-secondary);background:var(--rest-card-bg)}.rest-pagination__item--active{background:var(--rest-primary);color:#fff;font-weight:600}.rest-pagination__item--disabled{opacity:.4;pointer-events:none}.rest-terms-overlay{position:fixed;inset:0;z-index:9999;background:rgba(0, 0, 0, 0.5);display:flex;align-items:center;justify-content:center;padding:20px}.rest-terms-modal{background:#fff;border-radius:var(--rest-radius-lg);max-width:420px;width:100%;max-height:80vh;display:flex;flex-direction:column}.rest-terms-modal__header{padding:16px;font-size:1rem;font-weight:700;text-align:center;border-bottom:1px solid var(--rest-border)}.rest-terms-modal__body{padding:16px;overflow-y:auto;font-size:.85rem;line-height:1.6;color:var(--rest-text-secondary)}.rest-terms-modal__body h4{color:var(--rest-text);font-size:.9rem;margin:12px 0 4px}.rest-terms-modal__footer{display:flex;gap:10px;padding:14px 16px;border-top:1px solid var(--rest-border)}.rest-terms-modal__btn{flex:1;padding:10px;border:none;border-radius:var(--rest-radius);font-size:.9rem;font-weight:600;text-align:center;cursor:pointer;text-decoration:none}.rest-terms-modal__btn--cancel{background:#f5f5f5;color:var(--rest-text-secondary)}.rest-terms-modal__btn--agree{background:var(--rest-primary);color:#fff}.rest-search-input{display:flex;align-items:center;background:var(--rest-card-bg);border-radius:20px;padding:0 14px;height:40px;margin-bottom:12px}.rest-search-input i{color:var(--rest-text-muted);margin-right:8px}.rest-search-input input{flex:1;border:none;outline:none;font-size:.9rem;background:transparent}.rest-text-primary{color:var(--rest-primary) !important}.rest-text-price{color:var(--rest-price) !important}.rest-text-muted{color:var(--rest-text-muted) !important}.rest-bg-primary{background:var(--rest-primary) !important}.rest-mt-8{margin-top:8px}.rest-mt-16{margin-top:16px}.rest-mb-8{margin-bottom:8px}.rest-mb-16{margin-bottom:16px}
