.location-dropdown-overlay{z-index:49;opacity:0;pointer-events:none;background:#00000059;transition:opacity .2s;position:fixed;inset:0}.location-dropdown-overlay.open{opacity:1;pointer-events:auto}.location-dropdown{background:var(--color-surface,#fff);border:1px solid var(--color-border,#e5e7eb);z-index:50;opacity:0;pointer-events:none;border-radius:12px;min-width:280px;max-width:320px;transition:opacity .2s cubic-bezier(.16,1,.3,1),transform .2s cubic-bezier(.16,1,.3,1);position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;transform:translateY(-8px)scale(.96);box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #00000014}.location-dropdown.open{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}@media (max-width:374px){.location-dropdown{min-width:unset;max-width:unset;opacity:0;border-radius:12px;width:calc(100% - 16px);max-height:calc(85vh - 60px);padding-bottom:16px;transition:opacity .2s cubic-bezier(.16,1,.3,1),transform .2s cubic-bezier(.16,1,.3,1);position:fixed;inset:60px auto auto 50%;overflow-y:auto;transform:translate(-50%)translateY(-8px)scale(.96);box-shadow:0 10px 30px #00000040}.location-dropdown.open{opacity:1;transform:translate(-50%)translateY(0)scale(1)}}@media (min-width:375px) and (max-width:639px){.location-dropdown{min-width:unset;opacity:0;border-radius:12px;width:calc(100% - 24px);max-width:360px;max-height:calc(85vh - 60px);padding-bottom:16px;transition:opacity .2s cubic-bezier(.16,1,.3,1),transform .2s cubic-bezier(.16,1,.3,1);position:fixed;inset:60px auto auto 50%;overflow-y:auto;transform:translate(-50%)translateY(-8px)scale(.96);box-shadow:0 10px 30px #00000040}.location-dropdown.open{opacity:1;transform:translate(-50%)translateY(0)scale(1)}}.location-dropdown__header{border-bottom:1px solid var(--color-border,#e5e7eb);padding:16px 16px 12px}.location-dropdown__detected{align-items:center;gap:12px;display:flex}.location-dropdown__pin-wrapper{flex-shrink:0;justify-content:center;align-items:center;width:32px;display:flex}.location-dropdown__pin-icon{color:#ef4444;flex-shrink:0}.location-dropdown__city{color:var(--color-foreground,#111827);font-size:14px;font-weight:600;line-height:1.3}.location-dropdown__sublabel{color:var(--color-muted-foreground,#6b7280);margin-top:2px;font-size:11px;font-weight:400}.location-dropdown__skeleton{flex-direction:column;gap:6px;display:flex}.location-dropdown__skeleton-line{background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 50%,#e5e7eb 75%) 0 0/200% 100%;border-radius:6px;height:12px;animation:1.5s ease-in-out infinite shimmer}.location-dropdown__skeleton-line:first-child{width:140px}.location-dropdown__skeleton-line:last-child{width:90px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.location-dropdown__options{padding:6px 0}.location-dropdown__option{cursor:pointer;width:100%;color:var(--color-foreground,#111827);text-align:left;background:0 0;border:none;align-items:center;gap:12px;padding:12px 16px;font-size:14px;font-weight:500;transition:background-color .15s;display:flex}.location-dropdown__option:hover{background-color:var(--color-muted,#f3f4f6)}.location-dropdown__option:active{background-color:var(--color-accent,#e5e7eb)}.location-dropdown__option:focus-visible{outline:2px solid var(--color-ring,#6366f1);outline-offset:-2px;border-radius:4px}.location-dropdown__option-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.location-dropdown__option-icon--locate{color:#7c3aed;background:#ede9fe}.location-dropdown__option-icon--map{color:#2563eb;background:#dbeafe}.location-dropdown__option-text{flex-direction:column;display:flex}.location-dropdown__option-label{font-size:14px;font-weight:500;line-height:1.3}.location-dropdown__option-desc{color:var(--color-muted-foreground,#6b7280);margin-top:1px;font-size:11px;font-weight:400}.location-dropdown__option--current{color:#2563eb;gap:12px;padding:12px 16px}.location-dropdown__option--current:hover{background-color:#eff6ff}.location-dropdown__current-icon{color:#2563eb;background:#eff6ff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.location-dropdown__current-label{color:#2563eb;font-size:14px;font-weight:500}:root.dark .location-dropdown__option--current,.dark .location-dropdown__option--current{color:#60a5fa}:root.dark .location-dropdown__option--current:hover,.dark .location-dropdown__option--current:hover{background-color:#2563eb1a}:root.dark .location-dropdown__current-icon,.dark .location-dropdown__current-icon{color:#60a5fa;background:#2563eb26}:root.dark .location-dropdown__current-label,.dark .location-dropdown__current-label{color:#60a5fa}.location-dropdown__divider{background:var(--color-border,#e5e7eb);border:none;height:1px;margin:0}.location-dropdown__or-divider{align-items:center;gap:10px;margin:0;padding:0 16px;display:flex}.location-dropdown__or-divider:before,.location-dropdown__or-divider:after{content:"";background:var(--color-border,#e5e7eb);flex:1;height:1px}.location-dropdown__or-divider span{color:var(--color-muted-foreground,#9ca3af);letter-spacing:.04em;text-transform:lowercase;flex-shrink:0;font-size:11px;font-weight:500}:root.dark .location-dropdown__or-divider:before,:root.dark .location-dropdown__or-divider:after,.dark .location-dropdown__or-divider:before,.dark .location-dropdown__or-divider:after{background:#ffffff1a}:root.dark .location-dropdown__or-divider span,.dark .location-dropdown__or-divider span{color:#6b7280}.location-dropdown__drag-handle{display:none}@media (max-width:424px){.location-dropdown__drag-handle{justify-content:center;padding:10px 0 4px;display:flex}.location-dropdown__drag-handle span{background:#d1d5db;border-radius:2px;width:36px;height:4px}}.location-dropdown__error{color:#9ca3af;font-size:12px;font-style:italic}.location-dropdown__address-line{color:var(--color-muted-foreground,#6b7280);margin-top:6px;padding-left:44px;font-size:12px;line-height:1.5}:root.dark .location-dropdown,.dark .location-dropdown{background:var(--color-surface-dark,#1f2937);border-color:#ffffff1a;box-shadow:0 10px 25px -5px #0006,0 8px 10px -6px #0000004d}:root.dark .location-dropdown__header,.dark .location-dropdown__header{border-bottom-color:#ffffff14}:root.dark .location-dropdown__city,.dark .location-dropdown__city{color:#f9fafb}:root.dark .location-dropdown__sublabel,.dark .location-dropdown__sublabel,:root.dark .location-dropdown__option-desc,.dark .location-dropdown__option-desc{color:#9ca3af}:root.dark .location-dropdown__skeleton-line,.dark .location-dropdown__skeleton-line{background:linear-gradient(90deg,#374151 25%,#4b5563 50%,#374151 75%) 0 0/200% 100%;animation:1.5s ease-in-out infinite shimmer}:root.dark .location-dropdown__option,.dark .location-dropdown__option{color:#f3f4f6}:root.dark .location-dropdown__option:hover,.dark .location-dropdown__option:hover{background-color:#ffffff0f}:root.dark .location-dropdown__option:active,.dark .location-dropdown__option:active{background-color:#ffffff1a}:root.dark .location-dropdown__option-icon--locate,.dark .location-dropdown__option-icon--locate{color:#a78bfa;background:#7c3aed26}:root.dark .location-dropdown__option-icon--map,.dark .location-dropdown__option-icon--map{color:#93c5fd;background:#2563eb26}:root.dark .location-dropdown__divider,.dark .location-dropdown__divider{background:#ffffff14}:root.dark .location-dropdown__drag-handle span,.dark .location-dropdown__drag-handle span{background:#4b5563}:root.dark .location-dropdown__error,.dark .location-dropdown__error{color:#6b7280}:root.dark .location-dropdown__address-line,.dark .location-dropdown__address-line{color:#9ca3af}:root.dark .location-dropdown-overlay,.dark .location-dropdown-overlay{background:#0000008c}
