:root{font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#262626;background:#fafafa;font-synthesis:none;--ink: #262626;--muted: #8e8e8e;--border: #dbdbdb;--paper: #ffffff;--accent: #0095f6;--accent-soft: #e7f5ff;--open: #3fa34d;--closed: #ed4956;--gradient: linear-gradient(135deg, #f58529, #dd2a7b, #8134af)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;font-weight:400}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.topbar{height:72px;max-width:1180px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border)}.brand{color:var(--ink);display:inline-flex;align-items:center;gap:10px;text-decoration:none;font-size:19px;font-weight:600;letter-spacing:-.01em}.brand-mark{width:34px;height:34px;display:grid;place-items:center;background:var(--gradient);border-radius:10px;color:#fff}.brand-mark svg{width:19px;stroke-width:2.1}.server-status{display:flex;align-items:center;gap:7px;padding:7px 12px;color:var(--muted);border:1px solid var(--border);background:var(--paper);border-radius:999px;font-size:12px;font-weight:600;transition:border-color .2s ease,color .2s ease}.status-dot{width:6px;height:6px;background:#c7c7c7;border-radius:50%}.server-status:not(.offline) .status-dot{background:var(--open);box-shadow:0 0 0 3px #3fa34d26}.server-status.offline{color:var(--closed);border-color:#f7d3d7;background:#fef3f4}.server-status.offline .status-dot{background:var(--closed);box-shadow:0 0 0 3px #ed495626}.status-group{display:flex;align-items:center;gap:8px}main{width:min(100% - 40px,1040px);margin:0 auto}.hero{text-align:center;padding:88px 20px 56px}.eyebrow{color:var(--muted);display:flex;justify-content:center;align-items:center;gap:9px;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.eyebrow span{width:22px;height:1px;background:var(--border)}.hero h1{margin:20px 0 18px;font-size:clamp(36px,5.4vw,56px);line-height:1.16;letter-spacing:-.02em;font-weight:700}.hero h1 em{font-style:normal;background:var(--gradient);-webkit-background-clip:text;background-clip:text;color:transparent}.hero p{margin:0;color:var(--muted);font-size:16px;line-height:1.7;font-weight:400}.search-panel,.results,.loading-card{background:var(--paper);border:1px solid var(--border);border-radius:16px}.search-panel{padding:40px}.panel-heading,.results-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.step-label{display:block;margin-bottom:8px;color:var(--muted);font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}h2{margin:0;font-size:22px;line-height:1.35;letter-spacing:-.01em;font-weight:600}.privacy-note{margin-top:10px;color:var(--muted);display:flex;align-items:center;gap:6px;font-size:12px;font-weight:400;white-space:nowrap}.privacy-note svg{width:16px;color:var(--muted)}form{margin-top:28px}label>span{display:block;margin-bottom:8px;color:var(--ink);font-size:12px;font-weight:600}.input-wrap{position:relative;display:flex;align-items:center}.input-wrap>svg{position:absolute;left:18px;width:20px;color:var(--muted);pointer-events:none}.input-wrap input{width:100%;height:58px;padding:0 170px 0 50px;color:var(--ink);background:#fafafa;border:1px solid var(--border);border-radius:12px;outline:none;font-size:15px;font-weight:400;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.input-wrap input:focus{background:#fff;border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-soft)}.input-wrap input::placeholder{color:#c7c7c7;font-weight:400}.input-wrap button{position:absolute;right:6px;height:46px;min-width:140px;border:none;border-radius:10px;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;gap:7px;font-size:14px;font-weight:600;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.input-wrap button:hover:not(:disabled){background:#1877c9;box-shadow:0 4px 12px #0095f640}.input-wrap button:disabled{opacity:.45;cursor:not-allowed}.input-wrap button svg{width:16px;stroke-width:2.2}.keyword-field small{display:block;margin-top:8px;color:var(--muted);font-size:12px;font-weight:400}.options-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:24px}.select-wrap{position:relative}.select-wrap select{width:100%;height:44px;padding:0 38px 0 14px;appearance:none;border:1px solid var(--border);border-radius:10px;background:#fff;color:var(--ink);outline:none;font-size:13px;font-weight:400;transition:border-color .2s ease,box-shadow .2s ease}.select-wrap select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.select-wrap svg{position:absolute;right:13px;top:13px;width:18px;color:var(--muted);pointer-events:none}.spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-card{margin-top:20px;padding:36px 40px;display:flex;align-items:center;gap:26px}.radar{width:56px;height:56px;flex:0 0 auto;display:grid;place-items:center;position:relative;color:var(--ink)}.radar:before{content:"";position:absolute;inset:0;border-radius:50%;background:var(--gradient);-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 3px),#000 calc(100% - 3px));mask:radial-gradient(farthest-side,transparent calc(100% - 3px),#000 calc(100% - 3px));animation:spin 1s linear infinite}.radar:after,.radar span{display:none}.radar svg{width:22px;position:relative;z-index:2}.loading-card>div:last-child{width:100%}.loading-card h2{font-size:19px}.loading-card p{margin:6px 0 14px;color:var(--muted);font-size:13px;font-weight:400}.progress-track{width:100%;height:4px;border-radius:999px;overflow:hidden;background:#f0f0f0}.progress-track span{display:block;height:100%;max-width:96%;background:var(--gradient);border-radius:inherit;transition:width .5s ease}.alert{margin-top:20px;padding:15px 18px;display:flex;align-items:center;gap:12px;border:1px solid #f7d3d7;border-radius:12px;background:#fef3f4}.alert>svg{width:22px;flex:0 0 auto;color:var(--closed)}.alert div{display:flex;flex-direction:column;gap:2px;flex:1}.alert strong{font-size:13px;font-weight:600;color:var(--ink)}.alert span{font-size:12px;color:var(--muted)}.alert button{color:var(--muted);background:transparent;border:0;font-size:20px;line-height:1}.alert button:hover{color:var(--ink)}.results{margin-top:20px;padding:40px}.results-heading p{margin:6px 0 0;color:var(--muted);font-size:13px;font-weight:400}.place-list{margin-top:28px;display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.place-card{position:relative;display:flex;flex-direction:column;gap:14px;padding:24px;border:1px solid var(--border);border-radius:16px;background:var(--paper);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.place-card:hover{border-color:#c7c7c7;box-shadow:0 6px 20px #0000000f;transform:translateY(-2px)}.place-card.unmatched{opacity:.65}.place-card.unmatched:hover{transform:none;box-shadow:none}.place-avatar{width:40px;height:40px;flex:0 0 auto;display:grid;place-items:center;border-radius:12px;background:var(--gradient);color:#fff}.place-avatar svg{width:20px}.place-avatar.no-match{background:#f0f0f0;color:var(--muted);font-size:14px;font-weight:600}.place-title-row{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.rank{color:var(--muted);font-size:12px;font-weight:600;letter-spacing:.02em}.place-title-row h3{margin:0;font-size:16px;font-weight:600;letter-spacing:-.01em}.unmatched-badge{padding:3px 8px;border-radius:6px;font-size:10px;font-weight:600;color:var(--muted);background:#f0f0f0}.address{margin:0;color:var(--muted);display:flex;align-items:center;gap:6px;font-size:13px;font-weight:400}.address svg{width:14px;color:var(--muted);flex:0 0 auto}.meta{display:flex;align-items:center;flex-wrap:wrap;gap:0;color:var(--muted);font-size:11.5px;font-weight:400}.meta span+span:before{content:"·";margin:0 7px;color:var(--border)}.meta .hours{color:var(--open);font-weight:600}.meta .hours.closed{color:var(--closed)}.card-footer{margin-top:auto;padding-top:12px;border-top:1px solid #f0f0f0;display:flex;align-items:center;justify-content:space-between;gap:12px}.mentions{color:var(--ink);font-size:12px;font-weight:600}details{position:relative}summary{color:var(--muted);cursor:pointer;font-size:12px;font-weight:600;list-style:none}summary::-webkit-details-marker{display:none}summary:hover{color:var(--ink)}.sources{display:flex;flex-direction:column;gap:6px;margin-top:10px}.sources a{max-width:100%;color:var(--muted);display:flex;align-items:center;gap:7px;text-decoration:none;font-size:11.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:color .2s ease}.sources a:hover{color:var(--ink)}.sources a span{width:16px;height:16px;flex:0 0 auto;display:grid;place-items:center;color:#fff;background:#03c75a;border-radius:4px;font-size:9px;font-weight:700}.sources a svg{width:12px;flex:0 0 auto}.link-group{display:flex;gap:8px}.map-link{flex:1;color:var(--ink);display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 10px;border:1px solid var(--border);border-radius:10px;text-decoration:none;font-size:12px;font-weight:600;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.map-link:hover{background:#fafafa;border-color:#c7c7c7;box-shadow:0 4px 12px #0000000d}.map-link .dot{width:7px;height:7px;border-radius:50%;flex:0 0 auto}.map-link.kakao .dot{background:#fee500}.map-link.naver .dot{background:#03c75a}.map-link svg{width:14px;color:var(--muted)}.empty-state{margin-top:25px;padding:56px 20px;text-align:center;border:1px solid var(--border);border-radius:16px;background:#fafafa}.empty-state>span{display:inline-grid;place-items:center;width:42px;height:42px;border:1px solid var(--border);border-radius:50%;color:var(--muted);font-size:10px}.empty-state h3{margin:14px 0 5px;font-size:16px;font-weight:600}.empty-state p{margin:0;color:var(--muted);font-size:12px;font-weight:400}.how-it-works{padding:92px 0 112px}.section-intro{text-align:center}.section-intro h2{font-size:26px}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:34px}.process-grid article{position:relative;min-height:200px;padding:27px;background:var(--paper);border:1px solid var(--border);border-radius:16px;transition:border-color .2s ease,box-shadow .2s ease}.process-grid article:hover{border-color:#c7c7c7;box-shadow:0 6px 20px #0000000f}.process-grid article>span{position:absolute;right:22px;top:24px;color:var(--muted);font-size:12px;font-weight:600}.process-icon{width:42px;height:42px;display:grid;place-items:center;background:#fafafa;border:1px solid var(--border);border-radius:12px;color:var(--ink)}.process-icon svg{width:22px}.process-grid h3{margin:22px 0 8px;font-size:15px;font-weight:600;letter-spacing:-.01em}.process-grid p{margin:0;color:var(--muted);font-size:12.5px;line-height:1.65;font-weight:400}footer{min-height:110px;padding:30px 24px;border-top:1px solid var(--border);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:#fafafa}.footer-brand{font-size:15px}.footer-brand .brand-mark{width:26px;height:26px;border-radius:8px}.footer-brand .brand-mark svg{width:15px}footer p{margin:0;color:var(--muted);font-size:11.5px;font-weight:400}@media(max-width:960px){.place-list{grid-template-columns:1fr}}@media(max-width:720px){.topbar{height:62px;padding:0 18px}.server-status{padding:6px 9px;font-size:10px}main{width:min(100% - 24px,1040px)}.hero{padding:52px 5px 38px}.hero h1{font-size:clamp(32px,11vw,46px)}.hero p{font-size:14px}.desktop-break{display:none}.search-panel,.results{padding:22px 18px;border-radius:14px}.panel-heading,.results-heading{align-items:flex-start}.privacy-note{display:none}h2{font-size:19px}.input-wrap{display:block}.input-wrap>svg{top:19px}.input-wrap input{padding-right:16px}.input-wrap button{position:static;width:100%;height:48px;margin-top:9px}.options-grid{grid-template-columns:1fr}.loading-card{padding:24px 20px;gap:16px;align-items:flex-start}.radar{width:44px;height:44px}.radar svg{width:18px}.loading-card h2{font-size:16px}.place-card{padding:20px}.link-group{flex-direction:column}.process-grid{grid-template-columns:1fr}.process-grid article{min-height:170px}.how-it-works{padding:68px 0 76px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
