.mode-entry{grid-template-columns:1fr 1fr;gap:10px;margin:-18px 0 30px;display:grid}.mode-entry button{border:1px solid var(--color-border);text-align:left;min-height:82px;color:var(--color-text);cursor:pointer;background:#fff;border-radius:14px;flex-direction:column;gap:5px;padding:15px;display:flex}.mode-entry b{font-size:15px}.mode-entry small{color:var(--color-text-muted);line-height:1.4}.journey-mode-header{border-bottom:1px solid var(--color-border);padding:27px 0 20px}.journey-mode-header small{letter-spacing:.09em;font-weight:800}.journey-mode-header h1{margin:7px 0;font-size:27px}.journey-mode-header p{color:var(--color-text-muted);margin:0;line-height:1.6}.journey-mode-header.plan small{color:#7c5d36}.journey-mode-header.now small{color:var(--color-primary)}.plan-continuity{background:#e7eee9;padding:10px 12px;color:var(--color-primary-dark)!important;margin-top:12px!important}.plan-intake{padding-bottom:25px}.plan-intake fieldset{border:0;border-bottom:1px solid var(--color-border);margin:0;padding:22px 0}.plan-intake legend{margin-bottom:13px;font-weight:750}.plan-intake legend span{border:1px solid #aa977d;border-radius:50%;place-items:center;width:24px;height:24px;margin-right:8px;font-size:11px;display:inline-grid}.plan-inline-input{color:var(--color-text-muted);align-items:center;gap:10px;margin-top:12px;display:flex}.plan-inline-input small{font-size:11px}.plan-intake input,.plan-intake select{border:1px solid var(--color-border);background:#fff;border-radius:9px;min-height:42px;padding:8px}.must-visit-input{width:100%;margin-bottom:8px}.plan-intake fieldset:last-of-type label{justify-content:space-between;align-items:center;gap:12px;margin:8px 0;display:flex}.now-needs{border-top:1px solid var(--color-border);padding:20px 0}.now-needs h2{font-size:18px}.now-needs button{border:1px solid var(--color-border);color:var(--color-text);cursor:pointer;background:#fff;border-radius:20px;margin:0 7px 8px 0;padding:10px 13px}.plan-summary{background:#f4efe5;border-left:3px solid #9a7a4e;padding:20px}.plan-summary small{color:#7c5d36;font-weight:800}.plan-summary h2{margin:5px 0}.plan-summary p{color:var(--color-text-muted);margin:5px 0}.plan-optional{border-top:1px dashed var(--color-border);margin-top:13px;padding:11px 0}.plan-optional summary{color:#6f6659;cursor:pointer;width:max-content;font-size:13px;font-weight:700}.approximate-time{border-bottom:1px solid var(--color-border);margin:0;padding:20px 0}.approximate-time>div{margin-top:12px}.approximate-time label{justify-content:space-between;align-items:center;gap:12px;margin:8px 0;display:flex}.field-hint{color:var(--color-text-muted);margin:-5px 0 11px;font-size:12px}.entity-autocomplete{position:relative}.entity-suggestions{z-index:20;border:1px solid var(--color-border);background:#fff;border-radius:10px;position:absolute;top:calc(100% - 7px);left:0;right:0;overflow:hidden;box-shadow:0 10px 24px #14231c1f}.entity-suggestions button{border:0;border-bottom:1px solid var(--color-border);text-align:left;cursor:pointer;background:#fff;flex-direction:column;gap:3px;width:100%;padding:11px 13px;display:flex}.entity-suggestions button:hover,.entity-suggestions button:focus{background:#edf3ef}.entity-suggestions small{color:var(--color-text-muted)}.now-continuation{border-left:3px solid var(--color-primary);border-radius:0 var(--radius-sm) var(--radius-sm) 0;margin:18px 0 0;padding:17px 15px}.now-continuation h2{margin:0 0 10px;font-size:17px}.now-continuation p{color:var(--color-text);margin:4px 0;font-size:14px;font-weight:650}.now-continuation strong{color:var(--color-primary-dark);margin-top:11px;font-size:13px;display:block}.now-continuation+.now-needs{padding-top:16px}:root{--color-bg:#f5f3ed;--color-surface:#fff;--color-surface-muted:#ebece5;--color-primary:#0f766e;--color-primary-dark:#0b5c56;--color-accent:#f59e0b;--color-text:#1f2937;--color-text-muted:#6b7280;--color-border:#e5e7eb;--color-danger:#dc2626;--radius-sm:8px;--radius-md:12px;--radius:var(--radius-md);--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--shadow:none;font-family:Pretendard,Apple SD Gothic Neo,Noto Sans KR,system-ui,sans-serif}*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;margin:0}button{font-family:inherit}a{color:inherit}.app-shell{background:var(--color-bg);max-width:480px;height:100dvh;box-shadow:var(--shadow);flex-direction:column;margin:0 auto;display:flex;position:relative;overflow:hidden}@media (width>=600px){.app-shell{max-width:720px}}.app-header{z-index:20;background:var(--color-primary);color:#fff;align-items:center;gap:10px;padding:14px 18px;display:flex;position:sticky;top:0}.app-header h1{margin:0;font-size:17px;font-weight:700}.app-header .subtitle{opacity:.85;font-size:12px}.app-main{-webkit-overflow-scrolling:touch;flex:1;min-height:0;padding:16px;overflow-y:auto}.bottom-nav{z-index:20;background:var(--color-surface);border-top:1px solid var(--color-border);flex-shrink:0;display:flex}.bottom-nav a{text-align:center;color:var(--color-text-muted);flex-direction:column;flex:1;align-items:center;gap:2px;padding:10px 4px 8px;font-size:11px;text-decoration:none;display:flex}.bottom-nav a.active{color:var(--color-primary);font-weight:700}.bottom-nav .icon{font-size:18px}.card{background:var(--color-surface);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--color-border);margin-bottom:14px;padding:16px}.card h2{margin:0 0 10px;font-size:15px}.badge{color:var(--color-primary-dark);background:#ecfdf5;border:1px solid #a7f3d0;border-radius:999px;margin:2px 4px 2px 0;padding:2px 10px;font-size:12px;display:inline-block}.badge.risk{color:var(--color-danger);background:#fef2f2;border-color:#fecaca}.badge.muted{color:var(--color-text-muted);border-color:var(--color-border);background:#f3f4f6}.btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:12px 18px;font-size:14px;font-weight:600;transition:opacity .15s;display:inline-flex}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--color-primary-dark)}.btn-outline{border:1px solid var(--color-primary);color:var(--color-primary);background:0 0}.btn-block{width:100%}textarea,input,select{border:1px solid var(--color-border);background:var(--color-surface);width:100%;color:var(--color-text);border-radius:10px;padding:10px 12px;font-family:inherit;font-size:14px}textarea:focus,input:focus,select:focus{outline:2px solid var(--color-primary);outline-offset:1px}.field{margin-bottom:12px}.field label{color:var(--color-text-muted);margin-bottom:4px;font-size:12px;font-weight:600;display:block}.hero{color:#fff;border-radius:var(--radius);background:linear-gradient(135deg,#0f766e,#115e59 60%,#0b3d3a);margin-bottom:16px;padding:24px 20px}.hero h2{margin:0 0 6px;font-size:20px}.hero p{opacity:.9;margin:0;font-size:13px;line-height:1.5}.quick-grid{grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:16px;display:grid}.quick-grid button{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);text-align:left;cursor:pointer;color:var(--color-text);box-shadow:var(--shadow);padding:14px 10px;font-size:13px;font-weight:600}.quick-grid .emoji{margin-bottom:6px;font-size:22px;display:block}.chat-window{flex-direction:column;gap:10px;display:flex}.chat-bubble{white-space:pre-wrap;border-radius:16px;max-width:88%;padding:10px 14px;font-size:14px;line-height:1.5}.chat-bubble.user{background:var(--color-primary);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.chat-bubble.ai{background:var(--color-surface);border:1px solid var(--color-border);border-bottom-left-radius:4px;align-self:flex-start}.chat-input-bar{background:var(--color-bg);border-top:1px solid var(--color-border);gap:8px;margin:8px -16px -16px;padding:10px 16px;display:flex;position:sticky;bottom:-16px}.evidence-item{color:var(--color-text-muted);border-left:3px solid var(--color-primary);margin-bottom:6px;padding:4px 0 4px 10px;font-size:12px}.evidence-item b{color:var(--color-text)}.itinerary-step{gap:12px;margin-bottom:14px;display:flex}.entity-chip{cursor:pointer;font-family:inherit;transition:transform .15s,box-shadow .15s,background-color .15s}.entity-chip:hover{transform:translateY(-1px);box-shadow:0 2px 7px #0f766e2e}.entity-chip:focus-visible,.entity-modal-close:focus-visible{outline-offset:2px;outline:3px solid #f59e0b}.entity-modal-backdrop{z-index:1000;background:#0f172a80;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.entity-modal{border-radius:var(--radius);border:1px solid var(--color-border);background:var(--color-surface);width:min(100%,480px);max-height:85vh;padding:20px;position:relative;overflow-y:auto;box-shadow:0 18px 50px #0f172a38}.entity-modal-close{width:34px;height:34px;color:var(--color-text);cursor:pointer;background:#f3f4f6;border:0;border-radius:50%;font-size:23px;position:absolute;top:10px;right:10px}.entity-kind{color:var(--color-primary);font-size:12px;font-weight:700}.entity-modal h2{margin:4px 38px 10px 0;font-size:19px}.entity-description{color:var(--color-text-muted);font-size:13px;line-height:1.55}.entity-detail-list{grid-template-columns:110px 1fr;gap:9px 12px;margin:18px 0;font-size:13px;display:grid}.entity-detail-list dt{color:var(--color-text-muted);font-weight:600}.entity-detail-list dd{margin:0;line-height:1.45}.live-runtime-status>div:first-child{align-items:center;gap:7px;display:flex}.live-runtime-status p{margin:7px 0 3px;font-size:15px}.live-runtime-status small{color:var(--color-text-muted);margin-bottom:10px;font-size:11px;display:block}.live-dot{background:#9ca3af;border-radius:50%;width:9px;height:9px}.live-dot[data-status=LIVE]{background:#10b981;box-shadow:0 0 0 3px #d1fae5}.live-dot[data-status=STALE]{background:#f59e0b;box-shadow:0 0 0 3px #fef3c7}.demo-runtime-control{border-top:1px dashed var(--color-border);margin-top:14px;padding-top:12px}.demo-runtime-control small{color:var(--color-text-muted);font-weight:700}.demo-runtime-control p{color:var(--color-text-muted);margin:5px 0 9px;font-size:11px}.replanning-card{background:#fffbeb;border-color:#f59e0b}.replanning-card>p{font-size:13px;line-height:1.55}.replanning-section{margin:12px 0}.replanning-section b{margin-bottom:6px;font-size:12px;display:block}.step-index{background:var(--color-primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;font-weight:700;display:flex}.step-body h3{margin:0 0 4px;font-size:14px}.step-body p{color:var(--color-text-muted);margin:0;font-size:12px}.loading{text-align:center;color:var(--color-text-muted);padding:40px 0;font-size:13px}.grid-2{grid-template-columns:1fr 1fr;gap:10px;display:grid}.stat-box{background:var(--color-surface);border-radius:var(--radius);border:1px solid var(--color-border);text-align:center;padding:14px}.stat-box .num{color:var(--color-primary);font-size:22px;font-weight:800}.stat-box .label{color:var(--color-text-muted);margin-top:2px;font-size:11px}table.simple{border-collapse:collapse;width:100%;font-size:12px}table.simple th,table.simple td{text-align:left;border-bottom:1px solid var(--color-border);padding:6px 4px}.tag-row{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.leaflet-container{border-radius:var(--radius);overflow:hidden}.movement-heading{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.movement-heading h2{margin-bottom:4px}.movement-heading p,.muted-line{color:var(--color-text-muted);font-size:12px}.why-order{white-space:nowrap;width:auto}.movement-origin{align-items:center;gap:10px;margin-top:18px;display:flex}.movement-dot{background:var(--color-primary);border-radius:50%;width:14px;height:14px;display:inline-block}.visitor-dot{box-sizing:content-box;background:#2563eb;border:3px solid #bfdbfe}.movement-leg{border-left:2px dashed #cbd5e1;flex-direction:column;gap:3px;margin:8px 0 8px 7px;padding-left:18px;font-size:12px;display:flex}.movement-leg span{color:#64748b}.movement-place{border:1px solid var(--color-border);background:var(--color-surface);border-radius:12px;align-items:flex-start;gap:12px;padding:12px;display:flex}.movement-number{background:var(--color-primary);color:#fff;border-radius:50%;place-items:center;min-width:28px;height:28px;font-weight:700;display:grid}.movement-place h3{margin:2px 0 6px}.movement-place p{margin:3px 0;font-size:12px}.order-reasons{background:#f8fafc;border-radius:10px;margin-top:14px;padding:12px 14px}.order-reasons h3{margin-top:0}.order-reasons li{margin:5px 0;font-size:13px}.sequence-comparison{grid-template-columns:1fr 1fr;gap:10px;margin:12px 0;display:grid}.sequence-comparison>div{background:#f8fafc;border-radius:10px;padding:10px}.sequence-comparison p{font-size:12px}.preserved-history{color:#475569;font-size:12px}@media (width<=640px){.movement-heading{display:block}.why-order{margin-top:8px}.sequence-comparison{grid-template-columns:1fr}}.voice-input-control{flex:none;align-items:center;gap:8px;display:flex;position:relative}.voice-mic-button{isolation:isolate;color:#0f766e;cursor:pointer;background:#ecfdf5;border:2px solid #99d5cf;border-radius:50%;place-items:center;width:52px;height:52px;font-size:25px;transition:transform .18s,background-color .18s,border-color .18s,box-shadow .18s;display:grid;position:relative}.voice-mic-button:hover{transform:scale(1.04);box-shadow:0 3px 10px #0f766e2e}.voice-mic-button:focus-visible{outline-offset:3px;outline:3px solid #f59e0b}.voice-mic-button.listening{background:#fff7ed;border-color:#f59e0b;animation:1.8s ease-in-out infinite mic-gentle-pulse;box-shadow:0 0 0 5px #f59e0b24}.voice-mic-button.listening:before,.voice-mic-button.listening:after{content:"";z-index:-1;border:2px solid #f59e0b6b;border-radius:50%;animation:2.2s ease-out infinite mic-soft-ripple;position:absolute;inset:-3px}.voice-mic-button.listening:after{animation-delay:1.1s}.listening-label{color:#9a5b05;flex-direction:column;min-width:88px;font-size:14px;font-weight:700;line-height:1.25;display:flex}.listening-label small{color:#7c6a50;font-size:11px;font-weight:500}.voice-unavailable{max-width:150px;color:var(--color-text-muted);font-size:11px}@keyframes mic-gentle-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.07)}}@keyframes mic-soft-ripple{0%{opacity:.55;transform:scale(.96)}70%,to{opacity:0;transform:scale(1.42)}}@media (prefers-reduced-motion:reduce){.voice-mic-button,.voice-mic-button.listening,.voice-mic-button.listening:before,.voice-mic-button.listening:after{transition:none;animation:none!important}.voice-mic-button.listening{background:#ffedd5;border-color:#d97706;box-shadow:0 0 0 5px #f59e0b2e}}@media (width<=640px){.chat-input-bar{flex-wrap:wrap}.chat-input-bar textarea{flex-basis:100%}.voice-input-control{flex:1}.voice-mic-button{width:56px;height:56px}}.concierge-input-panel{background:#fff;border:1px solid #d8e5e2;border-radius:18px;margin:24px 0 20px;padding:20px;position:static;box-shadow:0 7px 22px #0f172a0f}.input-panel-heading small{color:#8a6a3f;margin-bottom:4px;font-size:12px;font-weight:700;display:block}.input-panel-heading h2{margin:0 0 14px;font-size:20px;line-height:1.35}.concierge-input-panel textarea{resize:vertical;width:100%;min-height:132px;font:inherit;background:#fff;border:1px solid #cbdad7;border-radius:14px;padding:15px 16px;font-size:16px;line-height:1.55;display:block}.concierge-input-panel textarea:focus{border-color:#0f766e;outline:3px solid #0f766e29}.voice-helper,.voice-error{color:var(--color-text-muted);margin:9px 2px 0;font-size:12px;line-height:1.45}.voice-error{color:#a33d33}.concierge-submit{min-height:50px;margin-top:14px;font-size:16px;font-weight:700}@media (width<=640px){.concierge-input-panel{border-radius:16px;margin:20px 0 16px;padding:16px}.input-panel-heading h2{font-size:18px}}.concierge-followup-composer{background:#f8faf9;border:1px solid #dce5e2;border-radius:14px;margin:18px 0 16px;padding:14px 15px;position:static}.concierge-followup-composer .input-panel-heading h2{color:#435b52;margin:0 0 9px;font-size:15px}.concierge-followup-composer textarea{resize:vertical;width:100%;min-height:64px;max-height:130px;font:inherit;background:#fff;border:1px solid #cbdad7;border-radius:11px;padding:10px 12px;font-size:14px;line-height:1.45;display:block}.concierge-followup-composer textarea:focus{border-color:#0f766e;outline:3px solid #0f766e1f}.concierge-followup-composer .voice-input{margin:7px 0 0}.concierge-followup-composer .speech-session-button{min-height:39px}.concierge-followup-composer .voice-helper{margin-top:6px}.concierge-followup-composer .concierge-submit{min-height:42px;margin-top:9px;font-size:14px}@media (width<=640px){.concierge-followup-composer{margin:16px 0 14px;padding:12px}.concierge-followup-composer textarea{min-height:58px}}.recommendation-journey-start{scroll-margin-top:76px}.understood-context-card{margin-top:10px}.understood-context-card dl{gap:8px;margin:12px 0 0;display:grid}.understood-context-card dl>div{background:#f7faf8;border-radius:9px;grid-template-columns:88px minmax(0,1fr);gap:10px;padding:8px 10px;display:grid}.understood-context-card dt{color:var(--color-text-muted);font-size:12px;font-weight:700}.understood-context-card dd{margin:0;font-size:13px;line-height:1.45}.visitor-reason-summary{background:#f0f7f3;border-radius:10px;margin:10px 0 14px;padding:11px 12px}.visitor-reason-summary b{color:var(--color-primary-dark);font-size:12px}.visitor-reason-summary p,.runtime-journey-card>p{color:var(--color-text-muted);margin:6px 0 0;font-size:12px;line-height:1.55}.runtime-journey-card,.runtime-journey-card .grid-2{margin-top:12px}@media (width<=640px){.recommendation-journey-start{scroll-margin-top:68px}.understood-context-card dl>div{grid-template-columns:76px minmax(0,1fr)}.runtime-journey-card .grid-2{grid-template-columns:1fr}}.runtime-journey-card>.btn{margin-top:12px}.demo-tools{border-top:1px solid var(--color-border);margin-top:12px;padding-top:10px}.demo-tools summary{width:max-content;color:var(--color-text-muted);cursor:pointer;font-size:11px;font-weight:700}.demo-tools p{color:var(--color-text-muted);margin:8px 0;font-size:11px}.demo-tools .btn{font-size:12px}.order-reasons{display:block}.order-reasons h3{font-size:14px}.voice-input{align-items:center;gap:10px;margin:8px 0 2px;display:flex}.voice-input button{color:#355e50;cursor:pointer;background:#fff;border:1px solid #b9c9c0;border-radius:12px;flex:none;justify-content:center;align-items:center;gap:7px;min-width:104px;min-height:44px;font-size:11px;display:inline-flex}.voice-input button>.voice-dot{color:#a45b50;background:#edf2e9;border-radius:50%;place-items:center;width:20px;height:20px;font-size:8px;display:grid}.voice-input button.is-listening{background:#edf3ed;border-color:#7c9c89}.voice-input button.is-listening>.voice-dot{animation:1.2s ease-in-out infinite voicePulse}.voice-input p{color:#7d8a84;margin:0;font-size:10px;line-height:1.5}@keyframes voicePulse{50%{box-shadow:0 0 0 6px #a45b501f}}.voice-input button .voice-bars{opacity:0;transform-origin:0;align-items:center;gap:2px;width:0;height:24px;transition:width .18s,opacity .18s;display:flex;overflow:hidden;transform:scaleX(.98)}.voice-input button .voice-bars i{transform-origin:bottom;will-change:transform;background:#527565;border-radius:3px;flex:0 0 3px;height:22px;display:block;transform:scaleY(.2)}.voice-input button .voice-bars.is-listening{opacity:1;width:28px;margin-left:2px;animation:1.15s ease-in-out infinite alternate voiceBarsBreathe}.voice-bars.is-listening i:first-child{animation:.52s cubic-bezier(.34,.08,.38,1) -.19s infinite voiceBounce1}.voice-bars.is-listening i:nth-child(2){animation:.67s cubic-bezier(.4,0,.2,1) -.43s infinite voiceBounce2}.voice-bars.is-listening i:nth-child(3){animation:.43s cubic-bezier(.3,.02,.25,1) -.11s infinite voiceBounce3}.voice-bars.is-listening i:nth-child(4){animation:.74s cubic-bezier(.4,0,.18,1) -.58s infinite voiceBounce4}.voice-bars.is-listening i:nth-child(5){animation:.58s cubic-bezier(.32,.04,.26,1) -.34s infinite voiceBounce5}.voice-bars.is-listening i:nth-child(6){animation:.81s cubic-bezier(.4,0,.2,1) -.67s infinite voiceBounce6}.concierge-input-panel textarea.is-voice-listening::placeholder,.concierge-followup-composer textarea.is-voice-listening::placeholder{color:#0000}@keyframes voiceBounce1{0%{transform:scaleY(.25)}28%{transform:scaleY(.75)}57%{transform:scaleY(.35)}82%{transform:scaleY(1)}to{transform:scaleY(.25)}}@keyframes voiceBounce2{0%{transform:scaleY(.45)}24%{transform:scaleY(1)}52%{transform:scaleY(.25)}79%{transform:scaleY(.65)}to{transform:scaleY(.45)}}@keyframes voiceBounce3{0%{transform:scaleY(.2)}31%{transform:scaleY(.6)}63%{transform:scaleY(1)}86%{transform:scaleY(.4)}to{transform:scaleY(.2)}}@keyframes voiceBounce4{0%{transform:scaleY(.65)}27%{transform:scaleY(.3)}55%{transform:scaleY(.9)}81%{transform:scaleY(.2)}to{transform:scaleY(.65)}}@keyframes voiceBounce5{0%{transform:scaleY(.3)}23%{transform:scaleY(.85)}54%{transform:scaleY(.45)}83%{transform:scaleY(1)}to{transform:scaleY(.3)}}@keyframes voiceBounce6{0%{transform:scaleY(.5)}29%{transform:scaleY(.25)}58%{transform:scaleY(.75)}84%{transform:scaleY(.35)}to{transform:scaleY(.5)}}@keyframes voiceBarsBreathe{0%{transform:scaleX(.98)}to{transform:scaleX(1.02)}}@keyframes voiceGentleBounce1{0%,to{transform:scaleY(.45)}50%{transform:scaleY(.8)}}@keyframes voiceGentleBounce2{0%,to{transform:scaleY(.55)}50%{transform:scaleY(.75)}}@keyframes voiceGentleBounce3{0%,to{transform:scaleY(.48)}50%{transform:scaleY(.78)}}@media (prefers-reduced-motion:reduce){.voice-input button .voice-bars.is-listening{transform:scaleX(1);animation:none!important}.voice-bars.is-listening i{animation-name:voiceGentleBounce1!important;animation-duration:1.1s!important;animation-timing-function:ease-in-out!important;animation-iteration-count:infinite!important;animation-play-state:running!important}.voice-bars.is-listening i:nth-child(2),.voice-bars.is-listening i:nth-child(5){animation-name:voiceGentleBounce2!important;animation-duration:1.3s!important;animation-delay:-.45s!important}.voice-bars.is-listening i:nth-child(3),.voice-bars.is-listening i:nth-child(6){animation-name:voiceGentleBounce3!important;animation-duration:.95s!important;animation-delay:-.7s!important}.voice-bars.is-listening i:nth-child(4){animation-delay:-.25s!important}}.structured-intake{margin-top:14px;padding:20px}.structured-intake-heading small{color:var(--color-primary);font-weight:700}.structured-intake-heading h2{margin:5px 0 4px;font-size:20px}.structured-intake-heading p{color:var(--color-text-muted);margin:0 0 18px;font-size:12px}.structured-intake fieldset{border:0;border-top:1px solid var(--color-border);min-width:0;margin:0;padding:15px 0}.structured-intake legend{margin-bottom:10px;padding:0;font-size:14px;font-weight:700}.intake-choice-grid{flex-wrap:wrap;gap:8px;display:flex}.intake-choice-grid button,.time-choice button{color:#40554d;cursor:pointer;min-height:42px;font:inherit;background:#fff;border:1px solid #d7e0dc;border-radius:13px;padding:9px 13px;font-size:13px;transition:transform .15s,border-color .15s,background .15s}.intake-choice-grid button:hover,.time-choice button:hover{border-color:#7fa697;transform:translateY(-1px)}.intake-choice-grid button.selected,.time-choice button.selected{border-color:var(--color-primary);color:var(--color-primary-dark);box-shadow:0 0 0 1px var(--color-primary);background:#eaf4ef}.preference-grid button{flex:auto}.optional-age{color:var(--color-text-muted);align-items:center;gap:7px;margin-top:10px;font-size:12px;display:flex}.optional-age input{border:1px solid var(--color-border);border-radius:9px;width:92px;padding:8px}.time-choice{align-items:center;gap:9px;display:flex}.time-choice input{min-height:42px;font:inherit;border:1px solid #d7e0dc;border-radius:11px;padding:8px 11px}.structured-submit{min-height:52px;margin-top:14px;font-size:16px}.free-text-option{text-align:center;margin:17px 0}.free-text-option>span{color:var(--color-text-muted);margin-bottom:8px;font-size:11px;display:block}.free-text-option .btn{background:#fff}.free-text-option p{color:var(--color-text-muted);margin:7px 0 0;font-size:11px}@media (width<=640px){.structured-intake{padding:16px}.structured-intake-heading h2{font-size:18px}.intake-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.intake-choice-grid button{padding:9px 7px}.time-choice{align-items:stretch}.time-choice>*{flex:1;min-width:0}}.understood-context-card dl{grid-template-columns:repeat(2,minmax(0,1fr))}.understood-context-card dl>div{padding:9px 10px;display:block}.understood-context-card dt{align-items:center;gap:6px;display:flex}.understood-context-card dt span{font-size:15px}.understood-context-card dd{margin-top:4px;font-weight:600}@media (width<=640px){.understood-context-card dl{grid-template-columns:1fr}}.nearby-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:12px 0;display:grid}.nearby-category-card{border:1px solid var(--color-border);background:var(--color-surface);min-height:78px;color:var(--color-text);cursor:pointer;border-radius:14px;align-items:center;gap:10px;padding:14px;font-size:15px;display:flex}.nearby-category-card span{font-size:25px}.nearby-category-card.active{border:2px solid var(--color-primary);color:var(--color-primary-dark);background:#ecfdf5}.nearby-map-card{padding:0;overflow:hidden}.nearby-map-legend{color:var(--color-text-muted);flex-wrap:wrap;gap:12px;padding:10px 14px;font-size:11px;display:flex}.nearby-marker{background:0 0;border:0}.nearby-marker span{border:3px solid #fff;border-radius:50%;place-items:center;width:26px;height:26px;font-size:18px;display:grid;box-shadow:0 2px 8px #0004}.nearby-marker.visitor span{color:#2563eb;background:#dbeafe}.nearby-marker.transient span{color:#ea580c;background:#ffedd5}.nearby-marker.canonical span{color:#047857;background:#d1fae5}.nearby-result{border:0;border-bottom:1px solid var(--color-border);text-align:left;cursor:pointer;background:0 0;justify-content:space-between;align-items:center;width:100%;padding:13px 2px;display:flex}.nearby-result span{flex-direction:column;gap:3px;display:flex}.nearby-result small,.text-muted{color:var(--color-text-muted)}.nearby-title-row,.nearby-actions{justify-content:space-between;align-items:center;gap:10px;display:flex}.nearby-actions>*{text-align:center;flex:1;text-decoration:none}.nearby-reason{color:var(--color-primary-dark);background:#ecfdf5;border-radius:9px;padding:9px}.status-warning,.location-confidence-message{color:#92400e;background:#fffbeb;border-color:#fde68a}.eyebrow{color:var(--color-primary);font-weight:700}@media (width>=700px){.nearby-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (prefers-reduced-motion:reduce){.nearby-category-card{transition:none}}.quick-start-entry-message{color:var(--color-primary-dark);background:#ecfdf5;border-radius:10px;margin:0 0 14px;padding:10px 12px;font-size:13px;line-height:1.5}.app-shell{box-shadow:none;border-inline:1px solid #e4e1d8}.app-header{color:var(--color-text);background:#f5f3edf5;border-bottom:1px solid #e1ded4;padding:13px 20px 11px}.app-header h1{letter-spacing:-.03em;font-weight:750}.app-header .subtitle{color:var(--color-text-muted);opacity:1;margin-top:2px}.app-main{padding:0 20px 28px}.bottom-nav a{min-height:58px;padding:8px 4px 6px}.nav-icon{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:21px;height:21px}.card{box-shadow:none;border-radius:var(--radius-md)}.home-page .hero{background:var(--color-primary-dark);border-radius:0 0 var(--radius-md) var(--radius-md);margin:0 -20px 34px;padding:38px 24px 34px}.home-page .hero h2{letter-spacing:-.055em;margin:9px 0 13px;font-size:clamp(28px,8vw,36px);line-height:1.24}.home-page .hero p{font-size:15px}.home-page .hero small{letter-spacing:.12em;opacity:.76;font-size:12px}.home-page .hero>span{letter-spacing:.13em;opacity:.65;border-top:1px solid #ffffff47;margin-top:23px;padding-top:12px;font-size:10px;display:inline-block}.section-heading small,.direct-concierge>small{color:var(--color-primary);letter-spacing:.08em;font-size:11px;font-weight:700}.section-heading h2,.direct-concierge h2{letter-spacing:-.04em;margin:6px 0 15px;font-size:20px}.quick-list{border-top:1px solid #cfcec7}.quick-list button{text-align:left;width:100%;min-height:76px;color:var(--color-text);cursor:pointer;background:0 0;border:0;border-bottom:1px solid #d9d7d0;grid-template-columns:34px 1fr 20px;align-items:center;gap:13px;padding:13px 2px;display:grid}.quick-list button>span:nth-child(2){flex-direction:column;gap:5px;display:flex}.quick-list button b{font-size:15px}.quick-list button small{color:var(--color-text-muted);font-size:12px}.quick-list svg{fill:none;stroke:#7a827e;stroke-width:1.7px;width:18px}.service-icon{border:1px solid #a8bbb5;border-radius:50%;width:32px;height:32px;position:relative}.service-icon:before,.service-icon:after{content:"";border-top:1.5px solid var(--color-primary);position:absolute;top:15px;left:8px;right:8px}.service-icon:after{border-top:0;border-left:1.5px solid var(--color-primary);top:8px;bottom:8px;left:15px}.service-icon-2:after{transform:rotate(45deg)}.service-icon-3:before{border-block:1.5px solid var(--color-primary);height:9px;top:10px}.service-icon-3:after{display:none}.service-icon-4:before{border:1.5px solid var(--color-primary);border-radius:50% 50% 50% 0;height:13px;top:8px;left:10px;right:10px;transform:rotate(-45deg)}.service-icon-4:after{display:none}.direct-concierge{background:#e8ece7;border-top:1px solid #d9ddd7;margin:39px -20px -28px;padding:30px 20px 36px}.direct-concierge h2{margin-bottom:7px}.direct-concierge p{color:var(--color-text-muted);margin:0 0 19px;font-size:13px}.direct-concierge .btn{width:auto;min-height:44px}.journey-live-context,.visitor-location-section{border-bottom:1px solid var(--color-border);padding:16px 0}.journey-live-context .card,.visitor-location-section .card{background:0 0;border:0;margin:0;padding:0}.structured-intake{background:0 0;border:0;margin-top:24px;padding:0}.structured-intake-heading h2{font-size:21px}.intake-choice-grid button,.time-choice button{border-radius:var(--radius-sm);box-shadow:none}.concierge-input-panel{border-radius:var(--radius-md);box-shadow:none}.understood-context-card,.recommendation-section{border-bottom:1px solid var(--color-border);padding:24px 0}.understood-context-card h2,.recommendation-section>h2{letter-spacing:-.035em;margin:0 0 14px;font-size:19px}.understood-context-card dl{margin:0;display:block}.understood-context-card dl>div{background:0 0;border-bottom:1px solid #deddd6;border-radius:0;grid-template-columns:80px 1fr;gap:12px;padding:10px 0;display:grid}.understood-context-card dt{color:var(--color-text-muted);font-size:12px}.understood-context-card dd{margin:0;font-size:13px;font-weight:600}.visitor-reason-summary{border-block:1px solid var(--color-border);background:0 0;border-radius:0;padding:12px 0}.itinerary-label{color:var(--color-primary-dark);margin:19px 0 12px;font-size:12px;display:block}.itinerary-step{padding:0 0 20px;position:relative;margin:0!important}.itinerary-step:not(:last-child):before{content:"";border-left:1px solid #b9c8c3;position:absolute;top:28px;bottom:0;left:13px}.step-index{width:27px;height:27px}.step-body h3{font-size:15px}.runtime-journey-card{box-shadow:none}.btn-text{color:var(--color-primary-dark);background:0 0;border:0;border-bottom:1px solid #9bb1aa;border-radius:0;padding-inline:4px}.nearby-discovery>section.card:first-child{border:0;border-bottom:1px solid var(--color-border);background:0 0;border-radius:0;margin:0 -20px 20px;padding:28px 20px 20px}.nearby-discovery>section.card:first-child h1{letter-spacing:-.045em;margin:6px 0 8px;font-size:24px}.nearby-category-grid{border-top:1px solid var(--color-border);gap:0;margin-bottom:22px}.nearby-category-card{border:0;border-bottom:1px solid var(--color-border);background:0 0;border-radius:0;min-height:58px;padding:10px 8px;font-size:13px}.nearby-category-card:nth-child(odd){border-right:1px solid var(--color-border)}.nearby-category-card.active{border:0;border-bottom:2px solid var(--color-primary);background:#e7eee9}.category-line-icon{border:1.5px solid;border-radius:50%;width:18px;height:18px;position:relative}.category-line-icon:after{content:"";border-top:1px solid;position:absolute;top:8px;left:4px;right:4px}.nearby-map-card{border-radius:var(--radius-sm)}.nearby-detail{border-left:3px solid var(--color-primary)}.nearby-actions{flex-wrap:wrap;align-items:stretch}.nearby-actions .btn-primary{flex-basis:100%}.nearby-result{min-height:58px}.leaflet-container{border-radius:var(--radius-sm)}@media (width<=380px){.app-main{padding-inline:16px}.home-page .hero,.nearby-discovery>section.card:first-child{margin-inline:-16px}.direct-concierge{margin-inline:-16px;padding-inline:16px}.quick-list button{grid-template-columns:32px 1fr 18px}.nearby-actions{gap:7px}}.recommendation-row-trigger{width:100%;min-height:48px;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:12px;padding:8px 0;font-weight:700;display:flex}.itinerary-step.interactive{align-items:flex-start}.recommendation-inline-detail{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);margin-top:8px;padding:16px}.recommendation-inline-detail h3{margin:4px 0 8px}.recommendation-inline-detail dl{grid-template-columns:auto 1fr;gap:6px 12px;font-size:13px;display:grid}.recommendation-inline-detail dt{font-weight:700}.recommendation-inline-detail dd{overflow-wrap:anywhere;margin:0}.recommendation-inline-detail .entity-actions{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.place-discovery-results>h2{margin-bottom:7px}.place-discovery-item{border-bottom:1px solid var(--color-border)}.place-discovery-item:last-child{border-bottom:0}.place-discovery-reasons{color:var(--color-primary-dark);margin:-5px 0 10px;padding-left:45px;font-size:12px}.bottom-nav,.bottom-nav a{position:relative}.bottom-nav a.active:before{content:"";background:var(--color-primary);height:2px;position:absolute;top:-1px;left:30%;right:30%}.bottom-nav a.active .nav-icon{stroke-width:2.1px}.quick-list button{width:calc(100% + 16px);margin-inline:-8px;padding-inline:10px;transition:background-color .16s}.quick-list button:hover,.quick-list button:focus-visible{background:#edece4;outline:0}.service-icon{background:#e4ece7;border-color:#b9c8c1}.service-icon-2{background:#eee8dc;border-color:#d4c4a7}.service-icon-3{background:#e7ebe5;border-color:#bdc7b9}.service-icon-4{background:#e5e9e3;border-color:#b8c5bc}.structured-intake-heading{border-radius:var(--radius-md);background:#e9eee9;border:1px solid #d8ddd5;margin:0 0 12px;padding:21px 18px 20px;position:relative}.structured-intake-heading:after{content:"";opacity:.65;border-top:1px solid #91a89f;border-bottom:1px solid #91a89f;border-radius:50%;width:38px;height:20px;position:absolute;top:17px;right:17px}.structured-intake-heading h2{max-width:85%;line-height:1.4}.structured-intake .journey-question{border-top:0;margin-top:7px;padding:22px 0 20px;position:relative}.structured-intake .journey-question+.journey-question{border-top:1px solid #dddcd4}.journey-question legend{align-items:center;gap:9px;margin:0 0 13px;display:flex}.journey-question legend span{width:24px;height:24px;color:var(--color-primary-dark);background:#e5ede8;border:1px solid #9db3aa;border-radius:50%;place-items:center;font-size:11px;display:grid}.intake-choice-grid button,.time-choice button{color:#303a36;background:#fffdfa;border-color:#d7d7cf}.intake-choice-grid button.selected,.time-choice button.selected{color:#074f49;background:#dcece6;border-color:#3d857a;font-weight:700;box-shadow:inset 0 0 0 1px #3d857a}.structured-submit{margin-top:22px}.understood-context-card{border-radius:var(--radius-md);background:#e6eee8;border:1px solid #cfdad3;margin:18px 0;padding:21px 18px}.understood-context-card h2{align-items:center;gap:9px;display:flex}.understood-context-card h2:before{content:"";background:var(--color-primary);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 5px #0f766e1a}.understood-context-card dl>div{border-color:#ccd8d0}.understood-context-card dl>div:last-child{border-bottom:0}.recommendation-section{padding-top:27px}.recommendation-section>h2:after{content:"선별한 여행 코스";color:#7b837f;letter-spacing:.08em;margin-top:5px;font-size:10px;font-weight:500;display:block}.itinerary-step{padding-bottom:24px}.step-index{background:#0b675f;box-shadow:0 0 0 4px #e1ebe6}.step-body h3{letter-spacing:-.025em;font-size:16px}.step-body p{margin-top:5px}.visitor-error{border-radius:var(--radius-sm);color:#5e4030;background:#f3ebe0;border-left:3px solid #aa6a3f;margin:14px 0;padding:16px}.visitor-error b{font-size:14px}.visitor-error p{margin:5px 0 12px;font-size:12px}.visitor-error .btn{color:#72472f;background:#fffaf4;border-color:#8b5c3e;min-height:40px;padding:8px 15px}@media (width<=390px){.structured-intake-heading{padding-inline:15px}.structured-intake-heading h2{max-width:82%}.understood-context-card{padding-inline:15px}}.navigation-sheet{z-index:1200;place-items:end center;display:grid;position:fixed;inset:0}.navigation-backdrop{background:#0f172a73;border:0;width:100%;position:absolute;inset:0}.navigation-panel{width:min(100%,440px);padding:22px 20px calc(20px + env(safe-area-inset-bottom));background:#fff;border-radius:20px 20px 0 0;position:relative;box-shadow:0 -12px 35px #0f172a2e}.navigation-panel h2{margin:0 32px 6px 0;font-size:19px}.navigation-panel p{color:var(--color-text-muted);margin:0 0 16px}.navigation-close{cursor:pointer;background:#f1f5f4;border:0;border-radius:50%;width:36px;height:36px;font-size:22px;position:absolute;top:12px;right:14px}.navigation-providers{gap:9px;display:grid}.navigation-providers .btn{width:100%}@media (width>=700px){.navigation-sheet{align-items:center}.navigation-panel{border-radius:18px}}.sr-only{clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.home-conversation-first .home-identity{background-color:var(--color-primary-dark);background-position:50%;background-size:cover;margin-bottom:0;padding-block:25px 24px}.home-conversation-first .home-identity h2{margin-block:7px 9px;font-size:clamp(23px,6vw,30px)}.home-conversation{padding:25px 0 20px}.home-conversation h1{letter-spacing:-.05em;margin:0;font-size:clamp(24px,7vw,32px);line-height:1.27}.home-conversation>p{color:var(--color-text-muted);margin:8px 0 16px;font-size:14px}.home-conversation-form{background:#fff;border:1px solid #c8d2cd}.home-conversation-form textarea{resize:vertical;border:0;border-radius:0;min-height:88px;padding:14px 15px;font-size:16px;line-height:1.5;display:block}.home-conversation-form textarea:focus{outline:2px solid var(--color-primary);outline-offset:-2px}.home-input-actions{border-top:1px solid #e2e5e1;justify-content:space-between;gap:10px;padding:9px;display:flex}.home-input-actions .btn{min-width:86px}.home-voice-button{min-height:42px;color:var(--color-primary-dark);font:inherit;cursor:pointer;background:0 0;border:0;padding:8px 10px;font-weight:700}.home-voice-button span{color:#a45b50;margin-right:5px;font-size:8px}.home-examples{scrollbar-width:none;gap:7px;margin-top:10px;padding-bottom:3px;display:flex;overflow-x:auto}.home-examples button{color:#53635d;max-width:82%;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #aab8b2;flex:none;padding:7px 10px;font-size:12px}.home-conversation-first .mode-entry{margin:0 0 22px}.home-conversation-first .mode-entry button{border-radius:8px;min-height:92px;padding:14px 13px}.home-conversation-first .mode-entry small{font-size:11px}.home-quick-intents{border-top:1px solid var(--color-border);padding:17px 0 25px}.home-quick-intents h2{margin:0 0 10px;font-size:14px}.home-quick-intents>div{flex-wrap:wrap;gap:7px;display:flex}.home-quick-intents button{color:#43544e;min-height:38px;font:inherit;cursor:pointer;background:0 0;border:1px solid #ccd4d0;border-radius:18px;padding:7px 11px;font-size:12px}@media (width<=380px){.home-conversation{padding-top:21px}.home-conversation-first .mode-entry{gap:7px}.home-conversation-first .mode-entry button{padding-inline:10px}.home-conversation h1{font-size:24px}}@media (width>=700px){.home-conversation-first{max-width:620px;margin:auto}.home-conversation-first .home-identity{border-radius:0 0 12px 12px;margin-inline:0}}.home-conversation-first{width:100%;min-width:0;overflow-x:hidden}.home-conversation-first>*,.home-conversation-first .mode-entry button{min-width:0}.home-conversation-first .home-examples{max-width:100%}.app-main{min-width:0;overflow-x:hidden}.home-conversation-first .home-identity h2,.home-conversation-first .home-conversation h1{overflow-wrap:anywhere;max-width:100%}.home-conversation-first .mode-entry{grid-template-columns:repeat(2,minmax(0,1fr))}.home-conversation-first .home-conversation-form{width:100%;min-width:0}.home-voice-button.is-listening{color:var(--color-primary);background:#edf3ed}.home-voice-error{color:#8a433a!important;margin:8px 2px 0!important;font-size:12px!important}.regional-data-manager{margin-top:18px}.data-kpis{margin:14px 0}.regional-data-filters{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:14px 0;display:grid}.regional-data-list{border-top:1px solid var(--color-border)}.regional-data-list button{border:0;border-bottom:1px solid var(--color-border);text-align:left;cursor:pointer;background:0 0;flex-direction:column;gap:4px;width:100%;min-height:62px;padding:12px 4px;display:flex}.regional-data-list button.selected{border-left:3px solid var(--color-primary);background:#edf3ef;padding-left:10px}.regional-data-list span,.regional-data-list small,.regional-data-review>p{color:var(--color-text-muted);font-size:11px}.regional-data-review{border:2px solid var(--color-primary);background:#fff;border-radius:12px;margin-top:18px;padding:16px;scroll-margin-block:16px}.regional-data-review:focus{outline-offset:3px;outline:3px solid #0f766e2e}.regional-review-heading{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.regional-review-heading h3{margin:3px 0 0}.regional-review-heading small{color:var(--color-text-muted)}.verification-waiting{color:#8a5a00;background:#fff7df;border-radius:6px;padding:6px 8px;font-size:11px}.regional-review-status{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin:12px 0;display:grid}.regional-review-status div{background:#f3f6f4;border-radius:7px;padding:8px}.regional-review-status dt{color:var(--color-text-muted);font-size:10px}.regional-review-status dd{overflow-wrap:anywhere;margin:3px 0 0;font-size:11px;font-weight:700}.regional-data-review table{display:block;overflow-x:auto}.regional-data-review input{margin-top:12px}.regional-data-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:10px;display:grid}.regional-data-actions .btn{min-height:42px;padding:8px 10px;font-size:12px}.regional-action-notice{color:#17603a;background:#e7f5eb;border-radius:8px;padding:10px;font-weight:700}@media (width<=420px){.regional-review-heading{display:block}.verification-waiting{margin-top:8px;display:inline-block}.regional-review-status{grid-template-columns:1fr}.regional-data-review{margin-inline:-4px;padding:13px}}@media (width>=700px){.regional-data-filters,.regional-data-actions{grid-template-columns:repeat(4,minmax(0,1fr))}}.regional-transfer{border:1px solid var(--color-border);background:var(--color-surface);border-radius:12px;margin:16px 0;padding:14px}.regional-transfer h3{margin-top:0}.regional-transfer-actions,.regional-import-summary{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.regional-transfer-actions label{cursor:pointer}.regional-transfer-actions input[type=file]{opacity:0;width:1px;height:1px;position:absolute;overflow:hidden}.regional-import-review{border-top:1px solid var(--color-border);margin-top:12px;padding-top:10px}.regional-import-review label{margin:8px 0;font-size:12px;display:block}.regional-import-summary{background:#edf3ef;border-radius:9px;margin-top:10px;padding:10px;font-size:12px}.regional-import-summary .btn{flex-basis:100%}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
