:root{color-scheme:dark;--bg:#10151d;--panel:#18212c;--panel2:#202c39;--line:#304152;--text:#edf4fa;--muted:#9cafc0;--accent:#54c7b7;--accent2:#2e8d9e}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top left,#1a2936 0,#10151d 42%);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,sans-serif}.shell,body{overflow:hidden}.shell{height:100vh;min-height:0;padding:28px;max-width:1800px;margin:auto;display:flex;flex-direction:column}.topbar{display:flex;justify-content:space-between;align-items:end;border-bottom:1px solid var(--line);padding-bottom:22px;flex:0 0 auto}.eyebrow{color:var(--accent);font-size:11px;letter-spacing:.18em;margin:0 0 6px}.topbar h1{font-size:32px;margin:0}.privacy{color:var(--muted);font-size:13px}.toolbar{display:flex;gap:10px;align-items:center;padding:20px 0;flex:0 0 auto}.search-line input,.toolbar select{background:var(--panel);border:1px solid var(--line);border-radius:8px;color:var(--text);padding:11px 13px}.toolbar select{min-width:260px}.button,button{border:0;border-radius:8px;background:var(--accent2);color:white;padding:11px 15px;font-weight:700;cursor:pointer}.button{display:inline-flex}.button.secondary{background:var(--panel2);border:1px solid var(--line)}button:disabled{opacity:.4;cursor:not-allowed}.notice{background:#183d43;border:1px solid #2d7778;padding:12px 15px;border-radius:8px;margin-bottom:18px;color:#c8fff4;flex:0 0 auto}.workspace{display:grid;grid-template-columns:260px minmax(400px,1fr) minmax(330px,450px);gap:16px;flex:1 1;min-height:0;overflow:hidden}.panel{background:rgba(24,33,44,.92);border:1px solid var(--line);border-radius:12px;min-height:0;height:100%;overflow:auto}.panel-heading{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding:16px 18px}.panel-heading h2,.panel-heading h3{margin:0;font-size:16px}.panel-heading span{color:var(--muted);font-size:12px}.recording-row{display:block;text-align:left;width:100%;background:transparent;border-bottom:1px solid var(--line);border-radius:0;padding:15px 18px}.recording-row.active,.recording-row:hover{background:var(--panel2)}.recording-row small,.recording-row strong{display:block}.muted,.recording-row small{color:var(--muted);margin-top:5px;font-size:12px}.transcript-panel .panel-heading audio{max-width:220px}.segment{padding:14px 18px;border-bottom:1px solid rgba(48,65,82,.6);cursor:pointer}.segment:hover{background:rgba(46,141,158,.12)}.segment-meta{display:flex;justify-content:space-between;color:var(--accent);font-size:12px}.segment p{margin:7px 0 0;line-height:1.5}.research{padding-bottom:18px}.search-line{display:flex;gap:8px;padding:16px}.search-line input{width:100%}.results{padding:0 16px}.result{border-bottom:1px solid var(--line);padding:13px 0}.result small{color:var(--accent);font-size:11px}.result p{font-size:13px;line-height:1.45;margin:6px 0}.text-button{background:transparent;color:var(--accent);padding:0;font-size:12px}.clip-tray{margin:18px 16px;border:1px solid var(--line);border-radius:8px;padding-bottom:12px}.clip-tray .panel-heading{padding:12px}.clip-tray p{font-size:12px;padding:0 12px}.remove{background:transparent;color:#f28b8b;padding:0 5px}.clip-tray>button{margin:0 12px;width:calc(100% - 24px)}@media(max-width:1000px){.workspace{grid-template-columns:1fr;overflow:auto}.panel{min-height:500px;height:auto}.recordings{max-height:300px}.topbar{align-items:start;gap:15px;flex-direction:column}}.recordings{overflow:auto!important}.research,.transcript-panel{overflow:auto}:root{--layout-scroll-height:100vh}.answer,.result,.segment,.segment p,.segment span,.transcript-panel{max-width:100%;min-width:0;overflow-wrap:anywhere;word-break:break-word}.transcript-panel .panel-heading,.transcript-panel .panel-heading h2{min-width:0}.transcript-panel .panel-heading audio{min-width:0;max-width:45%}:root{--control-bg:#202c39;--control-border:#40576b}input,select,textarea{background:var(--control-bg)!important;border:1px solid var(--control-border)!important;color:var(--text)!important;border-radius:8px}input::placeholder,textarea::placeholder{color:#8fa4b5}select option{background:var(--control-bg);color:var(--text)}.view-switch{display:flex;justify-content:flex-end;margin:-8px 0 8px}.chat-page{display:grid;grid-template-columns:300px minmax(0,1fr);gap:0;flex:1 1;min-height:0;height:100%;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:rgba(24,33,44,.92)}.chat-sidebar{min-height:0;overflow:auto;border-right:1px solid var(--line);background:#141c25;padding:16px}.chat-sidebar-header{display:flex;justify-content:space-between;align-items:center}.chat-sidebar-header h2{font-size:17px;margin:0}.chat-sidebar-header button{width:36px;height:36px;padding:0;font-size:22px}.chat-back{width:100%;margin:18px 0;background:transparent;border:1px solid var(--line);text-align:left}.chat-list{display:flex;flex-direction:column;gap:5px}.chat-list-item{display:block;width:100%;text-align:left;background:transparent;border:1px solid transparent;padding:12px;border-radius:8px}.chat-list-item.active,.chat-list-item:hover{background:var(--panel2);border-color:var(--line)}.chat-list-item small,.chat-list-item strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-list-item small{color:var(--muted);font-size:11px;margin-top:5px}.chat-main{display:flex;flex-direction:column;min-width:0;min-height:0;background:#101820}.chat-header{display:flex;justify-content:space-between;align-items:center;padding:20px 28px;border-bottom:1px solid var(--line);flex:0 0 auto}.chat-header h1{font-size:22px;margin:0}.chat-thread{flex:1 1;min-height:0;overflow:auto;padding:28px clamp(18px,7vw,110px)}.chat-empty{max-width:650px;margin:12vh auto;text-align:center;color:var(--muted)}.chat-empty h2{color:var(--text)}.chat-message{display:flex;gap:12px;margin:0 auto 26px;max-width:900px;min-width:0}.chat-message.user{justify-content:flex-end}.chat-message.user .chat-avatar{order:2;background:#2e8d9e}.chat-avatar{width:32px;height:32px;flex:0 0 32px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#344455;color:#fff;font-size:11px;font-weight:700}.chat-bubble{max-width:min(820px,calc(100% - 48px));line-height:1.6;min-width:0}.chat-message.user .chat-bubble{background:#202c39;border:1px solid var(--line);border-radius:14px;padding:11px 15px}.chat-content{white-space:pre-wrap;overflow-wrap:anywhere}.chat-citations{border-top:1px solid var(--line);margin-top:12px;padding-top:8px}.chat-citations small{display:block;color:var(--muted);margin-bottom:6px}.citation-chip{background:transparent;color:var(--accent);padding:3px 6px;margin:2px;border:1px solid var(--line);font-size:11px}.chat-composer{position:relative;max-width:900px;width:calc(100% - 36px);margin:0 auto 20px;display:flex;gap:8px;align-items:flex-end;padding:8px;background:#18212c;border:1px solid #40576b;border-radius:14px;box-shadow:0 8px 25px #0005}.chat-composer textarea{resize:none;flex:1 1;min-width:0;max-height:140px;padding:10px 12px;line-height:1.4;border:0!important;background:transparent!important;outline:0}.chat-composer button{height:40px}.chat-composer small{position:absolute;left:14px;bottom:-19px;color:var(--muted);font-size:10px}@media(max-width:800px){.chat-page{grid-template-columns:1fr}.chat-sidebar{max-height:220px;border-right:0;border-bottom:1px solid var(--line)}.chat-header{padding:16px}.chat-thread{padding:18px 12px}}@media(max-width:1000px){.workspace>.recordings{grid-column:1;grid-row:1}.workspace>.center-pane{grid-column:1;grid-row:2}.workspace>.research{grid-column:1;grid-row:3}}body:has(.chat-page) .toolbar,body:has(.chat-page) .view-switch{display:none}body:has(.highlights-page) .toolbar,body:has(.highlights-page) .view-switch{display:none}.chat-header .eyebrow{font-size:0}.chat-header .eyebrow:after{content:"CASE LENS AI";font-size:11px;letter-spacing:.18em}.selection-actions{display:flex;justify-content:flex-end;margin:-4px 0 8px}.danger-button{background:#8f3f4d;border:1px solid #c15d6d}.danger-button:hover{background:#aa4858}.transcript-tools-bar{display:grid;grid-template-columns:260px minmax(400px,1fr) minmax(330px,450px);gap:16px;align-items:center;margin:0 0 8px;padding:0 18px}.transcript-tools-bar span{grid-column:2;font-weight:700;color:var(--text)}.transcript-tools-bar select{grid-column:2;justify-self:end;width:110px;padding:7px 10px}.document-preview-overlay{position:fixed;z-index:40;top:178px;left:calc(max(28px, (100vw - 1800px)/2) + 276px);right:calc(max(28px, (100vw - 1800px)/2) + 466px);bottom:28px;display:flex;flex-direction:column;background:#18212c;border:1px solid var(--line);border-radius:0;box-shadow:none;overflow:hidden}.document-preview-header{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;border-bottom:1px solid var(--line);flex:0 0 auto}.document-preview-header button{padding:7px 10px;background:var(--panel2);border:1px solid var(--line)}.document-preview-overlay iframe{width:100%;height:100%;border:0;background:#fff;flex:1 1}.transcript-panel>.panel-heading{position:sticky;top:0;z-index:25;background:rgba(24,33,44,.98);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.shell dialog[open]{position:fixed!important;z-index:5000!important}.workspace>.recordings{z-index:1000!important;overflow-y:auto!important;overflow-x:hidden!important}.workspace>.recordings>div{z-index:1001}.workspace>.recordings>div>div{z-index:5000!important}.ai-overview{padding:16px 18px;border-bottom:1px solid var(--line);background:rgba(46,141,158,.08);line-height:1.55;flex:0 0 auto}.ai-overview strong{color:var(--accent);font-size:12px;text-transform:uppercase;letter-spacing:.08em}.ai-overview p{margin:7px 0 0}.center-pane h3{font-size:0}.center-pane h3:after{content:"Summary";font-size:16px}.ai-overview-label{display:flex;align-items:center;gap:10px}.overview-dialog{position:fixed;inset:0;z-index:3000;width:100%;height:100%;max-width:none;max-height:none;padding:0;border:0;background:rgba(4,8,12,.72);color:var(--text)}.overview-dialog-card{width:min(760px,calc(100% - 32px));margin:8vh auto 0;background:var(--panel);border:1px solid var(--line);border-radius:12px;box-shadow:0 18px 55px #000b;padding:22px}.overview-dialog-card textarea{width:100%;resize:vertical;margin:18px 0 4px;padding:12px;line-height:1.55;font:inherit}.overview-dialog::backdrop{background:rgba(4,8,12,.72)}.location-document-view{flex:1 1;min-height:0;overflow:auto;padding:14px;background:#edf4fa}.document-text-toolbar{display:flex;justify-content:space-between;gap:12px;color:#20303b;font-size:12px;margin-bottom:10px}.location-map-wrap{max-width:900px;margin:0 auto}.location-map{display:block;width:100%;height:auto;border:1px solid #9fb7b8;border-radius:8px}.location-point-list{margin-top:12px;max-height:260px;overflow:auto;padding:10px;background:#fff;border:1px solid #b5c9ca;color:#20303b;font:12px/1.5 ui-monospace,SFMono-Regular,monospace}.location-map-empty{padding:30px;color:var(--muted)}.leaflet-location-map{width:100%;height:min(58vh,620px);min-height:360px;border:1px solid #9fb7b8;border-radius:8px;overflow:hidden}.map-attribution-note{color:#536b74;font-size:11px;margin-top:6px}.highlights-page{flex:1 1;min-height:0;overflow:auto;border:1px solid var(--line);border-radius:12px;background:rgba(24,33,44,.92);padding:24px}.highlights-header{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid var(--line);padding-bottom:18px}.highlights-header h1{margin:0;font-size:28px}.highlights-feed{max-width:900px;margin:24px auto}.highlights-empty{text-align:center;color:var(--muted);padding:80px 20px}.highlight-card{border:1px solid var(--line);border-radius:12px;background:#141c25;padding:18px;margin-bottom:16px}.highlight-card-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.highlight-card h2{font-size:17px;margin:0}.highlight-card small{display:block;color:var(--muted);margin-top:5px}.highlight-card audio{margin:18px 0 8px}.highlight-download,.highlight-manifest{color:var(--accent);font-size:12px}.highlight-manifest{display:inline-block}.speaker-dialog{position:fixed;inset:0;z-index:3000;width:100%;height:100%;max-width:none;max-height:none;padding:0;border:0;background:rgba(4,8,12,.72);color:var(--text)}.speaker-dialog-card{width:min(680px,calc(100% - 32px));max-height:min(760px,calc(100vh - 48px));overflow:auto;margin:6vh auto 0;background:var(--panel);border:1px solid var(--line);border-radius:12px;box-shadow:0 18px 55px #000b;padding:22px}.speaker-dialog-header{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid var(--line);padding-bottom:14px}.speaker-dialog-header h2{margin:0;font-size:20px}.speaker-dialog-list{display:flex;flex-direction:column;gap:10px;margin:18px 0}.speaker-edit-row{display:grid;grid-template-columns:minmax(180px,1fr) minmax(200px,1fr);gap:14px;align-items:center;padding:12px;background:var(--panel2);border:1px solid var(--line);border-radius:8px}.speaker-edit-row small,.speaker-edit-row span{display:block}.speaker-edit-row small{color:var(--muted);font-size:11px;margin-top:4px}.speaker-edit-row input{width:100%;padding:10px 12px}.speaker-dialog-actions{display:flex;justify-content:flex-end;gap:8px;border-top:1px solid var(--line);padding-top:16px}.speaker-dialog::backdrop{background:rgba(4,8,12,.72)}.document-preview-overlay,.transcript-tools-bar{display:none!important}.workspace>.recordings{grid-column:1;grid-row:1}.workspace>.center-pane{grid-column:2;grid-row:1;display:flex;flex-direction:column;overflow:hidden}.workspace>.transcript-panel{display:none!important}.workspace>.research{grid-column:3;grid-row:1}.center-pane-header{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;border-bottom:1px solid var(--line);background:rgba(24,33,44,.98);flex:0 0 auto;position:sticky;top:0;z-index:2}.center-pane-header h2{margin:0;font-size:16px}.center-pane-actions{display:flex;align-items:center;gap:8px;min-width:0}.center-pane-actions select{width:100px;padding:8px}.center-pane-actions audio{max-width:220px}.transcript-scroll{min-height:0;overflow:auto;flex:1 1}.document-native-view{width:100%;height:100%;min-height:0;flex:1 1;border:0;background:#fff}.document-text-view{padding:20px;white-space:pre-wrap;line-height:1.6;overflow:auto;flex:1 1;min-height:0}.segment-actions{display:flex;gap:12px;margin-top:10px;opacity:.75}.segment-actions .text-button{font-weight:700}.segment-actions .text-button:hover{opacity:1;text-decoration:underline}.segment-select{display:flex;align-items:center;gap:5px;color:var(--muted);cursor:pointer}.segment-select input{accent-color:var(--accent)}.segment-selected{background:rgba(84,199,183,.12);box-shadow:inset 3px 0 var(--accent)}.clip-tray-item{border-top:1px solid var(--line);padding:12px}.clip-tray-item-heading{display:flex;justify-content:space-between;gap:8px}.clip-tray-item small{display:block;color:var(--accent);margin-top:4px}.clip-tray-item p{padding:0;margin:7px 0;line-height:1.4}.clip-tray-item audio{width:100%;height:30px;margin-top:8px}.clip-time-edit{display:flex;gap:8px}.clip-time-edit label{display:flex;flex-direction:column;gap:3px;color:var(--muted);font-size:11px;flex:1 1}.clip-dialog-card input,.clip-time-edit input{width:100%;background:var(--panel2);border:1px solid var(--line);border-radius:7px;color:var(--text);padding:7px}.clip-dialog{border:1px solid var(--line);border-radius:12px;background:var(--panel);color:var(--text);padding:0;max-width:520px;width:calc(100% - 32px);box-shadow:0 18px 60px rgba(0,0,0,.55)}.clip-dialog::backdrop,.speaker-dialog::backdrop{background:rgba(0,0,0,.62)}.clip-dialog-card{padding:24px}.clip-dialog-card h2{margin:0}.clip-dialog-card>p{margin:14px 0}.clip-dialog-card input{font:inherit;padding:11px}.highlight-ranges{border-top:1px solid var(--line);margin-top:12px;padding-top:10px}.highlight-ranges>div{padding:8px 0;border-bottom:1px solid rgba(48,65,82,.6);font-size:12px}.highlight-ranges p{margin:5px 0 0;color:var(--muted);line-height:1.45}.error-text{color:#f28b8b}.highlight-card audio{width:100%}.highlight-actions{display:flex;align-items:center;gap:8px}.danger-button{background:transparent;border:1px solid #9b4c58;color:#f28b8b;padding:7px 10px;font-size:12px}.danger-button:hover{background:#48232c}.clip-tray-header{position:sticky;top:0;z-index:3;background:var(--panel);gap:8px}.clip-tray-header-actions{display:flex;align-items:center;gap:8px}.clip-tray-header-actions button{padding:7px 10px;font-size:12px}.clip-tray-header-actions span{color:var(--muted);font-size:12px}.clip-transcript-dialog{border:1px solid var(--line);border-radius:12px;background:var(--panel);color:var(--text);padding:0;max-width:820px;width:calc(100% - 32px);box-shadow:0 18px 60px rgba(0,0,0,.55)}.clip-transcript-dialog::backdrop{background:rgba(0,0,0,.62)}.clip-transcript-card{padding:24px}.clip-transcript-card h2{margin:0}.clip-transcript-text{white-space:pre-wrap;overflow:auto;max-height:65vh;background:var(--panel2);border:1px solid var(--line);border-radius:8px;padding:18px;line-height:1.6;font:inherit;color:var(--text)}.clip-transcript-dialog{position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;margin:0!important;max-height:calc(100vh - 32px)}.clip-transcript-card{max-height:calc(100vh - 32px);display:flex;flex-direction:column}.clip-transcript-text{max-height:none;min-height:0;flex:1 1}.clip-transcript-header-actions{display:flex;align-items:center;gap:8px}.highlight-edit-field{display:flex;flex-direction:column;gap:6px;color:var(--muted);font-size:12px;margin:14px 0}.highlight-edit-field input{background:var(--panel2);border:1px solid var(--line);border-radius:7px;color:var(--text);padding:10px;font:inherit}.clip-dialog{position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;margin:0!important;max-height:calc(100vh - 32px)}.clip-dialog-card{max-height:calc(100vh - 32px);overflow:auto}.source-date{display:block;color:var(--muted);font-size:11px;margin-top:4px}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at top left,#1a2936 0,#10151d 55%);color:var(--text)}.auth-card{width:min(460px,100%);display:flex;flex-direction:column;gap:14px;padding:32px;background:rgba(24,33,44,.96);border:1px solid var(--line);border-radius:16px;box-shadow:0 24px 80px #0008}.auth-card h1{margin:0;font-size:28px}.auth-card label{display:flex;flex-direction:column;gap:7px;color:var(--muted);font-size:13px}.auth-card input{width:100%;padding:12px;font:inherit}.auth-card button{margin-top:4px;padding:13px}.auth-card small{line-height:1.5}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-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,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{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{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{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;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-bottom,.leaflet-top{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;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.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:rgba(255,255,255,.5)}.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 rgba(0,0,0,.65);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:black}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{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 rgba(0,0,0,.4);background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(/_next/static/media/layers.ef6db872.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(/_next/static/media/layers-2x.9859cd12.png);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(/_next/static/media/marker-icon.d577052a.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:rgba(255,255,255,.8);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:focus,.leaflet-control-attribution a:hover{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;box-sizing:border-box;background:rgba(255,255,255,.8);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-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{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;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:white;color:#333;box-shadow:0 3px 14px rgba(0,0,0,.4)}.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:focus,.leaflet-container a.leaflet-popup-close-button:hover{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=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678)}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.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;user-select:none;pointer-events:none;box-shadow:0 1px 3px rgba(0,0,0,.4)}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top: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}}