*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: #0c0c10;--panel: #141419;--panel-border: #222230;--surface: #1a1a24;--surface-hover: #22222e;--accent: #ff6b35;--accent-glow: rgba(255,107,53,.3);--accent-dim: #cc5529;--blue: #4a9eff;--green: #34d399;--yellow: #fbbf24;--text: #e4e4ec;--text-muted: #6e6e82;--text-dim: #4a4a5e;--danger: #ef4444;--radius: 12px}body{font-family:IBM Plex Sans,-apple-system,sans-serif;background:var(--bg);color:var(--text);height:100vh;height:100dvh;overflow:hidden;overflow-x:hidden;display:flex;flex-direction:column}.topbar{height:52px;background:var(--panel);border-bottom:1px solid var(--panel-border);display:flex;align-items:center;padding:0 1.25rem;gap:1rem;flex-shrink:0;z-index:50;max-width:100vw}.logo{font-family:IBM Plex Mono,monospace;font-weight:700;font-size:1.05rem;letter-spacing:-.5px;display:flex;align-items:center;gap:.5rem;flex-shrink:0;text-decoration:none;color:inherit}.logo-icon{width:28px;height:28px;border-radius:7px;object-fit:contain}.logo-wordmark{height:26px;width:auto;object-fit:contain}.topbar-divider{width:1px;height:24px;background:var(--panel-border);flex-shrink:0}.map-stats{position:absolute;bottom:10px;left:56px;z-index:40;display:flex;gap:.75rem;font-size:.75rem;color:var(--text-muted);font-family:IBM Plex Mono,monospace;background:#141419d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.35rem .7rem;border-radius:8px;border:1px solid var(--panel-border);pointer-events:none}.map-stats .stat-val{color:var(--text);font-weight:600}.topbar-actions{margin-left:auto;display:flex;gap:.5rem;align-items:center;flex-shrink:0}.btn{padding:.45rem .9rem;border-radius:8px;font-family:IBM Plex Sans,sans-serif;font-size:.82rem;font-weight:600;border:none;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;gap:.4rem}.btn svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-dim);box-shadow:0 4px 16px var(--accent-glow)}.btn-ghost{background:var(--surface);color:var(--text-muted);border:1px solid var(--panel-border)}.btn-ghost:hover{background:var(--surface-hover);color:var(--text);border-color:var(--text-dim)}.btn-danger{background:#ef44441f;color:var(--danger);border:1px solid rgba(239,68,68,.3)}.btn-danger:hover{background:#ef444438}.btn-accent-outline{background:transparent;color:var(--accent);border:1px solid var(--accent)}.btn-accent-outline:hover{background:#ff6b351a;box-shadow:0 2px 12px var(--accent-glow)}.export-control{position:relative}.export-dropdown{position:absolute;top:calc(100% + 6px);right:0;min-width:200px;background:var(--panel);border:1px solid var(--panel-border);border-radius:10px;padding:.35rem;box-shadow:0 8px 32px #00000080;display:none;animation:ctxIn .12s ease;z-index:100}.export-dropdown.open{display:block}.export-option{display:flex;align-items:center;gap:.6rem;padding:.5rem .65rem;border-radius:7px;border:none;background:none;width:100%;font-family:IBM Plex Sans,sans-serif;font-size:.82rem;font-weight:500;color:var(--text-muted);cursor:pointer;transition:all .1s;text-align:left}.export-option:hover{background:var(--surface-hover);color:var(--text)}.export-option-icon{display:inline-block;min-width:52px;padding:2px 6px;border-radius:4px;font-size:.72rem;font-weight:700;font-family:IBM Plex Mono,monospace;background:var(--surface);color:var(--accent);text-align:center}.project-control{position:relative;display:flex;align-items:center;gap:.45rem;min-width:0;flex-shrink:1}.project-dropdown{position:absolute;top:calc(100% + 6px);left:0;min-width:200px;background:var(--panel);border:1px solid var(--panel-border);border-radius:10px;padding:.35rem;box-shadow:0 8px 32px #00000080;display:none;animation:ctxIn .12s ease;z-index:100}.project-dropdown.open{display:block}.project-dropdown .export-option svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.dropdown-divider{height:1px;background:var(--panel-border);margin:.25rem 0}.btn-sm{padding:.3rem .6rem;font-size:.76rem}.btn-sm svg{width:13px;height:13px}#projectNameDisplay{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:IBM Plex Sans,sans-serif;font-size:.72rem;font-weight:500;color:var(--text-muted)}.save-status{font-size:.68rem;font-family:IBM Plex Sans,sans-serif;font-weight:600;padding:2px 8px;border-radius:10px;white-space:nowrap;transition:all .2s;flex-shrink:1;overflow:hidden;text-overflow:ellipsis;min-width:0}.save-status:empty{display:none}.save-status.dirty{background:#fbbf241f;color:var(--yellow)}.save-status.saved{background:#34d3991f;color:var(--green)}.save-status.saving{background:#fbbf241f;color:var(--yellow)}.save-status.failed{background:#ef44441f;color:var(--danger)}.save-status.permission-needed{background:#fbbf241f;color:var(--yellow);cursor:pointer}.save-status:not(:empty){cursor:pointer}.save-status:not(:empty):hover{filter:brightness(1.2)}.shortcut-hint{font-size:.65rem;color:var(--text-muted);margin-left:auto;padding-left:12px;font-family:IBM Plex Mono,monospace}.photo-card.shell .photo-card-thumb{display:flex;align-items:center;justify-content:center;background:var(--surface)}.photo-card.shell .photo-card-thumb:after{content:"?";font-size:1.2rem;font-weight:700;color:var(--text-dim);font-family:IBM Plex Mono,monospace}.photo-card.shell .photo-card-thumb img{display:none}.photo-card-shell-badge{display:inline-block;padding:1px 6px;border-radius:4px;font-size:.68rem;font-family:IBM Plex Mono,monospace;font-weight:500;background:#fbbf241f;color:var(--yellow)}.photo-list.view-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px;align-content:start;grid-auto-rows:min-content}.view-grid .photo-card{display:block;padding:0;margin-bottom:0;overflow:hidden;border-radius:0;aspect-ratio:1}.view-grid .photo-card-thumb{width:100%;height:100%;border-radius:0}.view-grid .photo-card-thumb img{width:100%;height:100%;object-fit:cover;display:block}.view-grid .photo-card-info{display:none}.view-grid .photo-card-check{position:absolute;top:4px;left:4px;z-index:1;width:auto}.view-grid .photo-card.active .photo-card-thumb{box-shadow:none}.project-modal-backdrop{position:fixed;inset:0;z-index:3000;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease}.project-modal{background:var(--panel);border:1px solid var(--panel-border);border-radius:16px;width:480px;max-width:95vw;max-height:90vh;overflow-y:auto;box-shadow:0 24px 80px #0009}.project-modal-header{padding:1.25rem 1.5rem .75rem;border-bottom:1px solid var(--panel-border);display:flex;align-items:center;gap:.75rem}.project-modal-header h3{font-size:1.05rem;font-weight:700;flex:1}.project-modal-body{padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:1rem}.project-modal-footer{padding:1rem 1.5rem 1.25rem;border-top:1px solid var(--panel-border);display:flex;gap:.5rem;justify-content:flex-end}.project-crs-setting{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem .95rem;border:1px solid var(--panel-border);border-radius:10px;background:var(--surface)}.project-crs-setting-copy{min-width:0}.project-crs-setting-name{font-size:.88rem;font-weight:600;color:var(--text)}.project-crs-setting-code{font-size:.74rem;font-family:IBM Plex Mono,monospace;color:var(--text-muted)}.project-crs-modal-backdrop{position:fixed;inset:0;z-index:3200;background:#000000b8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .2s ease}.project-crs-modal{background:linear-gradient(180deg,#ffffff05,#fff0),var(--panel);border:1px solid var(--panel-border);border-radius:18px;width:560px;max-width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 24px 80px #0009}.project-crs-modal-intro{width:500px}.project-crs-modal-header{padding:1.25rem 1.5rem .75rem;border-bottom:1px solid var(--panel-border);display:flex;align-items:flex-start;gap:.75rem;justify-content:space-between}.project-crs-modal-header h3{margin:0;font-size:1.1rem;font-weight:700}.project-crs-modal-body{padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:1rem}.project-crs-modal-footer{padding:1rem 1.5rem 1.25rem;border-top:1px solid var(--panel-border);display:flex;gap:.5rem;justify-content:flex-end}.project-crs-modal-intro .project-crs-modal-header{padding:1rem 1.25rem .65rem}.project-crs-modal-intro .project-crs-modal-body{padding:1rem 1.25rem;gap:.8rem}.project-crs-modal-intro .project-crs-modal-footer{padding:.85rem 1.25rem 1rem}.project-crs-eyebrow{font-size:.72rem;font-family:IBM Plex Mono,monospace;color:var(--accent);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.25rem}.project-crs-status-line{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;font-size:.84rem;color:var(--text-muted);padding-bottom:.15rem;border-bottom:1px solid rgba(255,255,255,.06)}.project-crs-status-line strong{color:var(--text);font-size:.88rem}.project-crs-section{display:flex;flex-direction:column;gap:.7rem}.project-crs-section-title{font-size:.74rem;font-family:IBM Plex Mono,monospace;text-transform:uppercase;letter-spacing:.06em;color:var(--text-dim)}.project-crs-current{display:flex;flex-direction:column;gap:.18rem;padding:.15rem 0 .1rem}.project-crs-current strong{font-size:.98rem;color:var(--text)}.project-crs-current-meta{font-size:.8rem;color:var(--text-muted)}.project-crs-summary{display:flex;align-items:stretch;gap:.75rem}.project-crs-summary-item{flex:1;padding:.95rem 1rem;border:1px solid var(--panel-border);border-radius:12px;background:var(--surface);display:flex;flex-direction:column;gap:.2rem}.project-crs-summary-item.active{border-color:#ff6b3559;background:#ff6b350f}.project-crs-summary-item strong{font-size:.92rem;color:var(--text)}.project-crs-summary-item small{font-size:.74rem;color:var(--text-muted)}.project-crs-summary-label{font-size:.68rem;font-family:IBM Plex Mono,monospace;text-transform:uppercase;letter-spacing:.06em;color:var(--text-dim)}.project-crs-summary-arrow{display:flex;align-items:center;justify-content:center;color:var(--text-dim);font-size:1rem}.project-crs-chip{display:inline-flex;align-items:center;justify-content:center;padding:.32rem .55rem;border-radius:999px;font-size:.68rem;font-family:IBM Plex Mono,monospace;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.project-crs-chip.detected{background:#4a9eff1f;color:#7bb5ff;border:1px solid rgba(74,158,255,.2)}.project-crs-current-code{font-size:.74rem;font-family:IBM Plex Mono,monospace;color:var(--text-muted);margin-top:.15rem}.project-crs-copy{margin:0;font-size:.9rem;color:var(--text-muted);line-height:1.5}.project-crs-callout{display:flex;align-items:flex-start;gap:.75rem;padding:.8rem .95rem;background:#ffffff05;border:1px solid var(--panel-border);border-radius:12px;font-size:.82rem;color:var(--text-muted);line-height:1.45}.project-crs-recommendation{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem .95rem;border:1px solid rgba(255,107,53,.22);border-radius:12px;background:#ff6b350f}.project-crs-recommendation-copy{min-width:0;display:flex;flex-direction:column;gap:.22rem}.project-crs-recommendation-copy strong{font-size:.86rem;color:var(--text)}.project-crs-inline-btn{flex-shrink:0;white-space:nowrap}.project-crs-why{display:flex;flex-direction:column;gap:.55rem;padding:.9rem .95rem;border:1px solid var(--panel-border);border-radius:12px;background:#ffffff05}.project-crs-bullets{margin:0;padding-left:1.1rem;display:grid;gap:.35rem;color:var(--text-muted);font-size:.84rem;line-height:1.45}.project-crs-quick-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem}.project-crs-quick-grid-intro{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.project-crs-quick{border:1px solid var(--panel-border);background:var(--surface);border-radius:12px;padding:.85rem .9rem;text-align:left;display:flex;flex-direction:column;gap:.3rem;color:var(--text);cursor:pointer;transition:all .15s}.project-crs-quick:hover{background:#ff6b3514;border-color:var(--accent);box-shadow:0 0 0 1px #ff6b351f inset}.project-crs-quick:hover strong{color:var(--accent)}.project-crs-quick strong{font-size:.88rem}.project-crs-quick span{font-size:.78rem;color:var(--text-muted);line-height:1.4}.project-crs-modal-intro .project-crs-copy{font-size:.86rem;line-height:1.4}.project-crs-modal-intro .project-crs-current strong{font-size:.94rem}.project-crs-modal-intro .project-crs-current-meta,.project-crs-modal-intro .project-crs-help-text,.project-crs-modal-intro .project-crs-remember{font-size:.78rem}.project-crs-modal-intro .project-crs-quick{padding:.75rem .8rem}.project-crs-modal-intro .project-crs-quick span{font-size:.75rem}.project-crs-mode-toggle{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.project-crs-mode-btn{border:1px solid var(--panel-border);background:var(--surface);color:var(--text-muted);border-radius:10px;padding:.75rem .9rem;font:600 .84rem IBM Plex Sans,sans-serif;cursor:pointer;transition:all .15s}.project-crs-mode-btn:hover{background:var(--surface-hover);color:var(--text)}.project-crs-mode-btn.active{border-color:var(--accent);background:#ff6b3514;color:var(--accent)}.project-crs-mode-panel{display:none}.project-crs-mode-panel.active{display:block}.project-crs-help{font-size:.8rem;color:var(--text-muted);margin-bottom:.65rem}.project-crs-option-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.project-crs-option{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;border:1px solid var(--panel-border);background:var(--surface);border-radius:10px;padding:.75rem .85rem;color:var(--text);cursor:pointer;transition:all .15s;text-align:left}.project-crs-option:hover{background:var(--surface-hover);border-color:var(--text-dim)}.project-crs-option.selected{border-color:var(--accent);background:#ff6b3514}.project-crs-option.recommended{border-color:#7bb5ff59}.project-crs-option-name{font-size:.82rem;font-weight:600}.project-crs-option-code{font-size:.7rem;font-family:IBM Plex Mono,monospace;color:var(--text-muted)}.project-crs-select{width:100%;background:var(--surface);border:1px solid var(--panel-border);border-radius:10px;padding:.7rem .8rem;font:.86rem IBM Plex Sans,sans-serif;color:var(--text);outline:none}.project-crs-select:focus{border-color:var(--accent)}.project-crs-preview{border:1px solid var(--panel-border);border-radius:12px;background:#ffffff05;padding:.95rem 1rem}.project-crs-preview.empty{font-size:.82rem;color:var(--text-muted)}.project-crs-preview-title{font-size:.78rem;font-family:IBM Plex Mono,monospace;color:var(--text-dim);text-transform:uppercase;letter-spacing:.06em}.project-crs-preview-meta{font-size:.82rem;color:var(--text-muted);margin:.25rem 0 .75rem}.project-crs-preview-columns{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}.project-crs-preview-section{display:flex;flex-direction:column;gap:.6rem}.project-crs-preview-section.muted strong{color:var(--text-muted);font-family:IBM Plex Sans,sans-serif;font-size:.86rem}.project-crs-preview-section-title{font-size:.75rem;font-family:IBM Plex Mono,monospace;text-transform:uppercase;letter-spacing:.05em;color:var(--text-dim)}.project-crs-preview-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.project-crs-preview-grid span{display:block;font-size:.72rem;color:var(--text-dim);margin-bottom:.18rem}.project-crs-preview-grid strong{font-size:.92rem;font-family:IBM Plex Mono,monospace;color:var(--text)}.project-crs-help-row{display:flex;flex-direction:column;align-items:flex-start;gap:.45rem}.project-crs-help-link{padding:0;border:0;background:none;color:var(--text-muted);text-decoration:underline;text-underline-offset:2px;font:.8rem IBM Plex Sans,sans-serif;cursor:pointer}.project-crs-help-link:hover{color:var(--text)}.project-crs-help-text{font-size:.8rem;color:var(--text-muted);line-height:1.45;max-width:52ch}.project-crs-remember{display:flex;align-items:center;gap:.55rem;font-size:.84rem;color:var(--text-muted);cursor:pointer}.project-crs-remember input{margin:0;accent-color:var(--accent)}.project-crs-custom-row{display:flex;align-items:center;gap:.55rem}.project-crs-custom-prefix{font:600 .8rem IBM Plex Mono,monospace;color:var(--text-muted)}.project-crs-custom-input{flex:1}.project-crs-custom-result{margin-top:.65rem;font-size:.82rem;color:var(--text-muted)}.project-crs-custom-result strong{color:var(--text)}.project-crs-custom-result.empty{color:var(--text-dim)}.account-modal-backdrop{position:fixed;inset:0;z-index:3000;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease}.account-modal{background:var(--panel);border:1px solid var(--panel-border);border-radius:16px;width:480px;max-width:95vw;max-height:90vh;overflow-y:auto;box-shadow:0 24px 80px #0009}.account-modal-header{padding:1.25rem 1.5rem .75rem;border-bottom:1px solid var(--panel-border);display:flex;align-items:center;gap:.75rem}.account-modal-header h3{font-size:1.05rem;font-weight:700;flex:1}.account-modal-body{padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:1.25rem}.account-modal-footer{padding:1rem 1.5rem 1.25rem;border-top:1px solid var(--panel-border);display:flex;gap:.5rem;justify-content:flex-end}.account-section{display:flex;flex-direction:column;gap:.75rem}.account-section-title{font-size:.85rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}.account-msg{font-size:.8rem;min-height:1.2em}.account-msg.error{color:var(--danger)}.account-msg.success{color:var(--green)}.account-actions-section{border-top:1px solid var(--panel-border);padding-top:1rem}.account-action-btn{width:100%;justify-content:flex-start;gap:.6rem;font-size:.9rem;padding:.6rem .75rem}.account-action-btn:hover{background:var(--surface)}.account-sub-info{display:flex;flex-direction:column;gap:.5rem}.account-sub-loading{font-size:.85rem;color:var(--text-muted)}.account-sub-row{display:flex;align-items:center;justify-content:space-between}.account-sub-plan{display:flex;align-items:center;gap:.5rem}.account-sub-badge{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:.15rem .5rem;border-radius:4px}.account-sub-badge.active{background:var(--green);color:#000}.account-sub-badge.cancelled{background:var(--warning, #f59e0b);color:#000}.account-sub-badge.inactive{background:var(--text-muted);color:#000}.account-sub-badge.free{background:var(--surface);color:var(--text-muted)}.account-sub-plan-label{font-size:.95rem;font-weight:600}.account-sub-status{font-size:.8rem;font-weight:600;padding:.15rem .5rem;border-radius:4px}.account-sub-status.active{color:var(--green)}.account-sub-status.cancelled{color:var(--warning, #f59e0b)}.account-sub-status.inactive{color:var(--text-muted)}.account-sub-renew{font-size:.82rem;color:var(--text-muted)}.account-usage-card{display:flex;flex-direction:column;gap:.22rem;padding:.7rem .8rem;border:1px solid rgba(255,255,255,.05);border-radius:8px;background:#ffffff05}.account-usage-card.warning{border-color:#ff6b352e;background:#ff6b350a}.account-usage-card.danger{border-color:#ef444438;background:#ef44440d}.account-usage-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.account-usage-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-dim)}.account-usage-value{font-size:.82rem;font-weight:600;color:var(--text-secondary);white-space:nowrap}.account-usage-card.warning .account-usage-value{color:var(--accent)}.account-usage-card.danger .account-usage-value{color:var(--danger)}.account-usage-detail{font-size:.76rem;color:var(--text-muted)}.account-delete-section{border-top:1px solid var(--panel-border);padding-top:1rem}.account-delete-section .account-section-title{color:var(--text-muted)}.account-delete-link{font-size:.8rem;color:var(--text-muted);text-decoration:underline;text-underline-offset:2px;cursor:pointer;transition:color .15s}.account-delete-link:hover{color:var(--text)}.save-progress-overlay{position:fixed;inset:0;z-index:4000;background:#000000b3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease}.save-progress-box{background:var(--panel);border:1px solid var(--panel-border);border-radius:12px;padding:1.5rem 2rem;min-width:300px;text-align:center;box-shadow:0 16px 48px #00000080}.save-progress-label{font-size:.85rem;color:var(--text);margin-bottom:.75rem}.save-progress-track{height:6px;background:var(--surface);border-radius:3px;overflow:hidden}.save-progress-fill{height:100%;background:var(--accent);border-radius:3px;transition:width .2s ease}.btn-booklet{background:var(--accent);color:#fff;border:none}.btn-booklet:hover{background:var(--accent-dim);box-shadow:0 4px 16px var(--accent-glow)}.btn-booklet svg{stroke:#fff}.usage-pill{display:none;align-items:center;gap:.35rem;padding:.25rem .65rem;border-radius:999px;font-family:IBM Plex Mono,monospace;font-size:.72rem;cursor:pointer;transition:background .15s;background:var(--surface);border:1px solid var(--panel-border);white-space:nowrap;flex-shrink:0}.usage-pill.visible{display:inline-flex}.usage-pill:hover{background:var(--surface-hover);border-color:var(--text-dim)}.usage-pill .usage-current{color:var(--text);font-weight:600}.usage-pill .usage-sep{color:var(--text-dim)}.usage-pill .usage-limit{color:var(--text-muted)}.usage-pill .usage-upgrade{color:var(--accent);font-weight:600}.usage-pill .usage-label{color:var(--text-muted)}.usage-pill.warning{background:#fbbf2414;border-color:#fbbf2440}.usage-pill.warning .usage-current{color:var(--yellow)}.usage-pill.danger{background:#ef444414;border-color:#ef444440}.usage-pill.danger .usage-current{color:var(--danger)}.main{flex:1;display:flex;overflow:hidden;position:relative}#map{flex:1;z-index:1}.leaflet-container{background:#0c0c10;-webkit-touch-callout:none}.leaflet-interactive{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.drop-overlay{position:absolute;inset:0;z-index:1000;background:#0c0c10eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none;opacity:0;transition:opacity .2s ease}.drop-overlay.visible{opacity:1;pointer-events:auto}.drop-overlay-box{border:2px dashed var(--accent);border-radius:20px;padding:3rem 4rem;text-align:center;background:#ff6b350a}.drop-overlay-box h2{font-size:1.4rem;margin-top:1rem;margin-bottom:.5rem}.drop-overlay-box p{color:var(--text-muted);font-size:.9rem}.drop-overlay-icon{width:64px;height:64px;background:#ff6b351f;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto}.drop-overlay-icon svg{width:30px;height:30px;stroke:var(--accent);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.empty-state{position:absolute;inset:0;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;pointer-events:none}.empty-state.hidden{display:none}.empty-state-inner{pointer-events:auto;max-width:420px;background:#0e0e14d6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:2.5rem 2rem;border-radius:20px;border:1px solid rgba(255,255,255,.06);box-shadow:inset 0 1px #ffffff0a,0 16px 48px #0006;position:relative}.empty-state-close{position:absolute;top:10px;right:10px;background:none;border:none;cursor:pointer;padding:4px;border-radius:6px;color:var(--text-dim);transition:color .15s,background .15s}.empty-state-close:hover{color:var(--text);background:#ffffff14}.empty-state-close svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.empty-icon{width:80px;height:80px;background:#ff6b351a;border:1px solid rgba(255,107,53,.2);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.empty-icon svg{width:36px;height:36px;stroke:var(--accent);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.empty-state h2{font-size:1.3rem;font-weight:600;margin-bottom:.6rem;color:var(--text)}.empty-state p{color:#b4b4c8e6;font-size:.9rem;line-height:1.6;margin-bottom:1.5rem}.empty-state .btn{margin:0 auto;font-size:.9rem;padding:.6rem 1.4rem}.side-panel{width:360px;background:var(--panel);border-left:1px solid var(--panel-border);display:flex;flex-direction:column;z-index:20;flex-shrink:0;transition:margin-right .3s ease}.side-panel.collapsed{margin-right:-360px}.panel-header{padding:.75rem 1rem;border-bottom:1px solid var(--panel-border);display:flex;align-items:center;gap:.5rem}.panel-title{font-weight:600;font-size:.88rem}.panel-header-actions{margin-left:auto;display:flex;gap:.35rem;align-items:center}.panel-icon-btn{width:30px;height:30px;border-radius:6px;background:none;border:none;color:var(--text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.panel-icon-btn:hover{background:var(--surface);color:var(--text)}.panel-icon-btn.active{background:#ff6b351f;color:var(--accent)}.panel-icon-btn svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round}.selection-bar{padding:.5rem 1rem;border-bottom:1px solid var(--panel-border);display:none;align-items:center;gap:.4rem;flex-wrap:wrap;background:#ef44440d}.selection-bar.visible{display:flex}.selection-bar .sel-count{font-size:.8rem;font-family:IBM Plex Mono,monospace;color:var(--text-muted);width:100%}.selection-bar .sel-count strong{color:var(--text)}.selection-bar .btn{flex:1;justify-content:center}.selection-bar .btn-accent{background:var(--accent);color:#fff;border:none;font-weight:600;display:inline-flex;align-items:center;gap:4px;white-space:nowrap}.selection-bar .btn-accent:hover{filter:brightness(1.1)}.timeline-section{padding:.8rem 1rem;border-bottom:1px solid var(--panel-border)}.timeline-label{font-size:.75rem;color:var(--text-muted);font-family:IBM Plex Mono,monospace;margin-bottom:.5rem;display:flex;justify-content:space-between}#timelineSlider{width:100%;-webkit-appearance:none;appearance:none;height:4px;background:var(--panel-border);border-radius:2px;outline:none}#timelineSlider::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;border-radius:50%;background:var(--accent);cursor:pointer;border:2px solid var(--panel);box-shadow:0 0 8px var(--accent-glow)}.photo-list{flex:1;overflow-y:auto;padding:.5rem}.photo-list::-webkit-scrollbar{width:6px}.photo-list::-webkit-scrollbar-track{background:transparent}.photo-list::-webkit-scrollbar-thumb{background:var(--panel-border);border-radius:3px}.photo-card{display:flex;gap:.6rem;padding:.55rem;border-radius:10px;cursor:pointer;transition:all .15s ease;border:1px solid transparent;margin-bottom:2px;position:relative}.photo-card:hover{background:var(--surface);border-color:var(--panel-border)}.photo-card.active{background:#ff6b351f;border-color:#ff6b3580;box-shadow:0 0 12px #ff6b3514}.photo-card.active .photo-card-name{color:var(--accent)}.photo-card.active .photo-card-thumb{box-shadow:0 0 0 2px var(--accent)}.photo-card.selected{background:#4a9eff14;border-color:#4a9eff4d}.photo-card-check{width:20px;flex-shrink:0;display:none;align-items:center;justify-content:center;align-self:center}.select-mode .photo-card-check{display:flex}.photo-card-check input[type=checkbox]{width:16px;height:16px;accent-color:var(--accent);cursor:pointer}.photo-card-thumb{width:52px;height:52px;border-radius:8px;overflow:hidden;flex-shrink:0;background:var(--surface)}.photo-card-thumb img{width:100%;height:100%;object-fit:cover}.photo-card-info{flex:1;min-width:0}.photo-card-name{font-size:.82rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.photo-card-meta{font-size:.72rem;color:var(--text-muted);font-family:IBM Plex Mono,monospace;margin-top:3px;line-height:1.5}.coord-line{display:block}.coord-line-projected{color:var(--text-dim)}.photo-card-badge{display:inline-block;padding:1px 6px;border-radius:4px;font-size:.68rem;font-family:IBM Plex Mono,monospace;font-weight:500}.badge-gps{background:#4a9eff1f;color:var(--blue)}.badge-dir{background:#ff6b351f;color:var(--accent)}.badge-nogps{background:#ef44441f;color:var(--danger)}.lightbox{position:fixed;inset:0;z-index:2000;background:#000000e6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.lightbox-content{max-width:90vw;max-height:85vh;position:relative}.lightbox-img-container{position:relative;display:inline-block;overflow:visible}.lightbox-img-container img{max-width:90vw;max-height:75vh;border-radius:12px;box-shadow:0 20px 80px #0009;display:block}.lightbox-content img{max-width:100%;max-height:75vh;border-radius:12px;box-shadow:0 20px 80px #0009}.lightbox-caption{display:block;width:100%;margin-top:.6rem;padding:.4rem .6rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:6px;color:#fff;font-family:IBM Plex Sans,sans-serif;font-size:.85rem;text-align:center;outline:none;transition:border-color .15s}.lightbox-caption::placeholder{color:#ffffff4d}.lightbox-caption:focus{border-color:var(--accent)}.lightbox-meta{margin-top:.4rem;text-align:center;font-family:IBM Plex Mono,monospace;font-size:.78rem;color:var(--text-muted);display:flex;flex-direction:column;gap:.2rem;align-items:center}.lightbox-meta-name{font-family:IBM Plex Sans,sans-serif;font-weight:600;font-size:.82rem;color:var(--text);margin-bottom:.1rem}.lightbox-meta .booklet-meta-row{justify-content:center}.lightbox-meta .meta-sep{color:var(--text-dim)}.lightbox-close{position:fixed;top:1.5rem;right:1.5rem;width:44px;height:44px;border-radius:50%;background:#ffffff14;border:1px solid rgba(255,255,255,.1);color:#fff;font-size:1.3rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.lightbox-close:hover{background:#ffffff26}.lightbox-nav{position:fixed;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:#ffffff14;border:1px solid rgba(255,255,255,.1);color:#fff;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.lightbox-nav:hover{background:#ffffff26}.lightbox-prev{left:1.5rem}.lightbox-next{right:1.5rem}.booklet-overlay{position:fixed;inset:0;z-index:2000;background:var(--bg);display:flex;flex-direction:column;animation:fadeIn .2s ease}.booklet-topbar{height:52px;background:var(--panel);border-bottom:1px solid var(--panel-border);display:flex;align-items:center;padding:0 1.25rem;gap:1rem;flex-shrink:0}.booklet-counter{font-family:IBM Plex Mono,monospace;font-size:.85rem;color:var(--text-muted)}.booklet-counter strong{color:var(--text)}.booklet-body{flex:1;display:flex;flex-direction:column;overflow:hidden}.booklet-main{flex:1;display:flex;min-height:0}.booklet-photo-pane{flex:1;display:flex;align-items:center;justify-content:center;background:#000;position:relative;overflow:hidden;min-height:0;padding-left:56px;padding-right:56px}.booklet-photo-pane.annotate-active{padding-bottom:32px}.booklet-photo-pane img{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px;display:block}.booklet-photo-wrap{display:flex;flex-direction:column;align-items:center;max-width:90%;max-height:90%}.booklet-img-container{position:relative;display:inline-flex;overflow:visible;min-height:0;flex:1 1 auto}.booklet-caption-block{width:100%;margin-top:.5rem}.booklet-caption-label{display:block;margin-bottom:.25rem;font-family:IBM Plex Mono,monospace;font-size:.66rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#ffffffb8}.booklet-caption{width:100%;padding:.35rem .6rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:6px;color:#fff;font-family:IBM Plex Sans,sans-serif;font-size:1rem;outline:none;transition:border-color .15s;flex-shrink:0}.booklet-caption::placeholder{color:#ffffff4d}.booklet-caption:focus{border-color:var(--accent)}.booklet-map-pane{width:46%;flex-shrink:0;position:relative;border-left:1px solid var(--panel-border)}#bookletMap{width:100%;height:100%}.booklet-info{flex-shrink:0;padding:.6rem 1.25rem;background:var(--panel);border-top:1px solid var(--panel-border);display:flex;align-items:center;justify-content:space-between;gap:.75rem}.booklet-info-left{display:flex;align-items:center;gap:.75rem;overflow:hidden}.booklet-info-name{font-weight:700;font-size:.82rem;font-family:IBM Plex Mono,monospace;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:0}.booklet-info-meta{font-size:.72rem;font-family:IBM Plex Mono,monospace;color:var(--text-muted);display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;min-width:0}.booklet-meta-row{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;min-width:0}.booklet-meta-row-coords{color:var(--text)}.booklet-info-meta .meta-sep{color:var(--text-dim)}.booklet-meta-icon-item{display:inline-flex;align-items:center;gap:.35rem;min-width:0;color:var(--text)}.booklet-meta-icon-item svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;opacity:.8}.booklet-meta-icon-item span{white-space:nowrap}.booklet-meta-separator{color:var(--text-dim)}.booklet-info-actions{display:flex;align-items:center;gap:.45rem;flex-shrink:0}.booklet-btn-label-short{display:none}.booklet-annotate-btn.active{background:#ff6b351f;color:var(--accent);border-color:#ff6b3559}.booklet-notes-btn,.booklet-annotate-btn{flex-shrink:0;font-size:.76rem;padding:.3rem .6rem;gap:.3rem;display:flex;align-items:center}.booklet-notes-btn.has-notes{color:var(--accent)}.booklet-delete-btn{flex-shrink:0;font-size:.76rem;padding:.3rem .6rem;gap:.3rem;display:flex;align-items:center}.booklet-notes-popup{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--panel);border:1px solid var(--panel-border);border-radius:10px;padding:1.2rem;width:400px;max-width:90%;z-index:100;box-shadow:0 8px 32px #0006;animation:fadeIn .15s}.booklet-notes-popup-header{margin-bottom:.8rem}.booklet-notes-popup-title{font-weight:700;font-size:.95rem;color:var(--text);display:block;margin-bottom:.2rem}.booklet-notes-popup-hint{font-size:.75rem;color:var(--text-muted)}.booklet-notes-textarea{width:100%;height:120px;background:var(--surface);border:1px solid var(--panel-border);border-radius:6px;color:var(--text);font-family:inherit;font-size:.85rem;padding:.6rem;resize:vertical;box-sizing:border-box}.booklet-notes-textarea:focus{outline:none;border-color:var(--accent)}.booklet-notes-popup-footer{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.8rem}.booklet-nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#fff;font-size:1.4rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s;z-index:10}.booklet-nav-btn:hover{background:#ffffff26}.booklet-nav-btn:disabled{opacity:.2;cursor:not-allowed}.booklet-nav-prev{left:60px}.booklet-nav-next{right:60px}.toggle-panel-btn{position:absolute;top:12px;right:12px;z-index:15;width:36px;height:36px;border-radius:8px;background:var(--panel);border:1px solid var(--panel-border);color:var(--text-muted);cursor:pointer;display:none;align-items:center;justify-content:center;transition:all .15s}.toggle-panel-btn:hover{background:var(--surface);color:var(--text)}.toggle-panel-btn svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round}.toggle-panel-btn.visible{display:flex}.leaflet-control-zoom{border:none!important;border-radius:8px!important;overflow:hidden;box-shadow:0 2px 8px #0000004d!important}.leaflet-control-zoom a{background:#1e2228e6!important;color:#fff!important;border:none!important;border-radius:0!important;width:32px!important;height:32px!important;line-height:32px!important;font-size:16px!important}.leaflet-control-zoom a:hover{background:#32363c!important}.leaflet-control-zoom a:first-child{border-radius:8px 8px 0 0!important}.leaflet-control-zoom a:last-child{border-radius:0 0 8px 8px!important}.leaflet-control-zoom a+a{border-top:1px solid rgba(255,255,255,.08)!important}.basemap-control{position:absolute;top:12px;left:12px;z-index:15}.basemap-toggle{width:36px;height:36px;border-radius:8px;background:var(--panel);border:1px solid var(--panel-border);color:var(--text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.basemap-toggle:hover{background:var(--surface);color:var(--text)}.basemap-toggle svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.basemap-dropdown{position:absolute;top:0;left:calc(100% + 8px);min-width:200px;background:var(--panel);border:1px solid var(--panel-border);border-radius:10px;padding:.35rem;box-shadow:0 8px 32px #00000080;display:none;animation:ctxIn .12s ease}.basemap-dropdown.open{display:block}.basemap-option{display:flex;align-items:center;gap:.6rem;padding:.5rem .65rem;border-radius:7px;border:none;background:none;width:100%;font-family:IBM Plex Sans,sans-serif;font-size:.82rem;font-weight:500;color:var(--text-muted);cursor:pointer;transition:all .1s;text-align:left}.basemap-option:hover{background:var(--surface-hover);color:var(--text)}.basemap-option.active{background:#ff6b351a;color:var(--accent)}.basemap-option-swatch{width:28px;height:28px;border-radius:6px;flex-shrink:0;background-size:cover;background-position:center;border:1px solid var(--panel-border)}.basemap-option-info{flex:1;min-width:0}.basemap-option-name{font-weight:600;font-size:.82rem}.basemap-option-desc{font-size:.68rem;color:var(--text-dim);margin-top:1px}.basemap-option.active .basemap-option-desc{color:var(--accent);opacity:.7}.basemap-sep{height:1px;background:var(--panel-border);margin:.25rem .5rem}.processing{position:fixed;bottom:40px;left:50%;transform:translate(-50%);z-index:5000;background:var(--panel);border:1px solid var(--panel-border);border-radius:12px;padding:.75rem 1.25rem;display:flex;align-items:center;gap:.75rem;font-size:.85rem;box-shadow:0 8px 32px #0006}.processing.hidden{display:none}.processing-spinner{width:18px;height:18px;border:2px solid var(--panel-border);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}.cancel-btn{background:transparent;color:var(--text-secondary);border:1px solid var(--panel-border);border-radius:6px;padding:.25rem .6rem;font-size:.8rem;cursor:pointer;transition:all .15s;font-family:inherit}.cancel-btn:hover{color:var(--text);border-color:var(--accent);background:#ff6b351a}@keyframes spin{to{transform:rotate(360deg)}}#fileInput,.mobile-action-bar{display:none}@media(max-width:768px){.side-panel,.toggle-panel-btn{display:none!important}.map-stats,.project-control{display:none}.toggle-panel-btn{width:44px;height:44px;-webkit-tap-highlight-color:transparent}.toggle-panel-btn:active{background:var(--surface-hover);color:var(--text)}.booklet-main{flex-direction:column}.booklet-map-pane{width:100%;height:200px;flex:none;border-left:none;border-top:1px solid var(--panel-border)}.ann-toolbar{display:none!important}.booklet-photo-pane{padding-left:8px;padding-right:8px}.booklet-photo-wrap{max-width:100%}.booklet-caption-block{margin-top:.45rem}.booklet-caption-label{font-size:.6rem}.booklet-caption{font-size:.9rem}.booklet-nav-btn{width:36px;height:36px;font-size:1.1rem}.booklet-nav-prev{left:8px}.booklet-nav-next{right:8px}.booklet-topbar{padding:0 .5rem;gap:.5rem}.booklet-topbar .logo{font-size:0;gap:0}.booklet-topbar .logo-icon{width:24px;height:24px}.booklet-topbar .logo-wordmark,.booklet-topbar .topbar-divider{display:none}.booklet-counter{font-size:.78rem;white-space:nowrap}.booklet-topbar .topbar-actions{gap:.35rem;flex-shrink:0}.booklet-topbar .btn{min-width:44px;min-height:44px;padding:.4rem .6rem;font-size:.76rem;white-space:nowrap}.booklet-topbar .btn svg{width:16px;height:16px}.booklet-info{flex-wrap:wrap;gap:.35rem;padding:.4rem .65rem}.booklet-info-left{flex:1 1 100%;min-width:0}.booklet-info-actions{width:100%;gap:.35rem}.booklet-info-name{display:none}.booklet-info-meta{white-space:normal;word-break:break-word;font-size:.62rem;line-height:1.35;gap:.2rem}.booklet-meta-row{gap:.2rem}.booklet-meta-row-coords{gap:.25rem}.booklet-btn-label-full{display:none}.booklet-btn-label-short{display:inline}.booklet-notes-btn{flex:1;justify-content:center;min-height:40px}.booklet-annotate-btn{display:none!important}.booklet-delete-btn{flex-shrink:0;min-height:40px;justify-content:center}.lightbox{padding:1rem}#usagePill,#dxfUploadBtn,#projectControl,#exportControl,#shareBtn,#addPhotosBtn{display:none!important}.topbar-actions .topbar-divider{display:none}.topbar{padding:0 .5rem;gap:.5rem;max-width:100vw;overflow-x:hidden}.topbar .logo{font-size:0;gap:0}.topbar .logo-icon{width:24px;height:24px}.topbar .logo-wordmark{display:none}.topbar>.topbar-divider{display:none}.topbar .btn{min-width:44px;min-height:44px;padding:.5rem}.topbar .btn svg{width:18px;height:18px}.topbar .btn-primary{padding:.5rem .75rem;font-size:.78rem}.topbar-actions{gap:.35rem;flex-shrink:1;flex-wrap:nowrap}#addPhotosBtn{white-space:nowrap;flex-shrink:0}.drop-overlay-box{padding:2rem 1.5rem;border-radius:12px;margin:0 1rem}.mobile-action-bar{display:flex;position:fixed;bottom:26px;left:0;right:0;z-index:45;background:var(--panel);border-top:1px solid var(--panel-border);padding:.5rem .75rem;gap:.5rem;justify-content:stretch}.mobile-action-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.35rem;padding:.65rem .5rem;border:none;border-radius:10px;font-family:IBM Plex Sans,sans-serif;font-size:.78rem;font-weight:600;cursor:pointer;transition:all .15s ease;min-height:44px}.mobile-action-btn svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.mobile-action-add{background:var(--accent);color:#fff}.mobile-action-add:active{background:var(--accent-dim)}.mobile-action-export{background:var(--surface);color:var(--text);border:1px solid var(--panel-border)}.mobile-action-export:active{background:var(--surface-hover)}.mobile-action-save{background:var(--surface);color:var(--text);border:1px solid var(--panel-border)}.mobile-action-save:active{background:var(--surface-hover)}.mobile-photo-tip{position:fixed;bottom:90px;left:50%;transform:translate(-50%);z-index:6000;background:var(--panel);border:1px solid var(--accent);border-radius:10px;padding:.6rem 1rem;font-size:.78rem;font-weight:600;color:var(--text);white-space:nowrap;box-shadow:0 8px 24px #00000080;animation:fadeIn .2s ease;transition:opacity .4s ease}.app-footer{bottom:0}.pdf-modal-backdrop{align-items:flex-end;overflow:hidden}.pdf-modal{max-width:100vw;width:100%;border-radius:16px 16px 0 0;max-height:92vh;max-height:92dvh;overflow-x:hidden;scrollbar-width:none;-webkit-overflow-scrolling:touch}.pdf-modal::-webkit-scrollbar{display:none}.pdf-modal-body{padding:1rem;overflow-x:hidden}.pdf-modal-header{padding:1rem 1rem .75rem}.pdf-modal-footer{padding:.75rem 1rem calc(.75rem + env(safe-area-inset-bottom,0px));flex-wrap:wrap}.pdf-modal-footer .btn{font-size:.82rem;padding:.55rem .75rem}.pdf-modal-footer #pdfCancelBtn{display:none}.pdf-modal-footer #pdfSaveProjectBtn{order:1;flex:1 1 45%}.pdf-modal-footer #pdfShareBtn{order:2;flex:1 1 45%}.pdf-modal-footer #pdfGenerateBtn{order:3;flex:1 1 100%}.pdf-modal-footer>div[style]{display:none}.pdf-row{flex-direction:column;gap:.75rem}.pdf-layout-cards{grid-template-columns:repeat(2,1fr)}.project-crs-modal-backdrop{align-items:flex-end;padding:0}.project-crs-modal{width:100%;max-height:92vh;border-radius:16px 16px 0 0}.project-crs-modal-body{padding:1rem}.project-crs-modal-header{padding:1rem 1rem .75rem}.project-crs-modal-footer{padding:.85rem 1rem calc(.85rem + env(safe-area-inset-bottom,0px));flex-wrap:wrap}.project-crs-modal-footer .btn{flex:1 1 100%}.project-crs-recommendation{align-items:flex-start;flex-direction:column}.project-crs-quick-grid,.project-crs-quick-grid-intro,.project-crs-mode-toggle,.project-crs-option-grid,.project-crs-preview-columns,.project-crs-preview-grid{grid-template-columns:1fr}.project-crs-setting{align-items:flex-start;flex-direction:column}.project-crs-summary{flex-direction:column}.project-crs-summary-arrow{display:none}}.pdf-modal-backdrop{position:fixed;inset:0;z-index:3000;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease;overflow:hidden}.pdf-modal{background:var(--panel);border:1px solid var(--panel-border);border-radius:16px;width:580px;max-width:95vw;max-height:90vh;max-height:90dvh;overflow-y:auto;overflow-x:hidden;box-shadow:0 24px 80px #0009}.pdf-modal::-webkit-scrollbar{width:6px}.pdf-modal::-webkit-scrollbar-track{background:transparent}.pdf-modal::-webkit-scrollbar-thumb{background:var(--panel-border);border-radius:3px}.pdf-modal-header{padding:1.25rem 1.5rem .75rem;border-bottom:1px solid var(--panel-border);display:flex;align-items:center;gap:.75rem}.pdf-modal-header h3{font-size:1.05rem;font-weight:700;flex:1}.pdf-modal-close{width:32px;height:32px;border-radius:8px;background:none;border:none;color:var(--text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.pdf-modal-close:hover{background:var(--surface);color:var(--text)}.pdf-modal-close svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round}.pdf-modal-body{padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:1rem}.pdf-scope-summary{font-size:.84rem;color:var(--text-muted);padding:.5rem .75rem;background:#ff6b350f;border:1px solid rgba(255,107,53,.15);border-radius:8px;margin-bottom:.25rem}.pdf-scope-summary strong{color:var(--text)}.pdf-field{display:flex;flex-direction:column;gap:.35rem}.pdf-field label{font-size:.78rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-family:IBM Plex Mono,monospace}.pdf-field input[type=text],.pdf-field input[type=email],.pdf-field input[type=password],.pdf-field select,.pdf-field textarea{background:var(--surface);border:1px solid var(--panel-border);border-radius:8px;padding:.55rem .75rem;font-family:IBM Plex Sans,sans-serif;font-size:.88rem;color:var(--text);outline:none;transition:border-color .15s}.pdf-field input:disabled{background:var(--bg);color:var(--text-muted);cursor:default}.pdf-field input:focus,.pdf-field select:focus,.pdf-field textarea:focus{border-color:var(--accent)}.pdf-field select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236e6e82' stroke-width='2' stroke-linecap='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2rem}.pdf-field textarea{resize:vertical;min-height:60px}.pdf-row{display:flex;gap:1rem}.pdf-row .pdf-field{flex:1}.pdf-toggle-row{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0}.pdf-toggle-row span{font-size:.88rem}.pdf-toggle-row .pdf-toggle-desc{font-size:.75rem;color:var(--text-muted);margin-top:2px}.pdf-toggle{position:relative;width:40px;height:22px;flex-shrink:0}.pdf-toggle input{opacity:0;width:0;height:0}.pdf-toggle-slider{position:absolute;inset:0;background:var(--surface);border:1px solid var(--panel-border);border-radius:12px;cursor:pointer;transition:all .2s}.pdf-toggle-slider:before{content:"";position:absolute;width:16px;height:16px;border-radius:50%;background:var(--text-muted);bottom:2px;left:2px;transition:all .2s}.pdf-toggle input:checked+.pdf-toggle-slider{background:var(--accent);border-color:var(--accent)}.pdf-toggle input:checked+.pdf-toggle-slider:before{transform:translate(18px);background:#fff}.pdf-divider{height:1px;background:var(--panel-border);margin:.25rem 0}.pdf-section-label{font-size:.72rem;font-weight:700;color:var(--text-dim);text-transform:uppercase;letter-spacing:.08em;font-family:IBM Plex Mono,monospace;padding-top:.25rem}.pdf-modal-footer{padding:1rem 1.5rem 1.25rem;border-top:1px solid var(--panel-border);display:flex;gap:.5rem;justify-content:flex-end}.pdf-preview-strip{display:flex;gap:.5rem;padding:.5rem;background:var(--surface);border-radius:10px;overflow-x:auto}.pdf-preview-strip::-webkit-scrollbar{height:4px}.pdf-preview-strip::-webkit-scrollbar-thumb{background:var(--panel-border);border-radius:2px}.pdf-preview-thumb{width:48px;height:48px;border-radius:6px;overflow:hidden;flex-shrink:0;border:2px solid transparent;cursor:pointer;transition:border-color .15s;opacity:.6}.pdf-preview-thumb.included{opacity:1;border-color:var(--accent)}.pdf-preview-thumb img{width:100%;height:100%;object-fit:cover}.pdf-progress-bar{width:100%;height:4px;background:var(--surface);border-radius:2px;overflow:hidden}.pdf-progress-fill{height:100%;background:var(--accent);border-radius:2px;transition:width .3s ease;width:0%}.pdf-theme-btn{display:flex;flex-direction:column;align-items:center;gap:4px;padding:6px 4px;border-radius:8px;border:2px solid transparent;background:var(--surface);cursor:pointer;transition:all .15s}.pdf-theme-btn:hover{background:var(--surface-hover);border-color:var(--panel-border)}.pdf-theme-btn.active{border-color:var(--accent);background:#ff6b350f}.pdf-theme-btn span{font-size:.68rem;font-weight:600;color:var(--text-muted);font-family:IBM Plex Mono,monospace}.pdf-theme-btn.active span{color:var(--accent)}.pdf-theme-swatch{width:100%;height:48px;border-radius:4px;overflow:hidden}.pdf-theme-preview{display:flex;gap:6px;padding:10px 12px;background:var(--surface);border:1px solid var(--panel-border);border-radius:10px;margin-top:8px}.pdf-theme-preview-page{flex:1;height:90px;border-radius:4px;overflow:hidden;position:relative}.pdf-theme-preview-page .preview-header{height:6px;width:100%}.pdf-theme-preview-page .preview-body{position:absolute;inset:6px 0 0}.pdf-theme-preview-page .preview-accent-line{height:3px;width:40%;margin:6px auto 0;border-radius:1px}.pdf-theme-preview-page .preview-text-line{height:2px;width:60%;margin:4px auto 0;border-radius:1px;opacity:.5}.pdf-theme-preview-page .preview-text-line.short{width:35%}.pdf-theme-preview-page .preview-photo-block{width:44%;height:50%;position:absolute;top:14px;left:6%;background:#8080804d;border-radius:2px}.pdf-theme-preview-page .preview-map-block{width:44%;height:50%;position:absolute;top:14px;right:6%;background:#80808033;border-radius:2px}.pdf-layout-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:6px}.pdf-layout-card{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 6px;border-radius:8px;border:2px solid transparent;background:var(--surface);cursor:pointer;transition:all .15s;text-align:center}.pdf-layout-card:hover{background:var(--surface-hover);border-color:var(--panel-border)}.pdf-layout-card.active{border-color:var(--accent);background:#ff6b350f}.pdf-layout-card span{font-size:.72rem;font-weight:600;color:var(--text-muted)}.pdf-layout-card.active span{color:var(--accent)}.pdf-layout-card small{font-size:.62rem;color:var(--text-dim);line-height:1.2}.pdf-layout-icon{width:40px;height:30px;color:var(--text-muted)}.pdf-layout-card.active .pdf-layout-icon{color:var(--accent)}.pdf-layout-icon svg{width:100%;height:100%}.pdf-filesize-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.pdf-filesize-card{display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 6px;border-radius:8px;border:2px solid transparent;background:var(--surface);cursor:pointer;transition:all .15s;text-align:center}.pdf-filesize-card:hover{background:var(--surface-hover);border-color:var(--panel-border)}.pdf-filesize-card.active{border-color:var(--accent);background:#ff6b350f}.pdf-filesize-label{font-size:.78rem;font-weight:600;color:var(--text-muted)}.pdf-filesize-card.active .pdf-filesize-label{color:var(--accent)}.pdf-filesize-card small{font-size:.62rem;color:var(--text-dim);line-height:1.2}.pdf-live-preview-wrap{display:flex;justify-content:center;padding:12px;background:var(--surface);border:1px solid var(--panel-border);border-radius:10px}.pdf-live-preview-wrap canvas{border-radius:4px}.pdf-logo-upload{border:2px dashed var(--panel-border);border-radius:10px;padding:1rem;text-align:center;cursor:pointer;transition:all .15s;position:relative}.pdf-logo-upload:hover{border-color:var(--accent);background:#ff6b3508}.pdf-logo-upload svg{width:24px;height:24px;stroke:var(--text-dim);fill:none;stroke-width:1.5;margin-bottom:.25rem}.pdf-logo-upload span{display:block;font-size:.78rem;color:var(--text-muted)}.pdf-logo-preview{display:flex;align-items:center;justify-content:center;padding:.75rem;position:relative}.pdf-logo-preview img{max-height:52px;max-width:100%;border-radius:4px}.pdf-logo-remove{position:absolute;top:4px;right:4px;width:22px;height:22px;border-radius:6px;background:var(--surface);border:1px solid var(--panel-border);color:var(--text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s;padding:0}.pdf-logo-remove:hover{background:#ef444426;color:var(--danger);border-color:#ef44444d}.pdf-logo-remove svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2}.ctx-menu{position:fixed;z-index:3000;min-width:180px;background:var(--panel);border:1px solid var(--panel-border);border-radius:10px;padding:.35rem;box-shadow:0 8px 32px #00000080;animation:ctxIn .12s ease}@keyframes ctxIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.ctx-menu-item{display:flex;align-items:center;gap:.6rem;padding:.5rem .75rem;border-radius:7px;border:none;background:none;width:100%;font-family:IBM Plex Sans,sans-serif;font-size:.84rem;font-weight:500;color:var(--text);cursor:pointer;transition:background .1s}.ctx-menu-item:hover{background:var(--surface-hover)}.ctx-menu-item svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.ctx-menu-item.danger{color:var(--danger)}.ctx-menu-item.danger:hover{background:#ef44441a}.ctx-menu-sep{height:1px;background:var(--panel-border);margin:.3rem .5rem}.ctx-notes-backdrop{position:fixed;inset:0;background:#00000080;z-index:10000;display:flex;align-items:center;justify-content:center;animation:fadeIn .15s}.ctx-notes-modal{background:var(--panel);border:1px solid var(--panel-border);border-radius:10px;width:400px;max-width:90vw;padding:1.2rem}.ctx-notes-header{margin-bottom:.8rem}.ctx-notes-header h3{margin:0 0 .2rem;font-size:1rem;color:var(--text)}.ctx-notes-hint{font-size:.75rem;color:var(--text-muted)}.ctx-notes-textarea{width:100%;height:120px;background:var(--surface);border:1px solid var(--panel-border);border-radius:6px;color:var(--text);font-family:inherit;font-size:.85rem;padding:.6rem;resize:vertical;box-sizing:border-box}.ctx-notes-textarea:focus{outline:none;border-color:var(--accent)}.ctx-notes-footer{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.8rem}.move-mode-active,.move-mode-active .leaflet-container,.move-mode-active .leaflet-marker-icon,.move-mode-active .leaflet-interactive{cursor:crosshair!important}.move-mode-banner-fixed{position:fixed;top:60px;left:50%;transform:translate(-50%);z-index:5000;background:var(--panel);border:2px solid var(--accent);border-radius:12px;padding:.6rem 1rem;display:flex;align-items:center;gap:.75rem;box-shadow:0 8px 32px #0009;animation:fadeIn .15s ease;font-size:.85rem;font-family:IBM Plex Sans,sans-serif;white-space:nowrap}.move-mode-banner-fixed .move-text{color:var(--text);font-weight:600}.move-mode-banner-fixed .move-hint{color:var(--text-muted);font-size:.72rem}.move-mode-banner-fixed .btn{padding:.3rem .7rem;font-size:.76rem}.move-mode-banner-fixed .move-confirm-btn{min-width:100px;min-height:44px;font-size:.88rem;justify-content:center}.move-mode-banner-fixed .move-cancel-btn{min-width:80px;min-height:44px;font-size:.85rem;justify-content:center}.move-crosshair{position:fixed;transform:translate(-50%,-50%);z-index:4999;pointer-events:none;filter:drop-shadow(0 0 4px rgba(0,0,0,.7))}@keyframes markerPulse{0%,to{box-shadow:0 0 0 0 var(--accent-glow)}50%{box-shadow:0 0 0 12px transparent}}.move-pulse-ring{animation:pulseFade 1.5s ease-in-out infinite}@keyframes pulseFade{0%,to{stroke-opacity:.8;stroke-width:3}50%{stroke-opacity:.3;stroke-width:5}}.dxf-modal-backdrop{position:fixed;inset:0;z-index:3000;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease}.dxf-modal{background:var(--panel);border:1px solid var(--panel-border);border-radius:16px;width:480px;max-width:95vw;max-height:90vh;overflow-y:auto;box-shadow:0 24px 80px #0009}.dxf-modal::-webkit-scrollbar{width:6px}.dxf-modal::-webkit-scrollbar-thumb{background:var(--panel-border);border-radius:3px}.dxf-modal-header{padding:1.25rem 1.5rem .75rem;border-bottom:1px solid var(--panel-border);display:flex;align-items:center;gap:.75rem}.dxf-modal-header h3{font-size:1.05rem;font-weight:700;flex:1}.dxf-modal-body{padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:1rem}.dxf-modal-footer{padding:1rem 1.5rem 1.25rem;border-top:1px solid var(--panel-border);display:flex;gap:.5rem;justify-content:flex-end}.dxf-search-wrap{position:relative}.dxf-search-wrap input{width:100%;background:var(--surface);border:1px solid var(--panel-border);border-radius:8px;padding:.55rem .75rem .55rem 2.2rem;font-family:IBM Plex Sans,sans-serif;font-size:.88rem;color:var(--text);outline:none;transition:border-color .15s}.dxf-search-wrap input:focus{border-color:var(--accent)}.dxf-search-wrap svg{position:absolute;left:.65rem;top:50%;transform:translateY(-50%);width:15px;height:15px;stroke:var(--text-dim);fill:none;stroke-width:2}.dxf-crs-list{max-height:260px;overflow-y:auto;border:1px solid var(--panel-border);border-radius:10px;background:var(--surface)}.dxf-crs-list::-webkit-scrollbar{width:6px}.dxf-crs-list::-webkit-scrollbar-thumb{background:var(--panel-border);border-radius:3px}.dxf-crs-item{padding:.5rem .75rem;cursor:pointer;border-bottom:1px solid var(--panel-border);transition:background .1s;display:flex;flex-direction:column;gap:1px}.dxf-crs-item:last-child{border-bottom:none}.dxf-crs-item:hover{background:var(--surface-hover)}.dxf-crs-item.selected{background:#ff6b351a}.dxf-crs-name{font-size:.82rem;font-weight:600;color:var(--text)}.dxf-crs-item.selected .dxf-crs-name{color:var(--accent)}.dxf-crs-code{font-size:.7rem;color:var(--text-muted);font-family:IBM Plex Mono,monospace}.dxf-crs-group{padding:.35rem .75rem;font-size:.7rem;font-weight:700;color:var(--text-dim);text-transform:uppercase;letter-spacing:.06em;font-family:IBM Plex Mono,monospace;background:var(--panel);position:sticky;top:0;z-index:1}.dxf-file-info{display:flex;align-items:center;gap:.75rem;padding:.6rem .75rem;background:var(--surface);border-radius:10px;border:1px solid var(--panel-border)}.dxf-file-icon{width:36px;height:36px;background:#ff6b351a;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dxf-file-icon svg{width:18px;height:18px;stroke:var(--accent);fill:none;stroke-width:2}.dxf-file-name{font-weight:600;font-size:.85rem}.dxf-file-size{font-size:.72rem;color:var(--text-muted);font-family:IBM Plex Mono,monospace}.dxf-layers-control{position:absolute;bottom:80px;left:12px;z-index:15;display:flex;flex-direction:column;gap:6px;min-width:160px;max-width:50vw;width:220px;resize:horizontal;overflow:auto}.dxf-layer-chip{display:flex;align-items:center;gap:.5rem;padding:.35rem .65rem;background:var(--panel);border:1px solid var(--panel-border);border-radius:8px;font-size:.76rem;font-family:IBM Plex Mono,monospace;color:var(--text-muted);cursor:pointer;transition:all .15s}.dxf-layer-chip:hover{background:var(--surface);color:var(--text);border-color:var(--text-dim)}.dxf-layer-chip .chip-color-picker{width:18px;height:18px;border-radius:4px;flex-shrink:0;border:1px solid var(--panel-border);padding:0;cursor:pointer;background:none;-webkit-appearance:none;appearance:none}.dxf-layer-chip .chip-color-picker::-webkit-color-swatch-wrapper{padding:0}.dxf-layer-chip .chip-color-picker::-webkit-color-swatch{border:none;border-radius:3px}.dxf-layer-chip .chip-name{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dxf-layer-chip .chip-close{width:16px;height:16px;border-radius:4px;background:none;border:none;color:var(--text-dim);cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:0}.dxf-layer-chip .chip-close:hover{background:#ef444426;color:var(--danger)}.dxf-layer-chip .chip-close svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:2}.chip-sliders{display:flex;flex-direction:column;gap:2px;flex-shrink:0}.chip-slider-label{display:flex;align-items:center;gap:3px;color:var(--text-dim)}.chip-slider-label svg{flex-shrink:0}.dxf-layer-opacity,.dxf-layer-weight{width:42px;height:3px;-webkit-appearance:none;appearance:none;background:var(--panel-border);border-radius:2px;outline:none;cursor:pointer}.dxf-layer-opacity::-webkit-slider-thumb,.dxf-layer-weight::-webkit-slider-thumb{-webkit-appearance:none;width:10px;height:10px;border-radius:50%;background:var(--accent);cursor:pointer}.cluster-toggle-btn{position:absolute;top:56px;left:12px;z-index:15;width:36px;height:36px;border-radius:8px;background:var(--panel);border:1px solid var(--panel-border);color:var(--text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.cluster-toggle-btn:hover{background:var(--surface);color:var(--text)}.cluster-toggle-btn.active{background:#ff6b351f;color:var(--accent);border-color:var(--accent)}.cluster-toggle-btn svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.custom-cluster{background:none!important}.cluster-icon{display:flex;align-items:center;justify-content:center;border-radius:50%;font-family:IBM Plex Mono,monospace;font-weight:700;color:#fff;text-align:center;border:2px solid rgba(255,255,255,.9);box-shadow:0 2px 8px #0000004d}.cluster-icon.cluster-sm{background:#ff6b35d9;font-size:.75rem}.cluster-icon.cluster-md{background:#ff6b35e6;font-size:.82rem}.cluster-icon.cluster-lg{background:#ff6b35f2;font-size:.9rem}.measure-toolbar{position:absolute;top:100px;left:12px;z-index:15;display:flex;flex-direction:column;gap:2px;background:var(--panel);border:1px solid var(--panel-border);border-radius:8px;padding:3px}.measure-btn{width:30px;height:30px;border-radius:6px;background:none;border:none;color:var(--text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.measure-btn:hover{background:var(--surface);color:var(--text)}.measure-btn.active{background:#ff6b351f;color:var(--accent)}.measure-btn svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.measure-unit-btn{font-family:IBM Plex Mono,monospace;font-size:.72rem;font-weight:700}.measure-sep{height:1px;width:20px;background:var(--panel-border);align-self:center;margin:2px 0}.measure-info{position:absolute;bottom:20px;left:50%;transform:translate(-50%);z-index:15;background:var(--panel);border:1px solid var(--panel-border);border-radius:12px;padding:.6rem 1.2rem;text-align:center;box-shadow:0 8px 32px #0006}.measure-value{font-size:1.2rem;font-weight:700;font-family:IBM Plex Mono,monospace;color:var(--accent)}.measure-label{font-size:.72rem;color:var(--text-muted);margin-top:2px}.measure-hint{font-size:.68rem;color:var(--text-dim);margin-top:4px;font-style:italic}.measure-hint:empty{display:none}@media(max-width:768px){.cluster-toggle-btn{top:12px;left:56px}.measure-toolbar{top:12px;left:100px;flex-direction:row}.measure-sep{width:1px;height:20px;margin:0 1px}}.ann-toolbar{position:absolute;left:8px;top:50%;transform:translateY(-50%);z-index:20;display:flex;align-items:center;gap:8px;overflow:visible}.ann-toolbar-panel{display:flex;flex-direction:column;flex-wrap:nowrap;align-items:center;gap:3px;background:var(--panel);border:1px solid var(--panel-border);border-radius:12px;padding:6px 4px;box-shadow:0 8px 32px #00000080;transition:transform .18s ease,opacity .18s ease;transform-origin:left center}.ann-toolbar-toggle{display:none;width:28px;height:56px;border:1px solid var(--panel-border);border-radius:999px;background:#141419eb;color:var(--text-muted);box-shadow:0 8px 24px #00000059;cursor:pointer;align-items:center;justify-content:center;padding:0;transition:all .15s}.ann-toolbar-toggle:hover{border-color:var(--accent);color:var(--accent);background:#ff6b3514}.ann-toolbar-toggle-icon{font-size:1rem;line-height:1}.ann-toolbar.ann-toolbar-collapsible .ann-toolbar-toggle{display:flex}.ann-toolbar.ann-toolbar-collapsible.is-collapsed .ann-toolbar-panel{opacity:0;transform:translate(-16px) scale(.98);pointer-events:none}.ann-toolbar.ann-toolbar-collapsible.is-collapsed .ann-toolbar-toggle{background:#141419f5}.ann-toolbar.ann-toolbar-horizontal{left:16px;top:16px;transform:none;align-items:flex-start}.ann-toolbar.ann-toolbar-horizontal .ann-toolbar-panel{flex-direction:row;align-items:center;gap:6px;padding:4px 6px;transform-origin:left top}.ann-toolbar.ann-toolbar-horizontal .ann-toolbar-toggle{width:56px;height:28px}.ann-toolbar.ann-toolbar-horizontal .ann-sep{width:1px;height:20px;margin:0 2px}.ann-toolbar.ann-toolbar-horizontal .ann-colors{flex-direction:row;gap:4px}.ann-toolbar.ann-toolbar-horizontal .ann-edit-panel{flex-direction:row;gap:6px}.ann-toolbar.ann-toolbar-horizontal.ann-toolbar-collapsible.is-collapsed .ann-toolbar-panel{opacity:0;transform:translateY(-12px) scale(.98);pointer-events:none}.ann-toolbar.ann-toolbar-bottom{left:50%;top:auto;bottom:12px;transform:translate(-50%);align-items:flex-end}.ann-toolbar.ann-toolbar-bottom .ann-toolbar-panel{transform-origin:center bottom}.ann-toolbar.ann-toolbar-bottom.ann-toolbar-collapsible.is-collapsed .ann-toolbar-panel{opacity:0;transform:translateY(12px) scale(.98);pointer-events:none}.ann-tool-btn{width:32px;height:32px;border-radius:7px;background:none;border:none;color:var(--text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s;flex-shrink:0}.ann-tool-btn:hover{background:var(--surface);color:var(--text)}.ann-tool-btn.active{background:#ff6b351f;color:var(--accent)}.ann-tool-btn svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.ann-sep{width:20px;height:1px;background:var(--panel-border);margin:3px 0;flex-shrink:0}.ann-colors{display:flex;flex-direction:column;gap:3px;align-items:center;flex-shrink:0}.ann-color-btn{width:18px;height:18px;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:all .15s;padding:0}.ann-color-btn:hover{transform:scale(1.15)}.ann-color-btn.active{border-color:#fff;box-shadow:0 0 0 2px var(--accent)}.ann-edit-panel{display:flex;flex-direction:column;align-items:center;gap:4px;flex-shrink:0}.ann-edit-color{width:22px;height:22px;border:1px solid var(--panel-border);border-radius:4px;padding:0;cursor:pointer;background:none;-webkit-appearance:none;appearance:none}.ann-edit-color::-webkit-color-swatch-wrapper{padding:0}.ann-edit-color::-webkit-color-swatch{border:none;border-radius:3px}.ann-edit-size,.ann-edit-font{background:var(--surface);border:1px solid var(--panel-border);border-radius:5px;color:var(--text);font-size:.68rem;font-family:IBM Plex Mono,monospace;padding:2px 4px;cursor:pointer;outline:none}.ann-edit-size:focus,.ann-edit-font:focus{border-color:var(--accent)}.annotation-canvas{border-radius:inherit}.annotation-canvas[style*="pointer-events: auto"]{cursor:default}.app-footer{position:fixed;bottom:0;left:0;right:0;height:26px;background:#141419e6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-top:1px solid var(--panel-border);display:flex;align-items:center;justify-content:space-between;padding:0 1rem;font-size:.68rem;color:var(--accent);z-index:40;pointer-events:auto}.app-footer-links{display:flex;gap:1rem}.app-footer-links a{color:var(--accent);text-decoration:none;transition:color .15s}.app-footer-links a:hover{color:var(--accent-dim)}.gps-warning-modal-backdrop{position:fixed;inset:0;z-index:3000;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease}.gps-warning-modal{background:var(--panel);border:1px solid var(--panel-border);border-radius:16px;width:480px;max-width:95vw;max-height:90vh;overflow-y:auto;box-shadow:0 24px 80px #0009}.gps-warning-modal-header{padding:1.25rem 1.5rem .75rem;border-bottom:1px solid var(--panel-border);display:flex;align-items:center;gap:.75rem}.gps-warning-modal-header h3{font-size:1.05rem;font-weight:700;flex:1}.gps-warning-modal-body{padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.75rem}.gps-warning-modal-body p{font-size:.88rem;color:var(--text-muted);line-height:1.5}.gps-warning-file-list{list-style:none;padding:.5rem .75rem;background:var(--surface);border:1px solid var(--panel-border);border-radius:10px;max-height:160px;overflow-y:auto}.gps-warning-file-list::-webkit-scrollbar{width:6px}.gps-warning-file-list::-webkit-scrollbar-thumb{background:var(--panel-border);border-radius:3px}.gps-warning-file-list li{display:flex;align-items:center;justify-content:space-between;padding:.35rem 0;border-bottom:1px solid var(--panel-border);font-size:.82rem}.gps-warning-file-list li:last-child{border-bottom:none}.gps-file-name{font-weight:500;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;flex:1}.gps-file-note{font-size:.72rem;font-family:IBM Plex Mono,monospace;color:var(--danger);flex-shrink:0;margin-left:.5rem}.gps-warning-links{display:flex;align-items:center;gap:.75rem;padding:.6rem .75rem;background:var(--surface);border-radius:10px;border:1px solid var(--panel-border);flex-wrap:wrap}.gps-links-label{font-size:.78rem;color:var(--text-muted);font-weight:600}.gps-warning-links a{font-size:.82rem;color:var(--blue);text-decoration:none;font-weight:500;transition:color .15s}.gps-warning-links a:hover{color:var(--accent);text-decoration:underline}.gps-warning-modal-footer{padding:1rem 1.5rem 1.25rem;border-top:1px solid var(--panel-border);display:flex;justify-content:flex-end}.auth-backdrop{position:fixed;inset:0;z-index:9999;background:#000000b3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.auth-backdrop.visible{opacity:1}.auth-backdrop.hidden{opacity:0;pointer-events:none}.auth-modal{position:relative;background:var(--panel);border:1px solid var(--panel-border);border-radius:16px;width:400px;max-width:92vw;max-height:90vh;overflow-y:auto;box-shadow:0 24px 80px #0009,0 0 0 1px #ffffff08 inset;transform:translateY(12px) scale(.97);opacity:0;transition:transform .35s cubic-bezier(.16,1,.3,1),opacity .3s ease}.auth-close-btn{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:8px;background:none;border:none;color:var(--text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s;z-index:1}.auth-close-btn:hover{background:var(--surface);color:var(--text)}.auth-backdrop.visible .auth-modal{transform:translateY(0) scale(1);opacity:1}.auth-header{padding:2rem 2rem 0;text-align:center}.auth-logo{display:block;margin:0 auto 1rem;width:56px;height:56px;border-radius:14px;object-fit:contain}.auth-title-wordmark{display:block;width:min(220px,72%);height:auto;margin:0 auto .45rem;object-fit:contain}.auth-subtitle{font-size:.85rem;color:var(--text-muted);line-height:1.4}.auth-body{padding:1.5rem 2rem .5rem;display:flex;flex-direction:column;gap:1rem}.auth-field{display:flex;flex-direction:column;gap:.3rem}.auth-label{font-family:IBM Plex Mono,monospace;font-size:.72rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.auth-input{background:var(--surface);border:1px solid var(--panel-border);border-radius:10px;padding:.65rem .85rem;font-family:IBM Plex Sans,sans-serif;font-size:.9rem;color:var(--text);outline:none;transition:border-color .2s,box-shadow .2s;width:100%}.auth-input::placeholder{color:var(--text-dim)}.auth-input:hover{border-color:var(--text-dim)}.auth-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-glow)}.auth-input.auth-error{border-color:var(--danger)}.auth-input.auth-error:focus{box-shadow:0 0 0 3px #ef444433}.auth-field-error{font-size:.72rem;color:var(--danger);font-family:IBM Plex Mono,monospace;min-height:1em;opacity:0;transition:opacity .15s}.auth-field-error.visible{opacity:1}.auth-options{display:flex;align-items:center;justify-content:space-between;padding:.15rem 0}.auth-remember{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.82rem;color:var(--text-muted);transition:color .15s}.auth-remember:hover{color:var(--text)}.auth-remember input[type=checkbox]{width:16px;height:16px;accent-color:var(--accent);cursor:pointer;border-radius:4px}.auth-forgot{font-size:.82rem;color:var(--accent);text-decoration:none;font-weight:500;transition:color .15s}.auth-forgot:hover{color:var(--accent-dim);text-decoration:underline}.auth-btn{width:100%;padding:.7rem;border:none;border-radius:10px;background:var(--accent);color:#fff;font-family:IBM Plex Sans,sans-serif;font-size:.92rem;font-weight:600;cursor:pointer;transition:background .15s,box-shadow .15s,transform .1s;display:flex;align-items:center;justify-content:center;gap:.5rem}.auth-btn:hover{background:var(--accent-dim);box-shadow:0 4px 20px var(--accent-glow)}.auth-btn:active{transform:scale(.98)}.auth-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.auth-btn .auth-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite;display:none}.auth-btn.loading .auth-spinner{display:block}.auth-btn.loading .auth-btn-text{display:none}.auth-message{text-align:center;font-size:.82rem;min-height:1.4em;font-family:IBM Plex Sans,sans-serif;line-height:1.4;transition:opacity .2s}.auth-message.success{color:var(--green)}.auth-message.error{color:var(--danger)}.auth-footer{padding:1rem 2rem 1.5rem;text-align:center}.auth-divider{height:1px;background:var(--panel-border);margin-bottom:1rem}.auth-footer-text{font-size:.75rem;color:var(--text-dim);font-family:IBM Plex Mono,monospace}.auth-tabs{display:flex;gap:0;padding:0 2rem;margin-top:1.2rem}.auth-tab{flex:1;padding:.55rem 0;border:none;background:none;font-family:IBM Plex Mono,monospace;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);cursor:pointer;border-bottom:2px solid transparent;transition:color .2s,border-color .2s}.auth-tab:hover{color:var(--text)}.auth-tab.active{color:var(--accent);border-bottom-color:var(--accent)}.auth-form-wrapper{position:relative;overflow:hidden}.auth-login-form,.auth-signup-form{transition:opacity .25s ease,transform .25s ease}.auth-login-form.hidden,.auth-signup-form.hidden{display:none}.auth-switch{text-align:center;font-size:.82rem;color:var(--text-muted);padding:.5rem 0 0}.auth-switch a{color:var(--accent);text-decoration:none;font-weight:500;transition:color .15s}.auth-switch a:hover{color:var(--accent-dim);text-decoration:underline}@media(max-width:480px){.auth-backdrop{align-items:flex-start;justify-content:stretch;overflow-y:auto;padding:0}.auth-modal{width:100%;max-width:100%;min-height:100dvh;max-height:none;border-radius:0;border-left:none;border-right:none;justify-content:flex-start;display:flex;flex-direction:column;overflow-y:visible;padding-bottom:calc(env(safe-area-inset-bottom,0px) + 1rem)}.auth-header{padding:2.5rem 1.5rem 0}.auth-body{padding:1.5rem 1.5rem .5rem}.auth-footer{padding:1rem 1.5rem 2rem}.auth-tabs{padding:0 1.5rem}.auth-form-wrapper{overflow:visible}}.tier-locked{opacity:.5;position:relative}.tier-lock-icon{margin-left:4px;vertical-align:middle;opacity:.7}.upgrade-modal-backdrop{position:fixed;inset:0;background:#0009;z-index:10000;display:flex;align-items:center;justify-content:center;animation:fadeIn .15s ease}.upgrade-modal{background:var(--panel);border:1px solid var(--panel-border);border-radius:var(--radius);padding:2rem;max-width:400px;width:90%;box-shadow:0 16px 48px #00000080}.upgrade-modal-header{display:flex;align-items:center;gap:.6rem;margin-bottom:1rem}.upgrade-modal-header h3{font-size:1.1rem;font-weight:700;color:var(--text)}.upgrade-modal-desc{font-size:.9rem;color:var(--text-muted);line-height:1.5;margin-bottom:1rem}.upgrade-modal-desc strong{color:var(--text)}.upgrade-modal-features{font-size:.85rem;color:var(--text-muted);margin-bottom:1.5rem}.upgrade-modal-features ul{margin:.4rem 0 0 1.2rem;line-height:1.7}.upgrade-modal-actions{display:flex;gap:.75rem}.upgrade-modal-cta{text-decoration:none;text-align:center;flex:1}.upgrade-modal-dismiss{flex:1}.upgrade-modal-why-link{display:block;text-align:center;margin-top:1rem;font-size:.78rem;color:var(--text-dim);text-decoration:none;transition:color .15s}.upgrade-modal-why-link:hover{color:var(--accent)}.welcome-pro-backdrop{position:fixed;inset:0;z-index:10000;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease}.welcome-pro-modal{background:var(--panel);border:1px solid var(--panel-border);border-radius:16px;padding:2.5rem 2rem 2rem;max-width:420px;width:90%;text-align:center;box-shadow:0 24px 80px #0009;animation:fadeIn .25s ease}.welcome-pro-icon{margin-bottom:1rem}.welcome-pro-title{font-size:1.3rem;font-weight:700;color:var(--text);margin:0 0 .5rem}.welcome-pro-order{font-size:.85rem;color:var(--text-muted);margin:0 0 1.25rem}.welcome-pro-features{list-style:none;padding:0;margin:0 0 1.5rem;text-align:left}.welcome-pro-features li{font-size:.88rem;color:var(--text-muted);padding:.3rem 0 .3rem 1.5rem;position:relative;line-height:1.5}.welcome-pro-features li:before{content:"✓";position:absolute;left:0;color:var(--accent);font-weight:700}.welcome-pro-status{font-size:.8rem;color:var(--text-dim);margin-bottom:1.25rem;min-height:1.2em;line-height:1.5}.welcome-pro-status.confirmed{color:var(--green);font-weight:600}.welcome-pro-status.pending{color:var(--text-muted)}.welcome-pro-cta{width:100%;font-size:1rem;padding:.7rem 1.5rem}.why-pro-overlay{position:fixed;inset:0;z-index:10500;background:var(--bg);overflow:hidden;animation:fadeIn .2s ease}.why-pro-scroll{height:100%;overflow-y:auto;padding:3rem 1.5rem 4rem;max-width:800px;margin:0 auto;position:relative}.why-pro-close{position:fixed;top:1rem;right:1.5rem;z-index:10501;width:36px;height:36px;border-radius:50%;border:1px solid var(--panel-border);background:var(--panel);color:var(--text-muted);font-size:1.3rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.why-pro-close:hover{background:var(--surface-hover);color:var(--text);border-color:var(--text-dim)}.why-pro-hero{text-align:center;padding:2rem 0 2.5rem}.why-pro-hero h1{font-size:2rem;font-weight:700;line-height:1.25;margin-bottom:.75rem;background:linear-gradient(135deg,var(--text) 0%,var(--accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.why-pro-subhead{font-size:1.05rem;color:var(--text-muted);font-family:IBM Plex Mono,monospace}.why-pro-section{margin-bottom:3rem}.why-pro-section h2{font-size:1.15rem;font-weight:700;margin-bottom:1.25rem;color:var(--text);text-align:center}.why-pro-prose{font-size:.95rem;color:var(--text-muted);line-height:1.7;text-align:center;max-width:600px;margin:0 auto}.why-pro-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.why-pro-card{background:var(--surface);border:1px solid var(--panel-border);border-radius:var(--radius);padding:1.25rem;transition:border-color .15s}.why-pro-card:hover{border-color:var(--accent)}.why-pro-card-icon{margin-bottom:.75rem}.why-pro-card h3{font-size:.92rem;font-weight:700;margin-bottom:.35rem;color:var(--text)}.why-pro-card p{font-size:.82rem;color:var(--text-muted);line-height:1.5}.why-pro-pricing{display:grid;grid-template-columns:1fr 1fr;gap:1rem;max-width:520px;margin:0 auto}.why-pro-plan{background:var(--surface);border:1px solid var(--panel-border);border-radius:var(--radius);padding:1.5rem;text-align:center;position:relative}.why-pro-plan-featured{border-color:var(--accent);box-shadow:0 0 24px var(--accent-glow)}.why-pro-plan-badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);background:var(--accent);color:#fff;font-size:.7rem;font-weight:700;padding:2px 10px;border-radius:10px;text-transform:uppercase;letter-spacing:.5px}.why-pro-plan-name{font-size:.85rem;font-weight:600;color:var(--text-muted);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.why-pro-plan-price{font-size:2rem;font-weight:700;color:var(--text);margin-bottom:.25rem}.why-pro-plan-price span{font-size:.85rem;font-weight:400;color:var(--text-muted)}.why-pro-plan-detail{font-size:.8rem;color:var(--text-dim);margin-bottom:1.25rem}.why-pro-plan-btn{width:100%;justify-content:center;text-decoration:none}.why-pro-footer-section{text-align:center;padding-top:1rem;border-top:1px solid var(--panel-border)}.why-pro-footer-section p{font-size:.82rem;color:var(--text-dim)}.why-pro-footer-section a{color:var(--accent);text-decoration:none}.why-pro-footer-section a:hover{text-decoration:underline}@media(max-width:560px){.why-pro-hero h1{font-size:1.5rem}.why-pro-pricing,.why-pro-grid{grid-template-columns:1fr}}.onboarding-backdrop{position:fixed;inset:0;z-index:11000;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease}.onboarding-backdrop.closing{opacity:0;transition:opacity .2s ease}.onboarding-backdrop.has-spotlight{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;pointer-events:none}.onboarding-spotlight{position:fixed;z-index:11001;border-radius:12px;box-shadow:0 0 0 9999px #000000b3;pointer-events:auto;transition:all .3s ease;display:none}.onboarding-spotlight:after{content:"";position:absolute;inset:-4px;border-radius:14px;border:2px solid var(--accent);animation:onboardingPulse 2s ease-in-out infinite;pointer-events:none}.onboarding-card{position:fixed;z-index:11002;pointer-events:auto;background:var(--panel);border:1px solid var(--panel-border);border-radius:16px;padding:1.5rem;max-width:380px;width:90vw;box-shadow:0 16px 48px #00000080;animation:ctxIn .2s ease}.onboarding-icon{margin-bottom:.75rem;text-align:center}.onboarding-title{font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.onboarding-body{font-size:.88rem;color:var(--text-muted);line-height:1.55;margin-bottom:1.25rem}.onboarding-footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.onboarding-dots{display:flex;gap:6px}.onboarding-dot{width:8px;height:8px;border-radius:50%;background:var(--text-dim);transition:background .2s}.onboarding-dot.active{background:var(--accent)}.onboarding-actions{display:flex;gap:.5rem;align-items:center}.onboarding-btn-next{padding:.45rem 1rem;border-radius:8px;border:none;background:var(--accent);color:#fff;font-family:IBM Plex Sans,sans-serif;font-size:.82rem;font-weight:600;cursor:pointer;transition:background .15s}.onboarding-btn-next:hover{background:var(--accent-dim)}.onboarding-btn-back{padding:.45rem .8rem;border-radius:8px;border:1px solid var(--panel-border);background:var(--surface);color:var(--text-muted);font-family:IBM Plex Sans,sans-serif;font-size:.82rem;font-weight:500;cursor:pointer;transition:all .15s}.onboarding-btn-back:hover{background:var(--surface-hover);color:var(--text)}.onboarding-btn-skip{padding:.45rem .6rem;border:none;background:none;color:var(--text-dim);font-family:IBM Plex Sans,sans-serif;font-size:.8rem;cursor:pointer;transition:color .15s}.onboarding-btn-skip:hover{color:var(--text-muted)}@keyframes onboardingPulse{0%,to{box-shadow:0 0 0 0 var(--accent-glow);opacity:1}50%{box-shadow:0 0 0 8px transparent;opacity:.6}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
