.order-type-selector{padding:1rem;background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.order-type-selector-title{margin:0 0 .9rem;font-size:1.1rem;font-weight:700;color:#1f2937}.order-type-selector-head{display:flex;align-items:center;justify-content:space-between}.order-type-options-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;margin-bottom:.85rem}.order-type-option-card{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:118px;padding:.8rem;border:1.5px solid #dbe1e9;border-radius:12px;background:#fff;cursor:pointer;transition:all .2s ease;text-align:center}.order-type-option-icon-wrap{width:2.35rem;height:2.35rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#fff2e7}.order-type-option-copy{display:flex;flex-direction:column;align-items:inherit}.order-type-option-card:hover{border-color:#f8b37a;box-shadow:0 6px 14px #fc80191f}.order-type-option-card.active{border-color:#fc8019;background:#fff6ed;box-shadow:0 8px 16px #fc801933}.order-type-option-card input[type=radio]{display:none}.order-type-option-icon{font-size:1.5rem;margin-bottom:.5rem;color:#fc8019}.order-type-option-title{font-size:1rem;font-weight:700;line-height:1.2;color:#1f2937}.order-type-option-desc{margin-top:.3rem;font-size:.8rem;line-height:1.3;color:#64748b}.location-section,.nearby-carts-section,.pickup-carts-section{margin-top:.8rem;padding:.9rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-sizing:border-box}.section-title{display:flex;align-items:center;gap:.45rem;margin:0 0 .7rem;font-size:1.03rem;font-weight:700;color:#1f2937}.section-title-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.7rem}.section-title-row .section-title{margin:0}.section-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.75rem;height:1.75rem;border-radius:999px;background:#fff2e7;border:1px solid #ffd7b5;color:#b45309;font-size:.78rem;font-weight:700;line-height:1;padding:0 .45rem}.section-title-icon{color:#ef4444;font-size:1rem}.location-fields{display:flex;flex-direction:column;gap:.55rem}.btn-location{width:100%;min-height:45px;padding:.72rem 1rem;border:none;border-radius:10px;font-size:1rem;font-weight:600;color:#fff;background:#fc8019;cursor:pointer;transition:background .2s ease}.btn-location:hover:not(:disabled){background:#e6730f}.btn-location:disabled{opacity:.65;cursor:not-allowed}.input-field{width:100%;padding:.72rem .85rem;border:1px solid #dbe1e9;border-radius:10px;font-size:.98rem;color:#0f172a;box-sizing:border-box}.input-field:focus{outline:none;border-color:#fc8019;box-shadow:0 0 0 3px #fc80192e}.helper-text{margin:0;font-size:.82rem;line-height:1.35;color:#64748b}.location-info{padding:.75rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px}.location-info-title{margin:0;font-size:.9rem;font-weight:700;color:#1f2937}.location-info-text{margin:.28rem 0 0;font-size:.95rem;color:#334155;line-height:1.35}.location-info-coordinates{margin:.35rem 0 0;font-size:.78rem;color:#64748b}.status-message{margin:0;padding:.7rem .8rem;border-radius:10px;border:1px solid #e5e7eb;font-size:.88rem;line-height:1.35}.status-neutral{background:#f8fafc;color:#475569}.status-danger{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.status-warn{background:#fffbeb;border-color:#fde68a;color:#92400e}.status-title{margin:0;font-size:.9rem;font-weight:700}.status-note{margin:.35rem 0 0;font-size:.82rem}.status-list{margin:.4rem 0 0;padding-left:1rem;font-size:.82rem}.status-list li{margin-bottom:.2rem}.carts-list{display:flex;flex-direction:column;gap:.55rem;max-height:42vh;overflow-y:auto;overflow-x:hidden;padding-right:.1rem;-webkit-overflow-scrolling:touch}.cart-option{display:flex;align-items:flex-start;gap:.6rem;width:100%;padding:.75rem;border:1.5px solid #dbe1e9;border-radius:10px;background:#fff;cursor:pointer;transition:all .2s ease;box-sizing:border-box}.cart-option:hover{border-color:#f8b37a;background:#fffaf5}.cart-option.selected{border-color:#fc8019;background:#fff6ed;box-shadow:0 4px 10px #fc801929}.cart-option input[type=radio]{margin:.2rem 0 0;flex-shrink:0;width:1rem;height:1rem;cursor:pointer;accent-color:#fc8019}.cart-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:.18rem}.cart-name{font-size:1rem;font-weight:700;color:#1f2937;line-height:1.3;word-break:break-word}.cart-meta{margin-top:.22rem;font-size:.86rem;line-height:1.35;color:#64748b;word-break:break-word}.cart-meta-address{color:#334155;font-weight:500;line-height:1.4}.cart-option.selected .cart-meta-address{color:#1f2937}.cart-meta-success{color:#0f8a3a;font-weight:600}@media (max-width: 768px){.order-type-selector{padding:.85rem;border-radius:12px}.order-type-selector-title{font-size:1rem;margin-bottom:.72rem}.order-type-options-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.order-type-option-card{min-height:90px;padding:.65rem}.order-type-option-icon-wrap{width:2rem;height:2rem}.order-type-option-icon{font-size:1.15rem;margin-bottom:0}.order-type-option-title{font-size:.9rem}.order-type-option-desc{margin-top:.2rem;font-size:.73rem;line-height:1.22}.location-section,.nearby-carts-section,.pickup-carts-section{margin-top:.62rem;padding:.72rem;border-radius:11px}.section-title{font-size:.92rem}.btn-location{min-height:42px;font-size:.92rem;border-radius:9px}.input-field{padding:.65rem .72rem;font-size:.92rem;border-radius:9px}.helper-text{font-size:.75rem}.status-message{padding:.62rem .68rem;font-size:.8rem;border-radius:9px}.status-note,.status-list{font-size:.76rem}.carts-list{gap:.5rem;max-height:none;overflow-y:visible}.cart-option{gap:.5rem;padding:.6rem;border-radius:9px}.cart-content{gap:.12rem}.cart-option input[type=radio]{width:.95rem;height:.95rem;margin-top:.12rem}.cart-name{font-size:.86rem;line-height:1.22;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.cart-meta{font-size:.74rem;margin-top:.14rem;line-height:1.24}.cart-meta-address{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.cart-meta-success{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.section-count{min-width:1.55rem;height:1.55rem;font-size:.72rem}}@media (max-width: 560px){.order-type-selector{padding:.72rem;border-radius:11px}.order-type-selector-title{font-size:.95rem;margin-bottom:.62rem}.order-type-options-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem}.order-type-option-card{min-height:78px;padding:.55rem .5rem;align-items:stretch;justify-content:flex-start;text-align:left;display:grid;grid-template-columns:1.7rem minmax(0,1fr);column-gap:.48rem}.order-type-option-icon-wrap{width:1.7rem;height:1.7rem;margin-top:.02rem;border-radius:8px}.order-type-option-icon{font-size:.92rem}.order-type-option-desc{font-size:.68rem;margin-top:.12rem;line-height:1.2}.order-type-option-title{font-size:.81rem;line-height:1.15}.location-section,.nearby-carts-section,.pickup-carts-section{margin-top:.52rem;padding:.62rem;border-radius:10px}.section-title{font-size:.86rem}.btn-location{min-height:40px;font-size:.86rem;padding:.6rem .78rem}.input-field{font-size:.86rem;padding:.58rem .66rem}.helper-text{font-size:.7rem;line-height:1.25}.cart-option{padding:.5rem;gap:.45rem;border-radius:8px}.cart-name{font-size:.8rem}.cart-meta{font-size:.7rem;line-height:1.22}.section-count{min-width:1.4rem;height:1.4rem;font-size:.66rem;padding:0 .35rem}}@media (max-width: 390px){.order-type-options-grid{grid-template-columns:1fr}.order-type-option-card{min-height:72px;grid-template-columns:1.55rem minmax(0,1fr);padding:.5rem .45rem}.order-type-option-icon-wrap{width:1.55rem;height:1.55rem}.order-type-option-title{font-size:.79rem}.order-type-option-desc{font-size:.67rem}.carts-list{max-height:230px}.cart-option{padding:.44rem;gap:.4rem}.cart-option input[type=radio]{width:.84rem;height:.84rem}.cart-name{font-size:.76rem}.cart-meta{font-size:.66rem;line-height:1.2}}
