:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--page:#f2f6f4;--surface:#fff;--surface-2:#f6faf8;--inset:#eef5f2;--ink:#10221d;--ink-2:#45564f;--muted:#5f736c;--line:#dde7e3;--line-soft:#e9f0ed;--brand:#0d7a5f;--brand-ink:#0a6650;--brand-wash:#e7f4ef;--on-brand:#fff;--band:#103b31;--band-2:#0c2e26;--band-ink:#fff;--band-muted:#a8ccc0;--good:#0a6b3d;--good-wash:#e4f5ea;--warn:#8a5a00;--warn-wash:#fdf3df;--crit:#a3312f;--crit-wash:#fbeae7;--chart-line:#0d7a5f;--chart-grid:#e3ebe8;--chart-wash:#0d7a5f1f;--ring:#0d7a5f52;--shadow-sm:0 1px 2px #10221d0f;--shadow:0 4px 16px #10221d14;--shadow-lg:0 12px 32px #10221d29;--r-xs:6px;--r-sm:10px;--r:14px;--r-lg:18px;--r-full:999px;--font:system-ui, -apple-system, "Segoe UI", "Microsoft YaHei UI", "PingFang SC", "Noto Sans CJK SC", sans-serif;color:var(--ink);background:var(--page);font-family:var(--font);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased}@media (prefers-color-scheme:dark){:root:where(:not([data-theme=light])){--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--page:#0f1614;--surface:#171f1d;--surface-2:#1c2523;--inset:#202b28;--ink:#eaf2ef;--ink-2:#b7c6c1;--muted:#93a5a0;--line:#28322f;--line-soft:#222c29;--brand:#4fd1a5;--brand-ink:#6fdcb6;--brand-wash:#4fd1a521;--on-brand:#06231b;--band:#12312a;--band-2:#0d2721;--band-muted:#9dc4b8;--good:#5fd98a;--good-wash:#5fd98a24;--warn:#ffc94d;--warn-wash:#ffc94d21;--crit:#ff8f85;--crit-wash:#ff8f8521;--chart-line:#4fd1a5;--chart-grid:#28322f;--chart-wash:#4fd1a529;--ring:#4fd1a566;--shadow-sm:0 1px 2px #0006;--shadow:0 4px 16px #00000073;--shadow-lg:0 12px 32px #0000008c}}*{box-sizing:border-box}html{background:var(--page);min-width:320px}body{background:var(--page);min-width:320px;min-height:100vh;color:var(--ink);font-family:var(--font);margin:0}button,input,select{font:inherit;color:inherit}button{cursor:pointer}button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:var(--r-xs)}h1,h2,h3,p{margin-top:0}h1,h2,h3{overflow-wrap:anywhere;letter-spacing:-.01em}svg{flex:none}.app-shell{background:var(--page);min-height:100vh}.page-frame{background:var(--page);width:min(100%,760px);min-height:100vh;margin:0 auto}.dashboard,.detail-page{padding:max(20px, env(safe-area-inset-top)) 16px calc(104px + env(safe-area-inset-bottom))}.utility-label{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;margin:0;font-size:12px;font-weight:600}.coordinate-line{color:var(--muted);font-variant-numeric:tabular-nums;margin:0;font-size:12px;line-height:1.5}.section-heading,.location-header,.page-header,.decision-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.section-heading h2{margin:3px 0 0;font-size:18px;font-weight:700;line-height:1.3}.source-note,.detail-intro{color:var(--muted);margin:12px 0 0;font-size:12px;line-height:1.65}.icon-text-button,.text-button,.icon-button,.primary-button,.state-banner button{border:1px solid var(--line);border-radius:var(--r-full);background:var(--surface);min-height:44px;box-shadow:var(--shadow-sm);justify-content:center;align-items:center;gap:7px;padding:9px 14px;font-size:14px;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.icon-text-button:hover,.icon-button:hover,.state-banner button:hover{border-color:var(--brand);color:var(--brand)}.text-button{min-height:36px;box-shadow:none;color:var(--brand);border-radius:var(--r-sm);background:0 0;border:0;padding:6px 10px}.text-button:hover{background:var(--brand-wash)}.icon-button{width:44px;height:44px;padding:0}.primary-button{background:var(--brand);border-color:var(--brand);color:var(--on-brand);box-shadow:var(--shadow)}.primary-button:hover{background:var(--brand-ink);border-color:var(--brand-ink)}.location-header{min-height:72px;margin-bottom:6px}.location-header h1,.page-header h1{margin:4px 0;font-size:26px;font-weight:750;line-height:1.2}.location-header h1{font-size:27px}.day-strip{scrollbar-width:none;scroll-snap-type:x proximity;grid-auto-columns:minmax(72px,1fr);grid-auto-flow:column;gap:8px;margin:4px -16px 18px;padding:4px 16px;display:grid;overflow-x:auto}.day-strip::-webkit-scrollbar{display:none}.day-cell{text-align:center;background:var(--surface);border:1px solid var(--line);border-radius:var(--r);min-height:92px;box-shadow:var(--shadow-sm);scroll-snap-align:start;align-content:center;gap:2px;padding:12px 6px;transition:border-color .15s,transform .15s;display:grid;position:relative}.day-cell:hover{border-color:var(--brand)}.day-cell>span{color:var(--muted);font-size:12px;font-weight:600}.day-cell strong{letter-spacing:-.02em;font-size:22px;font-weight:700;line-height:1.15}.day-cell small{color:var(--muted);font-size:11px}.day-cell.is-selected{border-color:var(--brand);box-shadow:0 0 0 2px var(--ring), var(--shadow)}.day-cell.is-selected>span{color:var(--brand)}.day-best-flag{background:var(--brand);color:var(--on-brand);border-radius:var(--r-full);white-space:nowrap;padding:2px 8px;font-size:10px;font-weight:700;position:absolute;top:-7px;left:50%;transform:translate(-50%)}.day-cell.is-best{border-color:var(--brand)}.day-dot{border-radius:50%;width:6px;height:6px;margin:3px auto 0;display:block}.day-dot.tone-good{background:var(--good)}.day-dot.tone-warn{background:var(--warn)}.day-dot.tone-crit{background:var(--crit)}.day-dot.tone-none{background:var(--line)}.selected-date-note{color:var(--muted);margin:-8px 0 14px;font-size:12px}.decision-band{color:var(--band-ink);background:linear-gradient(160deg, var(--band) 0%, var(--band-2) 100%);border-radius:var(--r-lg);box-shadow:var(--shadow);padding:20px;position:relative;overflow:hidden}.decision-band:after{content:"";pointer-events:none;background:radial-gradient(120% 90% at 88% -20%,#ffffff1a,#0000 62%);position:absolute;inset:0}.decision-band.is-blocked{background:linear-gradient(160deg,#5a2f28 0%,#3f211c 100%)}.decision-heading{z-index:1;align-items:flex-start;position:relative}.decision-heading p{color:var(--band-muted);letter-spacing:.04em;text-transform:uppercase;margin:0 0 6px;font-size:12px;font-weight:600}.decision-heading h2{color:var(--band-ink);font-variant-numeric:tabular-nums;letter-spacing:-.01em;margin:0;font-size:25px;font-weight:700;line-height:1.25}.decision-note{z-index:1;color:#d9eae4;margin:14px 0 0;font-size:13px;line-height:1.6;position:relative}.decision-tags{z-index:1;flex-wrap:wrap;gap:6px;margin-top:14px;display:flex;position:relative}.decision-tags span{border-radius:var(--r-full);background:#ffffff21;border:1px solid #ffffff1a;padding:5px 10px;font-size:11px;line-height:1.35}.score-breakdown-wrap{flex:none;position:relative}.score-disc{width:72px;height:72px;color:var(--band-ink);background:0 0;border:0;border-radius:50%;place-items:center;padding:0;display:grid;position:relative}.score-disc svg{width:72px;height:72px;position:absolute;inset:0;transform:rotate(-90deg)}.score-ring-track{fill:none;stroke:#fff3;stroke-width:5px}.score-ring-value{fill:none;stroke:#7fe3bd;stroke-width:5px;stroke-linecap:round;transition:stroke-dashoffset .5s}.score-disc>div{place-items:center;display:grid;position:relative}.score-disc strong{font-size:23px;font-weight:700;line-height:1}.score-disc span{color:var(--band-muted);margin-top:1px;font-size:10px}.score-breakdown{z-index:4;width:min(320px,100vw - 44px);color:var(--ink);background:var(--surface);border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--shadow-lg);padding:16px;position:absolute;top:82px;right:0}.score-breakdown>strong{font-size:14px}.score-breakdown>p{color:var(--muted);margin:4px 0 10px;font-size:11px}.score-line{border-top:1px solid var(--line-soft);grid-template-columns:1fr auto;gap:3px 10px;padding:9px 0;font-size:12px;display:grid}.score-line b{font-variant-numeric:tabular-nums}.score-line b.is-plus{color:var(--good)}.score-line b.is-minus{color:var(--crit)}.score-line small{color:var(--muted);grid-column:1/-1;line-height:1.55}.score-total{border-top:1px solid var(--line);justify-content:space-between;margin-top:10px;padding-top:10px;font-size:13px;font-weight:600;display:flex}.score-breakdown>small{color:var(--muted);margin-top:10px;font-size:11px;line-height:1.6;display:block}.weather-section,.section-block,.tide-preview,.tide-detail-band,.coordinate-form{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--shadow-sm);margin-top:16px;padding:18px}.section-heading{align-items:flex-end;margin-bottom:14px}.weather-lead{align-items:center;gap:14px;padding-bottom:4px;display:flex}.weather-lead>svg{color:var(--brand)}.weather-lead>div{min-width:0;display:grid}.weather-lead strong{letter-spacing:-.03em;font-size:40px;font-weight:700;line-height:1}.weather-lead span{color:var(--muted);margin-top:6px;font-size:13px;line-height:1.5}.metric-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:16px;display:grid}.metric-grid>div{background:var(--inset);border-radius:var(--r-sm);grid-template-columns:1fr;align-content:start;gap:5px;min-height:84px;padding:12px;display:grid}.metric-grid>div>svg{color:var(--brand)}.metric-grid span{min-width:0;color:var(--muted);font-size:11px;line-height:1.35}.metric-grid strong{color:var(--ink);overflow-wrap:anywhere;font-variant-numeric:tabular-nums;font-size:14px;font-weight:650;line-height:1.3}.hourly-mini{border-top:1px solid var(--line-soft);grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:16px;padding-top:16px;display:grid}.hourly-mini>div{text-align:center;background:var(--surface-2);border:1px solid var(--line-soft);border-radius:var(--r-sm);gap:3px;min-width:0;padding:10px 6px;display:grid}.hourly-mini span{color:var(--brand);font-variant-numeric:tabular-nums;font-size:11px;font-weight:700}.hourly-mini strong{overflow-wrap:anywhere;font-size:12px;font-weight:650;line-height:1.35}.hourly-mini small{color:var(--muted);font-size:10px;line-height:1.4}.reason-list{gap:0;display:grid}.reason-row{border-top:1px solid var(--line-soft);grid-template-columns:34px minmax(0,1fr);gap:12px;padding:14px 0;display:grid}.reason-row:first-child{border-top:0;padding-top:2px}.reason-index{background:var(--brand-wash);border-radius:var(--r-sm);width:32px;height:32px;color:var(--brand-ink);font-variant-numeric:tabular-nums;place-items:center;font-size:11px;font-weight:700;display:grid}.reason-row h3{margin:0;font-size:14px;font-weight:650}.reason-row p{color:var(--ink-2);margin:6px 0 0;font-size:13px;line-height:1.6}.reason-row small{color:var(--muted);margin-top:7px;font-size:11px;line-height:1.5;display:block}.tide-spark,.tide-detail-chart{touch-action:pan-y;width:100%;display:block}.tide-spark{height:150px}.tide-detail-chart{height:168px}.tide-grid-line{stroke:var(--chart-grid);stroke-width:1px}.tide-area{fill:var(--chart-wash)}.tide-line{fill:none;stroke:var(--chart-line);stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.tide-dot{fill:var(--chart-line);stroke:var(--surface);stroke-width:2px}.tide-dot.is-active{fill:var(--chart-line);stroke:var(--surface);stroke-width:2.5px}.tide-axis-label{fill:var(--muted);font-variant-numeric:tabular-nums;font-size:10px}.tide-crosshair{stroke:var(--chart-line);stroke-width:1px;stroke-dasharray:3 3;opacity:.55}.tide-extreme-label{fill:var(--ink);font-variant-numeric:tabular-nums;font-size:10px;font-weight:700}.empty-inline{text-align:center;color:var(--muted);padding:32px 12px;font-size:13px}.bottom-nav{z-index:1000;width:min(100%,760px);padding:8px 10px max(10px, env(safe-area-inset-bottom));background:color-mix(in srgb, var(--surface) 88%, transparent);border-top:1px solid var(--line);-webkit-backdrop-filter:saturate(180%)blur(14px);backdrop-filter:saturate(180%)blur(14px);grid-template-columns:repeat(5,1fr);gap:4px;display:grid;position:fixed;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 -4px 20px #10221d12}.bottom-nav button{border-radius:var(--r-sm);min-width:0;min-height:52px;color:var(--muted);background:0 0;border:0;align-content:center;place-items:center;gap:3px;font-size:11px;font-weight:600;transition:color .15s,background .15s;display:grid}.bottom-nav button svg{width:22px;height:22px}.bottom-nav button:hover{color:var(--brand)}.bottom-nav button.is-active{color:var(--brand);background:var(--brand-wash);font-weight:700}.page-header{justify-content:flex-start;min-height:60px;margin-bottom:8px}.page-header h1{font-size:23px}.detail-intro{margin-bottom:14px}.hourly-table-wrap{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);width:100%;box-shadow:var(--shadow-sm);overflow-x:auto}.hourly-table{border-collapse:collapse;font-variant-numeric:tabular-nums;width:max-content;min-width:100%;font-size:12px}.hourly-table th,.hourly-table td{text-align:left;white-space:nowrap;border-bottom:1px solid var(--line-soft);height:46px;padding:8px 12px}.hourly-table thead th{z-index:2;background:var(--surface-2);color:var(--muted);letter-spacing:.03em;font-size:11px;font-weight:600;position:sticky;top:0}.hourly-table tbody th{z-index:1;background:var(--surface);font-weight:650;position:sticky;left:0}.hourly-table tbody tr:hover td,.hourly-table tbody tr:hover th{background:var(--surface-2)}.hourly-table tbody tr:last-child th,.hourly-table tbody tr:last-child td{border-bottom:0}.hourly-table td svg{vertical-align:-3px;color:var(--muted);display:inline}.status-text{border-radius:var(--r-full);align-items:center;gap:5px;padding:3px 9px;font-size:11px;font-weight:700;display:inline-flex}.risk-green{color:var(--good);background:var(--good-wash)}.risk-yellow{color:var(--warn);background:var(--warn-wash)}.risk-red,.risk-unknown{color:var(--crit);background:var(--crit-wash)}.tide-phase{font-weight:650}.empty-state{text-align:center;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--shadow-sm);margin-top:16px;padding:56px 24px}.empty-state svg{color:var(--muted)}.empty-state h2{margin:14px 0 8px;font-size:19px;font-weight:700}.empty-state p{max-width:420px;color:var(--muted);margin:0 auto;font-size:13px;line-height:1.65}.calendar-rail,.tide-date-rail{scrollbar-width:none;grid-auto-columns:minmax(78px,1fr);grid-auto-flow:column;gap:8px;margin:0 -18px 14px;padding:4px 18px;display:grid;overflow-x:auto}.calendar-rail::-webkit-scrollbar{display:none}.tide-date-rail::-webkit-scrollbar{display:none}.tide-date-rail button{background:var(--inset);border-radius:var(--r-sm);text-align:center;border:1px solid #0000;gap:3px;min-width:78px;padding:12px 6px;display:grid}.tide-date-rail button:hover{border-color:var(--brand)}.tide-date-rail button.is-selected{background:var(--brand-wash);border-color:var(--brand)}.tide-date-rail span{color:var(--muted);font-variant-numeric:tabular-nums;font-size:11px}.tide-date-rail strong{font-size:14px;font-weight:700}.tide-date-rail small{color:var(--muted);font-size:10px}.tide-date-rail button.is-selected strong{color:var(--brand-ink)}.tide-chart-shell{margin-top:6px;position:relative}.tide-point-buttons{pointer-events:none;position:absolute;inset:0 2% 20px 8%}.tide-point-button{pointer-events:auto;background:0 0;border:0;border-radius:50%;width:26px;height:26px;position:absolute;transform:translate(-50%,-50%)}.tide-point-button:focus-visible{background:var(--ring)}.tide-extrema-grid{grid-template-columns:1fr 1fr;gap:8px;margin-top:14px;display:grid}.tide-extrema-grid>div{background:var(--inset);border-radius:var(--r-sm);gap:4px;padding:12px;display:grid}.tide-extrema-grid>div>svg{color:var(--brand)}.tide-extrema-grid span{color:var(--muted);font-size:11px}.tide-extrema-grid strong{font-variant-numeric:tabular-nums;font-size:15px;font-weight:700}.tide-selected{background:var(--brand-wash);border-left:3px solid var(--brand);border-radius:0 var(--r-sm) var(--r-sm) 0;gap:5px;margin-top:12px;padding:14px;display:grid}.tide-selected strong{font-variant-numeric:tabular-nums;font-size:13px}.tide-selected span{color:var(--ink-2);font-variant-numeric:tabular-nums;font-size:12px}.tide-selected small{color:var(--muted);font-size:11px}.tide-hourly{padding-bottom:12px}.extrema-list{gap:8px;margin-top:12px;display:grid}.extrema-list>div{background:var(--inset);border-radius:var(--r-sm);grid-template-columns:22px 1fr auto;align-items:center;gap:9px;padding:12px;font-size:13px;display:grid}.extrema-list strong{font-variant-numeric:tabular-nums}.disclosure{background:var(--warn-wash);color:var(--warn);border-radius:var(--r);grid-template-columns:22px 1fr;gap:10px;margin-top:16px;padding:14px 16px;display:grid}.disclosure>svg{margin-top:1px}.disclosure strong{font-size:13px}.disclosure p{margin:5px 0 0;font-size:11px;line-height:1.65}.map-shell{background:var(--inset);border:1px solid var(--line);border-radius:var(--r-lg);height:340px;box-shadow:var(--shadow-sm);margin-top:16px;position:relative;overflow:hidden}.leaflet-map{z-index:1;width:100%;height:100%}.map-loading{z-index:400;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-sm);width:36px;height:36px;box-shadow:var(--shadow-sm);color:var(--brand);pointer-events:none;place-items:center;display:grid;position:absolute;top:12px;left:12px}.map-loading span{display:none}.map-coordinate{z-index:500;color:#fff;border-radius:var(--r-full);min-width:max-content;box-shadow:var(--shadow);font-variant-numeric:tabular-nums;pointer-events:none;background:#0c2e26ed;align-items:center;gap:6px;padding:8px 12px;font-size:12px;font-weight:600;display:flex;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.coordinate-form{gap:12px;display:grid}.coordinate-form>div{grid-template-columns:1fr 1fr;gap:10px;display:grid}.coordinate-form label{color:var(--muted);gap:6px;font-size:12px;font-weight:600;display:grid}.coordinate-form input{width:100%;min-width:0;height:46px;color:var(--ink);background:var(--surface-2);border:1px solid var(--line);border-radius:var(--r-sm);font-variant-numeric:tabular-nums;padding:0 12px;font-size:15px}.coordinate-form input:focus{border-color:var(--brand);background:var(--surface)}.field-error{color:var(--crit);background:var(--crit-wash);border-radius:var(--r-sm);align-items:center;gap:7px;margin:0;padding:10px 12px;font-size:12px;line-height:1.5;display:flex}.location-list{margin-top:16px}.location-list .section-heading{margin-bottom:10px}.location-list>button{text-align:left;background:var(--surface);border:1px solid var(--line);border-radius:var(--r);width:100%;min-height:68px;box-shadow:var(--shadow-sm);grid-template-columns:38px 1fr auto;align-items:center;gap:12px;margin-top:8px;padding:12px 14px;transition:border-color .15s;display:grid}.location-list>button:hover{border-color:var(--brand)}.location-list>button.is-current{border-color:var(--brand);background:var(--brand-wash)}.location-pin{background:var(--brand-wash);border-radius:var(--r-sm);width:38px;height:38px;color:var(--brand-ink);place-items:center;display:grid}.location-list>button>span{gap:3px;min-width:0;display:grid}.location-list strong{font-size:15px;font-weight:650}.location-list small{color:var(--muted);font-variant-numeric:tabular-nums;font-size:12px}.location-current-flag{background:var(--brand);color:var(--on-brand);border-radius:var(--r-full);white-space:nowrap;padding:4px 10px;font-size:11px;font-weight:700}.plan-header{align-items:center}.plan-location{color:var(--brand-ink);background:var(--brand-wash);border-radius:var(--r-full);white-space:nowrap;align-items:center;gap:5px;padding:7px 10px;font-size:12px;font-weight:700;display:inline-flex}.plan-hero{color:var(--band-ink);background:var(--band);border-radius:var(--r-lg);box-shadow:var(--shadow);margin-top:8px;padding:20px}.plan-hero-top{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.plan-hero-top .utility-label{color:var(--band-muted)}.plan-hero-top h2{color:var(--band-ink);margin:4px 0 0;font-size:23px;line-height:1.25}.plan-hero-top>svg{color:#7fe3bd}.plan-hero>p{color:#d9eae4;margin:14px 0 0;font-size:13px;line-height:1.7}.plan-hero-tags{flex-wrap:wrap;gap:6px;margin-top:14px;display:flex}.plan-hero-tags span{color:#d9eae4;border-radius:var(--r-full);background:#ffffff1f;border:1px solid #ffffff1f;align-items:center;gap:5px;padding:5px 9px;font-size:11px;display:inline-flex}.plan-tabs{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--shadow-sm);grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;margin-top:16px;padding:5px;display:grid}.plan-tabs button{min-width:0;min-height:52px;color:var(--muted);border-radius:var(--r-sm);background:0 0;border:0;align-content:center;place-items:center;gap:4px;padding:6px 4px;font-size:11px;font-weight:650;display:grid}.plan-tabs button svg{color:currentColor}.plan-tabs button:hover,.plan-tabs button.is-active{color:var(--brand-ink);background:var(--brand-wash)}.plan-section{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--shadow-sm);margin-top:12px;padding:18px}.plan-section>.section-heading{margin-bottom:14px}.plan-section>.section-heading>svg{color:var(--brand)}.choice-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.choice-grid button{text-align:left;background:var(--inset);border-radius:var(--r-sm);border:1px solid #0000;align-content:center;gap:5px;min-width:0;min-height:88px;padding:12px;display:grid;position:relative}.choice-grid button:hover{border-color:var(--brand)}.choice-grid button.is-selected{background:var(--brand-wash);border-color:var(--brand);box-shadow:0 0 0 2px var(--ring)}.choice-grid strong{font-size:14px}.choice-grid span{color:var(--muted);font-size:11px;line-height:1.4}.choice-grid small{color:var(--brand-ink);font-size:10px;font-weight:700}.plan-recommendation{background:var(--brand-wash);border-left:3px solid var(--brand);border-radius:0 var(--r-sm) var(--r-sm) 0;margin-top:12px;padding:13px 14px}.plan-recommendation strong{font-size:13px}.plan-recommendation p{color:var(--ink-2);margin:5px 0 0;font-size:13px;line-height:1.6}.plan-split-heading{margin-top:22px}.plan-split-heading h3{margin:3px 0 0;font-size:16px}.drift-steps{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:12px;display:grid}.drift-steps>div{background:var(--inset);border-radius:var(--r-sm);align-content:start;gap:4px;min-width:0;padding:12px;display:grid}.drift-steps b{color:var(--brand);font-variant-numeric:tabular-nums;font-size:11px}.drift-steps strong{font-size:13px}.drift-steps span{color:var(--muted);font-size:11px;line-height:1.5}.plan-note{color:var(--brand-ink);background:var(--brand-wash);border-radius:var(--r-sm);grid-template-columns:20px minmax(0,1fr);gap:9px;margin-top:14px;padding:12px 13px;display:grid}.plan-note>svg{margin-top:2px}.plan-note strong{font-size:12px}.plan-note p{color:var(--ink-2);margin:4px 0 0;font-size:11px;line-height:1.55}.plan-note-warn{color:var(--warn);background:var(--warn-wash)}.segmented-control{background:var(--inset);border-radius:var(--r-sm);grid-template-columns:1fr 1fr;gap:5px;padding:4px;display:grid}.segmented-control button{min-height:40px;color:var(--muted);background:0 0;border:0;border-radius:7px;padding:8px 10px;font-size:12px;font-weight:650}.segmented-control button:hover,.segmented-control button.is-selected{color:var(--brand-ink);background:var(--surface);box-shadow:var(--shadow-sm)}.toggle-row{border:1px solid var(--line-soft);border-radius:var(--r-sm);justify-content:space-between;align-items:center;gap:12px;margin-top:12px;padding:11px 12px;display:flex}.toggle-row>div{gap:3px;display:grid}.toggle-row strong{font-size:13px}.toggle-row span{color:var(--muted);font-size:11px}.switch{border-radius:var(--r-full);background:var(--line);border:0;flex:none;width:44px;height:26px;padding:3px;transition:background .15s;position:relative}.switch>span{background:var(--surface);width:20px;height:20px;box-shadow:var(--shadow-sm);border-radius:50%;transition:transform .15s;display:block}.switch.is-on{background:var(--brand)}.switch.is-on>span{transform:translate(18px)}.rig-table{border-top:1px solid var(--line-soft);margin-top:12px;display:grid}.rig-table>div{border-bottom:1px solid var(--line-soft);grid-template-columns:minmax(88px,.7fr) minmax(0,1.3fr);gap:12px;padding:11px 0;display:grid}.rig-table span{color:var(--muted);font-size:12px}.rig-table strong{overflow-wrap:anywhere;min-width:0;font-size:13px;font-weight:650}.rig-target{grid-template-columns:1fr 1fr;gap:8px;margin-top:12px;display:grid}.rig-target>div{background:var(--inset);border-radius:var(--r-sm);grid-template-columns:20px 1fr;gap:7px;padding:11px;display:grid}.rig-target svg{color:var(--brand)}.rig-target strong{font-size:12px}.rig-target span{color:var(--muted);grid-column:2;font-size:11px;line-height:1.45}.packing-actions{gap:2px;display:flex}.packing-actions .text-button{padding-inline:7px}.packing-progress{grid-template-columns:auto 1fr;align-items:center;gap:12px;margin-bottom:16px;display:grid}.packing-progress>div:first-child{white-space:nowrap;align-items:baseline;gap:5px;display:flex}.packing-progress strong{color:var(--brand-ink);font-variant-numeric:tabular-nums;font-size:18px}.packing-progress span{color:var(--muted);font-size:11px}.progress-track{background:var(--inset);border-radius:var(--r-full);height:8px;overflow:hidden}.progress-track>span{background:var(--brand);border-radius:inherit;height:100%;transition:width .2s;display:block}.packing-group+.packing-group{margin-top:20px}.packing-group h3{margin:0 0 8px;font-size:14px}.packing-item{text-align:left;border:0;border-top:1px solid var(--line-soft);background:0 0;grid-template-columns:24px minmax(0,1fr);align-items:start;gap:9px;width:100%;min-width:0;padding:11px 0;display:grid}.packing-item:hover strong{color:var(--brand-ink)}.packing-check{color:var(--muted)}.packing-item.is-checked .packing-check{color:var(--brand)}.packing-item.is-checked strong{color:var(--muted);text-decoration:line-through}.packing-item>span:last-child{gap:3px;min-width:0;display:grid}.packing-item strong{font-size:13px;line-height:1.4}.packing-item small{color:var(--muted);font-size:11px;line-height:1.5}.catch-grid{gap:10px;display:grid}.catch-grid article{background:var(--inset);border-radius:var(--r-sm);grid-template-columns:34px minmax(0,1fr);gap:10px;padding:13px;display:grid}.catch-icon{width:32px;height:32px;color:var(--brand-ink);background:var(--brand-wash);border-radius:var(--r-sm);place-items:center;display:grid}.catch-grid h3{margin:1px 0 0;font-size:14px}.catch-grid p{color:var(--ink-2);margin:5px 0 0;font-size:12px;line-height:1.65}.catch-grid small{color:var(--muted);margin-top:6px;font-size:10px;line-height:1.45;display:block}.food-safety{color:var(--crit);background:var(--crit-wash);border-radius:var(--r-sm);grid-template-columns:22px minmax(0,1fr);gap:9px;margin-top:14px;padding:14px;display:grid}.food-safety>svg{margin-top:1px}.food-safety strong{font-size:13px}.food-safety p{color:var(--ink-2);margin:5px 0 0;font-size:11px;line-height:1.6}.handling-list{gap:0;margin-top:14px;display:grid}.handling-list>div{border-top:1px solid var(--line-soft);grid-template-columns:24px 1fr;gap:8px;padding:11px 0;display:grid}.handling-list b{color:var(--brand);font-variant-numeric:tabular-nums;font-size:11px}.handling-list span{font-size:12px;font-weight:650}.handling-list small{color:var(--muted);grid-column:2;font-size:11px;line-height:1.5}.plan-footer-note{color:var(--muted);background:var(--surface-2);border:1px solid var(--line-soft);border-radius:var(--r-sm);align-items:flex-start;gap:8px;margin-top:14px;padding:12px 13px;font-size:11px;line-height:1.55;display:flex}.plan-footer-note svg{color:var(--brand);margin-top:1px}.plan-teaser{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--shadow-sm);grid-template-columns:38px minmax(0,1fr) auto;align-items:start;gap:11px;margin-top:16px;padding:15px;display:grid}.plan-teaser-mark{width:38px;height:38px;color:var(--brand-ink);background:var(--brand-wash);border-radius:var(--r-sm);place-items:center;display:grid}.plan-teaser h2{margin:3px 0 0;font-size:16px}.plan-teaser p:last-child{color:var(--ink-2);margin:5px 0 0;font-size:12px;line-height:1.55}.plan-teaser .text-button{white-space:nowrap;align-self:center}.plan-intro{color:var(--muted);margin:6px 0 16px;font-size:12px;line-height:1.6}.plan-location{min-width:0;max-width:43%}.plan-location>span{text-overflow:ellipsis;overflow:hidden}.plan-controls{border:1px solid var(--line);border-radius:var(--r);background:var(--surface);grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:16px;display:grid}.plan-controls label{min-width:0;color:var(--muted);gap:6px;font-size:12px;display:grid}.plan-controls select{width:100%;min-width:0;min-height:43px;color:var(--ink);background:var(--surface-2);border:1px solid var(--line);border-radius:var(--r-xs);text-overflow:ellipsis;padding:9px 7px;font-size:13px}.guide-calendar,.guide-sources{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-sm);margin-top:12px}.guide-calendar summary,.guide-sources summary{cursor:pointer;justify-content:space-between;align-items:center;gap:12px;min-height:48px;padding:13px;font-size:12px;font-weight:650;list-style:none;display:flex}.guide-calendar summary::-webkit-details-marker{display:none}.guide-sources summary::-webkit-details-marker{display:none}.guide-calendar summary>span{align-items:center;gap:6px;display:inline-flex}.guide-calendar summary>span:last-child{color:var(--muted);font-size:11px;font-weight:400}.guide-calendar[open] summary svg:last-child,.guide-sources[open] summary>svg{color:var(--brand)}.calendar-help{color:var(--muted);margin:0;padding:0 13px 12px;font-size:11px;line-height:1.6}.guide-calendar-scroll{border-radius:var(--r-sm);max-width:100%;padding:0 8px 12px;overflow:auto}.guide-calendar table{border-spacing:3px;width:100%;min-width:620px;font-size:11px}.guide-calendar th{color:var(--muted);white-space:nowrap;padding:7px 0;font-weight:600}.guide-calendar th:first-child{z-index:1;background:var(--surface);text-align:left;min-width:75px;position:sticky;left:0}.guide-calendar td{text-align:center;padding:0}.season-cell{border:1px solid #0000;border-radius:5px;width:100%;min-width:33px;min-height:33px;font-size:11px}.season-reference{background:var(--brand-wash);color:var(--brand-ink)}.season-possible{background:var(--inset);color:var(--ink-2)}.season-verify{background:var(--surface-2);color:var(--muted)}.season-cell.is-selected{border-color:var(--brand);box-shadow:inset 0 0 0 1px var(--brand);font-weight:800}.plan-hero{margin-top:12px}.plan-hero>p,.plan-hero-tags{margin-top:10px}.plan-season-notice{color:var(--warn);background:var(--warn-wash);border-radius:var(--r-sm);margin-top:12px;padding:14px}.plan-season-notice strong{font-size:13px}.plan-season-notice p{color:var(--ink-2);margin:6px 0 9px;font-size:12px;line-height:1.6}.fish-suggestions{flex-wrap:wrap;gap:7px;display:flex}.fish-suggestions button{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-full);min-height:34px;color:var(--ink);padding:6px 12px;font-size:12px}.guide-facts{margin:0}.guide-facts>div{border-top:1px solid var(--line-soft);padding:12px 0}.guide-facts dt{color:var(--brand-ink);margin-bottom:5px;font-size:12px;font-weight:650}.guide-facts dd{color:var(--ink-2);margin:0;font-size:13px;line-height:1.75}.guide-steps{gap:14px;margin:16px 0 0;padding:0;list-style:none;display:grid}.guide-steps li{grid-template-columns:24px minmax(0,1fr);gap:10px;display:grid}.guide-steps b{color:var(--brand);font-variant-numeric:tabular-nums;margin-top:2px;font-size:12px}.guide-steps strong{font-size:13px}.guide-steps p{color:var(--ink-2);margin:5px 0 0;font-size:13px;line-height:1.7}.guide-mistakes{margin-top:20px}.guide-mistakes h3{margin-bottom:9px;font-size:14px}.guide-mistakes ul{color:var(--muted);margin:0;padding-left:18px;font-size:12px;line-height:1.8}.guide-context{color:var(--muted);margin:0 0 12px;font-size:12px}.plan-rig-table{border-collapse:collapse;table-layout:fixed;text-align:left;width:100%}.plan-rig-table th,.plan-rig-table td{border-top:1px solid var(--line-soft);vertical-align:top;overflow-wrap:anywhere;padding:12px 0;line-height:1.7}.plan-rig-table th{width:28%;color:var(--muted);padding-right:12px;font-size:12px;font-weight:500}.plan-rig-table td{color:var(--ink);font-size:13px}.packing-scope{color:var(--muted);margin:0 0 20px;font-size:11px;line-height:1.65}.packing-item{cursor:pointer}.packing-item input{width:18px;height:18px;accent-color:var(--brand);cursor:pointer;margin:2px 0 0}.guide-sources>p{color:var(--muted);overflow-wrap:anywhere;margin:0;padding:0 14px 12px;font-size:11px;line-height:1.7}.guide-sources ol{margin:0;padding:0 16px 14px 32px}.guide-sources li{color:var(--muted);margin-top:10px;font-size:11px;line-height:1.6}.guide-sources a{color:var(--brand-ink);overflow-wrap:anywhere}.guide-sources small{font-size:11px;display:block}.plan-storage-warning{color:var(--warn);margin-top:12px;font-size:12px;line-height:1.6}.plan-saved{color:var(--muted);align-items:center;gap:6px;margin:14px 0 0;font-size:11px;display:flex}.plan-weather-link{margin-top:10px}.bottom-nav button:disabled{cursor:default;opacity:.45}.plan-tabs{grid-template-columns:repeat(5,minmax(0,1fr))}.bait-picker{color:var(--muted);gap:8px;margin:16px 0 20px;font-size:12px;display:grid}.bait-picker select{border:1px solid var(--line);border-radius:var(--r-sm);background:var(--surface);width:100%;min-width:0;min-height:44px;color:var(--ink);font:inherit;padding:10px 12px;font-size:14px}.bait-picker small{font-size:11px;line-height:1.6}.bait-name{color:var(--ink);margin:0 0 8px;font-size:18px}.bait-steps{gap:14px;margin:18px 0;padding:0;list-style:none;display:grid}.bait-steps li{grid-template-columns:28px minmax(0,1fr);align-items:start;gap:10px;display:grid}.bait-steps li>span{color:var(--brand);padding-top:2px;font-size:12px;font-weight:700}.bait-steps p{color:var(--ink);margin:0;font-size:13px;line-height:1.85}.bait-rig-note{border-left:3px solid var(--line);color:var(--muted);margin:16px 0;padding-left:12px;font-size:12px;line-height:1.8}.bait-open-link{margin-top:12px}.packing-bait{flex-wrap:wrap;align-items:center;gap:5px;margin:0 0 16px;font-size:12px;line-height:1.7;display:flex}.packing-bait button{margin-left:auto}.lesson-card{border:1px solid var(--line);border-radius:var(--r);background:var(--surface);margin:20px 0;padding:14px}.lesson-heading{justify-content:space-between;align-items:center;gap:10px;display:flex}.lesson-heading h3{color:var(--ink);margin:3px 0 0;font-size:16px;line-height:1.5}.lesson-heading>span{border-radius:var(--r-sm);background:var(--brand-wash);color:var(--brand);font-variant-numeric:tabular-nums;flex-shrink:0;padding:5px 8px;font-size:12px}.lesson-scene{background:var(--page);border-radius:var(--r-sm);width:100%;max-height:320px;margin:12px 0 0;display:block}.lesson-scene text{fill:var(--muted);font:14px system-ui,sans-serif}.lesson-scene .lesson-emphasis{fill:var(--brand);font-weight:600}.lesson-pending{fill:none;stroke:var(--line);stroke-width:2px;stroke-dasharray:4 4}.lesson-line,.lesson-hardware,.lesson-ring,.lesson-fine,.lesson-hook-line{fill:none;stroke-linecap:round;stroke-linejoin:round}.lesson-line,.lesson-fine{stroke:var(--brand);stroke-width:1.8px}.lesson-hardware,.lesson-ring{stroke:var(--ink);stroke-width:2.4px}.lesson-hook-line{stroke:var(--warn);stroke-width:2.8px}.lesson-pointer{fill:none;stroke:var(--muted);stroke-width:1px}.lesson-bait-fill{fill:var(--brand-wash);stroke:var(--brand);stroke-width:1.5px}.lesson-jig{fill:var(--brand-wash);stroke:var(--brand);stroke-width:2px}.lesson-eye,.lesson-school-fish{fill:var(--brand)}.lesson-sinker{fill:var(--muted);stroke:var(--ink);stroke-width:1px}.lesson-check-ring{fill:none;stroke:var(--brand);stroke-width:2px}.lesson-wrap{fill:none;stroke:var(--warn);stroke-width:2px}.lesson-skin{fill:none;stroke:var(--brand);stroke-width:5px}.lesson-centerline{fill:none;stroke:var(--muted);stroke-dasharray:3 4;stroke-width:1px}.lesson-water{fill:var(--brand-wash);opacity:.45}.lesson-waterline{fill:none;stroke:var(--brand);stroke-width:1.3px;opacity:.6}.lesson-seabed{fill:var(--line)}.lesson-boat{fill:var(--brand)}.lesson-fish-layer{fill:var(--brand-wash);fill-opacity:.6;stroke:var(--brand);stroke-width:1px;stroke-dasharray:4 4}.lesson-direction{fill:none;stroke:var(--warn);stroke-width:1.5px;stroke-dasharray:3 4}.lesson-progress{background:var(--line);border-radius:2px;height:3px;overflow:hidden}.lesson-progress>span{background:var(--brand);height:100%;display:block}.lesson-step-copy{min-height:96px;padding:14px 0 12px}.lesson-step-copy h4{color:var(--ink);margin:0 0 6px;font-size:14px;line-height:1.6}.lesson-step-copy p{color:var(--muted);margin:0;font-size:12px;line-height:1.8}.lesson-controls{grid-template-columns:1.3fr repeat(3,1fr);gap:6px;display:grid}.lesson-controls button{min-width:0;min-height:42px;color:var(--ink);border:1px solid var(--line);border-radius:var(--r-sm);background:var(--surface);justify-content:center;align-items:center;gap:3px;padding:6px;font-size:11px;display:flex}.lesson-controls button svg{flex-shrink:0}.lesson-controls .lesson-play{color:var(--brand-ink);background:var(--brand-wash);border-color:var(--brand-wash)}.lesson-controls button:disabled{opacity:.4;cursor:default}.lesson-step-controls{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-top:12px;display:flex}.lesson-step-buttons{gap:5px;display:flex}.lesson-step-buttons button{border:1px solid var(--line);background:var(--surface);width:34px;min-height:38px;color:var(--muted);border-radius:8px;padding:4px;font-size:12px}.lesson-step-buttons button[aria-pressed=true]{color:var(--brand-ink);background:var(--brand-wash);border-color:var(--brand)}.lesson-speed{color:var(--muted);align-items:center;gap:5px;font-size:11px;display:flex}.lesson-speed select{min-height:38px;color:var(--ink);background:var(--surface);border:1px solid var(--line);font:inherit;border-radius:8px;padding:4px}.lesson-scope{color:var(--muted);margin:12px 0 0;font-size:11px;line-height:1.7}@media (width<=360px){.lesson-controls{grid-template-columns:1fr 1fr}}.plan-print{display:none}.visually-hidden{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width>=600px){.plan-controls{grid-template-columns:repeat(3,minmax(0,1fr))}}@media print{@page{size:A4;margin:14mm}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ink:#111;--muted:#444;--line-soft:#ddd;--page:#fff}html,body,.app-shell,.page-frame,.plan-page{width:auto!important;min-width:0!important;min-height:0!important;box-shadow:none!important;color:#111!important;background:#fff!important;border:0!important;margin:0!important;padding:0!important}.bottom-nav,.plan-interactive,.state-banner{display:none!important}.plan-print[hidden]{font-size:10pt;display:block!important}.plan-print h1{margin:0 0 8px;font-size:19pt}.plan-print h2{break-after:avoid;margin:20px 0 10px;font-size:13pt}.plan-print h3{break-after:avoid;margin:14px 0 8px;font-size:11pt}.plan-print p{margin:6px 0;line-height:1.55}.plan-print .plan-rig-table th,.plan-print .plan-rig-table td{color:#111;padding:6px 0;font-size:10pt}.plan-print tr,.print-check-item{break-inside:avoid}.plan-print .bait-details{margin-bottom:16px}.plan-print .bait-steps li{break-inside:avoid}.plan-print .bait-steps p,.plan-print .guide-facts dd{font-size:10pt}.plan-print .plan-note{color:#111;box-shadow:none;background:#fff}.print-check-item{border-bottom:1px solid #ddd;padding:6px 0}.print-check-item strong{font-weight:500}.print-check-item small{color:#444;padding-left:17px;line-height:1.5;display:block}.plan-print footer{overflow-wrap:anywhere;margin-top:18px;font-size:8pt}}.center-state{text-align:center;background:var(--page);place-content:center;justify-items:center;gap:10px;min-height:100vh;padding:32px;display:grid}.center-state h1{margin:6px 0 0;font-size:20px;font-weight:700}.center-state p{color:var(--muted);margin:0;font-size:13px}.spin{color:var(--brand);animation:1s linear infinite spin}.state-banner{z-index:1100;width:min(100%,760px);padding:max(12px, env(safe-area-inset-top)) 16px 12px;background:var(--warn-wash);color:var(--warn);border-bottom:1px solid var(--line);grid-template-columns:22px 1fr auto;align-items:center;gap:10px;margin:0 auto;display:grid;position:relative}.state-banner.is-error{z-index:auto;text-align:left;background:var(--page);min-height:calc(100vh - 104px);color:var(--ink);border:0;grid-template-columns:26px minmax(0,420px);place-content:center}.state-banner strong{font-size:13px}.state-banner p{margin:4px 0 0;font-size:11px;line-height:1.6}.state-banner button{min-height:38px;color:var(--ink);padding:7px 12px}.state-banner.is-error button{grid-column:2;justify-self:start;margin-top:10px}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.spin{animation:none}*{transition:none!important}}@media (width<=480px){.dashboard,.detail-page{padding-inline:14px}.day-strip{margin-inline:-14px;padding-inline:14px}.calendar-rail,.tide-date-rail{margin-inline:-16px;padding-inline:16px}.location-header h1{font-size:24px}.weather-lead strong{font-size:34px}.decision-heading h2{font-size:21px}.metric-grid>div{min-height:78px;padding:10px}.metric-grid strong{font-size:13px}.hourly-mini{grid-template-columns:repeat(2,minmax(0,1fr))}.state-banner{grid-template-columns:22px 1fr}.state-banner button{grid-column:2;justify-self:start}.map-shell{height:300px}.plan-hero-top h2{font-size:21px}.choice-grid{grid-template-columns:1fr}.choice-grid button{min-height:72px}.drift-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.plan-section{padding:16px}.plan-teaser{grid-template-columns:34px minmax(0,1fr)}.plan-teaser-mark{width:34px;height:34px}.plan-teaser .text-button{grid-column:2;justify-self:start;margin-top:3px}.plan-tabs button{font-size:10px}}@media (width>=761px){.app-shell{padding-block:24px}.page-frame{border:1px solid var(--line);border-radius:var(--r-lg) var(--r-lg) 0 0;min-height:calc(100vh - 48px);box-shadow:var(--shadow-lg)}.bottom-nav{border:1px solid var(--line);border-radius:0 0 var(--r-lg) var(--r-lg);bottom:24px}.dashboard,.detail-page{padding-inline:24px}.day-strip{margin-inline:-24px;padding-inline:24px}.metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.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}}
