:where(.ui-button){appearance:none;border:1px solid transparent;background:transparent;color:var(--ui-text-primary);border-radius:var(--ui-radius-control);min-height:var(--ui-control-height-md);padding:0 var(--ui-spacing-md);display:inline-flex;align-items:center;justify-content:center;gap:var(--ui-spacing-xs);font-family:inherit;font-size:var(--ui-text-body);font-weight:var(--font-weight-semibold);line-height:1;cursor:pointer;text-decoration:none;transition:background-color var(--ui-transition-fast),border-color var(--ui-transition-fast),color var(--ui-transition-fast),box-shadow var(--ui-transition-fast),opacity var(--ui-transition-fast);-webkit-tap-highlight-color:transparent}:where(.ui-button--full){width:100%}:where(.ui-button--sm){min-height:var(--ui-control-height-sm);font-size:var(--ui-text-meta);padding:0 var(--ui-spacing-sm)}:where(.ui-button--primary){background:var(--color-brand);border-color:var(--color-brand);color:var(--ui-text-inverse)}:where(.ui-button--secondary),:where(.ui-button--outline){background:var(--ui-surface);border-color:var(--ui-border-accent);color:var(--color-brand)}:where(.ui-button--ghost){background:transparent;border-color:transparent;color:var(--color-brand)}:where(.ui-button--danger){background:var(--color-danger);border-color:var(--color-danger);color:var(--ui-text-inverse)}:where(.ui-button:hover:not(:disabled)){background:color-mix(in srgb,var(--ui-surface) 90%,var(--color-brand))}:where(.ui-button--primary:hover:not(:disabled)){background:color-mix(in srgb,var(--color-brand) 90%,var(--ui-text-primary));border-color:color-mix(in srgb,var(--color-brand) 90%,var(--ui-text-primary))}:where(.ui-button--secondary:hover:not(:disabled)),:where(.ui-button--outline:hover:not(:disabled)){background:color-mix(in srgb,var(--ui-surface) 90%,var(--color-brand))}:where(.ui-button--ghost:hover:not(:disabled)){background:color-mix(in srgb,var(--ui-surface) 88%,var(--color-brand))}:where(.ui-button--danger:hover:not(:disabled)){background:color-mix(in srgb,var(--color-danger) 90%,var(--ui-text-primary));border-color:color-mix(in srgb,var(--color-danger) 90%,var(--ui-text-primary))}:where(.ui-button:active:not(:disabled)){transform:translateY(1px)}:where(.ui-button:focus-visible){outline:none;box-shadow:var(--ui-shadow-focus)}:where(.ui-button:disabled){opacity:.55;cursor:not-allowed}:where(.ui-icon-button){appearance:none;border:1px solid transparent;background:transparent;color:var(--ui-text-secondary);border-radius:var(--ui-radius-control);width:var(--ui-icon-button-size-md);height:var(--ui-icon-button-size-md);min-width:var(--ui-icon-button-size-md);min-height:var(--ui-icon-button-size-md);padding:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color var(--ui-transition-fast),border-color var(--ui-transition-fast),color var(--ui-transition-fast),box-shadow var(--ui-transition-fast),opacity var(--ui-transition-fast);-webkit-tap-highlight-color:transparent}:where(.ui-icon-button--sm){width:var(--ui-icon-button-size-sm);height:var(--ui-icon-button-size-sm);min-width:var(--ui-icon-button-size-sm);min-height:var(--ui-icon-button-size-sm)}:where(.ui-icon-button--lg){width:var(--ui-icon-button-size-lg);height:var(--ui-icon-button-size-lg);min-width:var(--ui-icon-button-size-lg);min-height:var(--ui-icon-button-size-lg)}:where(.ui-icon-button--default){background:var(--ui-surface);border-color:var(--ui-border-default);color:var(--ui-text-primary)}:where(.ui-icon-button--subtle){background:var(--ui-surface-soft);border-color:var(--ui-border-default);color:var(--ui-text-secondary)}:where(.ui-icon-button--ghost){background:transparent;border-color:transparent;color:var(--ui-text-secondary)}:where(.ui-icon-button--danger){background:var(--ui-surface-danger);border-color:var(--ui-border-danger);color:var(--color-danger)}:where(.ui-icon-button:hover:not(:disabled)){background:color-mix(in srgb,var(--ui-surface) 90%,var(--color-brand))}:where(.ui-icon-button:active:not(:disabled)){transform:translateY(1px)}:where(.ui-icon-button:focus-visible){outline:none;box-shadow:var(--ui-shadow-focus)}:where(.ui-icon-button:disabled){opacity:.5;cursor:not-allowed}:where(.ui-icon-button>svg),:where(.ui-icon-button>img){width:1.25rem;height:1.25rem;display:block}:where(.ui-input){width:100%;min-height:var(--ui-control-height-md);border-radius:var(--ui-radius-control);border:1px solid var(--ui-border-default);background:var(--ui-surface);color:var(--ui-text-primary);padding:0 var(--ui-spacing-md);font-family:inherit;font-size:var(--ui-text-control);font-weight:var(--font-weight-regular);line-height:1.4;transition:border-color var(--ui-transition-fast),background-color var(--ui-transition-fast),box-shadow var(--ui-transition-fast)}:where(.ui-input--sm){min-height:var(--ui-control-height-sm);font-size:var(--ui-text-meta);padding:0 var(--ui-spacing-sm)}:where(.ui-input::placeholder){color:color-mix(in srgb,var(--ui-text-primary) 52%,transparent);opacity:1;font-size:inherit;font-weight:var(--font-weight-regular)}:where(.ui-input:hover:not(:disabled)){border-color:var(--ui-border-strong)}:where(.ui-input:focus-visible){outline:none;border-color:var(--ui-border-accent);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--color-brand) 30%,transparent)}:where(.ui-input--invalid){border-color:var(--ui-border-danger)}:where(.ui-input--invalid:focus-visible){box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--color-danger) 35%,transparent)}:where(.ui-input:disabled){background:var(--ui-surface-muted);color:var(--ui-text-muted);cursor:not-allowed}:where(.ui-input--native){accent-color:var(--color-brand)}:where(.ui-textarea){width:100%;min-height:96px;border-radius:var(--ui-radius-control);border:1px solid var(--ui-border-default);background:var(--ui-surface);color:var(--ui-text-primary);padding:.7rem var(--ui-spacing-md);font-family:inherit;font-size:var(--ui-text-control);font-weight:var(--font-weight-regular);line-height:1.45;transition:border-color var(--ui-transition-fast),background-color var(--ui-transition-fast),box-shadow var(--ui-transition-fast)}:where(.ui-textarea--sm){font-size:var(--ui-text-meta);padding:.6rem var(--ui-spacing-sm)}:where(.ui-textarea::placeholder){color:color-mix(in srgb,var(--ui-text-primary) 52%,transparent);opacity:1;font-size:inherit;font-weight:var(--font-weight-regular)}:where(.ui-textarea:hover:not(:disabled)){border-color:var(--ui-border-strong)}:where(.ui-textarea:focus-visible){outline:none;border-color:var(--ui-border-accent);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--color-brand) 30%,transparent)}:where(.ui-textarea--invalid){border-color:var(--ui-border-danger)}:where(.ui-textarea--invalid:focus-visible){box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--color-danger) 35%,transparent)}:where(.ui-textarea:disabled){background:var(--ui-surface-muted);color:var(--ui-text-muted);cursor:not-allowed}:where(.ui-textarea--resize-none){resize:none}:where(.ui-textarea--resize-vertical){resize:vertical}:where(.ui-textarea--resize-horizontal){resize:horizontal}:where(.ui-textarea--resize-both){resize:both}:where(.ui-label){display:inline-flex;flex-direction:column;gap:var(--ui-spacing-xs);color:var(--ui-text-secondary);font-size:var(--ui-text-section-label);font-weight:var(--font-weight-medium);letter-spacing:.04em;text-transform:uppercase}:where(.ui-field-label){display:block;color:var(--ui-text-secondary);font-size:var(--font-size-md);font-weight:var(--font-weight-medium);line-height:1.2;letter-spacing:.04em;text-transform:uppercase}:where(.ui-core-card){border:1px solid var(--ui-border-default);border-radius:var(--ui-radius-card);background:var(--ui-surface);box-shadow:var(--ui-shadow-soft)}:where(.ui-core-card--padded){padding:var(--ui-spacing-md)}:where(.ui-core-card--subtle){background:var(--ui-surface-soft)}:where(.ui-core-card--outline){background:transparent;box-shadow:none}:where(.ui-list-item){list-style:none;margin:0;border:1px solid var(--ui-border-default);border-radius:var(--ui-radius-control);background:var(--ui-surface);padding:var(--ui-spacing-sm) var(--ui-spacing-md);color:var(--ui-text-primary)}:where(.ui-list-item--interactive){cursor:pointer;transition:background-color var(--ui-transition-fast),border-color var(--ui-transition-fast),transform var(--ui-transition-fast)}:where(.ui-list-item--interactive:hover){border-color:var(--ui-border-strong);background:var(--ui-surface-soft)}:where(.ui-list-item--interactive:active){transform:translateY(1px)}:where(.ui-list-item--interactive:focus-visible){outline:none;box-shadow:var(--ui-shadow-focus)}:where(.ui-section){display:flex;flex-direction:column;gap:var(--ui-spacing-sm)}:where(.ui-section__header){display:flex;align-items:center;justify-content:space-between;gap:var(--ui-spacing-sm)}:where(.ui-section__title){margin:0;color:var(--ui-text-secondary);font-size:var(--ui-text-section-label);line-height:1.2;font-weight:var(--font-weight-semibold);letter-spacing:.06em;text-transform:uppercase}:where(.ui-section__meta){color:var(--ui-text-muted);font-size:var(--ui-text-meta);line-height:1.2}:where(.ui-section__content){display:flex;flex-direction:column;gap:var(--ui-spacing-sm)}:where(.ui-badge){display:inline-flex;align-items:center;justify-content:center;gap:var(--ui-spacing-2xs);border-radius:var(--ui-radius-badge);border:1px solid var(--ui-border-default);padding:.3rem .6rem;font-size:var(--ui-text-meta);font-weight:var(--font-weight-medium);line-height:1.2;color:var(--ui-text-secondary);background:var(--ui-surface-soft);white-space:nowrap}:where(.ui-badge--sm){font-size:var(--font-size-xs);padding:.2rem .48rem}:where(.ui-badge--default){color:var(--ui-text-primary);background:var(--ui-surface)}:where(.ui-badge--subtle){color:var(--ui-text-secondary);background:var(--ui-surface-soft)}:where(.ui-badge--premium){color:var(--color-brand);border-color:var(--ui-border-accent);background:color-mix(in srgb,var(--ui-surface) 90%,var(--color-brand))}:where(.ui-badge--danger){color:var(--color-danger);border-color:var(--ui-border-danger);background:var(--ui-surface-danger)}:where(.ui-avatar){width:40px;height:40px;border-radius:50%;object-fit:cover;display:block;background:var(--ui-surface-muted)}:where(.ui-avatar--sm){width:28px;height:28px}:where(.ui-avatar--lg){width:48px;height:48px}:where(.ui-avatar--xl){width:64px;height:64px}:where(.ui-avatar--ring){box-shadow:0 0 0 2px var(--ui-surface),0 0 0 3px color-mix(in srgb,var(--color-brand) 30%,transparent)}:where(.ui-divider){width:100%;border:0;border-top:1px solid var(--ui-border-default);margin:0}:where(.ui-divider--inset){width:calc(100% - (var(--ui-spacing-md) * 2));margin-left:var(--ui-spacing-md)}.premium-sheet__backdrop{position:fixed;inset:0;background:color-mix(in srgb,var(--color-text-primary) 12%,transparent);border:none;z-index:440;opacity:0;pointer-events:none;transition:opacity .2s ease}.premium-sheet__backdrop--active{pointer-events:auto;opacity:1}.premium-toast{position:fixed;left:50%;bottom:calc(var(--bottom-tabbar-height) + 1.25rem);transform:translate(-50%);padding:.6rem 1.1rem;background:var(--color-bg-surface);color:var(--color-text-primary);border:1px solid var(--color-border-soft);border-radius:var(--radius-lg);box-shadow:none;z-index:460;width:max-content;max-width:min(320px,calc(100% - 2rem));text-align:center}.premium-sheet__context{margin:.5rem 0 0;color:var(--color-text-secondary)}.premium-sheet__actions{margin-top:1.5rem;display:flex;gap:.75rem;flex-wrap:wrap}.premium-sheet__actions .btn{min-width:10rem}.premium-sheet__notice{margin:.9rem 0 0;color:var(--color-text-secondary)}.post-image{width:100%;height:100%;max-height:65vh;border-radius:calc(var(--radius-md) + 4px);border:1px solid color-mix(in srgb,var(--color-neutral-base) 22%,transparent);background:color-mix(in srgb,var(--color-bg-app-dark) 95%,transparent);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.post-image img{display:block;object-fit:contain;object-position:center;max-width:100%;max-height:100%;width:auto;height:auto;opacity:0;transition:opacity .24s ease}.post-image img.is-loaded{opacity:1}.post-image__skeleton{position:absolute;inset:0;border-radius:inherit}.post-image__fallback{color:color-mix(in srgb,var(--color-neutral-base) 85%,transparent);font-size:.9rem;text-align:center;padding:1rem}.add-post-page{padding:0}.add-post-sheet__backdrop{position:fixed;inset:0;background:color-mix(in srgb,var(--color-text-primary) 12%,transparent);border:none;z-index:440;opacity:0;pointer-events:none;transition:opacity .2s ease}.add-post-sheet__backdrop--active{pointer-events:auto;opacity:1}.bottom-sheet--add-post{--bottom-sheet-offset: calc(var(--bottom-tabbar-height) + var(--safe-bottom));--bottom-sheet-peek: 20vh;--bottom-sheet-safe-top: env(safe-area-inset-top);height:calc(100vh - var(--bottom-sheet-safe-top));max-height:calc(100vh - var(--bottom-sheet-safe-top));max-width:100%;width:100%;margin:0;padding-top:var(--bottom-sheet-safe-top);padding-bottom:var(--safe-bottom)}.bottom-sheet--add-post .bottom-sheet__body{padding:0}.add-post{display:flex;flex-direction:column;gap:1rem;padding:0 .75rem calc(1.5rem + var(--bottom-tabbar-height))}.add-post__file-input{position:absolute;opacity:0;pointer-events:none}.add-post__photo{display:flex;flex-direction:column;gap:.5rem}.add-post__photo-skeleton{border-radius:var(--radius-md);min-height:clamp(220px,35vh,320px)}.location-picker__map{position:relative;z-index:1;width:100%;height:clamp(220px,35vh,320px)}.location-picker{position:relative;width:100%;height:100%}.location-picker .leaflet-control-attribution.leaflet-control,.location-picker .leaflet-attribution-flag{display:none!important}.location-picker__radius{stroke:var(--color-warning);stroke-width:2;stroke-dasharray:6 6;fill:color-mix(in srgb,var(--color-warning) 12%,transparent)}.location-picker__warning{position:absolute;left:50%;bottom:.75rem;transform:translate(-50%);z-index:2;display:inline-flex;align-items:center;gap:.4rem;max-width:min(90%,320px);padding:.45rem .6rem;border-radius:var(--radius-md);border:1px solid color-mix(in srgb,var(--color-warning) 35%,transparent);background:var(--color-bg-surface);color:var(--color-text-primary);font-size:.8rem;line-height:1.25;text-align:center;pointer-events:none}.location-picker__warning-icon{font-size:.9rem;line-height:1}.add-post--step-3,.add-post--step-4{flex:1;min-height:100%}.add-post--step-3 .add-post__photo-skeleton{flex:1;min-height:clamp(200px,30vh,280px)}.add-post--step-3 .location-picker__map{height:100%}.add-post__fish-list{display:flex;flex-direction:column;gap:.5rem;flex:1;min-height:0;overflow-y:auto;padding-right:.25rem}.add-post__fish-row{border:1px solid var(--color-border-soft);border-radius:calc(var(--radius-md) + 2px);background:var(--color-bg-surface);color:var(--color-text-primary);padding:.7rem .85rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;text-align:left;cursor:pointer}.add-post__fish-row.is-selected{border-color:color-mix(in srgb,var(--color-accent-primary) 45%,transparent);background:color-mix(in srgb,var(--color-accent-primary) 8%,var(--color-bg-surface))}.add-post__fish-name{font-size:.95rem}.add-post__fish-check{color:var(--color-accent-primary);font-weight:600;min-width:12px;text-align:right}.add-post__title-input{border-radius:var(--radius-md);border:1px solid var(--color-border-soft);background:var(--color-bg-surface);color:var(--color-text-primary);padding:.65rem .85rem;font-size:16px}.add-post__title-input::placeholder{color:var(--c-muted)}.add-post__photo-image.post-image{width:100%;border-radius:var(--radius-md)}.add-post__photo-placeholder{border:1px dashed color-mix(in srgb,var(--color-accent-secondary) 45%,transparent);border-radius:var(--radius-md);background:var(--color-bg-surface);color:var(--c-muted);padding:2.5rem 1rem;display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center;cursor:pointer}.add-post__photo-icon{width:52px;height:52px;color:var(--color-accent-secondary);display:inline-flex;align-items:center;justify-content:center}.add-post__photo-icon svg{width:100%;height:100%}.add-post__hint{margin:0;font-size:.85rem;color:var(--c-muted)}.add-post__warning{border:1px solid color-mix(in srgb,var(--color-accent-secondary) 45%,transparent);border-radius:var(--radius-md);background:var(--color-bg-surface);padding:.6rem .75rem;color:var(--color-text-primary)}.add-post__warning p{margin:0;font-size:.85rem}.add-post__meta{display:flex;flex-direction:column;gap:.65rem}.add-post__meta-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.add-post__meta-label{font-size:.9rem;color:var(--c-muted)}.add-post__meta-value{font-size:.95rem;color:var(--color-text-primary)}.add-post__meta-action{border:none;background:transparent;color:var(--color-accent-primary);font-weight:600;cursor:pointer;padding:0}.add-post-measurements{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.add-post-measurements__card{border:1px solid var(--color-border-soft);border-radius:calc(var(--radius-md) + 2px);background:var(--color-bg-surface);color:var(--color-text-primary);padding:.75rem;display:flex;flex-direction:column;gap:.45rem;align-items:flex-start;text-align:left;cursor:pointer}.add-post-measurements__label{font-size:.82rem;color:var(--c-muted);letter-spacing:.02em}.add-post-measurements__value{font-size:1.25rem;line-height:1.2;font-weight:600;color:var(--color-text-primary)}.add-post-measurements__card:disabled{opacity:.7;cursor:default}.add-post-picker{display:flex;flex-direction:column;gap:1rem}.add-post-wheel{border-radius:var(--radius-md);border:1px solid var(--color-border-soft);background:var(--color-bg-surface);padding:.5rem .35rem;overflow:hidden}.add-post-wheel__labels{display:grid;font-size:.78rem;color:var(--c-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.35rem;text-align:center}.add-post-wheel__labels--double{grid-template-columns:repeat(2,minmax(0,1fr))}.add-post-wheel__labels--single{grid-template-columns:minmax(0,1fr)}.add-post-wheel__picker{position:relative;height:216px}.add-post-wheel__item{height:44px;display:flex;align-items:center;justify-content:center;font-size:1rem;color:color-mix(in srgb,var(--color-text-primary) 42%,transparent);transition:color .12s ease,transform .12s ease}.add-post-wheel__item--selected{color:var(--color-text-primary);font-weight:600;transform:scale(1.02)}.add-post-wheel__highlight{position:absolute;left:.1rem;right:.1rem;top:50%;height:44px;transform:translateY(-50%);border-radius:var(--radius-sm);border-top:1px solid color-mix(in srgb,var(--color-accent-primary) 42%,transparent);border-bottom:1px solid color-mix(in srgb,var(--color-accent-primary) 42%,transparent);background:color-mix(in srgb,var(--color-accent-primary) 6%,transparent);pointer-events:none}.add-post__error{margin:0;font-size:.85rem;color:var(--c-danger)}.add-post__cta{position:sticky;bottom:calc(var(--bottom-tabbar-height) + var(--safe-bottom));padding:.75rem .75rem 1rem;margin:0 -.75rem;background:var(--color-bg-app)}.add-post__cta-row{display:flex;gap:.75rem}.add-post__cta-row .btn{flex:1}.add-post__confirm{display:flex;flex-direction:column;gap:.75rem;padding:0 .75rem 1rem}.add-post__cta .btn{width:100%}.bottom-sheet--add-post .btn--primary:disabled{opacity:.8}@media(max-width:640px){.add-post__photo-placeholder{padding:2rem 1rem}}.auth-gate{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:0 .75rem}.auth-gate__text{color:var(--color-text-muted);margin:0 0 16px}.post-details-skeleton__block{border-radius:calc(var(--radius-md) - 2px)}.post-details-skeleton__image{width:100%;height:220px;border-radius:var(--radius-md)}.post-details-skeleton__meta{width:55%;height:12px}.post-details-skeleton__title{width:70%;height:14px}.post-details-skeleton__title--wide{width:90%}.post-details-skeleton__likes{width:68px;height:14px}.post-details-skeleton__comment{display:inline-flex;align-items:baseline;gap:.4rem}.post-details-skeleton__comment-author{width:72px;height:12px}.post-details-skeleton__comment-text{width:180px;height:12px}@media(max-width:640px){.post-details-skeleton__image{height:200px}}.post-details-page{display:flex;flex-direction:column;gap:.75rem;padding:.75rem 0;background:var(--color-bg-app);color:var(--color-text-primary)}.post-details-nav{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;padding:0 .75rem}.post-details-placeholder{border-radius:calc(var(--radius-md) + 2px);border:1px solid var(--color-border-soft);background:var(--color-bg-surface);padding:1rem;display:flex;flex-direction:column;gap:.5rem}.post-details{display:flex;flex-direction:column;gap:.75rem;padding:1rem .75rem 1.5rem}.post-details__image.post-image{width:100%;height:auto;border-radius:var(--radius-md);border:none;background:transparent;box-shadow:none}.post-details__media{position:relative}.post-details-header-overlay{width:100%;padding:4px 2px 8px;color:var(--color-text-primary);display:flex;align-items:center;justify-content:space-between;gap:8px}.post-details-header-overlay__control{width:40px;height:40px;border:none;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:var(--color-text-primary);background:transparent;cursor:pointer}.post-details-header-overlay__control svg{fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.post-details-header-overlay__identity{display:flex;align-items:center;gap:10px;min-width:0;flex:1}.post-details-header-overlay__avatar{width:32px;height:32px;border-radius:999px;object-fit:cover;border:1px solid rgba(255,255,255,.42);flex-shrink:0}.post-details-header-overlay__avatar--fallback{display:inline-flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;background:color-mix(in srgb,var(--color-text-primary) 16%,white)}.post-details-header-overlay__meta{display:flex;flex-direction:column;gap:2px;min-width:0}.post-details-header-overlay__name{font-size:.95rem;font-weight:600;line-height:1.2;color:var(--color-text-primary)}.post-details-header-overlay__subtitle{font-size:.78rem;line-height:1.25;color:var(--color-text-secondary);white-space:normal;overflow:visible;text-overflow:clip;word-break:break-word}.post-details__meta{margin:0;font-size:.9rem;color:var(--color-text-muted)}.post-details__actions-trigger-row{display:flex;justify-content:flex-end}.post-details__actions-trigger{color:var(--color-text-muted)}.post-details__actions{margin-top:0;display:inline-flex;align-items:center;gap:.8rem}.post-details__action-button{min-width:44px;height:36px;border:none;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:.3rem;padding:0 .4rem;background:transparent;color:var(--color-text-muted);cursor:pointer;transition:color .2s ease,background-color .2s ease}.post-details__action-button:active{background:color-mix(in srgb,var(--color-accent-primary) 10%,transparent)}.post-details__action-icon{width:1.35rem;height:1.35rem;display:inline-flex;align-items:center;justify-content:center}.post-details__action-count{display:inline-flex;align-items:center;line-height:1.1;color:var(--color-text-muted);font-weight:600;font-size:1.05rem}.post-details__comments-preview{display:flex;flex-direction:column;gap:.5rem}.post-details__comments-link{align-self:flex-start;border:none;background:transparent;color:var(--color-accent-primary);cursor:pointer;padding:0;font-weight:500;font-size:.95rem;line-height:1.3}.post-details__weather-section{display:flex;flex-direction:column;gap:.5rem}.post-details__section-title{margin:0;font-size:1rem;font-weight:600;color:var(--color-text-primary)}.post-details-weather-card{margin:0;padding:.75rem;border:1px solid var(--color-border-soft);border-radius:var(--radius-md);background:var(--color-bg-surface);display:flex;flex-direction:column;gap:.45rem}.post-details-weather-card__row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem;align-items:baseline}.post-details-weather-card__row dt{color:var(--color-text-muted);font-size:.86rem}.post-details-weather-card__row dd{margin:0;color:var(--color-text-primary);font-size:.9rem;font-weight:500;text-align:right}.post-details__actions-sheet{display:flex;flex-direction:column;gap:.5rem}.post-details__actions-sheet .btn{justify-content:flex-start}.post-details__privacy-sheet{display:flex;flex-direction:column;gap:.9rem}.post-details__privacy-section{display:flex;flex-direction:column;gap:.5rem}.post-details__privacy-label{font-size:.9rem;color:var(--color-text-muted)}.post-details__privacy-row{display:flex;gap:.5rem}.post-details__privacy-row .btn{flex:1}.post-details__privacy-actions{display:flex;gap:.75rem}.post-details__privacy-actions .btn{flex:1}.post-details__privacy-error{margin:0;font-size:.85rem;color:var(--c-danger)}.post-details__title{margin:0;font-size:1.05rem;font-weight:600;color:var(--color-text-primary)}.post-details-page .comments-section{display:flex;flex-direction:column;gap:.75rem;padding:0;border-top:none}.post-details-page .comments-header{margin:0}.post-details-page .comments-header h3{margin:0;font-size:1rem;color:var(--color-text-primary)}.post-details-page .comments-list{gap:.5rem}.post-details-page .comments-item{border:none;background:transparent;padding:0}.post-details-page .comments-form__field textarea{background:var(--color-bg-surface);border:1px solid var(--color-border-soft);color:var(--color-text-primary)}.post-details-page .comments-form__actions .btn{border-radius:var(--radius-xl);border:1px solid color-mix(in srgb,var(--color-accent-secondary) 45%,transparent);background:var(--color-bg-surface);color:var(--color-text-primary);box-shadow:none}.post-details-page .comments-form__actions .btn:disabled{opacity:.6}.post-details-page .comments-placeholder,.post-details-page .comments-login{border-color:var(--color-border-soft);background:var(--color-bg-surface)}.post-details__nav-icon-button{width:40px;height:40px;border:none;border-radius:999px;background:color-mix(in srgb,var(--color-text-primary) 10%,transparent);color:var(--color-text-primary);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.post-details__nav-icon-button svg{fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.app-shell--post-details{--color-bg-app: var(--color-bg-app-light);--color-bg-surface: var(--color-bg-surface-light);--color-bg-elevated: var(--color-bg-elevated-light);--color-text-primary: var(--color-text-primary-light);--color-text-secondary: var(--color-text-secondary-light);--color-text-muted: var(--color-text-muted-light);--color-border-soft: var(--color-border-soft-light);--color-border-strong: var(--color-border-strong-light);--c-bg: var(--color-bg-app);--c-card: var(--color-bg-surface);--c-border: var(--color-border-soft);--c-muted: var(--color-text-muted);--c-danger: var(--color-error);background:var(--color-bg-app);padding-top:env(safe-area-inset-top)}.app-shell--post-details .app-main{background:var(--color-bg-app);padding:0;padding-bottom:calc(5.5rem + env(safe-area-inset-bottom,0))}.app-shell--shared-post .app-main{padding-bottom:calc(1rem + env(safe-area-inset-bottom,0))}.shared-post-entry{padding:.5rem .75rem 1rem;gap:.85rem}.shared-post-entry__content{display:flex;flex-direction:column;gap:.75rem}.shared-post-entry__preview-card{overflow:hidden}.shared-post-entry__preview-media.post-image{width:100%;max-height:300px;border:none;border-radius:0;box-shadow:none;background:var(--color-bg-elevated)}.shared-post-entry__preview-text{padding:.85rem .9rem 1rem;display:flex;flex-direction:column;gap:.35rem}.shared-post-entry__title{margin:0;font-size:1.15rem;line-height:1.3;font-weight:700;color:var(--color-text-primary)}.shared-post-entry__location{margin:0;font-size:.95rem;line-height:1.35;color:var(--color-text-secondary)}.shared-post-entry__caption{margin:.1rem 0 0;font-size:.95rem;line-height:1.45;color:var(--color-text-primary)}.shared-post-entry__cta-card{border-color:var(--color-border-soft)}.shared-post-entry__cta-content{display:flex;flex-direction:column;gap:.65rem}.shared-post-entry__cta-content .muted{margin:0}@media(max-width:640px){.post-details-page{padding:.5rem 0}.post-details{padding:0 .5rem 1.25rem}}.app-shell--map{--color-bg-app: var(--color-bg-app-light);--color-bg-surface: var(--color-bg-surface-light);--color-bg-elevated: var(--color-bg-elevated-light);--color-text-primary: var(--color-text-primary-light);--color-text-secondary: var(--color-text-secondary-light);--color-text-muted: var(--color-text-muted-light);--color-border-soft: var(--color-border-soft-light);--color-border-strong: var(--color-border-strong-light);--c-bg: var(--color-bg-app);--c-card: var(--color-bg-surface);--c-border: var(--color-border-soft);--c-muted: var(--color-text-muted);--c-danger: var(--color-error);background:var(--color-bg-app)}.app-shell--map .app-main{padding:0}.map-page{width:100%;height:100vh;background:var(--app-bg)}.map-shell{position:relative;width:100%;height:100%;overflow:hidden}.map-page .leaflet-control-attribution{position:absolute;top:calc(.35rem + env(safe-area-inset-top,0));right:.35rem;margin:0;font-size:.6rem;color:color-mix(in srgb,var(--color-text-primary) 45%,transparent);background:color-mix(in srgb,var(--color-bg-surface) 60%,transparent);border-radius:calc(var(--radius-sm) - 2px);padding:.1rem .35rem}.map-page .leaflet-control-attribution a{color:inherit}.map-page .leaflet-attribution-flag,.map-page .leaflet-control-attribution.leaflet-control{display:none!important}.map-wrapper{position:absolute;inset:0;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}.map-center-crosshair{position:absolute;left:50%;top:50%;width:34px;height:34px;transform:translate(-50%,-50%);z-index:465;pointer-events:none;display:inline-flex;align-items:center;justify-content:center}.map-center-crosshair__halo{width:18px;height:18px;border-radius:999px;border:1px solid color-mix(in srgb,var(--color-brand) 45%,transparent);background:color-mix(in srgb,var(--color-bg-surface) 88%,transparent);box-shadow:var(--shadow-bubble-soft)}.map-center-crosshair__arm{position:absolute;border-radius:999px;background:color-mix(in srgb,var(--color-brand) 88%,transparent)}.map-center-crosshair__arm--top,.map-center-crosshair__arm--bottom{width:2px;height:10px;left:50%;transform:translate(-50%)}.map-center-crosshair__arm--top{top:0}.map-center-crosshair__arm--bottom{bottom:0}.map-center-crosshair__arm--left,.map-center-crosshair__arm--right{width:10px;height:2px;top:50%;transform:translateY(-50%)}.map-center-crosshair__arm--left{left:0}.map-center-crosshair__arm--right{right:0}.map-center-crosshair__dot{position:absolute;width:6px;height:6px;border-radius:999px;background:var(--color-brand);border:1px solid var(--color-bg-surface)}.map-canvas{height:100%;width:100%;border-radius:0;overflow:hidden;-webkit-tap-highlight-color:transparent}.map-wrapper .leaflet-container:focus{outline:none}.map-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:450;pointer-events:none}.map-overlay__surface{width:min(520px,90%);border-radius:var(--radius-lg);border:1px solid color-mix(in srgb,var(--color-neutral-base) 20%,transparent);background:color-mix(in srgb,var(--color-bg-app-dark) 92%,transparent);padding:1.5rem;box-shadow:var(--shadow-overlay);position:relative;overflow:hidden;pointer-events:auto}.map-overlay__shimmer{position:absolute;inset:0;background:color-mix(in srgb,var(--color-brand-light) 72%,transparent);animation:skeleton-pulse 1.6s ease-in-out infinite;opacity:.45}.map-overlay__content{position:relative;z-index:1;display:flex;flex-direction:column;gap:.5rem;text-align:center}.map-overlay--loading{align-items:stretch;justify-content:stretch}.map-overlay__veil{position:absolute;inset:0;background:color-mix(in srgb,var(--color-bg-app-light) 45%,transparent)}.map-overlay__dots{position:absolute;inset:0;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);place-items:center;gap:1.5rem;padding:4rem}.map-overlay__dot{width:16px;height:16px;border-radius:50%;opacity:.75}.map-loading-overlay{position:absolute;inset:0;z-index:455;pointer-events:none}.map-loading-overlay__veil{position:absolute;inset:0;background:color-mix(in srgb,var(--color-bg-app-light) 50%,transparent)}.map-loading-overlay__filter{position:absolute;top:calc(.85rem + env(safe-area-inset-top,0));left:50%;transform:translate(-50%);width:min(220px,70vw);height:44px;border-radius:var(--radius-xl)}.map-loading-overlay__legend{position:absolute;left:1rem;bottom:calc(var(--map-ui-bottom-offset) + .75rem);display:flex;flex-direction:column;gap:.4rem}.map-loading-overlay__legend-row{width:200px;height:18px;border-radius:var(--radius-sm)}.map-loading-overlay__marker{position:absolute;width:34px;height:34px;border-radius:50%}.map-loading-overlay__marker--one{top:35%;left:22%}.map-loading-overlay__marker--two{top:48%;left:60%}.map-loading-overlay__marker--three{top:62%;left:38%}@media(max-width:768px){.map-loading-overlay__legend{left:.75rem;bottom:calc(var(--map-ui-bottom-offset) + .75rem)}}.map-controls{position:absolute;z-index:460;width:100%;pointer-events:none}.map-controls--top{top:0;left:0;right:0;display:flex;justify-content:center;padding:calc(.75rem + env(safe-area-inset-top,0)) 1rem 0}.map-controls>*{pointer-events:auto}.map-toolbar{position:relative}.floating-panel{position:absolute;right:2rem;bottom:calc(var(--map-ui-bottom-offset) + 1rem);width:min(360px,90vw);background:color-mix(in srgb,var(--color-bg-app-dark) 96%,transparent);border:1px solid var(--c-border);border-radius:var(--radius-lg);padding:1.1rem;box-shadow:var(--shadow-lg);z-index:400}.reference-panel{left:2rem;right:auto;max-width:320px}.reference-panel__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.posts-drawer{max-height:70vh;display:flex;flex-direction:column;gap:.75rem}.posts-list{display:flex;flex-direction:column;gap:.65rem;overflow-y:auto;padding-right:.3rem}.post-card{border:1px solid var(--c-border);border-radius:calc(var(--radius-md) + 2px);padding:.75rem;background:color-mix(in srgb,var(--color-bg-surface-dark) 85%,transparent)}.post-card h4{margin:0 0 .25rem}.muted{color:var(--c-muted);font-size:.9rem}.map-status{position:absolute;top:50%;right:calc(1rem + env(safe-area-inset-right,0));transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:.35rem;min-width:44px;min-height:56px;background:var(--color-bg-surface);border-radius:var(--radius-pill);border:1px solid var(--color-border-soft);color:var(--color-text-primary);box-shadow:var(--shadow-panel);z-index:400}.map-status .favorite-toggle{width:44px;height:44px;padding:0;border:1px solid var(--color-border-soft);border-radius:999px;background:var(--color-bg-surface);color:var(--color-text-secondary)}.map-status .favorite-toggle--entry{color:var(--color-text-secondary)}.map-status .favorite-toggle--entry .favorite-toggle__icon{fill:none;stroke:currentColor;stroke-width:1.6}.map-status .favorite-toggle--active{color:var(--color-brand)}.map-status .favorite-toggle--active .favorite-toggle__icon{fill:none;stroke:currentColor;stroke-width:1.6}.map-status__button{position:relative;font-size:1.05rem;line-height:1;overflow:visible}.map-status__button-icon{width:20px;height:20px}.map-layer-hint{position:absolute;top:50%;right:calc(4.85rem + env(safe-area-inset-right,0));transform:translateY(-50%);z-index:400;white-space:nowrap}.premium-feature-button__crown{position:absolute;top:-4px;right:-4px;width:14px;height:14px;border-radius:999px;background:var(--color-bg-surface);border:1px solid var(--color-border-soft);display:inline-flex;align-items:center;justify-content:center;pointer-events:none}.premium-feature-button__crown img{width:12px;height:12px;display:block}.map-layer{transition:opacity .15s cubic-bezier(.4,0,.2,1)}.map-layer-visible{opacity:1;pointer-events:auto}.map-layer-hidden{opacity:0;pointer-events:none}.personal-object-icon,.vip-spot-icon{transition:opacity .15s cubic-bezier(.4,0,.2,1)}.map-shell--personal-hidden .personal-object-icon{opacity:0!important;pointer-events:none!important}.map-shell--personal-visible .personal-object-icon{opacity:1!important;pointer-events:auto!important}.map-shell--catches-hidden .vip-spot-icon{opacity:0!important;pointer-events:none!important}.map-shell--catches-visible .vip-spot-icon{opacity:1!important;pointer-events:auto!important}.map-layers-sheet{display:flex;flex-direction:column;gap:.75rem}.map-layers-sheet__toggle{display:flex;align-items:center;justify-content:space-between;gap:.75rem;border:1px solid var(--color-border-soft);border-radius:var(--radius-md);background:var(--color-bg-surface);padding:.85rem .95rem;color:var(--color-text-primary)}.map-legend{position:absolute;bottom:calc(var(--map-ui-bottom-offset) + .75rem);left:1rem;display:flex;flex-direction:column;gap:.35rem;padding:.5rem .75rem;border-radius:var(--radius-md);border:1px solid var(--color-border-soft);background:color-mix(in srgb,var(--color-bg-surface) 95%,transparent);color:var(--color-text-primary);font-size:.98rem;z-index:400;pointer-events:none}.map-pulse-ring{position:absolute;width:36px;height:36px;border-radius:50%;border:2px solid var(--color-accent-primary);opacity:.6;transform:translate(-50%,-50%) scale(1);pointer-events:none;z-index:650;animation:map-pulse-ring .7s ease-out forwards}@keyframes map-pulse-ring{0%{opacity:.6;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(1.8)}}.map-legend__item{display:flex;align-items:center;gap:.45rem;line-height:1}.map-legend__icon{width:26px;height:26px;border-radius:calc(var(--radius-md) - 2px);display:inline-flex;align-items:center;justify-content:center}.map-legend__icon--post{background:var(--color-accent-primary);box-shadow:var(--shadow-marker)}.map-legend__icon--place{background:var(--place-marker-water-bg);box-shadow:var(--shadow-marker)}.map-legend__icon--reference{background:color-mix(in srgb,var(--color-accent-secondary) 20%,transparent);box-shadow:var(--shadow-marker-soft);opacity:.85}.spot-icon,.vip-spot-icon,.personal-object-icon{background:transparent!important;border:none!important}.personal-object-marker{width:36px;height:48px;display:inline-flex;align-items:center;justify-content:center;position:relative;overflow:visible;filter:drop-shadow(var(--shadow-marker-soft))}.personal-object-marker__drop{position:absolute;inset:0;z-index:1}.personal-object-marker__drop path{fill:var(--personal-object-color);stroke:color-mix(in srgb,var(--personal-object-color) 74%,var(--color-text-primary));stroke-width:1.1}.personal-object-marker__badge-bg{fill:var(--color-bg-surface-light);stroke:color-mix(in srgb,var(--personal-object-color) 35%,transparent);stroke-width:1}.personal-object-marker__glyph{color:var(--personal-object-color)}.vip-spot-marker{width:36px;height:48px;display:inline-flex;align-items:center;justify-content:center;position:relative;transition:transform .16s ease,filter .16s ease,opacity .16s ease}.vip-spot-marker__drop{position:absolute;inset:0}.vip-spot-marker--post .vip-spot-marker__drop path{fill:var(--color-success);stroke:color-mix(in srgb,var(--color-success) 72%,var(--color-text-primary));stroke-width:1.1}.vip-spot-marker--reference .vip-spot-marker__drop path{fill:color-mix(in srgb,var(--color-text-muted) 72%,var(--color-bg-surface));stroke:color-mix(in srgb,var(--color-text-primary) 40%,transparent);stroke-width:1.1}.vip-spot-marker__glyph{fill:var(--color-text-inverse);stroke:none}.vip-spot-marker__glyph path{fill:var(--color-text-inverse);stroke:none}.vip-spot-marker__glyph-icon-wrap{position:absolute;inset:0;z-index:1;display:inline-flex;align-items:center;justify-content:center;pointer-events:none;transform:translateY(-7px)}.vip-spot-marker__glyph-icon{width:14px;height:14px;color:var(--color-text-inverse)}.vip-spot-marker__glyph-icon svg{width:100%;height:100%;display:block}.spot-marker{width:34px;height:34px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;position:relative}.spot-marker--post{background:var(--color-accent-primary);border:2px solid color-mix(in srgb,var(--color-accent-primary) 45%,transparent);box-shadow:var(--shadow-bubble)}.spot-marker--place{background:var(--color-accent-muted);border:2px solid color-mix(in srgb,var(--color-accent-muted) 45%,transparent);box-shadow:var(--shadow-marker-soft)}.spot-marker--reference{width:29px;height:29px;background:color-mix(in srgb,var(--color-accent-secondary) 45%,transparent);border:1.5px solid color-mix(in srgb,var(--color-text-primary) 45%,transparent);box-shadow:var(--shadow-bubble-soft);opacity:1}.spot-marker__fish{width:28px;height:18px}.spot-marker__water{width:28px;height:18px;color:var(--color-text-inverse)}.spot-marker__water path{fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.spot-marker__fish path{stroke-linecap:round;stroke-linejoin:round}.spot-marker__count{position:absolute;top:-5px;right:-5px;min-width:18px;height:18px;padding:0 5px;border-radius:var(--radius-xl);background:var(--color-text-primary);color:var(--color-text-inverse);font-size:.65rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;box-shadow:var(--shadow-marker-strong)}.spot-marker--place-dot{border-radius:50%;background:var(--color-accent-primary);box-shadow:none}.place-marker{position:relative;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transform:scale(.25);transform-origin:center;transition:transform .22s cubic-bezier(.22,.8,.22,1);will-change:transform}.place-marker.compact{transform:scale(.25)}.place-marker.expanded{transform:scale(1)}.place-marker__core{width:100%;height:100%;border-radius:50%;background:var(--place-marker-compact-bg);transition:background-color .18s ease}.place-marker.expanded .place-marker__core{background:var(--place-marker-water-bg);box-shadow:var(--shadow-marker-soft)}.place-marker__icon{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:var(--color-text-inverse);opacity:0;transform:scale(.7);transition:opacity .14s ease 80ms,transform .14s ease 80ms}.place-marker.expanded .place-marker__icon{opacity:1;transform:scale(1)}.place-marker__glyph{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center}.place-marker__glyph svg{width:100%;height:100%;display:block;fill:currentColor}.place-marker__glyph path{fill:currentColor;stroke:none}.place-marker__count{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 5px;border-radius:var(--radius-xl);background:var(--color-text-primary);color:var(--color-text-inverse);font-size:.65rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;opacity:0;transform:translateY(-6px);transition:opacity .15s ease .12s,transform .15s ease .12s}.place-marker.expanded .place-marker__count{opacity:1;transform:translateY(0)}.spot-marker--post .spot-marker__fish,.spot-marker--place .spot-marker__fish{width:34px;height:22px;fill:var(--color-text-inverse);stroke:none}.spot-marker--place .spot-marker__water{width:32px;height:20px}.spot-marker--reference .spot-marker__fish{fill:none;stroke:var(--color-text-primary);stroke-width:3;opacity:1}.map-legend__icon--post .spot-marker__fish,.map-legend__icon--place .spot-marker__fish{width:22px;height:14px;fill:var(--color-text-inverse);stroke:none}.place-legend__glyph{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;color:var(--color-text-inverse)}.place-legend__glyph svg{width:100%;height:100%;display:block;fill:currentColor}.place-legend__glyph path{fill:currentColor;stroke:none}.place-sheet__tabs{display:flex;gap:.35rem;padding:.25rem;border-radius:var(--radius-pill);border:1px solid var(--color-border-soft);background:transparent;margin-bottom:.75rem}.place-sheet__tab{flex:1;border:none;background:transparent;color:var(--color-text-secondary);font-weight:600;min-height:40px;padding:.25rem .6rem;border-radius:var(--radius-pill);cursor:pointer}.place-sheet__tab--active{color:var(--color-brand);background:var(--color-brand-light)}.place-sheet__species-list{display:flex;flex-direction:column;gap:.35rem;padding-left:1rem;margin:0}.place-catch-list{display:flex;flex-direction:column;gap:.6rem}.place-catch-card{border:1px solid var(--color-border-soft);border-radius:var(--radius-md);padding:.7rem .8rem;background:var(--color-bg-surface);display:flex;flex-direction:column;gap:.35rem;cursor:default}.place-catch-card--import{opacity:.85}.place-catch-card__meta{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.place-catch-card__label{font-size:.85rem;color:var(--color-text-muted)}.place-catch-card__badge{font-size:.82rem;font-weight:600;color:var(--color-text-primary);border:1px solid var(--color-border-soft);border-radius:var(--radius-pill);padding:.1rem .55rem;background:color-mix(in srgb,var(--color-bg-surface) 70%,var(--color-border-soft))}.place-catch-card__content{display:flex;flex-direction:column;gap:.2rem}.map-legend__icon--reference .spot-marker__fish{width:22px;height:14px;fill:none;stroke:var(--color-text-primary);stroke-width:2;opacity:.85}.sheet-header--cluster{align-items:center;justify-content:space-between}.sheet-body--cluster{display:flex;flex-direction:column;gap:1rem}.sheet-body--scroll{overflow-y:auto;overflow-x:hidden;padding-bottom:.25rem;flex:1;min-height:0;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;scrollbar-gutter:stable both-edges}.sheet-inner{display:flex;width:200%;transition:transform .25s ease}.sheet-inner.main{transform:translate(0)}.sheet-inner.forecast{transform:translate(-50%)}.sheet-pane{width:50%;min-width:50%;box-sizing:border-box;padding-inline:.4rem}.sheet-pane--main .premium-banner{margin-bottom:14px}.bottom-sheet--collapsed .sheet-body--scroll{max-height:35vh}.sheet-list__footer{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.25rem 0 .75rem}.marker-badge{min-width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:.85rem}@media(max-width:768px){.floating-panel{position:static;left:auto;right:auto;transform:none;bottom:auto;width:100%;margin-top:1rem}.map-wrapper{display:flex;flex-direction:column;gap:1rem}.map-status{right:calc(.75rem + env(safe-area-inset-right,0));left:auto;top:50%;transform:translateY(-50%);justify-content:center}.map-layer-hint{right:calc(4.6rem + env(safe-area-inset-right,0))}.map-legend{left:.75rem;bottom:calc(var(--map-ui-bottom-offset) + .75rem)}}.map-sheet__backdrop{position:fixed;inset:0;background:color-mix(in srgb,var(--color-text-primary) 12%,transparent);border:none;z-index:440;opacity:0;pointer-events:none;transition:opacity .2s ease}.map-sheet__backdrop--active{pointer-events:auto;opacity:1}.bottom-sheet--map{--bottom-sheet-offset: var(--map-ui-bottom-offset);--bottom-sheet-peek: 22vh;--bottom-sheet-safe-top: env(safe-area-inset-top);height:calc(100vh - var(--bottom-sheet-safe-top));max-height:calc(100vh - var(--bottom-sheet-safe-top));padding-top:var(--bottom-sheet-safe-top);padding-bottom:env(safe-area-inset-bottom)}.bottom-sheet--map .bottom-sheet__body{padding-bottom:calc(1.25rem + var(--map-ui-bottom-offset))}.bottom-sheet--map.bottom-sheet--map-layers{--bottom-sheet-peek: 0px;height:min(48vh,360px);max-height:min(48vh,360px);padding-top:0}.bottom-sheet--map.bottom-sheet--map-layers .bottom-sheet__body{padding-bottom:1rem}.bottom-sheet--reference-spot{--bottom-sheet-offset: calc(var(--map-ui-bottom-offset) + .25rem);--bottom-sheet-peek: 0px;max-height:min(42vh,320px)}.bottom-sheet--reference-spot .bottom-sheet__body{padding-bottom:1rem}.reference-spot-sheet{display:flex;flex-direction:column;gap:.5rem}.reference-spot-sheet__single{margin:0;padding:.65rem .8rem;border:1px solid color-mix(in srgb,var(--color-accent-secondary) 25%,transparent);border-radius:var(--radius-md);background:var(--color-bg-surface);color:var(--color-text-primary);font-size:.92rem;display:inline-flex;align-items:center;gap:.55rem}.reference-spot-sheet__bullet{transform:scale(.78);transform-origin:left center}.reference-spot-sheet__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.reference-spot-sheet__item{border:1px solid color-mix(in srgb,var(--color-accent-secondary) 25%,transparent);border-radius:var(--radius-md);background:var(--color-bg-surface);padding:.65rem .8rem;color:var(--color-text-primary);font-size:.92rem}.bottom-sheet--map .post-card .feed-card__media-image.post-image{box-shadow:none}.favorite-toggle{border:1px solid var(--c-border);border-radius:var(--radius-xl);width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;background:transparent;color:inherit;cursor:pointer;line-height:1;transition:none}.favorite-toggle__icon{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;fill:none;stroke:currentColor;stroke-width:1.6}.favorite-toggle__icon svg{width:100%;height:100%;display:block}.favorite-toggle--toggle.favorite-toggle--active .favorite-toggle__icon{fill:currentColor;stroke:none}.favorite-toggle--entry{color:var(--color-text-secondary)}.favorite-toggle--entry .favorite-toggle__icon{fill:none;stroke:currentColor;stroke-width:1.6}.favorite-toggle--active{color:var(--color-brand);border-color:color-mix(in srgb,var(--color-brand) 60%,transparent)}.favorite-toggle:disabled{opacity:.6;cursor:not-allowed}.sheet-media{width:140px;height:140px;flex-shrink:0}.sheet-summary{display:flex;flex-direction:column;gap:.25rem;min-width:0}.sheet-summary__species{font-size:.82rem;color:var(--color-text-muted);font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.25}.sheet-summary__species--skeleton{display:block;height:.8rem;width:min(72%,220px);border-radius:999px}.favorite-sheet-skeleton{display:flex;flex-direction:column;gap:.75rem}.favorite-sheet-skeleton__icon{width:36px;height:36px;border-radius:50%}.favorite-sheet-skeleton__distance{width:42px;height:.7rem;border-radius:999px}.favorite-sheet-skeleton__title{display:block;height:1.2rem;width:min(82%,260px);border-radius:999px}.favorite-sheet-skeleton__action{width:36px;height:36px;border-radius:var(--radius-xl)}.sheet-actions{display:flex;flex-direction:column;align-items:center;gap:.35rem;text-align:center;min-width:0}.sheet-actions .muted{white-space:nowrap}.sheet-cluster-count{color:color-mix(in srgb,var(--color-warning-bright) 90%,transparent);font-weight:600}.sheet-body{display:flex;flex-direction:column;gap:.75rem}.sheet-details{border:1px solid color-mix(in srgb,var(--color-accent-secondary) 25%,transparent);border-radius:calc(var(--radius-md) + 2px);padding:.65rem .75rem;background:var(--color-bg-surface);display:grid;grid-template-columns:60px minmax(0,1fr) 36px;gap:.75rem;align-items:flex-start;width:100%;text-align:left;cursor:pointer}.sheet-details--favorite{align-items:center}.sheet-details--favorite.sheet-details--locked{position:relative;isolation:isolate}.sheet-details--favorite.sheet-details--locked>:not(.sheet-details__locked-crown){filter:blur(3.5px);opacity:.5}.sheet-details__locked-crown{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:39px;height:39px;border-radius:50%;background:var(--color-bg-surface);display:inline-flex;align-items:center;justify-content:center;z-index:2;pointer-events:none;box-shadow:var(--shadow-marker-soft)}.sheet-details__locked-crown img{width:30px;height:30px;display:block}.sheet-details--favorite .map-legend__icon--place{width:36px;height:36px;border-radius:var(--radius-xl)}.sheet-details--favorite .map-legend__icon--reference{width:36px;height:48px;position:relative;display:inline-flex;align-items:center;justify-content:center}.sheet-details--favorite .map-legend__icon--reference:before{content:"";position:absolute;top:28px;left:50%;width:18px;height:18px;border-radius:50%;background:color-mix(in srgb,var(--color-accent-secondary) 28%,var(--color-bg-surface));box-shadow:var(--shadow-marker-soft);opacity:.95;transform:translate(-50%)}.sheet-details--favorite .map-legend__icon--reference .vip-spot-marker{position:relative;z-index:1;transform:translateY(0)}.sheet-details--favorite .place-legend__glyph{width:20px;height:20px}.sheet-details .favorite-toggle{align-self:center;justify-self:end}.sheet-placeholder{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.personal-object-list-controls{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.personal-object-list__search{margin-bottom:.1rem}.personal-object-list-controls__button{border-radius:var(--radius-pill);min-height:2.75rem;height:2.75rem;padding-inline:.75rem}.personal-object-list-controls__button-content{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-width:0}.personal-object-list-controls__icon{width:1rem;height:1rem}.personal-object-list-controls__indicator{min-width:1.2rem;height:1.2rem;border-radius:var(--radius-pill);display:inline-flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--color-brand) 15%,transparent);color:var(--color-brand);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);line-height:1;padding-inline:.25rem}.personal-object-filter-sheet__body{gap:1rem}.personal-object-filter-sheet__toggle{display:flex;align-items:center;justify-content:flex-start;width:100%;min-height:48px;border:none;border-radius:0;background:transparent;padding:.4rem .8rem}.personal-object-filter-sheet__fish-list{display:flex;flex-direction:column;gap:.45rem;max-height:min(36vh,260px);overflow-y:auto;padding-right:.25rem}.personal-object-filter-sheet__fish-item{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-text-primary)}.personal-object-sort-sheet{gap:.55rem}.personal-object-sort-sheet__option{width:100%;border:1px solid var(--color-border-soft);border-radius:var(--radius-md);background:var(--color-bg-surface);color:var(--color-text-primary);padding:.75rem .85rem;display:inline-flex;align-items:center;justify-content:space-between;text-align:left;cursor:pointer}.personal-object-sort-sheet__option--selected{border-color:color-mix(in srgb,var(--color-brand) 40%,transparent);background:color-mix(in srgb,var(--color-brand-light) 30%,var(--color-bg-surface))}.personal-object-sort-sheet__radio{width:1rem;height:1rem;border-radius:999px;border:1px solid color-mix(in srgb,var(--color-brand) 40%,transparent);background:var(--color-bg-surface);flex:0 0 auto}.personal-object-sort-sheet__option--selected .personal-object-sort-sheet__radio{border-color:var(--color-brand);background:color-mix(in srgb,var(--color-brand) 70%,var(--color-bg-surface))}.personal-object-list-card{border:1px solid var(--color-border-soft);border-radius:var(--radius-md);padding:16px;background:var(--color-bg-surface);display:flex;flex-direction:column;gap:6px;text-align:left;cursor:pointer}.personal-object-list-card:focus-visible{outline:2px solid color-mix(in srgb,var(--color-brand) 45%,transparent);outline-offset:2px}.personal-object-list-card__header{display:flex;align-items:center;justify-content:space-between;gap:8px}.personal-object-list-card__title{margin:0;font-size:16px;font-weight:var(--font-weight-semibold);line-height:1.3;color:var(--color-text-primary)}.personal-object-list-card__coords{font-size:var(--text-meta);color:var(--color-text-secondary);opacity:.6}.personal-object-list-card__time{font-size:var(--text-section-label);color:var(--color-text-secondary);opacity:.6;white-space:nowrap}.personal-object-list-card__chip{display:inline-flex;align-items:center;gap:.35rem;font-size:.82rem;font-weight:600;color:var(--color-text-primary);border:1px solid var(--color-border-soft);border-radius:var(--radius-pill);padding:.1rem .55rem .1rem .1rem;background:color-mix(in srgb,var(--color-bg-surface) 70%,var(--color-border-soft));max-width:min(62vw,280px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.personal-object-list-card__chip-icon{width:1.2rem;height:1.2rem;display:inline-flex;align-items:center;justify-content:center;line-height:0;border-radius:999px;background:var(--personal-chip-color, var(--color-brand));color:var(--color-bg-surface)}.personal-object-list-card__chip-icon .personal-object-icon-renderer{transform:translateY(-1px)}.personal-object-icon-renderer{display:inline-flex;align-items:center;justify-content:center;line-height:0;flex-shrink:0}.personal-object-icon-renderer__material{width:100%;height:100%;display:inline-flex}.personal-object-icon-renderer__material svg{width:100%;height:100%;display:block}.personal-object-list-card__chip-icon svg{width:100%;height:100%;display:block}.personal-object-list-card__chip-text{overflow:hidden;text-overflow:ellipsis}.personal-object-list-card__fish-tags{display:flex;flex-wrap:wrap;gap:.35rem}.personal-object-list-card__chip--fish{max-width:100%;padding:.1rem .55rem;font-weight:var(--font-weight-medium)}.personal-object-row__icon{width:34px;height:34px;border-radius:999px;background:color-mix(in srgb,currentColor 16%,var(--color-bg-surface));border:1px solid color-mix(in srgb,currentColor 65%,transparent);color:currentColor;display:inline-flex;align-items:center;justify-content:center}.personal-object-row__glyph{width:1.05rem;height:1.05rem;line-height:0;display:inline-flex;align-items:center;justify-content:center}.personal-object-row__glyph svg{width:100%;height:100%;display:block}.personal-object-detail__icon{width:48px;height:48px;background:currentColor;border-color:currentColor;justify-self:center;align-self:center}.personal-object-detail__glyph{width:1.35rem;height:1.35rem;transform:none}.personal-object-detail__hero{border:none;background:transparent;padding:0;width:100%;text-align:left;cursor:pointer;display:grid;grid-template-columns:64px minmax(0,1fr);gap:.9rem;align-items:center}.personal-object-detail__hero:focus-visible{outline:2px solid color-mix(in srgb,var(--color-brand) 35%,transparent);outline-offset:3px;border-radius:var(--radius-sm)}.personal-object-detail__hero:active{transform:scale(.995)}.personal-object-detail__content{display:flex;flex-direction:column;gap:6px;min-width:0}.personal-object-detail__title{font-size:var(--text-content-title);line-height:1.3;font-weight:var(--font-weight-semibold)}.personal-object-detail__subtitle{font-size:var(--text-meta);line-height:1.25;color:var(--color-text-secondary);opacity:.7}.personal-object-detail__coords{font-size:var(--text-meta);color:var(--color-text-secondary);opacity:.6}.personal-object-detail__fish-section{margin-top:24px;display:flex;flex-direction:column;gap:.5rem}.personal-object-detail__description-section{display:flex;flex-direction:column;gap:.35rem}.personal-object-detail__hero+.personal-object-detail__description-section,.personal-object-detail__fish-section+.personal-object-detail__description-section{margin-top:24px}.personal-object-detail__section-title{margin:0;font-size:var(--text-section-label);letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-secondary)}.personal-object-detail__description-text{margin:0;font-size:var(--text-body);line-height:1.5;color:var(--color-text-primary)}.personal-object-detail__quick-actions{margin-top:1rem}.personal-object-detail__menu-sheet{display:flex;flex-direction:column;gap:.5rem}.personal-object-detail__menu-sheet .btn{justify-content:center}.personal-object-actions-sheet{display:flex;flex-direction:column;gap:.5rem}.personal-object-row__chevron{justify-self:end;align-self:center;color:var(--color-text-secondary);font-size:1.2rem}.personal-object-grid-section{display:flex;flex-direction:column;gap:var(--space-xs)}.personal-object-grid-section__title{margin:0;display:inline-flex;align-items:center;gap:var(--space-xs);font-size:var(--font-size-md);font-weight:var(--font-weight-semibold);color:var(--color-text-primary)}.personal-object-grid-section__accent{width:10px;height:10px;border-radius:999px;background:currentColor;flex:0 0 auto}.personal-object-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:calc(var(--space-sm) * .85) calc(var(--space-xs) * .85)}.personal-object-grid__item{border:none;background:transparent;padding:0;display:flex;flex-direction:column;align-items:center;gap:calc(var(--space-xs) * .85);color:var(--color-text-primary);cursor:pointer}.personal-object-grid__circle{width:3.375rem;height:3.375rem;border-radius:999px;border:1px solid currentColor;background:currentColor;color:var(--color-bg-surface-light);display:inline-flex;align-items:center;justify-content:center;transition:border-color .15s ease,transform .15s ease,background-color .15s ease}.personal-object-grid__item:hover .personal-object-grid__circle{border-color:currentColor}.personal-object-grid__item:active .personal-object-grid__circle{transform:scale(.96)}.personal-object-grid__item--selected .personal-object-grid__circle{border-color:currentColor}.personal-object-grid__glyph{color:currentColor}.personal-object-grid__glyph svg{width:1.375rem;height:1.375rem;display:block}.personal-object-grid__label{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--color-text-secondary);text-align:center;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:calc(var(--font-size-xs) * 2.4)}.personal-object-type-picker__body{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}.bottom-sheet--personal-object-type-picker .bottom-sheet__body{overflow:hidden}.personal-object-fish-picker__body{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}.bottom-sheet--personal-object-fish-picker .bottom-sheet__body{overflow:hidden}.personal-object-fish-picker__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.personal-object-fish-picker__item{border:1px solid var(--color-border-soft);border-radius:var(--radius-sm);background:var(--color-bg-surface);color:var(--color-text-primary);padding:.55rem .45rem;font-size:var(--font-size-sm);line-height:1.25;text-align:center;cursor:pointer}.personal-object-fish-picker__item--selected{border-color:color-mix(in srgb,var(--color-brand) 55%,transparent);background:color-mix(in srgb,var(--color-brand-light) 75%,var(--color-bg-surface));color:var(--color-brand)}.personal-object-form__field{display:flex;flex-direction:column;gap:.375rem}.personal-object-form__field>span:not(.ui-field-label){font-size:var(--text-section-label);color:var(--color-text-secondary);font-weight:var(--font-weight-medium);line-height:1.2;text-transform:uppercase;letter-spacing:.04em}.personal-object-form__input,.personal-object-form__textarea{width:100%;border:1px solid var(--color-border-subtle);border-radius:var(--radius-sm);background:var(--color-bg-surface);color:var(--color-text-primary);padding:.7rem .8rem}.personal-object-form__readonly-row{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.personal-object-form__type-chip{max-width:min(62vw,320px)}.personal-object-location-preview{position:relative;overflow:hidden;border:1px solid var(--color-border-subtle);border-radius:var(--radius-md);height:8.75rem;cursor:pointer;background:var(--color-bg-surface)}.personal-object-location-preview:focus-visible{outline:none;box-shadow:inset 0 0 0 2px color-mix(in srgb,var(--color-brand) 32%,transparent)}.personal-object-location-preview__map{position:relative;z-index:1;width:100%;height:100%}.personal-object-location-preview__cta{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:inline-flex;align-items:center;gap:.42rem;max-width:calc(100% - 1.5rem);min-height:2rem;font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--color-text-primary);line-height:1.2;white-space:nowrap;border-radius:999px;border:1px solid color-mix(in srgb,var(--color-border-soft) 72%,transparent);background:color-mix(in srgb,var(--color-bg-surface) 82%,transparent);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:.35rem .8rem;box-shadow:var(--shadow-bubble-soft);pointer-events:none;z-index:2}.personal-object-location-preview__cta-icon{width:.95rem;height:.95rem;display:block;opacity:.82}.bottom-sheet--map.bottom-sheet--personal-object-location-picker .bottom-sheet__body{padding-bottom:calc(.75rem + var(--map-ui-bottom-offset))}.personal-object-location-picker{position:relative;width:100%;height:100%;min-height:min(62vh,560px)}.personal-object-location-picker__map{position:relative;z-index:1;width:100%;height:100%}.personal-object-location-picker__crosshair{z-index:2}.personal-object-location-picker__hint{position:absolute;left:50%;bottom:.65rem;transform:translate(-50%);margin:0;max-width:calc(100% - 1.2rem);text-align:center;font-size:var(--text-meta);color:var(--color-text-primary);padding:.3rem .65rem;border-radius:var(--radius-pill);border:1px solid color-mix(in srgb,var(--color-border-soft) 90%,transparent);background:color-mix(in srgb,var(--color-bg-surface) 90%,transparent);pointer-events:none;z-index:2}.personal-object-form__inline-action{border:none;background:transparent;color:var(--color-brand);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);padding:0;cursor:pointer}.personal-object-form__fish-action{align-self:flex-start}.personal-object-form__fish-controls{display:flex;flex-direction:column;gap:.5rem}.personal-object-form__fish-chips{display:flex;flex-wrap:wrap;gap:.4rem}.personal-object-form__fish-chip{display:inline-flex;align-items:center;gap:.35rem;font-size:.82rem;font-weight:var(--font-weight-medium);color:var(--color-text-primary);border:1px solid var(--color-border-soft);border-radius:var(--radius-pill);padding:.1rem .55rem;background:color-mix(in srgb,var(--color-bg-surface) 70%,var(--color-border-soft))}.personal-object-form__fish-chip-remove{border:none;background:transparent;color:var(--color-text-secondary);font-size:.9rem;line-height:1;padding:0;cursor:pointer}.personal-object-form__details{border:1px solid var(--color-border-subtle);border-radius:var(--radius-md);padding:.65rem .75rem;background:var(--color-bg-surface)}.personal-object-form__details--minimal{border:none;border-radius:0;padding:0;background:transparent}.personal-object-form__details summary{cursor:pointer;color:var(--color-text-secondary);margin-bottom:.5rem;font-size:var(--text-section-label);text-transform:uppercase;letter-spacing:.06em}.personal-object-form--edit{gap:1rem}.place-sheet-skeleton{display:flex;flex-direction:column;gap:.8rem}.place-sheet-skeleton__actions,.place-sheet-skeleton__tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.place-sheet-skeleton__action{display:block;height:2.25rem;border-radius:var(--radius-lg)}.place-sheet-skeleton__tab{display:block;height:2rem;border-radius:var(--radius-lg)}.place-sheet-skeleton__list{display:flex;flex-direction:column;gap:.5rem}.place-sheet-skeleton__line{display:block;height:1.1rem;border-radius:999px}.bottom-sheet--map.bottom-sheet--title-skeleton .sheet-header__title{width:min(62%,240px);height:1rem;border-radius:999px;color:transparent;background:var(--skeleton-base);animation:skeleton-pulse 1.6s ease-in-out infinite}@media(max-width:640px){.map-toolbar{flex-wrap:nowrap;gap:.5rem;padding-inline:.5rem}.chip{flex:0 0 auto}}.forecast-page{display:flex;flex-direction:column;gap:1.5rem;padding-bottom:1.5rem}.forecast-page .page-card{box-shadow:none;background:var(--color-bg-surface);-webkit-backdrop-filter:none;backdrop-filter:none}.forecast-header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.5rem}.forecast-header__title{margin:0;font-size:1.05rem;font-weight:600;text-align:center}.forecast-header__spacer{width:40px;height:40px}.page-enter{transform:translate(100%)}.page-enter-active{transform:translate(0);transition:transform .25s ease;will-change:transform}.page-exit{transform:translate(0)}.page-exit-active{transform:translate(-20%);transition:transform .25s ease}.forecast-home-header{gap:.75rem}.forecast-location-search{gap:.55rem}.forecast-location-selector{width:100%;border-radius:var(--radius-md);border:1px solid var(--c-border);background:var(--color-bg-surface);color:inherit;padding:.75rem .85rem;display:flex;align-items:center;justify-content:space-between;gap:.8rem;cursor:pointer}.forecast-location-selector--static{cursor:default}.forecast-location-selector:focus-visible{outline:none;border-color:color-mix(in srgb,var(--color-success) 60%,transparent);box-shadow:0 0 0 2px color-mix(in srgb,var(--color-success) 20%,transparent)}.forecast-location-selector__text{display:flex;flex-direction:column;gap:.2rem;text-align:left}.forecast-location-selector__label{text-transform:uppercase;letter-spacing:.08em;font-size:.7rem;color:var(--c-muted)}.forecast-location-selector__value{font-size:1rem;font-weight:600}.forecast-location-selector__hint{font-size:.8rem;color:var(--c-muted)}.forecast-location-selector__chevron{font-size:1.35rem;line-height:1;color:var(--c-muted)}.forecast-location-search__label{font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;color:var(--c-muted)}.forecast-location-search__input-wrap{position:relative}.forecast-location-search__input-wrap input{width:100%;border-radius:var(--radius-md);border:1px solid var(--c-border);background:var(--color-bg-surface);color:var(--color-text-primary);padding:.65rem 2.4rem .65rem .85rem;font-size:1rem}.forecast-location-search__input-wrap input::placeholder{color:var(--color-text-muted)}.forecast-location-search__input-wrap input:focus{outline:none;border-color:color-mix(in srgb,var(--color-success) 58%,transparent);box-shadow:0 0 0 2px color-mix(in srgb,var(--color-success) 18%,transparent)}.forecast-location-search__clear{position:absolute;top:50%;right:.6rem;transform:translateY(-50%);width:28px;height:28px;border:1px solid color-mix(in srgb,var(--color-border-soft) 75%,transparent);border-radius:999px;background:color-mix(in srgb,var(--color-bg-elevated) 80%,transparent);color:var(--color-text-muted);font-size:1.1rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.forecast-location-page{min-height:100dvh;display:flex;flex-direction:column;gap:.85rem;padding-bottom:calc(var(--bottom-tabbar-height) + var(--safe-bottom) + .75rem)}.forecast-location-page__header{position:sticky;top:0;z-index:10;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.5rem;padding:.25rem 0 .55rem;background:color-mix(in srgb,var(--color-bg-app) 94%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.forecast-location-page__title{margin:0;font-size:1.05rem;font-weight:600;text-align:center}.forecast-location-page__header-spacer{width:40px;height:40px}.forecast-location-page__search{flex-shrink:0}.forecast-location-page__results{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.forecast-location-page__idle{display:flex;flex-direction:column;gap:1rem}.current-location-btn{width:100%;border:none;border-radius:0;background:transparent;color:var(--color-text-primary);font-weight:500;font-size:1rem;padding:.5rem .25rem;text-align:left;display:flex;align-items:center;gap:.5rem;cursor:pointer}.current-location-btn .icon{color:var(--color-success)}.current-location-btn:disabled{opacity:.7;cursor:not-allowed}.current-location-btn:active{opacity:.6}.forecast-location-page__error{margin:0;color:var(--c-muted);font-size:.85rem}.forecast-location-page__recent{display:flex;flex-direction:column;gap:.5rem}.forecast-location-page__recent-title{margin:0;font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;color:var(--c-muted)}.forecast-location-page__state{display:flex;flex-direction:column;gap:.55rem}.forecast-location-page__skeleton{border-radius:var(--radius-md);height:50px}.forecast-location-page__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem}.forecast-location-page__option{width:100%;border-radius:var(--radius-md);border:1px solid var(--c-border);background:var(--color-bg-surface);color:var(--color-text-primary);padding:.7rem .8rem;text-align:left;display:flex;flex-direction:column;gap:.15rem;cursor:pointer}.forecast-location-page__label{font-size:.95rem;font-weight:600}.forecast-location-page__subtitle{font-size:.82rem;color:var(--c-muted)}.forecast-location{display:flex;align-items:center;justify-content:space-between;gap:1rem}.forecast-location__text{display:flex;flex-direction:column;gap:.2rem}.forecast-location__label{text-transform:uppercase;letter-spacing:.08em;font-size:.7rem;color:var(--c-muted)}.forecast-location__value{font-weight:600}.forecast-location__coords{font-size:.85rem;color:var(--c-muted)}.forecast-date-strip{gap:.65rem;overflow-x:auto;padding-bottom:.25rem;scrollbar-width:none;width:100%;border-color:var(--color-border-soft);background:transparent;padding:0 0 .25rem}.forecast-date-strip::-webkit-scrollbar{display:none}.forecast-date-pill{border:1px solid var(--color-card-border);background:transparent;color:var(--color-text-secondary);border-radius:var(--radius-xl);padding:.6rem .8rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.18rem;min-width:96px;text-align:center;transition:border-color .2s,background .2s;position:relative}.forecast-date-pill--active{border-color:var(--color-brand);background:var(--color-brand-light);color:var(--color-brand)}.forecast-date-pill--active .forecast-date-pill__day,.forecast-date-pill--active .forecast-date-pill__date{color:var(--color-brand)}.forecast-date-pill--locked{cursor:not-allowed}.forecast-date-pill--locked .forecast-date-pill__day,.forecast-date-pill--locked .forecast-date-pill__date{opacity:.5}.forecast-date-pill__crown{position:absolute;top:2px;right:2px;line-height:1;font-size:1.2rem}.forecast-date-pill__crown svg{width:28px;height:28px;display:block}.forecast-date-pill__crown img{width:28px;height:28px;display:block;filter:none}.forecast-date-pill__day{font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-secondary);white-space:nowrap}.forecast-date-pill__date{font-weight:600;font-size:1.45rem;line-height:1;color:var(--color-text-secondary);white-space:nowrap}.forecast-metric-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem}.forecast-metric-card{border-radius:calc(var(--radius-md) + 6px);border:1px solid var(--c-border);background:var(--color-bg-surface);padding:1rem;display:flex;flex-direction:column;gap:.5rem;text-decoration:none;color:inherit;box-shadow:none;transition:border-color .2s,transform .2s}.forecast-metric-card--button{width:100%;text-align:left;font:inherit;cursor:pointer}.forecast-metric-card:hover{border-color:color-mix(in srgb,var(--color-neutral-base) 60%,transparent);transform:translateY(-1px)}.forecast-metric-card__header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.forecast-metric-card__meta{display:inline-flex;align-items:center;gap:.5rem}.forecast-metric-card__chevron{color:var(--c-muted);font-size:1rem}.forecast-metric-card__title{font-weight:600}.forecast-metric-card__value{font-size:1.8rem;font-weight:600}.forecast-metric-card__description{margin:0;color:var(--c-muted);font-size:.9rem}.wind-direction{display:flex;align-items:center;gap:4px}.wind-direction .ui-icon{width:14px;height:14px;color:var(--color-blue);opacity:.7}.forecast-metric-card__metrics{margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.4rem .75rem;font-size:.85rem}.forecast-metric-card__metrics dt{text-transform:uppercase;letter-spacing:.08em;font-size:.7rem;color:var(--c-muted)}.forecast-metric-card__metrics dd{margin:0;font-weight:600}.forecast-trend{border-radius:var(--radius-xl);padding:.2rem .6rem;font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;border:1px solid transparent}.forecast-trend--up{color:var(--color-text-primary);border-color:color-mix(in srgb,var(--color-success) 60%,transparent);background:color-mix(in srgb,var(--color-success) 22%,transparent)}.forecast-trend--down{color:var(--color-text-primary);border-color:color-mix(in srgb,var(--color-error) 60%,transparent);background:color-mix(in srgb,var(--color-error) 22%,transparent)}.forecast-trend--steady{color:var(--color-text-primary);border-color:color-mix(in srgb,var(--color-neutral-base) 55%,transparent);background:color-mix(in srgb,var(--color-neutral-base) 20%,transparent)}.forecast-detail-header{display:flex;flex-direction:column;gap:.75rem}.forecast-detail-header-wrap{display:flex;flex-direction:column;gap:.6rem}.forecast-detail-header__back{align-self:flex-start}.forecast-detail-header__nav{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;flex-wrap:wrap}.forecast-detail-header__location{font-size:.85rem;color:var(--c-muted)}.forecast-detail-header__title h1{margin:0 0 .3rem}.forecast-detail-header__title .muted{margin:0}.forecast-current{display:flex;flex-direction:column;gap:.75rem;text-align:center}.forecast-current__value{font-size:2.4rem;font-weight:600}.forecast-current__meta{color:var(--c-muted);font-size:.95rem}.forecast-current__metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.5rem;text-align:left}.forecast-current__metric{border-radius:var(--radius-md);border:1px solid var(--c-border);padding:.6rem .75rem;background:color-mix(in srgb,var(--color-bg-elevated) 20%,transparent);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.forecast-current__metric span{display:block;color:var(--c-muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.08em}.forecast-current__metric strong{display:block;margin-top:.2rem;font-weight:600}.forecast-chart-card{padding:1rem 0 .6rem;gap:.5rem}.forecast-chart{display:flex;flex-direction:column;gap:.5rem}.forecast-chart__scroll{overflow-x:auto}.forecast-chart__svg{display:block}.forecast-chart__grid-line,.forecast-chart__baseline{stroke:color-mix(in srgb,var(--color-neutral-base) 25%,transparent);stroke-width:1}.forecast-chart__axis{fill:var(--c-muted);font-size:10px;text-anchor:end}.forecast-chart__highlight{fill:color-mix(in srgb,var(--color-success) 14%,transparent)}.forecast-chart__line{fill:none;stroke:color-mix(in srgb,var(--color-success-bright) 85%,transparent);stroke-width:2}.forecast-chart__dot{fill:var(--color-success-bright)}.forecast-chart__dot--active{fill:var(--color-success)}.forecast-chart__bar{fill:color-mix(in srgb,var(--color-success) 68%,transparent)}.forecast-chart__value{fill:var(--color-text-primary);font-size:10px;text-anchor:middle}.forecast-chart__times{display:flex;justify-content:flex-start;color:var(--c-muted);font-size:.75rem;margin-top:.4rem;padding-left:44px}.forecast-chart__time{text-align:center}.forecast-chart__time--active{color:var(--color-text-primary)}.forecast-detail-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.5rem}.forecast-detail-list__item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.6rem .75rem;border-radius:var(--radius-md);border:1px solid var(--c-border);background:color-mix(in srgb,var(--color-bg-elevated) 20%,transparent);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.forecast-detail-list__label{color:var(--c-muted);font-size:.8rem;letter-spacing:.08em;text-transform:uppercase}.forecast-detail-list__value{font-weight:600;text-align:right}.forecast-windows{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.forecast-window{border-radius:calc(var(--radius-md) + 2px);border:1px solid var(--c-border);padding:.75rem;background:color-mix(in srgb,var(--color-bg-elevated) 20%,transparent);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.forecast-window__title{margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;color:var(--c-muted)}.forecast-window ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.35rem;font-weight:600}.forecast-window .muted{margin:0}.forecast-state{text-align:center}.forecast-state p{margin:0}.forecast-skeleton__line{height:12px;border-radius:var(--radius-xl);width:70%}.forecast-skeleton__line--short{width:45%}.forecast-skeleton__value{height:22px;border-radius:calc(var(--radius-md) - 2px);width:55%}.forecast-skeleton__value--large{height:32px;width:45%}.forecast-skeleton__metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.5rem}.forecast-skeleton__metric{height:26px;border-radius:var(--radius-sm)}.forecast-skeleton__dates{display:flex;gap:.65rem;overflow:hidden}.forecast-skeleton__date{width:84px;height:44px;border-radius:calc(var(--radius-md) + 2px)}.forecast-skeleton__chart{height:170px;border-radius:calc(var(--radius-md) + 2px)}.forecast-skeleton__timeline{display:flex;gap:.5rem;padding:0 1rem .4rem}.forecast-skeleton__tick{width:46px;height:14px;border-radius:var(--radius-sm)}.forecast-metric-card--skeleton{pointer-events:none;box-shadow:none}@media(max-width:640px){.forecast-location{align-items:flex-start;flex-direction:column}.forecast-metric-card__value{font-size:1.6rem}.forecast-current__value{font-size:2rem}}.app-shell--auth{--color-bg-app: var(--color-bg-app-light);--color-bg-surface: var(--color-bg-surface-light);--color-bg-elevated: var(--color-bg-elevated-light);--color-text-primary: var(--color-text-primary-light);--color-text-secondary: var(--color-text-secondary-light);--color-text-muted: var(--color-text-muted-light);--color-border-soft: var(--color-border-soft-light);--color-border-strong: var(--color-border-strong-light);--color-error: var(--color-error-light);--c-bg: var(--color-bg-app);--c-card: var(--color-bg-surface);--c-border: var(--color-border-soft);--c-muted: var(--color-text-muted);--c-danger: var(--color-error);background:var(--bg-app);padding-top:env(safe-area-inset-top)}.app-shell--auth .app-main{background:var(--bg-app)}.app-shell--auth .app-header{background:var(--bg-surface);border-bottom:1px solid var(--border-default);box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.app-shell--auth .brand__accent{color:var(--color-accent-primary)}.app-shell--auth .brand__tagline,.app-shell--auth .auth-indicator,.app-shell--auth .nav-link{color:var(--text-muted)}.app-shell--auth .nav-link--active{background:var(--color-accent-secondary);color:var(--text-primary)}.app-shell--auth .auth-indicator__logout{color:var(--text-muted);border-color:var(--border-default)}.auth-page{display:flex;flex-direction:column;align-items:center;gap:var(--space-md);padding:var(--space-lg);background:var(--bg-app);color:var(--text-primary)}.auth-panel{width:100%;max-width:480px;margin:0 auto;padding:var(--space-lg);border-radius:var(--radius-lg);background:var(--bg-surface);box-shadow:var(--shadow-card);display:flex;flex-direction:column;gap:var(--space-md)}.auth-title{margin:0;font-size:var(--font-title);color:var(--text-primary)}.auth-form{display:flex;flex-direction:column;gap:var(--space-md)}.auth-form label{display:flex;flex-direction:column;gap:var(--space-xs);color:var(--text-secondary);font-size:var(--font-size-sm)}.auth-form input{border-radius:var(--radius-md);border:1px solid var(--border-default);background:var(--bg-input);color:var(--text-primary);padding:.65rem .85rem;font-size:var(--font-size-md)}.auth-form input:focus{outline:none;border-color:var(--border-accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--border-accent) 18%,transparent)}.auth-form .btn{width:100%;min-height:48px;border-radius:var(--radius-pill)}.auth-form .btn--loading{position:relative;color:transparent}.auth-form .btn--loading:after{content:"";position:absolute;width:18px;height:18px;border-radius:50%;border:2px solid color-mix(in srgb,var(--btn-primary-text) 35%,transparent);border-top-color:var(--btn-primary-text);animation:auth-spin .8s linear infinite}.auth-telegram-btn.btn--primary,.auth-telegram-btn.btn--secondary{background:var(--color-brand-telegram);border-color:var(--color-brand-telegram);color:var(--color-text-inverse);box-shadow:none}.auth-telegram-btn.btn--primary:disabled,.auth-telegram-btn.btn--secondary:disabled{background:var(--color-brand-telegram);border-color:var(--color-brand-telegram);color:var(--color-text-inverse)}.auth-telegram-btn__content{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-xs)}.auth-telegram-btn__icon{width:1rem;height:1rem;fill:currentColor}.auth-form__error,.auth-form .field-error{margin:0;font-size:var(--font-size-sm);color:var(--text-error)}.auth-footer{margin:0;font-size:var(--font-size-sm);color:var(--text-secondary)}.auth-link{color:var(--text-link)}@keyframes auth-spin{to{transform:rotate(360deg)}}.feed-page{display:flex;flex-direction:column;gap:1.5rem;background:var(--color-bg-app)}.app-shell--feed{--color-bg-app: var(--color-bg-app-light);--color-bg-surface: var(--color-bg-surface-light);--color-bg-elevated: var(--color-bg-elevated-light);--color-text-primary: var(--color-text-primary-light);--color-text-secondary: var(--color-text-secondary-light);--color-text-muted: var(--color-text-muted-light);--color-border-soft: var(--color-border-soft-light);--color-border-strong: var(--color-border-strong-light);--c-bg: var(--color-bg-app);--c-card: var(--color-bg-surface);--c-border: var(--color-border-soft);--c-muted: var(--color-text-muted);--c-danger: var(--color-error);background:var(--color-bg-app)}.app-shell--feed .app-main{background:var(--color-bg-app)}.app-shell--feed .app-header{background:var(--color-bg-surface);border-bottom:1px solid var(--color-border-soft);box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.app-shell--feed .brand__accent{color:var(--color-accent-primary)}.app-shell--feed .brand__tagline,.app-shell--feed .auth-indicator,.app-shell--feed .nav-link{color:var(--color-text-muted)}.app-shell--feed .nav-link--active{background:var(--color-accent-secondary);color:var(--color-text-primary)}.app-shell--feed .auth-indicator__logout{color:var(--color-text-muted);border-color:var(--color-border-soft)}.app-shell--feed{padding-top:env(safe-area-inset-top)}.feed-page--stream{gap:.75rem}.feed-tabs-bar{display:flex;justify-content:center;padding:.75rem 1rem}.feed-tabs-bar .feed-tabs{margin:0 auto}.feed-page--stream .page-card{background:transparent;border:none;box-shadow:none;padding:0}.feed-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.feed-page--stream .feed-header{align-items:flex-end;padding:0 .25rem}.feed-page--stream .feed-header h1{font-size:1.45rem;letter-spacing:.01em;color:var(--color-text-primary)}.feed-page--stream .feed-header .muted{max-width:32rem;color:var(--color-text-muted)}.segmented-control.feed-tabs{border:1px solid var(--color-border-soft);border-radius:var(--radius-pill);padding:.25rem;gap:.35rem;background:transparent;width:fit-content}.feed-page--stream .segmented-control.feed-tabs{border-color:var(--color-border-soft);background:transparent}.feed-tabs .segmented-control__item{min-height:40px;padding:.25rem .9rem;color:var(--color-text-secondary);background:transparent;border-color:transparent}.feed-page--stream .feed-tabs .segmented-control__item{padding:.25rem .9rem;font-weight:600}.feed-tabs .segmented-control__item--active{background:var(--color-brand-light);color:var(--color-brand)}.feed-tabs .segmented-control__item--disabled{opacity:.4;cursor:not-allowed}.feed-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,3fr);gap:1.5rem}.feed-list-card,.feed-details-card{display:flex;flex-direction:column;gap:1rem;border:1px solid color-mix(in srgb,var(--color-neutral-base) 18%,transparent)}.feed-page--stream .feed-list-card{gap:.75rem;border:none}.feed-page--stream .feed-list-header{display:flex;align-items:center;justify-content:space-between;padding:0 .25rem .75rem;border-bottom:1px solid color-mix(in srgb,var(--color-accent-secondary) 30%,transparent)}.feed-list{display:flex;flex-direction:column;gap:.75rem;max-height:70vh;overflow-y:auto;padding-right:.5rem;border-right:1px solid color-mix(in srgb,var(--color-neutral-base) 18%,transparent);padding-right:.75rem}.feed-list--single-column{max-height:none;overflow:visible;border-right:none;padding-right:0;gap:1rem}.feed-page--stream .feed-list--single-column{gap:0}.feed-page--stream .feed-list--pulling{padding-top:1.5rem}.feed-page--stream .feed-list--single-column>.post-card{background:transparent;border:none;border-radius:0;box-shadow:none}.feed-page--stream .feed-list--single-column>.post-skeleton{background:transparent;border:none;border-radius:0;box-shadow:none}.feed-page--stream .feed-list--single-column>.post-card:after{content:"";display:block;height:1px;background:color-mix(in srgb,var(--color-accent-secondary) 30%,transparent);margin:.75rem 0}.feed-page--stream .feed-list--single-column>.post-card:last-child:after{display:none}.new-post-highlight{animation:post-highlight 4s ease-out}@keyframes post-highlight{0%{background-color:color-mix(in srgb,var(--color-accent-primary) 22%,var(--color-bg-surface));box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--color-accent-primary) 35%,transparent)}to{background-color:var(--color-bg-surface);box-shadow:inset 0 0 0 1px transparent}}.feed-pull-indicator{height:0;opacity:0;margin:0;overflow:hidden;transition:opacity .2s ease,height .2s ease;display:flex;justify-content:center}.feed-pull-indicator--active,.feed-pull-indicator--refreshing{height:36px;opacity:1;margin:.75rem 0 .5rem}.feed-pull-indicator__bar{height:4px;max-width:120px;border-radius:var(--radius-xl);display:block}.feed-pull-indicator__spinner{width:24px;height:24px;border-radius:50%;border:3px solid color-mix(in srgb,var(--color-text-muted) 30%,transparent);border-top-color:color-mix(in srgb,var(--color-text-muted) 80%,transparent);animation:feed-spinner .8s linear infinite}@keyframes feed-spinner{to{transform:rotate(360deg)}}.feed-list__footer{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.75rem 0 .25rem}.feed-comments__more{align-self:flex-start;border:none;background:transparent;color:var(--c-accent);cursor:pointer;padding:.3rem .2rem;min-height:2.25rem;font-size:.95rem;font-weight:600;line-height:1.25}.feed-comments__more--cta{align-self:center;display:inline-flex;align-items:center;justify-content:center;text-align:center;color:var(--color-accent-primary);border:1px solid color-mix(in srgb,var(--color-accent-primary) 20%,transparent);border-radius:12px;padding:12px 16px;background:transparent}.feed-comments__more--cta:active{background:color-mix(in srgb,var(--color-accent-primary) 5%,transparent)}.feed-page--stream .feed-placeholder{background:var(--color-bg-surface);border-color:color-mix(in srgb,var(--color-accent-secondary) 40%,transparent);color:var(--color-text-primary)}.feed-page--stream .feed-guard--inline{border-color:color-mix(in srgb,var(--color-accent-secondary) 40%,transparent);background:var(--color-bg-surface);color:var(--color-text-primary)}@media(max-width:768px){.app-shell--feed .app-main{padding:0;padding-bottom:calc(5.5rem + env(safe-area-inset-bottom,0))}}.capsule{border-radius:var(--radius-xl);border:1px solid var(--c-border);padding:.1rem .65rem;font-size:.8rem;text-transform:lowercase}.capsule--accent{border-color:transparent;background:var(--c-accent);color:var(--color-text-strong)}.feed-details{display:flex;flex-direction:column;gap:1.25rem}.feed-details__header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.feed-details__image{width:100%;border-radius:calc(var(--radius-md) + 6px);border:1px solid var(--c-border);object-fit:cover;max-height:320px;margin-top:.25rem}.feed-image-fallback{border-radius:calc(var(--radius-md) + 6px);border:1px dashed var(--c-border);padding:2rem;text-align:center;color:var(--c-muted)}.feed-details__meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1.25rem;background:color-mix(in srgb,var(--color-bg-app-dark) 45%,transparent);border-radius:calc(var(--radius-md) + 4px);padding:1rem;border:1px solid color-mix(in srgb,var(--color-neutral-base) 20%,transparent)}.feed-details__user{border-top:1px solid var(--c-border);padding-top:1rem;display:flex;flex-direction:column;gap:.25rem}.feed-placeholder{border-radius:calc(var(--radius-md) + 2px);border:1px dashed var(--c-border);padding:1.5rem;text-align:center;display:flex;flex-direction:column;gap:.35rem;background:color-mix(in srgb,var(--color-bg-app-dark) 60%,transparent)}.feed-guard{display:flex;flex-direction:column;gap:.75rem;align-items:flex-start;max-width:520px;margin:0 auto}.feed-guard--inline{border:1px dashed var(--c-border);border-radius:calc(var(--radius-md) + 2px);padding:1rem;width:100%}.feed-tabs__cta{margin-left:auto}.comments-section{border-top:1px solid var(--c-border);padding-top:1rem;display:flex;flex-direction:column;gap:.75rem}.comments-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.comments-list{list-style:none;display:flex;flex-direction:column;gap:.75rem;padding:0;margin:0}.comments-item{border:1px solid var(--c-border);border-radius:calc(var(--radius-md) + 2px);padding:.75rem;background:color-mix(in srgb,var(--color-bg-app-dark) 60%,transparent)}.comments-item__header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.35rem;font-size:.9rem}.comments-form{display:flex;flex-direction:column;gap:.75rem}.comments-form__field textarea{width:100%;border-radius:var(--radius-md);border:1px solid var(--c-border);background:color-mix(in srgb,var(--color-bg-app-dark) 45%,transparent);padding:.75rem .85rem;color:inherit;font:inherit;resize:vertical;min-height:96px}.comments-form__actions{display:flex;justify-content:flex-end;margin-top:.25rem;gap:.5rem}.comments-error{color:var(--c-danger);font-size:.9rem;margin:0}.comments-login{border:1px dashed var(--c-border);border-radius:calc(var(--radius-md) + 2px);padding:.75rem;display:flex;flex-direction:column;gap:.5rem}.comments-placeholder{border:1px dashed var(--c-border);border-radius:var(--radius-md);padding:.75rem;display:flex;flex-direction:column;gap:.35rem}@media(max-width:960px){.feed-layout{grid-template-columns:1fr}.feed-list{max-height:none}.feed-details__header{flex-direction:column;align-items:flex-start}}@media(max-width:640px){.feed-page--stream .feed-header{flex-direction:column;align-items:flex-start}.feed-page--stream .feed-header .btn{align-self:flex-start}.feed-card__content{padding:0 .5rem .75rem}}.my-posts-page{display:block}.my-posts-page>div{display:flex;flex-direction:column;gap:1rem}.user-posts-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.25rem 0}.user-posts-header__back-btn{flex-shrink:0}.user-posts-header__username{margin:0;font-size:1.1rem;font-weight:600;text-align:center;flex:1;min-width:0}.user-posts-header__more-btn{color:var(--color-text-primary)}.profile-summary{text-align:center;padding:1.5rem 1rem}.profile-summary .profile-avatar{width:88px;height:88px;border-radius:50%;object-fit:cover;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;font-weight:600;color:var(--color-text-muted);border:1px solid var(--color-border-soft);background:var(--color-bg-surface)}.profile-stats{margin:0;display:flex;justify-content:center;gap:2rem;margin-bottom:1rem}.profile-stats div{min-width:70px}.profile-stats dt{font-size:.8125rem;color:var(--color-text-muted);margin-top:.25rem}.profile-stats dd{margin:0;font-size:1.125rem;font-weight:600}.profile-stats__count-btn{border:none;background:transparent;color:inherit;font:inherit;font-weight:600;cursor:pointer;padding:0}.profile-stats__count-btn:focus-visible{outline:2px solid var(--color-accent-primary);outline-offset:3px;border-radius:4px}.follow-btn{padding:.375rem 1.125rem;border-radius:20px;border:1px solid var(--color-success);background:transparent}.profile-summary__description{margin:.75rem 0 0}.my-posts-grid__footer{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.75rem 0 .25rem}.my-posts-grid__skeleton{width:100%}.my-posts-placeholder{border:1px dashed var(--c-border);border-radius:calc(var(--radius-md) + 2px);padding:.85rem;display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.my-posts-actions{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap;margin-bottom:.75rem}.my-post-details,.my-post-details-card{display:flex;flex-direction:column;gap:1rem}.my-post-details-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.my-post-details-header h1{margin:.1rem 0}.my-post-details-image{margin:.5rem 0}.my-post-details-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem}@media(max-width:640px){.profile-stats{gap:1rem;flex-wrap:wrap}.my-post-details-header{flex-direction:column;align-items:flex-start}}.profile-page{display:flex;flex-direction:column;gap:1.5rem;padding:var(--page-padding-y) var(--page-padding-x);background:var(--color-bg-app);color:var(--color-text-primary)}.profile-card{width:min(640px,100%);display:flex;flex-direction:column;gap:1.5rem;margin:0 auto}.profile-header{display:flex;flex-direction:column;gap:1rem}.profile-header__identity{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.profile-header__meta{display:flex;flex-direction:column;gap:.35rem}.profile-header__meta h1,.profile-header__meta p{margin:0}.profile-premium-badge{display:inline-flex;align-items:center;gap:0;padding:6px 14px;border-radius:999px;font-size:.8125rem;font-weight:600;background:var(--color-brand-light);border:1px solid var(--color-brand-border);color:var(--color-text-primary);box-shadow:none;margin-top:.5rem;margin-bottom:1rem;align-self:flex-start}.profile-page .muted{color:var(--color-text-muted)}.profile-content{display:flex;flex-direction:column;gap:1.5rem}.profile-avatar,.profile-avatar-fallback{width:88px;height:88px;border-radius:50%;border:1px solid var(--color-border-soft);background:var(--color-bg-surface);display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);text-align:center}.profile-avatar{object-fit:cover;padding:0}.profile-avatar-trigger{border:none;padding:0;margin:0;background:transparent;cursor:pointer;border-radius:50%}.profile-avatar-trigger:disabled{cursor:default}.profile-avatar-input{display:none}.profile-form{display:flex;flex-direction:column;gap:1.25rem;padding:0}.profile-form label{display:flex;flex-direction:column;gap:.35rem;color:var(--color-text-muted)}.profile-form input{border-radius:var(--radius-md);border:1px solid var(--color-border-soft);background:var(--color-bg-surface);color:var(--color-text-primary);padding:.6rem .8rem}.profile-status{margin:.25rem 0 0}.profile-status--success{color:var(--color-success)}.profile-status--error,.profile-form .field-error{color:var(--c-danger)}.profile-actions{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.profile-shortcuts{display:flex;gap:1rem}.profile-action{flex:1;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.4rem;border-radius:calc(var(--radius-md) + 2px);padding:.65rem .5rem;font-weight:500;color:var(--color-text-muted);background:transparent}.profile-action__icon{width:30px;height:30px;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;fill:none}.profile-action__label{font-size:.85rem;line-height:1.2}.profile-action:active,.profile-action:focus-visible{background:color-mix(in srgb,var(--color-accent-secondary) 12%,transparent)}.app-shell--profile{--color-bg-app: var(--color-bg-app-light);--color-bg-surface: var(--color-bg-surface-light);--color-bg-elevated: var(--color-bg-elevated-light);--color-text-primary: var(--color-text-primary-light);--color-text-secondary: var(--color-text-secondary-light);--color-text-muted: var(--color-text-muted-light);--color-border-soft: var(--color-border-soft-light);--color-border-strong: var(--color-border-strong-light);--c-bg: var(--color-bg-app);--c-card: var(--color-bg-surface);--c-border: var(--color-border-soft);--c-muted: var(--color-text-muted);--c-danger: var(--color-error);background:var(--color-bg-app);padding-top:env(safe-area-inset-top)}.app-shell--profile .app-main{background:var(--color-bg-app);padding:0;padding-bottom:calc(5.5rem + env(safe-area-inset-bottom,0))}.app-shell--profile .app-header{background:var(--color-bg-surface);border-bottom:1px solid var(--color-border-soft);box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.app-shell--profile .brand__accent{color:var(--color-accent-primary)}.app-shell--profile .brand__tagline,.app-shell--profile .auth-indicator,.app-shell--profile .nav-link{color:var(--color-text-muted)}.app-shell--profile .nav-link--active{background:var(--color-accent-secondary);color:var(--color-text-primary)}.app-shell--profile .auth-indicator__logout{color:var(--color-text-muted);border-color:var(--color-border-soft)}.app-shell--profile .btn:disabled{opacity:.8}.app-shell--profile .btn--secondary:disabled{opacity:1}.profile-skeleton{display:flex;flex-direction:column;gap:1.5rem}.profile-skeleton__header{display:flex;align-items:center;gap:1rem}.profile-skeleton__avatar{width:88px;height:88px;border-radius:50%}.profile-skeleton__meta{display:flex;flex-direction:column;gap:.35rem;flex:1}.profile-skeleton__line{height:14px;width:60%;border-radius:calc(var(--radius-md) - 2px)}.profile-skeleton__line--short{width:40%}.profile-skeleton__actions{display:flex;flex-wrap:wrap;gap:.75rem}.profile-skeleton__form{display:flex;flex-direction:column;gap:.75rem}.profile-skeleton__field{height:40px;border-radius:var(--radius-md)}.profile-skeleton__button{height:38px;width:140px;border-radius:var(--radius-xl)}.profile-skeleton__button--wide{width:180px}@media(max-width:640px){.profile-card{padding:0}}.connections-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.65rem}.connections-list__item{border:1px solid var(--color-border-soft);border-radius:calc(var(--radius-md) + 2px);background:var(--color-bg-surface);padding:.65rem .75rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.connections-list__user{min-width:0;display:flex;align-items:center;gap:.65rem;color:inherit;text-decoration:none}.connections-list__avatar{width:42px;height:42px;border-radius:50%;border:1px solid var(--color-border-soft);object-fit:cover;flex-shrink:0}.connections-list__avatar--fallback{display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);background:var(--color-bg-elevated);font-weight:600}.connections-list__name{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.connections-list__follow-btn{min-width:110px}.connections-pagination{margin-top:.75rem;display:flex;align-items:center;justify-content:center;gap:.75rem}@media(max-width:420px){.connections-list__item{flex-wrap:wrap}.connections-list__follow-btn{width:100%}}.statistics-page{display:flex;flex-direction:column;gap:1.5rem;background:var(--color-bg-app);padding:var(--page-padding-y) var(--page-padding-x)}.statistics-page .refreshable-scroll{display:block}.statistics-page .refreshable-scroll>*+*{margin-top:1.5rem}.statistics-page .page-card{box-shadow:var(--shadow-panel-faint);background:var(--c-card);border:1px solid var(--c-border)}.statistics-summary__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem}.statistics-summary__stack{display:flex;flex-direction:column;gap:.5rem}.statistics-summary__value{margin:.35rem 0 0;font-size:clamp(.85rem,.7rem + 1.2vw,1rem);font-weight:600;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-flex;align-items:center;gap:.4rem}.statistics-summary__count{flex:0 0 auto}.statistics-summary__period{flex:0 0 auto;white-space:nowrap}.statistics-section{display:flex;flex-direction:column;gap:.75rem}.statistics-section__title{margin:0;font-size:1rem}.statistics-metric-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem}.statistics-metric-card{border-radius:var(--radius-md);border:1px solid var(--c-border);background:var(--color-bg-surface);padding:.75rem .85rem;display:flex;flex-direction:column;gap:.35rem}.statistics-metric-card__label{margin:0;color:var(--color-text-muted);font-size:.85rem}.statistics-metric-card__value{margin:0;font-weight:600}.statistics-metric-card__meta{margin:0;color:var(--color-text-muted);font-size:.85rem}.statistics-patterns{margin:0;padding-left:1.2rem;display:flex;flex-direction:column;gap:.45rem;color:var(--color-text-secondary);line-height:1.6;list-style-position:outside}.statistics-insights__note{margin:0;color:var(--color-text-muted);font-size:.85rem;line-height:1.5}.statistics-list{display:flex;flex-direction:column;gap:.75rem}.statistics-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1rem;border-radius:calc(var(--radius-md) + 4px);border:1px solid var(--c-border);background:var(--color-bg-surface);color:inherit;text-decoration:none;transition:border-color .2s,transform .2s}.statistics-row:hover{border-color:var(--color-border-strong);transform:translateY(-1px)}.statistics-row__title{font-weight:600;margin-bottom:.2rem}.statistics-row__badges{display:inline-flex;flex-wrap:wrap;gap:.4rem;margin-top:.35rem}.statistics-row__thumb{width:72px;height:54px;flex:0 0 auto}.statistics-row__thumb .post-image{border-radius:var(--radius-md)}.statistics-row__content{flex:1;min-width:0}.statistics-row__content .muted{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.statistics-row__chevron{font-size:1.1rem;color:var(--color-text-muted)}.statistics-details{display:flex;flex-direction:column;gap:1.25rem}.statistics-details__badges{display:flex;flex-wrap:wrap;gap:.5rem}.statistics-toggle-card{display:flex;flex-direction:column;gap:.5rem;padding:.75rem .9rem;border-radius:var(--radius-md);background:var(--color-bg-elevated);border:1px solid var(--color-border-soft);box-shadow:var(--shadow-panel-faint)}.statistics-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.statistics-toggle-label{font-size:.9rem;color:var(--color-text-muted)}.statistics-toggle-control{display:inline-flex;align-items:center;gap:.6rem}.statistics-toggle-state{font-size:var(--font-size-sm);color:var(--color-text-secondary);min-width:2.25rem;text-align:right}.statistics-badge{border:1px solid var(--color-border-soft);border-radius:var(--radius-md);background:var(--color-bg-surface);color:var(--color-text-muted);font-size:.8rem;font-weight:600;padding:.35rem .6rem}.statistics-badge--success{border-color:color-mix(in srgb,var(--color-success) 55%,transparent);background:color-mix(in srgb,var(--color-success) 12%,var(--color-bg-surface));color:color-mix(in srgb,var(--color-success) 70%,var(--color-text-primary))}.statistics-badge--warning{border-color:color-mix(in srgb,var(--color-warning) 55%,transparent);background:color-mix(in srgb,var(--color-warning) 12%,var(--color-bg-surface));color:color-mix(in srgb,var(--color-warning) 70%,var(--color-text-primary))}.statistics-details__conditions{display:flex;flex-direction:column;gap:.75rem}.statistics-details__section{margin:.5rem 0 0;color:var(--color-text-muted);font-size:.85rem}.statistics-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.statistics-weather{display:flex;flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none}.statistics-weather__item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.55rem .75rem;border-radius:var(--radius-md);border:1px solid var(--c-border);background:var(--color-bg-surface)}.statistics-weather__label{color:var(--color-text-muted);font-size:.9rem}.statistics-weather__value{font-weight:600;text-align:right;word-break:break-word}.statistics-skeleton{display:flex;flex-direction:column;gap:1rem}.statistics-skeleton__card{display:flex;flex-direction:column;gap:.75rem}.statistics-skeleton__line{height:14px;border-radius:var(--radius-md);display:block}.statistics-skeleton__line--short{width:65%}.statistics-skeleton__metric-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem}.statistics-skeleton__metric{height:56px;border-radius:var(--radius-md)}@media(max-width:640px){.statistics-summary__grid{grid-template-columns:1fr}}:root{color-scheme:light;font-family:var(--font-family-base);font-weight:var(--font-weight-regular);line-height:var(--line-height-normal);background-color:var(--color-bg-app);color:var(--color-text-primary);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--safe-bottom: env(safe-area-inset-bottom, 0)}*,*:before,*:after{box-sizing:border-box}html,body,#root{background:var(--app-bg)}body{margin:0;min-height:100vh}#root{min-height:100vh}#app-splash{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:var(--color-bg-app-light);z-index:9999}#app-splash img{width:110vw;max-width:420px;height:auto}a{color:inherit;text-decoration:none}button{font-family:inherit}:root{--color-accent-primary: #5fa777;--color-accent-secondary: #5fa777;--color-accent-muted: #5fa777;--color-accent-bright: #5fa777;--color-accent-deep: var(--color-accent-secondary);--color-brand-telegram: #229ed9;--color-neutral-base: #6b7280;--color-brand: #5fa777;--color-brand-light: rgba(95, 167, 119, .08);--color-brand-border: rgba(95, 167, 119, .25);--color-premium: var(--color-brand);--color-premium-light: var(--color-brand-light);--color-danger: #e05a4f;--color-border-default: #e5e7eb;--color-card-bg: #f7f9f6;--color-card-border: #e5e7eb;--color-bg-app-light: #ffffff;--color-bg-surface-light: #ffffff;--color-bg-elevated-light: var(--color-card-bg);--color-text-primary-light: #1c1c1c;--color-text-strong: #1c1c1c;--color-text-secondary-light: #6b7280;--color-text-muted-light: #6b7280;--color-text-inverse: #ffffff;--color-bg-app-dark: var(--color-bg-app-light);--color-bg-surface-dark: var(--color-bg-surface-light);--color-bg-elevated-dark: var(--color-bg-elevated-light);--color-text-primary-dark: var(--color-text-primary-light);--color-text-secondary-dark: var(--color-text-secondary-light);--color-text-muted-dark: var(--color-text-muted-light);--color-border-soft-light: var(--color-border-default);--color-border-strong-light: var(--color-border-default);--color-border-soft-dark: var(--color-border-default);--color-border-strong-dark: var(--color-border-default);--color-success: var(--color-brand);--color-warning: var(--color-premium);--color-error: var(--color-danger);--color-error-light: var(--color-danger);--color-warning-bright: var(--color-premium);--color-success-bright: var(--color-brand);--color-skeleton-base: #e7ece8;--color-skeleton-highlight: #f4f7f4;--color-bg-app: var(--color-bg-app-light);--color-bg-surface: var(--color-bg-surface-light);--color-bg-elevated: var(--color-bg-elevated-light);--color-text-primary: var(--color-text-primary-light);--color-text-secondary: var(--color-text-secondary-light);--color-text-muted: var(--color-text-muted-light);--color-border-soft: var(--color-border-soft-light);--color-border-strong: var(--color-border-strong-light);--color-border-subtle: var(--color-border-soft);--font-family-base: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-size-xs: .75rem;--font-size-sm: .85rem;--font-size-md: .9rem;--font-size-lg: 1.2rem;--font-size-xl: 1.45rem;--text-sheet-title: 20px;--text-content-title: 18px;--text-body: 15px;--text-meta: 13px;--text-section-label: 12px;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--line-height-tight: 1.2;--line-height-normal: 1.5;--line-height-relaxed: 1.7;--space-2xs: .25rem;--space-xs: .5rem;--space-sm: .75rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 2.5rem;--radius-sm: 12px;--radius-md: 16px;--radius-lg: 20px;--radius-xl: 999px;--size-button-height: 52px;--shadow-sm: 0 6px 16px rgba(30, 30, 30, .08);--shadow-md: 0 8px 20px rgba(30, 30, 30, .1);--shadow-lg: 0 10px 24px rgba(30, 30, 30, .12);--shadow-sheet: 0 -12px 28px rgba(30, 30, 30, .12);--shadow-accent: 0 8px 20px rgba(95, 167, 119, .24);--shadow-accent-sm: 0 6px 14px rgba(95, 167, 119, .2);--shadow-overlay: 0 16px 30px rgba(30, 30, 30, .16);--shadow-overlay-strong: 0 20px 40px rgba(30, 30, 30, .2);--shadow-marker: 0 6px 12px rgba(30, 30, 30, .18);--shadow-marker-soft: 0 4px 10px rgba(30, 30, 30, .14);--shadow-marker-strong: 0 8px 14px rgba(30, 30, 30, .2);--shadow-bubble: 0 8px 16px rgba(30, 30, 30, .16);--shadow-bubble-soft: 0 6px 12px rgba(30, 30, 30, .12);--shadow-panel: 0 8px 20px rgba(30, 30, 30, .1);--shadow-panel-strong: 0 10px 24px rgba(30, 30, 30, .12);--shadow-panel-soft: 0 6px 16px rgba(30, 30, 30, .09);--shadow-panel-faint: 0 4px 12px rgba(30, 30, 30, .06);--shadow-filter: 0 8px 16px rgba(30, 30, 30, .1);--shadow-filter-strong: 0 12px 22px rgba(30, 30, 30, .13);--place-marker-compact-bg: #1f3c88;--place-marker-water-bg: #0ea5e9;--color-green: var(--color-brand);--color-blue: var(--place-marker-water-bg);--color-orange: var(--color-warning);--color-red: var(--color-danger);--color-teal: color-mix(in srgb, var(--place-marker-water-bg) 62%, var(--color-brand));--color-purple: color-mix(in srgb, var(--place-marker-compact-bg) 72%, var(--color-danger));--color-yellow: var(--color-warning);--color-gray: var(--color-text-muted);--color-neutral: var(--color-text-secondary);--app-bg: var(--color-bg-app-light);--page-padding-x: var(--space-sm);--page-padding-y: var(--space-md);--bottom-tabbar-height: 5.5rem;--map-ui-bottom-offset: calc(var(--bottom-tabbar-height) + var(--safe-bottom));--c-bg: var(--color-bg-app);--c-card: var(--color-card-bg);--c-accent: var(--color-accent-muted);--c-border: var(--color-border-soft);--c-muted: var(--color-text-muted);--c-danger: var(--color-error);--skeleton-base: var(--color-skeleton-base);--skeleton-highlight: var(--color-skeleton-highlight);--bg-app: var(--color-bg-app);--bg-surface: var(--color-bg-surface);--bg-elevated: var(--color-bg-elevated);--bg-input: var(--color-bg-surface);--text-primary: var(--color-text-primary);--text-secondary: var(--color-text-secondary);--text-muted: var(--color-text-muted);--text-link: var(--color-accent-primary);--text-error: var(--color-error);--border-default: var(--color-border-soft);--border-accent: var(--color-accent-primary);--btn-primary-bg: var(--color-accent-primary);--btn-primary-text: var(--color-text-inverse);--btn-secondary-text: var(--color-brand);--radius-pill: var(--radius-xl);--shadow-card: var(--shadow-panel);--font-title: var(--font-size-xl);--ui-spacing-2xs: var(--space-2xs);--ui-spacing-xs: var(--space-xs);--ui-spacing-sm: var(--space-sm);--ui-spacing-md: var(--space-md);--ui-spacing-lg: var(--space-lg);--ui-radius-control: var(--radius-md);--ui-radius-card: var(--radius-md);--ui-radius-badge: var(--radius-xl);--ui-text-title: var(--text-sheet-title);--ui-text-content-title: var(--text-content-title);--ui-text-body: var(--text-body);--ui-text-meta: var(--text-meta);--ui-text-section-label: var(--text-section-label);--ui-text-control: 16px;--ui-surface: var(--color-bg-surface);--ui-surface-soft: color-mix(in srgb, var(--color-bg-surface) 94%, var(--color-brand));--ui-surface-muted: color-mix(in srgb, var(--color-bg-surface) 96%, var(--color-text-muted));--ui-surface-danger: color-mix(in srgb, var(--color-bg-surface) 92%, var(--color-danger));--ui-text-primary: var(--color-text-primary);--ui-text-secondary: var(--color-text-secondary);--ui-text-muted: var(--color-text-muted);--ui-text-inverse: var(--color-text-inverse);--ui-border-default: var(--color-border-soft);--ui-border-strong: var(--color-border-strong);--ui-border-accent: color-mix(in srgb, var(--color-brand) 55%, var(--color-border-soft));--ui-border-danger: color-mix(in srgb, var(--color-danger) 45%, var(--color-border-soft));--ui-shadow-soft: var(--shadow-panel-faint);--ui-shadow-focus: 0 0 0 3px color-mix(in srgb, var(--color-brand) 24%, transparent);--ui-control-height-sm: 38px;--ui-control-height-md: 44px;--ui-icon-button-size-sm: 36px;--ui-icon-button-size-md: 40px;--ui-icon-button-size-lg: 44px;--ui-transition-fast: .14s cubic-bezier(.4, 0, .2, 1)}.post-card{--card-padding-x: .75rem;--card-padding-y: 1rem;--card-gap: .75rem;width:100%;text-align:left;display:flex;flex-direction:column;gap:var(--card-gap);padding:var(--card-padding-y) var(--card-padding-x);background:var(--color-bg-surface);border-radius:calc(var(--radius-md) + 2px);border:1px solid color-mix(in srgb,var(--color-accent-secondary) 22%,transparent)}.post-card .feed-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;padding:0}.post-card .feed-card__author-group{flex:1;min-width:0;display:grid;grid-template-columns:auto 1fr auto;align-items:center;column-gap:.75rem}.post-card .feed-card__author-link,.post-card .feed-card__author-info{grid-column:1 / span 2;min-width:0;display:inline-flex;align-items:center;gap:.65rem;background:transparent;border:none;padding:0;color:inherit;cursor:pointer;text-align:left}.post-card .feed-card__author-meta{display:flex;flex-direction:column;gap:.15rem;min-width:0}.post-card .feed-card__subscribe{grid-column:3;justify-self:end;border:1px solid color-mix(in srgb,var(--color-accent-secondary) 40%,transparent);border-radius:var(--radius-xl);padding:.25rem .7rem;background:var(--color-bg-surface);color:var(--color-text-primary);font-size:.78rem;font-weight:600;cursor:pointer;transition:opacity .2s ease,border-color .2s ease}.post-card .feed-card__subscribe:disabled{opacity:.6;cursor:not-allowed}.post-card .feed-card__menu{grid-column:3;justify-self:end;position:relative}.post-card .feed-card__menu-button{color:var(--color-text-muted)}.post-card .feed-card__menu-list{position:absolute;right:0;top:calc(100% + .35rem);background:var(--color-bg-surface);border:1px solid var(--color-border-soft);border-radius:calc(var(--radius-md) - 2px);box-shadow:var(--shadow-panel);min-width:140px;z-index:2}.post-card .feed-card__menu-item{width:100%;border:none;background:transparent;padding:.5rem .75rem;text-align:left;color:var(--color-text-primary);font-size:.9rem;cursor:pointer}.post-card .feed-card__menu-item:disabled{opacity:.6;cursor:not-allowed}.post-card .feed-card__avatar{width:36px;height:36px;border-radius:50%;overflow:hidden;background:color-mix(in srgb,var(--color-accent-secondary) 25%,transparent);display:flex;align-items:center;justify-content:center;font-weight:600;text-transform:uppercase;color:var(--color-text-primary)}.post-card .feed-card__avatar img{width:100%;height:100%;object-fit:cover}.post-card .feed-card__media{width:100%;margin:0;padding:0}.post-card .feed-card__media-image.post-image{width:100%;height:auto;max-height:none;border-radius:var(--radius-md);border:none;background:transparent;box-shadow:var(--shadow-panel-strong);overflow:hidden}.post-card .feed-card__meta-line{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}.post-card .feed-card__meta-sep{color:var(--color-text-muted);opacity:.6}.post-card .feed-card__likes{margin-top:0;display:inline-flex;align-items:center;gap:.7rem}.post-card .post-card__share{width:36px;height:36px;border:none;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:transparent;color:var(--color-text-muted);cursor:pointer;transition:color .2s ease,background-color .2s ease}.post-card .post-card__comment{min-width:44px;height:36px;border:none;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:.25rem;padding:0 .4rem;background:transparent;color:var(--color-text-muted);cursor:pointer;transition:color .2s ease,background-color .2s ease}.post-card .post-card__comment:active{background:color-mix(in srgb,var(--color-accent-primary) 10%,transparent)}.post-card .post-card__comment-icon{width:1.35rem;height:1.35rem;display:inline-flex;align-items:center;justify-content:center}.post-card .post-card__comment-count{display:inline-flex;align-items:center;line-height:1.1;color:var(--color-text-muted);font-weight:600;font-size:1.05rem}.post-card .post-card__share:active{background:color-mix(in srgb,var(--color-accent-primary) 10%,transparent)}.post-card .post-card__share-icon{width:1.35rem;height:1.35rem;display:inline-flex;align-items:center;justify-content:center}.post-card .post-card__share--new{animation:post-share-pulse 4s ease-out}@keyframes post-share-pulse{0%{color:var(--color-accent-primary);background:color-mix(in srgb,var(--color-accent-primary) 18%,transparent);box-shadow:0 0 color-mix(in srgb,var(--color-accent-primary) 30%,transparent)}70%{color:var(--color-accent-primary);box-shadow:0 0 0 8px color-mix(in srgb,var(--color-accent-primary) 0%,transparent)}to{color:var(--color-text-muted);background:transparent;box-shadow:0 0 color-mix(in srgb,var(--color-accent-primary) 0%,transparent)}}.like-inline{gap:.25rem}.post-card .like-row.like-inline{gap:.18rem}.like-inline .like-button{padding:0;height:36px;min-width:0;border-radius:999px;border:none;background:transparent;box-shadow:none;display:inline-flex;align-items:center;justify-content:center;line-height:1}.like-inline .like-icon{width:1.35rem;height:1.35rem;display:inline-flex;align-items:center;justify-content:center;color:var(--color-text-muted)}.post-action-icon svg{width:100%;height:100%;display:block}.post-action-icon{display:inline-flex;align-items:center;justify-content:center;line-height:0}.post-action-icon--like svg{transform:translateY(.5px) scale(.92)}.post-action-icon--comment svg{transform:translateY(1px)}.post-action-icon--share svg{transform:translateY(.5px)}.like-inline .like-button--active .like-icon{color:var(--color-accent-primary)}.like-inline .like-count{display:inline-flex;align-items:center;line-height:1.1;color:var(--color-text-muted);font-weight:600;font-size:1.05rem}.like-inline .like-count--active{color:var(--color-accent-primary)}.post-card .feed-card__comments{display:flex;flex-direction:column;gap:.4rem;width:100%;margin-top:0}.post-card .feed-card__comments .muted{margin:0}.post-card .feed-comment{border-radius:calc(var(--radius-md) - 2px);background:transparent;padding:0;border:none}.post-card .feed-card__author-name{margin:0;font-size:.98rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--color-text-primary)}.post-card .feed-card__followers{font-size:.8rem;color:var(--color-text-muted)}.post-card .feed-card__fish,.post-card .feed-card__meta-line{margin:0;font-size:.82rem;font-weight:500;color:var(--color-text-muted);letter-spacing:.01em}.post-card .feed-card__title{margin:0;font-size:1.02rem;font-weight:600;color:var(--color-text-primary)}.post-card .feed-card__time{margin:0;font-size:inherit;color:inherit;text-transform:none}:root{--comment-font-size: .9rem;--comment-line-height: 1.4}.comment-line{display:inline-flex;align-items:baseline;gap:.4rem;font-size:var(--comment-font-size);line-height:var(--comment-line-height)}.comment-author{font-weight:600;color:var(--color-text-primary)}.comment-text{font-weight:400;color:var(--color-text-primary)}.comments-screen{display:flex;flex-direction:column;min-height:calc(100vh - var(--bottom-tabbar-height) - env(safe-area-inset-bottom,0));padding:.75rem;gap:.75rem;background:var(--color-bg-app)}.comments-screen__header{display:grid;grid-template-columns:40px 1fr 40px;align-items:center;gap:.5rem}.comments-screen__header h1{margin:0;font-size:1.05rem;font-weight:600;color:var(--color-text-primary);text-align:center}.comments-screen__count{width:40px;justify-self:end;text-align:center;color:var(--color-text-muted);font-size:.9rem}.comments-screen__list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem;padding-bottom:.25rem}.comments-screen__items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.comments-screen__item{display:flex;gap:.65rem}.comments-screen__avatar{width:32px;height:32px;border-radius:50%;background:color-mix(in srgb,var(--color-accent-secondary) 20%,transparent);color:var(--color-text-primary);display:inline-flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:600;flex-shrink:0;overflow:hidden}.comments-screen__avatar img{width:100%;height:100%;object-fit:cover}.comments-screen__content{min-width:0;flex:1;display:flex;flex-direction:column;gap:.15rem}.comments-screen__meta{display:flex;align-items:baseline;gap:.45rem}.comments-screen__author{font-weight:600;color:var(--color-text-primary)}.comments-screen__date{font-size:.78rem;color:var(--color-text-muted)}.comments-screen__text{margin:0;color:var(--color-text-primary);line-height:1.35;white-space:pre-wrap;word-break:break-word}.comments-screen__composer{position:sticky;bottom:0;display:flex;align-items:center;gap:.5rem;padding:.5rem 0 .25rem;background:var(--color-bg-app)}.comments-screen__input-wrap{flex:1}.comments-screen__input-wrap input{width:100%;border:1px solid var(--color-border-soft);border-radius:var(--radius-xl);background:var(--color-bg-surface);color:var(--color-text-primary);padding:.6rem .8rem;font:inherit}.comments-screen__error{margin:0;color:var(--color-error);font-size:.85rem}.comments-screen__placeholder{border-radius:var(--radius-md);border:1px solid var(--color-border-soft);background:var(--color-bg-surface);padding:.75rem;display:flex;flex-direction:column;gap:.5rem}.skeleton-block{background:var(--skeleton-base);animation:skeleton-pulse 1.6s ease-in-out infinite}@keyframes skeleton-pulse{0%{opacity:.78}50%{opacity:1}to{opacity:.78}}.post-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.25rem}.post-grid-sections,.post-grid-section{display:flex;flex-direction:column;gap:0}.post-grid__date-separator{font-size:.85rem;color:var(--c-muted);align-self:flex-start;padding:.2rem .5rem;border-radius:var(--radius-xl);background:color-mix(in srgb,var(--color-accent-secondary) 12%,transparent);margin:.5rem 0}.post-grid--cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.post-grid__item{position:relative;aspect-ratio:1 / 1;border-radius:var(--radius-md);overflow:hidden}.post-grid__item--skeleton{pointer-events:none}.post-grid__link{display:block;height:100%;width:100%;border:none;background:transparent;padding:0;cursor:pointer}.post-grid__image.post-image{height:100%;border:none;border-radius:0;background:transparent}.post-grid__image.post-image img{width:100%;height:100%}@media(max-width:640px){.post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.map-filter-wrapper{position:relative;display:inline-flex}.map-filter{display:inline-flex;align-items:center;gap:.5rem;border-radius:var(--radius-xl);border:1px solid color-mix(in srgb,var(--color-accent-secondary) 40%,transparent);background:var(--color-bg-surface);color:var(--color-text-primary);padding:.55rem 1.05rem;font-size:.98rem;font-weight:600;min-height:44px;cursor:pointer;box-shadow:var(--shadow-filter)}.map-filter:disabled{opacity:.6;cursor:not-allowed}.map-filter__icon{width:33px;height:33px;display:inline-flex;align-items:center;justify-content:center;color:var(--color-accent-primary)}.map-filter__icon svg{width:100%;height:100%;fill:currentColor}.map-filter__label{white-space:nowrap}.map-filter__chevron{font-size:.98rem;color:var(--color-text-muted)}.map-filter__menu{position:absolute;top:calc(100% + .5rem);left:50%;transform:translate(-50%);min-width:220px;max-height:50vh;overflow-y:auto;background:var(--color-bg-surface);border:1px solid var(--color-border-soft);border-radius:calc(var(--radius-md) + 2px);padding:.35rem;display:flex;flex-direction:column;gap:.15rem;box-shadow:var(--shadow-filter-strong);z-index:500}.map-filter__option{width:100%;border:none;background:transparent;color:var(--color-text-primary);display:inline-flex;align-items:center;gap:.5rem;padding:.45rem .6rem;border-radius:calc(var(--radius-md) - 2px);cursor:pointer;font-size:.9rem;text-align:left}.map-filter__option:hover,.map-filter__option:focus-visible{background:color-mix(in srgb,var(--color-accent-secondary) 18%,transparent)}.map-filter__option.is-selected{color:var(--color-text-primary);background:color-mix(in srgb,var(--color-accent-primary) 16%,transparent)}.map-filter__check{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;color:var(--color-accent-primary)}.post-skeleton{position:relative}.post-skeleton__block{border-radius:calc(var(--radius-md) - 2px)}.post-skeleton__header{display:flex;align-items:center;gap:.75rem}.post-skeleton__avatar{width:36px;height:36px;border-radius:50%}.post-skeleton__author{display:flex;flex-direction:column;gap:.35rem;flex:1}.post-skeleton__line{height:12px;width:60%}.post-skeleton__line--short{width:40%}.post-skeleton__line--meta{width:55%}.post-skeleton__line--wide{width:85%}.post-skeleton__media{width:100%;height:220px;border-radius:var(--radius-md)}.post-skeleton__likes{width:64px;height:14px}.post-skeleton__comment{display:inline-flex;align-items:baseline;gap:.4rem}.post-skeleton__comment-author{width:72px;height:12px}.post-skeleton__comment-text{width:160px;height:12px}@media(max-width:640px){.post-skeleton__media{height:200px}}.bottom-sheet{--bottom-sheet-offset: 0px;--bottom-sheet-peek: 3.5rem;position:fixed;left:0;right:0;bottom:var(--bottom-sheet-offset);background:var(--color-bg-surface);border-radius:var(--radius-md) var(--radius-md) 0 0;border:1px solid var(--color-border-soft);box-shadow:var(--shadow-sheet);z-index:500;max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:.75rem;transition:transform .28s cubic-bezier(.22,1,.36,1);max-height:90vh;touch-action:pan-y}.bottom-sheet--collapsed{transform:translateY(calc(100% - var(--bottom-sheet-peek)))}.bottom-sheet--expanded{transform:translateY(0)}.bottom-sheet--closing{transform:translateY(100%)}.bottom-sheet__handle{width:64px;height:6px;border-radius:var(--radius-xl);background:color-mix(in srgb,var(--color-accent-secondary) 45%,transparent);align-self:center;cursor:pointer;margin-top:.6rem;touch-action:none}.bottom-sheet__header{position:relative;padding:0 1rem .25rem}.bottom-sheet__title{margin:0;font-size:var(--text-sheet-title);font-weight:600;color:var(--color-text-primary)}.bottom-sheet__actions{display:inline-flex;align-items:center;gap:.5rem}.sheet-header{display:grid;grid-template-columns:40px 1fr 40px;align-items:center;gap:.5rem}.sheet-header__title{margin:0;font-size:var(--text-sheet-title);font-weight:600;color:var(--color-text-primary);text-align:center}.sheet-header__side{width:40px;min-width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center}.sheet-header__side--right{justify-content:flex-end}.sheet-header__side--slot{width:auto;min-width:0}.sheet-header__side-placeholder{width:40px;height:40px}.bottom-sheet__menu{position:absolute;right:1rem;top:calc(100% - .15rem);min-width:180px;display:flex;flex-direction:column;gap:.45rem;padding:.6rem;border-radius:var(--radius-md);border:1px solid var(--color-border-soft);background:var(--color-bg-surface);box-shadow:var(--shadow-panel);z-index:2}.bottom-sheet__menu .btn{width:100%;justify-content:flex-start}.bottom-sheet__menu>*{width:100%}.bottom-sheet__menu .favorite-toggle{justify-self:flex-start}.bottom-sheet__body{flex:1;min-height:0;padding:0 1rem 1.25rem;display:flex;flex-direction:column;gap:.75rem;overflow:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}.bottom-sheet--premium-gate{--bottom-sheet-offset: calc(var(--bottom-tabbar-height) + var(--safe-bottom));--bottom-sheet-peek: 0px;height:85vh;max-height:90vh;padding-bottom:var(--safe-bottom)}.bottom-sheet--pwa-install{--bottom-sheet-offset: calc(var(--bottom-tabbar-height) + var(--safe-bottom));--bottom-sheet-peek: 0px}.bottom-sheet--pwa-install .bottom-sheet__body{padding-bottom:calc(1.25rem + var(--safe-bottom))}@media(min-width:769px){.bottom-sheet{width:min(720px,calc(100vw - 1.5rem));left:50%;right:auto;margin:0;transform:translate(-50%) translateY(0)}.bottom-sheet--collapsed{transform:translate(-50%) translateY(calc(100% - var(--bottom-sheet-peek)))}.bottom-sheet--expanded{transform:translate(-50%) translateY(0)}.bottom-sheet--closing{transform:translate(-50%) translateY(100%)}}.ui-card{background:var(--color-bg-elevated);border:1px solid var(--color-border-soft);border-radius:var(--radius-lg);padding:20px;box-shadow:var(--shadow-card);display:flex;flex-direction:column;gap:1rem}.premium-gate{width:100%;border:1px solid var(--color-brand-border);border-radius:var(--radius-lg);background:var(--color-brand-light);padding:20px;display:flex;flex-direction:column;gap:.85rem;text-align:left;color:var(--color-text-primary)}.premium-gate__header{display:flex;align-items:center;gap:.65rem}.premium-gate__icon{width:32px;height:32px;border-radius:999px;background:#5fa77726;display:inline-flex;align-items:center;justify-content:center;color:var(--color-brand);font-size:1rem;flex:0 0 auto}.premium-gate__icon img{width:18px;height:18px;display:block}.premium-gate__title{margin:0;font-size:18px;font-weight:700;line-height:1.2;color:var(--color-text-primary)}.premium-gate__description{margin:0;font-size:14px;line-height:1.4;color:var(--color-text-secondary)}.premium-gate__features{margin:0;padding-left:1.1rem;display:flex;flex-direction:column;gap:.35rem;color:var(--color-text-secondary);font-size:14px}.premium-gate__cta{width:100%}.premium-banner{width:100%;margin:12px 0 0;border:none;border-radius:18px;background:#fff6dc;padding:16px;display:flex;flex-direction:column;gap:10px;cursor:pointer;text-align:left;color:var(--color-text-primary)}.premium-banner__headline{display:grid;grid-template-columns:38px minmax(0,1fr) 20px;align-items:center;column-gap:12px}.premium-banner__icon{width:38px;height:38px;border-radius:999px;background:#ffb93424;display:flex;align-items:center;justify-content:center}.premium-banner__icon img{width:24px;height:24px;display:block}.premium-banner__title{display:block;font-size:16px;font-weight:600;color:var(--color-text-primary);line-height:1.22;min-width:0}.premium-banner__description{display:block;font-size:14px;font-weight:400;color:var(--color-text-secondary);line-height:1.35}.premium-banner__chevron{font-size:20px;color:var(--color-text-secondary);line-height:1;justify-self:end}.premium-card{width:auto;margin:16px;border:1px solid rgba(95,167,119,.2);border-radius:var(--radius-lg);background:var(--color-brand-light);padding:20px;display:flex;align-items:center;justify-content:space-between;gap:.75rem;cursor:pointer;text-align:left;color:var(--color-text-primary)}.premium-card__main{display:flex;align-items:center;gap:.65rem;min-width:0}.premium-card__icon{width:32px;height:32px;border-radius:999px;background:#5fa77726;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.premium-card__icon img{width:18px;height:18px;display:block}.premium-card__content{display:flex;flex-direction:column;gap:.2rem}.premium-card__title{font-size:18px;font-weight:600;line-height:1.2}.premium-card__description{font-size:14px;color:var(--color-text-secondary);line-height:1.35}.premium-card__chevron{font-size:20px;color:var(--color-text-secondary);line-height:1;flex:0 0 auto}.ui-action-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.8rem}.ui-action-chip{min-height:44px;height:44px;border-radius:var(--radius-md);border:1px solid var(--color-brand);background:transparent;color:var(--color-brand);padding:0 .9rem;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;font-size:1rem;font-weight:600;line-height:1;cursor:pointer;flex:1}.ui-action-chip__icon{width:1rem;height:1rem;display:inline-flex}.ui-action-chip__icon svg{width:1rem;height:1rem;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.segmented-control{display:inline-flex;align-items:center;gap:.45rem;border:none;border-radius:var(--radius-xl);padding:0;background:transparent}.segmented-control--stretch{width:100%}.segmented-control__item{flex:1;min-height:38px;border:1px solid var(--color-border-soft);border-radius:var(--radius-xl);background:transparent;color:var(--color-text-secondary);font:inherit;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.2rem;padding:.2rem .7rem;transition:background-color .2s,border-color .2s,color .2s,opacity .2s}.segmented-control__item--active{background:var(--color-brand-light);color:var(--color-brand);border-color:transparent}.segmented-control__item--disabled{opacity:.5;cursor:not-allowed}.ui-toggle{width:52px;height:32px;border:none;border-radius:999px;padding:2px;background:color-mix(in srgb,var(--color-border-soft) 75%,var(--color-bg-surface));display:inline-flex;align-items:center;justify-content:flex-start;cursor:pointer;transition:background-color .15s cubic-bezier(.4,0,.2,1)}.ui-toggle__thumb{width:28px;height:28px;border-radius:999px;background:var(--color-bg-surface);box-shadow:var(--shadow-marker-soft);transition:transform .15s cubic-bezier(.4,0,.2,1),background-color .15s cubic-bezier(.4,0,.2,1)}.ui-toggle--on{background:color-mix(in srgb,var(--color-brand) 85%,var(--color-bg-surface))}.ui-toggle--on .ui-toggle__thumb{transform:translate(20px);background:var(--color-bg-surface)}.ui-toggle--disabled{opacity:.45;cursor:not-allowed}.ui-toggle:focus-visible{outline:2px solid color-mix(in srgb,var(--color-brand) 45%,transparent);outline-offset:2px}.app-shell{min-height:100vh;display:flex;flex-direction:column;background:var(--color-bg-app)}.app-shell--forecast{--color-bg-app: var(--color-bg-app-light);--color-bg-surface: var(--color-bg-surface-light);--color-bg-elevated: var(--color-bg-surface-light);--color-text-primary: var(--color-text-primary-light);--color-text-secondary: var(--color-text-secondary-light);--color-text-muted: var(--color-text-muted-light);--color-border-soft: var(--color-border-soft-light);--color-border-strong: var(--color-border-strong-light);--color-error: var(--color-error-light);--c-bg: var(--color-bg-app);--c-card: var(--color-bg-surface);--c-border: var(--color-border-soft);--c-muted: var(--color-text-muted);--c-danger: var(--color-error);height:100vh;overflow:hidden;position:relative;background:var(--color-bg-app);color:var(--color-text-primary)}.app-shell--forecast .app-main{background:transparent;overflow-y:auto}.app-shell--forecast:before{content:"";position:fixed;inset:0;background:linear-gradient(180deg,var(--color-bg-app) 0%,color-mix(in srgb,var(--color-bg-app) 92%,transparent) 18%,color-mix(in srgb,var(--color-bg-app) 70%,transparent) 34%,transparent 52%,color-mix(in srgb,var(--color-bg-app) 24%,transparent) 74%,var(--color-bg-app) 100%),url(/assets/weather_bg-CQaabKoW.png) center calc(100% - var(--bottom-tabbar-height) - var(--safe-bottom)) / contain no-repeat,var(--color-bg-app);z-index:0;pointer-events:none}.app-shell--forecast>.app-main{position:relative;z-index:1}body.bottom-sheet--dragging{overflow:hidden;overscroll-behavior:none;touch-action:none}body.bottom-sheet--open{overflow:hidden;overscroll-behavior:none}.app-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 2rem;border-bottom:1px solid var(--c-border);background:color-mix(in srgb,var(--color-bg-app) 90%,transparent);position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.brand{display:flex;flex-direction:column;font-weight:var(--font-weight-semibold);letter-spacing:.02em}.brand__accent{font-size:1.15rem;color:var(--c-accent)}.brand__tagline{font-size:.85rem;color:var(--c-muted)}.nav{display:flex;gap:.25rem}.nav-link{padding:.35rem .95rem;border-radius:var(--radius-xl);color:var(--c-muted);font-weight:var(--font-weight-medium);transition:color .2s,background .2s}.nav-link--active{color:var(--color-text-strong);background:var(--c-accent)}.auth-indicator{display:flex;align-items:center;gap:.5rem;font-size:var(--font-size-md);color:var(--c-muted)}.auth-indicator__logout{padding:.2rem .85rem;font-size:.85rem}.status-dot{width:10px;height:10px;border-radius:var(--radius-xl);display:inline-flex}.status-dot--ok{background:var(--color-success)}.status-dot--warn{background:var(--c-danger)}.app-main{flex:1;display:flex;flex-direction:column;padding:1.5rem;gap:1.5rem}.page-card{--page-card-padding: 1.4rem;background:var(--c-card);border:1px solid var(--c-border);border-radius:var(--radius-lg);padding:20px;box-shadow:var(--shadow-card);display:flex;flex-direction:column;gap:1rem}.refreshable-scroll{position:relative}.refreshable-indicator{height:0;opacity:0;margin:0;overflow:hidden;transition:opacity .2s ease,height .2s ease,margin .2s ease;display:flex;justify-content:center}.refreshable-indicator--active,.refreshable-indicator--refreshing{height:36px;opacity:1;margin:.75rem 0 .5rem}.refreshable-spinner{width:24px;height:24px;border-radius:50%;border:3px solid color-mix(in srgb,var(--color-accent-primary) 25%,transparent);border-top-color:var(--color-accent-primary);animation:refreshable-spinner .8s linear infinite}.refreshable-spinner__scale{display:inline-flex;align-items:center;justify-content:center}@keyframes refreshable-spinner{to{transform:rotate(360deg)}}.pwa-install__backdrop{position:fixed;inset:0;background:color-mix(in srgb,var(--color-text-primary) 12%,transparent);border:none;z-index:440;opacity:0;pointer-events:none;transition:opacity .2s ease}.pwa-install__backdrop--active{pointer-events:auto;opacity:1}.pwa-install{display:flex;flex-direction:column;gap:1rem;color:var(--color-text-secondary)}.pwa-install__text{margin:0}.pwa-install__steps{margin:0;padding-left:1.25rem;display:flex;flex-direction:column;gap:.5rem;color:var(--color-text-primary);font-size:1rem}.pwa-install__steps li{margin:0}.pwa-install__note{margin:0;font-size:.85rem;color:var(--color-text-secondary)}.pwa-install__subtext{margin:0;color:var(--color-text-secondary)}.pwa-install__fallback{display:flex;flex-direction:column;gap:.5rem;color:var(--color-text-secondary);font-size:.95rem}.pwa-install__fallback p{margin:0}.pwa-install__fallback ol{margin:0;padding-left:1.25rem;display:flex;flex-direction:column;gap:.4rem}.pwa-install__illustration{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:var(--radius-lg);border:1px solid var(--color-border-soft);background:var(--color-bg-surface);color:var(--color-text-primary)}.pwa-install__illustration svg{width:32px;height:32px;fill:none;stroke:currentColor;stroke-width:2.25;stroke-linecap:round;stroke-linejoin:round}.pwa-install__actions{display:flex;flex-direction:column;gap:.75rem}.btn{min-height:var(--size-button-height);border-radius:var(--radius-md);border:1px solid transparent;padding:.45rem 1rem;font-size:var(--font-size-md);font-weight:var(--font-weight-semibold);line-height:1;cursor:pointer;transition:opacity .2s,background-color .2s,border-color .2s,color .2s;background:transparent;color:inherit;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.btn:disabled{opacity:.6;cursor:not-allowed}.btn--primary{background:var(--color-brand);color:var(--color-text-inverse);border-color:var(--color-brand);box-shadow:none}.btn--secondary{border-color:var(--color-brand);color:var(--color-brand);background:transparent;border-radius:18px;height:var(--size-button-height);min-height:var(--size-button-height)}.btn--secondary:disabled{border-color:#b8c5bd;color:#b8c5bd;background:transparent;opacity:1}.btn--ghost{color:var(--color-brand);border-color:transparent;background:transparent;min-height:auto;padding:.2rem .4rem}.btn--danger{background:var(--color-danger);color:var(--color-text-inverse);border-color:var(--color-danger);box-shadow:none}.create-action-sheet{gap:.45rem}.create-action-sheet__backdrop{position:fixed;inset:0;border:none;background:color-mix(in srgb,var(--color-text-primary) 12%,transparent);z-index:440;opacity:0;pointer-events:none;transition:opacity .2s ease}.create-action-sheet__backdrop--active{opacity:1;pointer-events:auto}.bottom-sheet--create-action{--bottom-sheet-offset: calc(var(--bottom-tabbar-height) + var(--safe-bottom));--bottom-sheet-peek: 0px;max-height:min(42vh,320px)}.bottom-sheet--create-action .bottom-sheet__body{padding-bottom:calc(1rem + var(--safe-bottom))}.create-action-sheet__item{width:100%;border:1px solid var(--color-border-soft);border-radius:var(--radius-md);background:var(--color-bg-surface);color:var(--color-text-primary);text-align:left;font-size:var(--font-size-md);font-weight:var(--font-weight-medium);padding:.9rem .95rem;cursor:pointer;position:relative}.create-action-sheet__item--locked{opacity:.6}.create-action-sheet__crown{position:absolute;top:8px;right:4px;width:25px;height:25px;display:inline-flex;align-items:center;justify-content:center;pointer-events:none}.create-action-sheet__crown img{width:100%;height:100%;display:block}.back-arrow-button{width:40px;height:40px;border:none;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:transparent;color:var(--color-text-primary);cursor:pointer;flex-shrink:0}.back-arrow-button svg{fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.overflow-menu-button{width:40px;height:40px;min-width:40px;min-height:40px;border:none;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:transparent;color:var(--color-text-primary);cursor:pointer;padding:0;flex-shrink:0}.overflow-menu-button:disabled{opacity:.5;cursor:default}.overflow-menu-button__glyph{font-size:1.6rem;line-height:1;font-weight:var(--font-weight-semibold);pointer-events:none}.like-row{display:inline-flex;align-items:center;gap:.45rem}.like-button{border:1px solid var(--c-border);border-radius:var(--radius-xl);padding:.25rem .8rem;background:transparent;color:inherit;font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);cursor:pointer;transition:opacity .2s ease,border-color .2s ease,background .2s ease,color .2s ease}.like-button--active{background:var(--c-accent);color:var(--color-text-strong);border-color:transparent}.like-button:disabled{opacity:.6;cursor:not-allowed}.like-count{font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--color-text-muted)}.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}.mobile-tab-bar{position:fixed;bottom:0;left:0;right:0;display:none;align-items:center;justify-content:space-between;gap:.25rem;min-height:var(--bottom-tabbar-height);padding:.25rem 1.25rem calc(.35rem + var(--safe-bottom));background:var(--color-bg-surface);border-top:1px solid var(--color-border-soft);box-shadow:none;z-index:600;-webkit-backdrop-filter:none;backdrop-filter:none}.mobile-tab{flex:1;display:flex;align-items:center;justify-content:center;min-height:48px;padding:.35rem 0;color:var(--color-text-muted);transition:color .2s ease}.mobile-tab svg{width:26px;height:26px}.mobile-tab--cta{flex:0 0 auto;width:56px;height:56px;min-width:56px;min-height:56px;padding:0;border-radius:var(--radius-xl);background:var(--color-accent-primary);color:var(--color-text-inverse);box-shadow:var(--shadow-accent-sm);line-height:1}.mobile-tab--cta svg{width:26px;height:26px}.mobile-tab--active{color:var(--color-accent-primary)}.mobile-tab--cta.mobile-tab--active{color:var(--color-text-inverse)}.share-toast{position:fixed;left:50%;bottom:calc(var(--bottom-tabbar-height) + 1.25rem);transform:translate(-50%) translateY(8px);padding:.6rem 1.1rem;background:var(--color-bg-surface);color:var(--color-text-primary);border:1px solid var(--color-border-soft);border-radius:var(--radius-lg);z-index:460;width:max-content;max-width:min(320px,calc(100% - 2rem));text-align:center;opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease}.share-toast--visible{opacity:1;transform:translate(-50%) translateY(0)}@media(max-width:768px){.app-header{flex-direction:column;gap:.75rem}.nav{display:none}.app-main{padding:1rem;padding-bottom:var(--map-ui-bottom-offset)}.mobile-tab-bar{display:flex}}.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}}.maplibregl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgb(0,0,0,0)}.maplibregl-canvas{left:0;position:absolute;top:0}.maplibregl-map:fullscreen{height:100%;width:100%}.maplibregl-ctrl-group button.maplibregl-ctrl-compass{touch-action:none}.maplibregl-canvas-container.maplibregl-interactive,.maplibregl-ctrl-group button.maplibregl-ctrl-compass{cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-canvas-container.maplibregl-interactive.maplibregl-track-pointer{cursor:pointer}.maplibregl-canvas-container.maplibregl-interactive:active,.maplibregl-ctrl-group button.maplibregl-ctrl-compass:active{cursor:grabbing}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-canvas-container.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:pinch-zoom}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:none}.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures,.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-ctrl-bottom-left,.maplibregl-ctrl-bottom-right,.maplibregl-ctrl-top-left,.maplibregl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.maplibregl-ctrl-top-left{left:0;top:0}.maplibregl-ctrl-top-right{right:0;top:0}.maplibregl-ctrl-bottom-left{bottom:0;left:0}.maplibregl-ctrl-bottom-right{bottom:0;right:0}.maplibregl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.maplibregl-ctrl-top-left .maplibregl-ctrl{float:left;margin:10px 0 0 10px}.maplibregl-ctrl-top-right .maplibregl-ctrl{float:right;margin:10px 10px 0 0}.maplibregl-ctrl-bottom-left .maplibregl-ctrl{float:left;margin:0 0 10px 10px}.maplibregl-ctrl-bottom-right .maplibregl-ctrl{float:right;margin:0 10px 10px 0}.maplibregl-ctrl-group{background:#fff;border-radius:4px}.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px #0000001a}@media(forced-colors:active){.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.maplibregl-ctrl-group button{background-color:transparent;border:0;box-sizing:border-box;cursor:pointer;display:block;height:29px;outline:none;padding:0;width:29px}.maplibregl-ctrl-group button+button{border-top:1px solid #ddd}.maplibregl-ctrl button .maplibregl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media(forced-colors:active){.maplibregl-ctrl-icon{background-color:transparent}.maplibregl-ctrl-group button+button{border-top:1px solid ButtonText}}.maplibregl-ctrl button::-moz-focus-inner{border:0;padding:0}.maplibregl-ctrl-attrib-button:focus,.maplibregl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl button:disabled{cursor:not-allowed}.maplibregl-ctrl button:disabled .maplibregl-ctrl-icon{opacity:.25}@media(hover:hover){.maplibregl-ctrl button:not(:disabled):hover{background-color:#0000000d}}.maplibregl-ctrl button:not(:disabled):active{background-color:#0000000d}.maplibregl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.maplibregl-ctrl-group button:focus:first-child{border-radius:4px 4px 0 0}.maplibregl-ctrl-group button:focus:last-child{border-radius:0 0 4px 4px}.maplibregl-ctrl-group button:focus:only-child{border-radius:inherit}.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-globe .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%23333' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-globe-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%2333b5e5' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%23333' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%2333b5e5' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23aaa' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting .maplibregl-ctrl-icon{animation:maplibregl-spin 2s linear infinite}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23999' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23666' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}}@keyframes maplibregl-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:23px;margin:0 0 -4px -4px;overflow:hidden;width:88px}a.maplibregl-ctrl-logo.maplibregl-compact{width:14px}@media(forced-colors:active){a.maplibregl-ctrl-logo{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}.maplibregl-ctrl.maplibregl-ctrl-attrib{background-color:#ffffff80;margin:0;padding:0 5px}@media screen{.maplibregl-ctrl-attrib.maplibregl-compact{background-color:#fff;border-radius:12px;box-sizing:content-box;color:#000;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.maplibregl-ctrl-attrib.maplibregl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact-show,.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-inner{display:none}.maplibregl-ctrl-attrib-button{background-color:#ffffff80;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;box-sizing:border-box;cursor:pointer;display:none;height:24px;outline:none;position:absolute;right:0;top:0;width:24px}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;list-style:none}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button::-webkit-details-marker{display:none}.maplibregl-ctrl-bottom-left .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-top-left .maplibregl-ctrl-attrib-button{left:0}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-inner{display:block}.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-button{background-color:#0000000d}.maplibregl-ctrl-bottom-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;right:0}.maplibregl-ctrl-top-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{right:0;top:0}.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{left:0;top:0}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;left:0}}@media screen and (forced-colors:active){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.maplibregl-ctrl-attrib a{color:#000000bf;text-decoration:none}.maplibregl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.maplibregl-attrib-empty{display:none}.maplibregl-ctrl-scale{background-color:#ffffffbf;border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px;white-space:nowrap}.maplibregl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.maplibregl-popup-anchor-top,.maplibregl-popup-anchor-top-left,.maplibregl-popup-anchor-top-right{flex-direction:column}.maplibregl-popup-anchor-bottom,.maplibregl-popup-anchor-bottom-left,.maplibregl-popup-anchor-bottom-right{flex-direction:column-reverse}.maplibregl-popup-anchor-left{flex-direction:row}.maplibregl-popup-anchor-right{flex-direction:row-reverse}.maplibregl-popup-tip{border:10px solid transparent;height:0;width:0;z-index:1}.maplibregl-popup-anchor-top .maplibregl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.maplibregl-popup-anchor-bottom .maplibregl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.maplibregl-popup-anchor-left .maplibregl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.maplibregl-popup-anchor-right .maplibregl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}.maplibregl-popup-close-button{background-color:transparent;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.maplibregl-popup-close-button:hover{background-color:#0000000d}.maplibregl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;padding:15px 10px;pointer-events:auto;position:relative}.maplibregl-popup-anchor-top-left .maplibregl-popup-content{border-top-left-radius:0}.maplibregl-popup-anchor-top-right .maplibregl-popup-content{border-top-right-radius:0}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-content{border-bottom-left-radius:0}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-content{border-bottom-right-radius:0}.maplibregl-popup-track-pointer{display:none}.maplibregl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-map:hover .maplibregl-popup-track-pointer{display:flex}.maplibregl-map:active .maplibregl-popup-track-pointer{display:none}.maplibregl-marker{left:0;position:absolute;top:0;transition:opacity .2s;will-change:transform}.maplibregl-user-location-dot,.maplibregl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.maplibregl-user-location-dot:before{animation:maplibregl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.maplibregl-user-location-dot:after{border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px #00000059;box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}@keyframes maplibregl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.maplibregl-user-location-dot-stale{background-color:#aaa}.maplibregl-user-location-dot-stale:after{display:none}.maplibregl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;height:1px;width:1px}.maplibregl-crosshair,.maplibregl-crosshair .maplibregl-interactive,.maplibregl-crosshair .maplibregl-interactive:active{cursor:crosshair}.maplibregl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}.maplibregl-cooperative-gesture-screen{align-items:center;background:#0006;color:#fff;display:flex;font-size:1.4em;inset:0;justify-content:center;line-height:1.2;opacity:0;padding:1rem;pointer-events:none;position:absolute;transition:opacity 1s ease 1s;z-index:99999}.maplibregl-cooperative-gesture-screen.maplibregl-show{opacity:1;transition:opacity .05s}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:none}@media(hover:none),(pointer:coarse){.maplibregl-cooperative-gesture-screen .maplibregl-desktop-message{display:none}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:block}}.maplibregl-pseudo-fullscreen{height:100%!important;left:0!important;position:fixed!important;top:0!important;width:100%!important;z-index:99999}
