@import"https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700;800&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--blue: #2563eb;--blue-dark: #1d4ed8;--teal: #0f766e;--teal-light: #ccfbf1;--teal-dark: #0d5e57;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-300: #cbd5e1;--gray-400: #94a3b8;--gray-500: #64748b;--gray-700: #334155;--gray-900: #0f172a;--white: #ffffff;--shadow-sm: 0 1px 3px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.06);--shadow-md: 0 4px 12px rgba(0,0,0,.1), 0 2px 4px rgba(0,0,0,.06);--shadow-lg: 0 12px 32px rgba(0,0,0,.14);--radius-sm: 10px;--radius-md: 16px;--radius-lg: 22px;--radius-full: 999px;--sheet-peek: 84px}html,body,#root{width:100%;height:100%;overflow:hidden;font-family:Noto Sans KR,-apple-system,BlinkMacSystemFont,Malgun Gothic,sans-serif;-webkit-font-smoothing:antialiased;color:var(--gray-900);background:var(--gray-100)}button{font-family:inherit;cursor:pointer;border:none;background:none}a{text-decoration:none;color:inherit}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:spin .8s linear infinite}.appShell{position:relative;width:100%;height:100%;display:flex;flex-direction:column}.mapWrapper{position:relative;flex:1;min-height:0}.mapCanvas{width:100%;height:100%}.mapLoading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;height:100%;color:var(--gray-500);font-size:15px}.mapLoadingSpinner{width:36px;height:36px;border:3px solid var(--gray-200);border-top-color:var(--blue);border-radius:50%;animation:spin .7s linear infinite}.mapHeader{position:absolute;top:12px;left:12px;right:12px;display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#ffffffeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);z-index:10}.mapHeaderBrand{display:flex;align-items:center;gap:10px}.mapHeaderIcon{display:grid;place-items:center;width:34px;height:34px;background:var(--blue);color:var(--white);border-radius:10px;flex-shrink:0}.mapHeaderTitle{font-size:15px;font-weight:700;color:var(--gray-900);letter-spacing:-.3px}.mapHeaderActions{display:flex;gap:8px}.mapHeaderBtn{display:grid;place-items:center;width:36px;height:36px;color:var(--gray-500);background:var(--gray-100);border-radius:10px;transition:background .15s,color .15s}.mapHeaderBtn:hover{background:var(--gray-200);color:var(--gray-700)}.mapHeaderBtn:disabled{opacity:.4;cursor:not-allowed}.mapSearchBar{position:absolute;top:76px;left:12px;right:12px;z-index:10}.mapSearchBox{display:flex;align-items:center;gap:10px;padding:0 14px;height:46px;background:#fffffff2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-full);box-shadow:var(--shadow-md);color:var(--gray-400);cursor:text;transition:box-shadow .2s}.mapSearchBox.focused{box-shadow:0 0 0 2px var(--blue),var(--shadow-md);color:var(--blue)}.mapSearchBox input{flex:1;border:none;outline:none;background:transparent;font-size:14px;font-family:inherit;color:var(--gray-900)}.mapSearchBox input::placeholder{color:var(--gray-400)}.searchClearBtn{display:grid;place-items:center;width:22px;height:22px;color:var(--white);background:var(--gray-300);border-radius:50%;flex-shrink:0;transition:background .15s}.searchClearBtn:hover{background:var(--gray-500)}.selectedCard{position:absolute;bottom:calc(var(--sheet-peek) + 12px);left:12px;right:12px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);z-index:10;cursor:pointer;transition:transform .15s,box-shadow .15s;animation:slideUp .25s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.selectedCard:hover{transform:translateY(-1px);box-shadow:0 16px 40px #00000029}.selectedCardLeft{min-width:0;flex:1}.selectedCardName{font-size:16px;font-weight:700;color:var(--gray-900);letter-spacing:-.3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.selectedCardAddr{margin-top:3px;font-size:12px;color:var(--gray-500);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.selectedCardPrice{margin-top:4px;font-size:14px;font-weight:700;color:var(--teal)}.selectedCardRight{display:flex;gap:8px;flex-shrink:0}.selectedCardNaverBtn,.selectedCardListBtn{display:inline-flex;align-items:center;gap:4px;height:36px;padding:0 12px;border-radius:var(--radius-sm);font-size:13px;font-weight:600;transition:background .15s}.selectedCardNaverBtn{background:var(--teal-light);color:var(--teal)}.selectedCardNaverBtn:hover{background:#99f6e4}.selectedCardListBtn{background:var(--gray-100);color:var(--gray-700)}.selectedCardListBtn:hover{background:var(--gray-200)}.mapError{position:absolute;top:140px;left:12px;right:12px;display:flex;align-items:center;gap:8px;padding:12px 14px;background:#fef2f2;color:#dc2626;border-radius:var(--radius-sm);font-size:13px;box-shadow:var(--shadow-sm);z-index:10}.sheetOverlay{position:fixed;inset:0;background:#0f172a59;z-index:19;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.bottomSheet{position:fixed;bottom:0;left:0;right:0;height:72vh;max-height:72vh;background:var(--white);border-radius:20px 20px 0 0;box-shadow:0 -4px 32px #00000026;transform:translateY(calc(100% - var(--sheet-peek)));transition:transform .32s cubic-bezier(.32,.72,0,1);z-index:20;display:flex;flex-direction:column;will-change:transform}.bottomSheet.open{transform:translateY(0)}.sheetHandle{display:flex;flex-direction:column;align-items:center;gap:10px;padding:12px 20px 10px;width:100%;flex-shrink:0;border-radius:20px 20px 0 0;transition:background .15s}.sheetHandle:hover{background:var(--gray-50)}.sheetHandleBar{width:36px;height:4px;background:var(--gray-300);border-radius:var(--radius-full)}.sheetHandleMeta{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px}.sheetCount{font-size:14px;font-weight:700;color:var(--gray-700)}.sheetLoadingDot{width:8px;height:8px;background:var(--blue);border-radius:50%;animation:pulse 1s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.75)}}.sheetChevron{color:var(--gray-400);transition:transform .3s ease}.sheetChevron.rotated{transform:rotate(180deg)}.sheetList{flex:1;overflow-y:auto;overflow-x:hidden;padding:8px 16px 32px;display:flex;flex-direction:column;gap:10px;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.listCard{display:grid;grid-template-columns:34px minmax(0,1fr);gap:12px;padding:14px;background:var(--white);border:1.5px solid var(--gray-200);border-radius:var(--radius-md);cursor:pointer;transition:border-color .15s,box-shadow .15s,transform .15s}.listCard:hover{border-color:#93c5fd;box-shadow:var(--shadow-md);transform:translateY(-1px)}.listCard.selected{border-color:var(--teal);background:linear-gradient(135deg,#f0fdfa,#fff);box-shadow:0 4px 16px #0f766e24}.listCardNum{display:grid;place-items:center;width:34px;height:34px;color:var(--white);background:var(--blue);border-radius:var(--radius-full);font-size:14px;font-weight:800;flex-shrink:0}.listCard.selected .listCardNum{background:var(--teal)}.listCardBody{min-width:0}.listCardTop{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.listCardName{font-size:15px;font-weight:700;color:var(--gray-900);letter-spacing:-.2px;line-height:1.3;overflow-wrap:anywhere}.listCardBadge{display:inline-flex;align-items:center;gap:3px;padding:3px 8px;border-radius:var(--radius-full);font-size:11px;font-weight:700;flex-shrink:0}.listCardBadge.mapped{background:var(--teal-light);color:var(--teal)}.listCardBadge.unmapped{background:#fef9c3;color:#a16207}.listCardAddr{margin-top:5px;font-size:12px;color:var(--gray-500);line-height:1.45}.listCardPrice{margin-top:5px;font-size:14px;font-weight:700;color:var(--teal)}.listCardMemo{margin-top:5px;font-size:12px;color:var(--gray-500);line-height:1.4}.listCardActions{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.listCardBtn{display:inline-flex;align-items:center;gap:5px;height:32px;padding:0 12px;font-size:12px;font-weight:600;border-radius:var(--radius-sm);background:var(--gray-100);color:var(--gray-700);transition:background .15s}.listCardBtn:hover{background:var(--gray-200)}.listCardBtn.primary{background:#dbeafe;color:var(--blue)}.listCardBtn.primary:hover{background:#bfdbfe}.emptyState{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:48px 24px;color:var(--gray-400);font-size:14px;text-align:center}.listFab{position:fixed;bottom:calc(var(--sheet-peek) + 12px);left:50%;transform:translate(-50%);display:flex;align-items:center;gap:8px;padding:12px 22px;background:var(--blue);color:var(--white);border-radius:var(--radius-full);font-size:14px;font-weight:700;box-shadow:0 4px 20px #2563eb80;z-index:10;white-space:nowrap;animation:slideUp .25s ease;transition:background .15s,transform .15s,box-shadow .15s}.listFab:hover{background:var(--blue-dark);transform:translate(-50%) translateY(-2px);box-shadow:0 8px 24px #2563eb80}.infoWindow{display:grid;gap:4px;min-width:180px;max-width:240px;padding:12px 14px;background:var(--white);border-radius:var(--radius-sm);box-shadow:var(--shadow-lg)}.infoWindow strong{font-size:14px;font-weight:700;color:var(--gray-900);line-height:1.3}.infoWindow span{font-size:12px;color:var(--gray-500);line-height:1.4}.infoWindow b{font-size:13px;font-weight:700;color:var(--teal)}.infoLink{font-size:12px;font-weight:700;color:var(--teal);margin-top:2px}.infoLink:hover{text-decoration:underline}@media(min-width:860px){.appShell{flex-direction:row}.mapWrapper{flex:1;order:2}.sheetOverlay{display:none}.bottomSheet{position:relative;width:380px;min-width:380px;height:100%;max-height:100%;order:1;border-radius:0;transform:none!important;box-shadow:2px 0 16px #00000014;transition:none}.bottomSheet.open{transform:none}.sheetHandle{cursor:default;pointer-events:none}.sheetChevron,.sheetHandleBar{display:none}.sheetHandleMeta{justify-content:flex-start;padding:4px 0}.sheetCount{font-size:13px;color:var(--gray-500);font-weight:500}.sheetList{padding:0 16px 24px}.selectedCard{bottom:20px;left:12px;right:12px}.listFab{display:none}.mapHeader{top:16px;left:16px;right:16px}.mapSearchBar{top:84px;left:16px;right:16px}}
