.store-selection-modal-overlay{position:fixed;inset:0;z-index:10050;background:#00000073;display:flex;align-items:center;justify-content:center;padding:16px;animation:storeModalFadeIn .25s ease forwards}.store-selection-modal-overlay.store-selection-modal-exit{animation:storeModalFadeOut .25s ease forwards}.store-selection-modal{width:min(720px,100%);max-height:min(90vh,900px);overflow:auto;background:#fff;border-radius:16px;padding:20px 20px 16px;box-shadow:0 12px 40px #00000026;animation:storeModalSlideIn .25s ease forwards}.store-selection-modal.store-selection-modal-content-exit{animation:storeModalSlideOut .25s ease forwards}@keyframes storeModalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes storeModalFadeOut{0%{opacity:1}to{opacity:0}}@keyframes storeModalSlideIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes storeModalSlideOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(12px)}}.store-selection-modal-top{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #eee}.store-selection-modal-logo{flex-shrink:0}.store-selection-modal-logo img{display:block;width:auto;height:auto;max-height:48px;border-radius:8px}.store-selection-modal-tagline{flex:1;min-width:0;font-size:15px;font-weight:500;color:#1a1a1a;text-align:center}.store-selection-modal-body{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}@media (max-width: 640px){.store-selection-modal-body{grid-template-columns:1fr}}.store-selection-modal-label{font-weight:400;font-size:14px;margin-bottom:10px;color:#333}.store-selection-modal-radios{border:2px solid #4bb755;border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:10px}.store-selection-radio-row{position:relative;display:flex;align-items:center;gap:10px;font-size:15px;font-weight:600;cursor:pointer}.store-selection-radio-input{position:absolute;opacity:0;width:0;height:0}.store-selection-radio-ui{flex-shrink:0;width:20px;height:20px;border:2px solid #4bb755;border-radius:50%;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.store-selection-radio-input:checked+.store-selection-radio-ui:after{content:"";width:10px;height:10px;border-radius:50%;background:#4bb755}.store-selection-radio-text{flex:1;min-width:0}.store-selection-modal-map-inner{position:relative;border-radius:12px;overflow:hidden}.store-selection-modal-map-inner iframe{width:100%;height:220px;border:0;display:block;vertical-align:top}.store-selection-map-location-btn{position:absolute;top:8px;right:8px;z-index:2;display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;margin:0;background-color:#fff;color:#1f2937;border:1px solid #d1d5db;border-radius:10px;box-shadow:0 1px 4px #0000001f;font-family:inherit;cursor:pointer;transition:background-color .2s ease,border-color .2s ease;box-sizing:border-box}.store-selection-map-location-btn:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af}.store-selection-map-location-btn:disabled{opacity:.85;cursor:not-allowed}.store-selection-map-location-icon{display:block;flex-shrink:0}.store-selection-map-location-spinner{display:block;width:20px;height:20px;border:2px solid #e5e7eb;border-top-color:#4bb755;border-radius:50%;animation:storeMapLocationSpin .65s linear infinite}@keyframes storeMapLocationSpin{to{transform:rotate(360deg)}}.store-selection-modal-left .store-selection-continue{margin-top:14px;width:100%;padding:14px 16px;border:2px solid #4bb755;border-radius:12px;background:#4bb755;color:#fff;font-size:16px;font-weight:600;cursor:pointer;box-sizing:border-box}.store-selection-continue:disabled{opacity:.45;cursor:not-allowed}.store-selection-legal{margin-top:10px;font-size:11px;line-height:1.4;color:#777;text-align:center}.store-selection-legal a{color:#4bb755;text-decoration:underline}
