:root{--bg: oklch(.98 .006 70);--surface: oklch(.998 .003 70);--ink: oklch(.24 .012 55);--muted: oklch(.56 .01 55);--faint: oklch(.7 .008 55);--line: oklch(.905 .008 70);--accent: oklch(.615 .185 38);--accent-ink:oklch(.998 .003 70);--chip-bg: oklch(.945 .01 70)}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}html,body{height:100%}body{font-family:Pretendard Variable,Pretendard,-apple-system,Apple SD Gothic Neo,system-ui,sans-serif;background:var(--bg);color:var(--ink);line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;word-break:keep-all}.app{max-width:480px;margin:0 auto;min-height:100dvh;display:flex;flex-direction:column;background:var(--bg);position:relative}.btn{appearance:none;border:none;cursor:pointer;font-family:inherit;font-weight:700;font-size:17px;background:var(--accent);color:var(--accent-ink);min-height:56px;padding:0 26px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;gap:9px;transition:transform .12s ease,filter .15s ease;letter-spacing:-.01em}.btn:active{transform:scale(.975);filter:brightness(.95)}.btn--ghost{background:transparent;color:var(--ink);border:1.5px solid var(--line);font-weight:600}.pin{width:16px;height:16px;border-radius:50% 50% 50% 0;background:currentColor;transform:rotate(-45deg);position:relative;flex:none}.pin:after{content:"";position:absolute;inset:5px;background:var(--accent);border-radius:50%}.state{display:none;flex:1;flex-direction:column}.state.is-active{display:flex;animation:fade .35s ease both}@keyframes fade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}#start{justify-content:center;align-items:stretch;padding:32px 24px calc(40px + env(safe-area-inset-bottom));gap:0}.hero{margin-top:auto}.hero__eyebrow{font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:18px}.hero__title{font-size:40px;font-weight:800;line-height:1.12;letter-spacing:-.03em}.hero__title em{color:var(--accent);font-style:normal}.hero__sub{margin-top:16px;font-size:16px;color:var(--muted);max-width:22ch}.start__foot{margin-top:auto;padding-top:40px}#start .btn{width:100%}.note{margin-top:14px;font-size:13px;color:var(--faint);display:flex;gap:7px;align-items:center;justify-content:center;text-align:center}.dot{width:6px;height:6px;border-radius:50%;background:var(--faint);flex:none}#loading{justify-content:center;align-items:center;text-align:center;padding:24px;gap:22px}.spinner{width:44px;height:44px;border-radius:50%;border:3.5px solid var(--line);border-top-color:var(--accent);animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading__msg{font-size:17px;font-weight:600;color:var(--ink)}.loading__hint{font-size:14px;color:var(--muted)}.rhead{position:sticky;top:0;z-index:5;background:color-mix(in oklch,var(--bg) 88%,transparent);backdrop-filter:saturate(1.4) blur(10px);-webkit-backdrop-filter:saturate(1.4) blur(10px);padding:calc(18px + env(safe-area-inset-top)) 20px 14px;border-bottom:1px solid var(--line);display:flex;align-items:baseline;justify-content:space-between;gap:12px}.rhead__title{font-size:20px;font-weight:800;letter-spacing:-.02em}.rhead__side{display:flex;align-items:center;gap:10px}.rhead__count{font-size:13px;color:var(--muted);font-weight:600;white-space:nowrap}.rhead__count b{color:var(--accent)}.fbtn{appearance:none;cursor:pointer;font-family:inherit;background:none;border:none;color:var(--ink);min-width:44px;min-height:44px;padding:0;margin:-7px -12px -7px 0;display:inline-flex;align-items:center;justify-content:center;position:relative;transition:color .15s ease}.fbtn.is-filtered{color:var(--accent)}.fbtn__badge{position:absolute;top:4px;right:3px;min-width:16px;height:16px;border-radius:999px;background:var(--accent);color:var(--accent-ink);font-size:10.5px;font-weight:800;line-height:1;display:flex;align-items:center;justify-content:center;padding:0 4px}.fbtn__badge[hidden]{display:none}.sheet{position:fixed;inset:0;z-index:20}.sheet[hidden]{display:none}.sheet__overlay{position:absolute;inset:0;background:#1f191561;animation:fadeIn .2s ease both}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.sheet__panel{position:absolute;left:50%;bottom:0;transform:translate(-50%);width:100%;max-width:480px;background:var(--surface);border-radius:24px 24px 0 0;padding:12px 22px calc(20px + env(safe-area-inset-bottom));box-shadow:0 -8px 40px #241e1a29;animation:slideUp .28s cubic-bezier(.2,.9,.3,1) both}@keyframes slideUp{0%{transform:translate(-50%,40px);opacity:0}to{transform:translate(-50%);opacity:1}}.sheet__handle{width:40px;height:4px;border-radius:2px;background:var(--line);margin:0 auto 16px}.sheet__title{font-size:18px;font-weight:800;letter-spacing:-.02em}.sheet__sub{font-size:13px;color:var(--muted);margin-top:3px;margin-bottom:8px}.sheet__seclabel{font-size:12px;font-weight:800;letter-spacing:.06em;color:var(--faint);text-transform:uppercase;margin:14px 2px 2px}.sheet__list{list-style:none;display:flex;flex-direction:column}.ytrow{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:54px}.ytrow--all{border-bottom:1px solid var(--line)}.ytrow__name{font-size:16px;font-weight:600}.ytrow--all .ytrow__name{font-weight:800}.switch{position:relative;display:inline-flex;flex:none;width:50px;height:30px;cursor:pointer}.switch input{position:absolute;opacity:0;width:100%;height:100%;margin:0;cursor:pointer}.switch__track{position:absolute;inset:0;background:var(--line);border-radius:999px;transition:background .18s ease}.switch input:checked~.switch__track{background:var(--accent)}.switch__knob{position:absolute;top:3px;left:3px;width:24px;height:24px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #241e1a47;transition:transform .18s ease;pointer-events:none}.switch input:checked~.switch__knob{transform:translate(20px)}.sheet__done{width:100%;margin-top:16px}.list__empty{text-align:center;color:var(--muted);font-size:15px;padding:40px 20px}.list{list-style:none;padding:6px 16px calc(28px + env(safe-area-inset-bottom));display:flex;flex-direction:column;gap:0}.card{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:12px;padding:16px 6px;border-bottom:1px solid var(--line);transition:background .12s ease}.card:last-child{border-bottom:none}.card:active{background:var(--chip-bg)}.card__body{min-width:0}.card__name{font-size:18px;font-weight:700;letter-spacing:-.02em;line-height:1.25;display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.chip{font-size:12.5px;font-weight:600;color:var(--muted);white-space:nowrap}.card__show{margin-top:5px;font-size:12.5px;font-weight:600;color:var(--muted);line-height:1.35}.card__addr{margin-top:5px;font-size:13.5px;color:var(--faint);line-height:1.45;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.card__chev{color:var(--accent);flex:none;align-self:center;margin-left:-2px}.detail__name{font-size:21px;font-weight:800;letter-spacing:-.02em}.detail__meta{margin-top:5px;font-size:13.5px;font-weight:600;color:var(--muted)}.detail__addr{margin-top:10px;font-size:14.5px;color:var(--muted);line-height:1.5}.detail__map{width:100%;margin-top:18px;text-decoration:none}.detail__sec{margin-top:20px;font-size:12.5px;font-weight:800;letter-spacing:.08em;color:var(--faint);text-transform:uppercase}.vlist{list-style:none;margin-top:6px}.vrow{display:flex;align-items:center;gap:11px;min-height:54px;text-decoration:none;color:var(--ink);border-bottom:1px solid var(--line)}.vrow:last-child{border-bottom:none}.vrow__icon{width:34px;height:34px;border-radius:10px;flex:none;background:var(--chip-bg);color:#b71a18;display:flex;align-items:center;justify-content:center}.vrow__name{flex:1;font-size:15.5px;font-weight:700}.vrow__go{font-size:13px;font-weight:600;color:var(--faint);display:inline-flex;align-items:center;gap:3px}.dist{text-align:right;flex:none;line-height:1}.dist__num{font-size:26px;font-weight:800;color:var(--accent);letter-spacing:-.03em;font-variant-numeric:tabular-nums}.dist__num small{font-size:15px;font-weight:700;margin-left:1px}.dist__approx{display:block;font-size:11px;font-weight:600;color:var(--faint);margin-bottom:5px;letter-spacing:.02em}.msg{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:32px 28px calc(40px + env(safe-area-inset-bottom));gap:8px}.msg__icon{width:64px;height:64px;border-radius:20px;background:var(--chip-bg);display:flex;align-items:center;justify-content:center;margin-bottom:14px;font-size:30px;color:var(--muted)}.msg__title{font-size:21px;font-weight:800;letter-spacing:-.02em}.msg__desc{font-size:15px;color:var(--muted);max-width:26ch}.msg .btn{margin-top:22px;min-width:180px}
