:root{--bg:#0b0d10;--bg-elevated:#12161c;--bg-panel:#171c24;--border:#2a3340;--text:#eef2f7;--text-muted:#8b98a8;--accent:#10b981;--accent-hover:#34d399;--accent-deep:#059669;--danger:#ef4444;--success:#22c55e;--header-height:56px;--radius:10px;--shadow:0 8px 32px #00000059;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body{background:radial-gradient(circle at top, #151b24 0%, var(--bg) 55%);min-width:0;min-height:100vh;margin:0;overflow-x:hidden}#root,.app-shell{width:100%;max-width:100%;overflow-x:clip}.app-shell{flex-direction:column;min-height:100vh;display:flex}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}#root{min-height:100vh}.app-header{z-index:20;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0b0d10eb;position:sticky;top:0}.app-header-inner{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:1rem;width:100%;max-width:1100px;margin:0 auto;padding:.65rem 1.25rem;display:grid}.app-header-brand{min-width:0;color:inherit;flex-shrink:0;grid-column:1;justify-self:start;align-items:center;gap:.65rem;text-decoration:none;display:flex}.app-header-brand:hover{color:inherit}.app-header-brand-text{min-width:0}.app-header-brand-text strong{font-size:.9rem;line-height:1.3;display:block}.app-header-brand-text span{color:var(--text-muted);font-size:.68rem;line-height:1.35;display:block}.app-header-sync-status{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.app-header-sync-status-loading{animation:1.2s ease-in-out infinite header-sync-pulse}.app-header-sync-status-loaded{animation:.5s cubic-bezier(.22,1,.36,1) both header-sync-reveal}@keyframes header-sync-pulse{0%,to{opacity:.5}50%{opacity:1}}@keyframes header-sync-reveal{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.app-header-nav{-webkit-overflow-scrolling:touch;scrollbar-width:none;grid-column:2;justify-content:center;align-items:center;gap:.2rem;width:max-content;min-width:0;max-width:100%;display:flex;position:relative;overflow-x:auto}@media (width<=720px){.app-header-inner{padding:calc(.55rem + env(safe-area-inset-top,0px)) calc(.75rem + env(safe-area-inset-right,0px)) .55rem calc(.75rem + env(safe-area-inset-left,0px));grid-template-columns:1fr;justify-items:stretch;gap:.55rem}.app-header-brand{grid-column:1}.app-header-brand-text strong{font-size:.84rem}.app-header-sync-status{font-size:.62rem}.app-header-nav{grid-column:1;justify-content:flex-start;width:100%;max-width:100%;padding-bottom:.15rem}.app-header-nav .nav-link{padding:.4rem .55rem;font-size:.76rem}}.app-header-nav-indicator{pointer-events:none;z-index:0;opacity:0;will-change:transform, width;background:#10b9811f;border:1px solid #10b98159;border-radius:8px;height:100%;transition:transform .22s cubic-bezier(.22,1,.36,1),width .22s cubic-bezier(.22,1,.36,1),opacity .15s;position:absolute;top:0;left:0}.app-header-nav-indicator.is-ready{opacity:1}.app-header-nav::-webkit-scrollbar{display:none}.app-header-nav .nav-link{z-index:1;white-space:nowrap;background:0 0;border:1px solid #0000;padding:.45rem .75rem;font-size:.84rem;transition:color .15s;position:relative}.app-header-nav .nav-link:hover{color:var(--text)}.app-header-nav .nav-link.active{color:var(--text);background:0 0;border-color:#0000}.icon-btn{width:32px;height:32px;color:var(--text-muted);background:0 0;border:none;border-radius:6px;flex-shrink:0;place-items:center;padding:0;transition:background .15s,color .15s;display:grid}.icon-btn:hover{color:var(--text);background:#ffffff0f}.icon-btn-icon{opacity:.85;font-size:1.05rem;font-weight:400;line-height:1}.icon-btn-icon-svg{opacity:.85;width:1.15rem;height:1.15rem}.brand-logo-wrap{flex-shrink:0;line-height:0;display:inline-block;position:relative}.brand-logo-mark{color:var(--text-muted);pointer-events:none;-webkit-user-select:none;user-select:none;font-size:.65rem;font-weight:600;line-height:1;position:absolute;bottom:0;right:0;transform:translate(15%,15%)}.brand-logo-wrap-xl .brand-logo-mark{bottom:18%;transform:translate(15%)}.brand-logo{object-fit:contain;flex-shrink:0;display:block}.brand-logo-sm{width:36px;height:36px}.brand-logo-md{width:48px;height:48px}.brand-logo-lg{width:72px;height:72px}.brand-logo-xl{width:96px;height:96px}.page-content:has(.home-page){max-width:min(1280px,100%);padding:1.25rem}.home-page{flex-direction:column;gap:0;display:flex}.home-hero{text-align:center;flex-direction:column;align-items:center;gap:.25rem;margin-bottom:0;padding:1.5rem 1rem 1rem;display:flex}.home-welcome{text-align:center;max-width:34rem;color:var(--text-muted);margin:0 auto 1.75rem;padding:0 1rem;font-size:.95rem;line-height:1.6}.home-hero-logo{width:96px;height:96px;animation:10s ease-in-out infinite home-hero-rgb-glow}.home-hero-title{letter-spacing:.02em;margin:-.15rem 0 0;font-size:1.75rem;font-weight:600;animation:10s ease-in-out infinite home-hero-rgb-glow,10s ease-in-out infinite home-hero-title-rgb}.home-hero-logo .brand-logo-mark{animation:10s ease-in-out infinite home-hero-mark-rgb}@keyframes home-hero-rgb-glow{0%,to{opacity:1;filter:drop-shadow(0 0 #fff0)}25%{opacity:.98;filter:drop-shadow(0 0 7px #f8717138)drop-shadow(0 0 12px #f871711a)}50%{opacity:.98;filter:drop-shadow(0 0 7px #34d39938)drop-shadow(0 0 12px #34d3991a)}75%{opacity:.98;filter:drop-shadow(0 0 7px #60a5fa38)drop-shadow(0 0 12px #60a5fa1a)}}@keyframes home-hero-title-rgb{0%,to{color:var(--text);text-shadow:none}25%{color:color-mix(in srgb, #fc8181 21%, var(--text));text-shadow:0 0 10px #f871712b}50%{color:color-mix(in srgb, #4ade80 21%, var(--text));text-shadow:0 0 10px #34d3992b}75%{color:color-mix(in srgb, #7db5ff 21%, var(--text));text-shadow:0 0 10px #60a5fa2b}}@keyframes home-hero-mark-rgb{0%,to{color:var(--text-muted)}25%{color:color-mix(in srgb, #fc8181 50%, var(--text-muted))}50%{color:color-mix(in srgb, #4ade80 50%, var(--text-muted))}75%{color:color-mix(in srgb, #7db5ff 50%, var(--text-muted))}}@media (prefers-reduced-motion:reduce){.home-hero-logo,.home-hero-title,.home-hero-logo .brand-logo-mark{animation:none}}.section-title{margin:0;font-size:1.5rem}.login-logo{margin:0 auto}.nav-link{color:var(--text-muted);border-radius:8px;align-items:center;gap:.65rem;padding:.75rem .85rem;text-decoration:none;transition:background .15s,color .15s;display:flex}.nav-link:hover,.nav-link.active{color:var(--text);background:#10b9811f}.nav-link.active{border:1px solid #10b98159}.page-content{flex:1;width:100%;min-width:0;max-width:min(1100px,100%);margin:0 auto;padding:1.25rem}.persisted-route[hidden]{display:none!important}.persisted-route:not([hidden]){width:100%;min-width:0;max-width:100%}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.page-header h1{margin:0;font-size:1.5rem}.page-header p{color:var(--text-muted);margin:.25rem 0 0;font-size:.9rem}.card{background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);min-width:0;max-width:100%;padding:1rem}.card-grid{gap:1rem;display:grid}.card-grid.two{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.card-grid.three{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.bulletin-board{--bulletin-tile-estimate:8.5rem;--bulletin-tile-gap:.65rem;--bulletin-visible-tiles:3;margin-top:0;padding:0 0 .75rem}.bulletin-board-panel{border:1px solid var(--border);box-shadow:var(--shadow);background:radial-gradient(circle at 100% 0,#10b98112,#0000 42%),linear-gradient(165deg,#171c24fa 0%,#0b0d10e0 100%);border-radius:14px;overflow:hidden}.bulletin-board-header{border-bottom:1px solid var(--border);background:#10b9810a;padding:.9rem 1.25rem .85rem}.bulletin-board-header-main{min-width:0}.bulletin-board-eyebrow{color:var(--accent-hover);letter-spacing:.08em;text-transform:uppercase;margin:0 0 .35rem;font-size:.72rem;font-weight:600}.bulletin-board-title{letter-spacing:-.02em;color:var(--text);margin:0;font-size:1.2rem;font-weight:600}.bulletin-board-lead{max-width:none;color:var(--text-muted);margin:.25rem 0 0;font-size:.86rem;line-height:1.45}.bulletin-columns{grid-template-columns:1fr;gap:0;display:grid}.bulletin-column{min-width:0;padding:.9rem 1.15rem .85rem}.bulletin-column-head{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.7rem;display:flex}.bulletin-column-title{letter-spacing:.07em;text-transform:uppercase;border-radius:999px;margin:0;padding:.35rem .7rem;font-size:.72rem;font-weight:600}.bulletin-column-count{border:1px solid var(--border);min-width:1.5rem;color:var(--text-muted);text-align:center;border-radius:999px;flex-shrink:0;padding:.15rem .45rem;font-size:.72rem;font-weight:600;line-height:1.4}.bulletin-column-news .bulletin-column-title{color:var(--accent-hover);background:#10b9811f}.bulletin-column-releases .bulletin-column-title{color:#2dd4bf;background:#2dd4bf1a}.bulletin-column-dev .bulletin-column-title{color:#fbbf24;background:#fbbf241a}.bulletin-list{gap:var(--bulletin-tile-gap);margin:0;padding:0;list-style:none;display:grid}.bulletin-list-paged{min-height:calc(var(--bulletin-visible-tiles) * var(--bulletin-tile-estimate) + (var(--bulletin-visible-tiles) - 1) * var(--bulletin-tile-gap))}.bulletin-pagination{border-top:1px solid #ffffff0f;justify-content:center;align-items:center;margin-top:.65rem;padding-top:.55rem;display:flex}.bulletin-pagination-dots{justify-content:center;align-items:center;gap:.4rem;display:flex}.bulletin-pagination-dot{cursor:pointer;background:#ffffff38;border:none;border-radius:999px;width:6px;height:6px;padding:0;transition:background .15s,transform .15s,box-shadow .15s}.bulletin-pagination-dot:hover{background:#ffffff61}.bulletin-pagination-dot.is-active{background:var(--accent-hover);transform:scale(1.2);box-shadow:0 0 8px #34d39973}.bulletin-pagination-dot:focus-visible{outline:2px solid var(--accent-hover);outline-offset:3px}.bulletin-post{min-height:var(--bulletin-tile-estimate);background:#ffffff05;border:1px solid #ffffff0f;border-radius:10px;flex-direction:column;gap:.35rem;padding:.8rem .9rem;transition:border-color .2s,background .2s,box-shadow .2s;display:flex}.bulletin-post:hover{background:#10b9810a;border-color:#34d39929}.bulletin-post.is-expanded{background:#10b9810f;border-color:#34d3993d;min-height:auto;box-shadow:inset 0 1px #34d3991a}.bulletin-post-meta{flex-wrap:wrap;align-items:center;gap:.45rem;margin-bottom:.1rem;display:flex}.bulletin-post-date{color:var(--text-muted);font-size:.74rem}.bulletin-post-relative{color:var(--text-muted);font-size:.72rem}.bulletin-post-relative.is-recent{color:var(--accent-hover);background:#10b9811f;border-radius:999px;padding:.1rem .4rem;font-weight:600}.bulletin-post-title{color:var(--text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.9rem;font-weight:600;line-height:1.45;display:-webkit-box;overflow:hidden}.bulletin-post-body{color:var(--text-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.82rem;line-height:1.55;display:-webkit-box;overflow:hidden}.bulletin-post.is-expanded .bulletin-post-title,.bulletin-post.is-expanded .bulletin-post-body{-webkit-line-clamp:unset;display:block;overflow:visible}.bulletin-post-more{color:var(--text-muted);border-top:1px solid #ffffff0f;margin:.35rem 0 0;padding-top:.65rem;font-size:.82rem;line-height:1.55}.bulletin-read-more{color:var(--accent-hover);font:inherit;cursor:pointer;background:0 0;border:none;align-items:center;gap:.35rem;margin-top:.15rem;padding:0;font-size:.76rem;font-weight:500;transition:color .15s,gap .15s;display:inline-flex}.bulletin-read-more:hover{color:var(--text)}.bulletin-read-more-icon{transition:transform .15s;display:inline-block}.bulletin-post.is-expanded .bulletin-read-more-icon{transform:translateY(-1px)}@media (width>=960px){.bulletin-board-header{justify-content:space-between;align-items:baseline;gap:1.5rem;display:flex}.bulletin-board-lead{text-align:right;max-width:28rem;margin:0}.bulletin-columns{grid-template-columns:repeat(3,minmax(0,1fr))}.bulletin-column:not(:last-child){border-right:1px solid var(--border)}}@media (width<=959px){.bulletin-column:not(:last-child){border-bottom:1px solid var(--border)}}.btn{border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.65rem 1rem;font-size:.9rem;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover)}.btn-secondary{background:var(--bg-elevated);border-color:var(--border);color:var(--text)}.btn-secondary:hover{border-color:var(--accent)}.btn-danger{color:#fecaca;background:#ef444426;border-color:#ef444466}.btn-danger:hover{background:#ef444440}.btn-icon{width:2.5rem;height:2.5rem;padding:0}.btn-icon svg{width:1.05rem;height:1.05rem}.btn-link{color:var(--accent);background:0 0;border:none;padding:0}.form-stack{flex-direction:column;gap:1rem;display:flex}.form-row{gap:1rem;display:grid}.form-row.two{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}label{color:var(--text-muted);flex-direction:column;gap:.35rem;font-size:.85rem;display:flex}input,select,textarea{border:1px solid var(--border);background:var(--bg-elevated);width:100%;color:var(--text);border-radius:8px;padding:.65rem .75rem}input:focus,select:focus,textarea:focus{border-color:var(--accent);outline:2px solid #10b98159}.table-wrap{-webkit-overflow-scrolling:touch;max-width:100%;overflow-x:auto}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid var(--border);padding:.75rem;font-size:.9rem}th{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.8rem;font-weight:600}.row-actions{flex-wrap:wrap;gap:.5rem;display:flex}.datalog-cell{gap:.25rem;min-width:10rem;display:grid}.datalog-cell-title-row{align-items:center;gap:.4rem;min-width:0;display:flex}.datalog-cell-title{min-width:0;font-size:.92rem;font-weight:600;line-height:1.4}.datalog-circuit-badge{color:#34d399;border-radius:3px;flex-shrink:0;align-items:center;animation:2.8s ease-in-out infinite datalog-circuit-glow;display:inline-flex;position:relative;overflow:hidden}.datalog-circuit-badge:after{content:"";pointer-events:none;mix-blend-mode:screen;background:linear-gradient(110deg,#0000 32%,#fffffff2 50%,#0000 68%);animation:2.8s ease-in-out infinite datalog-circuit-shine;position:absolute;inset:0;transform:translate(-130%)}.datalog-circuit-icon{z-index:1;width:1rem;height:1rem;position:relative}@keyframes datalog-circuit-shine{0%,72%,to{opacity:0;transform:translate(-130%)}8%{opacity:1}38%{opacity:0;transform:translate(130%)}}@keyframes datalog-circuit-glow{0%,to{filter:drop-shadow(0 0 1px #34d39959)}50%{filter:drop-shadow(0 0 4px #34d399d9)}}@media (prefers-reduced-motion:reduce){.datalog-circuit-badge,.datalog-circuit-badge:after{animation:none}.datalog-circuit-badge{filter:drop-shadow(0 0 2px #34d39980)}}.datalog-cell-filename{color:var(--text-muted);word-break:break-all;font-size:.76rem;line-height:1.4}.datalog-recorded{white-space:nowrap;color:var(--text);line-height:1.45;display:block}.datalog-muted{color:var(--text-muted);font-size:.85rem;font-style:italic}.datalog-location{text-overflow:ellipsis;white-space:nowrap;max-width:11rem;color:var(--text);font-size:.84rem;line-height:1.4;display:block;overflow:hidden}.datalog-location-muted{color:var(--text-muted)}.datalog-search{margin-bottom:1rem}.datalog-search-label{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;margin-bottom:.4rem;font-size:.8rem;font-weight:600;display:block}.datalog-search-input{width:100%}.datalog-search-summary{color:var(--text-muted);margin:.65rem 0 0;font-size:.82rem}.table-sort-btn{color:inherit;font:inherit;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;background:0 0;border:none;align-items:center;gap:.35rem;padding:0;font-size:.8rem;font-weight:600;display:inline-flex}.table-sort-btn:hover{color:var(--accent-hover)}.table-sort-indicator{color:var(--text-muted);font-size:.72rem;line-height:1}th[aria-sort=ascending] .table-sort-indicator,th[aria-sort=descending] .table-sort-indicator{color:var(--accent-hover)}@media (width<=760px){.datalog-recorded{white-space:normal}}.empty-state{text-align:center;color:var(--text-muted);padding:2rem 1rem}.error-banner{color:#fecaca;background:#ef44441f;border:1px solid #ef444459;border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem}.success-banner{color:#bbf7d0;background:#22c55e1f;border:1px solid #22c55e59;border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem}.warning-banner{color:#fde68a;background:#fbbf241f;border:1px solid #fbbf2459;border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem}.page-content:has(.preview-page){max-width:min(1180px,100%);padding-top:.85rem;padding-bottom:.85rem}.preview-page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.5rem;display:flex}.preview-page-header h1{font-size:1.35rem}.preview-back-link{color:var(--accent);margin-bottom:.35rem;font-size:.85rem;display:inline-block}.preview-back-link:hover{color:var(--accent-hover)}.preview-subtitle{color:var(--text-muted);margin-top:.35rem}.preview-page-ready .preview-subtitle,.preview-page-ready .preview-page-header>.btn{animation:.5s cubic-bezier(.22,1,.36,1) both preview-section-pop}.preview-page-ready .preview-page-header>.btn{animation-delay:80ms}.preview-body{min-width:0;position:relative}.preview-body-loading{min-height:7rem}.preview-content-enter .preview-stack>*{animation:.55s cubic-bezier(.22,1,.36,1) both preview-section-pop}.preview-content-enter .preview-stack>:first-child{animation-delay:.1s}.preview-content-enter .preview-stack>:nth-child(2){animation-delay:.18s}.preview-content-enter .preview-stack>:nth-child(3){animation-delay:.26s}@keyframes preview-section-pop{0%{opacity:0;transform:translateY(14px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.preview-stack{gap:.75rem;width:100%;min-width:0;display:grid}.preview-section-header h2{margin:0 0 .25rem;font-size:.98rem}.preview-section-header p{color:var(--text-muted);margin:0;font-size:.82rem}.preview-collapsible{padding:0;overflow:hidden}.preview-collapsible-summary{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.92rem;font-weight:600;list-style:none;display:flex}.preview-collapsible-summary-title{flex:1;min-width:0}.preview-collapsible-summary-meta{color:var(--accent-hover);letter-spacing:.02em;white-space:nowrap;flex-shrink:0;font-size:.78rem;font-weight:600}.preview-collapsible-summary-meta-muted{color:var(--text-muted);font-weight:500}.preview-collapsible-summary::-webkit-details-marker{display:none}.preview-collapsible-summary:before{content:"▸";color:var(--accent);margin-right:.55rem;transition:transform .15s;display:inline-block}.preview-collapsible[open] .preview-collapsible-summary:before{transform:rotate(90deg)}.preview-collapsible-body{border-top:1px solid var(--border);padding:0 .85rem .85rem}.preview-map-shell{gap:.5rem;width:100%;max-width:760px;margin:0 auto;display:grid}.preview-map-toolbar{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.preview-map-toolbar-actions{align-items:center;gap:.45rem;display:flex}.preview-fullscreen-btn{flex-shrink:0}.preview-section-header-row{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.preview-section-header-row>div:first-child{min-width:0}:is(.preview-fullscreen-panel:fullscreen,.preview-fullscreen-panel.is-pseudo-fullscreen){width:100%;max-width:none;height:100%;padding:calc(1rem + env(safe-area-inset-top,0px)) calc(1rem + env(safe-area-inset-right,0px)) calc(1rem + env(safe-area-inset-bottom,0px)) calc(1rem + env(safe-area-inset-left,0px));background:var(--bg);box-sizing:border-box;border:none;border-radius:0;flex-direction:column;margin:0;display:flex;overflow:hidden}.preview-fullscreen-panel.is-pseudo-fullscreen{z-index:1000;height:100dvh;position:fixed;inset:0}:is(.preview-fullscreen-panel:fullscreen.preview-map-shell,.preview-fullscreen-panel.is-pseudo-fullscreen.preview-map-shell){gap:.75rem}:is(.preview-fullscreen-panel:fullscreen .preview-map,.preview-fullscreen-panel.is-pseudo-fullscreen .preview-map){flex:1;width:100%;height:auto;min-height:0;max-height:none}:is(.preview-fullscreen-panel:fullscreen .preview-data-table-wrap,.preview-fullscreen-panel.is-pseudo-fullscreen .preview-data-table-wrap){flex:1;min-height:0;max-height:none}:is(.preview-fullscreen-panel:fullscreen .preview-chart-wrap,.preview-fullscreen-panel.is-pseudo-fullscreen .preview-chart-wrap){flex:1;width:100%;height:auto;min-height:0;max-height:none}:is(.preview-fullscreen-panel:fullscreen .preview-metric-grid,.preview-fullscreen-panel.is-pseudo-fullscreen .preview-metric-grid){flex-shrink:0;max-height:9rem}:is(.preview-fullscreen-panel:fullscreen .preview-table-pagination,.preview-fullscreen-panel.is-pseudo-fullscreen .preview-table-pagination){flex-shrink:0}.preview-map-style-toggle{border:1px solid var(--border);background:var(--bg-elevated);border-radius:8px;padding:.2rem;display:inline-flex}.preview-map-style-btn{color:var(--text-muted);font:inherit;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.35rem .7rem;font-size:.78rem;font-weight:600;transition:background .15s,color .15s}.preview-map-style-btn.active{color:var(--accent-hover);background:#10b9812e}.preview-map-style-btn:hover{color:var(--text)}.preview-map{border:1px solid var(--border);cursor:crosshair;border-radius:8px;width:100%;max-width:100%;height:clamp(380px,42vh,520px);overflow:hidden}.preview-map-metrics-popup .leaflet-popup-content-wrapper{background:var(--bg-panel);color:var(--text);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:8px}.preview-map-metrics-popup .leaflet-popup-content{margin:.55rem .65rem;font-size:.78rem;line-height:1.45}.preview-map-metrics-popup .leaflet-popup-tip{background:var(--bg-panel);border:1px solid var(--border)}.preview-map-popup-hint{color:var(--text-muted);margin-top:.35rem;font-size:.72rem;display:block}.preview-map .leaflet-control-zoom.leaflet-bar{border:1px solid var(--border);box-shadow:var(--shadow);border-radius:8px;overflow:hidden}.preview-map .leaflet-control-zoom.leaflet-bar a{background-color:var(--bg-elevated);width:2rem;height:2rem;color:var(--text-muted);border-bottom:1px solid var(--border);font-size:0;line-height:2rem;transition:background-color .15s}.preview-map .leaflet-control-zoom.leaflet-bar a:last-child{border-bottom:none}.preview-map .leaflet-control-zoom.leaflet-bar a:hover,.preview-map .leaflet-control-zoom.leaflet-bar a:focus{background-color:#10b98124;outline:none}.preview-map.leaflet-touch .leaflet-control-zoom.leaflet-bar a{width:2rem;height:2rem}.preview-map .leaflet-control-zoom.leaflet-bar a.leaflet-disabled{opacity:.35;cursor:not-allowed}.preview-map .leaflet-control-zoom.leaflet-bar a.leaflet-disabled:hover{background-color:var(--bg-elevated)}.preview-map .leaflet-control-zoom-in{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238b98a8' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:.95rem}.preview-map .leaflet-control-zoom-out{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238b98a8' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M5 12h14'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:.95rem}.preview-map .leaflet-control-zoom-in:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2334d399' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E")}.preview-map .leaflet-control-zoom-out:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2334d399' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M5 12h14'/%3E%3C/svg%3E")}.preview-map .leaflet-control-zoom-in.leaflet-disabled{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238b98a8' stroke-width='2' stroke-linecap='round' opacity='0.45'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E")}.preview-map .leaflet-control-zoom-out.leaflet-disabled{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238b98a8' stroke-width='2' stroke-linecap='round' opacity='0.45'%3E%3Cpath d='M5 12h14'/%3E%3C/svg%3E")}.preview-map-attribution{color:color-mix(in srgb, var(--text-muted) 35%, transparent);opacity:.4;letter-spacing:.01em;-webkit-user-select:none;user-select:none;margin:.15rem 0 0;font-size:.45rem;line-height:1.1}.preview-map-caption,.preview-muted,.preview-empty{color:var(--text-muted);font-size:.82rem}.preview-scroll-hint{color:var(--text-muted);margin:.65rem 0 .35rem;font-size:.78rem}.preview-empty{margin:.35rem 0}.preview-table-section,.preview-chart-section{min-width:0;padding:.75rem .9rem}.preview-data-table-wrap{border:1px solid var(--border);-webkit-overflow-scrolling:touch;border-radius:8px;width:100%;max-width:100%;max-height:clamp(160px,22vh,240px);margin-top:.35rem;overflow:auto}.preview-data-table{width:max-content;min-width:100%}.preview-data-table th{z-index:1;background:var(--bg-panel);white-space:nowrap;position:sticky;top:0}.preview-data-table td{white-space:nowrap;font-variant-numeric:tabular-nums}.preview-data-table tbody tr.preview-data-row-highlighted td{background:#10b98129}.preview-data-table tbody tr.preview-data-row-highlighted td:first-child{box-shadow:inset 3px 0 0 var(--accent)}.preview-col-header{display:block}.preview-col-unit{text-transform:none;letter-spacing:normal;color:var(--text-muted);margin-top:.15rem;font-size:.68rem;font-weight:500;display:block}.preview-row-number{color:var(--text-muted);font-size:.82rem}.preview-table-pagination{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-top:.85rem;display:flex}.preview-table-pagination-actions{align-items:center;gap:.65rem;display:flex}.preview-metric-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.35rem .65rem;max-height:clamp(88px,12vh,132px);margin:.55rem 0 .65rem;padding-right:.25rem;display:grid;overflow:auto}.preview-metric-toggle{color:var(--text);cursor:pointer;align-items:center;gap:.5rem;font-size:.85rem;display:flex}.preview-metric-toggle input{width:auto;margin:0}.preview-chart-wrap{border:1px solid var(--border);background:var(--bg-elevated);border-radius:8px;width:100%;max-width:100%;height:clamp(200px,28vh,320px);min-height:180px;padding:.5rem;position:relative;overflow:hidden}.preview-chart-wrap canvas{display:block;width:100%!important;height:100%!important}.preview-blocked{gap:.85rem;padding:1.25rem;display:grid}.preview-blocked h2{margin:0;font-size:1.05rem}.preview-blocked p{color:var(--text-muted);margin:0}.btn-small{padding:.4rem .65rem;font-size:.78rem}.preview-lap-controls,.preview-lap-filter{gap:.55rem;margin-bottom:.65rem;display:grid}.preview-lap-controls-header{gap:.2rem;display:grid}.preview-lap-controls-header strong{font-size:.88rem}.preview-lap-actions,.preview-lap-filter-options,.preview-lap-grid{flex-wrap:wrap;gap:.45rem;display:flex}.preview-lap-filter-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.78rem;font-weight:600}.preview-lap-chip,.preview-lap-filter-btn{border:1px solid var(--border);background:var(--bg-elevated);color:var(--text);border-radius:999px;align-items:center;gap:.4rem;padding:.4rem .65rem;font-size:.8rem;display:inline-flex}.preview-lap-chip.active,.preview-lap-filter-btn.active{background:#10b9811f;border-color:#10b9818c}.preview-lap-chip-dot{border-radius:999px;flex-shrink:0;width:.65rem;height:.65rem}.preview-lap-chip-meta{color:var(--text-muted);font-size:.72rem}.preview-lap-cell{color:var(--accent-hover);font-weight:600}.loading-block{text-align:center;color:var(--text-muted);padding:2rem}.datalog-preview-loading{z-index:2;flex-direction:column;justify-content:center;align-items:center;gap:.65rem;padding:1rem;display:flex;position:absolute;inset:0}.datalog-preview-loading-exit{pointer-events:none;animation:.3s forwards preview-loader-fade-out}@keyframes preview-loader-fade-out{to{opacity:0;transform:translateY(-8px)}}@media (prefers-reduced-motion:reduce){.preview-page-ready .preview-subtitle,.preview-page-ready .preview-page-header>.btn,.preview-content-enter .preview-stack>*,.datalog-preview-loading-exit,.app-header-sync-status-loading,.app-header-sync-status-loaded,.app-header-nav-indicator,.datalog-preview-loading-text{transition:none;animation:none}}.datalog-preview-loading-bars{align-items:flex-end;gap:.35rem;height:2rem;display:flex}.datalog-preview-loading-bars span{background:linear-gradient(to top, var(--accent-deep), var(--accent-hover));border-radius:999px;width:.35rem;animation:1.1s ease-in-out infinite datalog-bar-pulse}.datalog-preview-loading-bars span:first-child{animation-delay:0s}.datalog-preview-loading-bars span:nth-child(2){animation-delay:.12s}.datalog-preview-loading-bars span:nth-child(3){animation-delay:.24s}.datalog-preview-loading-bars span:nth-child(4){animation-delay:.36s}.datalog-preview-loading-bars span:nth-child(5){animation-delay:.48s}.datalog-preview-loading-text{color:var(--text-muted);letter-spacing:.02em;white-space:nowrap;margin:0;font-size:.92rem;animation:1.2s ease-in-out infinite header-sync-pulse}@keyframes datalog-bar-pulse{0%,to{opacity:.45;height:.45rem}50%{opacity:1;height:1.75rem}}@keyframes datalog-dot-fade{0%,80%,to{opacity:.2}40%{opacity:1}}.modal-backdrop{z-index:50;background:#0009;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.modal-backdrop.is-entering{animation:.22s ease-out modal-backdrop-in}.modal-backdrop.is-exiting{animation:.18s ease-in forwards modal-backdrop-out}@keyframes modal-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes modal-backdrop-out{0%{opacity:1}to{opacity:0}}.modal{background:var(--bg-panel);border:1px solid var(--border);border-radius:var(--radius);width:min(560px,100%);max-height:90vh;box-shadow:var(--shadow);padding:1.25rem;overflow:auto}.modal-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.modal-header h2{margin:0;font-size:1.15rem}.confirm-dialog{width:min(420px,100%)}.confirm-dialog.is-entering{animation:.26s cubic-bezier(.16,1,.3,1) confirm-dialog-in}.confirm-dialog.is-exiting{animation:.18s ease-in forwards confirm-dialog-out}@keyframes confirm-dialog-in{0%{opacity:0;transform:translateY(14px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes confirm-dialog-out{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(10px)scale(.97)}}@media (prefers-reduced-motion:reduce){.modal-backdrop.is-entering,.modal-backdrop.is-exiting,.confirm-dialog.is-entering,.confirm-dialog.is-exiting{animation:none}}.confirm-dialog-title{margin:0 0 .75rem;font-size:1.15rem;font-weight:600}.confirm-dialog-message{color:var(--text);margin:0;font-size:.92rem;line-height:1.55}.confirm-dialog-note{color:var(--text-muted);margin:.75rem 0 0;font-size:.82rem}.confirm-dialog-actions{justify-content:flex-end;gap:.65rem;margin-top:1.25rem;display:flex}.login-page{place-items:center;min-height:100vh;padding:1.5rem;display:grid}.login-card{width:min(420px,100%)}.login-brand{text-align:center;margin-bottom:1.5rem}.login-brand h1{margin:.75rem 0 .25rem}.login-brand p{color:var(--text-muted);margin:0}.checkbox-row{flex-direction:row;align-items:center;gap:.5rem}.checkbox-row input{width:auto}.contact-note{color:var(--text-muted);margin:0;font-size:.85rem;line-height:1.5}.item-list{flex-direction:column;gap:.75rem;display:flex}.item-card{border:1px solid var(--border);background:var(--bg-elevated);border-radius:8px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.85rem 1rem;display:flex}.item-card-main strong{display:block}.item-card-main span{color:var(--text-muted);font-size:.85rem}@media (width<=768px){:is(.page-content,.page-content:has(.home-page),.page-content:has(.preview-page)){padding:calc(.75rem + env(safe-area-inset-top,0px)) calc(.75rem + env(safe-area-inset-right,0px)) calc(.85rem + env(safe-area-inset-bottom,0px)) calc(.75rem + env(safe-area-inset-left,0px))}.login-page{padding:calc(1rem + env(safe-area-inset-top,0px)) calc(1rem + env(safe-area-inset-right,0px)) calc(1rem + env(safe-area-inset-bottom,0px)) calc(1rem + env(safe-area-inset-left,0px))}input,select,textarea,.datalog-search-input{font-size:16px}.page-header{gap:.65rem;margin-bottom:.85rem}.page-header h1{font-size:1.25rem}.home-hero{padding:1rem .5rem .75rem}.home-hero-logo{width:72px;height:72px}.home-hero-title{font-size:1.45rem}.home-welcome{margin-bottom:1.25rem;padding:0 .25rem;font-size:.9rem}.bulletin-board-panel{border-radius:12px}.bulletin-column{padding:.75rem .7rem .65rem}.datalog-cell{min-width:0}th,td{padding:.55rem .45rem;font-size:.82rem}th{font-size:.72rem}.preview-page-header h1{font-size:1.15rem}.preview-chart-wrap,.preview-map-shell,.preview-map{max-width:100%}}@media (width<=390px){.app-header-nav .nav-link{padding:.38rem .45rem;font-size:.72rem}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
