:root{color-scheme:light dark;--bg: #f5f3ee;--bg-card: #ffffff;--bg-elevated: #ffffff;--fill: #ebe8e0;--fill-2: #e1ddd3;--fill-3: #d5d0c4;--sep: rgba(60, 58, 48, .16);--sep-strong: rgba(60, 58, 48, .28);--label: #17160f;--label-2: #6b6860;--label-3: #969284;--tint: #b3730a;--tint-strong: #8a5806;--tint-soft: #fbf0db;--on-tint: #ffffff;--red: #dc3d3c;--green: #1baf7a;--orange: #eda100;--blue: #2a78d6;--series-1: #2a78d6;--series-2: #eb6834;--series-3: #1baf7a;--series-4: #eda100;--series-5: #e87ba4;--good: var(--green);--warning: var(--orange);--critical: var(--red);--grid: #e6e2d8;--shadow: 0 1px 2px rgba(23, 22, 15, .05), 0 6px 20px rgba(23, 22, 15, .06);--shadow-lg: 0 2px 6px rgba(23, 22, 15, .08), 0 20px 48px rgba(23, 22, 15, .16);--frost: rgba(245, 243, 238, .78);--surface-0: var(--bg);--surface-1: var(--bg-card);--surface-2: var(--fill);--surface-3: var(--fill-2);--border: var(--sep);--border-strong: var(--sep-strong);--text-primary: var(--label);--text-secondary: var(--label-2);--text-muted: var(--label-3);--brand: var(--tint);--brand-strong: var(--tint-strong);--brand-soft: var(--tint-soft);--on-brand: var(--on-tint);--radius: 12px;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 18px;--radius-xl: 20px;--sans: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Helvetica, Arial, sans-serif;--display: var(--sans);--gutter: 16px;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--header-h: calc(44px + var(--safe-top));--tabbar-h: calc(61px + var(--safe-bottom));--kb: 0px;--ease: cubic-bezier(.2, .8, .2, 1)}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--bg: #121211;--bg-card: #1d1d1b;--bg-elevated: #262624;--fill: #2a2a27;--fill-2: #34342f;--fill-3: #403f39;--sep: rgba(255, 255, 250, .14);--sep-strong: rgba(255, 255, 250, .26);--label: #f5f4ef;--label-2: #a9a79c;--label-3: #7d7b71;--tint: #e8a93c;--tint-strong: #f0be62;--tint-soft: #2d2415;--on-tint: #17160f;--red: #ee6b6a;--green: #2dbc88;--orange: #e3a020;--blue: #4a92ea;--series-1: #3987e5;--series-2: #d95926;--series-3: #199e70;--series-4: #c98500;--series-5: #d55181;--grid: #2e2e2a;--shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 8px 24px rgba(0, 0, 0, .36);--shadow-lg: 0 2px 6px rgba(0, 0, 0, .5), 0 20px 48px rgba(0, 0, 0, .5);--frost: rgba(18, 18, 17, .72)}}:root[data-theme=dark]{--bg: #121211;--bg-card: #1d1d1b;--bg-elevated: #262624;--fill: #2a2a27;--fill-2: #34342f;--fill-3: #403f39;--sep: rgba(255, 255, 250, .14);--sep-strong: rgba(255, 255, 250, .26);--label: #f5f4ef;--label-2: #a9a79c;--label-3: #7d7b71;--tint: #e8a93c;--tint-strong: #f0be62;--tint-soft: #2d2415;--on-tint: #17160f;--red: #ee6b6a;--green: #2dbc88;--orange: #e3a020;--blue: #4a92ea;--series-1: #3987e5;--series-2: #d95926;--series-3: #199e70;--series-4: #c98500;--series-5: #d55181;--grid: #2e2e2a;--shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 8px 24px rgba(0, 0, 0, .36);--shadow-lg: 0 2px 6px rgba(0, 0, 0, .5), 0 20px 48px rgba(0, 0, 0, .5);--frost: rgba(18, 18, 17, .72)}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{height:100%;-webkit-text-size-adjust:100%}body{margin:0;min-height:100%;background:var(--bg);color:var(--label);font-family:var(--sans);font-size:16px;line-height:1.4;-webkit-font-smoothing:antialiased;overscroll-behavior-y:none;touch-action:manipulation}body.is-locked{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;width:100%}#root{min-height:100dvh}h1,h2,h3,h4{font-family:var(--display);font-weight:700;margin:0;line-height:1.2;letter-spacing:-.01em}h1{font-size:28px;letter-spacing:-.02em}h2{font-size:22px;letter-spacing:-.015em}h3{font-size:17px}p{margin:0 0 .75em}a{color:var(--tint);text-decoration-thickness:1px;text-underline-offset:2px}code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.9em;background:var(--fill);padding:1px 5px;border-radius:5px}button,input,select,textarea{font-family:inherit}button{touch-action:manipulation;-webkit-user-select:none;user-select:none}:focus-visible{outline:2px solid var(--tint);outline-offset:2px;border-radius:4px}:focus:not(:focus-visible){outline:none}.app{display:flex;flex-direction:column;min-height:100dvh}.splash{display:grid;place-items:center;align-content:center;height:100dvh;gap:14px;color:var(--tint)}.splash-mark{width:56px;height:56px}.topbar{position:sticky;top:0;z-index:900;display:none;align-items:center;gap:12px;padding:calc(8px + var(--safe-top)) var(--gutter) 8px;background:var(--frost);-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid var(--sep);-webkit-user-select:none;user-select:none}.brand{display:inline-flex;align-items:center;gap:8px;font-weight:800;font-size:19px;letter-spacing:-.02em;color:var(--label);text-decoration:none}.brand-mark{width:26px;height:26px;color:var(--tint);flex:0 0 auto}.brand-sub{font-size:11px;font-weight:700;color:var(--label-3);letter-spacing:.06em;text-transform:uppercase;margin-left:2px}.topbar-spacer{flex:1}.nav{display:flex;gap:2px;overflow-x:auto;scrollbar-width:none}.nav::-webkit-scrollbar{display:none}.nav-item{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;cursor:pointer;font:inherit;font-weight:600;font-size:14px;color:var(--label-2);padding:8px 12px;min-height:36px;border-radius:10px;white-space:nowrap;display:inline-flex;align-items:center;gap:7px}.nav-item:hover{background:var(--fill);color:var(--label)}.nav-item[aria-current=page]{background:var(--tint-soft);color:var(--tint-strong)}.nav-item svg{width:18px;height:18px}.compact-header{position:fixed;top:0;left:0;right:0;z-index:900;height:var(--header-h);padding-top:var(--safe-top);display:flex;align-items:center;justify-content:center;background:var(--frost);-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid var(--sep);opacity:0;pointer-events:none;transition:opacity .18s ease-out;-webkit-user-select:none;user-select:none}.compact-header.is-visible{opacity:1;pointer-events:auto}.compact-title{font-size:17px;font-weight:600;letter-spacing:-.01em;display:inline-flex;align-items:center;gap:7px}.compact-title .brand-mark{width:22px;height:22px}.compact-header .header-btn{position:absolute;right:8px;bottom:2px}.main{flex:1;width:100%;max-width:1180px;margin:0 auto;padding:24px var(--gutter) 40px}.main.is-map{max-width:none;padding:0}.main.is-chat{display:flex;flex-direction:column}.page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:18px}.page-head-text{min-width:0;flex:1 1 260px}.eyebrow{font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--tint);margin-bottom:2px}.large-title{font-size:32px;font-weight:700;letter-spacing:-.02em;line-height:1.15}.page-lede{color:var(--label-2);margin:6px 0 0;max-width:60ch;font-size:15px}.page-head-action{flex:0 0 auto}.btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;font:inherit;font-weight:600;font-size:15px;display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:44px;padding:9px 16px;border-radius:var(--radius-md);border:0;background:var(--fill);color:var(--tint);transition:background .12s ease,transform .12s ease,opacity .12s ease;-webkit-user-select:none;user-select:none;text-decoration:none}.btn:active:not(:disabled){transform:scale(.97)}.btn:disabled{opacity:.45;cursor:not-allowed}.btn svg{width:18px;height:18px;flex:0 0 auto}.btn-primary{background:var(--tint);color:var(--on-tint)}.btn-primary:hover:not(:disabled){background:var(--tint-strong)}.btn-secondary{background:var(--fill);color:var(--tint)}.btn-ghost{background:transparent;color:var(--tint)}.btn-ghost:hover:not(:disabled){background:var(--fill)}.btn-neutral{background:var(--fill);color:var(--label)}.btn-danger,.btn-destructive{background:var(--fill);color:var(--red)}.btn-destructive-fill{background:var(--red);color:#fff}.btn-sm{min-height:36px;padding:6px 12px;font-size:14px;border-radius:10px}.btn-sm svg{width:16px;height:16px}.btn-lg{min-height:50px;font-size:17px;border-radius:var(--radius-md)}.btn-block{width:100%}.btn-pill{border-radius:999px}.btn-primary.btn-lg{box-shadow:0 1px #0000000a}.icon-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;cursor:pointer;width:44px;height:44px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:transparent;color:var(--tint);transition:background .12s ease,transform .12s ease}.icon-btn:active{transform:scale(.94);background:var(--fill)}.icon-btn.icon-btn-fill{background:var(--fill);color:var(--label-2);width:34px;height:34px}.icon-btn.icon-btn-fill svg{width:18px;height:18px}.input,.select,.textarea{width:100%;font:inherit;font-size:16px;color:var(--label);background:var(--fill);border:0;border-radius:12px;padding:10px 14px;min-height:44px;transition:box-shadow .12s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}.input:focus,.select:focus,.textarea:focus{outline:none;box-shadow:0 0 0 2px var(--tint)}.textarea{resize:vertical;min-height:96px;line-height:1.45}.input::placeholder,.textarea::placeholder{color:var(--label-3)}.select{padding-right:40px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23969284' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px}input[type=date].input{min-width:0}input[type=date].input::-webkit-date-and-time-value{text-align:left}input[type=checkbox],input[type=radio]{accent-color:var(--tint);width:20px;height:20px}.field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px;min-width:0}.field:last-child{margin-bottom:0}.label{font-size:13px;font-weight:600;color:var(--label-2)}.hint{font-size:13px;color:var(--label-3)}.row{display:flex;gap:12px;flex-wrap:wrap}.row>*{flex:1 1 150px;min-width:0}.form-group{background:var(--bg-card);border-radius:var(--radius-lg);padding:16px;box-shadow:var(--shadow);margin-bottom:16px}.form-group .field:last-child{margin-bottom:0}.form-group .input,.form-group .select,.form-group .textarea{background:var(--fill)}.form-actions{display:flex;gap:10px;flex-direction:column}.form-actions .btn{flex:1}@media(min-width:768px){.form-actions{flex-direction:row-reverse}.form-actions .btn{flex:1 1 auto}}input[type=range].slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:44px;margin:0;background:transparent;cursor:pointer}input[type=range].slider::-webkit-slider-runnable-track{height:6px;border-radius:999px;background:linear-gradient(90deg,var(--tint) var(--pct, 50%),var(--fill-2) var(--pct, 50%))}input[type=range].slider::-moz-range-track{height:6px;border-radius:999px;background:var(--fill-2)}input[type=range].slider::-moz-range-progress{height:6px;border-radius:999px;background:var(--tint)}input[type=range].slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:28px;height:28px;margin-top:-11px;border-radius:50%;background:#fff;border:0;box-shadow:0 0 0 1px #0000000f,0 3px 8px #00000038}input[type=range].slider::-moz-range-thumb{width:28px;height:28px;border-radius:50%;border:0;background:#fff;box-shadow:0 0 0 1px #0000000f,0 3px 8px #00000038}input[type=range].slider.is-unset::-webkit-slider-runnable-track{background:var(--fill-2)}input[type=range].slider.is-unset::-moz-range-progress{background:var(--fill-2)}input[type=range].slider.is-unset::-webkit-slider-thumb{background:var(--fill-3);box-shadow:0 1px 3px #0000002e}input[type=range].slider.is-unset::-moz-range-thumb{background:var(--fill-3)}input[type=range].slider:focus-visible{outline:none}input[type=range].slider:focus-visible::-webkit-slider-thumb{box-shadow:0 0 0 3px var(--tint)}.score-row{padding:10px 0 4px;border-bottom:1px solid var(--sep)}.score-row:last-of-type{border-bottom:0}.score-row-head{display:flex;justify-content:space-between;align-items:baseline;gap:8px}.score-row-head .label{color:var(--label);font-size:15px}.score-row-value{font-weight:700;font-size:17px;font-variant-numeric:tabular-nums;min-width:34px;text-align:right}.score-row-weight{color:var(--label-3);font-weight:500;font-size:13px}.card{background:var(--bg-card);border-radius:var(--radius-lg);padding:16px;box-shadow:var(--shadow)}.card-tight{padding:14px}.stack{display:flex;flex-direction:column;gap:14px}.grid{display:grid;gap:14px}.grid-2{grid-template-columns:repeat(auto-fit,minmax(290px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.grid-stats{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:767px){.grid-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.grid-3{grid-template-columns:1fr}}.section-title{font-size:20px;font-weight:700;letter-spacing:-.015em;margin:8px 0 10px}.section-sub{color:var(--label-2);font-size:15px;margin:-4px 0 12px}.group{margin-bottom:20px}.group-title{font-size:13px;font-weight:600;color:var(--label-2);text-transform:uppercase;letter-spacing:.04em;padding:0 16px 6px}.group-body{background:var(--bg-card);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow)}.group-footer{font-size:13px;color:var(--label-3);padding:8px 16px 0}.list-row{display:flex;align-items:center;gap:12px;min-height:48px;padding:10px 16px;width:100%;text-align:left;font:inherit;color:var(--label);text-decoration:none;background:transparent;border:0;position:relative}.list-row+.list-row:before{content:"";position:absolute;left:16px;right:0;top:0;height:1px;background:var(--sep)}.list-row.has-icon+.list-row:before{left:56px}.list-row-tappable{cursor:pointer}.list-row-tappable:active{background:var(--fill)}.row-icon{width:28px;height:28px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;color:var(--tint);flex:0 0 auto}.row-icon svg{width:22px;height:22px}.row-text{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:1px}.row-title{font-size:17px;line-height:1.3}.row-subtitle{font-size:13px;color:var(--label-2);line-height:1.3}.row-trailing{color:var(--label-2);font-size:15px;font-variant-numeric:tabular-nums;display:inline-flex;align-items:center;gap:6px;flex:0 0 auto}.row-chevron{color:var(--fill-3);display:inline-flex;margin-right:-6px;flex:0 0 auto}.list-row-destructive .row-title,.list-row-destructive .row-icon{color:var(--red)}.list-row-tint .row-title{color:var(--tint)}.segmented{display:inline-flex;background:var(--fill);border-radius:10px;padding:2px;gap:2px;-webkit-user-select:none;user-select:none}.segmented-item{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;cursor:pointer;font:inherit;font-size:13px;font-weight:600;color:var(--label-2);padding:6px 12px;min-height:30px;border-radius:8px;display:inline-flex;align-items:center;gap:5px;transition:background .15s ease,color .15s ease}.segmented-item svg{width:16px;height:16px}.segmented-item[aria-checked=true]{background:var(--bg-card);color:var(--label);box-shadow:0 1px 3px #0000001f}.empty{text-align:center;padding:40px 20px;color:var(--label-2);display:flex;flex-direction:column;align-items:center}.empty-icon{display:inline-flex;width:64px;height:64px;border-radius:50%;background:var(--fill);color:var(--tint);align-items:center;justify-content:center;margin-bottom:14px}.empty-icon svg{width:30px;height:30px}.empty-error .empty-icon{color:var(--red)}.empty h3{color:var(--label);font-size:20px;letter-spacing:-.015em}.empty-copy{max-width:42ch;margin:8px auto 0;font-size:15px}.empty-action{margin-top:18px}.banner{padding:11px 14px;border-radius:12px;font-size:14px;display:flex;gap:9px;align-items:flex-start;line-height:1.4}.banner-icon{display:inline-flex;margin-top:1px;flex:0 0 auto}.banner-error{background:color-mix(in srgb,var(--red) 12%,var(--bg-card));color:var(--label)}.banner-error .banner-icon{color:var(--red)}.banner-info{background:var(--tint-soft);color:var(--label)}.banner-info .banner-icon{color:var(--tint)}.spinner{width:16px;height:16px;border:2px solid var(--fill-3);border-top-color:var(--tint);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.skeleton{background:linear-gradient(90deg,var(--fill) 25%,var(--fill-2) 50%,var(--fill) 75%);background-size:200% 100%;animation:shimmer 1.3s infinite;border-radius:var(--radius-lg)}@keyframes shimmer{to{background-position:-200% 0}}.toasts{position:fixed;top:calc(var(--safe-top) + 10px);left:0;right:0;z-index:1300;display:flex;flex-direction:column;align-items:center;gap:8px;pointer-events:none;padding:0 16px}.toast{display:inline-flex;align-items:center;gap:8px;background:var(--bg-elevated);color:var(--label);padding:10px 16px;border-radius:999px;font-size:14px;font-weight:600;box-shadow:var(--shadow-lg);border:1px solid var(--sep);animation:toast-in .22s var(--ease);max-width:100%}.toast-icon{display:inline-flex;color:var(--tint)}.toast-error .toast-icon{color:var(--red)}.toast-success .toast-icon{color:var(--green)}@keyframes toast-in{0%{opacity:0;transform:translateY(-10px) scale(.96)}}.chip{display:inline-flex;align-items:center;gap:5px;min-height:36px;padding:6px 14px;border-radius:999px;font-size:14px;font-weight:600;background:var(--fill);color:var(--label-2);border:0}.chip-sm{min-height:28px;padding:3px 10px;font-size:13px}.chip-toggle{cursor:pointer;-webkit-user-select:none;user-select:none;font:inherit;font-size:14px;font-weight:600;transition:transform .12s ease,background .12s ease}.chip-toggle:active{transform:scale(.96)}.chip-toggle[aria-pressed=true]{background:var(--tint);color:var(--on-tint)}.chips{display:flex;flex-wrap:wrap;gap:8px}.chips-sm .chip{min-height:28px;padding:3px 10px;font-size:13px}.score-pill{font-weight:800;font-size:20px;min-width:54px;padding:4px 10px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:var(--fill);color:var(--label);font-variant-numeric:tabular-nums;border-left:4px solid var(--tone, var(--label-3))}.score-word{font-size:13px;font-weight:600}.stat{background:var(--bg-card);border-radius:var(--radius-lg);padding:14px 16px;box-shadow:var(--shadow);min-width:0}.stat-value{font-weight:800;font-size:28px;line-height:1.05;font-variant-numeric:tabular-nums;letter-spacing:-.02em}.stat-label{font-size:13px;font-weight:600;color:var(--label-2);margin-top:4px}.stat-note{font-size:13px;color:var(--label-3);margin-top:3px;overflow:hidden;text-overflow:ellipsis}.tabbar{display:none;position:fixed;left:0;right:0;bottom:0;z-index:950;background:var(--frost);-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border-top:1px solid var(--sep);padding:4px 4px calc(8px + var(--safe-bottom));-webkit-user-select:none;user-select:none}.tab-item{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;cursor:pointer;flex:1 1 0;min-height:49px;padding:4px 2px 0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:var(--label-2);font:inherit;font-size:10.5px;font-weight:600;letter-spacing:.01em;border-radius:10px;transition:transform .12s ease}.tab-item svg{width:26px;height:26px}.tab-item:active{transform:scale(.94)}.tab-item[aria-current=page],.tab-item.is-active{color:var(--tint)}.sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#0a0a0873;display:flex;align-items:flex-end;justify-content:center;animation:fade .2s ease-out}.sheet-backdrop.is-closing{animation:fade-out .2s ease-out forwards}@keyframes fade{0%{opacity:0}}@keyframes fade-out{to{opacity:0}}.sheet{--sheet-w: 620px;background:var(--bg-card);width:100%;max-width:100%;border-radius:var(--radius-xl) var(--radius-xl) 0 0;max-height:calc(100dvh - var(--safe-top) - 12px);display:flex;flex-direction:column;box-shadow:var(--shadow-lg);animation:rise .26s var(--ease);transition:transform .2s var(--ease);padding-bottom:var(--safe-bottom);will-change:transform}.sheet.is-closing{animation:sink .2s ease-in forwards}.sheet-full{height:calc(100dvh - var(--safe-top) - 12px)}@keyframes rise{0%{transform:translateY(100%)}}@keyframes sink{to{transform:translateY(100%)}}.sheet-grab{display:flex;justify-content:center;padding:8px 0 4px;flex:0 0 auto;touch-action:none;cursor:grab}.grabber{width:36px;height:5px;border-radius:999px;background:var(--fill-3);display:block}.sheet-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:4px 16px 10px;flex:0 0 auto}.sheet-head-text{min-width:0;padding-top:6px}.sheet-title{font-size:22px;font-weight:700;letter-spacing:-.02em}.sheet-subtitle{margin:3px 0 0;font-size:14px;color:var(--label-2)}.sheet-close{margin:-4px -8px 0 0;background:var(--fill);color:var(--label-2);width:32px;height:32px;flex:0 0 auto}.sheet-close svg{width:16px;height:16px}.sheet-body{padding:4px 16px 20px;overflow-y:auto;-webkit-overflow-scrolling:touch;flex:1 1 auto;min-height:0;overscroll-behavior:contain}.sheet-footer{padding:10px 16px 6px;border-top:1px solid var(--sep);flex:0 0 auto}.sheet-plain .sheet-body{padding-top:0}@media(min-width:768px){.sheet-backdrop{align-items:center;padding:24px}.sheet{border-radius:var(--radius-xl);max-width:var(--sheet-w);max-height:min(88dvh,860px);padding-bottom:0;animation:pop .2s var(--ease)}.sheet.is-closing{animation:pop-out .16s ease-in forwards}.sheet-full{height:auto}.sheet-grab{display:none}.sheet-head{padding-top:18px}.sheet-body{padding:4px 20px 20px}@keyframes pop{0%{transform:translateY(16px) scale(.98);opacity:0}}@keyframes pop-out{to{transform:translateY(8px) scale(.98);opacity:0}}}.action-sheet{display:flex;flex-direction:column;gap:8px;padding-top:4px}.action-title{font-size:17px;font-weight:700;text-align:center;padding:4px 0 0}.action-message{font-size:14px;color:var(--label-2);text-align:center;margin-bottom:8px}.map-shell{display:grid;grid-template-columns:380px 1fr;height:calc(100dvh - 61px);position:relative}.map-panel{border-right:1px solid var(--sep);background:var(--bg-card);overflow-y:auto;display:flex;flex-direction:column}.map-canvas{position:relative}#map{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--fill)}.map-search{position:sticky;top:0;z-index:5;padding:14px;background:var(--bg-card);border-bottom:1px solid var(--sep)}.brewery-row{display:flex;gap:11px;padding:12px 16px;cursor:pointer;align-items:flex-start;background:none;border:0;width:100%;text-align:left;font:inherit;color:inherit;position:relative;min-height:56px}.brewery-row+.brewery-row:before{content:"";position:absolute;left:38px;right:0;top:0;height:1px;background:var(--sep)}.brewery-row:active{background:var(--fill)}.brewery-row[aria-selected=true]{background:var(--tint-soft)}.brewery-row-name{font-weight:600;font-size:16px;display:block}.brewery-row-meta{font-size:13px;color:var(--label-2);display:block}.brewery-dot{width:11px;height:11px;border-radius:50%;margin-top:6px;flex:0 0 auto;border:2px solid var(--bg-card);box-shadow:0 0 0 1px currentColor}.brewery-row-chev{color:var(--fill-3);align-self:center;margin-left:auto}.legend{display:flex;flex-wrap:wrap;gap:10px 14px;margin-top:10px;font-size:13px;color:var(--label-2)}.legend-item{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.legend-swatch{width:10px;height:10px;border-radius:3px;flex:0 0 auto}.leaflet-container{font:inherit;background:var(--fill)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:var(--bg-card);color:var(--label);box-shadow:var(--shadow-lg);border-radius:12px}.leaflet-popup-content{margin:12px 14px;font-size:14px;line-height:1.4}.leaflet-bar a,.leaflet-control-attribution{background:var(--bg-card)!important;color:var(--label-2)!important}.leaflet-bar a{border-color:var(--sep)!important}.leaflet-touch .leaflet-bar a{width:36px;height:36px;line-height:36px}.leaflet-container a.leaflet-popup-close-button{width:32px;height:32px;font-size:20px;padding:6px 4px 0 0}:root[data-theme=dark] .leaflet-tile-pane{filter:invert(1) hue-rotate(180deg) brightness(.92) contrast(.88) saturate(.7)}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .leaflet-tile-pane{filter:invert(1) hue-rotate(180deg) brightness(.92) contrast(.88) saturate(.7)}}.pin{width:26px;height:26px;border-radius:50% 50% 50% 4px;transform:rotate(-45deg);border:2px solid #fff;box-shadow:var(--shadow);display:grid;place-items:center}.pin span{transform:rotate(45deg);font-size:12px;line-height:1;color:#fff;font-weight:700}.map-float{position:absolute;top:10px;left:10px;right:10px;z-index:600;display:flex;gap:8px;align-items:center}.map-float form{flex:1;display:flex;align-items:center;gap:8px;min-width:0}.map-float .input{background:var(--frost);-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);box-shadow:var(--shadow);padding-left:40px;border-radius:14px}.map-float .search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--label-3);pointer-events:none}.map-float .search-wrap{position:relative;flex:1;min-width:0}.map-float .icon-btn{width:44px;height:44px;border-radius:14px;flex:0 0 auto;background:var(--frost);-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);box-shadow:var(--shadow);color:var(--tint)}.map-sheet{position:absolute;left:0;right:0;bottom:0;z-index:650;background:var(--bg-card);border-radius:var(--radius-xl) var(--radius-xl) 0 0;box-shadow:0 -4px 24px #00000029;display:flex;flex-direction:column;height:40%;transition:height .26s var(--ease);overflow:hidden}.map-sheet.is-peek{height:21%}.map-sheet.is-full{height:calc(100% - 66px)}.map-sheet-head{flex:0 0 auto;padding:0 16px 8px;border-bottom:1px solid var(--sep)}.map-sheet-grab{display:flex;justify-content:center;padding:8px 0 6px;cursor:pointer;background:none;border:0;width:100%;touch-action:manipulation}.map-sheet-title{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.map-sheet-title h2{font-size:17px}.map-sheet-body{flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.map-sheet .legend{margin-top:6px;font-size:12px;gap:6px 12px}.map-credit{font-size:11px;color:var(--label-3);margin-top:6px}.map-credit a{color:inherit}@media(max-width:767px){.main.is-map{padding:0}.map-shell{display:block;position:fixed;left:0;right:0;top:var(--header-h);bottom:var(--tabbar-h);height:auto}.map-panel{display:none}.map-canvas{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.leaflet-container .leaflet-top{top:62px}.leaflet-container .leaflet-right{right:0}.leaflet-control-attribution{display:none}}@media(min-width:768px){.map-float,.map-sheet{display:none}}.chart{width:100%;height:auto;display:block;overflow:visible}.chart-title{font-weight:700;font-size:17px;margin-bottom:2px;letter-spacing:-.01em}.chart-sub{font-size:13px;color:var(--label-2);margin-bottom:12px}.axis-label{font-size:11px;fill:var(--label-2);font-weight:600}.value-label{font-size:11px;fill:var(--label);font-weight:700;font-variant-numeric:tabular-nums}.grid-line{stroke:var(--grid);stroke-width:1}.bar-track{fill:var(--fill)}.bar-hit{fill:transparent;cursor:pointer;outline:none}.chart-dot{cursor:pointer;outline:none}.tooltip{position:fixed;z-index:1200;pointer-events:none;background:var(--bg-elevated);color:var(--label);border:1px solid var(--sep);border-radius:10px;padding:7px 10px;font-size:13px;box-shadow:var(--shadow-lg);white-space:nowrap}.tooltip b{font-variant-numeric:tabular-nums}.badge-card{display:flex;gap:12px;align-items:flex-start;padding:14px;border-radius:var(--radius-lg);background:var(--bg-card);box-shadow:var(--shadow)}.badge-card.is-locked{opacity:.62}.badge-icon{font-size:28px;line-height:1;filter:grayscale(1);width:40px;text-align:center;flex:0 0 auto}.badge-card:not(.is-locked) .badge-icon{filter:none}.badge-name{font-weight:600;font-size:16px}.badge-blurb{font-size:13px;color:var(--label-2)}.progress{height:5px;background:var(--fill-2);border-radius:999px;overflow:hidden;margin-top:7px}.progress-fill{height:100%;background:var(--tint);border-radius:999px}.chat{display:flex;flex-direction:column;flex:1 1 auto;min-height:0}.chat-log{flex:1 1 auto;overflow-y:auto;padding:4px 0 12px;display:flex;flex-direction:column;gap:10px;-webkit-overflow-scrolling:touch}.msg{max-width:84%;padding:10px 14px;border-radius:17px;font-size:15px;white-space:pre-wrap;line-height:1.45;-webkit-user-select:text;user-select:text;overflow-wrap:anywhere}.msg-user{align-self:flex-end;background:var(--tint);color:var(--on-tint);border-bottom-right-radius:5px}.msg-bot{align-self:flex-start;background:var(--fill);border-bottom-left-radius:5px}.typing{display:inline-flex;gap:4px;align-items:center;height:18px}.typing span{width:7px;height:7px;border-radius:50%;background:var(--label-3);animation:typing 1.2s infinite ease-in-out}.typing span:nth-child(2){animation-delay:.15s}.typing span:nth-child(3){animation-delay:.3s}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-4px);opacity:1}}.composer{display:flex;gap:8px;align-items:flex-end;padding:8px 12px calc(8px + var(--safe-bottom));background:var(--frost);-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border-top:1px solid var(--sep)}.composer .textarea{min-height:40px;max-height:132px;resize:none;padding:9px 14px;border-radius:20px;line-height:1.4;font-size:16px;overflow-y:auto}.send-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;cursor:pointer;width:34px;height:34px;border-radius:50%;flex:0 0 auto;margin-bottom:3px;background:var(--tint);color:var(--on-tint);display:inline-flex;align-items:center;justify-content:center;transition:transform .12s ease,opacity .12s ease}.send-btn:active{transform:scale(.94)}.send-btn:disabled{opacity:.35;cursor:not-allowed}.send-btn svg{width:20px;height:20px}.send-btn.is-stop{background:var(--fill-2);color:var(--label)}.prompt-suggestions{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.prompt-suggestions .chip{text-align:left;white-space:normal;line-height:1.3;font-weight:500}@media(max-width:767px){.main.is-chat{padding-bottom:0}.chat{flex:1 1 auto}.chat-log{padding-bottom:8px}.composer{position:fixed;left:0;right:0;bottom:calc(var(--tabbar-h) + var(--kb));z-index:940;padding-bottom:8px}.chat-spacer{height:68px;flex:0 0 auto}}@media(min-width:768px){.chat{height:min(70vh,680px);background:var(--bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:16px 16px 0}.composer{margin:0 -16px;border-radius:0 0 var(--radius-lg) var(--radius-lg);padding-bottom:12px}.chat-spacer{display:none}}.list-reset{list-style:none;margin:0;padding:0}.divider{height:1px;background:var(--sep);border:0;margin:16px 0}.muted{color:var(--label-3)}.secondary{color:var(--label-2)}.tabular{font-variant-numeric:tabular-nums}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.meta-line{display:flex;flex-wrap:wrap;gap:4px 10px;font-size:13px;color:var(--label-2);align-items:center}.meta-line svg{width:14px;height:14px;vertical-align:-2px;margin-right:3px}.card-actions{display:flex;gap:8px;margin-top:14px;align-items:center;flex-wrap:wrap}.card-title{font-size:17px;font-weight:600;letter-spacing:-.01em}.card-sub{color:var(--label-2);font-size:14px;margin:2px 0 0}.card-text{color:var(--label-2);font-size:15px;line-height:1.5;margin:12px 0 0}.num-badge{font-weight:800;font-size:22px;font-variant-numeric:tabular-nums;letter-spacing:-.02em}.table{width:100%;border-collapse:collapse;font-size:14px}.table th,.table td{text-align:left;padding:9px 10px;border-bottom:1px solid var(--sep)}.table th{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:var(--label-2);font-weight:600}.table td.num,.table th.num{text-align:right;font-variant-numeric:tabular-nums}.scan-cta{border:1.5px dashed var(--tint);color:var(--tint-strong);background:var(--tint-soft);font-weight:600}.scan-drop{text-align:center;padding:28px 20px;border:1.5px dashed var(--sep-strong);border-radius:var(--radius-lg);background:var(--bg-card)}.scan-preview{border-radius:var(--radius-lg);overflow:hidden;margin-bottom:16px;background:var(--fill);max-height:320px;display:grid;place-items:center}.scan-preview img{max-width:100%;max-height:320px;display:block;object-fit:contain}.scan-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px 14px;margin-top:10px}.scan-fact .label{margin-bottom:1px}.haze-scale{position:relative;height:12px;border-radius:999px;margin-top:6px;background:linear-gradient(90deg,#cde2fb,#86b6ef,#2a78d6 70%,#104281)}.haze-fill{display:none}.haze-marker{position:absolute;top:50%;width:4px;height:20px;background:var(--label);border:2px solid var(--bg-card);border-radius:3px;transform:translate(-50%,-50%);box-shadow:var(--shadow)}.haze-ends{display:flex;justify-content:space-between;font-size:11px;color:var(--label-3);margin-top:5px;text-transform:uppercase;letter-spacing:.05em;font-weight:700}.source-list{margin-top:10px;display:grid;gap:6px}.source-list li{font-size:14px}.source-list a{color:var(--label-2);word-break:break-word}.watch-card{display:flex;gap:12px;align-items:flex-start;flex-wrap:wrap}.find-card{border-left:4px solid var(--sep-strong)}.find-card.is-confirmed{border-left-color:var(--good)}.find-card.is-likely{border-left-color:var(--series-1)}.find-card.is-rumour{border-left-color:var(--warning)}.find-meta{display:flex;flex-wrap:wrap;gap:6px 12px;align-items:center;font-size:13px;color:var(--label-2);margin-top:6px}.find-meta svg{width:14px;height:14px;vertical-align:-2px;margin-right:3px}@media(max-width:767px){.tabbar{display:flex}.main{padding:calc(var(--safe-top) + 14px) var(--gutter) calc(var(--tabbar-h) + 20px)}.main.is-map{padding:0}.main.is-chat{padding-bottom:var(--tabbar-h);min-height:100dvh}.page-head{flex-direction:column;align-items:stretch;margin-bottom:14px}.page-head-text{flex-basis:auto}.page-head-action{width:100%}.page-head-action .btn{width:100%;min-height:50px;font-size:17px}.page-head-action .btn:not(.btn-primary){min-height:44px;font-size:15px}.card{padding:14px}.card-actions .btn-sm{flex:1 1 auto}.row>*{flex-basis:100%}.row.row-keep>*{flex-basis:120px}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.grid-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.stat-value{font-size:26px}.main.is-map+.tabbar{box-shadow:none}}@media(min-width:768px){.topbar{display:flex}.compact-header,.tabbar,.brand-sub{display:none}}@media(min-width:1400px){.brand-sub{display:inline}}@media(max-width:1240px)and (min-width:768px){.nav-item{padding:7px 9px;font-size:13px;gap:5px}.topbar{gap:8px}}@media(max-width:1080px)and (min-width:768px){.nav-item span.nav-label{display:none}.nav-item svg{width:20px;height:20px}.nav-item{padding:7px 8px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.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;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.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{max-width:none!important;max-height:none!important;width:auto;padding:0}.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:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.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{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.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;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;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{-webkit-transition:none;-moz-transition:none;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{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 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-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.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-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.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{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;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:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;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{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.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{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.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{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.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{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;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{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
