:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}html,body,#root{margin:0;padding:0;width:100%;height:100%;min-height:100vh}#root{background-color:var(--y2k-bg, #0a0e18);display:flex;flex-direction:column}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}:root{--y2k-bg: #0a0e18;--y2k-bg-deep: #060912;--y2k-surface: #0f1420;--y2k-surface-raised: #141c2a;--y2k-border: #1e2a3c;--y2k-border-light: #2a3a52;--y2k-metallic-top: #1a2435;--y2k-metallic-mid: #141c2a;--y2k-metallic-bottom: #0e1320;--y2k-accent: #29b6f6;--y2k-accent-hover: #4fc3f7;--y2k-accent-glow: rgba(41, 182, 246, .35);--y2k-accent-soft: rgba(41, 182, 246, .15);--y2k-text: #e8ecf4;--y2k-text-muted: #8b9bb0;--y2k-bevel-light: rgba(255, 255, 255, .05);--y2k-bevel-dark: rgba(0, 0, 0, .35);--y2k-font: "Segoe UI", system-ui, "Trebuchet MS", Arial, sans-serif}.app .metallicss{--metal: lead;--convexity: 2;color:var(--y2k-text)!important;text-shadow:0 1px 2px rgba(0,0,0,.6)}.app .metallicss .metal{pointer-events:none;opacity:.45}.app .footer-btn.metallicss.active,.app .nav-tab.metallicss.active,.app .header-auth-btn--primary.metallicss,.app .omnibar-search-btn--primary.metallicss{--metal: neutral}.app .footer-btn.metallicss.active .metal,.app .nav-tab.metallicss.active .metal,.app .header-auth-btn--primary.metallicss .metal,.app .omnibar-search-btn--primary.metallicss .metal{opacity:.5}.app--theme-light .metallicss{color:#1a1a1a!important;text-shadow:0 1px 0 rgba(255,255,255,.6)}.app--theme-light .footer-btn.metallicss.active,.app--theme-light .nav-tab.metallicss.active{color:#fff!important;text-shadow:0 1px 2px rgba(0,0,0,.3)}.btn-y2k{font-family:var(--y2k-font);font-weight:600;letter-spacing:.03em;color:var(--y2k-text-muted);background:linear-gradient(180deg,var(--y2k-metallic-top) 0%,var(--y2k-metallic-mid) 50%,var(--y2k-metallic-bottom) 100%);border:1px solid var(--y2k-border);border-radius:4px;box-shadow:0 1px 0 var(--y2k-bevel-light) inset,0 1px 2px var(--y2k-bevel-dark);cursor:pointer;transition:color .2s,background .2s,border-color .2s,box-shadow .2s}.btn-y2k:hover{color:var(--y2k-text);background:linear-gradient(180deg,#243048,#1a2435,#141c2a);border-color:var(--y2k-border-light)}.btn-y2k,button.btn-y2k,.app .footer-btn,.app .nav-tab{position:relative}.btn-y2k:before,button.btn-y2k:before,.app .footer-btn:before,.app .nav-tab:before{content:"";position:absolute;inset:0;border-radius:inherit;background-image:linear-gradient(rgba(41,182,246,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(41,182,246,.12) 1px,transparent 1px);background-size:8px 8px;pointer-events:none;opacity:0;transition:opacity .2s}.app--theme-light .footer-btn:before,.app--theme-light .nav-tab:before{background-image:linear-gradient(rgba(26,115,232,.15) 1px,transparent 1px),linear-gradient(90deg,rgba(26,115,232,.15) 1px,transparent 1px)}.btn-y2k:hover:before,button:hover.btn-y2k:before,.app .footer-btn:hover:before,.app .nav-tab:hover:before{opacity:1}.btn-y2k.active,.btn-y2k--active{color:#fff;background:linear-gradient(180deg,#4fc3f7 0%,var(--y2k-accent) 50%,#1e88e5 100%);border-color:#1e88e5;box-shadow:0 1px #fff3 inset,0 1px 3px var(--y2k-bevel-dark)}.btn-y2k:active{transform:translateY(1px);box-shadow:0 0 0 1px var(--y2k-bevel-dark) inset}.input-y2k{font-family:var(--y2k-font);color:var(--y2k-text);background:var(--y2k-surface-raised);border:1px solid var(--y2k-border);border-radius:4px;box-shadow:0 1px 0 var(--y2k-bevel-dark) inset}.input-y2k::placeholder{color:var(--y2k-text-muted)}.card-y2k{background:var(--y2k-surface-raised);border:1px solid var(--y2k-border);border-radius:4px;box-shadow:0 1px 0 var(--y2k-bevel-light) inset}.app--theme-light{--y2k-bg: #f5f6f8;--y2k-surface: #ffffff;--y2k-surface-raised: #f0f1f3;--y2k-border: #d0d4dc;--y2k-border-light: #b8bcc6;--y2k-metallic-top: #e8eaef;--y2k-metallic-mid: #dfe1e6;--y2k-metallic-bottom: #d6d9e0;--y2k-accent: #1a73e8;--y2k-accent-hover: #1765cc;--y2k-text: #1a1a1a;--y2k-text-muted: #5f6368;--y2k-bevel-light: rgba(255, 255, 255, .8);--y2k-bevel-dark: rgba(0, 0, 0, .08)}.app--theme-light .ambient-bg{opacity:0;pointer-events:none}.app--theme-light .main{background:#f5f6f8}.app--theme-light .map-view-wrapper,.app--theme-light .map-view,.app--theme-light .map-container{background:#0d1117!important}.app--theme-light .sidebar-left,.app--theme-light .app-omnibar-strip{background:#fff;border-color:#d0d4dc}.app--theme-light .sidebar-title,.app--theme-light .nav-tab{color:#1a1a1a}.app--theme-light .nav-tab:hover{color:#1a1a1a;background:#e8eaef}.app--theme-light .nav-tab.active{color:#fff;background:#1a73e8}.app--theme-light .footer{background:linear-gradient(0deg,#d6d9e0,#dfe1e6,#e8eaef);border-top-color:#d0d4dc}.app--theme-light{background:var(--y2k-bg)}.header-auth{display:flex;align-items:center;gap:.5rem}.header-auth-email{font-size:.85rem;color:var(--y2k-text-muted);max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-auth-btn{padding:.4rem .75rem;font-size:.85rem;font-weight:600;color:var(--y2k-text);background:linear-gradient(180deg,var(--y2k-metallic-top) 0%,var(--y2k-metallic-mid) 50%,var(--y2k-metallic-bottom) 100%);border:1px solid var(--y2k-border);border-radius:4px;cursor:pointer;box-shadow:0 1px 0 var(--y2k-bevel-light) inset,0 1px 2px var(--y2k-bevel-dark);transition:background .2s,border-color .2s}.header-auth-btn:hover{background:linear-gradient(180deg,#323a45,#252b33,#1a1f26);border-color:var(--y2k-border-light)}.header-auth-btn--primary{color:#fff;background:linear-gradient(180deg,#4fc3f7 0%,var(--y2k-accent) 50%,#1e88e5 100%);border-color:var(--y2k-accent);box-shadow:0 1px #ffffff1f inset,0 1px 3px var(--y2k-bevel-dark)}.header-auth-btn--primary:hover{background:linear-gradient(180deg,#4fc3f7 0%,var(--y2k-accent-hover) 50%,#1e88e5 100%);border-color:var(--y2k-accent-hover)}.header-auth-menu-wrap{position:relative}.header-auth-menu{position:absolute;right:0;top:calc(100% + 6px);min-width:160px;background:var(--y2k-surface-raised);border:1px solid var(--y2k-border);border-radius:4px;padding:.3rem;display:grid;gap:.2rem;z-index:210;box-shadow:0 4px 12px #0006}.header-auth-menu button{text-align:left;background:transparent;border:none;color:var(--y2k-text);padding:.4rem .5rem;border-radius:4px;cursor:pointer}.header-auth-menu button:hover{background:var(--y2k-surface)}.header-auth-menu button.danger{color:#f85149}.home-screen{width:100%;height:100%;overflow-y:auto;position:relative;padding:0 1rem 2rem;box-sizing:border-box}.home-screen:before{content:"";position:fixed;inset:0;z-index:0;background:linear-gradient(180deg,#0a0e18d9,#060912e6);pointer-events:none}.home-screen-map-bg{position:fixed;inset:0;z-index:0;opacity:.12;background:url(https://cartodb-basemaps-a.global.ssl.fastly.net/dark_all/0/0/0.png) center / cover no-repeat;pointer-events:none}.home-screen-frame{position:relative;z-index:1;max-width:980px;margin:0 auto;background:var(--y2k-surface);border:1px solid var(--y2k-border);border-radius:6px;overflow:hidden;box-shadow:0 4px 20px #00000080}.home-screen-header{background:linear-gradient(180deg,var(--y2k-metallic-top) 0%,var(--y2k-metallic-mid) 40%,var(--y2k-metallic-bottom) 100%);border-bottom:1px solid var(--y2k-border);padding:.75rem 1rem 0;box-shadow:0 1px 0 var(--y2k-bevel-light) inset}.home-screen-header-brand{display:flex;align-items:baseline;gap:1rem;margin-bottom:.75rem}.home-screen-logo{margin:0;font-size:1.75rem;font-weight:700;color:#fff;letter-spacing:-.02em;text-shadow:0 0 20px var(--y2k-accent-glow)}.home-screen-date{font-size:.8rem;color:var(--y2k-text-muted)}.home-screen-nav{display:flex;flex-wrap:wrap;gap:.25rem;margin:0 -.25rem}.home-screen-nav-tab{padding:.45rem .85rem;font-size:.8rem;font-weight:600;letter-spacing:.03em;color:var(--y2k-text-muted);background:linear-gradient(180deg,var(--y2k-metallic-top) 0%,var(--y2k-metallic-mid) 50%,var(--y2k-metallic-bottom) 100%);border:1px solid var(--y2k-border);border-radius:4px 4px 0 0;border-bottom:none;box-shadow:0 1px 0 var(--y2k-bevel-light) inset,0 1px 2px var(--y2k-bevel-dark);cursor:pointer;transition:color .2s,background .2s,border-color .2s}.home-screen-nav-tab:hover{color:var(--y2k-text);background:linear-gradient(180deg,#323a45,#252b33,#1a1f26);border-color:var(--y2k-border-light)}.home-screen-nav-tab.active{color:#fff;background:linear-gradient(180deg,#4fc3f7 0%,var(--y2k-accent) 50%,#1e88e5 100%);border-color:var(--y2k-accent);box-shadow:0 1px #ffffff1f inset,0 1px 3px var(--y2k-bevel-dark);margin-bottom:-1px;padding-bottom:calc(.45rem + 1px)}.home-screen-main{display:grid;grid-template-columns:1fr 280px;gap:0;min-height:320px}.home-screen-main-left{padding:1rem 1.25rem;border-right:1px solid var(--y2k-border)}.home-screen-featured{background:linear-gradient(180deg,#15191f,#0f1216);border:1px solid var(--y2k-border);border-radius:4px;padding:1.25rem 1.5rem;margin-bottom:1.25rem}.home-screen-featured-title{margin:0 0 .35rem;font-size:1.35rem;font-weight:700;color:#fff}.home-screen-featured-sub{margin:0;font-size:.9rem;color:var(--y2k-text-muted)}.home-screen-threat{margin-bottom:1.25rem}.home-screen-threat-head{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.home-screen-threat-info{font-size:1rem;opacity:.8;text-decoration:none}.home-screen-threat-info:hover{opacity:1}.home-screen-threat-clock-link{color:var(--y2k-accent);text-decoration:none}.home-screen-threat-clock-link:hover{text-decoration:underline}.home-screen-threat-clock-byline{color:var(--y2k-text-muted);font-size:.75rem}.home-screen-threat-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:.5rem}.home-screen-threat-refresh{font-size:.8rem;padding:.35rem .65rem}.home-screen-threat-refresh:disabled{opacity:.6;cursor:not-allowed}.home-screen-threat-loading,.home-screen-threat-error{margin:0;font-size:.9rem;color:var(--y2k-text-muted)}.home-screen-threat-error{color:#ef5350}.home-screen-threat-card{padding:1rem 1.25rem;background:linear-gradient(180deg,#15191f,#0f1216);border:1px solid var(--y2k-border);border-radius:4px}.home-screen-threat-level-wrap{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.home-screen-threat-defcon{margin:0 0 .75rem;padding:.5rem 0;border-top:1px solid var(--y2k-border);display:flex;flex-direction:column;gap:.4rem}.home-screen-threat-defcon-label{font-size:.7rem;font-weight:600;color:var(--y2k-text-muted);text-transform:uppercase;letter-spacing:.05em}.home-screen-threat-defcon-graphic{display:flex;gap:.25rem;align-items:stretch}.home-screen-threat-defcon-segment{flex:1;min-width:0;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:var(--y2k-text-muted);background:var(--y2k-surface-raised);border:1px solid var(--y2k-border);border-radius:4px;padding:.35rem .2rem;transition:color .2s,background .2s,border-color .2s}.home-screen-threat-defcon-segment--active{color:#fff;border-color:var(--y2k-accent);background:var(--y2k-accent)}.home-screen-threat-defcon-segment:nth-child(1).home-screen-threat-defcon-segment--active{background:#c62828;border-color:#c62828}.home-screen-threat-defcon-segment:nth-child(2).home-screen-threat-defcon-segment--active{background:#e65100;border-color:#e65100}.home-screen-threat-defcon-segment:nth-child(3).home-screen-threat-defcon-segment--active{background:#f9a825;border-color:#f9a825;color:#1a1a1a}.home-screen-threat-defcon-segment:nth-child(4).home-screen-threat-defcon-segment--active{background:#2e7d32;border-color:#2e7d32}.home-screen-threat-defcon-segment:nth-child(5).home-screen-threat-defcon-segment--active{background:#1565c0;border-color:#1565c0}.home-screen-threat-defcon-link{font-size:.8rem;color:var(--y2k-accent);font-weight:600;text-decoration:none}.home-screen-threat-defcon-link:hover{text-decoration:underline}.home-screen-threat-level-label{font-size:.75rem;font-weight:600;color:var(--y2k-text-muted);text-transform:uppercase;letter-spacing:.05em}.home-screen-threat-level{font-size:1rem;font-weight:700;padding:.2rem .5rem;border-radius:4px}.home-screen-threat-level--low{color:#81c784;background:#81c78426}.home-screen-threat-level--guarded{color:#a5d6a7;background:#a5d6a726}.home-screen-threat-level--elevated{color:#fff59d;background:#fff59d26}.home-screen-threat-level--high{color:#ffb74d;background:#ffb74d33}.home-screen-threat-level--critical{color:#ef5350;background:#ef535033}.home-screen-threat-clock{margin-bottom:.75rem}.home-screen-threat-clock-text{display:block;font-size:.8rem;color:var(--y2k-text-muted);margin-bottom:.25rem}.home-screen-threat-clock-bar{height:6px;background:var(--y2k-surface-raised);border-radius:3px;overflow:hidden}.home-screen-threat-clock-fill{height:100%;background:linear-gradient(90deg,var(--y2k-accent) 0%,#e53935 100%);border-radius:3px;transition:width .3s ease}.home-screen-threat-narrative{margin:0 0 .75rem}.home-screen-threat-narrative .home-screen-threat-summary-text{margin-bottom:.75rem}.home-screen-threat-narrative .home-screen-threat-summary-text:last-child{margin-bottom:0}.home-screen-threat-bullets-wrap{margin:.75rem 0 0;padding-top:.75rem;border-top:1px solid var(--y2k-border, rgba(255, 255, 255, .12))}.home-screen-threat-bullets-title{margin:0 0 .5rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--y2k-text-muted)}.home-screen-threat-bullets{margin:0 0 .75rem;padding-left:1.25rem;font-size:.9rem;color:var(--y2k-text);line-height:1.45}.home-screen-threat-bullets li{margin-bottom:.5rem;padding:.25rem 0}.home-screen-threat-summary-text{margin:0 0 .75rem;font-size:.9rem;color:var(--y2k-text);line-height:1.5;white-space:pre-wrap}.home-screen-threat-sources{margin:0 0 .5rem;font-size:.75rem;color:var(--y2k-text-muted)}.home-screen-threat-updated{margin:0;font-size:.75rem;color:var(--y2k-text-muted)}.home-screen-threat-fallback{font-style:italic}.home-screen-section{margin:0}.home-screen-section-title{margin:0 0 .6rem;font-size:.75rem;font-weight:600;color:var(--y2k-text-muted);text-transform:uppercase;letter-spacing:.06em}.home-screen-forum{margin-top:1.5rem}.home-screen-forum-empty{margin:0 0 .75rem;font-size:.85rem;color:var(--y2k-text-muted)}.home-screen-forum-list{list-style:none;margin:0 0 .75rem;padding:0;border:1px solid var(--y2k-border);border-radius:4px;overflow:hidden}.home-screen-forum-list li{border-bottom:1px solid var(--y2k-border)}.home-screen-forum-list li:last-child{border-bottom:none}.home-screen-forum-item{display:flex;flex-direction:column;align-items:stretch;gap:.25rem;width:100%;padding:.6rem .85rem;text-align:left;background:var(--y2k-surface-raised);border:none;cursor:pointer;font-family:inherit;transition:background .2s}.home-screen-forum-item:hover{background:#1e242c}.home-screen-forum-item-title{font-size:.9rem;font-weight:600;color:var(--y2k-text)}.home-screen-forum-item-meta{font-size:.7rem;color:var(--y2k-text-muted)}.home-screen-forum-item-preview{font-size:.75rem;color:var(--y2k-text-muted);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-screen-forum-link{font-size:.8rem;padding:.4rem .75rem}.home-screen-gas-prices{margin-top:1.5rem;padding:.85rem 1rem;max-width:100%}.home-screen-gas-prices-controls{margin-bottom:.6rem}.home-screen-gas-prices-label{display:block;font-size:.75rem;color:var(--y2k-text-muted);margin-bottom:.25rem}.home-screen-gas-prices-select{width:100%;max-width:220px;padding:.4rem .5rem;font-size:.85rem;font-family:inherit;color:var(--y2k-text);background:var(--y2k-surface-raised);border:1px solid var(--y2k-border);border-radius:4px;cursor:pointer}.home-screen-gas-prices-loading,.home-screen-gas-prices-error,.home-screen-gas-prices-no-data{margin:0;font-size:.85rem;color:var(--y2k-text-muted);line-height:1.5}.home-screen-gas-prices-no-data code{font-size:.8em;padding:.1em .35em;background:var(--y2k-surface-raised);border-radius:3px}.home-screen-gas-prices-no-data a{color:var(--y2k-text);text-decoration:underline}.home-screen-gas-prices-estimate-note{margin-top:.5rem;font-size:.8rem}.home-screen-gas-prices-error{color:var(--y2k-text-muted)}.home-screen-gas-prices-national{display:flex;align-items:baseline;flex-wrap:wrap;gap:.35rem .6rem;margin-bottom:.35rem}.home-screen-gas-prices-state-label{width:100%;font-size:.8rem;font-weight:600;color:var(--y2k-text-muted);text-transform:uppercase;letter-spacing:.03em}.home-screen-gas-prices-us-avg{margin:0 0 .6rem;font-size:.8rem;color:var(--y2k-text-muted)}.home-screen-gas-prices-value{font-size:1.35rem;font-weight:600;color:var(--y2k-text)}.home-screen-gas-prices-unit{font-size:.8rem;color:var(--y2k-text-muted)}.home-screen-gas-prices-updated{font-size:.7rem;color:var(--y2k-text-muted);margin-left:auto}.home-screen-gas-prices-regions{list-style:none;margin:0;padding:0;border:1px solid var(--y2k-border);border-radius:4px;overflow:hidden}.home-screen-gas-prices-regions li{display:flex;justify-content:space-between;align-items:center;padding:.4rem .65rem;border-bottom:1px solid var(--y2k-border);font-size:.85rem}.home-screen-gas-prices-regions li:last-child{border-bottom:none}.home-screen-gas-prices-region-name{color:var(--y2k-text)}.home-screen-gas-prices-region-price{color:var(--y2k-text);font-variant-numeric:tabular-nums}.home-screen-photos-main{margin-top:1.5rem;margin-bottom:1.25rem}.home-screen-photos-main-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.home-screen-photos-main-wrap{position:relative;aspect-ratio:1}.home-screen-photos-main-thumb{display:block;width:100%;height:100%;aspect-ratio:1;border-radius:4px;overflow:hidden;border:1px solid var(--y2k-border);background:var(--y2k-surface);padding:0;cursor:pointer;position:relative;font:inherit}.home-screen-photos-main-thumb img{width:100%;height:100%;object-fit:cover;display:block}.home-screen-photos-main-overlay{position:absolute;inset:0;background:#00000080;color:#fff;font-size:.8rem;font-weight:600;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s}.home-screen-photos-main-wrap.is-hover .home-screen-photos-main-overlay,.home-screen-photos-main-thumb:focus .home-screen-photos-main-overlay{opacity:1}@media(max-width:900px){.home-screen-photos-main-grid{grid-template-columns:repeat(3,1fr);gap:.5rem}}.home-screen-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0;border:1px solid var(--y2k-border);border-radius:4px;overflow:hidden}.home-screen-list li{border-bottom:1px solid var(--y2k-border)}.home-screen-list li:last-child{border-bottom:none}.home-screen-card{position:relative;display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;text-align:left;background:var(--y2k-surface-raised);border:none;border-radius:0;cursor:pointer;transition:background .2s;font-family:inherit}.home-screen-card:before{content:"";position:absolute;inset:0;border-radius:inherit;background-image:linear-gradient(rgba(41,182,246,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(41,182,246,.12) 1px,transparent 1px);background-size:8px 8px;pointer-events:none;opacity:0;transition:opacity .2s}.home-screen-card:hover:before{opacity:1}.app--theme-light .home-screen-card:before{background-image:linear-gradient(rgba(26,115,232,.15) 1px,transparent 1px),linear-gradient(90deg,rgba(26,115,232,.15) 1px,transparent 1px)}.home-screen-card:hover{background:#1e242c}.home-screen-card:focus-visible{outline:2px solid var(--y2k-accent);outline-offset:-2px}.home-screen-card-icon{font-size:1.5rem;line-height:1;flex-shrink:0}.home-screen-card-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:.2rem}.home-screen-card-title{font-size:.95rem;font-weight:600;color:var(--y2k-accent)}.home-screen-card-desc{font-size:.8rem;color:var(--y2k-text-muted);line-height:1.35}.home-screen-card-arrow{font-size:1.1rem;color:var(--y2k-border-light);flex-shrink:0}.home-screen-card:hover .home-screen-card-arrow{color:var(--y2k-accent)}.home-screen-sidebar{padding:1rem;display:flex;flex-direction:column;gap:1rem}.home-screen-sidebar-block{padding:1rem;border:1px solid var(--y2k-border);border-radius:4px;box-shadow:0 1px 0 var(--y2k-bevel-light) inset}.home-screen-settings{width:100%;padding:.6rem 1rem;font-size:.9rem}.home-screen-hint{margin:0;font-size:.8rem;color:var(--y2k-text-muted);line-height:1.5}.home-screen-hint strong{color:var(--y2k-text)}.home-screen-sidebar-photos-title{margin:0 0 .5rem;font-size:.75rem;font-weight:600;color:var(--y2k-text-muted);text-transform:uppercase;letter-spacing:.05em}.home-screen-sidebar-photos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.home-screen-sidebar-photo-wrap{position:relative;aspect-ratio:1}.home-screen-sidebar-photo{display:block;width:100%;height:100%;aspect-ratio:1;border-radius:4px;overflow:hidden;border:1px solid var(--y2k-border);background:var(--y2k-surface);padding:0;cursor:pointer;position:relative;font:inherit}.home-screen-sidebar-photo img{width:100%;height:100%;object-fit:cover;display:block}.home-screen-sidebar-photo-overlay{position:absolute;inset:0;background:#00000080;color:#fff;font-size:.7rem;font-weight:600;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s}.home-screen-sidebar-photo-wrap.is-hover .home-screen-sidebar-photo-overlay,.home-screen-sidebar-photo:focus .home-screen-sidebar-photo-overlay{opacity:1}.home-screen-photo-dialog-backdrop{position:fixed;inset:0;z-index:1000;background:#000c;display:flex;align-items:center;justify-content:center;padding:1rem;box-sizing:border-box;cursor:pointer}.home-screen-photo-dialog{max-width:90vw;max-height:90vh;background:var(--y2k-surface);border:1px solid var(--y2k-border);border-radius:8px;padding:1rem;cursor:default;display:flex;flex-direction:column;gap:.75rem;overflow:auto}.home-screen-photo-dialog-img{max-width:100%;max-height:70vh;width:auto;height:auto;object-fit:contain;border-radius:4px}.home-screen-photo-dialog-caption{margin:0;font-size:.9rem;color:var(--y2k-text-muted);line-height:1.4;max-height:4.5em;overflow-y:auto}.home-screen-photo-dialog-actions{display:flex;flex-wrap:wrap;gap:.5rem}.home-screen-photo-dialog-link{text-decoration:none}.home-screen-footer-strip{display:flex;flex-wrap:wrap;gap:1.5rem 2rem;border-top:1px solid var(--y2k-border);background:linear-gradient(180deg,var(--y2k-metallic-mid) 0%,var(--y2k-metallic-bottom) 100%);padding:1rem 1.5rem}.home-screen-footer-col{flex:0 1 auto;min-width:140px}.home-screen-footer-head{margin:0 0 .5rem;font-size:.7rem;font-weight:600;color:var(--y2k-text-muted);text-transform:uppercase;letter-spacing:.05em}.home-screen-footer-list{list-style:none;margin:0;padding:0}.home-screen-footer-list li{margin:.25rem 0}.home-screen-footer-link{background:none;border:none;padding:0;font-size:.85rem;color:var(--y2k-accent);cursor:pointer;text-align:left;font-family:inherit}.home-screen-footer-link:hover{text-decoration:underline;color:var(--y2k-accent-hover)}.home-screen-footer-link--anchor{text-decoration:none;display:inline-block}.home-screen-footer-link--anchor:hover{text-decoration:underline;color:var(--y2k-accent-hover)}.home-screen-footer-auth{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;min-height:44px}.home-screen-footer-auth .header-auth-btn{padding:.5rem .85rem;font-size:.85rem;min-height:44px;min-width:120px;flex-shrink:0;-webkit-tap-highlight-color:rgba(41,182,246,.2)}.home-screen-footer-auth .header-auth-menu{top:auto;bottom:calc(100% + 6px);right:0;left:auto}@media(max-width:900px){.home-screen-main{grid-template-columns:1fr}.home-screen-main-left{border-right:none;border-bottom:1px solid var(--y2k-border)}.home-screen-sidebar{border-top:1px solid var(--y2k-border)}.home-screen-footer-col{min-width:100%}.home-screen-footer-col:not(:last-child){border-bottom:1px solid var(--y2k-border);padding-bottom:.75rem;margin-bottom:.25rem}}.app--device-mobile .home-screen{padding:0 .5rem 1.5rem;padding-left:max(.5rem,env(safe-area-inset-left));padding-right:max(.5rem,env(safe-area-inset-right));padding-bottom:max(1.5rem,env(safe-area-inset-bottom))}.app--device-mobile .home-screen-frame{max-width:100%;border-radius:0;border-left:none;border-right:none}.app--device-mobile .home-screen-header{padding:.5rem .75rem 0}.app--device-mobile .home-screen-header-brand{gap:.5rem;margin-bottom:.5rem}.app--device-mobile .home-screen-logo{font-size:1.35rem}.app--device-mobile .home-screen-date{font-size:.75rem}.app--device-mobile .home-screen-nav{overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;-webkit-overflow-scrolling:touch;margin:0 -.25rem;padding-bottom:2px}.app--device-mobile .home-screen-nav-tab{flex:0 0 auto;white-space:nowrap;padding:.5rem .75rem;min-height:44px;-webkit-tap-highlight-color:rgba(41,182,246,.2)}.app--device-mobile .home-screen-main{min-height:0}.app--device-mobile .home-screen-main-left{padding:.75rem 1rem;border-right:none;border-bottom:1px solid var(--y2k-border)}.app--device-mobile .home-screen-featured{padding:1rem;margin-bottom:1rem}.app--device-mobile .home-screen-featured-title{font-size:1.15rem}.app--device-mobile .home-screen-featured-sub{font-size:.85rem}.app--device-mobile .home-screen-section-title{font-size:.95rem}.app--device-mobile .home-screen-card{min-height:48px;padding:.85rem 1rem;-webkit-tap-highlight-color:rgba(41,182,246,.15)}.app--device-mobile .home-screen-forum-item{min-height:48px;padding:.65rem .85rem}.app--device-mobile .home-screen-forum-link,.app--device-mobile .btn-y2k{min-height:44px;padding:.5rem .85rem;-webkit-tap-highlight-color:rgba(41,182,246,.2)}.app--device-mobile .home-screen-gas-prices{padding:.75rem .85rem;margin-top:1.25rem}.app--device-mobile .home-screen-gas-prices-select{max-width:none;width:100%;min-height:44px;padding:.5rem .65rem;-webkit-tap-highlight-color:transparent}.app--device-mobile .home-screen-gas-prices-value{font-size:1.25rem}.app--device-mobile .home-screen-gas-prices-regions li{min-height:44px;padding:.5rem .75rem;display:flex;align-items:center}.app--device-mobile .home-screen-gas-prices-no-data{word-break:break-word}.app--device-mobile .home-screen-threat-refresh{min-height:44px;padding:.5rem .85rem}.app--device-mobile .home-screen-sidebar{border-top:1px solid var(--y2k-border);padding:.75rem 1rem}.app--device-mobile .home-screen-sidebar-block{margin-bottom:.75rem}.app--device-mobile .home-screen-sidebar-photos-grid{grid-template-columns:repeat(3,1fr);gap:.35rem}.app--device-mobile .home-screen-footer-strip{padding:.6rem .75rem;gap:.5rem}.app--device-mobile .home-screen-footer-link{min-height:44px;padding:.5rem .65rem;display:inline-flex;align-items:center;-webkit-tap-highlight-color:rgba(41,182,246,.2)}.app--device-mobile .home-screen-footer-col{min-width:100%}.app--device-mobile .home-screen-footer-col:not(:last-child){border-bottom:1px solid var(--y2k-border);padding-bottom:.75rem;margin-bottom:.25rem}.widget-stock-tickers{list-style:none;margin:0 0 .5rem;padding:0;font-size:.8rem}.widget-stock-tickers li{display:flex;align-items:center;gap:.5rem;padding:.2rem 0;border-bottom:1px solid var(--y2k-border)}.widget-stock-tickers li:last-child{border-bottom:none}.widget-stock-symbol{font-weight:600;color:var(--y2k-accent);min-width:3.5rem}.widget-stock-value{color:var(--y2k-text)}.widget-stock-change.positive{color:#81c784}.widget-stock-change.negative{color:#e57373}.widget-stock-period-tabs{display:flex;flex-wrap:wrap;gap:.25rem;margin-bottom:.5rem}.widget-stock-period-tab{padding:.2rem .45rem;font-size:.7rem;font-weight:600;background:var(--y2k-surface-raised);border:1px solid var(--y2k-border);border-radius:4px;color:var(--y2k-text-muted);cursor:pointer}.widget-stock-period-tab:hover{color:var(--y2k-text);border-color:var(--y2k-border)}.widget-stock-period-tab.active{background:var(--y2k-accent);border-color:var(--y2k-accent);color:#fff}.widget-stock-ticker-tabs{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.5rem}.widget-stock-ticker-tab{padding:.25rem .5rem;font-size:.75rem;font-weight:600;background:var(--y2k-surface-raised);border:1px solid var(--y2k-border);border-radius:4px;color:var(--y2k-text-muted);cursor:pointer}.widget-stock-ticker-tab:hover{color:var(--y2k-text);border-color:var(--y2k-border)}.widget-stock-ticker-tab.active{background:var(--y2k-accent);border-color:var(--y2k-accent);color:#fff}.widget-stock-settings-hint{margin:0 0 .4rem;font-size:.75rem}.widget-stock-settings-btn{background:none;border:none;color:var(--y2k-accent);cursor:pointer;text-decoration:underline;font-size:inherit;padding:0}.widget-stock-settings-btn:hover{color:var(--y2k-text)}.widget-outage-list{list-style:none;margin:0;padding:0;font-size:.8rem}.widget-outage-item{display:grid;grid-template-columns:1fr auto auto;gap:.5rem;padding:.35rem 0;border-bottom:1px solid var(--y2k-border);align-items:center}.widget-outage-item:last-child{border-bottom:none}.widget-outage-country{font-weight:600;color:var(--y2k-text)}.widget-outage-status{color:var(--y2k-accent);font-size:.75rem}.widget-outage-time{color:var(--y2k-text-muted);font-size:.7rem}.widget-outage-empty{margin:0;font-size:.8rem;color:var(--y2k-text-muted)}.widget-clock-list{list-style:none;margin:0;padding:0;font-size:.8rem}.widget-clock-row{display:grid;grid-template-columns:1fr auto auto;gap:.5rem;padding:.25rem 0;border-bottom:1px solid var(--y2k-border);align-items:center}.widget-clock-row:last-child{border-bottom:none}.widget-clock-label{color:var(--y2k-text-muted)}.widget-clock-time{font-variant-numeric:tabular-nums;color:var(--y2k-accent);font-weight:600}.widget-clock-date{color:var(--y2k-text-muted);font-size:.75rem}.widget-space-apod{margin-bottom:.75rem}.widget-space-apod-link{display:block;border-radius:4px;overflow:hidden;border:1px solid var(--y2k-border)}.widget-space-apod-img{width:100%;height:auto;max-height:120px;object-fit:cover;display:block}.widget-space-apod-title{margin:.35rem 0 0;font-size:.75rem;color:var(--y2k-text-muted);line-height:1.3}.widget-space-asteroids{margin-top:.5rem;font-size:.8rem}.widget-space-asteroids-label{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:.04em;color:var(--y2k-text-muted);margin-bottom:.25rem}.widget-space-asteroids-list{list-style:none;margin:0;padding:0}.widget-space-asteroids-list li{padding:.2rem 0;border-bottom:1px solid var(--y2k-border);font-size:.75rem;color:var(--y2k-text)}.widget-space-solar{margin:0;font-size:.8rem;color:var(--y2k-text)}.widget-conflict-totals{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.5rem;font-size:.8rem;color:var(--y2k-text-muted)}.widget-conflict-headlines{list-style:none;margin:0 0 .5rem;padding:0;font-size:.75rem;color:var(--y2k-text-muted);line-height:1.35}.widget-conflict-headline{padding:.2rem 0;border-bottom:1px solid var(--y2k-border);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.widget-conflict-headline:last-child{border-bottom:none}.widget-space-eonet{margin-bottom:.75rem}.widget-space-eonet-list{list-style:none;margin:0;padding:0;font-size:.8rem}.widget-space-eonet-list li{padding:0;border-bottom:1px solid var(--y2k-border);display:flex;flex-direction:column;gap:0}.widget-space-eonet-item-btn{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:.1rem .5rem;align-items:start;width:100%;padding:.35rem 0;background:none;border:none;font:inherit;color:inherit;text-align:left;cursor:pointer;-webkit-tap-highlight-color:rgba(41,182,246,.15)}.widget-space-eonet-item-btn:hover{background:#ffffff0a}.widget-space-eonet-item-btn .widget-space-eonet-title,.widget-space-eonet-item-btn .widget-space-eonet-meta{grid-column:1}.widget-space-eonet-expand-icon{grid-row:1 / -1;grid-column:2;align-self:center;font-size:1rem;color:var(--y2k-text-muted);line-height:1}.widget-space-eonet-item--expanded .widget-space-eonet-expand-icon{color:var(--y2k-accent)}.widget-space-eonet-detail{padding:.5rem 0 .6rem;margin-top:-.1rem;border-top:1px dashed var(--y2k-border);font-size:.75rem;color:var(--y2k-text-muted)}.widget-space-eonet-detail-loading{margin:0;font-style:italic}.widget-space-eonet-detail-row{margin:.2rem 0 0}.widget-space-eonet-detail-row:first-child{margin-top:0}.widget-space-eonet-detail-label{color:var(--y2k-text);font-weight:600;margin-right:.35rem}.widget-space-eonet-detail-desc{margin:.4rem 0 0;font-size:.7rem;line-height:1.35;-webkit-line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.widget-space-eonet-detail-link{display:inline-block;margin-top:.5rem;color:var(--y2k-accent);text-decoration:none}.widget-space-eonet-detail-link:hover{text-decoration:underline}.widget-space-eonet-title{color:var(--y2k-text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.widget-space-eonet-meta{font-size:.7rem;color:var(--y2k-text-muted)}.widget-space-news{margin-bottom:.5rem}.widget-space-apod-compact{margin-top:.5rem;font-size:.8rem}.widget-space-apod-compact a{color:var(--y2k-accent);text-decoration:none}.widget-space-apod-compact a:hover{text-decoration:underline}.widget-headlines-list{list-style:none;margin:0;padding:0;font-size:.8rem}.widget-headlines-item{padding:0;border-bottom:1px solid var(--y2k-border);display:flex;flex-direction:column;gap:0}.widget-headlines-item:last-child{border-bottom:none}.widget-headlines-item{position:relative}.widget-headlines-item-btn{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:.1rem .5rem;align-items:start;width:100%;padding:.35rem 0;background:none;border:none;font:inherit;color:inherit;text-align:left;cursor:pointer;-webkit-tap-highlight-color:rgba(41,182,246,.15)}.widget-headlines-item-btn:hover{background:#ffffff0a}.widget-headlines-title-preview{color:var(--y2k-accent);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.35;grid-column:1}.widget-headlines-source{font-size:.7rem;color:var(--y2k-text-muted);grid-column:1}.widget-headlines-expand-icon{grid-column:2;grid-row:1 / -1;font-size:.9rem;font-weight:700;color:var(--y2k-text-muted);align-self:center}.widget-headlines-detail{padding:0 0 .75rem;border-top:1px solid var(--y2k-border);margin-top:.25rem;display:flex;flex-direction:column;gap:.5rem}.widget-headlines-detail-title{margin:0;font-size:.85rem;font-weight:600;color:var(--y2k-text);line-height:1.4}.widget-headlines-detail-synopsis{margin:0;font-size:.78rem;color:var(--y2k-text-muted);line-height:1.45}.widget-headlines-detail-link{display:inline-block;margin-top:.15rem}.widget-headlines-link,.widget-headlines-title{color:var(--y2k-accent);text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.widget-headlines-link:hover{color:var(--y2k-text);text-decoration:underline}.widget-earthquakes-list{list-style:none;margin:0;padding:0;font-size:.8rem}.widget-earthquakes-item{display:grid;grid-template-columns:auto 1fr auto;gap:.5rem;padding:.3rem 0;border-bottom:1px solid var(--y2k-border);align-items:center}.widget-earthquakes-item:last-child{border-bottom:none}.widget-earthquakes-mag{font-weight:700;color:var(--y2k-accent);min-width:2.5rem}.widget-earthquakes-place{color:var(--y2k-text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word;line-height:1.25}.widget-earthquakes-time{font-size:.7rem;color:var(--y2k-text-muted)}.widget-earthquakes-item-btn{display:grid;grid-template-columns:auto 1fr auto;gap:.5rem;align-items:center;width:100%;margin:0;padding:.3rem 0;background:none;border:none;border-bottom:1px solid var(--y2k-border);font:inherit;color:inherit;text-align:left;cursor:pointer;-webkit-tap-highlight-color:rgba(41,182,246,.15)}.widget-earthquakes-item:last-child .widget-earthquakes-item-btn{border-bottom:none}.widget-earthquakes-item-btn:hover{background:#ffffff0a}.widget-earthquakes-detail-backdrop{position:fixed;inset:0;z-index:1000;background:#000000b3;display:flex;align-items:center;justify-content:center;padding:1rem}.widget-earthquakes-detail-card{max-width:360px;width:100%;padding:1.25rem;border:1px solid var(--y2k-border);border-radius:4px;background:var(--y2k-surface)}.widget-earthquakes-detail-title{margin:0 0 1rem;font-size:1.1rem;color:var(--y2k-text)}.widget-earthquakes-detail-dl{margin:0 0 1rem;font-size:.9rem}.widget-earthquakes-detail-dl dt{margin-top:.5rem;color:var(--y2k-text-muted);font-weight:500}.widget-earthquakes-detail-dl dt:first-of-type{margin-top:0}.widget-earthquakes-detail-dl dd{margin:.15rem 0 0;color:var(--y2k-text)}.widget-earthquakes-detail-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-top:.5rem}.widget-earthquakes-detail-link{display:inline-block;margin-right:0;margin-bottom:0}.widget-earthquakes-detail-close{margin-top:0}.app--device-mobile .widget-stock-tickers li{min-height:44px;padding:.4rem 0}.app--device-mobile .widget-outage-item{min-height:44px;padding:.5rem 0;grid-template-columns:1fr auto;gap:.35rem}.app--device-mobile .widget-clock-row{min-height:44px;padding:.4rem 0}.app--device-mobile .widget-headlines-item{min-height:44px}.app--device-mobile .widget-headlines-item-btn{min-height:44px;padding:.5rem 0}.app--device-mobile .widget-headlines-link,.app--device-mobile .widget-headlines-title,.app--device-mobile .widget-headlines-title-preview{-webkit-tap-highlight-color:rgba(41,182,246,.15)}.app--device-mobile .widget-earthquakes-item{min-height:44px;padding:.45rem 0}.app--device-mobile .widget-space-eonet-list li{min-height:44px;padding:.5rem 0}.app--device-mobile .widget-space-apod-link{-webkit-tap-highlight-color:transparent}.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}[dir=rtl] .maplibregl-popup-anchor-left{flex-direction:row-reverse}[dir=rtl] .maplibregl-popup-anchor-right{flex-direction:row}[dir=rtl] .maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-end}[dir=rtl] .maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-start}[dir=rtl] .maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-end}[dir=rtl] .maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-start}.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}@media(prefers-reduced-motion:reduce){.maplibregl-user-location-dot:before{animation:none}}@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}.mapbox-gl-draw_ctrl-bottom-left,.mapbox-gl-draw_ctrl-top-left{margin-left:0;border-radius:0 4px 4px 0}.mapbox-gl-draw_ctrl-top-right,.mapbox-gl-draw_ctrl-bottom-right{margin-right:0;border-radius:4px 0 0 4px}.mapbox-gl-draw_ctrl-draw-btn{border-color:#000000e6;color:#ffffff80;width:30px;height:30px}.mapbox-gl-draw_ctrl-draw-btn.active,.mapbox-gl-draw_ctrl-draw-btn.active:hover{background-color:#0000000d}.mapbox-gl-draw_ctrl-draw-btn{background-repeat:no-repeat;background-position:center}.mapbox-gl-draw_point{background-image:url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="m10 2c-3.3 0-6 2.7-6 6s6 9 6 9 6-5.7 6-9-2.7-6-6-6zm0 2c2.1 0 3.8 1.7 3.8 3.8 0 1.5-1.8 3.9-2.9 5.2h-1.7c-1.1-1.4-2.9-3.8-2.9-5.2-.1-2.1 1.6-3.8 3.7-3.8z"/>%3C/svg>')}.mapbox-gl-draw_polygon{background-image:url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="m15 12.3v-4.6c.6-.3 1-1 1-1.7 0-1.1-.9-2-2-2-.7 0-1.4.4-1.7 1h-4.6c-.3-.6-1-1-1.7-1-1.1 0-2 .9-2 2 0 .7.4 1.4 1 1.7v4.6c-.6.3-1 1-1 1.7 0 1.1.9 2 2 2 .7 0 1.4-.4 1.7-1h4.6c.3.6 1 1 1.7 1 1.1 0 2-.9 2-2 0-.7-.4-1.4-1-1.7zm-8-.3v-4l1-1h4l1 1v4l-1 1h-4z"/>%3C/svg>')}.mapbox-gl-draw_line{background-image:url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="m13.5 3.5c-1.4 0-2.5 1.1-2.5 2.5 0 .3 0 .6.2.9l-3.8 3.8c-.3-.1-.6-.2-.9-.2-1.4 0-2.5 1.1-2.5 2.5s1.1 2.5 2.5 2.5 2.5-1.1 2.5-2.5c0-.3 0-.6-.2-.9l3.8-3.8c.3.1.6.2.9.2 1.4 0 2.5-1.1 2.5-2.5s-1.1-2.5-2.5-2.5z"/>%3C/svg>')}.mapbox-gl-draw_trash{background-image:url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="M10,3.4 c-0.8,0-1.5,0.5-1.8,1.2H5l-1,1v1h12v-1l-1-1h-3.2C11.5,3.9,10.8,3.4,10,3.4z M5,8v7c0,1,1,2,2,2h6c1,0,2-1,2-2V8h-2v5.5h-1.5V8h-3 v5.5H7V8H5z"/>%3C/svg>')}.mapbox-gl-draw_uncombine{background-image:url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="m12 2c-.3 0-.5.1-.7.3l-1 1c-.4.4-.4 1 0 1.4l1 1c.4.4 1 .4 1.4 0l1-1c.4-.4.4-1 0-1.4l-1-1c-.2-.2-.4-.3-.7-.3zm4 4c-.3 0-.5.1-.7.3l-1 1c-.4.4-.4 1 0 1.4l1 1c.4.4 1 .4 1.4 0l1-1c.4-.4.4-1 0-1.4l-1-1c-.2-.2-.4-.3-.7-.3zm-7 1c-1 0-1 1-.5 1.5.3.3 1 1 1 1l-1 1s-.5.5 0 1 1 0 1 0l1-1 1 1c.5.5 1.5.5 1.5-.5v-4zm-5 3c-.3 0-.5.1-.7.3l-1 1c-.4.4-.4 1 0 1.4l4.9 4.9c.4.4 1 .4 1.4 0l1-1c.4-.4.4-1 0-1.4l-4.9-4.9c-.1-.2-.4-.3-.7-.3z"/>%3C/svg>')}.mapbox-gl-draw_combine{background-image:url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="M12.1,2c-0.3,0-0.5,0.1-0.7,0.3l-1,1c-0.4,0.4-0.4,1,0,1.4l4.9,4.9c0.4,0.4,1,0.4,1.4,0l1-1 c0.4-0.4,0.4-1,0-1.4l-4.9-4.9C12.6,2.1,12.3,2,12.1,2z M8,8C7,8,7,9,7.5,9.5c0.3,0.3,1,1,1,1l-1,1c0,0-0.5,0.5,0,1s1,0,1,0l1-1l1,1 C11,13,12,13,12,12V8H8z M4,10c-0.3,0-0.5,0.1-0.7,0.3l-1,1c-0.4,0.4-0.4,1,0,1.4l1,1c0.4,0.4,1,0.4,1.4,0l1-1c0.4-0.4,0.4-1,0-1.4 l-1-1C4.5,10.1,4.3,10,4,10z M8,14c-0.3,0-0.5,0.1-0.7,0.3l-1,1c-0.4,0.4-0.4,1,0,1.4l1,1c0.4,0.4,1,0.4,1.4,0l1-1 c0.4-0.4,0.4-1,0-1.4l-1-1C8.5,14.1,8.3,14,8,14z"/>%3C/svg>')}.mapboxgl-map.mouse-pointer .mapboxgl-canvas-container.mapboxgl-interactive{cursor:pointer}.mapboxgl-map.mouse-move .mapboxgl-canvas-container.mapboxgl-interactive{cursor:move}.mapboxgl-map.mouse-add .mapboxgl-canvas-container.mapboxgl-interactive{cursor:crosshair}.mapboxgl-map.mouse-move.mode-direct_select .mapboxgl-canvas-container.mapboxgl-interactive{cursor:grab;cursor:-moz-grab;cursor:-webkit-grab}.mapboxgl-map.mode-direct_select.feature-vertex.mouse-move .mapboxgl-canvas-container.mapboxgl-interactive{cursor:move}.mapboxgl-map.mode-direct_select.feature-midpoint.mouse-pointer .mapboxgl-canvas-container.mapboxgl-interactive{cursor:cell}.mapboxgl-map.mode-direct_select.feature-feature.mouse-move .mapboxgl-canvas-container.mapboxgl-interactive{cursor:move}.mapboxgl-map.mode-static.mouse-pointer .mapboxgl-canvas-container.mapboxgl-interactive{cursor:grab;cursor:-moz-grab;cursor:-webkit-grab}.mapbox-gl-draw_boxselect{pointer-events:none;position:absolute;top:0;left:0;width:0;height:0;background:#0000001a;border:2px dotted #fff;opacity:.5}.map-controls{position:absolute;top:1rem;left:1rem;z-index:50;display:flex;flex-direction:column;align-items:center;gap:.5rem;background:var(--y2k-surface, rgba(22, 27, 34, .9));border:1px solid var(--y2k-border, #30363d);border-radius:8px;padding:.5rem}.map-controls--explore{left:auto;right:calc(1rem + 44px)}.map-controls-zoom-group{display:flex;flex-direction:column;align-items:center;gap:.25rem}.map-controls-zoom-group .map-control-btn,.map-control-compass{width:32px;min-width:32px;padding:6px}.map-control-btn{min-width:32px;min-height:32px;height:auto;padding:6px 8px;display:flex;align-items:center;justify-content:center;gap:4px;font-size:.8rem;font-weight:600;line-height:1;color:var(--y2k-text, #e6edf3);background:var(--y2k-surface-raised, #21262d);border:1px solid var(--y2k-border, #30363d);border-radius:6px;cursor:pointer;transition:background .15s;white-space:nowrap}.map-control-btn:hover{background:#30363d}.map-controls-zoom-slider{width:24px;height:80px;display:flex;align-items:center;justify-content:center}.zoom-slider{width:80px;height:24px;transform:rotate(-90deg);transform-origin:center;accent-color:#58a6ff}.map-controls-zoom-indicator{font-size:.75rem;font-weight:600;color:#8b949e;font-variant-numeric:tabular-nums}.map-control-compass{padding:0;transition:transform .2s ease-out}.map-control-compass svg{flex-shrink:0}.map-controls-locate-wrap{position:absolute;bottom:1rem;right:1rem;z-index:50;display:flex;flex-direction:column;gap:.45rem;align-items:flex-end}.map-control-locate{position:relative;min-width:32px;min-height:36px;padding:6px 8px;display:flex;align-items:center;justify-content:center;gap:4px;font-size:.8rem;font-weight:600;color:var(--y2k-text, #e6edf3);background:var(--y2k-surface, rgba(22, 27, 34, .9));border:1px solid var(--y2k-border, #30363d);border-radius:6px;cursor:pointer;transition:background .15s;white-space:nowrap}.map-controls-locate-wrap .map-control-locate:hover{background:#30363d}.map-control-pin.active{background:var(--y2k-accent, #29b6f6);border-color:var(--y2k-accent-hover, #4fc3f7)}.map-control-locate.active .locate-pulse{position:absolute;inset:-4px;border-radius:50%;border:2px solid #3b82f6;animation:locate-pulse 1.5s ease-out infinite;pointer-events:none}.map-control-locate.locating .locate-pulse{animation:locate-pulse .8s ease-out infinite}@keyframes locate-pulse{0%{transform:scale(.8);opacity:1}to{transform:scale(1.4);opacity:0}}.space-wx-badge{position:absolute;top:1rem;left:50%;transform:translate(-50%);z-index:50;display:flex;align-items:center;gap:6px;background:var(--y2k-surface, rgba(22, 27, 34, .92));border:1px solid var(--y2k-border, #30363d);border-radius:6px;padding:6px 10px;cursor:default;-webkit-user-select:none;user-select:none;max-width:200px}.space-wx-badge .space-wx-copy{display:flex;flex-direction:column;align-items:flex-start;gap:0}.space-wx-badge .space-wx-info{font-size:.65rem;color:var(--y2k-text-muted, #8b949e);margin-top:1px;line-height:1.2}.space-wx-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.space-wx-text{font-size:.72rem;font-weight:600;color:#e6edf3;font-variant-numeric:tabular-nums}.map-control-measure{min-width:32px;min-height:36px;padding:6px 8px;gap:4px;font-size:.8rem;font-weight:600;white-space:nowrap}.map-control-measure.active{background:var(--y2k-accent, #1d4ed8);border-color:var(--y2k-accent-hover, #3b82f6)}.measure-hud{position:absolute;bottom:4.5rem;left:50%;transform:translate(-50%);z-index:50;display:flex;align-items:center;gap:10px;background:#161b22f2;border:1px solid #30363d;border-radius:8px;padding:6px 14px;font-size:.82rem;color:#e6edf3;white-space:nowrap}.measure-bearing{color:#8b949e}.measure-value{min-width:4em}.measure-unit-btn{background:#21262d;border:1px solid #30363d;border-radius:4px;color:#8b949e;font-size:.72rem;padding:2px 6px;cursor:pointer;min-width:28px}.measure-unit-btn:hover{color:#e6edf3;background:#30363d}.measure-reset-btn{background:#21262d;border:1px solid #30363d;border-radius:4px;color:#e6edf3;font-size:.72rem;padding:2px 8px;cursor:pointer}.measure-reset-btn:hover{background:#30363d}@media(max-width:900px){.map-controls{top:.5rem;left:.5rem;padding:.4rem;gap:.35rem}.map-controls-zoom-group .map-control-btn,.map-control-compass{width:44px;min-width:44px;min-height:44px;height:44px;padding:0}.map-control-btn{min-width:44px;min-height:44px;padding:.5rem;font-size:.75rem}.map-controls-zoom-slider{height:60px}.map-controls-zoom-indicator{font-size:.7rem}.map-controls-locate-wrap{bottom:.75rem;right:.5rem;left:.5rem;flex-direction:row;justify-content:flex-end;gap:.4rem}.map-control-measure,.map-control-pin,.map-control-locate{min-width:44px;min-height:44px;padding:.5rem}.space-wx-badge{top:.5rem;left:50%;transform:translate(-50%);padding:4px 8px;max-width:160px}.space-wx-badge .space-wx-text{font-size:.65rem}.space-wx-badge .space-wx-info{font-size:.6rem}.measure-hud{bottom:5rem;left:50%;transform:translate(-50%);font-size:.8rem;padding:6px 10px}}.draw-hud{position:absolute;width:220px;padding:.75rem 1rem;background:#161b22f2;border:1px solid #30363d;border-radius:8px;z-index:120;cursor:move}.draw-hud-title{margin:0 0 .5rem;font-size:.85rem;font-weight:600;color:#e6edf3}.draw-hud-buttons{display:flex;gap:.35rem;margin-bottom:.5rem}.draw-hud-buttons button{flex:1;padding:.4rem .5rem;font-size:.8rem;color:#e6edf3;background:#21262d;border:1px solid #30363d;border-radius:6px;cursor:pointer}.draw-hud-buttons button:hover{background:#30363d}.draw-hud-hint{margin:0;font-size:.75rem;color:#8b949e;line-height:1.35}.draw-hud-points{margin:.5rem 0}.draw-hud-points label{display:block;margin-bottom:.35rem;font-size:.75rem;color:#8b949e}.draw-hud-points select{width:100%;margin-bottom:.5rem;padding:.35rem .5rem;color:#e6edf3;background:#0d1117;border:1px solid #30363d;border-radius:6px}.draw-hud-dialog{display:grid;gap:.35rem;border:1px solid #30363d;border-radius:8px;padding:.45rem;background:#0d1117;margin-bottom:.5rem}.draw-hud-dialog label{display:grid;gap:.2rem;font-size:.74rem;color:#8b949e}.draw-hud-dialog input,.draw-hud-dialog select{border:1px solid #30363d;border-radius:6px;background:#161b22;color:#e6edf3;padding:.3rem .45rem}.draw-hud-dialog-actions{display:flex;gap:.35rem}.pin-editor-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem;box-sizing:border-box}.pin-editor-dialog{background:var(--y2k-surface-raised, #161b22);border:1px solid var(--y2k-border, #30363d);border-radius:8px;width:100%;max-width:400px;max-height:90vh;overflow-y:auto;box-shadow:0 4px 24px #00000080}.pin-editor-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--y2k-border, #30363d)}.pin-editor-title{margin:0;font-size:1.15rem;font-weight:600;color:var(--y2k-text, #e6edf3)}.pin-editor-close{background:none;border:none;color:var(--y2k-text-muted, #8b949e);font-size:1.5rem;line-height:1;cursor:pointer;padding:0 .25rem;min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center}.pin-editor-close:hover{color:var(--y2k-text, #e6edf3)}.pin-editor-body{padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.pin-editor-label{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem;color:var(--y2k-text-muted, #8b949e)}.pin-editor-input,.pin-editor-select,.pin-editor-textarea{padding:.5rem .75rem;font-size:1rem;color:var(--y2k-text, #e6edf3);background:var(--y2k-surface, #0d1117);border:1px solid var(--y2k-border, #30363d);border-radius:6px}.pin-editor-input:focus,.pin-editor-select:focus,.pin-editor-textarea:focus{outline:none;border-color:var(--y2k-accent, #58a6ff)}.pin-editor-textarea{resize:vertical;min-height:60px}.pin-editor-icons{display:flex;flex-wrap:wrap;gap:.35rem}.pin-editor-icon-btn{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;font-size:1.25rem;background:var(--y2k-surface, #0d1117);border:1px solid var(--y2k-border, #30363d);border-radius:6px;cursor:pointer;color:inherit}.pin-editor-icon-btn:hover{border-color:var(--y2k-accent, #58a6ff);background:var(--y2k-surface-raised, #161b22)}.pin-editor-icon-btn.active{border-color:var(--y2k-accent, #58a6ff);background:#58a6ff26}.pin-editor-new-list{display:flex;gap:.5rem;align-items:center}.pin-editor-new-list .pin-editor-input{flex:1}.pin-editor-footer{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-top:1px solid var(--y2k-border, #30363d);gap:.75rem;flex-wrap:wrap}.pin-editor-footer-actions{display:flex;gap:.5rem}.pin-editor-btn{padding:.5rem 1rem;font-size:.9rem;font-weight:500;border-radius:6px;cursor:pointer;border:1px solid var(--y2k-border, #30363d);background:var(--y2k-surface, #0d1117);color:var(--y2k-text, #e6edf3)}.pin-editor-btn:hover:not(:disabled){border-color:var(--y2k-border-light, #484f58);background:var(--y2k-surface-raised, #161b22)}.pin-editor-btn--primary{background:var(--y2k-accent, #58a6ff);border-color:var(--y2k-accent, #58a6ff);color:#fff}.pin-editor-btn--primary:hover:not(:disabled){background:var(--y2k-accent-hover, #79b8ff);border-color:var(--y2k-accent-hover, #79b8ff)}.pin-editor-btn--danger{color:#f85149;border-color:#f85149;background:transparent}.pin-editor-btn--danger:hover:not(:disabled){background:#f8514926}.pin-editor-btn:disabled{opacity:.6;cursor:not-allowed}@media(max-width:900px){.pin-editor-dialog{max-height:85vh}.pin-editor-footer{flex-direction:column;align-items:stretch}.pin-editor-footer-actions{justify-content:flex-end}}.weather-hud{position:absolute;bottom:4rem;left:1rem;width:220px;padding:.75rem 1rem;background:#161b22eb;border:1px solid #30363d;border-radius:8px;z-index:45}.weather-hud-show-btn{position:absolute;bottom:4rem;left:1rem;z-index:45;padding:.45rem .75rem;font-size:.8rem;color:#e6edf3;background:#161b22eb;border:1px solid #30363d;border-radius:8px;cursor:pointer}.weather-hud-show-btn:hover{background:#21262d}.weather-hud-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.35rem}.weather-hud-head-actions{display:flex;gap:.25rem}.weather-hud-head-btn{width:22px;height:22px;padding:0;line-height:1;font-size:.85rem;border-radius:6px;border:1px solid #30363d;background:#0d1117;color:#8b949e;cursor:pointer}.weather-hud-head-btn:hover{color:#e6edf3;border-color:#8b949e}.weather-hud-title{margin:0;font-size:.8rem;font-weight:600;color:#8b949e;text-transform:uppercase}.weather-hud-search{display:flex;gap:.35rem;margin-bottom:.5rem}.weather-hud-search input{flex:1;padding:.35rem .5rem;font-size:.85rem;color:#e6edf3;background:#0d1117;border:1px solid #30363d;border-radius:6px}.weather-hud-search button{padding:.35rem .6rem;font-size:.85rem;color:#e6edf3;background:#238636;border:none;border-radius:6px;cursor:pointer}.weather-hud-loading,.weather-hud-empty{margin:0;font-size:.85rem;color:#8b949e}.weather-hud-temp-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.weather-hud-temp{font-size:1.5rem;font-weight:600;color:#e6edf3}.weather-hud-temp-toggle{display:flex;border:1px solid #30363d;border-radius:6px;overflow:hidden}.weather-hud-temp-btn{padding:.25rem .5rem;font-size:.8rem;color:#8b949e;background:#0d1117;border:none;cursor:pointer}.weather-hud-temp-btn:hover{color:#e6edf3;background:#21262d}.weather-hud-temp-btn.active{color:#e6edf3;background:#238636}.weather-hud-code{font-size:.75rem;color:#6e7681}.weather-hud-meta{display:flex;flex-direction:column;gap:.2rem;margin-top:.35rem;font-size:.8rem;color:#8b949e}.weather-hud-wind-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.weather-hud-source{font-size:.7rem;color:#8b949e}.weather-hud--compact{position:relative;bottom:auto;left:auto;width:auto;padding:.35rem .6rem;display:flex;align-items:center;gap:.35rem;min-width:0}.weather-hud-compact-temp{font-size:1rem;font-weight:700;color:var(--y2k-text, #e6edf3);font-variant-numeric:tabular-nums}.weather-hud-compact-units{display:flex;gap:2px}.weather-hud-compact-btn{padding:2px 5px;font-size:.7rem;border:1px solid #30363d;border-radius:4px;background:#0d1117;color:#8b949e;cursor:pointer}.weather-hud-compact-btn:hover{color:#e6edf3}.weather-hud-compact-btn.active{color:#58a6ff;border-color:#58a6ff}.weather-hud-default-hint{font-size:.7rem;color:#6e7681}.coordinates-display{display:flex;flex-direction:column;align-items:center;gap:2px;padding:.35rem .6rem;font-size:.7rem;color:var(--y2k-text-muted, #8b949e);background:var(--y2k-surface, rgba(22, 27, 34, .92));border:1px solid var(--y2k-border, #30363d);border-radius:6px;cursor:pointer;transition:background .15s,color .15s;white-space:nowrap;font-variant-numeric:tabular-nums}.coordinates-display:hover{color:var(--y2k-text, #e6edf3);background:#21262df2}.coordinates-display-text{font-weight:600;letter-spacing:.02em}.coordinates-display-copy-hint{font-size:.6rem;opacity:.85}.coordinates-display:active .coordinates-display-copy-hint{color:#58a6ff}:root{--map-legend-maxwidth: 50%;--map-legend-maxheight: 75dvh;--map-legend-margin: .75rem;--map-legend-font: 1rem / 1 "Arial Unicode MS Regular", sans-serif;--map-legend-minwidth: 150px;--map-legend-background: #fff;--map-legend-radius: 4px;--map-legend-shadow: 0 0 0 2px rgba(0 0 0 / 10%);--map-legend-border: 1px solid #eee;--map-legend-minimizer-size: 29px;--map-legend-minimizer-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23333" d="M20.0833 10.4998L21.2854 11.2211C21.5221 11.3632 21.5989 11.6703 21.4569 11.9071C21.4146 11.9774 21.3557 12.0363 21.2854 12.0786L11.9999 17.6498L2.71451 12.0786C2.47772 11.9365 2.40093 11.6294 2.54301 11.3926C2.58523 11.3222 2.64413 11.2633 2.71451 11.2211L3.9166 10.4998L11.9999 15.3498L20.0833 10.4998ZM20.0833 15.1998L21.2854 15.9211C21.5221 16.0632 21.5989 16.3703 21.4569 16.6071C21.4146 16.6774 21.3557 16.7363 21.2854 16.7786L12.5144 22.0411C12.1977 22.2311 11.8021 22.2311 11.4854 22.0411L2.71451 16.7786C2.47772 16.6365 2.40093 16.3294 2.54301 16.0926C2.58523 16.0222 2.64413 15.9633 2.71451 15.9211L3.9166 15.1998L11.9999 20.0498L20.0833 15.1998ZM12.5144 1.30852L21.2854 6.57108C21.5221 6.71315 21.5989 7.02028 21.4569 7.25707C21.4146 7.32745 21.3557 7.38635 21.2854 7.42857L11.9999 12.9998L2.71451 7.42857C2.47772 7.2865 2.40093 6.97937 2.54301 6.74258C2.58523 6.6722 2.64413 6.6133 2.71451 6.57108L11.4854 1.30852C11.8021 1.11851 12.1977 1.11851 12.5144 1.30852Z"></path></svg>');--map-legend-minimizer-icon-size: 60%;--map-legend-minimizer-hover-color: #eee;--map-legend-title-color: #444;--map-legend-title-size: .75rem;--map-legend-label-size: .65rem;--map-legend-label-color: #aaa;--map-legend-thumb-height: .7rem;--map-legend-thumb-radius: 2px;--map-legend-bubble-stroke: #ccc;--map-legend-bubble-background: #f8f8f8;--map-legend-symbol-size: 16px;--toggler-hidden-opacity: .5;--toggler-hidden-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path fill="none" d="M0 0h24v24H0z"/><path d="M4.52 5.934L1.393 2.808l1.415-1.415 19.799 19.8-1.415 1.414-3.31-3.31A10.949 10.949 0 0112 21c-5.392 0-9.878-3.88-10.819-9a10.982 10.982 0 013.34-6.066zm10.237 10.238l-1.464-1.464a3 3 0 01-4.001-4.001L7.828 9.243a5 5 0 006.929 6.929zM7.974 3.76C9.221 3.27 10.58 3 12 3c5.392 0 9.878 3.88 10.819 9a10.947 10.947 0 01-2.012 4.592l-3.86-3.86a5 5 0 00-5.68-5.68L7.974 3.761z"/></svg>');--toggler-visible-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path fill="none" d="M0 0h24v24H0z"/><path d="M1.181 12C2.121 6.88 6.608 3 12 3c5.392 0 9.878 3.88 10.819 9-.94 5.12-5.427 9-10.819 9-5.392 0-9.878-3.88-10.819-9zM12 17a5 5 0 100-10 5 5 0 000 10zm0-2a3 3 0 110-6 3 3 0 010 6z"/></svg>')}.mapboxgl-ctrl-legend .list{margin:var(--map-legend-margin)}.mapboxgl-ctrl-legend .list li{padding:calc(.25 * var(--map-legend-margin)) 0;display:flex;align-items:center;font-size:var(--map-legend-label-size);color:var(--map-legend-label-color);text-transform:uppercase}.mapboxgl-ctrl-legend .list--highlight:hover li{opacity:.25}.mapboxgl-ctrl-legend .list--highlight li:hover{cursor:default;opacity:1!important}.mapboxgl-ctrl-legend .gradient{margin:var(--map-legend-margin)}.mapboxgl-ctrl-legend .gradient .labels{position:relative;height:calc(1.5 * var(--map-legend-label-size));font-size:var(--map-legend-label-size)}.mapboxgl-ctrl-legend .gradient .labels span{position:absolute;color:var(--map-legend-label-color);transform:translate(-50%)}.mapboxgl-ctrl-legend .gradient .labels span:first-child{transform:none}.mapboxgl-ctrl-legend .gradient .labels span:last-child{transform:translate(-100%)}.mapboxgl-ctrl-legend .gradient .bar{position:relative;height:var(--map-legend-thumb-height);background:#ccc;border-radius:var(--map-legend-thumb-radius)}.mapboxgl-ctrl-legend .gradient--highlight .bar:hover:before{content:attr(data-label);display:block;height:calc(var(--map-legend-thumb-height) + .25rem);width:2px;background:currentcolor;position:absolute;top:-.125rem;left:0;font-size:var(--map-legend-label-size);transform:translate(calc(-50% + var(--x, 0)))}.mapboxgl-ctrl-legend .list--color li:before{content:"";display:block;height:var(--map-legend-thumb-height);width:var(--map-legend-thumb-height);background:var(--color);margin-right:calc(.5 * var(--map-legend-margin));border-radius:var(--map-legend-thumb-radius)}.mapboxgl-ctrl-legend .list--icons .icon{margin-right:calc(.5 * var(--map-legend-margin));height:var(--map-legend-symbol-size);width:var(--map-legend-symbol-size)}.mapboxgl-ctrl-legend .bubbles{position:relative;font-size:var(--map-legend-label-size);color:var(--map-legend-label-color);margin:calc(2 * var(--map-legend-margin)) calc(1.5 * var(--map-legend-margin)) var(--map-legend-margin)}.mapboxgl-ctrl-legend .bubbles li{left:50%;text-align:center;pointer-events:none}.mapboxgl-ctrl-legend .bubbles li+li{position:absolute;bottom:0;left:0;width:100%;pointer-events:none}.mapboxgl-ctrl-legend .bubbles li span{position:absolute;bottom:100%;left:0;width:50%;margin-bottom:-1px;border-bottom:1px solid var(--map-legend-bubble-stroke);padding-bottom:2px;text-align:left;pointer-events:none}.mapboxgl-ctrl-legend .bubbles li:nth-child(odd) span{left:50%;text-align:right}.mapboxgl-ctrl-legend .bubbles li:before{display:inline-block;content:"";height:calc(2 * var(--radius));width:calc(2 * var(--radius));border:1px solid var(--map-legend-bubble-stroke);background:var(--map-legend-bubble-background);border-radius:50%;pointer-events:fill}.mapboxgl-ctrl-legend .bubbles--highlight:hover li{opacity:.25}.mapboxgl-ctrl-legend .bubbles--highlight li:hover{opacity:1}.mapboxgl-ctrl-legend{font:var(--map-legend-font);min-width:var(--map-legend-minwidth);max-width:var(--map-legend-maxwidth);position:relative;display:flex;flex-direction:column;gap:.5rem}.mapboxgl-ctrl-legend *{margin:0;padding:0;list-style:none}.mapboxgl-ctrl-legend .minimizer{all:unset;height:var(--map-legend-minimizer-size);width:var(--map-legend-minimizer-size);background:var(--map-legend-background) var(--map-legend-minimizer-icon) no-repeat center center;background-size:var(--map-legend-minimizer-icon-size);border-radius:var(--map-legend-radius);box-shadow:var(--map-legend-shadow);cursor:pointer}.mapboxgl-ctrl-legend .minimizer:hover{background-color:var(--map-legend-minimizer-hover-color)!important}.mapboxgl-ctrl-legend .panes{background:var(--map-legend-background);border-radius:var(--map-legend-radius);box-shadow:var(--map-legend-shadow);width:auto;overflow:auto;max-height:var(--map-legend-maxheight)}.mapboxgl-ctrl-legend .panes:empty{display:none!important}.mapboxgl-ctrl-legend details+details{border-top:var(--map-legend-border)}.mapboxgl-ctrl-legend summary{color:var(--map-legend-title-color);font-size:var(--map-legend-title-size);margin:var(--map-legend-margin);font-weight:700;line-height:1;text-transform:uppercase;outline:none;cursor:pointer;display:flex;gap:.5rem;align-items:center}.mapboxgl-ctrl-legend summary::-webkit-details-marker{display:none}.mapboxgl-ctrl-legend summary .toggler{color:inherit;margin-left:auto;width:var(--map-legend-title-size);flex:0 0 var(--map-legend-title-size);height:var(--map-legend-title-size);background-color:currentcolor;-webkit-mask-image:var(--toggler-hidden-icon);mask-image:var(--toggler-hidden-icon);-webkit-mask-size:100%;mask-size:100%;opacity:var(--toggler-hidden-opacity);cursor:pointer}.mapboxgl-ctrl-legend summary .toggler--visible{-webkit-mask-image:var(--toggler-visible-icon);mask-image:var(--toggler-visible-icon);opacity:1}.maplibregl-ctrl-bottom-right .mapboxgl-ctrl-legend,.maplibregl-ctrl-top-right .mapboxgl-ctrl-legend,.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl-legend,.mapboxgl-ctrl-top-right .mapboxgl-ctrl-legend{align-items:flex-end}.maplibregl-ctrl-bottom-right .mapboxgl-ctrl-legend,.maplibregl-ctrl-bottom-left .mapboxgl-ctrl-legend,.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl-legend,.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-legend{flex-direction:column-reverse}.map-view-wrapper{position:relative;width:100%;height:100%;min-height:300px;background:#0d1117}.coordinates-display-wrap{position:absolute;bottom:2.5rem;left:1rem;z-index:50}.explore-top-stack{position:absolute;top:1rem;left:50%;transform:translate(-50%);z-index:50;display:flex;flex-direction:column;align-items:center;gap:.25rem}.explore-top-stack .weather-compact-wrap{position:static;transform:none}.coordinates-display-wrap--under-weather{position:static;bottom:auto;left:auto}.weather-compact-wrap{position:absolute;top:1rem;left:50%;transform:translate(-50%);z-index:50}.map-view,.map-container{width:100%;height:100%;background:#0d1117!important}.map-view-wrapper .maplibregl-canvas-container,.map-view-wrapper .maplibregl-canvas{background:#0d1117!important}.mapbox-gl-draw_ctrl-bottom-left,.mapbox-gl-draw_ctrl-top-left,.mapbox-gl-draw_ctrl-top-right,.mapbox-gl-draw_ctrl-bottom-right{display:none!important}.map-view-wrapper .maplibregl-ctrl-top-right{top:52px!important}.mapbox-gl-draw,.mapbox-gl-draw.mapbox-gl-draw-active,.mapbox-gl-draw .mapbox-gl-draw_group,.mapbox-gl-draw .mapbox-gl-draw_ctrl-group,.map-container .mapboxgl-map .mapboxgl-canvas-container.mapboxgl-touch-pan-blocker,.map-container .mapboxgl-canvas{background:transparent!important}.map-crosshair{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:24px;height:24px;pointer-events:none;z-index:40}.map-crosshair:before,.map-crosshair:after{content:"";position:absolute;background:#00ff41;box-shadow:0 0 4px #00ff41,0 0 8px #00ff41}.map-crosshair:before{left:50%;top:0;width:2px;height:100%;transform:translate(-50%)}.map-crosshair:after{top:50%;left:0;width:100%;height:2px;transform:translateY(-50%)}.map-view{width:100%;height:100%}.map-view-placeholder{display:flex;align-items:center;justify-content:center;background:#0d1117}.map-placeholder-message{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#8b949e}.map-placeholder-message strong{color:#e6edf3}.map-zoom-warning{position:absolute;top:1rem;left:50%;transform:translate(-50%);padding:.6rem 1rem;font-size:.9rem;font-weight:500;color:#e6edf3;background:#a16207f2;border:1px solid #a16207;border-radius:8px;z-index:50;pointer-events:none}.map-loading-spinner{position:absolute;top:1rem;left:1rem;z-index:50;pointer-events:none}.spinner{width:28px;height:28px;border:3px solid #30363d;border-top-color:#58a6ff;border-radius:50%;animation:spinner-rotate .8s linear infinite}@keyframes spinner-rotate{to{transform:rotate(360deg)}}.maplibregl-ctrl-scale{background:#161b22f2!important;border:1px solid #30363d!important;border-radius:6px!important;padding:4px 8px!important;font-size:11px!important;font-weight:600!important;color:#00ff41!important;box-shadow:0 0 6px #00ff4166!important}.maplibre-popup-dark .maplibregl-popup-content{background:#161b22;border:1px solid #30363d;border-radius:8px;padding:.75rem 1rem;box-shadow:0 4px 20px #0006}.maplibre-popup-dark .maplibregl-popup-close-button{color:#8b949e;font-size:20px}.maplibre-popup-dark .maplibregl-popup-close-button:hover{color:#e6edf3}.map-popup-content{font-size:.85rem;color:#e6edf3;max-width:280px;max-height:200px;overflow-y:auto}.map-popup-content div{margin-bottom:.35rem}.map-popup-content strong{color:#8b949e;margin-right:.35rem}.map-popup-title{font-weight:600;margin-bottom:.35rem}.map-popup-source{font-size:.8rem;color:#8b949e;margin-bottom:.5rem}.map-popup-read-more{display:inline-block;font-size:.85rem;color:#58a6ff;margin-top:.35rem}.map-popup-read-more:hover{text-decoration:underline}.feeds-dashboard{width:100%;height:100%;overflow-y:auto;padding:1.5rem;transition:background .2s}.feeds-dashboard--news{background:#0d1117}.feeds-dashboard--osint{background:#0a0e12;border-top:2px solid #f59e0b}.feeds-dashboard--videos{background:#0a0c10;border-top:2px solid #6366f1}.feeds-dashboard--videos .feeds-subnav-btn.active{background:#4f46e5;border-color:#6366f1;color:#fff}.feeds-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.25rem;padding:.75rem 0;border-bottom:1px solid #30363d}.feeds-dashboard--osint .feeds-toolbar{border-bottom-color:#422006}.feeds-toolbar-label{font-size:.8rem;font-weight:600;color:#8b949e;text-transform:uppercase;letter-spacing:.03em}.feeds-source-filter{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.feeds-source-chip{padding:.4rem .75rem;font-size:.85rem;color:#8b949e;background:#21262d;border:1px solid #30363d;border-radius:6px;cursor:pointer;transition:color .15s,background .15s,border-color .15s}.feeds-source-chip:hover{color:#e6edf3;border-color:#8b949e}.feeds-source-chip.active{color:#e6edf3;background:#238636;border-color:#238636}.feeds-dashboard--osint .feeds-source-chip.active{background:#b45309;border-color:#f59e0b;color:#fff}.feeds-sort{display:flex;align-items:center;gap:.5rem}.feeds-sort-select{padding:.4rem .6rem;font-size:.85rem;color:#e6edf3;background:#21262d;border:1px solid #30363d;border-radius:6px;cursor:pointer}.feeds-dashboard--osint .feeds-sort-select{background:#151a22;border-color:#422006;color:#fbbf24}.feeds-dashboard-header{margin-bottom:1.5rem}.feeds-dashboard-title-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.feeds-dashboard-header h1{margin:0 0 .25rem;font-size:1.5rem;font-weight:600;color:#e6edf3}.feeds-refresh-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .85rem;font-size:.875rem;font-weight:500;color:#e6edf3;background:#238636;border:1px solid #2ea043;border-radius:6px;cursor:pointer;transition:background .15s,border-color .15s}.feeds-refresh-btn:hover:not(:disabled){background:#2ea043;border-color:#3fb950}.feeds-refresh-btn:disabled{opacity:.8;cursor:not-allowed}.feeds-dashboard-subtitle{margin:0;font-size:.9rem;color:#8b949e}.feeds-subnav{display:flex;gap:.5rem;margin-bottom:1.25rem}.feeds-subnav-btn{padding:.5rem 1rem;font-size:.8rem;font-weight:600;letter-spacing:.04em;color:#8b949e;background:#21262d;border:1px solid #30363d;border-radius:6px;cursor:pointer}.feeds-subnav-btn:hover{color:#e6edf3;border-color:#8b949e}.feeds-subnav-btn.active{color:#e6edf3;background:#238636;border-color:#238636}.feeds-dashboard--osint .feeds-subnav-btn.active{color:#fff;background:#b45309;border-color:#f59e0b}.feeds-osint-subnav{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1.25rem}.feeds-osint-subnav-btn{padding:.45rem .9rem;font-size:.8rem;font-weight:600;color:#8b949e;background:#151a22;border:1px solid #422006;border-radius:6px;cursor:pointer;transition:color .15s,background .15s,border-color .15s}.feeds-osint-subnav-btn:hover{color:#fbbf24;border-color:#b45309}.feeds-osint-subnav-btn.active{color:#fff;background:#b45309;border-color:#f59e0b}.feeds-osint-warning{font-size:.75rem;color:#6b7280;font-style:italic;margin-left:.25rem}.feeds-reddit-stream{margin-top:.5rem}.feeds-reddit-list{display:flex;flex-direction:column;gap:.75rem}.feeds-reddit-card{padding:.85rem 1rem;background:#0d1117;border:1px solid #422006;border-radius:8px;border-left:4px solid #f59e0b}.feeds-reddit-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-bottom:.5rem;font-size:.8rem}.feeds-reddit-signal-tags{display:inline-flex;flex-wrap:wrap;gap:.35rem}.feeds-reddit-signal-tag{padding:.2rem .5rem;font-size:.7rem;font-weight:600;text-transform:uppercase;color:#0a0e12;background:#f59e0b;border-radius:4px}.feeds-reddit-sub{color:#fbbf24;font-weight:600}.feeds-reddit-score{color:#8b949e}.feeds-reddit-age{color:#6b7280}.feeds-reddit-comment{margin:0 0 .5rem;padding:0 0 0 .75rem;border-left:2px solid #422006;font-size:.9rem;color:#e6edf3;line-height:1.45}.feeds-reddit-link{font-size:.85rem;color:#f59e0b;text-decoration:none}.feeds-reddit-link:hover{color:#fcd34d;text-decoration:underline}.feeds-masonry{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;align-content:start}.feeds-news-section .feeds-masonry--news{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.feeds-news-card{display:flex;flex-direction:column;background:#161b22;border:1px solid #30363d;border-radius:10px;overflow:hidden;text-decoration:none;color:inherit;transition:border-color .15s,box-shadow .15s}.feeds-news-card:hover{border-color:#58a6ff;box-shadow:0 4px 12px #0000004d}.feeds-news-card-img-wrap{aspect-ratio:16/10;background:#0d1117;overflow:hidden}.feeds-news-card-img{width:100%;height:100%;object-fit:cover}.feeds-news-card-body{padding:.75rem 1rem;display:flex;flex-direction:column;gap:.35rem}.feeds-news-card-title{margin:0;font-size:.95rem;font-weight:600;color:#e6edf3;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.feeds-news-card-source{font-size:.75rem;color:#58a6ff;text-transform:uppercase;letter-spacing:.03em;display:inline-flex;align-items:center;gap:.45rem}.feeds-news-card-favicon{width:18px;height:18px;border-radius:4px;background:#0d1117;border:1px solid #30363d;object-fit:cover;flex:0 0 auto}.feeds-news-card-date{font-size:.75rem;color:#8b949e}.feeds-osint-table-wrap{width:100%;overflow-x:auto;border-radius:8px;border:1px solid #422006;background:#0d1117;box-shadow:inset 0 0 0 1px #f59e0b1a}.feeds-terminal-table{width:100%;border-collapse:collapse;font-family:ui-monospace,SF Mono,monospace;font-size:.85rem}.feeds-terminal-table table{width:100%;border-collapse:collapse}.feeds-terminal-table th{text-align:left;padding:.5rem .75rem;color:#8b949e;border-bottom:1px solid #30363d;font-weight:600}.feeds-terminal-table td{padding:.5rem .75rem;border-bottom:1px solid #21262d;color:#e6edf3;vertical-align:top}.feeds-osint-row{border-left:4px solid #eab308}.feeds-osint-row.feeds-osint-alert-high{border-left-color:#dc2626}.feeds-osint-row.feeds-osint-alert-medium{border-left-color:#eab308}.feeds-osint-row.feeds-osint-alert-low,.feeds-osint-row.feeds-osint-alert-green{border-left-color:#22c55e}.feeds-osint-time{white-space:nowrap;color:#8b949e}.feeds-osint-source{font-weight:600;color:#fbbf24}.feeds-osint-content a{color:#fcd34d;text-decoration:none}.feeds-osint-content a:hover{color:#fde68a;text-decoration:underline}.feeds-osint-badge{text-transform:uppercase;font-size:.7rem}.feeds-osint-raw{margin-top:.25rem;font-size:.8rem;color:#8b949e;line-height:1.4}.feeds-filter-row{margin-bottom:1rem}.feeds-filter-input{width:100%;max-width:400px;padding:.5rem .75rem;font-size:.9rem;color:#e6edf3;background:#161b22;border:1px solid #30363d;border-radius:6px}.feeds-filter-input::placeholder{color:#6e7681}.feeds-loading{margin:0;color:#8b949e;font-size:.9rem}.feeds-empty{margin:1rem 0;padding:1.25rem;color:#8b949e;font-size:.95rem;background:#161b22;border:1px solid #30363d;border-radius:8px;text-align:center}.feeds-empty p{margin:0 0 .75rem}.feeds-empty p:last-child{margin-bottom:0}.feeds-empty-hint{font-size:.85rem!important;color:#6e7681!important}.feeds-empty code{font-size:.85em;padding:.15em .4em;background:#21262d;border-radius:4px;color:#e6edf3}.feeds-clear-filter{margin-top:.5rem;padding:.5rem 1rem;font-size:.9rem;color:#fff;background:#238636;border:none;border-radius:6px;cursor:pointer}.feeds-clear-filter:hover{background:#2ea043}.feeds-news-list .feeds-list,.feeds-list{list-style:none;margin:0;padding:0}.feeds-list li{padding:.5rem 0;border-bottom:1px solid #21262d}.feeds-list li:last-child{border-bottom:none}.feeds-list a{color:#58a6ff;text-decoration:none}.feeds-list a:hover{text-decoration:underline}.feeds-item-meta{display:block;font-size:.75rem;color:#8b949e;margin-top:.2rem}.feeds-dashboard-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem}.feeds-panel{background:#161b22;border:1px solid #30363d;border-radius:8px;padding:1rem;min-height:200px}.feeds-panel h2{margin:0 0 .75rem;font-size:1rem;font-weight:600;color:#e6edf3;padding-bottom:.5rem;border-bottom:1px solid #30363d}.usgs-ticker{font-size:.85rem}.usgs-loading,.usgs-empty{margin:0;color:#8b949e}.usgs-list{list-style:none;margin:0;padding:0}.usgs-list li{display:grid;grid-template-columns:3rem 1fr auto;gap:.5rem;padding:.4rem 0;border-bottom:1px solid #21262d;color:#e6edf3}.usgs-list li:last-child{border-bottom:none}.usgs-mag{font-weight:600;color:#a855f7}.usgs-place{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.usgs-time{font-size:.75rem;color:#8b949e}.feeds-placeholder{color:#8b949e;font-size:.9rem}.feeds-placeholder p{margin:0 0 .5rem}.feeds-placeholder-hint{font-size:.8rem;color:#6e7681}.feeds-panel-usgs{grid-column:span 1}@media(min-width:900px){.feeds-panel-usgs{grid-column:span 2}}.feeds-stocks-show-bar{margin-bottom:1rem}.feeds-stocks-show-btn{padding:.4rem .75rem;font-size:.85rem;color:#58a6ff;background:transparent;border:1px solid #30363d;border-radius:6px;cursor:pointer}.feeds-stocks-show-btn:hover{color:#79b8ff;border-color:#58a6ff}.feeds-stocks-wrap{margin-bottom:1.5rem;background:#161b22;border:1px solid #30363d;border-radius:8px;overflow:hidden}.feeds-stocks-wrap--minimized .financial-markets-widget{display:none}.feeds-stocks-wrap .financial-markets-widget{margin-bottom:0;border:none;border-radius:0;background:transparent;padding-top:0}.feeds-stocks-wrap .financial-markets-title{display:none}.feeds-stocks-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;padding:.6rem 1rem;background:#21262d;border-bottom:1px solid #30363d}.feeds-stocks-wrap--minimized .feeds-stocks-header{border-bottom:none}.feeds-stocks-header-title{font-size:.9rem;font-weight:600;color:#e6edf3}.feeds-stocks-header-actions{display:flex;gap:.5rem}.feeds-stocks-header-btn{padding:.3rem .6rem;font-size:.8rem;color:#8b949e;background:#0d1117;border:1px solid #30363d;border-radius:6px;cursor:pointer}.feeds-stocks-header-btn:hover{color:#e6edf3;border-color:#8b949e}.feeds-stocks-header-btn--hide{color:#8b949e}.feeds-stocks-header-btn--hide:hover{color:#f85149;border-color:#f85149}.feeds-osint-pin{white-space:nowrap}.feeds-pin-to-map-btn{padding:.35rem .65rem;font-size:.8rem;color:#e6edf3;background:#238636;border:1px solid #2ea043;border-radius:6px;cursor:pointer}.feeds-pin-to-map-btn:hover:not(:disabled){background:#2ea043}.feeds-pin-to-map-btn:disabled{opacity:.7;cursor:not-allowed}.feeds-news-card-wrap{position:relative}.feeds-save-btn{position:absolute;top:.5rem;right:.5rem;padding:.3rem .6rem;font-size:.75rem;color:#8b949e;background:#161b22e6;border:1px solid #30363d;border-radius:6px;cursor:pointer;z-index:2}.feeds-save-btn:hover{color:#e6edf3;border-color:#8b949e}.feeds-save-btn.saved{color:#3fb950;border-color:#238636}.feeds-save-btn-inline{padding:.35rem .65rem;font-size:.8rem;background:#21262d;border-color:#30363d}.feeds-save-btn-inline.saved{color:#3fb950;background:#23863633;border-color:#238636}.feeds-pin-error{font-size:.85rem;color:#f85149;padding:.5rem .75rem}.feeds-videos-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding:.75rem 0;border-bottom:1px solid #30363d}.feeds-dashboard--videos .feeds-videos-toolbar{border-bottom-color:#3730a3}.feeds-video-tags{display:flex;flex-wrap:wrap;gap:.5rem}.feeds-video-tag{padding:.4rem .75rem;font-size:.8rem;color:#a5b4fc;background:#1e1b4b;border:1px solid #3730a3;border-radius:6px;cursor:pointer;transition:color .15s,background .15s,border-color .15s}.feeds-video-tag:hover{color:#c7d2fe;border-color:#6366f1}.feeds-video-tag.active{color:#fff;background:#4f46e5;border-color:#6366f1}.feeds-videos-section{margin-top:.5rem}.feeds-video-timeline{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;align-content:start}.feeds-video-card{display:flex;flex-direction:column;background:#161b22;border:1px solid #30363d;border-radius:10px;overflow:hidden;text-decoration:none;color:inherit;transition:border-color .15s,box-shadow .15s}.feeds-dashboard--videos .feeds-video-card{border-color:#312e81;background:#0f0d1a}.feeds-video-card:hover{border-color:#6366f1;box-shadow:0 4px 12px #6366f126}.feeds-video-card-thumb-wrap{position:relative;aspect-ratio:16/9;background:#0d1117;overflow:hidden}.feeds-video-card-embed{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.feeds-video-card-thumb-link{display:block;width:100%;height:100%}.feeds-video-card-thumb{width:100%;height:100%;object-fit:cover}.feeds-video-card-source--overlay{bottom:.35rem;left:.5rem}.feeds-video-card--clickable{cursor:pointer}.feeds-video-card--clickable:hover{border-color:#818cf8;box-shadow:0 6px 16px #6366f133}.feeds-video-card-play-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#00000059;font-size:3rem;color:#fff;pointer-events:none}.feeds-video-card-expand-hint{font-size:.75rem;color:#6366f1;margin-top:.35rem;display:block}.feeds-video-modal-backdrop{position:fixed;inset:0;z-index:9999;background:#000000d9;display:flex;align-items:center;justify-content:center;padding:1rem;animation:feeds-video-modal-fade .2s ease-out}@keyframes feeds-video-modal-fade{0%{opacity:0}to{opacity:1}}.feeds-video-modal{background:#161b22;border:1px solid #30363d;border-radius:12px;max-width:900px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000080;animation:feeds-video-modal-slide .25s ease-out}@keyframes feeds-video-modal-slide{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.feeds-video-modal-header{display:flex;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;border-bottom:1px solid #30363d;flex-shrink:0}.feeds-video-modal-title{margin:0;font-size:1.1rem;font-weight:600;color:#e6edf3;flex:1;line-height:1.4}.feeds-video-modal-source{font-size:.8rem;color:#a5b4fc;flex-shrink:0}.feeds-video-modal-close{width:36px;height:36px;padding:0;font-size:1.5rem;line-height:1;color:#8b949e;background:transparent;border:none;border-radius:6px;cursor:pointer;flex-shrink:0}.feeds-video-modal-close:hover{color:#e6edf3;background:#21262d}.feeds-video-modal-player{position:relative;width:100%;aspect-ratio:16/9;background:#0d1117;flex-shrink:0}.feeds-video-modal-embed{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.feeds-video-modal-video{width:100%;height:100%;object-fit:contain}.feeds-video-modal-fallback{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem;color:#8b949e;text-align:center}.feeds-video-modal-actions{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding:1rem 1.25rem;border-top:1px solid #30363d;flex-shrink:0}.feeds-video-modal-open-link{color:#6366f1;text-decoration:none;font-size:.9rem}.feeds-video-modal-open-link:hover{color:#818cf8;text-decoration:underline}.feeds-video-modal-close-btn{padding:.5rem 1rem;font-size:.9rem;color:#e6edf3;background:#21262d;border:1px solid #30363d;border-radius:6px;cursor:pointer}.feeds-video-modal-close-btn:hover{background:#30363d}.feeds-video-card-thumb-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:#3730a3;background:linear-gradient(135deg,#1e1b4b,#0d1117)}.feeds-video-card-source{position:absolute;bottom:.35rem;left:.5rem;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#a5b4fc;background:#000000bf;padding:.2rem .5rem;border-radius:4px}.feeds-video-card-body{padding:.75rem 1rem;display:flex;flex-direction:column;gap:.35rem}.feeds-video-card-title{margin:0;font-size:.95rem;font-weight:600;color:#e6edf3;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.feeds-video-card-date{font-size:.75rem;color:#8b949e}.feeds-video-card-tags{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.25rem}.feeds-video-card-tag{font-size:.7rem;padding:.2rem .45rem;color:#a5b4fc;background:#1e1b4b;border-radius:4px;border:1px solid #312e81}@media(max-width:900px){.feeds-dashboard{padding:.5rem .75rem 1rem}.feeds-dashboard-header h1{font-size:1.2rem}.feeds-toolbar{gap:.5rem;margin-bottom:.75rem;padding:.5rem 0}.feeds-source-chip{min-height:44px;padding:.5rem .65rem;font-size:.8rem}.feeds-subnav-btn,.feeds-osint-subnav-btn,.feeds-refresh-btn{min-height:44px;padding:.5rem .75rem;font-size:.8rem}.feeds-news-card,.feeds-osint-card{padding:.65rem .75rem}.feeds-news-card-title,.feeds-osint-card-title{font-size:.9rem}}.overpass-console-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1100;padding:1rem}.overpass-console{width:100%;max-width:560px;max-height:85vh;display:flex;flex-direction:column;background:#161b22;border:1px solid #30363d;border-radius:12px}.overpass-console-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #30363d}.overpass-console-header h2{margin:0;font-size:1.15rem;font-weight:600;color:#e6edf3}.overpass-console-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;line-height:1;color:#8b949e;background:transparent;border:none;border-radius:6px;cursor:pointer}.overpass-console-close:hover{color:#e6edf3;background:#21262d}.overpass-console-body{padding:1rem 1.25rem;flex:1;min-height:0;display:flex;flex-direction:column;gap:.5rem}.overpass-console-instructions{margin:0 0 .75rem;font-size:.8rem;color:#8b949e}.overpass-console-instructions code{background:#0d1117;padding:.15rem .4rem;border-radius:4px;font-size:.85em}.overpass-console-templates{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.overpass-console-templates label{font-size:.8rem;color:#8b949e}.overpass-console-templates select{padding:.35rem .5rem;font-size:.85rem;color:#e6edf3;background:#0d1117;border:1px solid #30363d;border-radius:6px}.overpass-console-body textarea{flex:1;min-height:200px;padding:.75rem;font-family:ui-monospace,monospace;font-size:.85rem;color:#e6edf3;background:#0d1117;border:1px solid #30363d;border-radius:6px;resize:vertical}.overpass-console-body textarea:focus{outline:none;border-color:#58a6ff}.overpass-console-error{margin:0;font-size:.85rem;color:#f85149}.overpass-console-footer{padding:1rem 1.25rem;border-top:1px solid #30363d;display:flex;gap:.5rem;align-items:center}.overpass-console-btn-secondary{padding:.5rem 1rem;font-size:.9rem;color:#8b949e;background:transparent;border:1px solid #30363d;border-radius:6px;cursor:pointer}.overpass-console-btn-secondary:hover{color:#e6edf3;border-color:#8b949e}.overpass-console-footer button:last-child{padding:.5rem 1.25rem;font-size:.95rem;font-weight:500;color:#fff;background:#238636;border:none;border-radius:6px;cursor:pointer}.overpass-console-footer button:last-child:hover:not(:disabled){background:#2ea043}.overpass-console-footer button:last-child:disabled{opacity:.6;cursor:not-allowed}.liveuamap-widget{margin-top:1rem;padding-top:1rem;border-top:1px solid #30363d}.liveuamap-widget h3{margin:0 0 .5rem;font-size:.85rem;font-weight:600;color:#e6edf3}.liveuamap-loading,.liveuamap-empty{margin:0;font-size:.8rem;color:#8b949e}.liveuamap-list{list-style:none;margin:0;padding:0}.liveuamap-list li{margin-bottom:.4rem}.liveuamap-list a{font-size:.8rem;color:#58a6ff;text-decoration:none}.liveuamap-list a:hover{text-decoration:underline}.sidebar-right{width:260px;min-width:260px;background:var(--y2k-surface);border-left:1px solid var(--y2k-border);padding:1rem 1.25rem;overflow-y:auto;flex-shrink:0}.right-sidebar-title{margin:0 0 1rem;font-size:1rem;font-weight:600;color:var(--y2k-text);padding-bottom:.75rem;border-bottom:1px solid var(--y2k-border)}.right-sidebar-section{margin-bottom:1.25rem}.right-sidebar-section h3{margin:0 0 .5rem;font-size:.8rem;font-weight:600;color:var(--y2k-text-muted);text-transform:uppercase;letter-spacing:.03em}.basemap-list{display:flex;flex-direction:column;gap:2px}.basemap-option{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;padding:.5rem .6rem;border-radius:4px;cursor:pointer}.basemap-option:not(.disabled):hover{background:var(--y2k-surface-raised)}.basemap-option.disabled{opacity:.6;cursor:not-allowed}.basemap-option.active{background:var(--y2k-surface-raised)}.basemap-option input{flex-shrink:0}.basemap-label{font-size:.9rem;color:var(--y2k-text);flex:1}.basemap-hint{font-size:.75rem;color:var(--y2k-text-muted);width:100%;margin-left:1.5rem}.overlay-opacity-row{margin-top:.5rem}.overlay-opacity-label{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--y2k-text-muted)}.overlay-opacity-slider{flex:1;accent-color:#58a6ff}.overlay-opacity-value{min-width:2.5rem;font-variant-numeric:tabular-nums}.toggle-list{display:flex;flex-direction:column;gap:.35rem}.toggle-option{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--y2k-text);cursor:pointer}.toggle-option input[type=checkbox]{width:1em;height:1em;accent-color:var(--y2k-accent)}.intelligence-layer-manager .layers-hint{margin:0 0 .75rem;font-size:.75rem;color:var(--y2k-text-muted)}.layer-subsection{margin-bottom:1rem}.layer-subsection:last-child{margin-bottom:0}.layer-subsection h4{margin:0 0 .4rem;font-size:.75rem;font-weight:600;color:var(--y2k-text-muted);text-transform:uppercase;letter-spacing:.03em}.toggle-option.placeholder{opacity:.85}.layer-placeholder-tag{font-size:.7rem;color:var(--y2k-text-muted);margin-left:auto}.toggle-option-wrapper{display:flex;flex-direction:column;gap:.2rem}.layer-status-pending{font-size:.7rem;color:#f59e0b;margin-left:1.5rem}.layer-hint{display:block;font-size:.7rem;color:var(--y2k-text-muted);margin-top:.25rem;margin-left:1.5rem}.layer-hint-warn{color:#f59e0b}.overpass-console-btn{width:100%;padding:.5rem .75rem;font-size:.85rem;font-weight:500;color:var(--y2k-text);background:var(--y2k-surface-raised);border:1px solid var(--y2k-border);border-radius:4px;cursor:pointer;box-shadow:0 1px 0 var(--y2k-bevel-light) inset}.overpass-console-btn:hover{background:var(--y2k-metallic-top);border-color:var(--y2k-border-light)}.sentinel-time-filter{margin-top:.4rem;margin-left:1.5rem}.sentinel-time-label{display:block;font-size:.7rem;color:var(--y2k-text-muted);margin-bottom:.25rem}.sentinel-time-btns{display:flex;flex-wrap:wrap;gap:.25rem}.sentinel-time-btn{padding:.25rem .5rem;font-size:.75rem;color:var(--y2k-text-muted);background:var(--y2k-bg);border:1px solid var(--y2k-border);border-radius:4px;cursor:pointer}.sentinel-time-btn:hover{color:var(--y2k-text);border-color:var(--y2k-border-light)}.sentinel-time-btn.active{color:#fff;background:var(--y2k-accent);border-color:var(--y2k-accent)}.sidebar-right-mobile-header{display:none}@media(max-width:900px){.sidebar-right{width:100%;min-width:0;border-left:none;border-top:1px solid var(--y2k-border);max-height:50vh;padding:.5rem .75rem .75rem}.sidebar-right-mobile-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.4rem 0 .5rem;margin-bottom:.5rem;border-bottom:1px solid var(--y2k-border);flex-shrink:0}.sidebar-right-mobile-title{font-size:.8rem;font-weight:600;color:var(--y2k-text-muted);text-transform:uppercase;letter-spacing:.04em}.sidebar-right-close{width:44px;height:44px;min-width:44px;min-height:44px;padding:0;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:300;line-height:1;color:var(--y2k-text);background:var(--y2k-surface-raised);border:1px solid var(--y2k-border);border-radius:8px;cursor:pointer;-webkit-tap-highlight-color:transparent}.sidebar-right-close:hover{background:var(--y2k-metallic-top);border-color:var(--y2k-border-light)}.sidebar-right .right-sidebar-section{margin-bottom:1rem}.sidebar-right .toggle-option{min-height:44px;padding:.25rem 0}.sidebar-right .basemap-option{min-height:44px}}.geolocate-presets{display:flex;flex-direction:column;gap:.4rem}.geolocate-preset-btn{width:100%;padding:.5rem .6rem;font-size:.85rem;text-align:left;color:var(--y2k-text);background:var(--y2k-surface-raised);border:1px solid var(--y2k-border);border-radius:4px;cursor:pointer;transition:background .15s,border-color .15s}.geolocate-preset-btn:hover:not(:disabled){background:var(--y2k-metallic-top);border-color:var(--y2k-border-light)}.geolocate-preset-btn:disabled{opacity:.7;cursor:wait}.omnibar-wrap,.omnibar-global-wrap{position:relative;width:100%;overflow:visible}.omnibar{display:flex;align-items:center;gap:.75rem;padding:.65rem 1rem;background:var(--y2k-surface-raised);border:1px solid var(--y2k-border);border-radius:4px;min-height:48px;box-shadow:0 1px 0 var(--y2k-bevel-dark) inset}.omnibar:focus-within{border-color:var(--y2k-accent);box-shadow:0 0 0 2px var(--y2k-accent-glow)}.omnibar-icon{color:var(--y2k-text-muted);font-size:1.25rem}.omnibar-input{flex:1;min-width:0;padding:.4rem 0;font-size:1.05rem;color:var(--y2k-text);background:transparent;border:none;outline:none}.omnibar-input::placeholder{color:var(--y2k-text-muted)}.omnibar-search-btn{padding:.5rem .85rem;font-size:.9rem;font-weight:600;border:1px solid var(--y2k-border);border-radius:4px;cursor:pointer;white-space:nowrap;box-shadow:0 1px 0 var(--y2k-bevel-light) inset,0 1px 2px var(--y2k-bevel-dark);transition:background .2s,border-color .2s}.omnibar-search-btn--primary{color:#fff;background:linear-gradient(180deg,#4fc3f7 0%,var(--y2k-accent) 50%,#1e88e5 100%);border-color:var(--y2k-accent)}.omnibar-search-btn--primary:hover{background:linear-gradient(180deg,#4fc3f7 0%,var(--y2k-accent-hover) 50%,#1e88e5 100%);border-color:var(--y2k-accent-hover)}.omnibar-search-btn--secondary{color:var(--y2k-text);background:linear-gradient(180deg,var(--y2k-metallic-top) 0%,var(--y2k-metallic-mid) 50%,var(--y2k-metallic-bottom) 100%)}.omnibar-search-btn--secondary:hover:not(:disabled){background:linear-gradient(180deg,#323a45,#252b33,#1a1f26);border-color:var(--y2k-border-light)}.omnibar-search-btn:disabled{opacity:.6;cursor:not-allowed}.omnibar-results-head{padding:.5rem .75rem;font-size:.75rem;text-transform:uppercase;color:var(--y2k-text-muted);border-bottom:1px solid var(--y2k-border);background:var(--y2k-surface)}.omnibar-results{position:absolute;top:100%;left:0;right:0;margin-top:4px;max-height:360px;overflow-y:auto;overflow-x:hidden;background:var(--y2k-surface-raised);border:1px solid var(--y2k-border);border-radius:4px;box-shadow:0 8px 24px #00000080;z-index:1000}.omnibar-result{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;width:100%;padding:.6rem .75rem;text-align:left;font-size:.9rem;color:var(--y2k-text);background:transparent;border:none;border-bottom:1px solid var(--y2k-border);cursor:pointer}.omnibar-result:last-child{border-bottom:none}.omnibar-result:hover{background:var(--y2k-surface)}.omnibar-result-type{font-size:.7rem;text-transform:uppercase;color:var(--y2k-text-muted);min-width:48px}.omnibar-result-title{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.omnibar-result-action{font-size:.75rem;color:var(--y2k-accent)}.omnibar-results-actions{border-top:1px solid var(--y2k-border);padding-top:.25rem}.omnibar-results-actions--top{border-top:none;border-bottom:1px solid var(--y2k-border);padding-top:0;padding-bottom:.35rem;margin-bottom:.25rem}.omnibar-result--view-all{font-weight:600;color:var(--y2k-accent);justify-content:center;background:var(--y2k-accent-glow)}.omnibar-result--view-all:hover{background:#107c1040}.omnibar-result--see-all,.omnibar-result--feeds{border-top:none;font-weight:500;color:var(--y2k-accent);justify-content:center}.omnibar-result--feeds{margin-top:.25rem}.place-search-wrap{position:relative;width:100%;max-width:360px}.place-search-bar{display:flex;align-items:center;gap:.5rem;padding:.4rem .6rem;background:#21262d;border:1px solid #30363d;border-radius:8px}.place-search-bar:focus-within{border-color:#58a6ff;box-shadow:0 0 0 2px #58a6ff33}.place-search-icon{font-size:1rem;opacity:.9}.place-search-input{flex:1;min-width:0;padding:.35rem 0;font-size:.9rem;color:#e6edf3;background:transparent;border:none;outline:none}.place-search-input::placeholder{color:#6e7681}.place-search-btn{padding:.35rem .65rem;font-size:.85rem;font-weight:500;color:#e6edf3;background:#388bfd;border:none;border-radius:6px;cursor:pointer}.place-search-btn:hover:not(:disabled){background:#58a6ff}.place-search-btn:disabled{opacity:.7;cursor:not-allowed}.place-search-results{position:absolute;top:100%;left:0;right:0;margin-top:4px;max-height:280px;overflow-y:auto;background:#161b22;border:1px solid #30363d;border-radius:8px;box-shadow:0 8px 24px #0006;z-index:200}.place-search-result{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;width:100%;padding:.6rem .75rem;text-align:left;font-size:.9rem;color:#e6edf3;background:transparent;border:none;border-bottom:1px solid #21262d;cursor:pointer}.place-search-result:last-child{border-bottom:none}.place-search-result:hover{background:#21262d}.place-search-result-name{font-size:.9rem;line-height:1.3;color:#e6edf3}.place-search-result-type{font-size:.75rem;color:#8b949e;text-transform:capitalize}.place-search-status{margin-top:.35rem;font-size:.75rem;color:#8b949e}.osint-x-view{width:100%;height:100%;overflow-y:auto;padding:1.5rem;background:#0a0e12;border-top:2px solid #f59e0b}.osint-x-header{margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #30363d}.osint-x-title{margin:0 0 .25rem;font-size:1.35rem;font-weight:600;color:#e6edf3}.osint-x-subtitle{margin:0 0 .75rem;font-size:.875rem;color:#8b949e}.osint-x-map-hint{margin:0 0 .75rem;font-size:.8rem;color:#6e7681}.osint-x-map-hint strong{color:#8b949e}.osint-x-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.osint-x-refresh{padding:.45rem .9rem;font-size:.875rem;font-weight:500;color:#e6edf3;background:#21262d;border:1px solid #30363d;border-radius:6px;cursor:pointer;transition:background .15s,border-color .15s}.osint-x-refresh:hover:not(:disabled){background:#30363d;border-color:#8b949e}.osint-x-refresh:disabled{opacity:.7;cursor:not-allowed}.osint-x-clear-filter{padding:.35rem .65rem;font-size:.8rem;color:#58a6ff;background:transparent;border:1px solid #30363d;border-radius:6px;cursor:pointer}.osint-x-clear-filter:hover{text-decoration:underline}.osint-x-loading,.osint-x-error{margin:1rem 0;font-size:.9rem;color:#8b949e}.osint-x-error{color:#f85149}.osint-x-empty{padding:2rem;text-align:center;color:#8b949e;font-size:.9rem}.osint-x-empty .osint-x-clear-filter{margin-top:.75rem}.osint-x-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.osint-x-card{padding:1rem 1.25rem;background:#161b22;border:1px solid #30363d;border-radius:8px;transition:border-color .15s}.osint-x-card:hover{border-color:#f59e0b40}.osint-x-card-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;margin-bottom:.5rem}.osint-x-account{font-weight:600;font-size:.9rem;color:#f59e0b}.osint-x-time{font-size:.8rem;color:#8b949e}.osint-x-priority{font-size:.7rem;font-weight:600;text-transform:uppercase;padding:.2rem .5rem;border-radius:4px}.osint-x-priority--high{background:#23863640;color:#3fb950}.osint-x-priority--medium{background:#30363d;color:#8b949e}.osint-x-priority--low{background:#21262d;color:#6e7681}.osint-x-tags{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.5rem}.osint-x-tag{font-size:.75rem;padding:.2rem .5rem;background:#21262d;color:#8b949e;border-radius:4px}.osint-x-content{margin:0 0 .5rem;font-size:.9rem;line-height:1.45;color:#e6edf3;white-space:pre-wrap;word-break:break-word}.osint-x-link{display:inline-block;font-size:.85rem;font-weight:500;color:#58a6ff;text-decoration:none}.osint-x-link:hover{text-decoration:underline}.osint-x-media{margin:.75rem 0}.osint-x-media--images{display:flex;flex-wrap:wrap;gap:.5rem}.osint-x-media-img-wrap{display:flex;flex-direction:column;gap:.25rem}.osint-x-media-link{display:block;border-radius:8px;overflow:hidden;border:1px solid #30363d;max-width:100%;padding:0;background:transparent;cursor:pointer;font:inherit;position:relative}.osint-x-media-link--expand:hover .osint-x-media-expand-label,.osint-x-media-link--expand:focus .osint-x-media-expand-label{opacity:1}.osint-x-media-expand-label{position:absolute;inset:0;background:#00000080;color:#fff;font-size:.8rem;font-weight:600;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s}.osint-x-media-open-post{font-size:.8rem;color:#58a6ff;text-decoration:none}.osint-x-media-open-post:hover{text-decoration:underline}.osint-x-img{display:block;max-width:320px;max-height:280px;width:auto;height:auto;object-fit:contain;vertical-align:middle}.osint-x-media--videos{display:flex;flex-direction:column;gap:.75rem}.osint-x-video-wrap{border-radius:8px;overflow:hidden;border:1px solid #30363d;background:#0d1117;max-width:560px}.osint-x-embed{display:block;width:100%;aspect-ratio:16 / 9;max-height:315px;border:none}.osint-x-video{display:block;width:100%;max-width:560px;max-height:360px}.osint-x-video-fallback{width:100%;text-align:left;padding:.45rem .65rem;font-size:.8rem;color:#8b949e;background:#0d1117;border:0;border-top:1px solid #30363d;cursor:pointer}.osint-x-video-fallback:hover{color:#e6edf3}.osint-x-video-fallback--standalone{border:1px solid #30363d;border-radius:6px;width:fit-content;background:#161b22}.osint-x-video-expand{margin-top:.25rem;padding:.35rem .6rem;font-size:.8rem;background:#21262d;border:1px solid #30363d;border-radius:6px;color:#c9d1d9;cursor:pointer}.osint-x-video-expand:hover{background:#30363d;color:#fff}.osint-x-video-open-post{display:inline-block;margin-top:.25rem;font-size:.8rem;color:#58a6ff;text-decoration:none}.osint-x-video-open-post:hover{text-decoration:underline}.osint-x-image-dialog-img{max-width:100%;max-height:70vh;width:auto;height:auto;object-fit:contain;border-radius:6px;display:block;margin:.5rem 0}.osint-x-image-dialog-caption{margin:.35rem 0 .5rem;font-size:.85rem;color:#8b949e;line-height:1.4;max-height:4em;overflow-y:auto}.osint-x-filter-label{display:flex;align-items:center;gap:.35rem;font-size:.85rem;color:#8b949e}.osint-x-select{padding:.35rem .5rem;font-size:.85rem;color:#e6edf3;background:#21262d;border:1px solid #30363d;border-radius:6px}.osint-x-pin-error{font-size:.85rem;color:#f85149;margin:.5rem 0 0}.osint-x-card-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:.5rem}.osint-x-pin-btn{padding:.35rem .65rem;font-size:.8rem;color:#e6edf3;background:#238636;border:1px solid #2ea043;border-radius:6px;cursor:pointer}.osint-x-pin-btn:hover:not(:disabled){background:#2ea043}.osint-x-pin-btn:disabled{opacity:.7;cursor:not-allowed}.osint-x-video-dialog-backdrop{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;background:#0000008c;padding:1rem}.osint-x-video-dialog{width:min(640px,100%);background:#161b22;border:1px solid #30363d;border-radius:10px;padding:1rem;color:#e6edf3}.osint-x-video-dialog h3{margin:0 0 .4rem}.osint-x-video-dialog-player{margin:.5rem 0;background:#000;border-radius:6px;overflow:hidden}.osint-x-video-dialog-player .osint-x-video{width:100%;max-height:50vh;display:block}.osint-x-video-dialog-fallback-msg{margin:.35rem 0 .5rem;font-size:.8rem;color:#8b949e}.osint-x-video-dialog p{margin:0 0 .8rem;color:#8b949e;font-size:.9rem}.osint-x-video-dialog-actions{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center}.user-updates-view{padding:1rem 1.25rem;color:var(--main-text, #e6edf3)}.user-updates-subtitle{color:var(--main-muted, #8b949e);margin-top:-.25rem}.user-updates-compose{display:grid;gap:.5rem;margin-bottom:.75rem}.user-updates-compose textarea{resize:vertical;min-height:92px;border:1px solid var(--main-border, #30363d);border-radius:8px;background:var(--main-card, #161b22);color:var(--main-text, #e6edf3);padding:.65rem}.user-updates-compose button{justify-self:start;border:1px solid #2ea043;background:#238636;color:#fff;border-radius:8px;padding:.45rem .8rem;cursor:pointer}.user-updates-error{color:#ff7b72}.user-updates-list{list-style:none;padding:0;margin:0;display:grid;gap:.55rem}.user-updates-item{border:1px solid var(--main-border, #30363d);background:var(--main-card, #161b22);border-radius:10px;padding:.6rem .75rem}.user-updates-meta{display:flex;justify-content:space-between;color:var(--main-muted, #8b949e);font-size:.8rem;margin-bottom:.3rem}.my-places-view{padding:1rem 1.25rem;color:var(--main-text, #e6edf3)}.my-places-hint{color:var(--main-muted, #8b949e);margin-top:-.35rem}.my-places-lists-admin,.my-places-bulk{display:flex;gap:.5rem;align-items:center;margin-bottom:.6rem;max-width:560px}.my-places-lists-admin input,.my-places-lists-admin select,.my-places-bulk select{flex:1;border:1px solid var(--main-border, #30363d);border-radius:8px;background:var(--main-card, #161b22);color:var(--main-text, #e6edf3);padding:.45rem .6rem}.my-places-lists-admin button,.my-places-bulk button{border:1px solid #30363d;background:#0d1117;color:#c9d1d9;border-radius:8px;padding:.45rem .7rem;cursor:pointer}.my-places-form{display:grid;gap:.5rem;max-width:560px;margin-bottom:.9rem}.my-places-form input,.my-places-form select,.my-places-form textarea{border:1px solid var(--main-border, #30363d);border-radius:8px;background:var(--main-card, #161b22);color:var(--main-text, #e6edf3);padding:.5rem .6rem}.my-places-form button{width:fit-content;border:1px solid #2ea043;background:#238636;color:#fff;border-radius:8px;padding:.45rem .8rem;cursor:pointer}.my-places-group{margin-bottom:.8rem;border:1px solid var(--main-border, #30363d);border-radius:10px;padding:.55rem .65rem;background:var(--main-card, #161b22)}.my-places-group-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.3rem}.my-places-group-actions{display:flex;gap:.35rem}.my-places-group h3{margin:0 0 .4rem;font-size:.95rem}.my-places-group ul{list-style:none;margin:0;padding:0;display:grid;gap:.45rem}.my-places-group li{display:grid;grid-template-columns:auto 1fr auto auto;gap:.45rem;align-items:center}.my-places-select input{accent-color:#238636}.my-places-group li button{border:1px solid #30363d;background:#0d1117;color:#c9d1d9;border-radius:6px;padding:.3rem .5rem;cursor:pointer}.my-places-group li span{color:#8b949e;font-size:.8rem}.saved-articles-view{padding:1rem 1.5rem 2rem;max-width:720px;margin:0 auto}.saved-articles-title{margin:0 0 1rem;font-size:1.25rem;font-weight:600;color:#e6edf3}.saved-articles-loading,.saved-articles-empty{color:#8b949e;font-size:.95rem}.saved-articles-list{list-style:none;margin:0;padding:0}.saved-articles-item{padding:1rem;margin-bottom:.75rem;background:#161b22;border:1px solid #30363d;border-radius:8px}.saved-articles-link{display:block;font-weight:500;color:#58a6ff;text-decoration:none;margin-bottom:.35rem}.saved-articles-link:hover{text-decoration:underline}.saved-articles-source{font-size:.8rem;color:#8b949e;margin-right:.5rem}.saved-articles-snippet{margin:.5rem 0 0;font-size:.85rem;color:#8b949e;line-height:1.4}.saved-articles-unsave{margin-top:.5rem;padding:.35rem .75rem;font-size:.85rem;color:#8b949e;background:transparent;border:1px solid #30363d;border-radius:6px;cursor:pointer}.saved-articles-unsave:hover{color:#e6edf3;border-color:#8b949e}.my-account-view{padding:1rem 1.25rem;color:var(--main-text, #e6edf3);display:grid;gap:.8rem}.my-account-card{border:1px solid var(--main-border, #30363d);border-radius:10px;background:var(--main-card, #161b22);padding:.75rem .85rem}.my-account-card h3{margin:0 0 .5rem}.my-account-card p{margin:.25rem 0}.my-account-card input,.my-account-card textarea{width:100%;margin-top:.2rem;margin-bottom:.4rem;border:1px solid #30363d;border-radius:8px;background:#0d1117;color:#e6edf3;padding:.45rem .55rem}.my-account-card label{font-size:.85rem;color:#8b949e}.my-account-actions{display:flex;flex-wrap:wrap;gap:.5rem}.my-account-actions button{border:1px solid #30363d;background:#0d1117;color:#c9d1d9;border-radius:8px;padding:.45rem .8rem;cursor:pointer}.my-account-actions .my-account-export{border-color:#2ea043;background:#238636;color:#fff}.my-account-actions .my-account-delete{border-color:#f85149;background:#b62324;color:#fff}.my-account-avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;border:1px solid #30363d;margin-bottom:.45rem}.my-account-avatar-hint{margin:.2rem 0 .4rem;font-size:.8rem;color:var(--y2k-text-muted, #8b949e)}.my-account-resize-link{color:var(--y2k-accent, #58a6ff);text-decoration:none}.my-account-resize-link:hover{text-decoration:underline}.my-account-sublist{margin-top:.6rem}.my-account-sublist strong{font-size:.9rem;display:block;margin-bottom:.35rem}.my-account-sublist ul{margin:0;padding-left:1rem}.my-account-sublist li{color:#c9d1d9;font-size:.85rem;margin-bottom:.2rem;display:flex;gap:.5rem}.my-account-sublist li small{color:#8b949e;text-transform:uppercase}.community-view{padding:1rem 1.2rem;color:var(--main-text, #e6edf3);display:grid;gap:.8rem}.community-card{border:1px solid #30363d;background:#161b22;border-radius:10px;padding:.7rem;display:grid;gap:.5rem}.community-card input,.community-card textarea,.community-card select{border:1px solid #30363d;background:#0d1117;color:#e6edf3;border-radius:8px;padding:.45rem .55rem}.community-card button,.community-view>button,.community-row{border:1px solid #30363d;background:#0d1117;color:#e6edf3;border-radius:8px;padding:.45rem .7rem;cursor:pointer}.community-editor .tiptap{border:1px solid #30363d;border-radius:8px;min-height:140px;background:#0d1117;padding:.55rem}.community-toolbar{display:flex;flex-wrap:wrap;gap:.35rem}.community-toolbar button{border:1px solid #30363d;background:#21262d;color:#e6edf3;border-radius:6px;padding:.25rem .5rem;cursor:pointer}.community-list{display:grid;gap:.4rem}.community-row{text-align:left;display:grid;gap:.2rem}.community-row span{color:#8b949e;font-size:.84rem}.community-comments{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}.community-comments li{border:1px solid #30363d;border-radius:8px;padding:.45rem .55rem;background:#0d1117}.community-comments small{color:#8b949e}.community-error{color:#f85149}.stream-player{position:relative;width:100%;background:#0d1117;border-radius:0 0 8px 8px;overflow:hidden}.stream-player-video{display:block;width:100%;aspect-ratio:16 / 9;max-height:400px;object-fit:contain}.stream-player-label{position:absolute;bottom:.5rem;left:.5rem;font-size:.75rem;color:#fffc;text-shadow:0 1px 2px #000}.broadcasts-view{width:100%;height:100%;overflow-y:auto;padding:1.5rem;background:#0d1117}.broadcasts-header{margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #30363d}.broadcasts-title{margin:0 0 .25rem;font-size:1.35rem;font-weight:600;color:#e6edf3}.broadcasts-subtitle{margin:0 0 .75rem;font-size:.875rem;color:#8b949e}.broadcasts-header-options{margin-top:.5rem;display:flex;gap:.8rem;align-items:center;flex-wrap:wrap}.broadcasts-refresh-btn{padding:.35rem .7rem;font-size:.8rem;color:#e6edf3;background:#21262d;border:1px solid #30363d;border-radius:6px;cursor:pointer}.broadcasts-refresh-btn:hover{border-color:#58a6ff}.broadcasts-embed-toggle{display:inline-flex;align-items:center;gap:.5rem;font-size:.85rem;color:#8b949e;cursor:pointer}.broadcasts-embed-toggle input{margin:0}.broadcasts-embed-toggle span{-webkit-user-select:none;user-select:none}.broadcasts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1rem}.broadcasts-card{background:#161b22;border:1px solid #30363d;border-radius:8px;overflow:hidden;display:flex;flex-direction:column}.broadcasts-card--expanded{grid-column:1 / -1}.broadcasts-card-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;padding:.6rem 1rem;background:#21262d;border-bottom:1px solid #30363d}.broadcasts-card-title{margin:0;font-size:.95rem;font-weight:600;color:#e6edf3}.broadcasts-card-actions{display:flex;align-items:center;gap:.5rem}.broadcasts-card-link{font-size:.8rem;color:#58a6ff;text-decoration:none}.broadcasts-card-link:hover{text-decoration:underline}.broadcasts-card-link--primary{font-weight:600;color:#3fb950}.broadcasts-card-link--primary:hover{color:#56d364}.broadcasts-card-btn-inline{background:none;border:none;cursor:pointer;font:inherit;padding:0}.broadcasts-stream-error{margin:0;padding:.75rem 1rem;font-size:.85rem;color:#f85149;background:#161b22}.broadcasts-card-toggle{padding:.3rem .6rem;font-size:.8rem;color:#58a6ff;background:transparent;border:1px solid #30363d;border-radius:6px;cursor:pointer}.broadcasts-card-toggle:hover{border-color:#58a6ff}.broadcasts-card-embed-wrap{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden}.broadcasts-embed{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.broadcasts-card--expanded .broadcasts-card-embed-wrap{padding-bottom:36%}.broadcasts-embed-fallback{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;padding:.4rem .7rem .55rem;font-size:.78rem;color:#8b949e;background:#0d1117;border-top:1px solid #30363d}.broadcasts-card-links-only{padding:1.25rem 1rem;background:#0d1117;text-align:center}.broadcasts-card-links-hint{margin:0 0 .75rem;font-size:.85rem;color:#8b949e}.broadcasts-card-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.broadcasts-card-btn{display:inline-block;padding:.5rem 1rem;font-size:.9rem;font-weight:500;color:#58a6ff;background:#21262d;border:1px solid #30363d;border-radius:6px;text-decoration:none;transition:border-color .15s,color .15s}.broadcasts-card-btn:hover{color:#79b8ff;border-color:#58a6ff}.broadcasts-card-btn--primary{color:#3fb950;border-color:#238636}.broadcasts-card-btn--primary:hover{color:#56d364;border-color:#3fb950}.settings-view{width:100%;max-width:720px;margin:0 auto;padding:1.5rem 2rem 3rem;overflow-y:auto}.settings-view-header{margin-bottom:1.5rem}.settings-view-title{margin:0 0 .25rem;font-size:1.5rem;font-weight:600;color:#e6edf3}.settings-view-desc{margin:0;font-size:.9rem;color:#8b949e;line-height:1.45}.settings-view-nav{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #30363d}.settings-view-nav-btn{padding:.5rem 1rem;font-size:.85rem;color:#8b949e;background:transparent;border:1px solid #30363d;border-radius:6px;cursor:pointer;transition:color .15s,background .15s,border-color .15s}.settings-view-nav-btn:hover{color:#e6edf3;border-color:#8b949e}.settings-view-nav-btn.active{color:#e6edf3;background:#238636;border-color:#238636}.settings-view-body{min-height:200px}.settings-view-section h2{margin:0 0 .75rem;font-size:1.1rem;font-weight:600;color:#e6edf3}.settings-hint{margin:0 0 1rem;font-size:.85rem;color:#8b949e;line-height:1.4}.settings-field{margin-bottom:1rem}.settings-field>label{display:block;margin-bottom:.35rem;font-size:.9rem;color:#e6edf3}.settings-field label input[type=checkbox]{margin-right:.5rem;accent-color:#238636}.settings-input,.settings-select{width:100%;max-width:360px;padding:.5rem .75rem;font-size:.9rem;color:#e6edf3;background:#0d1117;border:1px solid #30363d;border-radius:6px}.settings-select{cursor:pointer}.settings-toggles{list-style:none;margin:0 0 1rem;padding:0;display:flex;flex-direction:column;gap:.5rem}.settings-toggles label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:.9rem;color:#e6edf3}.settings-reset{padding:.4rem .75rem;font-size:.85rem;color:#8b949e;background:transparent;border:1px solid #30363d;border-radius:6px;cursor:pointer}.settings-reset:hover{color:#e6edf3;border-color:#8b949e}.settings-list-add{display:flex;gap:.5rem;margin-bottom:1rem}.settings-list-add .settings-input{flex:1;max-width:none}.settings-add-btn{padding:.5rem 1rem;font-size:.9rem;font-weight:500;color:#fff;background:#238636;border:1px solid #2ea043;border-radius:6px;cursor:pointer;flex-shrink:0}.settings-add-btn:hover:not(:disabled){background:#2ea043}.settings-add-btn:disabled{opacity:.7;cursor:not-allowed}.settings-restore-default-btn{margin-bottom:1rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500;color:#e6edf3;background:#238636;border:1px solid #2ea043;border-radius:6px;cursor:pointer}.settings-restore-default-btn:hover:not(:disabled){background:#2ea043}.settings-restore-default-btn:disabled{opacity:.6;cursor:not-allowed}.settings-list{list-style:none;margin:0;padding:0;max-height:320px;overflow-y:auto;border:1px solid #30363d;border-radius:8px;background:#0d1117}.settings-list-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-bottom:1px solid #21262d}.settings-list-item:last-child{border-bottom:none}.settings-list-label{font-size:.9rem;color:#e6edf3}.settings-list-meta{flex:1;font-size:.8rem;color:#8b949e}.settings-remove-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;line-height:1;color:#8b949e;background:transparent;border:none;border-radius:6px;cursor:pointer}.settings-remove-btn:hover{color:#f85149;background:#f851491a}.settings-loading{margin:0;font-size:.9rem;color:#8b949e}.settings-link{color:#58a6ff;text-decoration:none;font-size:.9rem}.settings-link:hover{text-decoration:underline}.settings-delete-account-btn{padding:.55rem .9rem;font-size:.9rem;color:#fff;background:#b62324;border:1px solid #f85149;border-radius:8px;cursor:pointer}.settings-delete-account-btn:disabled{opacity:.65;cursor:not-allowed}.resources-view{padding:1rem 1.5rem;max-width:900px;margin:0 auto;display:flex;flex-direction:column;min-height:0;height:100%}.resources-header{margin-bottom:1rem;flex-shrink:0}.resources-filters{display:flex;gap:.75rem;margin-top:1rem;flex-wrap:wrap}.resources-filter-input{flex:1;min-width:200px;padding:.5rem .75rem;font-size:.9rem;border:1px solid var(--border, #30363d);border-radius:6px;background:var(--bg-secondary, #161b22);color:var(--text-primary, #e6edf3)}.resources-filter-input::placeholder{color:var(--text-muted, #8b949e)}.resources-filter-input:focus{outline:none;border-color:var(--accent, #58a6ff)}.resources-category-select{padding:.5rem .75rem;font-size:.9rem;border:1px solid var(--border, #30363d);border-radius:6px;background:var(--bg-secondary, #161b22);color:var(--text-primary, #e6edf3);min-width:220px}.resources-scroll{flex:1;min-height:0;overflow-y:auto;padding-bottom:1rem;max-height:70vh}.resources-no-results{color:var(--text-muted, #8b949e);font-size:.95rem;margin:1rem 0}.resources-title{font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.resources-subtitle{color:var(--text-muted, #8b949e);font-size:.9rem;margin:0}.resources-embed-overlay{position:fixed;inset:0;z-index:1000;background:var(--bg-secondary, #0d1117);display:flex;flex-direction:column}.resources-embed-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem;background:var(--bg-tertiary, #161b22);border-bottom:1px solid var(--border, #30363d);flex-shrink:0}.resources-embed-title{font-weight:600;font-size:.95rem}.resources-embed-close{background:none;border:none;color:var(--text-primary, #e6edf3);font-size:1.5rem;line-height:1;cursor:pointer;padding:0 .5rem}.resources-embed-close:hover{color:var(--accent, #58a6ff)}.resources-embed-frame{flex:1;width:100%;border:none;min-height:0}.resources-sections{display:flex;flex-direction:column;gap:1.5rem}.resources-section-title{font-size:1.1rem;font-weight:600;margin:0 0 .75rem;color:var(--text-primary, #e6edf3)}.resources-list{list-style:none;margin:0;padding:0}.resources-item{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;background:var(--bg-secondary, #161b22);border:1px solid var(--border, #30363d);border-radius:6px;margin-bottom:.5rem}.resources-item-main{display:flex;flex-direction:column;gap:.25rem;min-width:0}.resources-link{color:var(--accent, #58a6ff);text-decoration:none;font-weight:500}.resources-link:hover{text-decoration:underline}.resources-desc{font-size:.85rem;color:var(--text-muted, #8b949e)}.resources-item-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.resources-open-in-app{padding:.35rem .75rem;font-size:.85rem;background:var(--accent, #238636);color:#fff;border:none;border-radius:6px;cursor:pointer}.resources-open-in-app:hover{filter:brightness(1.1)}.resources-external{font-size:.85rem;color:var(--text-muted, #8b949e);text-decoration:none}.resources-external:hover{color:var(--accent, #58a6ff)}.tools-view{display:flex;flex-direction:column;min-height:400px;background:var(--y2k-surface, #0f1216);color:var(--y2k-text, #e6edf3)}.tools-view-header{flex-shrink:0;padding:1rem 1.25rem;border-bottom:1px solid var(--y2k-border, #30363d)}.tools-view-title{margin:0 0 .35rem;font-size:1.5rem;font-weight:700}.tools-view-subtitle{margin:0 0 .75rem;font-size:.9rem;color:var(--y2k-text-muted, #8b949e)}.tools-view-tabs{display:flex;flex-wrap:wrap;gap:.5rem}.tools-view-tab{padding:.45rem .9rem;font-size:.85rem;font-weight:600;background:var(--y2k-surface-raised, #161b22);border:1px solid var(--y2k-border, #30363d);border-radius:6px;color:var(--y2k-text-muted, #8b949e);cursor:pointer}.tools-view-tab:hover{color:var(--y2k-text, #e6edf3);border-color:var(--y2k-border-light, #484f58)}.tools-view-tab.active{background:var(--y2k-accent, #58a6ff);border-color:var(--y2k-accent, #58a6ff);color:#fff}.tools-view-content{flex:1;display:flex;flex-direction:column;min-height:0;padding:1rem 1.25rem}.tools-view-tool-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.75rem}.tools-view-tool-desc{margin:0;font-size:.85rem;color:var(--y2k-text-muted, #8b949e)}.tools-view-api-link{font-size:.85rem;color:var(--y2k-accent, #58a6ff);text-decoration:none}.tools-view-api-link:hover{text-decoration:underline}.tools-view-embed-wrap{flex:1;min-height:400px;border:1px solid var(--y2k-border, #30363d);border-radius:8px;overflow:hidden;background:#000}.tools-view-iframe{width:100%;height:100%;min-height:500px;border:none;display:block}.tools-view-open-external{flex:1;min-height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem;border:1px solid var(--y2k-border, #30363d);border-radius:8px;background:var(--y2k-surface-raised, #161b22)}.tools-view-open-external-msg{margin:0;font-size:.9rem;color:var(--y2k-text-muted, #8b949e);text-align:center}.tools-view-open-external-btn{display:inline-block;padding:.6rem 1.2rem;font-size:1rem;font-weight:600;color:#fff;background:var(--y2k-accent, #58a6ff);border-radius:6px;text-decoration:none}.tools-view-open-external-btn:hover{filter:brightness(1.1)}.app--device-mobile .tools-view{min-height:0}.app--device-mobile .tools-view-header{padding:.75rem 1rem}.app--device-mobile .tools-view-title{font-size:1.25rem}.app--device-mobile .tools-view-subtitle{font-size:.85rem}.app--device-mobile .tools-view-tabs{overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;-webkit-overflow-scrolling:touch;padding-bottom:2px}.app--device-mobile .tools-view-tab{flex:0 0 auto;white-space:nowrap;min-height:44px;padding:.5rem .85rem;-webkit-tap-highlight-color:rgba(41,182,246,.2)}.app--device-mobile .tools-view-content{padding:.75rem 1rem}.app--device-mobile .tools-view-embed-wrap,.app--device-mobile .tools-view-iframe{min-height:70vh;touch-action:manipulation}.app--device-mobile .tools-view-open-external-btn{min-height:48px;padding:.75rem 1.25rem;display:inline-flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:rgba(41,182,246,.2)}.search-results-view{padding:1rem 1.5rem 2rem;max-width:720px;margin:0 auto;min-height:60vh;animation:searchResultsIn .25s ease}@keyframes searchResultsIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.search-results-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border, #30363d)}.search-results-back{background:none;border:none;color:var(--accent, #58a6ff);font-size:.9rem;cursor:pointer;margin-bottom:.75rem;padding:0}.search-results-back:hover{text-decoration:underline}.search-results-title{font-size:1.35rem;font-weight:600;margin:0 0 .35rem}.search-results-query{font-size:1rem;color:var(--text-muted, #8b949e);margin:0 0 .25rem}.search-results-meta{font-size:.85rem;color:var(--text-muted, #8b949e);margin:0}.search-results-empty{padding:2rem;text-align:center;color:var(--text-muted, #8b949e)}.search-results-empty-hint{margin-top:.75rem;font-size:.85rem;color:var(--text-muted, #6e7681)}.search-results-list{list-style:none;margin:0;padding:0}.search-results-item{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem;background:var(--bg-secondary, #161b22);border:1px solid var(--border, #30363d);border-radius:8px;margin-bottom:.5rem}.search-results-item-main{flex:1;min-width:0}.search-results-item-type{font-size:.75rem;text-transform:uppercase;color:var(--text-muted, #8b949e);letter-spacing:.03em}.search-results-item-title{margin:.25rem 0 .35rem;font-size:1rem;font-weight:600;color:var(--text-primary, #e6edf3)}.search-results-item-source{font-size:.85rem;color:var(--accent, #58a6ff)}.search-results-item-desc{margin:.5rem 0 0;font-size:.875rem;color:var(--text-muted, #8b949e);line-height:1.4}.search-results-item-actions{display:flex;gap:.5rem;flex-shrink:0}.search-results-item-btn{padding:.4rem .75rem;font-size:.85rem;color:var(--text-primary, #e6edf3);background:var(--bg-tertiary, #21262d);border:1px solid var(--border, #30363d);border-radius:6px;cursor:pointer}.search-results-item-btn:hover{background:var(--border, #30363d)}.search-results-item-btn--primary{background:#238636;border-color:#2ea043;color:#fff}.search-results-item-btn--primary:hover{background:#2ea043}.app--device-mobile .search-results-view{padding:.75rem 1rem 1.5rem;max-width:100%}.app--device-mobile .search-results-header{margin-bottom:1rem;padding-bottom:.75rem}.app--device-mobile .search-results-back{min-height:44px;padding:.5rem 0;display:inline-flex;align-items:center;-webkit-tap-highlight-color:rgba(41,182,246,.2)}.app--device-mobile .search-results-title{font-size:1.2rem}.app--device-mobile .search-results-item{flex-direction:column;align-items:stretch;gap:.75rem;padding:1rem}.app--device-mobile .search-results-item-actions{flex-wrap:wrap;justify-content:flex-start}.app--device-mobile .search-results-item-btn{min-height:44px;padding:.5rem .85rem;-webkit-tap-highlight-color:rgba(41,182,246,.2)}.auth-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem;box-sizing:border-box;overflow-y:auto;-webkit-overflow-scrolling:touch}.auth-modal{background:var(--y2k-surface-raised);border:1px solid var(--y2k-border);border-radius:6px;width:100%;max-width:360px;max-height:min(90vh,560px);padding:1.5rem;box-shadow:0 4px 20px #00000080;overflow-y:auto;-webkit-overflow-scrolling:touch;margin:auto}.auth-modal-not-configured{display:flex;flex-direction:column;gap:1rem}.auth-modal-not-configured .auth-modal-hint{margin:0;font-size:.85rem;color:var(--y2k-text-muted);line-height:1.4}.auth-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.auth-modal-title{margin:0;font-size:1.25rem;font-weight:600;color:var(--y2k-text)}.auth-modal-close{background:none;border:none;color:var(--y2k-text-muted);font-size:1.5rem;line-height:1;cursor:pointer;padding:0 .25rem;min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent}.auth-modal-close:hover{color:var(--y2k-text)}.auth-modal-form{display:flex;flex-direction:column;gap:1rem}.auth-modal-label{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem;color:var(--y2k-text-muted)}.auth-modal-input{padding:.6rem .75rem;font-size:1rem;color:var(--y2k-text);background:var(--y2k-surface);border:1px solid var(--y2k-border);border-radius:4px;box-shadow:0 1px 0 var(--y2k-bevel-dark) inset}.auth-modal-input:focus{outline:none;border-color:var(--y2k-accent)}.auth-modal-error{margin:0;font-size:.85rem;color:#f85149}.auth-modal-message{margin:0;font-size:.85rem;color:var(--y2k-accent)}.auth-modal-submit{padding:.65rem 1rem;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(180deg,#4fc3f7 0%,var(--y2k-accent) 50%,#1e88e5 100%);border:1px solid var(--y2k-accent);border-radius:4px;cursor:pointer;box-shadow:0 1px #ffffff1f inset,0 1px 3px var(--y2k-bevel-dark)}.auth-modal-submit:hover:not(:disabled){background:linear-gradient(180deg,#4fc3f7 0%,var(--y2k-accent-hover) 50%,#1e88e5 100%);border-color:var(--y2k-accent-hover)}.auth-modal-submit:disabled{opacity:.7;cursor:not-allowed}.auth-modal-anon{margin-top:.65rem;width:100%;padding:.6rem 1rem;font-size:.92rem;color:var(--y2k-text);background:linear-gradient(180deg,var(--y2k-metallic-top) 0%,var(--y2k-metallic-mid) 50%,var(--y2k-metallic-bottom) 100%);border:1px solid var(--y2k-border);border-radius:4px;cursor:pointer;box-shadow:0 1px 0 var(--y2k-bevel-light) inset}.auth-modal-anon:hover:not(:disabled){border-color:var(--y2k-border-light);background:linear-gradient(180deg,#323a45,#252b33,#1a1f26)}.auth-modal-switch{margin:1rem 0 0;font-size:.9rem;color:var(--y2k-text-muted);text-align:center}.auth-modal-link{background:none;border:none;color:var(--y2k-accent);cursor:pointer;padding:0;text-decoration:underline}.auth-modal-link:hover{color:var(--y2k-accent-hover)}@media(max-width:900px){.auth-modal-overlay{padding:.75rem;align-items:flex-start;padding-top:max(1rem,env(safe-area-inset-top));padding-bottom:max(1rem,env(safe-area-inset-bottom))}.auth-modal{max-height:85vh;padding:1.25rem}.auth-modal-submit,.auth-modal-anon{min-height:44px;-webkit-tap-highlight-color:transparent}}.report-maker{padding:1.25rem 1.75rem;color:#e6edf3;background:radial-gradient(circle at top,rgba(88,166,255,.08),transparent 45%),#0d1117}.report-maker-header{display:flex;gap:.75rem;align-items:center;justify-content:space-between;margin-bottom:1rem}.report-maker-title-wrap{display:flex;flex-direction:column;gap:.35rem;max-width:520px}.report-maker-title{flex:1;padding:.55rem .75rem;border:1px solid #30363d;border-radius:8px;background:#161b22;color:#e6edf3;font-size:1.05rem;font-weight:600}.report-maker-subtitle{margin:0;font-size:.85rem;color:#8b949e}.report-maker-export{display:flex;gap:.5rem}.report-maker-export button,.report-maker-row button{padding:.45rem .7rem;border:1px solid #2ea043;border-radius:6px;background:#238636;color:#fff;cursor:pointer}.report-maker-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:1rem;align-items:flex-start}.report-maker-card{background:#161b22;border:1px solid #30363d;border-radius:10px;padding:1rem;box-shadow:0 12px 35px #00000073}.report-maker-card h3{margin:0 0 .75rem;font-size:.98rem;letter-spacing:.03em;text-transform:uppercase;color:#9ca3af}.report-maker-card-hint{margin:0 0 .75rem;font-size:.85rem;color:#8b949e;line-height:1.4}.report-maker-card textarea,.report-maker-row input{width:100%;padding:.5rem .65rem;border:1px solid #30363d;border-radius:6px;background:#0d1117;color:#e6edf3}.report-maker-row{display:flex;gap:.5rem;margin-bottom:.65rem;align-items:flex-end;flex-wrap:wrap}.report-maker-row-3 input{min-width:0}.report-maker-label{display:flex;flex-direction:column;gap:.25rem;font-size:.8rem;color:#8b949e;flex:1 1 0}.report-maker-btn-secondary{padding:.45rem .7rem;border-radius:6px;border:1px solid #30363d;background:#111827;color:#e5e7eb}.report-maker-btn-secondary:hover{border-color:#4b5563}.report-maker-lists{display:grid;grid-template-columns:1fr 1fr;gap:.5rem 1rem}.report-maker-lists ul{margin:.4rem 0 0;padding-left:1rem;color:#8b949e;max-height:130px;overflow:auto;font-size:.85rem}@media(max-width:1100px){.report-maker-grid{grid-template-columns:1fr}}@media(max-width:900px){.report-maker{padding:.75rem 1rem 1.25rem;min-height:0}.report-maker-header{flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.report-maker-title{width:100%;min-width:0;font-size:.95rem}.report-maker-subtitle{font-size:.8rem}.report-maker-export{flex-wrap:wrap}.report-maker-export button,.report-maker-row button{min-height:44px;padding:.5rem .75rem}.report-maker-card{padding:.75rem}.report-maker-lists{grid-template-columns:1fr}.report-maker-lists ul{max-height:100px}}@media(max-width:640px){.report-maker{padding:.6rem .75rem 1rem}.report-maker-header{flex-direction:column;align-items:stretch;gap:.75rem;margin-bottom:1rem}.report-maker-title-wrap{max-width:none}.report-maker-export{flex-direction:column;width:100%}.report-maker-export button{width:100%;justify-content:center}.report-maker-grid{grid-template-columns:1fr;gap:.75rem}.report-maker-card{padding:.6rem .75rem}.report-maker-row{flex-direction:column;align-items:stretch;gap:.5rem}.report-maker-row button{width:100%;min-height:44px}.report-maker-row-3{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.report-maker-row-3 .report-maker-label:first-child,.report-maker-row-3 button{grid-column:1 / -1}.report-maker-lists{grid-template-columns:1fr;gap:.75rem}.report-maker-lists ul{max-height:120px}}.quick-tutorial-overlay{position:fixed;inset:0;background:#0009;z-index:400;display:flex;align-items:center;justify-content:center;padding:1rem}.quick-tutorial-modal{width:100%;max-width:640px;background:#161b22;border:1px solid #30363d;border-radius:12px;padding:1rem 1.1rem;color:#e6edf3}.quick-tutorial-modal h2{margin:0 0 .35rem}.quick-tutorial-intro{margin:0 0 .65rem;color:#8b949e}.quick-tutorial-profile{display:grid;gap:.35rem;margin-bottom:.7rem}.quick-tutorial-profile label{font-size:.8rem;color:#8b949e}.quick-tutorial-profile input{border:1px solid #30363d;border-radius:8px;background:#0d1117;color:#e6edf3;padding:.55rem .6rem}.quick-tutorial-steps{margin:0;padding-left:1rem;display:grid;gap:.55rem}.quick-tutorial-steps li{display:grid;gap:.15rem}.quick-tutorial-steps span{color:#8b949e}.quick-tutorial-actions{display:flex;justify-content:flex-end;margin-top:.8rem}.quick-tutorial-actions button{padding:.45rem .8rem;background:#238636;border:1px solid #2ea043;border-radius:6px;color:#fff;cursor:pointer}@media(max-width:900px){.quick-tutorial-modal{max-width:100%;max-height:90vh;overflow-y:auto;padding:.9rem}}.ambient-bg{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden}.ambient-bg-gradient{position:absolute;inset:-20%;background:radial-gradient(ellipse 120% 80% at 20% 30%,rgba(30,60,120,.4) 0%,transparent 50%),radial-gradient(ellipse 100% 100% at 80% 70%,rgba(25,55,100,.35) 0%,transparent 45%),radial-gradient(ellipse 80% 60% at 50% 50%,rgba(15,35,70,.3) 0%,transparent 55%),radial-gradient(ellipse 90% 90% at 70% 20%,rgba(20,45,85,.25) 0%,transparent 50%);filter:blur(40px);animation:ambient-gradient-drift 25s ease-in-out infinite}@keyframes ambient-gradient-drift{0%,to{transform:scale(1) translate(0) rotate(0)}33%{transform:scale(1.05) translate(2%,1%) rotate(1deg)}66%{transform:scale(.98) translate(-1%,2%) rotate(-.5deg)}}.ambient-bg-liquid{position:absolute;inset:-30%}.ambient-bg-blob{position:absolute;border-radius:50%;filter:blur(70px);opacity:.5;will-change:transform}.ambient-bg-blob--1{width:60vmax;height:60vmax;left:-10%;top:-15%;background:radial-gradient(circle,rgba(41,182,246,.25) 0%,rgba(30,100,180,.15) 40%,transparent 70%);animation:ambient-blob-1 22s ease-in-out infinite}.ambient-bg-blob--2{width:50vmax;height:50vmax;right:-15%;top:10%;background:radial-gradient(circle,rgba(100,150,255,.2) 0%,rgba(50,80,160,.12) 50%,transparent 70%);animation:ambient-blob-2 28s ease-in-out infinite}.ambient-bg-blob--3{width:45vmax;height:45vmax;left:20%;bottom:-10%;background:radial-gradient(circle,rgba(30,120,200,.22) 0%,rgba(20,60,120,.1) 45%,transparent 70%);animation:ambient-blob-3 25s ease-in-out infinite}.ambient-bg-blob--4{width:55vmax;height:55vmax;right:10%;bottom:-20%;background:radial-gradient(circle,rgba(80,140,220,.18) 0%,transparent 55%);animation:ambient-blob-4 30s ease-in-out infinite}.ambient-bg-blob--5{width:40vmax;height:40vmax;left:40%;top:30%;background:radial-gradient(circle,rgba(41,182,246,.15) 0%,transparent 60%);animation:ambient-blob-5 20s ease-in-out infinite}@keyframes ambient-blob-1{0%,to{transform:translate(0) scale(1)}25%{transform:translate(5%,-4%) scale(1.08)}50%{transform:translate(-3%,6%) scale(.95)}75%{transform:translate(4%,2%) scale(1.02)}}@keyframes ambient-blob-2{0%,to{transform:translate(0) scale(1)}33%{transform:translate(-6%,3%) scale(1.05)}66%{transform:translate(2%,-5%) scale(.97)}}@keyframes ambient-blob-3{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-4%,-3%) scale(1.1)}}@keyframes ambient-blob-4{0%,to{transform:translate(0) scale(1)}25%{transform:translate(3%,5%) scale(.92)}75%{transform:translate(-2%,-2%) scale(1.06)}}@keyframes ambient-blob-5{0%,to{transform:translate(0) scale(1)}50%{transform:translate(2%,-4%) scale(1.04)}}.ambient-bg-mesh{position:absolute;inset:0;background-image:linear-gradient(rgba(41,182,246,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(41,182,246,.04) 1px,transparent 1px);background-size:48px 48px;animation:ambient-mesh-drift 40s linear infinite;mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 0%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 0%,transparent 70%)}@keyframes ambient-mesh-drift{0%{transform:perspective(400px) rotateX(60deg) translateY(0)}to{transform:perspective(400px) rotateX(60deg) translateY(48px)}}.ambient-bg-grid{position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,rgba(41,182,246,.03) 50%,transparent 100%),repeating-linear-gradient(180deg,transparent 0,transparent 39px,rgba(41,182,246,.06) 39px,rgba(41,182,246,.06) 40px),repeating-linear-gradient(90deg,transparent 0,transparent 39px,rgba(41,182,246,.05) 39px,rgba(41,182,246,.05) 40px);background-size:100% 100%,40px 40px,40px 40px;animation:ambient-grid-pulse 8s ease-in-out infinite;mask-image:radial-gradient(ellipse 100% 100% at 50% 50%,black 20%,transparent 75%);-webkit-mask-image:radial-gradient(ellipse 100% 100% at 50% 50%,black 20%,transparent 75%)}@keyframes ambient-grid-pulse{0%,to{opacity:1}50%{opacity:.7}}.ambient-bg-light{display:none;position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden}.app--theme-light .ambient-bg-light{display:block}.ambient-bg-light-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(26,115,232,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(26,115,232,.04) 1px,transparent 1px);background-size:32px 32px}.ambient-bg-light-mesh{position:absolute;inset:-50%;background-image:linear-gradient(105deg,transparent 49.5%,rgba(26,115,232,.03) 50%,transparent 50.5%);background-size:48px 48px;animation:ambient-light-mesh-drift 60s linear infinite}@keyframes ambient-light-mesh-drift{0%{transform:translate(0)}to{transform:translate(48px)}}.ambient-bg-light-topo{position:absolute;inset:0;background-image:radial-gradient(ellipse 80% 60% at 50% 50%,transparent 0%,transparent 45%),repeating-linear-gradient(0deg,transparent 0,transparent 47px,rgba(26,115,232,.035) 47px,rgba(26,115,232,.035) 48px),repeating-linear-gradient(90deg,transparent 0,transparent 47px,rgba(26,115,232,.03) 47px,rgba(26,115,232,.03) 48px);background-size:100% 100%,48px 48px,48px 48px;mask-image:radial-gradient(ellipse 100% 100% at 50% 50%,black 10%,transparent 75%);-webkit-mask-image:radial-gradient(ellipse 100% 100% at 50% 50%,black 10%,transparent 75%)}.ambient-bg-light-flow{position:absolute;inset:-20%;background:linear-gradient(120deg,transparent 35%,rgba(26,115,232,.04) 50%,transparent 65%);background-size:200% 100%;animation:ambient-light-flow 25s ease-in-out infinite}@keyframes ambient-light-flow{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.ambient-bg-light-paths{position:absolute;inset:0;background-image:linear-gradient(75deg,transparent 48%,rgba(26,115,232,.05) 50%,transparent 52%),linear-gradient(-60deg,transparent 48%,rgba(26,115,232,.04) 50%,transparent 52%),linear-gradient(82deg,transparent 48%,rgba(26,115,232,.03) 50%,transparent 52%);background-size:120px 100%,180px 80%,90px 120%;background-position:0 0,40px 20px,80px 60px;animation:ambient-light-paths 40s linear infinite;mask-image:radial-gradient(ellipse 120% 120% at 50% 50%,black 0%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse 120% 120% at 50% 50%,black 0%,transparent 70%)}@keyframes ambient-light-paths{0%{background-position:0 0,40px 20px,80px 60px}to{background-position:-120px 0,-140px 20px,-10px 60px}}.omnibar-banner{flex:0 1 auto;min-width:0;max-width:320px;height:28px;display:flex;align-items:center;overflow:hidden;border:1px solid var(--y2k-border);border-radius:4px;background:var(--y2k-surface-raised);padding:0 8px}.omnibar-banner-scroll{display:flex;width:100%;overflow:hidden;white-space:nowrap}.omnibar-banner-scroll .omnibar-banner-text{display:inline-block;flex-shrink:0;font-size:.75rem;color:var(--y2k-text-muted);padding-right:3rem}.omnibar-banner-scroll-inner{display:flex;animation:omnibar-banner-scroll linear forwards;animation-iteration-count:1}.omnibar-banner:hover .omnibar-banner-scroll-inner{animation-play-state:paused}@keyframes omnibar-banner-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.app--theme-light .omnibar-banner{background:var(--y2k-surface-raised);border-color:var(--y2k-border)}.app--theme-light .omnibar-banner-text{color:var(--y2k-text-muted)}.app{display:flex;flex-direction:column;flex:1;min-height:0;width:100%;max-width:100vw;overflow:hidden;background:transparent;padding-bottom:52px;box-sizing:border-box;font-size:15px;font-family:var(--y2k-font, system-ui, sans-serif);position:relative}.app--compact .nav-tab{padding:.4rem .65rem;font-size:.8rem}.app--compact .sidebar-left{width:180px;min-width:180px}.app--font-small{font-size:13px}.app--font-large{font-size:17px}.app-omnibar-strip{flex-shrink:0;display:flex;justify-content:center;align-items:center;padding:.75rem 1.5rem;background:linear-gradient(180deg,var(--y2k-metallic-top) 0%,var(--y2k-metallic-mid) 50%,var(--y2k-metallic-bottom) 100%);border-bottom:1px solid var(--y2k-border);box-shadow:0 1px 0 var(--y2k-bevel-light) inset;position:relative;z-index:100;overflow:visible}.app-omnibar-inner{width:100%;max-width:960px;display:flex;flex-wrap:wrap;align-items:center;gap:1rem;overflow:visible;position:relative}.app-omnibar-logo{flex-shrink:0;display:flex;align-items:center;line-height:0}.app-omnibar-logo img{height:36px;width:auto;max-width:120px;object-fit:contain;display:block;background:transparent}.app-omnibar-strip .omnibar-global-wrap{flex:1;min-width:200px;max-width:480px}.app-omnibar-right{flex-shrink:0;display:flex;align-items:center;gap:.75rem;margin-left:auto}.app-omnibar-copyright{font-size:.7rem;color:var(--y2k-text-muted, #8b949e);white-space:nowrap}.app-omnibar-auth-wrap{flex-shrink:0}@media(max-width:600px){.app-omnibar-copyright{font-size:.65rem;max-width:6rem;overflow:hidden;text-overflow:ellipsis}}.app-body{display:flex;flex:1;min-height:0;position:relative;z-index:1}.sidebar-left{width:220px;min-width:220px;background:var(--y2k-surface);border-right:1px solid var(--y2k-border);display:flex;flex-direction:column;flex-shrink:0;transition:width .2s ease,min-width .2s ease}.sidebar-left--minimized{width:48px;min-width:48px}.sidebar-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.75rem .5rem;border-bottom:1px solid var(--y2k-border);flex-shrink:0}.sidebar-left--minimized .sidebar-head{padding:.5rem;justify-content:center}.sidebar-left--minimized .sidebar-title{display:none}.sidebar-minimize-btn{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--y2k-text);background:transparent;border:1px solid var(--y2k-border);border-radius:6px;cursor:pointer}.sidebar-minimize-btn:hover{background:var(--y2k-surface-raised);color:var(--y2k-text)}.sidebar-tools-nav{display:flex;flex-direction:column;gap:2px;padding:.5rem 0}.sidebar-tools-link{display:block;width:100%;padding:.5rem 1rem;text-align:left;font-size:.9rem;color:var(--y2k-text-muted);background:transparent;border:0;border-radius:0;cursor:pointer}.sidebar-tools-link:hover{color:var(--y2k-text);background:var(--y2k-surface-raised)}.sidebar-tools-link.active{color:var(--y2k-text);font-weight:600;background:var(--y2k-surface-raised)}.main-feed-view{width:100%;height:100%;overflow-y:auto;display:flex;flex-direction:column}.main-feed-view--advanced-search{padding:1rem 1.5rem;background:#0d1117;flex:1;min-height:0;display:flex;flex-direction:column}.main-feed-view--advanced-search .advanced-search-page{min-height:0}.main-feed-view--advanced-search .advanced-search{max-width:720px;margin:0}.main-feed-view--advanced-search .advanced-search-results{max-height:60vh}.sidebar-title{margin:0;padding:0;font-size:1.15rem;font-weight:600;color:var(--y2k-text)}.nav{display:flex;flex-direction:column;padding:.5rem 0;gap:2px}.nav:has(.sidebar-resources-nav){flex:1;min-height:0;overflow:hidden}.sidebar-resources-nav{display:flex;flex-direction:column;gap:2px;padding:0 .5rem;overflow-y:auto;min-height:0;flex:1}.sidebar-resources-link{display:block;width:100%;padding:.5rem .75rem;text-align:left;font-size:.85rem;color:var(--y2k-text-muted);background:transparent;border:1px solid transparent;border-radius:6px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-resources-link:hover{color:var(--y2k-text);background:var(--y2k-surface-raised);border-color:var(--y2k-border)}.nav-tab{margin:0 .5rem;padding:.55rem .85rem;text-align:left;font-size:.875rem;font-weight:500;color:var(--y2k-text-muted);background:transparent;border:1px solid transparent;border-radius:4px;cursor:pointer;transition:color .2s ease,background .2s ease,border-color .2s ease,padding-left .2s ease}.nav-tab:hover{color:var(--y2k-text);background:var(--y2k-surface-raised);border-color:var(--y2k-border);padding-left:1rem}.nav-tab.active{color:#fff;background:linear-gradient(180deg,#4fc3f7 0%,var(--y2k-accent) 50%,#1e88e5 100%);border-color:var(--y2k-accent);box-shadow:0 1px #ffffff1f inset}.nav-tab:active{transform:scale(.98)}.main{flex:1;display:flex;flex-direction:column;position:relative;min-width:0;min-height:0;overflow:hidden;background:var(--y2k-bg)}.main-content-scroll{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column}.main-content-scroll--tools .tools-view{flex:0 0 auto;min-height:min-content}.main--y2k-transition{animation:y2k-page-transition .5s ease-out}.main--y2k-transition:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,transparent 0%,rgba(41,182,246,.08) 50%,transparent 100%);animation:y2k-scanline .5s ease-out}@keyframes y2k-page-transition{0%{opacity:.7;transform:scale(.99)}50%{opacity:1;transform:scale(1.002)}to{opacity:1;transform:scale(1)}}@keyframes y2k-scanline{0%{transform:translateY(-100%);opacity:.6}to{transform:translateY(100%);opacity:0}}.app--theme-light .main--y2k-transition:after{background:linear-gradient(180deg,transparent 0%,rgba(26,115,232,.06) 50%,transparent 100%)}.main .map-view-wrapper{flex:1;min-height:0;position:relative;height:100%;min-height:calc(100vh - 140px)}.main .map-view-wrapper .map-container{width:100%;height:100%;min-height:calc(100vh - 140px)}.main-map-header{position:absolute;top:.75rem;left:50%;transform:translate(-50%);z-index:60;width:100%;max-width:480px;padding:0 1rem;pointer-events:none}.main-map-header>*{pointer-events:auto}.footer{position:fixed;bottom:0;left:0;right:0;min-height:52px;padding:4px 12px 2px;background:linear-gradient(0deg,var(--y2k-metallic-bottom) 0%,var(--y2k-metallic-mid) 50%,var(--y2k-metallic-top) 100%);border-top:1px solid var(--y2k-border);box-shadow:0 -1px 0 var(--y2k-bevel-light);display:flex;flex-direction:row;align-items:center;justify-content:space-between;z-index:100;gap:8px}.footer-nav-wrap{flex:1;display:flex;justify-content:center;min-width:0}.footer-copyright{flex-shrink:0;font-size:.65rem;color:var(--y2k-text-muted)}.footer-switch{display:flex;gap:0;background:var(--y2k-surface);border-radius:6px;padding:4px;border:1px solid var(--y2k-border);box-shadow:0 1px 2px var(--y2k-bevel-dark)}.footer-btn{padding:.5rem 1.5rem;font-size:.8rem;font-weight:600;letter-spacing:.04em;color:var(--y2k-text-muted);background:linear-gradient(180deg,var(--y2k-metallic-top) 0%,var(--y2k-metallic-mid) 50%,var(--y2k-metallic-bottom) 100%);border:1px solid var(--y2k-border);border-radius:4px;cursor:pointer;transition:color .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease;box-shadow:0 1px 0 var(--y2k-bevel-light) inset,0 1px 2px var(--y2k-bevel-dark)}.footer-btn:hover{color:var(--y2k-text);background:linear-gradient(180deg,#323a45,#252b33,#1a1f26);border-color:var(--y2k-border-light)}.footer-btn.active{color:#fff;background:linear-gradient(180deg,#4fc3f7 0%,var(--y2k-accent) 50%,#1e88e5 100%);border-color:var(--y2k-accent);box-shadow:0 1px #ffffff1f inset,0 1px 3px var(--y2k-bevel-dark)}.footer-btn:active{transform:scale(.98)}.map-layers-toggle-btn{position:absolute;z-index:70;right:.5rem;top:.5rem;width:44px;height:44px;min-width:44px;min-height:44px;padding:0;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:600;line-height:1;border-radius:8px;border:1px solid var(--y2k-border);background:var(--y2k-surface);color:var(--y2k-text);cursor:pointer;box-shadow:0 1px 0 var(--y2k-bevel-light) inset;-webkit-tap-highlight-color:transparent}.map-layers-toggle-btn:hover{background:var(--y2k-surface-raised);border-color:var(--y2k-border-light)}.maplibregl-ctrl-attrib,.maplibregl-ctrl-attrib a{color:var(--y2k-text-muted);background:var(--y2k-surface)}.maplibregl-ctrl-scale{background:transparent;border:none;color:var(--y2k-text-muted)}@media(max-width:900px){.app--device-mobile{padding-bottom:58px}.app--device-mobile .app-omnibar-strip{padding:.55rem .6rem}.app--device-mobile .app-omnibar-inner{gap:.55rem;max-width:100%}.app--device-mobile .app-omnibar-strip .omnibar-global-wrap{min-width:0;max-width:none;flex:1 1 auto}.app--device-mobile .app-body{flex-direction:column}.app--device-mobile .sidebar-left{width:100%;min-width:0;border-right:none;border-bottom:1px solid var(--y2k-border)}.app--device-mobile .sidebar-title{padding:.6rem .75rem;font-size:.95rem}.app--device-mobile .nav{flex-direction:row;overflow-x:auto;padding:.45rem .5rem;gap:.4rem;scrollbar-width:thin}.app--device-mobile .nav-tab{margin:0;white-space:nowrap;flex:0 0 auto;padding:.45rem .65rem;font-size:.8rem}.app--device-mobile .main .map-view-wrapper,.app--device-mobile .main .map-view-wrapper .map-container{min-height:calc(100vh - 260px)}.app--device-mobile .footer{height:58px}.app--device-mobile .footer-switch{width:calc(100vw - 14px);overflow-x:auto;justify-content:flex-start;scrollbar-width:thin}.app--device-mobile .footer-btn{padding:.5rem .65rem;font-size:.7rem;white-space:nowrap;flex:0 0 auto;min-height:44px}.app--device-mobile .main-content-scroll{padding-bottom:1rem}.app--device-mobile .main-feed-view{padding:.5rem .75rem;font-size:clamp(.875rem,2.2vw,1rem)}.app--device-mobile .main{min-height:0;display:flex;flex-direction:column}.app--device-mobile .main-content-scroll{-webkit-overflow-scrolling:touch;padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}}
