:root{--brand-primary: #ee5b2b;--brand-primary-hover: rgb(222.368558952, 68.1790393013, 17.831441048);--brand-primary-soft: rgba(238, 91, 43, .2);--accent-warm: #f59e0b;--text-primary: #181311;--text-secondary: #896b61;--text-tertiary: #a8a29e;--text-inverse: #ffffff;--bg-main: #f8f6f6;--bg-base: #fafafa;--bg-surface: #ffffff;--bg-alt-1: #ededed;--bg-alt-2: #ececec;--border-light: #e6e6e6;--btn-primary-bg: #ee5b2b;--btn-primary-text: #ffffff;--btn-primary-hover-bg: rgb(222.368558952, 68.1790393013, 17.831441048);--btn-primary-disabled-bg: rgb(249.3580786026, 200.5720524017, 184.6419213974);--btn-primary-disabled-text: rgb(143.4146341463, 113.5365853659, 101.5853658537);--disabled-bg: #ededed;--disabled-border: #e6e6e6;--disabled-text: rgb(214.5833333333, 202.0833333333, 197.9166666667);--shadow-color: rgba(0, 0, 0, .05);--shadow-color-strong: rgba(0, 0, 0, .1);--shadow-color-medium: rgba(0, 0, 0, .06);--shadow-color-text: rgba(0, 0, 0, .2);--shadow-small: rgba(0, 0, 0, .2);--shadow-focus: rgba(99, 102, 241, .3);--focus-ring: rgba(99, 102, 241, .1);--overlay-light: rgba(0, 0, 0, .3);--overlay-dark: rgba(0, 0, 0, .5);--overlay-white-light: rgba(255, 255, 255, .2);--overlay-white-medium: rgba(255, 255, 255, .3);--status-success: #16a34a;--status-error: #dc2626}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;line-height:1.5;color:#181311;background-color:#f8f6f6}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%;display:block}.customer-layout{display:flex;flex-direction:column;min-height:100vh;padding-bottom:80px}@media(min-width:1024px){.customer-layout{max-width:768px;margin:0 auto;border-left:1px solid #ededed;border-right:1px solid #ededed;background-color:#fff;min-height:100vh}}.customer-layout .main-content{flex:1}.map-layout{--layout-max-width: 768px;--bottom-nav-h: 70px;display:flex;flex-direction:column;height:100vh;height:100dvh;padding-bottom:0;background-color:#0b1020;overflow:hidden}.map-layout .main-content{flex:1;overflow:hidden}.map-layout .bottom-nav{width:min(var(--layout-max-width),100vw);left:50%;transform:translate(-50%)}.btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;background-color:#ee5b2b;color:#fff;border:none;border-radius:9999px;font-weight:600;cursor:pointer;transition:opacity .2s}.btn-primary:hover{background-color:#de4412}.btn-primary.disabled{background-color:#f9c9b9;color:#8f7266;cursor:not-allowed}.btn-icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#ededed;border:none;cursor:pointer}.btn-icon:hover{background-color:#ececec}.restaurant-view-btn{display:inline-flex;align-items:center;justify-content:center;margin-top:1rem;padding:.5rem 1rem;background:#ee5b2b;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .2s ease}.restaurant-view-btn:hover{background:#de4412;transform:translateY(-1px)}.restaurant-view-btn:active{transform:translateY(0)}.star-rating{display:flex;gap:2px}.star-rating .star{color:#e6e6e6;font-size:1rem}.star-rating .star.filled{color:#f59e0b}.menu-item-card{display:flex;align-items:center;padding:1rem;background:#fff;border:1px solid #e6e6e6;border-radius:8px;margin-bottom:1rem;position:relative;overflow:hidden}.menu-item-card.unavailable{background-color:#ededed;color:#d7cac6}.menu-item-card.unavailable .menu-item-image{opacity:.5}.menu-item-card.unavailable:after{content:"UNAVAILABLE";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-weight:900;color:#fff;font-size:1.2rem;letter-spacing:1px;text-shadow:0 1px 2px rgba(0,0,0,.2)}.menu-item-card .menu-item-content{display:flex;align-items:center;flex:1;cursor:pointer;margin-right:1rem}.menu-item-card .menu-item-content:active{opacity:.8}.menu-item-card .menu-item-image{width:60px;height:60px;border-radius:50%;background-color:#ededed;-o-object-fit:cover;object-fit:cover;margin-right:1rem;flex-shrink:0}.menu-item-card .menu-item-details{flex:1}.menu-item-card .menu-item-details .menu-item-name{font-weight:700;font-size:1rem;margin-bottom:.25rem;color:#181311}.menu-item-card .menu-item-details .menu-item-description{font-size:.8rem;color:#896b61;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.menu-item-card .menu-item-details .menu-item-price{font-weight:600;margin-top:.25rem;color:#181311}.menu-item-card .menu-item-actions{display:flex;align-items:center;gap:.5rem}.menu-item-card .quantity-btn{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;font-size:1.2rem;transition:all .2s ease;color:#fff;position:relative}.menu-item-card .quantity-btn.add-button{background-color:#ee5b2b}.menu-item-card .quantity-btn.add-button:hover:not(:disabled){background-color:#de4412;transform:scale(1.1)}.menu-item-card .quantity-btn.remove-button{background-color:#ececec;color:#181311;border:1px solid #e6e6e6}.menu-item-card .quantity-btn.remove-button:hover:not(:disabled){background-color:#ededed;transform:scale(1.1)}.menu-item-card .quantity-btn:active:not(:disabled){transform:scale(.95)}.menu-item-card .quantity-btn:disabled{opacity:.5;cursor:not-allowed}.menu-item-card .quantity-btn .item-count{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;padding:0 4px;background-color:#f59e0b;color:#fff;border-radius:9px;font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1;box-shadow:0 2px 4px #0003}.search-input-wrapper{display:flex;align-items:center;background-color:#fff;border:1px solid #ececec;border-radius:9999px;padding:.5rem 1rem;width:100%;transition:border-color .2s ease}.search-input-wrapper:focus-within{border-color:#ee5b2b}.search-input-wrapper .search-icon{width:1.25rem;height:1.25rem;color:#896b61;margin-right:.5rem;flex-shrink:0}.search-input-wrapper .search-input{border:none;background:transparent;width:100%;color:#181311;outline:none;font-size:1rem;padding:0}.search-input-wrapper .search-input::-moz-placeholder{color:#896b61}.search-input-wrapper .search-input::placeholder{color:#896b61}.search-input-wrapper .clear-button{background:none;border:none;cursor:pointer;margin-left:.5rem;flex-shrink:0;color:#896b61;display:flex;align-items:center;justify-content:center;padding:0;transition:color .2s ease}.search-input-wrapper .clear-button:hover{color:#181311}.search-input-wrapper .clear-button .clear-icon{width:1.25rem;height:1.25rem}.map-wrapper{width:100%;height:100%;min-height:480px;border-radius:.5rem;overflow:hidden;position:relative;z-index:1;background:#0b1020}.map-wrapper :global .mapboxgl-map,.map-wrapper :global .mapboxgl-canvas{width:100%;height:100%;background:#0b1020}.map-wrapper :global .mapboxgl-ctrl-attrib{background-color:#fff;color:#896b61}.map-error{display:flex;align-items:center;justify-content:center;background:#f8f6f6}.map-error .map-error-content{text-align:center;padding:2rem}.map-error .map-error-title{color:#dc2626;font-size:1.5rem;font-weight:700;margin:0 0 1rem}.map-error .map-error-message{color:#dc2626;font-size:1rem;margin:0 0 .5rem}.map-error .map-error-hint{color:#896b61;font-size:.875rem;margin:.5rem 0 0}.map-marker{cursor:pointer;transition:transform .2s ease;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.map-marker:hover{transform:scale(1.15)}.map-marker-restaurant{width:32px;height:32px;color:#ee5b2b}.map-marker-restaurant:hover{color:#f59e0b}.map-marker-user{width:36px;height:36px;color:#f59e0b}body.is-map-active,html.is-map-active{overflow:hidden!important;overscroll-behavior:none!important}.mapboxgl-popup.restaurant-popup{max-width:360px;filter:drop-shadow(0 10px 20px rgba(0,0,0,.35))}.mapboxgl-popup.restaurant-popup .mapboxgl-popup-content{padding:0;background:transparent;border-radius:12px;overflow:hidden;box-shadow:none}.mapboxgl-popup.restaurant-popup.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip{border-top-color:#111}.mapboxgl-popup.restaurant-popup.mapboxgl-popup-anchor-top .mapboxgl-popup-tip{border-bottom-color:#111}.mapboxgl-popup.restaurant-popup.mapboxgl-popup-anchor-left .mapboxgl-popup-tip{border-right-color:#111}.mapboxgl-popup.restaurant-popup.mapboxgl-popup-anchor-right .mapboxgl-popup-tip{border-left-color:#111}.map-popup-card{position:relative;width:min(320px,75vw);background:#111;color:#fff}.map-popup-close{position:absolute;top:10px;right:10px;width:32px;height:32px;border:0;border-radius:999px;cursor:pointer;background:#000000a6;color:#fff;display:grid;place-items:center;font-size:20px;line-height:1;z-index:20}.map-popup-close:hover{background:#ee5b2b}.map-popup-close:focus-visible{outline:2px solid #ee5b2b;outline-offset:2px}.map-popup-image img{display:block;width:100%;height:120px;-o-object-fit:cover;object-fit:cover}.map-popup-header{padding:12px 14px;background:#0000004d;border-bottom:1px solid rgba(255,255,255,.1)}.map-popup-title{margin:0 0 4px;font-size:1.2rem;font-weight:700}.map-popup-rating{font-size:.9rem;opacity:.9}.map-popup-body{padding:12px 14px 14px}.map-popup-meta{margin-bottom:8px;font-size:.85rem;opacity:.85;display:flex;gap:8px;flex-wrap:wrap}.map-popup-description{margin:8px 0 12px;font-size:.9rem;opacity:.9;line-height:1.4}.restaurant-view-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:10px 12px;border-radius:10px;text-decoration:none;font-weight:600;background:#ee5b2b;color:#fff;transition:background-color .2s ease}.restaurant-view-btn:hover{background:#de4412}.bottom-nav{position:fixed;bottom:0;left:0;width:100%;height:70px;background-color:#fff;border-top-left-radius:24px;border-top-right-radius:24px;overflow:hidden;box-shadow:0 -2px 10px #0000000d;display:flex;justify-content:space-around;align-items:center;z-index:100}@media(min-width:1024px){.bottom-nav{width:768px;left:50%;transform:translate(-50%);border-left:1px solid #ededed;border-right:1px solid #ededed}}.bottom-nav .nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#896b61;font-size:.75rem;font-weight:600;text-decoration:none;transition:color .2s ease}.bottom-nav .nav-item .nav-icon-wrapper{position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:4px}.bottom-nav .nav-item .icon{width:24px;height:24px;stroke-width:2}.bottom-nav .nav-item .nav-badge{position:absolute;top:-6px;right:-8px;min-width:18px;height:18px;padding:0 4px;background-color:#ee5b2b;color:#fff;border-radius:9px;font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1;box-shadow:0 2px 4px #0003}.bottom-nav .nav-item.active,.bottom-nav .nav-item:hover{color:#ee5b2b}.error-boundary{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#f8f6f6;padding:2rem}.error-boundary-content{max-width:600px;text-align:center;background:#fff;padding:3rem 2rem;border-radius:12px;box-shadow:0 4px 12px #0000001a}.error-boundary-title{color:#dc2626;font-size:2rem;font-weight:700;margin:0 0 1rem}.error-boundary-message{color:#181311;font-size:1.125rem;line-height:1.6;margin:0 0 2rem}.error-boundary-details{text-align:left;margin:2rem 0;padding:1rem;background:#ededed;border-radius:8px;border:1px solid #e6e6e6}.error-boundary-summary{cursor:pointer;font-weight:600;color:#896b61;margin-bottom:.5rem}.error-boundary-summary:hover{color:#181311}.error-boundary-stack{margin:1rem 0 0;padding:1rem;background:#fff;border-radius:6px;overflow-x:auto;font-size:.875rem;color:#896b61;white-space:pre-wrap;word-break:break-word}.error-boundary-button{background:#ee5b2b;color:#fff;border:none;border-radius:8px;padding:.875rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease}.error-boundary-button:hover{background:#de4412}.error-boundary-button:active{transform:scale(.98)}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;white-space:nowrap}.status-badge--pending{background-color:#f59e0b1a;color:#f59e0b}.status-badge--preparing{background-color:#ee5b2b1a;color:#ee5b2b}.status-badge--ready{background-color:#16a34a1a;color:#16a34a}.status-badge--cancelled{background-color:#dc26261a;color:#dc2626}.status-badge--completed{background-color:#ededed;color:#896b61}.review-list-container{background-color:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.review-list-container .section-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#181311}.review-list-container .no-reviews{color:#896b61;padding:1rem 0;text-align:center}.review-list-container .reviews-divider>*+*{border-top:1px solid #ededed}.review-list-container.user-review{margin-bottom:1.5rem}.review-list-container.user-review .user-review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.review-list-container.user-review .user-review-header .section-title{margin-bottom:0}.review-list-container.user-review .user-review-header .review-actions{display:flex;gap:1rem}.review-list-container.user-review .user-review-header .edit-review-btn,.review-list-container.user-review .user-review-header .delete-review-btn{background:none;border:none;cursor:pointer;color:#896b61;display:flex;align-items:center;gap:.25rem;font-size:.875rem;transition:color .2s}.review-list-container.user-review .user-review-header .edit-review-btn .icon,.review-list-container.user-review .user-review-header .delete-review-btn .icon{width:1rem;height:1rem}.review-list-container.user-review .user-review-header .edit-review-btn:hover{color:#ee5b2b}.review-list-container.user-review .user-review-header .delete-review-btn:hover{color:#dc2626}.review-item{padding:1rem 0}.review-item:last-child{border-bottom:none}.review-item .review-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.review-item .review-header .review-author{font-weight:600;color:#181311}.review-item .review-header .review-date{font-size:.875rem;color:#896b61}.review-item .review-rating{margin-bottom:.5rem}.review-item .review-title{font-weight:700;color:#181311;margin-bottom:.25rem}.review-item .review-content{color:#896b61;line-height:1.5}.review-item .review-images{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.review-item .review-images .review-image-wrapper{width:5rem;height:5rem;border-radius:8px;overflow:hidden;border:1px solid #ececec;cursor:pointer}.review-item .review-images .review-image-wrapper .review-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .2s}.review-item .review-images .review-image-wrapper .review-image:hover{transform:scale(1.05)}.review-form-container{background-color:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;margin-bottom:1.5rem}.review-form-container .section-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#181311}.review-form-container .form-group{margin-bottom:1rem}.review-form-container .form-group .form-label{display:block;font-size:.875rem;font-weight:700;color:#181311;margin-bottom:.5rem}.review-form-container .form-group .form-label .required-asterisk{color:#dc2626;margin-left:.25rem}.review-form-container .form-group .form-input,.review-form-container .form-group .form-textarea{width:100%;padding:.5rem .75rem;border:1px solid #ececec;border-radius:8px;color:#181311;background-color:#f8f6f6}.review-form-container .form-group .form-input:focus,.review-form-container .form-group .form-textarea:focus{outline:none;border-color:#ee5b2b;box-shadow:0 0 0 3px #ee5b2b1a}.review-form-container .form-group .form-textarea{height:8rem;resize:vertical}.review-form-container .form-error{color:#f59e0b;font-size:.875rem;margin-top:.25rem}.review-form-container .form-error.global-error{margin-bottom:1rem;padding:.5rem;background-color:#ee5b2b33;border-radius:8px}.review-form-container .form-actions{display:flex;justify-content:flex-end;gap:1rem}.interactive-star-rating{display:flex;gap:.25rem}.interactive-star-rating .star-btn{font-size:1.5rem;background:none;border:none;cursor:pointer;color:#ececec;transition:color .2s}.interactive-star-rating .star-btn.active{color:#f59e0b}.interactive-star-rating .star-btn:focus{outline:none}.image-upload-container{margin-top:.5rem}.image-upload-container .image-preview-list{display:flex;flex-wrap:wrap;gap:.75rem}.image-upload-container .image-preview-item{position:relative;width:5rem;height:5rem;border-radius:8px;overflow:hidden;border:1px solid #ececec}.image-upload-container .image-preview-item .preview-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.image-upload-container .image-preview-item .remove-image-btn{position:absolute;top:.25rem;right:.25rem;background-color:#00000080;color:#fff;border:none;border-radius:50%;width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.image-upload-container .image-preview-item .remove-image-btn .icon{width:.75rem;height:.75rem}.image-upload-container .image-preview-item .remove-image-btn:hover{background-color:#f59e0b}.image-upload-container .add-image-btn{width:5rem;height:5rem;border:1px dashed #ececec;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;color:#896b61;transition:all .2s}.image-upload-container .add-image-btn:hover{border-color:#ee5b2b;color:#ee5b2b;background-color:#ee5b2b33}.image-upload-container .add-image-btn .icon{width:1.5rem;height:1.5rem;margin-bottom:.25rem}.image-upload-container .add-image-btn span{font-size:.75rem}.image-upload-container .add-image-btn .hidden-input{display:none}.lightbox-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000e6;z-index:1000;display:flex;justify-content:center;align-items:center;animation:fadeIn .2s ease-in-out}.lightbox-close{position:absolute;top:20px;right:20px;background:none;border:none;color:#fff;cursor:pointer;z-index:1001;padding:10px;transition:transform .2s}.lightbox-close:hover{transform:scale(1.1)}.lightbox-close .icon{width:32px;height:32px}.lightbox-content{position:relative;max-width:90%;max-height:90%;display:flex;justify-content:center;align-items:center}.lightbox-image{max-width:100%;max-height:90vh;-o-object-fit:contain;object-fit:contain;border-radius:4px;box-shadow:0 4px 20px #00000080}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff1a;border:none;color:#fff;cursor:pointer;padding:15px;border-radius:50%;transition:background .2s;display:flex;align-items:center;justify-content:center}.lightbox-nav:hover{background:#ffffff4d}.lightbox-nav .icon{width:24px;height:24px}.lightbox-nav.prev{left:-60px}.lightbox-nav.next{right:-60px}.lightbox-counter{position:absolute;bottom:-40px;left:50%;transform:translate(-50%);color:#fff;font-size:14px;font-weight:500;opacity:.8}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:768px){.lightbox-nav{background:#00000080}.lightbox-nav.prev{left:10px}.lightbox-nav.next{right:10px}}.restaurant-card{--card-img: 56px;--card-pad: .6rem;display:grid;grid-template-columns:var(--card-img) 1fr;gap:.75rem;padding:var(--card-pad);align-items:center;min-height:72px;background:#fff;border:1px solid #e6e6e6;border-radius:12px;text-decoration:none;color:#181311;box-shadow:0 6px 12px #0000001a;cursor:pointer;transition:padding .25s ease,gap .25s ease,min-height .25s ease,box-shadow .25s ease,transform .25s ease}.restaurant-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000001a}.restaurant-card:focus-visible{outline:2px solid rgba(99,102,241,.1);outline-offset:2px;transform:translateY(-1px);box-shadow:0 6px 14px #0000001a}.restaurant-card.is-focused{transform:translateY(-1px);box-shadow:0 6px 14px #0000001a}.restaurant-card.is-selected{--card-img: 120px;--card-pad: 1rem;gap:1rem;min-height:auto;align-items:start;border-color:#ee5b2b;box-shadow:0 8px 16px #ee5b2b4d;background:linear-gradient(135deg,#ee5b2b0d,#ee5b2b05)}.restaurant-image-wrapper{width:var(--card-img);height:var(--card-img);aspect-ratio:1;border-radius:10px;overflow:hidden}.restaurant-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.restaurant-info{display:flex;flex-direction:column;gap:.25rem;transition:gap .25s ease}.restaurant-card.is-selected .restaurant-info{gap:.5rem}.restaurant-header{display:flex;justify-content:space-between;gap:.5rem;align-items:flex-start}.restaurant-name{margin:0;font-size:.95rem;font-weight:700;color:#181311;line-height:1.2;transition:font-size .25s ease,color .25s ease}.restaurant-card.is-selected .restaurant-name{font-size:1.15rem;line-height:1.3;color:#fff}.restaurant-meta{display:none;align-items:center;gap:.5rem;font-size:.85rem;color:#896b61;flex-wrap:wrap;transition:font-size .25s ease}.restaurant-card.is-selected .restaurant-meta{display:flex;font-size:.9rem}.restaurant-card .star-rating{transform:scale(.9);transform-origin:right center;transition:transform .25s ease}.restaurant-card.is-selected .star-rating{transform:scale(1.05)}.meta-item{display:inline-block}.meta-separator{color:#896b61;opacity:.6}.restaurant-details{display:grid;grid-template-rows:0fr;overflow:hidden;opacity:0;pointer-events:none;transition:grid-template-rows .25s ease,opacity .25s ease}.restaurant-details>*{min-height:0}.restaurant-card.is-selected .restaurant-details{grid-template-rows:1fr;opacity:1;pointer-events:auto}.restaurant-details>div{margin-top:.35rem}.restaurant-description{margin:0 0 .5rem;font-size:.9rem;color:#896b61;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.restaurant-actions{margin-top:.5rem}@media(prefers-reduced-motion:reduce){.restaurant-card,.restaurant-details{transition:none!important}}.restaurant-index-page{min-height:100vh;background-color:#f8f6f6;padding-bottom:80px}.restaurant-index-page .search-header{position:sticky;top:0;z-index:10;background-color:#f8f6f6;padding:1rem;border-bottom:1px solid #e6e6e6}.restaurant-index-page .search-bar{position:relative;display:flex;align-items:center;background-color:#fff;border:1px solid #e6e6e6;border-radius:8px;padding:.75rem 1rem;box-shadow:0 1px 2px #0000000d}.restaurant-index-page .search-bar .search-icon{font-size:1.25rem;margin-right:.75rem;color:#896b61}.restaurant-index-page .search-bar .search-input{flex:1;border:none;outline:none;background:transparent;font-size:1rem;color:#181311}.restaurant-index-page .search-bar .search-input::-moz-placeholder{color:#896b61}.restaurant-index-page .search-bar .search-input::placeholder{color:#896b61}.restaurant-index-page .restaurant-list{display:flex;flex-direction:column;gap:.5rem;padding:.5rem}.restaurant-index-page .restaurant-list .no-results{text-align:center;padding:2rem 1rem;color:#896b61;font-style:italic}.restaurant-index-page .restaurant-card-link{text-decoration:none;color:inherit;display:block;transition:transform .2s ease}.restaurant-index-page .restaurant-card-link:hover{transform:translateY(-2px)}.restaurant-index-page .restaurant-card-link:active{transform:translateY(0)}.restaurant-index-page .restaurant-card{display:block;background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a;transition:box-shadow .2s ease;min-height:auto;padding:0;gap:0}.restaurant-index-page .restaurant-card:hover{box-shadow:0 4px 8px #00000026;transform:none}.restaurant-index-page .restaurant-image-wrapper{width:100%;height:180px;overflow:hidden;background-color:#ededed;border-radius:0;aspect-ratio:auto}.restaurant-index-page .restaurant-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.restaurant-index-page .restaurant-info{padding:1rem;display:block;gap:0}.restaurant-index-page .restaurant-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.5rem}.restaurant-index-page .restaurant-name{font-size:1.125rem;font-weight:600;color:#181311;margin:0;flex:1}.restaurant-index-page .restaurant-meta{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;color:#896b61}.restaurant-index-page .restaurant-meta .meta-separator{color:#e6e6e6}.restaurant-index-page .restaurant-description{font-size:.875rem;color:#896b61;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(min-width:768px){.restaurant-index-page{max-width:600px;margin:0 auto}}.restaurant-show-page{background-color:#f8f6f6;min-height:100vh}.restaurant-show-page .restaurant-banner{height:200px;background-color:#ececec;background-size:cover;background-position:center;position:relative}.restaurant-show-page .restaurant-banner .banner-actions{position:absolute;top:1rem;left:1rem;right:1rem;display:flex;justify-content:space-between}.restaurant-show-page .restaurant-banner .banner-actions .back-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;color:#fff;background-color:#0000004d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .2s ease}.restaurant-show-page .restaurant-banner .banner-actions .back-button .icon{width:24px;height:24px;stroke-width:2}.restaurant-show-page .restaurant-banner .banner-actions .back-button:hover{background-color:#00000080;transform:scale(1.05)}.restaurant-show-page .restaurant-info-card{background:#fff;margin:-2rem 1rem 1rem;padding:1rem;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;position:relative;text-align:center}.restaurant-show-page .restaurant-info-card .restaurant-name{font-size:1.5rem;font-weight:900;margin-bottom:.25rem;text-transform:uppercase;color:#181311}.restaurant-show-page .restaurant-info-card .favorite-button{position:absolute;top:1rem;right:1rem;color:#181311;cursor:pointer;background:none;border:none;padding:0;transition:transform .2s}.restaurant-show-page .restaurant-info-card .favorite-button .icon{width:28px;height:28px;stroke-width:1.5}.restaurant-show-page .restaurant-info-card .favorite-button:hover{transform:scale(1.1);color:#ee5b2b}.restaurant-show-page .restaurant-info-card .rating-container{display:flex;justify-content:center;margin-bottom:.5rem}.restaurant-show-page .restaurant-info-card .info-row{display:flex;justify-content:space-between;background-color:#ededed;padding:.25rem .5rem;border-radius:4px;font-size:.8rem;font-weight:600;margin:.5rem 0;color:#896b61}.restaurant-show-page .restaurant-info-card .restaurant-description{font-size:.9rem;font-weight:600;color:#896b61}.restaurant-show-page .menu-search{margin:0 1rem 1.5rem}.restaurant-show-page .menu-category{margin:0 1rem 2rem}.restaurant-show-page .menu-category .category-title{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;border-bottom:4px solid #e6e6e6;display:inline-block;padding-right:2rem;width:100%;color:#181311}.restaurant-show-page .no-results{text-align:center;padding:2rem;color:#896b61}.restaurant-show-page .reviews-section-wrapper{margin-top:2rem;padding:0 1rem 5rem}.restaurant-show-page .floating-checkout-container{position:fixed;bottom:80px;left:0;width:100%;padding:0 1rem;z-index:101;pointer-events:none}@media(min-width:1024px){.restaurant-show-page .floating-checkout-container{width:768px;left:50%;transform:translate(-50%)}}.restaurant-show-page .floating-checkout-container .checkout-fab{width:100%;background-color:#ee5b2b;color:#fff;border:none;border-radius:8px;padding:1rem;box-shadow:0 4px 12px #ee5b2b66;cursor:pointer;pointer-events:auto;transition:transform .2s ease,background-color .2s ease}.restaurant-show-page .floating-checkout-container .checkout-fab:hover{background-color:#de4412;transform:translateY(-2px)}.restaurant-show-page .floating-checkout-container .checkout-fab:active{transform:translateY(0)}.restaurant-show-page .floating-checkout-container .checkout-fab .fab-content{display:flex;align-items:center;justify-content:space-between;font-weight:700;font-size:1rem}.restaurant-show-page .floating-checkout-container .checkout-fab .fab-content .count-badge{background-color:#fff3;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem}.restaurant-show-page .floating-checkout-container .checkout-fab .fab-content .fab-label{flex:1;text-align:center}.restaurant-show-page .floating-checkout-container .checkout-fab .fab-content .fab-total{font-variant-numeric:tabular-nums}.menu-item-show-page{background-color:#f8f6f6;min-height:100vh;padding-bottom:170px}.menu-item-show-page .menu-item-header{background-color:#fff;padding:1rem;display:flex;align-items:center;gap:1rem;box-shadow:0 1px 3px #0000001a;position:sticky;top:0;z-index:10}.menu-item-show-page .menu-item-header .back-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;color:#181311;background-color:#ededed;transition:all .2s ease}.menu-item-show-page .menu-item-header .back-button .icon{width:20px;height:20px;stroke-width:2.5}.menu-item-show-page .menu-item-header .back-button:hover{background-color:#ececec;transform:scale(1.05)}.menu-item-show-page .menu-item-header .header-title{font-size:1.125rem;font-weight:700;color:#181311;margin:0}.menu-item-show-page .menu-item-image-section{width:100%;height:300px;background-color:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.menu-item-show-page .menu-item-image-section .item-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.menu-item-show-page .menu-item-image-section .item-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#ededed;color:#896b61;font-weight:600;font-size:.9rem}.menu-item-show-page .menu-item-details-card{background-color:#fff;margin:1rem;padding:1.5rem;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.menu-item-show-page .menu-item-details-card .restaurant-name-tag{display:inline-block;background-color:#ededed;color:#896b61;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}.menu-item-show-page .menu-item-details-card .item-name{font-size:1.75rem;font-weight:900;margin-bottom:.5rem;color:#181311;line-height:1.2}.menu-item-show-page .menu-item-details-card .item-price{font-size:1.5rem;font-weight:700;color:#ee5b2b;margin-bottom:1.5rem}.menu-item-show-page .menu-item-details-card .section-title{font-size:1rem;font-weight:700;color:#181311;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:2px solid #e6e6e6}.menu-item-show-page .menu-item-details-card .item-description-section{margin-bottom:1.5rem}.menu-item-show-page .menu-item-details-card .item-description-section .item-description{font-size:.95rem;line-height:1.6;color:#896b61;margin:0}.menu-item-show-page .menu-item-details-card .item-allergens-section{margin-bottom:1.5rem}.menu-item-show-page .menu-item-details-card .item-allergens-section .allergens-list{display:flex;flex-wrap:wrap;gap:.5rem}.menu-item-show-page .menu-item-details-card .item-allergens-section .allergens-list .allergen-badge{background-color:#ededed;color:#181311;padding:.375rem .75rem;border-radius:16px;font-size:.85rem;font-weight:600;border:1px solid #e6e6e6}.menu-item-show-page .menu-item-details-card .quantity-controls{margin-top:1.5rem}.menu-item-show-page .menu-item-details-card .quantity-controls .quantity-buttons{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:.75rem}.menu-item-show-page .menu-item-details-card .quantity-controls .quantity-buttons .quantity-btn{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:all .2s ease}.menu-item-show-page .menu-item-details-card .quantity-controls .quantity-buttons .quantity-btn .icon{width:24px;height:24px;stroke-width:2.5}.menu-item-show-page .menu-item-details-card .quantity-controls .quantity-buttons .quantity-btn.decrease-btn{background-color:#ececec;color:#181311;border:2px solid #e6e6e6}.menu-item-show-page .menu-item-details-card .quantity-controls .quantity-buttons .quantity-btn.decrease-btn:hover:not(:disabled){background-color:#ededed;transform:scale(1.1);border-color:#ee5b2b}.menu-item-show-page .menu-item-details-card .quantity-controls .quantity-buttons .quantity-btn.decrease-btn:disabled{opacity:.4;cursor:not-allowed}.menu-item-show-page .menu-item-details-card .quantity-controls .quantity-buttons .quantity-btn.increase-btn{background-color:#ee5b2b;color:#fff}.menu-item-show-page .menu-item-details-card .quantity-controls .quantity-buttons .quantity-btn.increase-btn:hover{background-color:#de4412;transform:scale(1.1)}.menu-item-show-page .menu-item-details-card .quantity-controls .quantity-buttons .quantity-btn:active:not(:disabled){transform:scale(.95)}.menu-item-show-page .menu-item-details-card .quantity-controls .quantity-buttons .quantity-display{font-size:1.5rem;font-weight:700;color:#181311;min-width:48px;text-align:center}.menu-item-show-page .add-to-cart-section{position:fixed;bottom:calc(70px + 1rem);left:0;right:0;padding:0 1rem;z-index:100}@media(min-width:1024px){.menu-item-show-page .add-to-cart-section{width:768px;left:50%;transform:translate(-50%)}}.menu-item-show-page .add-to-cart-section .add-to-cart-btn{width:100%;background-color:#ee5b2b;color:#fff;border:none;border-radius:8px;padding:1rem 1.5rem;font-size:1.125rem;font-weight:700;cursor:pointer;box-shadow:0 4px 12px #ee5b2b33;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.75rem}.menu-item-show-page .add-to-cart-section .add-to-cart-btn:hover{background-color:#de4412;transform:translateY(-2px);box-shadow:0 6px 16px #ee5b2b33}.menu-item-show-page .add-to-cart-section .add-to-cart-btn:active{transform:translateY(0)}.menu-item-show-page .add-to-cart-section .add-to-cart-btn .cart-badge{background-color:#ffffff4d;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700}.map-page{height:100%;overflow:hidden}.map-page .page-title{font-size:1.5rem;font-weight:700;margin:0 0 .25rem;color:#fff}.map-page .map-search-input{border-radius:4px}.map-page .map-search-input .search-input-wrapper{background:#fff;border:1px solid #e6e6e6;box-shadow:0 4px 10px #0000000d}.map-page .map-container-box{position:relative;height:100%;min-height:0;border-radius:0;overflow:hidden;box-shadow:none;background:#0b1020}.map-page .debug-text{margin:0;color:#fff;font-size:.85rem}.map-page .location-error-banner{position:absolute;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.5rem;background:#f59e0b;color:#181311;box-shadow:0 4px 12px #0000001a}.map-page .location-error-message{margin:0;font-size:.875rem;font-weight:500;flex:1}.map-page .location-error-dismiss{background:transparent;border:none;color:#181311;font-size:1.5rem;line-height:1;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s ease}.map-page .location-error-dismiss:hover{background:#fff3}.map-page .location-error-dismiss:active{background:#ffffff4d}.map-page .location-error-actions{display:flex;align-items:center;gap:.5rem}.map-page .location-error-native{background:#16a34a33;border:1px solid rgba(22,163,74,.3);color:#181311;font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:4px;cursor:pointer;transition:all .2s ease}.map-page .location-error-native:hover{background:#16a34a4d;border-color:#16a34a80}.map-page .location-error-native:active{background:#16a34a66}.map-page .location-error-retry{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:4px;cursor:pointer;transition:all .2s ease}.map-page .location-error-retry:hover{background:#ffffff4d;border-color:#ffffff80}.map-page .location-error-retry:active{background:#fff6}.map-page .location-debug-info{margin-top:.5rem;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.2)}.map-page .location-debug-info small{font-size:.7rem;opacity:.8;font-family:monospace}.map-page .location-error-manual{background:#ee5b2b33;border:1px solid rgba(238,91,43,.3);color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:4px;cursor:pointer;transition:all .2s ease}.map-page .location-error-manual:hover{background:#ee5b2b4d;border-color:#ee5b2b80}.map-page .location-error-manual:active{background:#ee5b2b66}@media(min-width:1024px){.map-page .map-container-box{height:100%;min-height:0}}.map-bottom-sheet{position:fixed;left:50%;width:min(var(--layout-max-width),100vw);bottom:env(safe-area-inset-bottom,0px);z-index:50;transform:translate(-50%) translateY(var(--sheet-offset, 0px));transition:transform .24s cubic-bezier(.2,.8,.2,1);will-change:transform;padding:10px 12px 12px;border-radius:16px 16px 0 0;background-color:#000000d9;background-image:linear-gradient(180deg,#0000004d,#000000d9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:grid;grid-template-rows:auto 1fr;gap:10px;overflow:hidden}.map-bottom-sheet.is-dragging{transition:none}.sheet-handle{height:16px;display:grid;place-items:center;border:0;background:transparent;padding:0;cursor:grab;position:relative;z-index:2;touch-action:none;-moz-user-select:none;user-select:none;-webkit-user-select:none}.sheet-handle:active{cursor:grabbing}.sheet-handle:focus-visible{outline:2px solid rgba(255,255,255,.3);outline-offset:4px;border-radius:999px}.sheet-handle-bar{width:126px;height:5px;border-radius:999px;background:#ffffff4d;box-shadow:0 1px #00000040}.sheet-content{overflow-y:auto;display:grid;grid-auto-rows:max-content;gap:.75rem;min-height:0;z-index:1;padding-top:.5rem;padding-bottom:calc(var(--bottom-nav-h) + env(safe-area-inset-bottom,0px) + 16px);scroll-padding-bottom:calc(var(--bottom-nav-h) + env(safe-area-inset-bottom,0px) + 16px);scroll-padding-top:24px;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}.sheet-content::-webkit-scrollbar{width:6px;background:transparent}.sheet-content::-webkit-scrollbar-track{background:transparent}.sheet-content::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:999px}.sheet-content::-webkit-scrollbar-thumb:hover{background-color:#ffffff4d}.sheet-content::-webkit-scrollbar-button,.sheet-content::-webkit-scrollbar-button:single-button,.sheet-content::-webkit-scrollbar-button:increment,.sheet-content::-webkit-scrollbar-button:decrement{width:0;height:0;display:none}.sheet-content::-webkit-scrollbar-corner{background:transparent}.map-card{display:grid;grid-template-columns:96px 1fr auto;gap:.75rem;background:#fff;border:1px solid #e6e6e6;border-radius:12px;padding:.75rem;text-decoration:none;color:#181311;box-shadow:0 6px 12px #0000001a}.map-card-image-wrapper{width:96px;height:96px;border-radius:10px;overflow:hidden}.map-card-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.map-card-content{display:flex;flex-direction:column;gap:.35rem}.map-card-header{display:flex;justify-content:space-between;gap:.5rem;align-items:flex-start}.map-card-title{margin:0;font-size:1rem;font-weight:700;color:#181311}.map-card-hours{font-size:.85rem;color:#896b61;white-space:nowrap}.map-card-description{margin:0;font-size:.9rem;color:#896b61;line-height:1.3}.map-card-meta{display:flex;align-items:flex-start;font-size:.85rem;color:#896b61;white-space:nowrap;padding-top:.15rem}@media(min-width:1024px){.map-bottom-sheet{width:768px;border-radius:16px 16px 0 0}}@media(prefers-reduced-motion:reduce){.map-bottom-sheet{transition:none!important}}.map-overlay{position:absolute;top:12px;left:12px;right:12px;z-index:20;display:grid;gap:10px}@media(min-width:1024px){.map-overlay{left:16px;right:auto;width:420px}}.map-controls-card,.map-radius,.map-location-controls{background:#000000b8;border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:14px;padding:10px;box-shadow:0 10px 25px #00000040}.map-location-controls{display:flex;gap:8px;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden}.location-control-btn{display:inline-flex;align-items:center;padding:8px 10px;margin:5px 4px 4px 0;border-radius:12px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);color:#fff;font-size:.8rem;font-weight:650;cursor:pointer;transition:transform .16s ease,background .16s ease,border-color .16s ease}.location-control-btn:hover{transform:translateY(-1px);background:#ffffff17;border-color:#ee5b2b73}.location-control-btn:active{transform:translateY(0)}.location-control-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.location-control-btn:focus-visible{outline:2px solid rgba(255,255,255,.3);outline-offset:2px}.location-control-btn .btn-icon,.location-control-btn svg{width:22px;height:22px;background:transparent;padding:0;border-radius:0;color:inherit}.map-manual-input{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap;background:#fff;padding:.75rem;margin-top:.4rem;border-radius:8px;border:1px solid #e6e6e6}.map-manual-input input{flex:1;min-width:120px;background:#fff;border:1px solid #e6e6e6;color:#181311;padding:.5rem;border-radius:4px;font-size:.875rem}.map-manual-input button{background:#ee5b2b;border:none;color:#fff;padding:.5rem .75rem;border-radius:4px;cursor:pointer;font-size:.875rem;font-weight:600}.map-manual-input button:hover{background:#de4412}.map-manual-input button:last-child{background:transparent;border:1px solid #e6e6e6;color:#181311}.map-manual-input button:last-child:hover{background:#1813110d}.map-pick-instruction{background:#fafafa;color:#181311;margin-top:.4rem;padding:.5rem .75rem;border-radius:8px;border:1px solid #f59e0b;font-size:1rem}.map-radius{padding:10px 12px}.map-radius__top{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:8px}.map-radius__label{color:#ffffffd9;font-weight:650;font-size:.85rem}.map-radius__value{padding:4px 8px;border-radius:999px;background:#ee5b2b33;border:1px solid rgba(238,91,43,.35);color:#fff;font-size:.78rem;font-weight:700}.radius-slider{width:100%;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:6px;border-radius:999px;outline:none;background:linear-gradient(90deg,#ee5b2be6,#f59e0be6) 0 0/var(--pct, 0%) 100% no-repeat,#ffffff24}.radius-slider:focus-visible{box-shadow:0 0 0 3px #6366f11a}.radius-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:999px;background:#fff;border:2px solid rgba(238,91,43,.95);box-shadow:0 6px 14px #18131159;cursor:pointer}.radius-slider::-moz-range-thumb{width:18px;height:18px;border-radius:999px;background:#fff;border:2px solid rgba(238,91,43,.95);box-shadow:0 6px 14px #18131159;cursor:pointer}.radius-slider::-moz-range-track{height:6px;border-radius:999px;background:transparent}.radius-ruler{margin-top:8px;height:10px;border-radius:999px;opacity:.85;background-image:linear-gradient(90deg,rgba(255,255,255,.22) 0 1px,transparent 1px 100%);background-size:2% 100%;background-repeat:repeat-x}.radius-ends{display:flex;justify-content:space-between;margin-top:6px;font-size:.72rem;color:#ffffffb3}.radius-ends span:last-child{color:#ffffffd9;font-weight:650}.map-controls-header{display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px}.map-controls-header-actions{display:inline-flex;gap:8px;align-items:center;justify-content:flex-end}.map-overlay-toggle{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;background:transparent;border:1px solid rgba(255,255,255,.12);color:#fff;cursor:pointer;transition:transform .16s ease,background .16s ease,border-color .16s ease}.map-overlay-toggle:hover{transform:translateY(-1px);background:#ffffff0d;border-color:#ee5b2b73}.map-overlay-toggle:active{transform:translateY(0)}.map-overlay-toggle:focus-visible{outline:2px solid rgba(255,255,255,.3);outline-offset:2px}.map-overlay-toggle.is-active{background:#ee5b2b38;border-color:#ee5b2b73}.map-overlay-toggle .btn-icon,.map-overlay-toggle svg{width:20px;height:20px;background:transparent;padding:0;border-radius:0;color:inherit}.map-overlay-toggle--close{background:#00000040}.map-overlay-toggle--close:hover{background:#18131166;border-color:#fff3}.map-collapsible{display:grid;grid-template-rows:0fr;overflow:hidden;opacity:0;pointer-events:none;transform:translateY(-6px);transition:grid-template-rows .22s ease,opacity .22s ease,transform .22s ease}.map-collapsible>.map-collapsible__inner{min-height:0}.map-collapsible.is-open{grid-template-rows:1fr;opacity:1;pointer-events:auto;transform:translateY(0)}.map-collapsible.is-open+.map-collapsible.is-open{margin-top:10px}.map-search-input--transparent .search-input-wrapper{background:#18131166;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-color:#ffffff26}.profile-page{min-height:100vh;background-color:#f8f6f6;padding:1rem;padding-bottom:100px}.profile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.profile-title{font-size:1.5rem;font-weight:700;color:#181311;margin:0}.logout-button{background-color:transparent;color:#ee5b2b;border:1px solid #ee5b2b;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.logout-button:hover{background-color:#ee5b2b;color:#fff}.logout-button:active{transform:scale(.98)}.profile-card{background-color:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;margin-bottom:1.5rem}.profile-form{display:flex;flex-direction:column;gap:1.25rem}.profile-form .form-group{display:flex;flex-direction:column;gap:.5rem}.profile-form .form-group label{font-size:.875rem;font-weight:600;color:#181311}.profile-form .form-group .form-input{padding:.75rem;border:1px solid #e6e6e6;border-radius:8px;font-size:1rem;color:#181311;background-color:#fff;transition:border-color .2s ease}.profile-form .form-group .form-input:focus{outline:none;border-color:#ee5b2b}.profile-form .form-group .form-input::-moz-placeholder{color:#896b61}.profile-form .form-group .form-input::placeholder{color:#896b61}.profile-form .form-group .error-message{font-size:.75rem;color:#dc2626;margin:0}.profile-form .section-divider{margin-top:.5rem;margin-bottom:.5rem;padding-top:1rem;border-top:1px solid #e6e6e6}.profile-form .section-divider .section-title{font-size:1rem;font-weight:600;color:#181311;margin:0}.profile-form .btn-submit{background-color:#ee5b2b;color:#fff;border:none;padding:.875rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:.5rem}.profile-form .btn-submit:hover{background-color:#de4412}.profile-form .btn-submit:active{transform:scale(.98)}.profile-form .btn-submit:disabled{background-color:#f9c9b9;color:#8f7266;cursor:not-allowed}.favorites-section{background-color:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.favorites-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.favorites-section .section-header .section-title{font-size:1.125rem;font-weight:700;color:#181311;margin:0}.favorites-section .section-header .view-all-link{font-size:.875rem;color:#ee5b2b;text-decoration:none;font-weight:600}.favorites-section .section-header .view-all-link:hover{text-decoration:underline}.favorites-section .favorites-list{display:flex;flex-direction:column;gap:.75rem}.favorites-section .favorite-item{display:flex;align-items:center;gap:1rem;padding:1rem;background-color:#f8f6f6;border-radius:8px;text-decoration:none;color:inherit;transition:all .2s ease}.favorites-section .favorite-item:hover{background-color:#ededed;transform:translate(4px)}.favorites-section .favorite-item .favorite-rank{font-size:1.25rem;font-weight:700;color:#ee5b2b;min-width:2.5rem;text-align:center}.favorites-section .favorite-item .favorite-info{flex:1}.favorites-section .favorite-item .favorite-info .favorite-name{font-size:1rem;font-weight:600;color:#181311;margin:0}.favorites-section .favorite-item .favorite-arrow{font-size:1.25rem;color:#896b61}@media(min-width:768px){.profile-page{max-width:600px;margin:0 auto}}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#f8f6f6;padding:1rem}.auth-page .auth-card{width:100%;max-width:400px;background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.auth-page .auth-card .auth-header{text-align:center;margin-bottom:2rem}.auth-page .auth-card .auth-header .auth-title{font-size:1.875rem;font-weight:800;color:#181311;margin-bottom:.5rem}.auth-page .auth-card .auth-header .auth-subtitle{font-size:.875rem;color:#896b61}.auth-page .auth-card .auth-header .status-message{margin-top:1rem;font-size:.875rem;color:#16a34a}.auth-page .auth-card .auth-form{display:flex;flex-direction:column;gap:1.5rem}.auth-page .auth-card .auth-form .form-group{display:flex;flex-direction:column;gap:.5rem}.auth-page .auth-card .auth-form .form-group label{font-size:.875rem;font-weight:500;color:#181311}.auth-page .auth-card .auth-form .form-group .form-input{width:100%;padding:.75rem 1rem;border:1px solid #e6e6e6;border-radius:8px;background-color:#fff;color:#181311;font-size:.875rem}.auth-page .auth-card .auth-form .form-group .form-input:focus{outline:none;border-color:#ee5b2b;box-shadow:0 0 0 1px #ee5b2b}.auth-page .auth-card .auth-form .form-group .error-message{font-size:.75rem;color:#dc2626;margin-top:.25rem;font-weight:500;background-color:#ededed;padding:.5rem;border:1px solid #e6e6e6;border-radius:.25rem}.auth-page .auth-card .auth-form .form-actions{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.auth-page .auth-card .auth-form .form-actions .remember-me{display:flex;align-items:center;gap:.5rem;color:#896b61}.auth-page .auth-card .auth-form .form-actions .remember-me .form-checkbox{height:1rem;width:1rem;color:#ee5b2b;border:1px solid #e6e6e6;border-radius:.25rem;cursor:pointer}.auth-page .auth-card .auth-form .form-actions .remember-me .form-checkbox:focus{outline:none;box-shadow:0 0 0 2px #ee5b2b33}.auth-page .auth-card .auth-form .form-actions .forgot-password{color:#ee5b2b;font-weight:500}.auth-page .auth-card .auth-form .form-actions .forgot-password:hover{text-decoration:underline}.auth-page .auth-card .auth-form .btn-submit{width:100%;padding:.75rem;background-color:#ee5b2b;color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:background-color .2s}.auth-page .auth-card .auth-form .btn-submit:hover{background-color:#de4412}.auth-page .auth-card .auth-form .btn-submit:disabled{background-color:#f9c9b9;cursor:not-allowed}.auth-page .auth-card .auth-footer{margin-top:1.5rem;text-align:center;font-size:.875rem;color:#896b61}.auth-page .auth-card .auth-footer .auth-link{font-weight:500;color:#ee5b2b}.auth-page .auth-card .auth-footer .auth-link:hover{color:#de4412}.cart-page{padding:1.5rem;padding-bottom:200px;max-width:100%}.cart-page .cart-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #ededed}.cart-page .cart-header h1{font-size:1.75rem;font-weight:700;color:#181311;margin-bottom:.5rem}.cart-page .cart-header .item-count{font-size:.875rem;color:#a8a29e}.cart-page .cart-restaurants{display:flex;flex-direction:column;gap:0}.cart-page .restaurant-section{margin-bottom:2.5rem}.cart-page .restaurant-section:last-child{margin-bottom:3rem}.cart-page .restaurant-header{margin-bottom:1rem}.cart-page .restaurant-header .restaurant-link{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.25rem 1.5rem;background-color:#fff;border-radius:16px;border:3px solid #ee5b2b;text-decoration:none;transition:all .2s ease;box-shadow:0 2px 8px #0000000d;text-align:center}.cart-page .restaurant-header .restaurant-link:hover{background-color:#ee5b2b33;transform:translateY(-2px);box-shadow:0 6px 16px #0000001a;border-color:#de4412}.cart-page .restaurant-header .restaurant-link .restaurant-info{width:100%;display:flex;flex-direction:column;align-items:center}.cart-page .restaurant-header .restaurant-link .restaurant-info .restaurant-name{font-size:1.375rem;font-weight:700;color:#181311;display:block;margin-bottom:.375rem;letter-spacing:.5px}.cart-page .restaurant-header .restaurant-link .restaurant-info .item-count-small{font-size:.8rem;color:#896b61;text-transform:uppercase;letter-spacing:1px;font-weight:600}.cart-page .restaurant-header .restaurant-link .chevron-icon{width:24px;height:24px;color:#ee5b2b;margin-top:.5rem;opacity:.7;transition:opacity .2s ease}.cart-page .restaurant-header .restaurant-link:hover .chevron-icon{opacity:1}.cart-page .restaurant-notes{margin-top:1rem;padding:1rem;background-color:#ededed;border-radius:12px}.cart-page .restaurant-notes .notes-title{font-size:.875rem;font-weight:600;color:#181311;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.cart-page .restaurant-notes .notes-input{width:100%;padding:.75rem;border:1px solid #e6e6e6;border-radius:8px;font-size:.875rem;color:#181311;background-color:#fff;resize:vertical;margin-bottom:.75rem;font-family:inherit}.cart-page .restaurant-notes .notes-input:focus{outline:none;border-color:#ee5b2b;box-shadow:0 0 0 3px #6366f11a}.cart-page .restaurant-notes .notes-input::-moz-placeholder{color:#a8a29e}.cart-page .restaurant-notes .notes-input::placeholder{color:#a8a29e}.cart-page .restaurant-notes .btn-save-notes{padding:.5rem 1.5rem;background-color:#ee5b2b;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease}.cart-page .restaurant-notes .btn-save-notes:hover:not(:disabled){background-color:#de4412;transform:translateY(-1px)}.cart-page .restaurant-notes .btn-save-notes:disabled{opacity:.5;cursor:not-allowed}.cart-page .restaurant-footer{margin-top:1rem;padding:1rem;background-color:#fff;border-radius:12px;border:2px solid #ededed}.cart-page .restaurant-subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.cart-page .restaurant-subtotal .subtotal-label{font-size:.875rem;font-weight:600;color:#896b61;text-transform:uppercase;letter-spacing:.5px}.cart-page .restaurant-subtotal .subtotal-amount{font-size:1.25rem;font-weight:700;color:#ee5b2b}.cart-page .btn-restaurant-checkout{width:100%;padding:.875rem 1.5rem;background-color:#ee5b2b;color:#fff;border:none;border-radius:10px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #0000000d}.cart-page .btn-restaurant-checkout:hover{background-color:#de4412;transform:translateY(-2px);box-shadow:0 4px 12px #6366f14d}.cart-page .btn-restaurant-checkout:active{transform:translateY(0)}.cart-page .restaurant-separator{height:2px;background:linear-gradient(to right,transparent,#ededed 20%,#ededed 80%,transparent);margin:2rem 0;position:relative}.cart-page .restaurant-separator:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background-color:#ee5b2b;border-radius:50%}.cart-page .empty-cart{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 1rem;text-align:center}.cart-page .empty-cart p{font-size:1.125rem;color:#896b61;margin-bottom:1.5rem}.cart-page .empty-cart .btn-primary{padding:.75rem 2rem;background-color:#ee5b2b;color:#fff;border-radius:12px;font-weight:600;text-decoration:none;transition:all .2s ease}.cart-page .empty-cart .btn-primary:hover{background-color:#de4412;transform:translateY(-2px);box-shadow:0 4px 8px #6366f14d}.cart-page .cart-items{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.cart-page .cart-item{display:flex;gap:1rem;padding:1rem;background-color:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000d;transition:box-shadow .2s ease}.cart-page .cart-item:hover{box-shadow:0 4px 12px #0000000d}.cart-page .cart-item .cart-item-image{width:80px;height:80px;border-radius:12px;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.cart-page .cart-item .cart-item-image.placeholder{background-color:#ededed}.cart-page .cart-item .cart-item-details{flex:1;min-width:0}.cart-page .cart-item .cart-item-details .cart-item-name{font-size:1rem;font-weight:600;color:#181311;margin-bottom:.25rem}.cart-page .cart-item .cart-item-details .cart-item-price{font-size:.875rem;font-weight:700;color:#ee5b2b;margin-bottom:.5rem}.cart-page .cart-item .cart-item-details .cart-item-description{font-size:.75rem;color:#a8a29e;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.cart-page .cart-item .cart-item-actions{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;gap:.5rem}.cart-page .cart-item .cart-item-actions .quantity-controls{display:flex;align-items:center;gap:.5rem;background-color:#ededed;border-radius:20px;padding:.25rem .5rem}.cart-page .cart-item .cart-item-actions .quantity-controls .quantity-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background-color:transparent;color:#181311;cursor:pointer;transition:all .2s ease}.cart-page .cart-item .cart-item-actions .quantity-controls .quantity-btn .icon{width:16px;height:16px}.cart-page .cart-item .cart-item-actions .quantity-controls .quantity-btn:hover{color:#ee5b2b;transform:scale(1.1)}.cart-page .cart-item .cart-item-actions .quantity-controls .quantity-btn:active{transform:scale(.95)}.cart-page .cart-item .cart-item-actions .quantity-controls .quantity{min-width:24px;text-align:center;font-weight:600;color:#181311}.cart-page .cart-item .cart-item-actions .remove-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background-color:#dc2626;color:#fff;border-radius:8px;cursor:pointer;transition:all .2s ease}.cart-page .cart-item .cart-item-actions .remove-btn .icon{width:16px;height:16px}.cart-page .cart-item .cart-item-actions .remove-btn:hover{background-color:#dc2626;transform:scale(1.05)}.cart-page .cart-item .cart-item-actions .remove-btn:active{transform:scale(.95)}.cart-page .cart-notes{margin-bottom:1.5rem;padding:1rem;background-color:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000d}.cart-page .cart-notes h3{font-size:1rem;font-weight:600;color:#181311;margin-bottom:.75rem}.cart-page .cart-notes .notes-input{width:100%;padding:.75rem;border:1px solid #ededed;border-radius:12px;font-size:.875rem;color:#181311;background-color:#fafafa;resize:vertical;margin-bottom:.75rem;font-family:inherit}.cart-page .cart-notes .notes-input:focus{outline:none;border-color:#ee5b2b;box-shadow:0 0 0 3px #6366f11a}.cart-page .cart-notes .notes-input::-moz-placeholder{color:#a8a29e}.cart-page .cart-notes .notes-input::placeholder{color:#a8a29e}.cart-page .cart-notes .btn-secondary{padding:.5rem 1.5rem;background-color:#ededed;color:#181311;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.cart-page .cart-notes .btn-secondary:hover:not(:disabled){background-color:#ececec}.cart-page .cart-notes .btn-secondary:disabled{opacity:.5;cursor:not-allowed}.cart-page .cart-footer{position:fixed;bottom:80px;left:0;right:0;padding:1rem 1.5rem;background-color:#fff;border-top:1px solid #ededed;box-shadow:0 -2px 10px #0000000d;z-index:50}@media(min-width:1024px){.cart-page .cart-footer{width:768px;left:50%;transform:translate(-50%);border-left:1px solid #ededed;border-right:1px solid #ededed}}.cart-page .cart-footer .cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.cart-page .cart-footer .cart-total .total-label{font-size:1rem;font-weight:600;color:#896b61}.cart-page .cart-footer .cart-total .total-amount{font-size:1.5rem;font-weight:700;color:#ee5b2b}.cart-page .cart-footer .btn-checkout{width:100%;padding:1rem;background-color:#ee5b2b;color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s ease}.cart-page .cart-footer .btn-checkout:hover{background-color:#de4412;transform:translateY(-2px);box-shadow:0 4px 12px #6366f14d}.cart-page .cart-footer .btn-checkout:active{transform:translateY(0)}.checkout-page{padding:1rem 1rem 5rem}.checkout-page .page-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;color:#181311}.checkout-page .checkout-container{max-width:600px;margin:0 auto}.checkout-page .checkout-content{display:flex;flex-direction:column;gap:2rem}.checkout-page .empty-checkout{text-align:center;padding:3rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000d}.checkout-page .empty-checkout p{font-size:1.1rem;color:#896b61;margin-bottom:1.5rem}.checkout-page .empty-checkout .back-link{display:inline-block;padding:.75rem 1.5rem;background-color:#ee5b2b;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:background-color .2s}.checkout-page .empty-checkout .back-link:hover{background-color:#de4412}.checkout-page .section-title{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:#181311;border-bottom:1px solid #e6e6e6;padding-bottom:.5rem}.checkout-page .order-summary{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px #0000000d}.checkout-page .order-summary .restaurant-info{margin-bottom:1.5rem}.checkout-page .order-summary .restaurant-info h3{font-weight:700;color:#181311}.checkout-page .order-summary .restaurant-info p{font-size:.9rem;color:#896b61}.checkout-page .order-summary .items-list{margin-bottom:1.5rem;border-bottom:1px dashed #e6e6e6;padding-bottom:1rem}.checkout-page .order-summary .items-list .summary-item{display:flex;justify-content:space-between;margin-bottom:.75rem;font-size:.95rem}.checkout-page .order-summary .items-list .summary-item .item-info{display:flex;gap:.5rem}.checkout-page .order-summary .items-list .summary-item .item-info .item-quantity{font-weight:600;color:#ee5b2b}.checkout-page .order-summary .items-list .summary-item .item-price{font-weight:500}.checkout-page .order-summary .cost-breakdown .cost-row{display:flex;justify-content:space-between;margin-bottom:.5rem;color:#896b61}.checkout-page .order-summary .cost-breakdown .cost-row.total{margin-top:1rem;padding-top:1rem;border-top:1px solid #e6e6e6;font-weight:700;font-size:1.2rem;color:#181311}.checkout-page .payment-section{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px #0000000d}.checkout-page .payment-section .payment-method{margin-bottom:1.5rem;padding:1rem;background:#ededed;border-radius:4px}.checkout-page .payment-section .pay-button{width:100%;padding:1rem;background-color:#ee5b2b;color:#fff;border:none;border-radius:8px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:background-color .2s}.checkout-page .payment-section .pay-button:hover:not(:disabled){background-color:#de4412}.checkout-page .payment-section .pay-button:disabled{opacity:.7;cursor:not-allowed}.checkout-page .payment-section .back-link{display:block;text-align:center;margin-top:1rem;color:#896b61;text-decoration:none;font-size:.9rem}.checkout-page .payment-section .back-link:hover{text-decoration:underline}.orders-index{padding:1rem 1rem 5rem}.orders-index__header{margin-bottom:1.5rem}.orders-index__header h1{font-size:1.5rem;font-weight:700;color:#181311}.orders-index__list{display:flex;flex-direction:column;gap:1rem}.orders-index__empty{text-align:center;padding:3rem 1rem;color:#896b61}.orders-index__empty p{margin-bottom:1rem}.orders-index__empty .btn-primary{display:inline-block;padding:.5rem 1rem;background-color:#ee5b2b;color:#fff;border-radius:8px;text-decoration:none;font-weight:500}.orders-index__empty .btn-primary:hover{background-color:#de4412}.order-card{background:#fff;border-radius:8px;padding:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #e6e6e6;display:flex;flex-direction:column;gap:.75rem}.order-card__header{display:flex;justify-content:space-between;align-items:flex-start}.order-card__restaurant{font-weight:600;font-size:1.125rem;color:#181311}.order-card__date{font-size:.875rem;color:#896b61}.order-card__details{border-top:1px solid #ededed;padding-top:.75rem;display:flex;justify-content:space-between;align-items:center}.order-card__items-count{font-size:.875rem;color:#896b61}.order-card__total{font-weight:700;color:#181311}.order-card__actions{margin-top:.5rem;display:flex;justify-content:flex-end}.order-card__view-btn{font-size:.875rem;color:#ee5b2b;font-weight:500}.order-card__view-btn:hover{text-decoration:underline}.order-show-page{padding:20px 20px 80px;max-width:600px;margin:0 auto}.order-show-page .page-header{margin-bottom:20px}.order-show-page .page-header .page-title{font-size:1.5rem;font-weight:700;color:#181311;margin-bottom:4px}.order-show-page .page-header .order-date{font-size:.875rem;color:#896b61}.order-show-page .order-status-card{background-color:#fff;border-radius:8px;padding:16px;margin-bottom:20px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:flex;justify-content:space-between;align-items:center}.order-show-page .order-status-card .status-label{font-weight:600;color:#181311}.order-show-page .restaurant-section{margin-bottom:24px}.order-show-page .restaurant-section .section-title{font-size:1.125rem;font-weight:600;margin-bottom:12px;color:#181311}.order-show-page .restaurant-section .restaurant-card{background-color:#fff;border-radius:8px;padding:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit}.order-show-page .restaurant-section .restaurant-card .restaurant-info{flex:1}.order-show-page .restaurant-section .restaurant-card .restaurant-info .restaurant-name{font-weight:600;color:#181311;margin-bottom:4px}.order-show-page .restaurant-section .restaurant-card .restaurant-info .view-menu-link{font-size:.875rem;color:#ee5b2b}.order-show-page .order-items-section{margin-bottom:24px}.order-show-page .order-items-section .section-title{font-size:1.125rem;font-weight:600;margin-bottom:12px;color:#181311}.order-show-page .order-items-section .order-items-list{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden}.order-show-page .order-items-section .order-item{display:flex;padding:16px;border-bottom:1px solid #ededed}.order-show-page .order-items-section .order-item:last-child{border-bottom:none}.order-show-page .order-items-section .order-item .item-quantity{font-weight:600;color:#ee5b2b;margin-right:12px;min-width:24px}.order-show-page .order-items-section .order-item .item-details{flex:1}.order-show-page .order-items-section .order-item .item-details .item-name{font-weight:500;color:#181311;margin-bottom:4px}.order-show-page .order-items-section .order-item .item-details .item-price{font-size:.875rem;color:#896b61}.order-show-page .order-items-section .order-item .item-total{font-weight:600;color:#181311}.order-show-page .order-summary-section{background-color:#fff;border-radius:8px;padding:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.order-show-page .order-summary-section .summary-row{display:flex;justify-content:space-between;margin-bottom:8px;font-size:.875rem;color:#896b61}.order-show-page .order-summary-section .summary-row.total{margin-top:12px;padding-top:12px;border-top:1px solid #ededed;font-weight:700;font-size:1.125rem;color:#181311;margin-bottom:0}.order-show-page .back-button-container{margin-top:24px;text-align:center}
