:where(.wpc-modal-overlay,.wpc-floating-location){--wpc-primary:#c82333;--wpc-primary-tint:color-mix(in srgb, var(--wpc-primary) 10%, #fff);--wpc-primary-soft:color-mix(in srgb, var(--wpc-primary) 18%, #fff);--wpc-text:#0f172a;--wpc-muted:#64748b;--wpc-border:#e2e8f0;--wpc-bg:#ffffff;--wpc-bg-soft:#f8fafc;--wpc-radius:16px;--wpc-shadow-lg:0 24px 60px -20px rgba(15, 23, 42, 0.25),0 8px 24px -12px rgba(15, 23, 42, 0.18);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}.wpc-modal-overlay{display:none;position:fixed;inset:0;background-color:rgba(15,23,42,.55);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;justify-content:center;align-items:center;padding:16px;box-sizing:border-box}.wpc-modal-box{background:var(--wpc-bg);color:var(--wpc-text);padding:24px;border-radius:var(--wpc-radius);width:100%;max-width:520px;box-shadow:var(--wpc-shadow-lg);position:relative;animation:wpcModalIn .25s cubic-bezier(.2,.8,.2,1);box-sizing:border-box;max-height:calc(100vh - 32px);display:flex;flex-direction:column;gap:16px}@keyframes wpcModalIn{from{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.wpc-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.wpc-modal-heading{display:flex;flex-direction:column;gap:4px}.wpc-modal-title{margin:0;font-size:20px;font-weight:700;line-height:1.2;color:var(--wpc-text)}.wpc-modal-subtitle{margin:0;font-size:14px;color:var(--wpc-muted);line-height:1.4}.wpc-modal-close{background:0 0;border:0;cursor:pointer;color:var(--wpc-muted);padding:6px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease;position:static;font-size:0}.wpc-modal-close:hover{background:var(--wpc-bg-soft);color:var(--wpc-text)}.wpc-modal-close svg{width:20px;height:20px}.wpc-modal-search{position:relative;display:flex;align-items:center}.wpc-modal-search__icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--wpc-muted);pointer-events:none;display:inline-flex}.wpc-modal-search__icon svg{width:18px;height:18px}.wpc-modal-overlay .wpc-modal-search__input,input.wpc-modal-search__input[type=search]{width:100%;box-sizing:border-box;padding:12px 14px 12px 44px;margin:0;border:1px solid var(--wpc-border);border-radius:12px;background:var(--wpc-bg-soft);font-size:14px;line-height:1.4;color:var(--wpc-text);outline:0;box-shadow:none;text-indent:0;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.wpc-modal-search__input::placeholder{color:var(--wpc-muted)}.wpc-modal-search__input:focus{border-color:var(--wpc-primary);background:#fff;box-shadow:0 0 0 3px color-mix(in srgb,var(--wpc-primary) 18%,transparent)}.wpc-location-list{list-style:none;margin:0;padding:4px;display:flex;flex-direction:column;gap:8px;overflow-y:auto;max-height:50vh;-webkit-overflow-scrolling:touch}.wpc-location-card{display:grid;grid-template-columns:56px 1fr auto;align-items:center;gap:14px;padding:12px;border:1px solid var(--wpc-border);border-radius:12px;cursor:pointer;background:var(--wpc-bg);transition:border-color .15s ease,background .15s ease,transform .15s ease,box-shadow .15s ease}.wpc-location-card:hover{border-color:color-mix(in srgb,var(--wpc-primary) 40%,var(--wpc-border));transform:translateY(-1px);box-shadow:0 6px 16px -10px rgba(15,23,42,.18)}.wpc-location-card:focus-visible{outline:0;border-color:var(--wpc-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--wpc-primary) 22%,transparent)}.wpc-location-card.is-selected{border-color:var(--wpc-primary);background:var(--wpc-primary-tint)}.wpc-location-card__thumb{width:56px;height:56px;border-radius:12px;overflow:hidden;background:var(--wpc-bg-soft);display:flex;align-items:center;justify-content:center;color:var(--wpc-primary);flex-shrink:0}.wpc-location-card__thumb img{width:100%;height:100%;object-fit:cover;display:block}.wpc-location-card__thumb-fallback svg{width:26px;height:26px}.wpc-location-card__body{display:flex;flex-direction:column;gap:2px;min-width:0}.wpc-location-card__name{font-size:15px;font-weight:600;color:var(--wpc-text);line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wpc-location-card__address{font-size:13px;color:var(--wpc-muted);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.wpc-location-card__chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.wpc-chip{display:inline-block;padding:2px 8px;border-radius:999px;background:var(--wpc-bg-soft);color:var(--wpc-muted);font-size:11px;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.wpc-location-card.is-selected .wpc-chip{background:#fff;color:var(--wpc-primary)}.wpc-location-card__check{width:24px;height:24px;border-radius:50%;border:1.5px solid var(--wpc-border);display:inline-flex;align-items:center;justify-content:center;color:transparent;flex-shrink:0;transition:background .15s ease,border-color .15s ease,color .15s ease}.wpc-location-card__check svg{width:14px;height:14px}.wpc-location-card.is-selected .wpc-location-card__check{background:var(--wpc-primary);border-color:var(--wpc-primary);color:#fff}.wpc-location-card[hidden]{display:none}.wpc-location-empty,.wpc-location-no-results{text-align:center;color:var(--wpc-muted);font-size:14px;padding:24px 8px}.wpc-modal-footer{display:flex;justify-content:flex-end;gap:8px;padding-top:4px}.wpc-modal-cancel-btn{background:0 0;color:var(--wpc-muted);border:1px solid var(--wpc-border);padding:10px 18px;border-radius:10px;cursor:pointer;font-size:14px;font-weight:600;transition:background .15s ease,color .15s ease}.wpc-modal-cancel-btn:hover{background:var(--wpc-bg-soft);color:var(--wpc-text)}.wpc-modal-save-btn{background:var(--wpc-primary)!important;color:#fff!important;border:0;padding:10px 20px;border-radius:10px;cursor:pointer;font-size:14px;font-weight:600;position:relative;display:inline-flex;align-items:center;gap:8px;transition:filter .15s ease,transform .15s ease}.wpc-modal-save-btn:hover{filter:brightness(.95)}.wpc-modal-save-btn:active{transform:translateY(1px)}.wpc-modal-save-btn[disabled]{opacity:.5;cursor:not-allowed}.wpc-spinner{border:2px solid rgba(255,255,255,.4);border-top:2px solid #fff;border-radius:50%;width:16px;height:16px;animation:wpcSpin .8s linear infinite}@keyframes wpcSpin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.wpc-floating-location{position:fixed;bottom:120px;right:20px;z-index:9998;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}.wpc-floating-location__btn{display:inline-flex;align-items:center;gap:12px;padding:10px 16px;background:#fff!important;border:1px solid var(--wpc-border);border-radius:999px;box-shadow:0 14px 30px -12px rgba(15,23,42,.25),0 4px 12px -4px rgba(15,23,42,.12);cursor:pointer;color:var(--wpc-text);font:inherit;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease;max-width:min(86vw,320px)}.wpc-floating-location__btn:hover{transform:translateY(-2px);box-shadow:0 20px 40px -16px rgba(15,23,42,.32),0 6px 16px -6px rgba(15,23,42,.16);border-color:color-mix(in srgb,var(--wpc-primary) 35%,var(--wpc-border))!important}.wpc-floating-location__btn:focus-visible{outline:0;box-shadow:0 0 0 3px color-mix(in srgb,var(--wpc-primary) 25%,transparent),0 14px 30px -12px rgba(15,23,42,.25);border-color:var(--wpc-primary)!important}.wpc-floating-location__icon{width:36px;height:36px;border-radius:50%;background:var(--wpc-primary-tint);color:var(--wpc-primary);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.wpc-floating-location__icon svg{width:18px;height:18px}.wpc-floating-location__text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.2;min-width:0}.wpc-floating-location__hint{font-size:11px;color:var(--wpc-muted);text-transform:uppercase;letter-spacing:.06em;font-weight:600}.wpc-floating-location__label{font-size:14px;font-weight:700;color:var(--wpc-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:200px}.wpc-floating-location[data-state=empty] .wpc-floating-location__label{color:var(--wpc-primary)}.wpc-floating-location__chevron{color:var(--wpc-muted);display:inline-flex;flex-shrink:0}.wpc-floating-location__chevron svg{width:16px;height:16px}@media (max-width:480px){.wpc-floating-location{right:12px;left:12px;bottom:max(12px,env(safe-area-inset-bottom))}.wpc-floating-location__btn{width:100%;max-width:100%;justify-content:flex-start}.wpc-floating-location__label{max-width:100%}.wpc-modal-overlay{padding:0;align-items:flex-end}.wpc-modal-box{max-width:100%;max-height:92vh;border-radius:var(--wpc-radius) var(--wpc-radius) 0 0;animation:wpcSheetIn .28s cubic-bezier(.2,.8,.2,1)}@keyframes wpcSheetIn{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.wpc-modal-title{font-size:18px}.wpc-modal-footer{flex-direction:column-reverse}.wpc-modal-footer button{width:100%;justify-content:center}}#loader{display:none}#loader .spinner{width:24px;height:24px;border:3px solid #f3f3f3;border-top:3px solid var(--wpc-primary,#c82333);border-radius:50%;animation:wpcSpin .8s linear infinite}