*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Noto Sans KR,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#1f2937;background-color:#f9fafb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}a{font-weight:500;color:#0ea5e9;text-decoration:inherit}a:hover{color:#0b74d0}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;transition:all .25s}button:focus,button:focus-visible{outline:2px solid #2563EB;outline-offset:2px}h1,h2,h3,h4,h5,h6{font-weight:700}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:linear-gradient(135deg,#e0f2fe,#dbeafe);border-radius:6px}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#93c5fd,#60a5fa,#93c5fd);border-radius:6px;border:2px solid #E0F2FE;box-shadow:inset 0 2px 4px #ffffff4d}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#60a5fa,#3b82f6,#60a5fa);box-shadow:inset 0 2px 4px #fff6}.shop-list{display:flex;flex-direction:column;height:100%;background:#fff;overflow:hidden}.shop-list-header{padding:24px 20px;background:linear-gradient(135deg,#e0f2fe,#dbeafe,#c7e9ff,#dbeafe,#e0f2fe);background-size:200% 200%;animation:headerShimmer 6s ease infinite;border-bottom:3px solid #0EA5E9;position:relative;overflow:hidden}.mobile-close-button{display:none}.shop-list-header:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.1),transparent);animation:shine 3s infinite}@keyframes headerShimmer{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes shine{0%{transform:translate(-100%) translateY(-100%) rotate(45deg)}to{transform:translate(100%) translateY(100%) rotate(45deg)}}.header-icon-wrapper{display:flex;justify-content:center;gap:8px;margin-bottom:12px}.header-icon{font-size:28px;display:inline-block;animation:bounce 2s ease-in-out infinite}.header-icon:nth-child(1){animation-delay:0s}.header-icon:nth-child(2){animation-delay:.2s}.header-icon:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-8px) scale(1.1)}}.shop-list-header h2{margin:0 0 8px;color:#0b3b78;font-size:24px;font-weight:800;text-shadow:1px 1px 2px rgba(255,255,255,.5);position:relative;z-index:1}.shop-count{margin:0;color:#2563eb;font-size:14px;font-weight:600;position:relative;z-index:1}.shop-items{flex:1;overflow-y:auto;overflow-x:hidden;padding:12px;min-height:0}.shop-item{display:flex;gap:16px;padding:16px;margin-bottom:12px;background:linear-gradient(135deg,#fff,#f0f9ff);border:2px solid #C7E9FF;border-radius:16px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.shop-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(14,165,233,.1),transparent);transition:left .5s}.shop-item:hover:before{left:100%}.shop-item:hover{border-color:#38bdf8;box-shadow:0 8px 24px #0ea5e92e,0 0 0 1px #0ea5e933;transform:translateY(-4px) scale(1.02);background:linear-gradient(135deg,#e0f2fe,#dbeafe)}.shop-item.selected{border-color:#0ea5e9;background:linear-gradient(135deg,#e0f2fe,#c7e9ff);box-shadow:0 8px 24px #0ea5e940,0 0 0 2px #0ea5e94d,inset 0 2px 6px #ffffffb3;transform:scale(1.02)}.shop-icon{font-size:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:linear-gradient(135deg,#e0f2fe,#f0f9ff);border-radius:50%;border:2px solid #93C5FD;box-shadow:0 2px 8px #3b82f626;transition:all .3s ease}.shop-item:hover .shop-icon{transform:rotate(15deg) scale(1.1);box-shadow:0 4px 12px #3b82f640;background:linear-gradient(135deg,#bae6fd,#e0f2fe)}.fish-emoji{display:inline-block;animation:fishWiggle 2s ease-in-out infinite}@keyframes fishWiggle{0%,to{transform:rotate(0)}25%{transform:rotate(-6deg)}75%{transform:rotate(6deg)}}.shop-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px}.shop-name{margin:0;font-size:18px;font-weight:700;color:#0f172a}.shop-address{margin:0;font-size:14px;color:#1e3a8a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shop-description{margin:0;font-size:13px;color:#334155;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.shop-meta{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.shop-rating{display:inline-block;padding:4px 10px;background:#e0f2fe;border-radius:12px;font-size:13px;font-weight:600;color:#0ea5e9}.shop-price{display:inline-block;padding:4px 10px;background:#dbeafe;border-radius:12px;font-size:13px;font-weight:600;color:#1e3a8a}.shop-instagram{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:linear-gradient(135deg,#e0f2fe,#c7e9ff);border-radius:12px;font-size:13px;font-weight:600;color:#0ea5e9;text-decoration:none;transition:all .2s ease}.shop-instagram:hover{background:linear-gradient(135deg,#bae6fd,#93c5fd);color:#0b74d0;transform:translateY(-1px);box-shadow:0 2px 8px #0ea5e940}.shop-instagram .instagram-icon{width:16px;height:16px;flex-shrink:0}.shop-instagram span{line-height:1}.shop-items::-webkit-scrollbar{width:10px}.shop-items::-webkit-scrollbar-track{background:linear-gradient(135deg,#e0f2fe,#dbeafe);border-radius:5px}.shop-items::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#93c5fd,#60a5fa,#93c5fd);border-radius:5px;border:1px solid #E0F2FE}.shop-items::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#60a5fa,#3b82f6,#60a5fa)}@media(max-width:600px){.mobile-drag-handle{position:absolute;top:8px;left:50%;transform:translate(-50%);width:40px;height:4px;background:#0ea5e980;border-radius:2px;z-index:10}.mobile-close-button{display:block;position:absolute;top:16px;right:16px;width:36px;height:36px;border:none;background:#ffffffe6;border-radius:50%;font-size:20px;color:#0ea5e9;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10;box-shadow:0 2px 8px #00000026}.mobile-close-button:hover{background:#fff;transform:rotate(90deg) scale(1.1);box-shadow:0 4px 12px #0003}.mobile-close-button:active{transform:rotate(90deg) scale(.95)}}.shop-detail-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.shop-detail{background:#fff;border-radius:20px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #0ea5e933;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.close-button{position:absolute;top:16px;right:16px;width:36px;height:36px;border:none;background:#0f172a14;border-radius:50%;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;z-index:1}.close-button:hover{background:#0f172a29;transform:rotate(90deg)}.shop-detail-header{padding:40px 24px 24px;background:linear-gradient(135deg,#0ea5e9,#2563eb,#0ea5e9 80%,#38bdf8);background-size:200% 200%;animation:detailHeaderShimmer 6s ease infinite;text-align:center;border-bottom:3px solid #0EA5E9;position:relative;overflow:hidden}.shop-detail-header:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(255,255,255,.1),transparent);animation:shine 3s infinite}@keyframes detailHeaderShimmer{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.shop-detail-icon{font-size:64px;margin-bottom:16px;display:inline-block;animation:fishSwim 3s ease-in-out infinite;filter:drop-shadow(0 4px 8px rgba(15,23,42,.35))}@keyframes fishSwim{0%,to{transform:rotate(0) scale(1)}25%{transform:rotate(-10deg) scale(1.1)}75%{transform:rotate(10deg) scale(1.1)}}.shop-detail-header h2{margin:0 0 12px;font-size:26px;font-weight:800;color:#fff;text-shadow:1px 1px 2px rgba(255,255,255,.5);position:relative;z-index:1}.shop-detail-meta{display:flex;justify-content:center;align-items:center;gap:12px;flex-wrap:wrap;position:relative;z-index:1}.shop-detail-rating{display:inline-block;padding:8px 16px;background:#ffffffd9;border-radius:20px;font-size:16px;font-weight:600;color:#0ea5e9;box-shadow:0 2px 8px #0ea5e926}.shop-detail-instagram{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:linear-gradient(135deg,#e0f2fe,#c7e9ff);border-radius:20px;font-size:16px;font-weight:600;color:#0ea5e9;text-decoration:none;box-shadow:0 2px 8px #0ea5e933;transition:all .2s ease;border:2px solid rgba(14,165,233,.25)}.shop-detail-instagram:hover{background:linear-gradient(135deg,#bae6fd,#93c5fd);color:#0b74d0;transform:translateY(-2px);box-shadow:0 4px 12px #0ea5e940;border-color:#0ea5e966}.shop-detail-instagram .instagram-icon{width:18px;height:18px;flex-shrink:0}.shop-detail-content{padding:24px}.shop-description{margin:0 0 24px;font-size:16px;line-height:1.6;color:#0f172a;text-align:center;font-weight:500}.detail-section{margin-bottom:24px}.detail-item{display:flex;align-items:flex-start;gap:12px;padding:12px;margin-bottom:8px;background:linear-gradient(135deg,#fff,#f0f9ff);border-radius:12px;border:2px solid #C7E9FF;transition:all .3s ease;position:relative;overflow:hidden}.detail-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(14,165,233,.1),transparent);transition:left .5s}.detail-item:hover:before{left:100%}.detail-item:hover{border-color:#38bdf8;box-shadow:0 4px 12px #0ea5e933;transform:translate(4px);background:linear-gradient(135deg,#e0f2fe,#dbeafe)}.detail-label{font-size:16px;font-weight:600;color:#0b3b78;min-width:120px}.detail-value{flex:1;font-size:15px;color:#0f172a;word-break:break-all}.detail-value.link{color:#0ea5e9;text-decoration:none;font-weight:600;transition:color .2s}.detail-value.link:hover{color:#0b74d0;text-decoration:underline}.detail-value.link.instagram-link{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;background:linear-gradient(135deg,#e0f2fe,#c7e9ff);border-radius:8px;color:#0ea5e9;transition:all .2s}.detail-value.link.instagram-link:hover{background:linear-gradient(135deg,#bae6fd,#93c5fd);color:#0b74d0;text-decoration:none;transform:translateY(-1px);box-shadow:0 2px 8px #0ea5e940}.detail-value.link.instagram-link .instagram-icon{width:18px;height:18px;flex-shrink:0}.detail-actions{display:flex;gap:12px;margin-top:24px}.action-button{flex:1;padding:14px 20px;border:2px solid #93C5FD;background:#fff;border-radius:12px;font-size:15px;font-weight:600;color:#0b3b78;cursor:pointer;transition:all .2s}.action-button:hover{background:#e0f2fe;border-color:#38bdf8;transform:translateY(-2px);box-shadow:0 4px 12px #0ea5e933}.action-button.primary{background:linear-gradient(135deg,#0ea5e9,#2563eb);border-color:#0ea5e9;color:#fff}.action-button.primary:hover{background:linear-gradient(135deg,#0b74d0,#1d4ed8);box-shadow:0 4px 16px #0ea5e959}@media(max-width:768px){.shop-detail{max-width:100%;border-radius:20px 20px 0 0;max-height:80vh}.detail-actions{flex-direction:column}.detail-item{flex-direction:column;gap:8px}.detail-label{min-width:auto}}.app{display:flex;flex-direction:column;min-height:100vh;background:linear-gradient(135deg,#e0f2fe,#e0e7ff,#cffafe,#e0f2fe,#dbeafe);background-size:400% 400%;animation:gradientShift 15s ease infinite;position:relative}.app:before{content:"";position:fixed;inset:0;background-image:radial-gradient(circle at 20% 30%,rgba(14,165,233,.08) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(56,189,248,.08) 0%,transparent 50%),radial-gradient(circle at 40% 80%,rgba(129,140,248,.07) 0%,transparent 50%);pointer-events:none;z-index:0}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.app-header{background:linear-gradient(135deg,#0ea5e9,#2563eb 30%,#0ea5e9 70%,#22d3ee);background-size:200% 200%;animation:headerGradient 8s ease infinite;padding:28px 20px;text-align:center;border-bottom:4px solid #0B74D0;box-shadow:0 6px 20px #2563eb59;position:relative;z-index:1}.app-header:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(255,255,255,.05) 10px,rgba(255,255,255,.05) 20px);pointer-events:none}@keyframes headerGradient{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.header-emoji{font-size:32px;margin-bottom:8px;animation:float 3s ease-in-out infinite;display:flex;justify-content:center;gap:12px}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(5deg)}}.app-header h1{margin:0 0 8px;font-size:32px;font-weight:800;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3),0 0 20px rgba(255,255,255,.3);letter-spacing:1px;position:relative;z-index:1}.app-header p{margin:0;font-size:16px;color:#fff;font-weight:600;text-shadow:1px 1px 2px rgba(0,0,0,.2);position:relative;z-index:1}.app-content{display:flex;gap:20px;padding:20px;position:relative;max-width:1600px;width:100%;margin:0 auto;z-index:1;height:calc(100vh - 200px);min-height:600px;max-height:calc(100vh - 200px);overflow:hidden}.sidebar{width:380px;flex-shrink:0;border-radius:20px;overflow:hidden;box-shadow:0 8px 32px #0ea5e91f,0 0 0 1px #0ea5e91a;background:linear-gradient(to bottom,#fff,#f0f9ff);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(125,211,252,.4);transition:all .3s ease;height:100%;display:flex;flex-direction:column}.sidebar:hover{box-shadow:0 12px 40px #0ea5e933,0 0 0 1px #0ea5e933;transform:translateY(-2px)}.map-container{flex:1;height:100%;border-radius:20px;overflow:hidden;box-shadow:0 8px 32px #0ea5e91f,0 0 0 1px #0ea5e91a;background:#fff;position:relative;border:2px solid rgba(125,211,252,.4);transition:all .3s ease;min-height:0}.map-container:hover{box-shadow:0 12px 40px #0ea5e933,0 0 0 1px #0ea5e933}.kakao-map-container{min-height:400px}@media(max-width:480px){.kakao-map-container{min-height:250px}}.mobile-toggle{display:none;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.app-footer{background:linear-gradient(135deg,#e0f2fe,#dbeafe,#e0e7ff);background-size:200% 200%;animation:footerGradient 10s ease infinite;padding:24px 20px;text-align:center;border-top:3px solid #0EA5E9;margin-top:auto;box-shadow:0 -4px 20px #2563eb1f;position:relative;z-index:1}@keyframes footerGradient{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.footer-content{display:flex;flex-direction:column;align-items:center;gap:12px;margin-bottom:12px}.app-footer p{margin:4px 0;color:#4b5563;font-size:14px;font-weight:500}.footer-links{display:flex;gap:16px;align-items:center}.footer-link{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:linear-gradient(135deg,#dff4ff,#c7e9ff);border:2px solid rgba(14,165,233,.35);border-radius:20px;font-size:14px;font-weight:600;color:#0ea5e9;text-decoration:none;transition:all .3s ease;box-shadow:0 2px 8px #0000000d}.footer-link:hover{background:linear-gradient(135deg,#bae6fd,#93c5fd);color:#0b74d0;transform:translateY(-2px);box-shadow:0 4px 12px #0ea5e940;border-color:#0ea5e980}.footer-note{font-size:12px!important;color:#6b7280!important;font-weight:400!important}@media(max-width:1024px){.sidebar{width:320px}.app-header h1{font-size:28px}}@media(max-width:900px)and (min-width:651px){.app-content{padding:16px;gap:16px;flex-direction:row;align-items:stretch;height:calc(100vh - 200px);max-height:calc(100vh - 200px);overflow:hidden}.sidebar{width:280px;flex-shrink:0;position:relative;transform:none;height:100%;display:flex;flex-direction:column}.map-container{flex:1;height:100%;min-height:0}.mobile-toggle{display:none}}@media(max-width:650px)and (min-width:601px){.app-content{padding:12px;gap:12px;flex-direction:row;align-items:stretch;height:calc(100vh - 180px);max-height:calc(100vh - 180px);overflow:hidden}.sidebar{width:240px;flex-shrink:0;position:relative;transform:none;height:100%;display:flex;flex-direction:column}.map-container{flex:1;height:100%;min-height:0}.mobile-toggle{display:none}}@media(max-width:600px){.app-content{padding:12px;gap:0;flex-direction:column;height:calc(100vh - 180px);max-height:calc(100vh - 180px);overflow:hidden;position:relative}.mobile-overlay{position:fixed;inset:0;background:#00000080;z-index:99;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.sidebar{position:fixed;bottom:0;left:0;right:0;width:100%;height:60vh;border-radius:20px 20px 0 0;z-index:100;transform:translateY(100%);transition:transform .3s ease;box-shadow:0 -4px 20px #00000026;display:flex;flex-direction:column}.sidebar.open{transform:translateY(0)}.map-container{height:100%;min-height:0;border-radius:12px;position:relative;flex:1}.mobile-toggle{display:block;position:fixed;bottom:20px;right:20px;padding:14px 24px;background:linear-gradient(135deg,#0ea5e9,#2563eb,#38bdf8);background-size:200% 200%;animation:buttonGradient 3s ease infinite,pulse 2s ease-in-out infinite;border:2px solid #E0F2FE;border-radius:30px;font-size:16px;font-weight:700;color:#fff;cursor:pointer;box-shadow:0 6px 20px #2563eb80,0 0 20px #38bdf84d;z-index:99;transition:all .3s ease}@keyframes buttonGradient{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.mobile-toggle:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 8px 24px #2563eb99,0 0 30px #38bdf866}.mobile-toggle:active{transform:translateY(0)}.app-header h1{font-size:24px}.app-header p{font-size:14px}.app-footer{padding:16px 12px}}@media(max-width:480px){.app-header{padding:16px 12px}.app-header h1{font-size:20px}.app-header p{font-size:13px}.mobile-toggle{font-size:14px;padding:12px 20px}.app-content{padding:8px;height:calc(100vh - 160px);max-height:calc(100vh - 160px);overflow:hidden}.map-container{height:100%!important;min-height:0!important;flex:1}}@media(max-width:480px)and (max-height:700px){.map-container{height:calc(100vh - 160px)!important;min-height:250px!important}}.ad-container{width:100%;max-width:1600px;margin:0 auto;padding:20px;text-align:center;background:linear-gradient(135deg,#e0f2fe,#c7e9ff);border-top:2px solid #0EA5E9;border-bottom:2px solid #0EA5E9}.ad-label{font-size:12px;color:#0f172a;margin-bottom:8px;font-weight:500;text-transform:uppercase;letter-spacing:1px}.ad-slot{display:flex;justify-content:center;align-items:center;min-height:50px;background:#fff;border-radius:8px;padding:10px;box-shadow:0 2px 8px #0000000d}@media(max-width:768px){.ad-container{padding:16px 12px}.ad-slot{min-height:50px}}
