:root{--brand:#1f6feb;--brand-dark:#1554c0;--brand-soft:#e8f0ff;--ink:#1a2233;--ink-soft:#5b6678;--line:#e6e9f0;--bg:#f4f6fb;--card:#fff;--ok:#1faa59;--warn:#e0a100;--danger:#d83a3a;--ok-soft:#e3f6ec;--warn-soft:#fdf2d6;--danger-soft:#fdebeb;--radius:14px;--radius-sm:10px;--radius-lg:16px;--shadow:0 6px 22px #141e3c12;--shadow-sm:0 2px 8px #141e3c0f;--shadow-brand:0 8px 22px #1554c04d;--pad:16px;--gap:12px;color:var(--ink);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-family:Pretendard,system-ui,-apple-system,Segoe UI,Roboto,Apple SD Gothic Neo,Malgun Gothic,sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}html,body{max-width:100%;overflow-x:hidden}body{background:radial-gradient(1200px 600px at 80% -10%, #e9f0ff 0, transparent 60%), var(--bg)}button{cursor:pointer;font-family:inherit}a{color:var(--brand)}.app-shell{flex-direction:column;align-items:center;min-height:100vh;padding:18px 14px 48px;display:flex}.demo-topbar{flex-wrap:wrap;align-items:center;gap:12px;width:100%;max-width:1180px;margin-bottom:16px;display:flex}.brand-mark{letter-spacing:-.3px;align-items:center;gap:9px;font-size:18px;font-weight:800;display:flex}.brand-logo{background:linear-gradient(135deg, var(--brand), #4b8bff);color:#fff;border-radius:9px;place-items:center;width:30px;height:30px;display:grid}.demo-badge{color:#fff;background:var(--danger);border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700}.demo-note{color:var(--ink-soft);font-size:12px}.topbar-spacer{flex:1}.topbar-actions{flex-wrap:wrap;gap:8px;display:flex}.btn{border:1px solid var(--line);background:var(--card);color:var(--ink);border-radius:11px;justify-content:center;align-items:center;gap:6px;min-height:42px;padding:10px 16px;font-size:14px;font-weight:700;transition:background .15s,border-color .15s,transform 50ms,box-shadow .15s;display:inline-flex}.btn:hover{background:#fafbfe;border-color:#c8d2e6}.btn:active{transform:scale(.97)}.btn.primary{background:var(--brand);border-color:var(--brand);color:#fff;box-shadow:0 4px 12px #1f6feb42}.btn.primary:hover{background:var(--brand-dark);border-color:var(--brand-dark)}.btn.primary:active{box-shadow:0 2px 6px #1f6feb47}.btn.danger{background:var(--danger);border-color:var(--danger);color:#fff;box-shadow:0 4px 12px #d83a3a3d}.btn.danger:hover{background:#c43232;border-color:#c43232}.btn.ghost{box-shadow:none;background:0 0}.btn.ghost:hover{background:var(--brand-soft);border-color:#0000}.btn.sm{border-radius:9px;min-height:36px;padding:7px 12px;font-size:13px}.btn.full{justify-content:center;width:100%;display:flex}.btn:disabled{opacity:.5;cursor:not-allowed}.phone-wrap{justify-content:center;width:100%;display:flex}.phone{background:#0c1322;border-radius:40px;width:390px;max-width:100%;height:800px;max-height:calc(100vh - 120px);padding:12px;position:relative;box-shadow:0 24px 60px #0c142847}.phone-screen{background:var(--bg);border-radius:30px;flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden}.phone-notch{z-index:30;background:#0c1322;border-bottom-right-radius:14px;border-bottom-left-radius:14px;width:130px;height:22px;position:absolute;top:0;left:50%;transform:translate(-50%)}.screen-head{background:var(--card);border-bottom:1px solid var(--line);z-index:20;flex-shrink:0;padding:30px 16px 14px;position:relative}.screen-title{letter-spacing:-.4px;margin:0;font-size:19px;font-weight:800}.screen-sub{color:var(--ink-soft);align-items:center;gap:5px;margin:3px 0 0;font-size:12px;display:flex}.screen-body{-webkit-overflow-scrolling:touch;flex-direction:column;flex:auto;gap:12px;min-height:0;padding:14px;display:flex;overflow-y:auto}.tabbar{border-top:1px solid var(--line);background:var(--card);padding:4px 4px calc(4px + env(safe-area-inset-bottom,0px));flex-shrink:0;display:flex}.tabbar button{min-height:52px;color:var(--ink-soft);background:0 0;border:none;border-radius:12px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;padding:7px 2px;font-size:11px;transition:color .15s,background .15s;display:flex}.tabbar button.active{color:var(--brand);background:var(--brand-soft);font-weight:700}.tabbar button:active{transform:scale(.96)}.tabbar .tab-ico{width:22px;height:22px}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:14px}.card.tight{padding:12px}button.list-item{transition:background .14s,transform 60ms}button.list-item:hover{background:#f5f9ff!important}button.list-item:active{transform:scale(.995)}.card-title{align-items:center;gap:6px;margin:0 0 8px;font-size:14px;font-weight:800;display:flex}.card-title svg{color:var(--brand);flex-shrink:0}.card-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;display:flex}.card-head-right{flex-shrink:0}.hero-card{color:#fff;box-shadow:var(--shadow-brand);background:linear-gradient(135deg,#1554c0 0%,#1f6feb 55%,#4b8bff 100%);border:none;position:relative;overflow:hidden}.hero-card:after{content:"";background:#ffffff1f;border-radius:50%;width:130px;height:130px;position:absolute;top:-36px;right:-36px}.hero-card .muted{color:#ffffffd1}.hero-stat{letter-spacing:-1px;font-size:30px;font-weight:800;line-height:1.1}.hero-card .btn{z-index:1;position:relative}.banner-head{align-items:center;gap:10px;min-width:0;display:flex}.banner-head .bh-label{flex:auto;align-items:center;gap:5px;min-width:0;font-size:12px;font-weight:600;display:flex;overflow:hidden}.banner-head .bh-label .bh-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.banner-head .bh-label svg,.banner-head .pill{flex-shrink:0}.stat-chip{background:#ffffff29;border-radius:11px;flex:1 1 0;min-width:0;padding:9px 11px}.stat-chip .sc-num{font-size:18px;font-weight:800}.stat-chip .sc-lab{color:#ffffffd1;font-size:11px}.muted{color:var(--ink-soft)}.row{align-items:center;gap:8px;display:flex}.between{justify-content:space-between}.wrap{flex-wrap:wrap}.stack{flex-direction:column;gap:10px;display:flex}.grid2{grid-template-columns:1fr 1fr;gap:10px;display:grid}.pill{background:var(--brand-soft);color:var(--brand-dark);white-space:nowrap;border-radius:999px;align-items:center;gap:4px;padding:3px 10px;font-size:11px;font-weight:700;line-height:1.4;display:inline-flex}.pill.ok{background:var(--ok-soft);color:var(--ok)}.pill.warn{background:var(--warn-soft);color:#9a7400}.pill.gray{color:var(--ink-soft);background:#eef1f6}.pill.danger{background:var(--danger-soft);color:var(--danger)}.list-item{border-bottom:1px solid var(--line);align-items:center;gap:10px;padding:10px 0;display:flex}.list-item:last-child{border-bottom:none}.list-item>.pill,.check-row>.pill,.check-row>.seg-mini,.list-item>.avatar+.pill{flex-shrink:0}.avatar{background:var(--brand-soft);width:38px;height:38px;color:var(--brand-dark);border-radius:50%;flex-shrink:0;place-items:center;font-size:14px;font-weight:800;display:grid}.grow{flex:1;min-width:0}.ell{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}input,textarea,select{border:1px solid var(--line);width:100%;color:var(--ink);background:#fff;border-radius:10px;padding:9px 11px;font-family:inherit;font-size:14px}input:focus,textarea:focus,select:focus{outline:2px solid var(--brand-soft);border-color:var(--brand)}label.field{color:var(--ink-soft);margin-bottom:5px;font-size:12px;font-weight:700;display:block}.map-view{border-radius:var(--radius-sm);border:1px solid var(--line);z-index:0;width:100%;overflow:hidden}.leaflet-container{font:inherit;background:#aadaff}.leaflet-control-zoom{overflow:hidden;border:none!important;border-radius:10px!important;margin:12px!important;box-shadow:0 2px 8px #141e3c2e!important}.leaflet-control-zoom a{width:30px;height:30px;color:var(--ink);background:#fffffff2;border:none;font-weight:700;line-height:30px}.leaflet-control-zoom a:hover{background:var(--brand-soft);color:var(--brand-dark)}.leaflet-control-attribution{border-radius:8px 0 0;color:var(--ink-soft)!important;background:#ffffffc7!important;font-size:9.5px!important}.leaflet-tooltip{color:var(--ink);border:none;border-radius:8px;padding:5px 9px;font-size:11px;font-weight:600;box-shadow:0 4px 12px #141e3c38}.bus-div-icon,.stop-div-icon{background:0 0;border:none}.bus-marker{filter:drop-shadow(0 4px 7px #0f235059);place-items:center;width:44px;height:44px;display:grid;position:relative}.bus-dir{pointer-events:none;position:absolute;inset:0}.bus-dir:before{content:"";border-left:6px solid #0000;border-right:6px solid #0000;border-bottom:9px solid var(--brand);position:absolute;top:-1px;left:50%;transform:translate(-50%)}.bus-core{background:linear-gradient(135deg, var(--brand), #4b8bff);z-index:2;border:3px solid #fff;border-radius:50%;place-items:center;width:32px;height:32px;display:grid;position:relative}.bus-pulse{background:var(--brand);opacity:.4;z-index:0;border-radius:50%;width:32px;height:32px;margin:-16px 0 0 -16px;animation:1.8s ease-out infinite busPulse;position:absolute;top:50%;left:50%}@keyframes busPulse{0%{opacity:.45;transform:scale(1)}to{opacity:0;transform:scale(2.6)}}.stop-marker{color:#5b6678;background:#fff;border:3px solid #9aa6bd;border-radius:50%;place-items:center;width:26px;height:26px;font-size:12px;font-weight:800;transition:transform .15s;display:grid;box-shadow:0 2px 6px #0000002e}.stop-marker.passed{border-color:var(--ok);color:#fff;background:var(--ok)}.stop-marker.next{border-color:var(--brand);color:var(--brand);background:#fff;animation:1.8s ease-out infinite stopPing;box-shadow:0 0 0 4px #1f6feb38}@keyframes stopPing{0%{box-shadow:0 0 #1f6feb59}to{box-shadow:0 0 0 9px #1f6feb00}}.stop-marker.selected{border-color:var(--brand);color:#fff;background:var(--brand);transform:scale(1.15)}.livemap{padding:14px}.map-frame{border-radius:var(--radius-sm);box-shadow:inset 0 0 0 1px var(--line);position:relative;overflow:hidden}.map-frame .map-view{border-radius:var(--radius-sm);border:none}.map-meta{color:var(--ink-soft);justify-content:space-between;align-items:center;gap:10px;margin-top:7px;font-size:11px;display:flex}.map-meta .mm-route{flex:auto;min-width:0;font-weight:600}.map-meta .mm-count{color:var(--brand-dark);flex-shrink:0;font-weight:700}.map-legend{z-index:500;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid var(--line);width:fit-content;max-width:calc(100% - 20px);color:var(--ink-soft);box-shadow:var(--shadow-sm);background:#ffffffeb;border-radius:10px;flex-wrap:wrap;gap:6px 10px;padding:6px 9px;font-size:10.5px;font-weight:600;display:flex;position:absolute;bottom:10px;left:10px;right:10px}.map-legend span{white-space:nowrap;align-items:center;gap:4px;display:inline-flex}.lg-dot{border-radius:50%;width:9px;height:9px;display:inline-block}.lg-dot.bus{background:var(--brand)}.lg-dot.done{background:var(--ok)}.lg-dot.next{border:2px solid var(--brand);background:#fff}.pill.live{background:var(--ok-soft);color:var(--ok)}.live-dot{background:var(--ok);border-radius:50%;width:7px;height:7px;animation:1.4s ease-in-out infinite liveBlink}@keyframes liveBlink{0%,to{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.8)}}.next-bar{background:linear-gradient(135deg,#f0f6ff,#eef8f1);border:1px solid #dce8fb;border-radius:12px;align-items:center;gap:11px;margin-top:12px;padding:11px 12px;display:flex}.nb-ico{background:var(--brand);color:#fff;border-radius:10px;flex-shrink:0;place-items:center;width:36px;height:36px;display:grid}.nb-label{color:var(--ink-soft);font-size:11px;font-weight:700}.nb-name{letter-spacing:-.3px;text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:800;overflow:hidden}.nb-eta{text-align:right;flex-shrink:0}.nb-eta-row{color:var(--brand-dark);align-items:center;gap:3px;font-size:13px;font-weight:800;display:inline-flex}.nb-eta-time{color:var(--ink-soft);margin-top:1px;font-size:10.5px;display:block}.toast-host{z-index:9999;flex-direction:column;gap:8px;max-width:320px;display:flex;position:fixed;top:16px;right:16px}.toast{color:#fff;background:#11203a;border-radius:13px;align-items:flex-start;gap:11px;padding:12px 14px;animation:.28s cubic-bezier(.2,.9,.3,1.3) toastIn;display:flex;box-shadow:0 14px 34px #08102452}.toast .t-ico{background:var(--brand);border-radius:9px;flex-shrink:0;place-items:center;width:32px;height:32px;display:grid;box-shadow:0 3px 8px #00000040}.toast .t-title{font-size:13px;font-weight:800}.toast .t-body{opacity:.9;margin-top:2px;font-size:12px}@keyframes toastIn{0%{opacity:0;transform:translate(16px)translateY(-4px)}to{opacity:1;transform:translate(0)translateY(0)}}.login-hero{text-align:center;padding:36px 18px 10px}.login-logo{background:linear-gradient(135deg, var(--brand), #4b8bff);color:#fff;width:64px;height:64px;box-shadow:var(--shadow);border-radius:18px;place-items:center;margin:0 auto 12px;display:grid}.login-hero h1{letter-spacing:-.5px;margin:0;font-size:24px}.login-hero p{color:var(--ink-soft);margin:6px 0 0;font-size:13px}.role-card{text-align:left;border:1px solid var(--line);background:var(--card);border-radius:var(--radius);width:100%;box-shadow:var(--shadow-sm);align-items:center;gap:12px;padding:14px;transition:border-color .15s,box-shadow .18s,transform 80ms;display:flex}.role-card:hover{border-color:var(--brand);transform:translateY(-1px);box-shadow:0 8px 22px #141e3c1f}.role-card:active{transform:translateY(0)scale(.99)}.role-ico{color:#fff;border-radius:12px;flex-shrink:0;place-items:center;width:44px;height:44px;display:grid}.admin-grid{grid-template-columns:240px 1fr;gap:16px;width:100%;max-width:1180px;display:grid}.admin-nav{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);flex-direction:column;gap:4px;height:fit-content;padding:10px;display:flex;position:sticky;top:12px}.admin-nav button{text-align:left;color:var(--ink-soft);white-space:nowrap;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;min-height:44px;padding:11px 13px;font-size:14px;font-weight:600;transition:background .15s,color .15s;display:flex}.admin-nav button svg{color:inherit;opacity:.85}.admin-nav button:hover{color:var(--ink);background:#f3f6fc}.admin-nav button.active,.admin-nav button.active:hover{background:var(--brand-soft);color:var(--brand-dark);font-weight:700}.admin-nav button.active svg{opacity:1}.admin-main,.admin-content{flex-direction:column;gap:16px;min-width:0;display:flex}.admin-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.admin-header h1{letter-spacing:-.5px;margin:0;font-size:21px;font-weight:800}.admin-header p{color:var(--ink-soft);margin:3px 0 0;font-size:13px}.stat-row{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.stat-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:16px 54px 16px 16px;position:relative;overflow:hidden}.stat-card .stat-ico{background:var(--brand-soft);width:34px;height:34px;color:var(--brand);border-radius:10px;place-items:center;display:grid;position:absolute;top:12px;right:12px}.stat-num{letter-spacing:-1px;font-size:28px;font-weight:800;line-height:1.1}.stat-label{color:var(--ink-soft);margin-top:3px;font-size:13px}.table-scroll{-webkit-overflow-scrolling:touch;margin:0 -4px;overflow-x:auto}.table-scroll table.tbl{min-width:460px}.cols-2{grid-template-columns:1fr 1fr;gap:16px;display:grid}table.tbl{border-collapse:collapse;width:100%;font-size:13px}table.tbl th,table.tbl td{text-align:left;border-bottom:1px solid var(--line);padding:9px 8px}table.tbl th{color:var(--ink-soft);font-size:12px;font-weight:700}.note-box{background:#fbfcff;border:1px dashed #c4d2ee;border-radius:12px;padding:14px;font-size:13px;line-height:1.6}.note-box code{background:#eef2fb;border-radius:5px;padding:1px 6px;font-size:12px}.code-block{color:#cfe0ff;-webkit-overflow-scrolling:touch;background:#0d1b33;border-radius:10px;margin:10px 0 0;padding:12px;font-size:12px;line-height:1.55;overflow-x:auto}.qr-box{border:1px solid var(--line);background:#fff;border-radius:12px;place-items:center;padding:14px;display:grid}.qr-box img,.qr-box canvas{width:180px;height:180px}.progress-track{background:#e8ecf4;border-radius:999px;height:8px;overflow:hidden}.progress-fill{background:linear-gradient(90deg, var(--brand), #4b8bff);border-radius:999px;height:100%;transition:width .3s}.empty{text-align:center;color:var(--ink-soft);padding:24px 8px;font-size:13px}.empty-ico{background:var(--brand-soft);width:44px;height:44px;color:var(--brand);border-radius:50%;place-items:center;margin:0 auto 8px;display:grid}.timeline{margin:2px 0 0;padding-left:6px;position:relative}.tl-item{padding:0 0 14px 26px;position:relative}.tl-item:before{content:"";background:var(--line);width:2px;position:absolute;top:16px;bottom:-2px;left:6px}.tl-item:last-child:before{display:none}.tl-dot{width:14px;height:14px;box-shadow:0 0 0 1.5px var(--line);z-index:1;border:3px solid #fff;border-radius:50%;position:absolute;top:2px;left:0}.tl-dot.board{background:var(--brand);box-shadow:0 0 0 1.5px var(--brand)}.tl-dot.alight{background:var(--warn);box-shadow:0 0 0 1.5px var(--warn)}.tl-dot.arrival{background:var(--ok);box-shadow:0 0 0 1.5px var(--ok)}.tl-dot.notice,.tl-dot.system{background:#9aa6bd;box-shadow:0 0 0 1.5px #9aa6bd}.tl-title{align-items:center;gap:6px;font-size:13px;font-weight:800;display:flex}.tl-body{color:var(--ink-soft);margin-top:2px;font-size:12.5px;line-height:1.45}.tl-time{color:#9aa6bd;margin-top:3px;font-size:11px}.seg{background:#eef1f7;border-radius:11px;gap:3px;padding:3px;display:flex}.seg button{color:var(--ink-soft);background:0 0;border:none;border-radius:9px;flex:1;min-height:38px;padding:8px;font-size:13px;font-weight:700}.seg button.active{color:var(--brand-dark);background:#fff;box-shadow:0 1px 4px #141e3c1f}.check-row{border:1px solid var(--line);border-radius:12px;align-items:center;gap:10px;margin-bottom:8px;padding:10px;transition:background .15s,border-color .15s;display:flex}.check-row:last-child{margin-bottom:0}.check-row.is-boarded{background:#f3fbf6;border-color:#cdeeda}.check-row.is-alighted{background:#fffaf0;border-color:#f3e3bd}.seg-mini{border:1px solid var(--line);border-radius:9px;flex-shrink:0;display:flex;overflow:hidden}.seg-mini button{color:var(--ink-soft);background:#fff;border:none;min-height:36px;padding:8px 10px;font-size:12px;font-weight:700}.seg-mini button+button{border-left:1px solid var(--line)}.seg-mini button.on-board{background:var(--brand);color:#fff}.seg-mini button.on-alight{background:var(--warn);color:#fff}.seg-mini button:disabled{opacity:.5}.qr-stage{border:1px solid var(--line);background:radial-gradient(120% 120% at 50% 0,#f3f8ff 0%,#fff 70%);border-radius:14px;place-items:center;padding:18px;display:grid;position:relative}.qr-stage canvas{border-radius:10px}.qr-corners{pointer-events:none;position:absolute;inset:14px}.qr-corners i{border:3px solid var(--brand);width:22px;height:22px;position:absolute}.qr-corners i:first-child{border-bottom:none;border-right:none;border-top-left-radius:8px;top:0;left:0}.qr-corners i:nth-child(2){border-bottom:none;border-left:none;border-top-right-radius:8px;top:0;right:0}.qr-corners i:nth-child(3){border-top:none;border-right:none;border-bottom-left-radius:8px;bottom:0;left:0}.qr-corners i:nth-child(4){border-top:none;border-left:none;border-bottom-right-radius:8px;bottom:0;right:0}.qr-scanline{background:linear-gradient(90deg, transparent, var(--brand), transparent);height:2px;box-shadow:0 0 8px var(--brand);animation:1.6s ease-in-out infinite scanMove;position:absolute;left:30px;right:30px}@keyframes scanMove{0%,to{top:36px}50%{top:auto;bottom:36px}}.success-stamp{background:#f1fbf5;border:1px solid #cdeeda;border-radius:14px;place-items:center;gap:8px;padding:22px;display:grid}.success-ring{background:var(--ok);color:#fff;border-radius:50%;place-items:center;width:58px;height:58px;display:grid;box-shadow:0 6px 16px #1faa5966}@media (width<=920px){.admin-grid{grid-template-columns:1fr}.admin-nav{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-direction:row;gap:6px;position:static;overflow-x:auto}.admin-nav::-webkit-scrollbar{display:none}.admin-nav button{flex:none}.stat-row{grid-template-columns:1fr 1fr}.cols-2{grid-template-columns:1fr}}@media (width<=460px){.app-shell{padding:12px 0 0}.demo-topbar{padding:0 12px}.demo-note{display:none}.phone{width:100%;height:auto;min-height:calc(100vh - 70px);max-height:none;box-shadow:none;border-radius:0;padding:0}.phone-screen{border-radius:0;min-height:calc(100vh - 70px)}.phone-notch{display:none}.screen-head{padding-top:16px}.toast-host{max-width:none;left:12px;right:12px}.stat-row{grid-template-columns:1fr 1fr}.stat-num{font-size:24px}.stat-card{padding:14px 48px 14px 14px}.admin-header h1{font-size:19px}.admin-grid{gap:12px}}@media (prefers-reduced-motion:reduce){.toast{animation:none}.progress-fill{transition:none}.role-card:hover,.role-card:active,.btn:active,.tabbar button:active,button.list-item:active{transform:none}.qr-scanline,.bus-pulse,.stop-marker.next,.live-dot{animation:none}.bus-pulse{opacity:.25}}.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}}
