*{box-sizing:border-box;margin:0;padding:0}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--color-bg:#fff;--color-bg-subtle:#f0f0f3;--color-bg-card:#f7f7f9;--color-handle:#d8d8dc;--color-text:#1a1a1a;--color-text-secondary:#6e6e73;--color-border:#ccc;--color-loading-overlay:#f5f5f5d9;--color-spinner-track:#00000026;--color-accent:#2e9bff;--color-accent-dark:#1c74cc;--color-success:#1a9d5c;--color-success-bg:#e6f7ee;--color-gold:#9a6b00;--color-gold-bg:#fbf1d9;--color-danger:#d92d20;--color-danger-bg:#fdecea;--radius-md:.75rem;--radius-lg:1.25rem;--shadow-panel:0 -4px 24px #0000001f;--shadow-card:0 1px 3px #00000014;--app-header-height:3.75rem;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}[data-theme=dark]{--color-bg:#1c1c1e;--color-bg-subtle:#2c2c2e;--color-bg-card:#2c2c2e;--color-handle:#48484a;--color-text:#f2f2f2;--color-text-secondary:#9a9a9e;--color-border:#48484a;--color-loading-overlay:#1c1c1ed9;--color-spinner-track:#ffffff26;--color-accent:#4da8ff;--color-accent-dark:#7ec2ff;--color-success:#34c77b;--color-success-bg:#34c7592e;--color-gold:#e0b23d;--color-gold-bg:#e0b23d2e;--color-danger:#ff6b60;--color-danger-bg:#ff453a2e;--shadow-panel:0 -4px 24px #00000080;--shadow-card:0 1px 3px #00000059}html,body,#app{height:100%;overflow:hidden}.app{flex-direction:column;height:100dvh;display:flex}.app-header{background:var(--color-bg);color:var(--color-text);align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;display:flex}.app-logo{flex-shrink:0;width:1.75rem;height:1.75rem}.theme-toggle{background:var(--color-bg-subtle);width:2.75rem;height:2.75rem;color:var(--color-text-secondary);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;transition:background-color .15s,color .15s;display:flex}.theme-toggle:hover{background:var(--color-border);color:var(--color-text)}.map-container{flex:1;position:relative}.map-container .map-canvas-container{position:absolute;inset:0}.map-loading-overlay{z-index:5;background:var(--color-loading-overlay);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.map-loading-spinner{border:3px solid var(--color-spinner-track);border-top-color:var(--color-accent);border-radius:50%;width:2.5rem;height:2.5rem;animation:.8s linear infinite map-spin}@keyframes map-spin{to{transform:rotate(360deg)}}.info-button{z-index:10;background:var(--color-bg);width:2.75rem;height:2.75rem;color:var(--color-text);cursor:pointer;border:none;border-radius:50%;font-size:1.2rem;position:absolute;bottom:1rem;left:1rem;box-shadow:0 1px 4px #0000004d}.info-overlay{z-index:20;background:#0006;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.layer-menu{z-index:10;position:absolute;bottom:4.5rem;left:1rem}.layer-menu-button{background:var(--color-bg);width:2.75rem;height:2.75rem;color:var(--color-text);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;box-shadow:0 1px 4px #0000004d}.layer-menu-scrim{z-index:14;position:fixed;inset:0}.layer-menu-popover{z-index:15;background:var(--color-bg);min-width:260px;color:var(--color-text);border-radius:var(--radius-md);box-shadow:var(--shadow-card);flex-direction:column;gap:.1rem;padding:.4rem;display:flex;position:absolute;bottom:calc(100% + .5rem);left:0}.layer-menu-row{cursor:pointer;border-radius:.4rem;align-items:center;gap:.6rem;padding:.45rem .5rem;font-size:.85rem;display:flex}.layer-menu-row:hover{background:var(--color-bg-subtle)}.layer-menu-dot{border-radius:50%;flex-shrink:0;width:.7rem;height:.7rem}.layer-menu-label{flex:1}.layer-menu-row input[type=checkbox]{accent-color:var(--color-accent);cursor:pointer}.map-search-button{z-index:10;background:var(--color-bg);width:2.75rem;height:2.75rem;color:var(--color-text);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;display:flex;position:absolute;bottom:8rem;left:1rem;box-shadow:0 1px 4px #0000004d}.info-panel{background:var(--color-bg);width:100%;max-width:32rem;max-height:85vh;color:var(--color-text);border-radius:var(--radius-lg) var(--radius-lg) 0 0;box-shadow:var(--shadow-panel);flex-direction:column;transition:height .2s,max-height .2s;display:flex;position:relative;overflow:hidden}.info-panel-handle{cursor:ns-resize;touch-action:none;-webkit-user-select:none;user-select:none;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:100%;min-height:1.5rem;padding:.5rem 0 .35rem;display:flex}.info-panel-handle-bar{background:var(--color-handle);border-radius:999px;width:2.5rem;height:.25rem}.info-panel h2{margin:1.5rem 0 .75rem;font-size:.95rem;font-weight:600}.info-panel h2:first-of-type{margin-top:0}.info-panel p{font-size:.9rem;line-height:1.4}.info-panel-header{background:var(--color-bg);flex-shrink:0;justify-content:space-between;align-items:center;gap:.5rem;padding:.25rem 1.5rem .75rem;display:flex}.info-panel-body{overscroll-behavior:contain;flex:auto;min-height:0;padding:0 1.5rem 1.5rem;overflow-y:auto}.info-panel-close{cursor:pointer;color:var(--color-text-secondary);background:0 0;border:none;flex-shrink:0;font-size:1.5rem;line-height:1}.report-bug-chip{white-space:nowrap;border:1px solid var(--color-accent);color:var(--color-accent);cursor:pointer;background:0 0;border-radius:999px;flex-shrink:0;padding:.25rem .7rem;font-size:.75rem;font-weight:500;text-decoration:none}.locale-toggle{gap:.25rem;display:flex}.locale-button{border:1px solid var(--color-border);background:var(--color-bg);color:var(--color-text);cursor:pointer;border-radius:.4rem;padding:.2rem .6rem;font-size:.8rem}.locale-button-active{background:var(--color-text);color:var(--color-bg);border-color:var(--color-text)}.panel-tabs{background:var(--color-bg-subtle);border-radius:.6rem;gap:.15rem;margin:.75rem 0 1.25rem;padding:.2rem;display:flex}.panel-tab{color:var(--color-text-secondary);cursor:pointer;background:0 0;border:none;border-radius:.45rem;flex:1;padding:.45rem .5rem;font-size:.85rem;font-weight:500;transition:background-color .15s,color .15s}.panel-tab-active{background:var(--color-bg);color:var(--color-text);box-shadow:var(--shadow-card)}.about-link{color:var(--color-text-secondary);cursor:pointer;background:0 0;border:none;margin:1.5rem auto 0;font-size:.8rem;text-decoration:underline;display:block}.back-link{color:var(--color-text-secondary);cursor:pointer;background:0 0;border:none;margin-bottom:1rem;padding:0;font-size:.85rem;display:inline-block}.map-popup .maplibregl-popup-content{background:var(--color-bg);color:var(--color-text);border-radius:var(--radius-md);box-shadow:var(--shadow-card);padding:.75rem 1.6rem .75rem .9rem;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif}.map-popup .maplibregl-popup-tip{border-top-color:var(--color-bg)!important;border-bottom-color:var(--color-bg)!important;border-left-color:var(--color-bg)!important;border-right-color:var(--color-bg)!important}.map-popup .maplibregl-popup-close-button{color:var(--color-text-secondary);font-size:1.1rem}.map-popup-title{align-items:center;gap:.4rem;font-size:.9rem;font-weight:600;display:flex}.map-popup-status{color:var(--color-text-secondary);align-items:center;gap:.4rem;margin-top:.3rem;font-size:.8rem;display:flex}.map-popup-status-dot{border-radius:50%;flex-shrink:0;width:.55rem;height:.55rem;display:inline-block}.map-popup-desc{margin-top:.4rem;font-size:.85rem;line-height:1.4}.map-popup-machine-translated{color:var(--color-text-secondary);margin-top:.2rem;font-size:.7rem;font-style:italic;display:block}.map-popup-meta{color:var(--color-text-secondary);margin-top:.4rem;font-size:.75rem}.map-popup-chooser{flex-direction:column;gap:.3rem;min-width:160px;display:flex}.map-popup-chooser-item{background:var(--color-bg-subtle);color:var(--color-text);border-radius:var(--radius-md);cursor:pointer;text-align:left;border:none;align-items:center;gap:.5rem;padding:.5rem .7rem;font-size:.85rem;display:flex}.map-popup-chooser-item:hover{background:var(--color-border)}.map-popup-history-btn{background:var(--color-bg-subtle);color:var(--color-accent);border-radius:var(--radius-md);cursor:pointer;text-align:center;border:none;width:100%;margin-top:.6rem;padding:.4rem .7rem;font-size:.8rem;display:block}.map-popup-history-btn:hover{background:var(--color-border)}.legend-list{flex-direction:column;gap:1rem;list-style:none;display:flex}.legend-row{align-items:flex-start;gap:.65rem;display:flex}.legend-icon{border-radius:50%;flex-shrink:0;width:.85rem;height:.85rem;margin-top:.3rem}.legend-text{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.legend-item-title{font-size:.9rem;font-weight:600}.legend-desc{color:var(--color-text-secondary);font-size:.85rem;line-height:1.4}.legend-note{color:var(--color-text-secondary);margin-top:.75rem;font-size:.8rem}.steps-list{counter-reset:step;flex-direction:column;gap:.6rem;list-style:none;display:flex}.steps-list li{counter-increment:step;align-items:center;gap:.65rem;font-size:.9rem;display:flex}.steps-list li:before{content:counter(step);background:var(--color-accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;font-size:.75rem;font-weight:600;display:flex}.data-attribution{color:var(--color-text-secondary)}.support-button{height:2.5rem;margin-top:.6rem;display:inline-block}.camera-modal-overlay{z-index:25;background:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.camera-modal{background:var(--color-bg);color:var(--color-text);overscroll-behavior:contain;border-radius:.75rem;max-width:90vw;max-height:90vh;padding:1.25rem;position:relative;overflow:auto}.camera-modal h2{margin-bottom:.75rem;padding-right:1.5rem;font-size:1rem}.camera-modal-image{border-radius:.4rem;max-width:100%;max-height:70vh;display:block}.camera-modal-updated{color:var(--color-text-secondary);font-variant-numeric:tabular-nums;align-items:center;gap:.4rem;margin:.6rem 0 0;font-size:.78rem;display:flex}.camera-modal-live-dot{background:var(--color-success);border-radius:50%;flex-shrink:0;width:.45rem;height:.45rem;animation:2s ease-in-out infinite camera-live-pulse}@media (prefers-reduced-motion:reduce){.camera-modal-live-dot{animation:none}}@keyframes camera-live-pulse{0%,to{opacity:1}50%{opacity:.35}}.camera-modal-close{cursor:pointer;color:var(--color-text-secondary);background:0 0;border:none;font-size:1.5rem;line-height:1;position:absolute;top:.75rem;right:.75rem}.camera-modal-status{flex-direction:column;align-items:center;gap:.6rem;min-width:200px;padding:2rem 1rem;display:flex}.camera-modal-spinner{border:3px solid var(--color-spinner-track);border-top-color:var(--color-accent);border-radius:50%;width:2rem;height:2rem;animation:.8s linear infinite map-spin}.camera-modal-status-icon{color:var(--color-text-secondary)}.camera-modal-status-text{color:var(--color-text-secondary);text-align:center;font-size:.85rem}.weather-history-modal{width:min(90vw,480px)}.weather-history-chart{margin-bottom:.75rem}.weather-history-chart-legend{color:var(--color-text-secondary);gap:1rem;margin-bottom:.4rem;font-size:.8rem;display:flex}.weather-history-legend-item{align-items:center;gap:.35rem;display:flex}.weather-history-legend-swatch{border-radius:50%;flex-shrink:0;width:.7rem;height:.7rem}.weather-history-chart-svg{width:100%;height:auto;display:block}.weather-history-chart-gridline{stroke:var(--color-border);stroke-width:1px}.weather-history-chart-axis-label{fill:var(--color-text-secondary);font-size:9px}.weather-history-list{width:100%;max-height:45vh;list-style:none;overflow-y:auto}.weather-history-row{border-bottom:1px solid var(--color-border);padding:.65rem 0;font-size:.85rem}.weather-history-row:last-child{border-bottom:none}.weather-history-row-header{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.45rem;display:flex}.weather-history-row-time{color:var(--color-text-secondary);font-variant-numeric:tabular-nums;font-size:.8rem}.weather-history-surface-badge{border-radius:999px;flex-shrink:0;padding:.15rem .55rem;font-size:.7rem;font-weight:600}.weather-history-row-temps{gap:1.25rem;margin-bottom:.35rem;display:flex}.weather-history-temp{font-variant-numeric:tabular-nums;align-items:baseline;gap:.35rem;font-size:1.05rem;font-weight:600;display:flex}.weather-history-temp-dot{border-radius:50%;flex-shrink:0;align-self:center;width:.55rem;height:.55rem}.weather-history-temp-label{color:var(--color-text-secondary);font-size:.72rem;font-weight:400}.weather-history-row-details{color:var(--color-text-secondary);font-size:.78rem;line-height:1.5}.account-header{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.account-header h2{margin:0}.status-badge{text-transform:uppercase;letter-spacing:.03em;border-radius:999px;padding:.2rem .55rem;font-size:.65rem;font-weight:700}.status-badge-active{background:var(--color-success-bg);color:var(--color-success)}.status-badge-lifetime{background:var(--color-gold-bg);color:var(--color-gold)}.status-badge-canceled{background:var(--color-danger-bg);color:var(--color-danger)}.status-badge-free{background:var(--color-bg-subtle);color:var(--color-text-secondary)}.account-email{color:var(--color-text-secondary);margin:-.25rem 0 .75rem;font-size:.85rem}.account-alert{border-radius:var(--radius-md);margin-bottom:.5rem;padding:.65rem .85rem;font-size:.85rem}.account-alert-error{background:var(--color-danger-bg);color:var(--color-danger)}.account-skeleton{border-radius:var(--radius-md);background:linear-gradient(90deg, var(--color-bg-subtle) 25%, var(--color-border) 37%, var(--color-bg-subtle) 63%);background-size:400% 100%;height:4.5rem;animation:1.4s infinite skeleton-pulse}@keyframes skeleton-pulse{0%{background-position:100%}to{background-position:0}}.account-button{background:var(--color-accent);color:#fff;border-radius:var(--radius-md);cursor:pointer;border:none;padding:.65rem 1rem;font-size:.9rem;font-weight:600;transition:background-color .15s}.account-button:hover:not(:disabled){background:var(--color-accent-dark)}.account-button:disabled{opacity:.6;cursor:default}.plan-cards{gap:.75rem;margin-bottom:.75rem;display:flex}.plan-card{background:var(--color-bg-card);border-radius:var(--radius-md);cursor:pointer;border:1.5px solid #0000;flex-direction:column;flex:1;align-items:center;gap:.4rem;padding:1rem .5rem;transition:border-color .15s,background-color .15s;display:flex}.plan-card:hover:not(:disabled){border-color:var(--color-accent);background:var(--color-bg)}.plan-card:disabled{opacity:.6;cursor:default}.plan-card-price{color:var(--color-text);font-size:1.2rem;font-weight:700}.plan-card-unit{color:var(--color-text-secondary);font-size:.75rem;font-weight:500}.plan-card-trial{color:var(--color-success);background:var(--color-success-bg);border-radius:999px;padding:.15rem .5rem;font-size:.68rem;font-weight:700}.account-trial-note{color:var(--color-text-secondary);font-size:.8rem}.account-signup-extras{flex-direction:column;gap:.85rem;display:flex}.account-signup-extras>p,.account-signup-extras .feature-comparison,.account-signup-extras .account-link-button,.account-signup-extras .sign-in-form{margin:0}.feature-comparison{flex-direction:column;gap:.85rem;margin:0;display:flex}.feature-comparison-toggle{color:var(--color-text-secondary);text-align:left;cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:0;font-size:.85rem;text-decoration:underline}.feature-comparison-table{border-collapse:collapse;width:100%;font-size:.8rem}.feature-comparison-table th,.feature-comparison-table td{border-bottom:1px solid var(--color-bg-subtle);text-align:left;padding:.45rem .4rem}.feature-comparison-table thead th{color:var(--color-text-secondary);font-weight:600}.feature-comparison-table td{text-align:center;font-weight:700}.feature-comparison-yes{color:var(--color-success)}.feature-comparison-no{color:var(--color-text-secondary);font-weight:400}.feature-comparison-table tbody th{color:var(--color-text);font-weight:400}.account-button-secondary{background:var(--color-bg-subtle);color:var(--color-text)}.account-admin-link{margin-bottom:.75rem;text-decoration:none;display:inline-block}.account-button-secondary:hover:not(:disabled){background:var(--color-border)}.account-button-danger{background:var(--color-danger-bg);color:var(--color-danger)}.account-button-danger:hover:not(:disabled){background:var(--color-danger);color:#fff}.account-danger-zone{border-top:1px solid var(--color-border);margin-top:1.5rem;padding-top:1rem}.account-danger-zone-actions{gap:.5rem;display:flex}.account-link-button{color:var(--color-accent);cursor:pointer;background:0 0;border:none;margin-top:.75rem;padding:0;font-size:.85rem;text-decoration:underline;display:block}.sign-in-form{flex-direction:column;gap:.6rem;margin-top:.75rem;display:flex}.sign-in-form input[type=email]{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg-card);color:var(--color-text);padding:.6rem .75rem;font-size:.9rem}.sign-in-form-actions{gap:.6rem;display:flex}.sign-in-form-actions .account-button{flex:1}.saved-point-list{flex-direction:column;gap:.5rem;margin-bottom:.75rem;list-style:none;display:flex}.saved-point-row{background:var(--color-bg-card);border-radius:var(--radius-md);justify-content:space-between;align-items:center;gap:.5rem;padding:.6rem .5rem .6rem .85rem;display:flex}.saved-point-label{align-items:baseline;gap:.5rem;font-size:.9rem;font-weight:500;display:flex}.saved-point-radius{color:var(--color-text-secondary);font-size:.75rem;font-weight:400}.saved-point-delete{color:var(--color-text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;width:2rem;height:2rem;font-size:1.3rem;line-height:1}.saved-point-delete:hover{background:var(--color-border);color:var(--color-danger)}.pin-editor-search-bar{top:calc(var(--app-header-height) + 1rem);z-index:15;align-items:center;gap:.5rem;display:flex;position:fixed;left:1rem;right:3.5rem}.pin-editor-search-input{border-radius:var(--radius-md);background:var(--color-bg);color:var(--color-text);box-shadow:var(--shadow-card);border:none;flex:1;padding:.65rem .85rem;font-size:.9rem}.pin-editor-close{background:var(--color-bg);width:2.5rem;height:2.5rem;color:var(--color-text);box-shadow:var(--shadow-card);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;font-size:1.2rem}.pin-editor-results{top:calc(var(--app-header-height) + 4rem);z-index:15;background:var(--color-bg);color:var(--color-text);border-radius:var(--radius-md);box-shadow:var(--shadow-card);max-height:40vh;position:fixed;left:1rem;right:3.5rem;overflow-y:auto}.pin-editor-results-status{color:var(--color-text-secondary);padding:.65rem .85rem;font-size:.85rem}.pin-editor-result-item{text-align:left;width:100%;color:var(--color-text);cursor:pointer;border:none;border-bottom:1px solid var(--color-border);background:0 0;padding:.65rem .85rem;font-size:.85rem;display:block}.pin-editor-result-item:last-child{border-bottom:none}.pin-editor-result-item:hover{background:var(--color-bg-subtle)}.map-search-bar{top:calc(var(--app-header-height) + 1rem);z-index:15;align-items:center;gap:.5rem;display:flex;position:fixed;left:1rem;right:3.5rem}.map-search-input{border-radius:var(--radius-md);background:var(--color-bg);color:var(--color-text);box-shadow:var(--shadow-card);border:none;flex:1;padding:.65rem .85rem;font-size:.9rem}.map-search-close{background:var(--color-bg);width:2.5rem;height:2.5rem;color:var(--color-text);box-shadow:var(--shadow-card);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;font-size:1.2rem}.map-search-results{top:calc(var(--app-header-height) + 4rem);z-index:15;background:var(--color-bg);color:var(--color-text);border-radius:var(--radius-md);box-shadow:var(--shadow-card);max-height:50vh;position:fixed;left:1rem;right:3.5rem;overflow-y:auto}.map-search-results-status{color:var(--color-text-secondary);padding:.65rem .85rem;font-size:.85rem}.map-search-result-item{text-align:left;width:100%;color:var(--color-text);cursor:pointer;border:none;border-bottom:1px solid var(--color-border);background:0 0;padding:.65rem .85rem;font-size:.85rem;display:block}.map-search-result-item:last-child{border-bottom:none}.map-search-result-item:hover{background:var(--color-bg-subtle)}.map-search-nearby-item{align-items:center;gap:.6rem;display:flex}.map-search-result-dot{border-radius:50%;flex-shrink:0;width:.7rem;height:.7rem}.map-search-result-label{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.map-search-result-distance{color:var(--color-text-secondary);font-variant-numeric:tabular-nums;flex-shrink:0}.pin-editor-sheet{z-index:15;background:var(--color-bg);max-height:85vh;color:var(--color-text);border-radius:var(--radius-lg) var(--radius-lg) 0 0;box-shadow:var(--shadow-panel);flex-direction:column;gap:.75rem;padding:1.25rem 1.5rem 1.5rem;display:flex;position:fixed;bottom:0;left:0;right:0;overflow-y:auto}.pin-editor-sheet h2{margin:0;font-size:.95rem;font-weight:600}.pin-editor-instructions{color:var(--color-text-secondary);margin:0;font-size:.85rem;line-height:1.4}.pin-editor-actions{gap:.6rem;display:flex}.pin-editor-actions .account-button{flex:1}.form-field{flex-direction:column;gap:.35rem;display:flex}.form-field-label{font-size:.85rem;font-weight:500}.form-field input[type=text]{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg-card);color:var(--color-text);padding:.6rem .75rem;font-size:.9rem}.form-field input[type=range]{width:100%;accent-color:var(--color-accent)}.category-checklist{flex-direction:column;gap:.5rem;max-height:30vh;display:flex;overflow-y:auto}.category-item{cursor:pointer;align-items:flex-start;gap:.6rem;display:flex}.category-item input[type=checkbox]{accent-color:var(--color-accent);flex-shrink:0;margin-top:.2rem}.category-item-text{flex-direction:column;gap:.1rem;display:flex}.category-item-label{font-size:.88rem;font-weight:500}.category-item-example{color:var(--color-text-secondary);font-size:.78rem}
