*{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:#6366f1;text-decoration:inherit}a:hover{color:#4f46e5}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 #6366F1;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,#fff8dc,#f5e6d3);border-radius:6px}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#deb887,peru,#deb887);border-radius:6px;border:2px solid #FFF8DC;box-shadow:inset 0 2px 4px #ffffff4d}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,peru,#d2691e,peru);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,#ffe4b5,#fff8dc,#f5e6d3,#fff8dc,#ffe4b5);background-size:200% 200%;animation:headerShimmer 6s ease infinite;border-bottom:3px solid #DEB887;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:#8b4513;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:peru;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,#fffef9);border:2px solid #F5E6D3;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(255,182,193,.1),transparent);transition:left .5s}.shop-item:hover:before{left:100%}.shop-item:hover{border-color:#ffb347;box-shadow:0 8px 24px #ff6b3533,0 0 0 1px #ffb6c14d;transform:translateY(-4px) scale(1.02);background:linear-gradient(135deg,#fff8dc,#ffe4b5)}.shop-item.selected{border-color:#ff6b35;background:linear-gradient(135deg,#fff4e6,#ffe4b5);box-shadow:0 8px 24px #ff6b354d,0 0 0 2px #ffb6c166,inset 0 2px 4px #ffffff80;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,#fff8dc,#f5e6d3);border-radius:50%;border:2px solid #DEB887;box-shadow:0 2px 8px #d2691e26;transition:all .3s ease}.shop-item:hover .shop-icon{transform:rotate(15deg) scale(1.1);box-shadow:0 4px 12px #d2691e40;background:linear-gradient(135deg,#ffe4b5,#fff8dc)}.cookie-emoji{display:inline-block;animation:cookieWiggle 2s ease-in-out infinite}@keyframes cookieWiggle{0%,to{transform:rotate(0)}25%{transform:rotate(-5deg)}75%{transform:rotate(5deg)}}.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:#5c4033}.shop-address{margin:0;font-size:14px;color:#8b6f47;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shop-description{margin:0;font-size:13px;color:#a0826d;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:#fff4e6;border-radius:12px;font-size:13px;font-weight:600;color:#d97706}.shop-price{display:inline-block;padding:4px 10px;background:#f5e6d3;border-radius:12px;font-size:13px;font-weight:600;color:#8b6f47}.shop-instagram{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:linear-gradient(135deg,#fdf2e9,#fad5a5);border-radius:12px;font-size:13px;font-weight:600;color:#e67e22;text-decoration:none;transition:all .2s ease}.shop-instagram:hover{background:linear-gradient(135deg,#fad5a5,#f8c471);color:#d35400;transform:translateY(-1px);box-shadow:0 2px 8px #e67e224d}.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,#fff8dc,#f5e6d3);border-radius:5px}.shop-items::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#deb887,peru,#deb887);border-radius:5px;border:1px solid #FFF8DC}.shop-items::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,peru,#d2691e,peru)}@media(max-width:600px){.mobile-drag-handle{position:absolute;top:8px;left:50%;transform:translate(-50%);width:40px;height:4px;background:#8b451366;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:#8b4513;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 #0000004d;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:#0000001a;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:#0003;transform:rotate(90deg)}.shop-detail-header{padding:40px 24px 24px;background:linear-gradient(135deg,#ffe4b5,#fff8dc,#f5e6d3,#fff8dc,#ffe4b5);background-size:200% 200%;animation:detailHeaderShimmer 6s ease infinite;text-align:center;border-bottom:3px solid #DEB887;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:cookieSpin 3s ease-in-out infinite;filter:drop-shadow(0 4px 8px rgba(210,105,30,.3))}@keyframes cookieSpin{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:#8b4513;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:#fff;border-radius:20px;font-size:16px;font-weight:600;color:#d97706;box-shadow:0 2px 8px #0000001a}.shop-detail-instagram{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:linear-gradient(135deg,#fdf2e9,#fad5a5);border-radius:20px;font-size:16px;font-weight:600;color:#e67e22;text-decoration:none;box-shadow:0 2px 8px #0000001a;transition:all .2s ease;border:2px solid rgba(255,182,193,.3)}.shop-detail-instagram:hover{background:linear-gradient(135deg,#fad5a5,#f8c471);color:#d35400;transform:translateY(-2px);box-shadow:0 4px 12px #e67e224d;border-color:#ffb6c180}.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:#555;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,#fffef9);border-radius:12px;border:2px solid #F5E6D3;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(255,182,193,.1),transparent);transition:left .5s}.detail-item:hover:before{left:100%}.detail-item:hover{border-color:#ffb347;box-shadow:0 4px 12px #ff6b3526;transform:translate(4px);background:linear-gradient(135deg,#fff8dc,#ffe4b5)}.detail-label{font-size:16px;font-weight:600;color:#8b4513;min-width:120px}.detail-value{flex:1;font-size:15px;color:#333;word-break:break-all}.detail-value.link{color:peru;text-decoration:none;font-weight:600;transition:color .2s}.detail-value.link:hover{color:#d2691e;text-decoration:underline}.detail-value.link.instagram-link{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;background:linear-gradient(135deg,#fdf2e9,#fad5a5);border-radius:8px;color:#e67e22;transition:all .2s}.detail-value.link.instagram-link:hover{background:linear-gradient(135deg,#fad5a5,#f8c471);color:#d35400;text-decoration:none;transform:translateY(-1px);box-shadow:0 2px 8px #e67e224d}.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 #DEB887;background:#fff;border-radius:12px;font-size:15px;font-weight:600;color:#8b4513;cursor:pointer;transition:all .2s}.action-button:hover{background:#fff4e6;border-color:peru;transform:translateY(-2px);box-shadow:0 4px 12px #d2691e33}.action-button.primary{background:linear-gradient(135deg,#d2691e,peru);border-color:#8b4513;color:#fff}.action-button.primary:hover{background:linear-gradient(135deg,#b8860b,#d2691e);box-shadow:0 4px 16px #d2691e66}@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,#fff8dc,#f5e6d3,#fff8dc,#f5e6d3,#fff8dc);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(255,182,193,.1) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(255,218,185,.1) 0%,transparent 50%),radial-gradient(circle at 40% 80%,rgba(255,228,196,.1) 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,#ff6b35,#f7931e,#ffb347,#f7931e,#ff6b35);background-size:200% 200%;animation:headerGradient 8s ease infinite;padding:28px 20px;text-align:center;border-bottom:4px solid #D2691E;box-shadow:0 6px 20px #ff6b354d;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 #d2691e26,0 0 0 1px #ffb6c11a;background:linear-gradient(to bottom,#fff,#fffef9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,218,185,.3);transition:all .3s ease;height:100%;display:flex;flex-direction:column}.sidebar:hover{box-shadow:0 12px 40px #d2691e33,0 0 0 1px #ffb6c133;transform:translateY(-2px)}.map-container{flex:1;height:100%;border-radius:20px;overflow:hidden;box-shadow:0 8px 32px #d2691e26,0 0 0 1px #ffb6c11a;background:#fff;position:relative;border:2px solid rgba(255,218,185,.3);transition:all .3s ease;min-height:0}.map-container:hover{box-shadow:0 12px 40px #d2691e33,0 0 0 1px #ffb6c133}.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,#fff8dc,#f5e6d3,#fff8dc);background-size:200% 200%;animation:footerGradient 10s ease infinite;padding:24px 20px;text-align:center;border-top:3px solid #DEB887;margin-top:auto;box-shadow:0 -4px 20px #d2691e1a;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,#fdf2e9,#fad5a5);border:2px solid rgba(255,182,193,.3);border-radius:20px;font-size:14px;font-weight:600;color:#e67e22;text-decoration:none;transition:all .3s ease;box-shadow:0 2px 8px #0000000d}.footer-link:hover{background:linear-gradient(135deg,#fad5a5,#f8c471);color:#d35400;transform:translateY(-2px);box-shadow:0 4px 12px #e67e224d;border-color:#ffb6c180}.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,#ff6b35,#f7931e,#ffb347);background-size:200% 200%;animation:buttonGradient 3s ease infinite,pulse 2s ease-in-out infinite;border:2px solid #FFFFFF;border-radius:30px;font-size:16px;font-weight:700;color:#fff;cursor:pointer;box-shadow:0 6px 20px #ff6b3580,0 0 20px #ffb6c14d;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 #ff6b3599,0 0 30px #ffb6c166}.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,#fff8dc,#f5e6d3);border-top:2px solid #DEB887;border-bottom:2px solid #DEB887}.ad-label{font-size:12px;color:#8b6f47;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}}
