*{box-sizing:border-box}html,body,#root{color:#172033;background:#eef4f8;min-height:100%;margin:0;font-family:Inter,system-ui,Arial,sans-serif}button{cursor:pointer}.topbar{color:#172033;z-index:40;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f8fbfdeb;border-bottom:1px solid #d6e0ea;align-items:center;gap:12px;min-height:54px;padding:7px 16px;display:flex;position:sticky;top:0}.brand{white-space:nowrap;font-size:17px;font-weight:900}nav{flex-wrap:nowrap;flex:1;justify-content:center;gap:5px;display:flex;overflow-x:auto}nav a,button{color:#fff;white-space:nowrap;background:#2563eb9e;border:1px solid #ffffff73;border-radius:8px;align-items:center;gap:4px;padding:5px 8px;font-size:12px;font-weight:800;line-height:1;text-decoration:none;display:inline-flex}nav a.active,button.active,button:hover{background:#1d4ed8b8;outline:2px solid #2563eb38}.signout{background:#dc3f32c7}.user{white-space:nowrap;align-items:center;gap:8px;font-size:12px;font-weight:800;display:flex}.page h1{text-align:center;color:#172033;margin:0 0 18px;font-size:28px}.page h2{color:#172033}.search{color:#172033;background:#ffffffeb;border:1px solid #c9d6e2;border-radius:12px;width:100%;max-width:900px;margin:0 auto 18px;padding:10px 12px;font-size:14px;display:block}.map-page{background:#dbe8ef;height:calc(100vh - 54px);position:relative;overflow:hidden}.map-container{width:100%;height:100%;position:absolute;inset:0}.glass{color:#172033;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff8f;border:1px solid #ffffffbf;box-shadow:0 14px 34px #2a405438}.nav-puck{z-index:12;border-radius:999px;flex-direction:column;align-items:center;gap:5px;width:76px;padding:8px 6px;display:flex;position:absolute;top:14px;left:14px}.nav-puck b{font-size:13px}.nav-puck button{border-radius:999px;justify-content:center;width:25px;height:25px;padding:0;font-size:11px}.nav-puck>button{width:48px}.nav-puck .clear{width:46px;height:23px;font-size:11px}.nav-row{grid-template-columns:25px 25px 25px;gap:4px;display:grid}.nav-row.two{grid-template-columns:25px 25px}.layer-toggle{z-index:13;border-radius:14px;flex-direction:column;gap:5px;width:74px;padding:6px;display:flex;position:absolute;top:226px;left:18px}.layer-toggle button{justify-content:center;width:60px;padding:6px 7px;font-size:11px}.layer-toggle .on{background:#16a34ad1}.map-marker{border:3px solid #fff;border-radius:999px;width:24px;height:24px;box-shadow:0 3px 12px #00000059}.memory-marker{background:#f97316}.submemory-marker{background:#a855f7}.cell-panel{text-align:center;z-index:10;border-radius:18px;width:360px;padding:20px;position:absolute;top:112px;right:26px}.bottom-drawer{z-index:10;border-radius:18px;max-height:34vh;padding:18px;position:absolute;bottom:16px;left:16px;right:16px;overflow:auto}.bottom-drawer h2{text-align:center;margin-top:0}.chips{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.asset-grid{grid-template-columns:repeat(auto-fill,minmax(175px,1fr));gap:12px;display:grid}.asset-card{color:#172033;cursor:pointer;background:#ffffffd6;border:1px solid #d1dce8;border-radius:15px;padding:10px;position:relative;box-shadow:0 8px 24px #2a405414}.asset-card:hover{border-color:#75a7f8;transform:translateY(-1px)}.asset-card h3{color:#172033;margin:8px 0;font-size:13px;line-height:1.18}.asset-card p{color:#334155;margin:4px 0;font-size:11px;line-height:1.22}.thumb{color:#64748b;background:#f8fafc;border:1px dashed #a9b8c9;border-radius:12px;place-items:center;height:105px;font-size:12px;display:grid;overflow:hidden}.thumb img{object-fit:cover;width:100%;height:100%}.edit{z-index:5;border-radius:8px;justify-content:center;position:absolute;top:8px;right:8px;width:27px!important;height:27px!important;padding:0!important}.editor{gap:12px;max-width:760px;margin:auto;display:grid}.editor label{color:#172033;gap:5px;font-size:13px;font-weight:800;display:grid}.editor input,.editor textarea,.editor select{color:#172033;background:#fff;border:1px solid #c9d6e2;border-radius:10px;width:100%;padding:9px 10px}.primary{margin-bottom:18px}.report-cards{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;display:grid}.report-cards button{justify-content:space-between}table{border-collapse:collapse;background:#fff;border-radius:14px;width:100%;overflow:hidden}td,th{text-align:left;color:#172033;border-bottom:1px solid #dbe5ef;padding:10px}tr:hover{background:#f1f6fb}.modal-backdrop{z-index:100;background:#0f172a85;place-items:center;display:grid;position:fixed;inset:0}.modal{color:#172033;background:#f8fbfd;border:1px solid #d4e0ea;border-radius:18px;width:min(720px,92vw);max-height:90vh;padding:22px;overflow:auto;box-shadow:0 20px 70px #0f172a40}.modal h2{text-align:center;margin-top:0}.modal-actions{justify-content:flex-end;gap:10px;margin-top:14px;display:flex}.preview-img{object-fit:contain;background:#fff;border:1px solid #d4e0ea;border-radius:12px;width:100%;max-height:260px}.viewer-photo{color:#64748b;background:#fff;border:1px dashed #a9b8c9;border-radius:16px;place-items:center;width:100%;min-height:260px;max-height:58vh;margin-bottom:16px;display:grid;overflow:hidden}.viewer-photo img{object-fit:contain;width:100%;height:100%;max-height:58vh}@media (width<=900px){.topbar{flex-direction:column;align-items:flex-start}nav{justify-content:flex-start;width:100%}.cell-panel{width:auto;top:94px;left:100px;right:14px}}.auth-user-bar{z-index:9999;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffc;border-radius:999px;align-items:center;gap:10px;padding:8px 12px;font-weight:700;display:flex;position:fixed;top:12px;right:16px;box-shadow:0 8px 28px #0000002e}.auth-user-bar button{color:#fff;cursor:pointer;background:#e4655f;border:0;border-radius:999px;padding:8px 12px;font-weight:700}.memory-login-page{background:linear-gradient(135deg,#eaf5ff,#f8fbff);place-items:center;min-height:100vh;display:grid}.memory-login-card{background:#ffffffeb;border-radius:24px;gap:12px;width:min(440px,100vw - 32px);padding:28px;display:grid;box-shadow:0 18px 50px #0000002e}.memory-login-card h1{color:#18324a;margin:0}.memory-login-card p{color:#516476;margin:0 0 10px}.memory-login-card label{color:#26394d;font-weight:800}.memory-login-card input{border:1px solid #9aa9b8;border-radius:14px;padding:14px 16px;font-size:18px}.memory-login-card button{color:#fff;cursor:pointer;background:#5f8ee8;border:0;border-radius:14px;margin-top:8px;padding:14px 18px;font-size:18px;font-weight:800}.memory-login-error{color:#8d1212;white-space:pre-wrap;background:#ffe8e8;border-radius:12px;padding:12px;font-weight:700}.app-header,header{overflow:visible}.auth-user-bar{white-space:nowrap;width:1in;max-width:1in;overflow:hidden}.auth-user-bar span{text-overflow:ellipsis;max-width:.55in;overflow:hidden}.memory-top-dropdown{z-index:9998;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border-radius:14px;padding:10px 12px;font-weight:800;position:fixed;top:92px;left:16px}.overview-globe-control{z-index:9997;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:radial-gradient(circle at 45% 40%,#d2ebfff2,#97c4ebd1),linear-gradient(135deg,#ffffffb3,#ffffff40);border:2px solid #142d46b3;border-radius:50%;place-items:center;width:154px;height:154px;display:grid;position:fixed;top:150px;left:18px;box-shadow:0 12px 32px #00000040}.overview-globe-inner{cursor:crosshair;background:#ffffff59;border-radius:50%;width:112px;height:112px;position:relative;overflow:hidden}.overview-globe-inner:before{content:"";background:radial-gradient(at 55% 40%,#508c5059 0 18%,#0000 19%),radial-gradient(at 38% 55%,#508c5052 0 22%,#0000 23%),radial-gradient(at 60% 70%,#508c5040 0 14%,#0000 15%);position:absolute;inset:0}.overview-viewport-box{background:#ffffff40;border:3px solid #111;width:28px;height:18px;position:absolute;top:48px;left:56px}.overview-zoom-level{background:#ffffffd1;border-radius:999px;padding:3px 9px;font-size:12px;font-weight:900;position:absolute;bottom:13px;left:50%;transform:translate(-50%)}.globe-btn{color:#fff;cursor:pointer;background:#5f8ee8e6;border:0;border-radius:999px;width:34px;height:34px;font-weight:900;position:absolute}.map-location-readout{z-index:9996;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#18324a;background:#ffffffd1;border-radius:18px;min-height:38px;padding:10px 16px;font-weight:800;position:fixed;bottom:156px;left:20px;right:20px;box-shadow:0 8px 28px #0000002e}.submemory-dropdown-panel{margin-top:12px}.submemory-dropdown-panel select{color:#fff;background:#6f9aee;border:0;border-radius:999px;padding:10px 16px;font-weight:900}@media (width<=700px){.overview-globe-control{width:126px;height:126px;top:140px}.overview-globe-inner{width:88px;height:88px}.map-location-readout{font-size:12px;bottom:132px}}.nav-puck,.layer-toggle{display:none!important}.overview-globe-inner{background-color:#0000;background-image:radial-gradient(circle,#ffffff26,#0000 64%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 360 180'%3E%3Crect width='360' height='180' fill='%239fd0f4'/%3E%3Cpath d='M35 45 C70 15 115 20 130 55 C108 72 78 73 55 65 Z' fill='%23f5f7fb' opacity='.9'/%3E%3Cpath d='M90 75 C125 65 150 85 140 120 C115 137 80 120 78 95 Z' fill='%23f5f7fb' opacity='.9'/%3E%3Cpath d='M165 42 C200 25 245 33 262 65 C238 80 200 75 178 72 Z' fill='%23f5f7fb' opacity='.9'/%3E%3Cpath d='M210 82 C250 78 285 98 295 130 C260 150 225 135 205 112 Z' fill='%23f5f7fb' opacity='.9'/%3E%3Cpath d='M300 60 C330 58 350 75 344 98 C320 102 302 88 296 75 Z' fill='%23f5f7fb' opacity='.9'/%3E%3C/svg%3E");background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border:1px solid #00000059}.overview-viewport-box{min-width:10px;min-height:8px;transform:none}.map-location-readout{text-align:center}.overview-zoom-level{text-shadow:0 1px 4px #ffffffe6;box-shadow:none!important;color:#0f172a!important;background:0 0!important;font-size:18px!important;font-weight:1000!important;bottom:32px!important}.memory-top-dropdown{width:140px;height:38px;z-index:10002!important;top:104px!important;left:20px!important}.bottom-drawer{min-height:92px!important;padding:14px 20px!important}.bottom-submemory-select,.panel-submemory-select{color:#fff;background:#6f9aee;border:0;border-radius:999px;min-width:260px;padding:10px 16px;font-weight:900}.panel-submemory-select{min-width:220px}.submemory-select-row{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.cell-panel .chips,.overview-globe-inner:before{display:none!important}.overview-globe-inner{background-color:#9fcff0!important;background-image:radial-gradient(circle at 50% 45%,#ffffff2e,#0000 60%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 360 180'%3E%3Crect width='360' height='180' fill='%239fd0f4'/%3E%3Cpath d='M52 28c18-9 45-10 62 1 13 8 25 23 21 38-6 19-31 18-46 28-16 11-15 29-27 40-14-17-26-34-30-55-4-22 2-41 20-52z' fill='%23f8fbff'/%3E%3Cpath d='M103 98c14 7 27 20 24 38-2 14-13 25-22 35-16-13-23-34-18-55 2-8 6-14 16-18z' fill='%23f8fbff'/%3E%3Cpath d='M166 35c20-12 55-12 82-4 22 7 40 22 50 42-18 5-37 3-53 12-18 10-25 30-45 34-18 4-38-6-48-20 11-12 29-16 32-33 2-11-9-19-18-31z' fill='%23f8fbff'/%3E%3Cpath d='M220 98c25-8 60-2 81 16 17 14 22 33 16 48-28 5-61-2-82-20-17-15-24-30-15-44z' fill='%23f8fbff'/%3E%3Cpath d='M306 38c17-3 35 4 42 18 8 15 3 32-8 43-18-2-32-14-37-31-3-11-2-22 3-30z' fill='%23f8fbff'/%3E%3Cpath d='M0 0h360v180H0z' fill='none' stroke='%23ffffff' stroke-opacity='.35'/%3E%3C/svg%3E")!important;background-position:50%!important;background-size:cover!important}.bottom-drawer{height:auto!important;min-height:58px!important}.bottom-drawer h2{margin-bottom:0!important}.bottom-drawer .submemory-select-row,.map-location-readout{display:none!important}.bottom-map-readout{color:#18324a;background:#ffffffeb;border-radius:999px;width:fit-content;max-width:96%;margin:-2px auto 8px;padding:9px 14px;font-weight:900;box-shadow:0 6px 18px #0000001f}.cell-panel h2{margin-bottom:8px!important;font-size:22px!important}.cell-panel p{margin:6px 0!important}.panel-submemory-select{width:100%!important;min-width:0!important}.memory-top-dropdown{opacity:1!important;color:#18324a!important;background:#ffffffeb!important;border:1px solid #0000002e!important;display:block!important}.asset-card .thumb img,.thumb img{object-fit:cover;width:100%;height:100%;display:block}.bottom-drawer{max-height:32vh!important;overflow:auto!important}@media (width<=900px){.cell-panel{width:300px!important;max-width:46vw!important}}.memory-top-dropdown{z-index:20000!important;width:150px!important;height:38px!important;position:fixed!important;top:82px!important;left:16px!important}.cell-panel{width:255px!important;max-width:255px!important;padding:12px 14px!important;font-size:13px!important;right:20px!important}.cell-panel h2{margin:0 0 6px!important;font-size:18px!important}.cell-panel h3{margin:8px 0 6px!important;font-size:16px!important}.cell-panel p{margin:4px 0!important;line-height:1.25!important}.bottom-map-readout{margin-top:0!important;margin-bottom:8px!important;position:relative!important;top:auto!important}.map-container,.maplibregl-canvas{pointer-events:auto!important}.auth-user-bar{box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:0 0!important;width:auto!important;max-width:none!important;padding:0!important}.auth-user-bar button{box-shadow:0 8px 20px #0000002e}.bottom-map-readout{box-shadow:none!important;color:#18324a!important;background:0 0!important;border-radius:0!important;margin:0 auto 6px!important;padding:0 8px 6px!important;font-weight:900!important}.cell-panel{width:235px!important;max-width:235px!important;padding:10px 12px!important;font-size:12px!important}.cell-panel h2{font-size:16px!important}.cell-panel h3{font-size:15px!important}.panel-submemory-select{padding:7px 10px!important;font-size:12px!important}.asset-card .thumb{overflow:hidden}.bottom-map-readout{font-size:13px!important;font-weight:500!important}.empty-preview{color:#64748b;background:#ffffffb3;border:1px dashed #00000040;border-radius:18px;place-items:center;height:160px;display:grid}.page{background:#eef6fb;min-height:100vh;padding:96px 24px 32px!important}.memory-top-dropdown{top:76px!important;left:16px!important}.modal.editor{max-height:86vh!important;padding-bottom:86px!important;overflow:auto!important}.sticky-actions,.modal-actions{z-index:20!important;background:#fffffff5!important;border-radius:16px!important;justify-content:flex-end!important;gap:12px!important;padding:12px!important;display:flex!important;position:sticky!important;bottom:0!important}.save-button,.primary{cursor:pointer!important}.save-status{background:#ffffffe6;border-radius:12px;padding:10px 14px;font-weight:800}.landing-page{color:#11264a;background-color:#0000;background-image:linear-gradient(90deg,#fffffffa 0%,#ffffffd1 42%,#ffffff38 100%),url(https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=2400&q=80);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;min-height:100vh;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:relative;overflow:hidden}.landing-brand{align-items:center;gap:16px;font-size:24px;line-height:1.05;display:flex;position:absolute;top:34px;left:54px}.landing-logo,.landing-card-icon{color:#11264a;background:#ffffffe6;border-radius:50%;place-items:center;width:74px;height:74px;font-size:42px;display:grid;box-shadow:0 8px 24px #0000001f}.landing-tagline{font-size:20px;font-weight:700;position:absolute;top:58px;right:70px}.landing-copy{width:min(530px,42vw);position:absolute;top:180px;left:70px}.landing-copy h1{letter-spacing:-.05em;margin:0;font-size:clamp(48px,5vw,76px);line-height:.98}.landing-copy h1 span{color:#4d6df0}.landing-line{background:#4d6df0;border-radius:99px;width:88px;height:4px;margin:28px 0}.landing-copy p{color:#4c5f7d;margin-bottom:26px;font-size:24px;line-height:1.35}.landing-feature{color:#33476a;margin:18px 0;font-size:16px}.landing-feature b{color:#11264a;font-size:18px}.landing-script{color:#4265f1;margin-top:34px;font-family:cursive;font-size:28px}.landing-card{text-align:center;background:#fffffff0;border-radius:30px;align-content:center;justify-items:center;gap:18px;width:min(420px,34vw);min-height:520px;padding:42px;display:grid;position:absolute;top:18vh;right:8vw;box-shadow:0 28px 80px #0003}.landing-card h2{margin:12px 0 0;font-size:38px}.landing-card p{color:#536582;margin:0 0 12px;font-size:20px}.landing-card button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4367f2,#2247d8);border:0;border-radius:10px;width:100%;padding:18px 24px;font-size:22px;font-weight:900;box-shadow:0 10px 24px #2247d840}.landing-secure{color:#6b7b96;margin-top:14px;font-weight:700}.landing-note{color:#42536f;background:#f5f7fcf2;border-radius:14px;width:100%;padding:18px;font-size:16px}.landing-footer{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#243858;background:#ffffffb8;justify-content:center;align-items:center;gap:8vw;min-height:92px;display:flex;position:absolute;bottom:0;left:0;right:0}@media (width<=900px){.landing-page{padding:28px;overflow:auto}.landing-brand,.landing-tagline,.landing-copy,.landing-card,.landing-footer{position:static}.landing-copy,.landing-card{width:auto}.landing-copy{margin-top:120px}.landing-card{min-height:auto;margin:32px 0 120px}.landing-footer{flex-direction:column;padding:24px}}.cell-panel{display:none!important}.bottom-memory-info{color:#18324a;text-align:center;gap:6px;max-width:96%;margin:4px auto 8px;font-size:13px;font-weight:500;display:grid}.bottom-memory-info label{justify-content:center;align-items:center;gap:8px;display:inline-flex}.bottom-panel-select{width:210px!important;min-width:210px!important;padding:6px 10px!important;font-size:12px!important}.memory-top-dropdown{z-index:40000!important;width:175px!important;height:44px!important;top:16px!important;left:16px!important}.overview-globe-control{top:76px!important}.landing-card{text-align:center!important;justify-items:center!important}.landing-card button{width:86%!important;max-width:360px!important;margin:0 auto!important;padding:15px 18px!important;font-size:19px!important;display:block!important}.landing-card h2,.landing-card p,.landing-secure,.landing-note{text-align:center!important;margin-left:auto!important;margin-right:auto!important}.people-link{color:#345fea;cursor:pointer;background:0 0;border:0;font-weight:800}.people-choice-list{border:1px solid #d8e0ea;border-radius:14px;gap:8px;max-height:180px;padding:10px;display:grid;overflow:auto}.people-choice{align-items:center;gap:10px;flex-direction:row!important;display:flex!important}.report-view-buttons{justify-content:flex-end;gap:8px;margin:10px 0;display:flex}.report-view-buttons button{background:#fff;border:1px solid #b9c7db;border-radius:10px;padding:8px 12px;font-weight:900}.report-two-col{grid-template-columns:repeat(2,minmax(260px,1fr));gap:18px;display:grid}.report-row-card{grid-template-columns:170px 1fr;align-items:start;gap:14px;display:grid}.report-table{border-collapse:collapse;background:#fff;border-radius:16px;width:100%;overflow:hidden}.report-table th,.report-table td{border-bottom:1px solid #e5ebf3;padding:10px}.collection-detail-card{background:#ffffffe6;border-radius:24px;grid-template-columns:220px 1fr;align-items:center;gap:24px;margin:16px 0 24px;padding:20px;display:grid}.collection-cover{background:#f6f8fb;border:1px dashed #c8d3e2;border-radius:18px;place-items:center;height:170px;display:grid;overflow:hidden}.collection-cover img{object-fit:cover;width:100%;height:100%}.collection-manager{background:#ffffffdb;border-radius:24px;padding:20px}.collection-list{margin:14px 0}.collection-list summary{cursor:pointer;font-size:18px;font-weight:900}.collection-list-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:8px;margin-top:10px;display:grid}.collection-check{background:#fff;border-radius:12px;align-items:center;gap:10px;padding:10px;flex-direction:row!important;display:flex!important}.report-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:16px;display:flex}.report-toolbar label{font-weight:900}.expand-button{color:#fff;cursor:pointer;background:#5f8ee8;border:0;border-radius:8px;width:28px;height:28px;font-weight:900}.child-row{background:#f5f8ff}.grandchild-row{background:#fbfdff}.secondary{cursor:pointer;background:#fff;border:1px solid #b9c7db;border-radius:12px;padding:10px 14px;font-weight:900}.map-page{width:100vw!important;max-width:none!important;overflow:hidden!important}.map-container{width:100vw!important;max-width:none!important;left:0!important;right:0!important}.maplibregl-map,.maplibregl-canvas,.maplibregl-canvas-container{width:100%!important}.asset-card .edit{z-index:5;color:#fff!important;background:#5f8ee8!important}.asset-card.clickable{cursor:pointer}.overview-globe-control{background:#b5dcf7a8!important;border:2px solid #123654b3!important;width:132px!important;height:132px!important;box-shadow:0 10px 24px #0000002e!important}.overview-globe-inner{width:86px!important;height:86px!important}.globe-btn{background:#4c7adcd6!important;width:28px!important;height:28px!important;font-size:13px!important}.globe-clear{color:#10233e;cursor:pointer;background:#ffffffdb;border:0;border-radius:999px;width:34px;height:24px;font-size:11px;font-weight:900;position:absolute;bottom:8px;right:5px}.overview-zoom-level{font-size:15px!important;bottom:27px!important}.memory-timeline-panel{z-index:9994;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#18324a;background:#ffffffd6;border-radius:999px;grid-template-columns:auto 1fr auto auto;align-items:center;gap:10px;padding:8px 14px;font-size:12px;display:grid;position:fixed;bottom:176px;left:200px;right:130px;box-shadow:0 8px 24px #00000024}.memory-timeline-panel input[type=range]{width:100%}.memory-timeline-panel label{white-space:nowrap;align-items:center;gap:5px;font-weight:800;display:inline-flex}@media (width<=800px){.memory-timeline-panel{border-radius:18px;grid-template-columns:1fr;bottom:180px;left:16px;right:16px}}.memory-timeline-panel{text-align:center;border-radius:22px!important;grid-template-columns:1fr!important;gap:7px!important;width:170px!important;padding:12px!important;inset:330px auto auto 18px!important}.timeline-range-row{grid-template-columns:48px 1fr;align-items:center;gap:8px;font-size:12px;display:grid}.timeline-range-row input[type=range]{width:100%}.timeline-years{color:#18324a;font-weight:900}.asset-orphaned{outline:2px dashed #f59e0b}.report-view-buttons button{color:#111827!important;background:#fff!important;font-weight:900!important}.memory-timeline-panel{grid-template-columns:1fr!important;align-content:center!important;justify-items:center!important;width:92px!important;height:310px!important;display:grid!important;top:315px!important;left:18px!important}.timeline-range-stack{width:48px;height:210px;position:relative}.timeline-range-stack input[type=range]{transform-origin:50%;position:absolute;top:92px;left:-82px;transform:rotate(-90deg);width:210px!important}.timeline-range-stack .stop-range{left:-56px}.timeline-years,.memory-timeline-panel label{font-size:12px!important}.bottom-drawer h2{display:none!important}.bottom-map-readout,.bottom-memory-info{color:#12233d!important;margin:2px auto 4px!important;padding:0!important;font-size:12px!important;line-height:1.15!important}.bottom-drawer{padding-top:10px!important}.asset-grid.compact{margin-top:4px!important}.report-view-buttons button,.secondary,.collection-back-button,.back-button{color:#111827!important;background:#fff!important;font-weight:900!important}.report-toolbar select{color:#111827!important;background:#fff!important;margin-left:14px!important;font-weight:800!important}.collection-check,.collection-check span{color:#111827!important;font-weight:700!important}.tile-trash{z-index:6;color:#fff;cursor:pointer;background:#ef4444;border:0;border-radius:10px;padding:7px 9px;font-weight:900;position:absolute;top:10px;left:10px}.collection-photo-tile .edit{top:10px!important;right:10px!important}.asset-grid.mini{max-height:60vh;overflow:auto}.collection-detail-card .primary{margin-top:8px;margin-right:10px}.album-toolbar{flex-wrap:wrap;align-items:center;gap:18px;margin-bottom:18px;display:flex}.album-toolbar label{color:#111827;font-weight:900}.album-toolbar input,.album-toolbar select{border:1px solid #b9c7db;border-radius:10px;margin-left:14px;padding:8px 10px;font-weight:700;color:#111827!important;background:#fff!important}.timeline-section>h2{color:#111827;border-bottom:2px solid #cbd5e1;margin-top:26px;padding-bottom:8px}.memory-timeline-panel{width:86px!important;height:310px!important;padding:10px!important}.timeline-vertical{width:58px;height:205px;position:relative}.timeline-vertical input[type=range]{pointer-events:auto;background:0 0;position:absolute;top:86px;left:-75px;transform:rotate(-90deg);width:205px!important}.timeline-vertical .range-end{left:-47px}.timeline-label{color:#12233d;font-size:12px;font-weight:900;line-height:1}.timeline-all{font-size:12px;font-weight:900}.overview-globe-control{background:#cee8f8b8!important;border:2px solid #1236548c!important;box-shadow:0 8px 22px #0f172a29!important}.globe-btn{box-shadow:0 4px 10px #0f172a29!important}.people-picker{gap:8px;display:grid}.people-picker-list{background:#fff;border:1px solid #cbd5e1;border-radius:12px;max-height:150px;padding:8px;overflow:auto}.people-picker-list label{align-items:center;gap:8px;font-weight:700;flex-direction:row!important;display:flex!important}.people-add-row{grid-template-columns:1fr auto;gap:8px;display:grid}.asset-memberships{color:#111827;background:#f8fafc;border:1px solid #cbd5e1;border-radius:12px;padding:10px}.memory-timeline-panel{width:96px!important;height:330px!important}.timeline-dual-vertical{justify-content:center;align-items:center;gap:14px;width:72px;height:210px;display:flex}.vertical-range{writing-mode:bt-lr;appearance:slider-vertical;accent-color:#5f9be8;width:22px!important;height:205px!important}.timeline-label{text-align:center;font-size:11px!important}.album-toolbar input,.album-toolbar select{color:#111827!important;background:#fff!important;margin-left:14px!important}.album-photo-tile .edit{top:10px!important;right:10px!important}.album-toolbar{gap:22px!important}.album-toolbar label{color:#111827!important;align-items:center!important;gap:14px!important;font-weight:900!important;display:inline-flex!important}.album-toolbar input,.album-toolbar select{color:#111827!important;background:#fff!important;border:1px solid #b9c7db!important;border-radius:12px!important;padding:10px 12px!important;font-weight:800!important}.memory-login-card,.landing-card{text-align:center!important;overflow:hidden!important}.memory-login-card button,.landing-card button,button.sign-in-button{white-space:nowrap!important;justify-content:center!important;align-items:center!important;width:auto!important;min-width:260px!important;max-width:320px!important;margin:18px auto!important;padding:14px 22px!important;font-size:18px!important;line-height:1.1!important;display:inline-flex!important;overflow:visible!important}.memory-login-card h1,.memory-login-card h2,.landing-card h1,.landing-card h2{line-height:1.05!important}.overview-globe-control{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#e3f3fcc7!important;border:2px solid #143752b3!important;border-radius:999px!important;width:118px!important;height:118px!important;box-shadow:0 8px 18px #0f172a33!important}.overview-globe-inner{background:radial-gradient(circle at 32% 32%,#78b476d9 0 10%,#0000 11%),radial-gradient(circle at 62% 38%,#5fa569c7 0 13%,#0000 14%),radial-gradient(circle at 45% 68%,#69aa70cc 0 18%,#0000 19%),linear-gradient(135deg,#9fd3f0 0%,#bfe4f7 52%,#8ecae6 100%)!important;border:1px solid #1f4f6f61!important;border-radius:999px!important;width:82px!important;height:82px!important;overflow:hidden!important}.overview-globe-inner:before{content:"";opacity:.72;background:radial-gradient(at 28%,#559655bf 0 18%,#0000 19%),radial-gradient(at 72% 55%,#589b58b8 0 21%,#0000 22%),radial-gradient(at 50% 18%,#6aaa6eb3 0 14%,#0000 15%);position:absolute;inset:0}.overview-viewport-box{z-index:3;background:0 0!important;border:2px solid #111827!important}.globe-btn,.globe-clear,.globe-center{color:#fff!important;background:#608de1eb!important;border:0!important;border-radius:999px!important;place-items:center!important;width:28px!important;height:28px!important;font-size:14px!important;font-weight:900!important;display:grid!important;box-shadow:0 4px 9px #0f172a2e!important}.globe-center{cursor:pointer;position:absolute;bottom:7px;left:4px}.overview-zoom-level{color:#111827!important;background:#ffffffc7!important;border-radius:999px!important;padding:2px 8px!important;font-size:13px!important;bottom:34px!important}.memory-timeline-panel{border-radius:999px!important;grid-template-columns:1fr!important;align-content:center!important;justify-items:center!important;gap:9px!important;width:94px!important;height:330px!important;padding:12px 10px!important;display:grid!important}.timeline-single-title{color:#12233d;letter-spacing:.02em;font-size:11px;font-weight:900}.timeline-single-rail{cursor:pointer;touch-action:none;background:#1e293bd1;border-radius:999px;width:10px;height:198px;position:relative}.timeline-single-rail.disabled{opacity:.55}.timeline-selected-span{pointer-events:none;background:#94c7ff;border-radius:999px;width:10px;position:absolute;left:0}.timeline-handle{cursor:grab;touch-action:none;z-index:3;background:#78b7fb;border:0;border-radius:999px;width:25px;height:25px;position:absolute;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 10px #0f172a3d}.timeline-handle.start{background:#8cc5ff}.timeline-handle.end{background:#5f9be8}.timeline-date-list{text-align:center;color:#12233d;gap:2px;font-size:10px;font-weight:900;line-height:1.15;display:grid}.timeline-all{color:#12233d!important;font-size:11px!important;font-weight:900!important}.timeline-single-title,.timeline-date-list{display:none!important}.memory-timeline-panel{gap:7px!important;width:116px!important;height:350px!important;padding:10px 8px!important}.timeline-bound-label{text-align:center;color:#12233d;gap:1px;font-size:10px;line-height:1.1;display:grid}.timeline-bound-label span{font-weight:800}.timeline-single-rail{margin:0 auto;width:10px!important;height:210px!important}.timeline-handle{-webkit-user-select:none;user-select:none;touch-action:none;cursor:grab!important;width:26px!important;height:26px!important}.timeline-handle:active{cursor:grabbing!important}.timeline-handle-label{color:#12233d;white-space:nowrap;pointer-events:none;z-index:4;background:#ffffffe0;border:1px solid #94a3b899;border-radius:999px;padding:2px 6px;font-size:10px;font-weight:900;position:absolute;left:20px;transform:translateY(-50%);box-shadow:0 2px 7px #0f172a1f}.timeline-all{margin-top:0!important}.memory-timeline-panel{background:#ffffffd1!important;border-radius:24px!important;gap:3px!important;width:38px!important;min-width:38px!important;height:175px!important;padding:7px 5px!important;top:245px!important;left:18px!important}.timeline-bound-label{font-size:7px!important;font-weight:400!important;line-height:1.05!important}.timeline-bound-label b,.timeline-bound-label span,.timeline-all{font-size:7px!important;font-weight:400!important}.timeline-handle{width:14px!important;height:14px!important}.timeline-handle-label{padding:1px 4px!important;font-size:7px!important;font-weight:400!important;left:11px!important}.timeline-all{gap:2px!important}.timeline-all input{width:10px!important;height:10px!important}.overview-globe-control{background:#dff1fbb8!important;border:1.5px solid #143752a6!important;border-radius:999px!important;width:96px!important;height:96px!important;overflow:visible!important;box-shadow:0 7px 16px #0f172a2e!important}.overview-globe-inner{z-index:1!important;background:radial-gradient(at 26% 42%,#7fbf7b 0 17%,#0000 18%),radial-gradient(at 63% 35%,#6fb371 0 20%,#0000 21%),radial-gradient(at 54% 70%,#86c783 0 24%,#0000 25%),linear-gradient(135deg,#8fcdec 0%,#c9e9f7 55%,#8fcdec 100%)!important;border:1px solid #1f4f6f59!important;border-radius:999px!important;width:auto!important;height:auto!important;position:absolute!important;inset:13px!important;overflow:hidden!important}.overview-globe-inner:before{content:"";z-index:1;background:radial-gradient(at 35% 25%,#71b16bbf 0 16%,#0000 17%),radial-gradient(at 78% 58%,#5b9b59b8 0 22%,#0000 23%),radial-gradient(at 28% 76%,#5d9d60b3 0 18%,#0000 19%);position:absolute;inset:0}.overview-viewport-box{z-index:3!important;border:2px solid #111827!important}.globe-btn,.globe-clear,.globe-center{color:#fff!important;z-index:5!important;background:#5d87dcf2!important;border-radius:999px!important;width:22px!important;min-width:22px!important;height:22px!important;min-height:22px!important;padding:0!important;font-size:11px!important;font-weight:700!important;box-shadow:0 3px 8px #0f172a2e!important}.globe-up{top:-8px!important;left:37px!important}.globe-down{bottom:-8px!important;left:37px!important}.globe-left{top:37px!important;left:-8px!important}.globe-right{top:37px!important;right:-8px!important}.globe-plus{top:9px!important;right:4px!important}.globe-minus{top:9px!important;left:4px!important}.globe-clear{font-size:9px!important;bottom:7px!important;right:7px!important}.globe-center{position:absolute!important;bottom:7px!important;left:7px!important}.overview-zoom-level{z-index:6!important;padding:1px 6px!important;font-size:11px!important;font-weight:700!important;bottom:30px!important}.timeline-all{display:none!important}.memory-timeline-panel{width:38px!important;height:160px!important;padding:6px 4px!important;top:220px!important}.timeline-single-rail{height:92px!important}.timeline-handle-label{font-size:7px!important;font-weight:400!important;left:12px!important}.memory-top-dropdown,.top-page-select,.map-page select:first-of-type{height:38px!important;min-height:38px!important;padding-top:6px!important;padding-bottom:6px!important;line-height:1!important}.bottom-memory-info{margin:1px auto 3px!important;line-height:1.08!important}.memory-timeline-panel{z-index:50000!important;pointer-events:auto!important}.timeline-single-rail,.timeline-handle{pointer-events:auto!important;touch-action:none!important}.timeline-handle{z-index:50002!important}.memory-top-dropdown{box-sizing:border-box!important;border-radius:8px!important;height:22px!important;min-height:22px!important;max-height:22px!important;padding:1px 8px!important;font-size:12px!important;line-height:1!important}.auth-user-bar{height:22px!important;min-height:22px!important;max-height:22px!important;top:16px!important;right:16px!important}.auth-user-bar button{color:#111827!important;background:#ffffffeb!important;border:1px solid #11182740!important;border-radius:8px!important;height:22px!important;min-height:22px!important;max-height:22px!important;padding:1px 10px!important;font-size:12px!important;line-height:1!important;box-shadow:0 4px 10px #0f172a1f!important}.bottom-panel-select,.panel-submemory-select{box-sizing:border-box!important;border-radius:7px!important;height:20px!important;min-height:20px!important;max-height:20px!important;padding:1px 8px!important;font-size:11px!important;line-height:1!important}.bottom-memory-info label{align-items:center!important;gap:4px!important}.bottom-memory-info{font-size:11px!important}.memory-top-dropdown,.map-page .memory-top-dropdown,.map-page>select,.map-page select.memory-top-dropdown,.panel-submemory-select,.bottom-submemory-select,.bottom-memory-info select,.bottom-drawer select,.submemory-select-row select{box-sizing:border-box!important;border-radius:9px!important;height:24px!important;min-height:24px!important;max-height:24px!important;padding:2px 9px!important;font-size:12px!important;font-weight:800!important;line-height:1!important}.auth-user-bar{box-shadow:none!important;background:0 0!important}.auth-user-bar span{display:none!important}.auth-user-bar button{color:#111827!important;background:#ffffffed!important;border:1px solid #b9c7db!important;border-radius:9px!important;height:24px!important;min-height:24px!important;max-height:24px!important;padding:2px 10px!important;font-size:12px!important;font-weight:800!important;line-height:1!important;box-shadow:0 4px 10px #0f172a1f!important}.memory-timeline-panel{border-radius:999px!important;gap:2px!important;width:22px!important;min-width:22px!important;height:145px!important;padding:5px 2px!important;top:205px!important}.timeline-bound-label{height:10px!important;font-size:6px!important;line-height:1!important;overflow:visible!important}.timeline-bound-label b{font-size:6px!important;font-weight:400!important}.timeline-single-rail{width:4px!important;height:82px!important}.timeline-selected-span{width:4px!important}.timeline-handle{border-radius:4px!important;width:12px!important;height:7px!important;transform:translate(-50%,-50%)!important}.timeline-handle-label{border-radius:6px!important;align-items:center!important;height:12px!important;min-height:12px!important;padding:1px 3px!important;font-size:6px!important;font-weight:400!important;line-height:1!important;display:inline-flex!important;left:8px!important}.report-toolbar{justify-content:space-between!important;align-items:center!important;gap:18px!important;margin-bottom:16px!important;display:flex!important}.report-filter-row{align-items:center!important;gap:14px!important;display:flex!important}.report-filter-row label{color:#111827!important;align-items:center!important;gap:10px!important;font-size:18px!important;font-weight:900!important;line-height:1!important;display:inline-flex!important}.report-filter-row select,.report-view-buttons button{color:#111827!important;background:#fff!important;border:1px solid #b9c7db!important;border-radius:14px!important;height:42px!important;min-height:42px!important;padding:8px 18px!important;font-size:18px!important;font-weight:900!important;line-height:1!important;box-shadow:0 4px 12px #0f172a0f!important}.report-filter-row select{min-width:170px!important;margin-left:0!important}@media (width<=900px){.report-toolbar{flex-direction:column!important;align-items:flex-start!important}}.report-filter-row label{color:#111827!important;font-size:16px!important;font-weight:800!important}.report-filter-row select,.report-view-buttons button{color:#111827!important;background:#fff!important;border:1px solid #b9c7db!important;border-radius:14px!important;height:42px!important;padding:8px 18px!important;font-size:16px!important;font-weight:800!important}.page form.editor label{text-align:right!important;grid-template-columns:180px minmax(240px,50%)!important;align-items:center!important;gap:14px!important;display:grid!important}.page form.editor input,.page form.editor textarea,.page form.editor select{width:100%!important;max-width:520px!important}.asset-card{grid-template-rows:1fr 1fr!important;min-height:300px!important;display:grid!important}.asset-card .thumb{place-items:center!important;height:100%!important;min-height:0!important;display:grid!important;overflow:hidden!important}.asset-card h3{margin-top:10px!important}@media (width<=800px){.report-toolbar{grid-template-columns:1fr!important}.report-view-buttons{justify-self:start!important}.page form.editor label{text-align:left!important;grid-template-columns:1fr!important}}.report-toolbar{grid-template-columns:1fr auto!important;align-items:end!important;gap:10px!important;margin:8px 0 14px!important;display:grid!important}.report-filter-row{flex-wrap:wrap!important;align-items:center!important;gap:10px!important;display:flex!important}.report-filter-row label{color:#111827!important;align-items:center!important;gap:8px!important;font-size:13px!important;font-weight:800!important;display:inline-flex!important}.report-filter-row select,.report-view-buttons button{color:#111827!important;background:#fff!important;border:1px solid #b9c7db!important;border-radius:9px!important;height:26px!important;min-height:26px!important;max-height:26px!important;padding:3px 10px!important;font-size:13px!important;font-weight:800!important;line-height:1!important;box-shadow:0 3px 8px #0f172a14!important}.report-filter-row select{min-width:120px!important}.report-view-buttons{justify-self:end!important;gap:8px!important;display:flex!important}.asset-card{grid-template-rows:50% 50%!important;height:250px!important;min-height:250px!important;display:grid!important;overflow:hidden!important}.asset-card .thumb{height:100%!important;min-height:0!important;margin:0!important;overflow:hidden!important}.asset-card p{margin:2px 0!important;line-height:1.15!important}.asset-card .edit{border-radius:10px!important;width:30px!important;min-width:30px!important;height:30px!important;min-height:30px!important;padding:0!important}@media (width<=900px){.report-toolbar{grid-template-columns:1fr!important;align-items:start!important}.report-view-buttons{justify-self:start!important}}.report-toolbar{justify-content:space-between!important;align-items:center!important;gap:12px!important;margin:8px 0 16px!important;display:flex!important}.report-filter-row,.report-view-buttons{align-items:center!important;gap:10px!important;display:flex!important}.report-filter-row label{margin:0!important;line-height:1!important}.asset-card .thumb{flex:0 0 50%!important;height:50%!important;min-height:0!important;max-height:50%!important;margin:0!important}.asset-card .thumb img{object-fit:cover!important;width:100%!important;height:100%!important}.asset-card h3,.asset-card p{flex:none!important}@media (width<=900px){.report-toolbar{flex-direction:column!important;align-items:flex-start!important}}.asset-card{height:250px!important;min-height:250px!important;max-height:250px!important}.asset-card h3{color:#111827!important;text-align:center!important;margin:6px 0 4px!important;font-size:15px!important;font-weight:900!important;line-height:1.08!important}.asset-card p{text-align:left!important;align-self:stretch!important;width:100%!important;padding-left:18px!important;padding-right:12px!important;font-size:14px!important;line-height:1.12!important}.asset-card .people-link,.asset-card p:last-child{font-size:15px!important;font-weight:900!important}.cloud-sync-button{z-index:40000;color:#111827;cursor:pointer;background:#ffffffed;border:1px solid #b9c7db;border-radius:9px;height:24px;padding:2px 10px;font-size:12px;font-weight:800;line-height:1;position:fixed;top:16px;left:205px;box-shadow:0 4px 10px #0f172a1f}.asset-card h3{color:#111827!important;font-size:12px!important;font-weight:900!important}.asset-card p,.asset-card .people-link{font-size:11px!important;line-height:1.08!important}.tile-trash,.tile-remove{z-index:8;cursor:pointer;border:0;border-radius:9px;place-items:center;width:26px;height:26px;font-size:12px;font-weight:900;display:grid;position:absolute;top:8px;left:8px}.tile-trash{color:#fff;background:#ef4444}.tile-remove{color:#111827;background:#f59e0b}.file-button{cursor:pointer;justify-content:center;align-items:center;display:inline-flex}.asset-card h3{font-size:11px!important}.asset-card p,.asset-card .people-link{font-size:10px!important}.asset-card h3{font-size:10.5px!important;font-weight:900!important;line-height:1.05!important}.asset-card p,.asset-card .people-link,.asset-card button.people-link{font-size:9.5px!important;line-height:1.05!important}.asset-card{flex-direction:column!important;height:250px!important;min-height:250px!important;max-height:250px!important;display:flex!important}.asset-card .thumb{flex:0 0 52%!important;height:52%!important;max-height:52%!important}.tile-trash,.tile-remove,.asset-card .edit{border-radius:8px!important;width:24px!important;min-width:24px!important;height:24px!important;min-height:24px!important;padding:0!important;font-size:11px!important}.tile-remove{z-index:9;color:#111827;cursor:pointer;background:#f59e0b;border:0;place-items:center;display:grid;position:absolute;top:8px;left:8px}.collection-manager{margin-bottom:18px}.save-status{color:#111827;background:#ffffffe6;border:1px solid #cbd5e1;border-radius:14px;padding:12px 16px;font-weight:800}.auth-card,.login-card,.signin-card,.home-login-card{text-align:center!important;justify-content:center!important;align-items:center!important;width:min(88vw,520px)!important;max-width:520px!important;margin-inline:auto!important;overflow:hidden!important}.auth-card h1,.login-card h1,.signin-card h1,.home-login-card h1{text-align:center!important;font-size:clamp(34px,5vw,54px)!important;line-height:1.02!important}.auth-card p,.login-card p,.signin-card p,.home-login-card p{text-align:center!important}.auth-card button,.login-card button,.signin-card button,.home-login-card button,.sign-in-button,.login-button{white-space:nowrap!important;text-overflow:ellipsis!important;justify-content:center!important;align-items:center!important;gap:10px!important;width:min(82%,390px)!important;max-width:390px!important;margin-inline:auto!important;padding-inline:20px!important;font-size:clamp(15px,2.2vw,22px)!important;display:flex!important;overflow:hidden!important}.export-package-card{background:#ffffffeb;border:1px solid #cbd5e1;border-radius:18px;margin-bottom:18px;padding:18px;box-shadow:0 12px 30px #0f172a14}.export-package-card h2{margin-top:0}.export-package-card p{max-width:850px}.package-note{color:#475569;margin-top:8px;font-size:12px}.asset-card{position:relative!important}.asset-card .edit{z-index:10!important;position:absolute!important;top:8px!important;right:8px!important}.tile-trash{top:8px!important;left:8px!important}.tile-remove{top:8px!important;left:40px!important}.asset-card .thumb img{object-fit:cover!important}.asset-grid{align-items:start}.asset-card{overflow:hidden!important}.asset-card .thumb{margin-bottom:6px!important}.asset-card h3,.asset-card p{width:100%;text-align:left!important}.asset-card h3{margin:4px 0 3px!important}.asset-card p{margin:2px 0!important}.page select,.page input,.page textarea,.page button,.primary{font-size:14px}.page .primary,.file-button{border-radius:12px;min-height:34px}.sign-in-button,.login-button,.auth-card button,.login-card button,.signin-card button,.home-login-card button{white-space:nowrap!important;box-sizing:border-box!important;width:min(78%,340px)!important;min-width:0!important;max-width:340px!important;padding:12px 18px!important;font-size:clamp(13px,1.8vw,18px)!important}.auth-form{gap:10px;width:min(86%,360px);margin:0 auto 12px;display:grid}.auth-form input{color:#111827;box-sizing:border-box;background:#fffffff5;border:1px solid #bfd0e6;border-radius:12px;width:100%;height:42px;padding:0 12px;font-size:15px}.auth-link-button{color:#2563eb;cursor:pointer;background:0 0;border:0;margin:4px auto 12px;font-weight:800}.auth-message{color:#111827;background:#ffffffe6;border:1px solid #cbd5e1;border-radius:12px;width:min(86%,380px);margin:8px auto 12px;padding:10px 12px;font-size:13px;font-weight:700}.cloud-sync-button{color:#111827;background:#fffffff0;border:1px solid #b8c8dd;border-radius:12px;min-height:34px;padding:0 16px;font-weight:900;box-shadow:0 8px 18px #0f172a14}.cloud-sync-button:disabled{opacity:.7;cursor:wait}.tile-trash{z-index:12!important;color:#991b1b!important;cursor:pointer!important;background:#fee2e2!important;border:1px solid #fecaca!important;place-items:center!important;font-weight:900!important;display:grid!important;position:absolute!important;top:8px!important;left:8px!important}.asset-card .edit{left:auto!important;right:8px!important}.grid-refresh-button{color:#111827;background:#fffffff0;border:1px solid #b8c8dd;border-radius:12px;min-height:34px;margin:8px 0 14px;padding:0 16px;font-weight:900;box-shadow:0 8px 18px #0f172a14}.add-photo-button{justify-content:center;align-items:center;margin:8px auto 18px;display:inline-flex}.modal-backdrop{z-index:2000;background:#0f172a59;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.add-photo-dialog{background:#fffffff5;border:1px solid #cbd5e1;border-radius:22px;width:min(92vw,520px);padding:22px;position:relative;box-shadow:0 24px 70px #0f172a47}.add-photo-dialog label{color:#111827;gap:6px;margin:10px 0;font-weight:900;display:grid}.add-photo-dialog input{color:#111827;background:#fff;border:1px solid #bfd0e6;border-radius:12px;height:38px;padding:0 12px;font-size:14px}.modal-close{cursor:pointer;background:0 0;border:0;font-size:28px;position:absolute;top:10px;right:12px}.dialog-actions{justify-content:flex-end;gap:10px;margin-top:16px;display:flex}.grid-toolbar{flex-wrap:wrap;align-items:center;gap:10px;margin:8px 0 18px;display:flex}.compact-action{color:#111827;cursor:pointer;background:#fffffff0;border:1px solid #b8c8dd;border-radius:12px;min-height:34px;padding:0 14px;font-weight:900;box-shadow:0 8px 18px #0f172a14}.compact-action:disabled{opacity:.7;cursor:wait}.asset-card .tile-trash,.tile-trash{border-radius:12px!important;width:34px!important;height:34px!important;font-size:15px!important}.reports-timeline-panel{background:#ffffffd1;border:1px solid #bfd0e6;border-radius:18px;width:min(92vw,980px);margin:10px auto 22px;padding:12px 14px;box-shadow:0 10px 24px #0f172a12}.reports-timeline-header{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.reports-timeline-header strong{color:#111827;font-size:16px}.reports-timeline-header select,.reports-timeline-header button{color:#111827;background:#fff;border:1px solid #b8c8dd;border-radius:11px;min-height:32px;padding:0 12px;font-weight:800}.reports-timeline-list{gap:10px;margin-top:12px;display:grid}.timeline-year{border-top:1px solid #dbe7f3;padding-top:10px}.timeline-year h2{color:#111827;margin:0 0 4px;font-size:18px}.timeline-month{background:#eff6ffe6;border-radius:12px;align-items:baseline;gap:8px;margin:6px 14px 4px 0;padding:6px 10px;display:inline-flex}.timeline-month h3{margin:0;font-size:14px}.timeline-year p,.timeline-month p{color:#475569;margin:0;font-size:13px}.report-toolbar,.report-filter-row,.report-view-buttons{align-items:center!important}.page-action-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin:8px 0 18px;display:flex}.safe-refresh-button{color:#111827;cursor:pointer;background:#fffffff0;border:1px solid #b8c8dd;border-radius:12px;min-height:34px;padding:0 14px;font-weight:900;box-shadow:0 8px 18px #0f172a14}.add-photo-dialog select{color:#111827;background:#fff;border:1px solid #bfd0e6;border-radius:12px;height:38px;padding:0 12px;font-size:14px}.editor-preview{object-fit:contain;background:#f8fafc;border:1px dashed #bfd0e6;border-radius:16px;width:100%;max-height:220px;margin:4px 0 12px}.add-photo-dialog textarea{color:#111827;resize:vertical;background:#fff;border:1px solid #bfd0e6;border-radius:12px;min-height:76px;padding:10px 12px;font-size:14px}.collection-editor-dialog{background:#fffffff7;border:1px solid #cbd5e1;border-radius:22px;width:min(94vw,720px);max-height:88vh;padding:22px;position:relative;overflow:auto;box-shadow:0 24px 70px #0f172a47}.collection-editor-dialog label{color:#111827;gap:6px;margin:10px 0;font-weight:900;display:grid}.collection-editor-dialog input,.collection-editor-dialog textarea{color:#111827;background:#fff;border:1px solid #bfd0e6;border-radius:12px;padding:10px 12px;font-size:14px}.collection-editor-dialog textarea{min-height:80px}.mini-asset-picker{gap:8px;margin-top:10px;display:grid}.mini-asset-row{cursor:pointer;background:#fff;border:1px solid #dbe7f3;border-radius:14px;grid-template-columns:24px 64px 1fr;align-items:center;padding:8px;gap:10px!important;display:grid!important}.mini-asset-row.selected{background:#eff6ff;border-color:#5b8def}.mini-asset-row img,.mini-no-image{object-fit:cover;color:#64748b;background:#f8fafc;border-radius:10px;place-items:center;width:64px;height:46px;font-size:11px;display:grid}.album-editor-dialog{background:#fffffff7;border:1px solid #cbd5e1;border-radius:22px;width:min(94vw,720px);max-height:88vh;padding:22px;position:relative;overflow:auto;box-shadow:0 24px 70px #0f172a47}.album-editor-dialog label{color:#111827;gap:6px;margin:10px 0;font-weight:900;display:grid}.album-editor-dialog input,.album-editor-dialog textarea{color:#111827;background:#fff;border:1px solid #bfd0e6;border-radius:12px;padding:10px 12px;font-size:14px}.album-editor-dialog textarea{min-height:80px}.memory-editor-dialog{background:#fffffff7;border:1px solid #cbd5e1;border-radius:22px;width:min(94vw,760px);max-height:88vh;padding:22px;position:relative;overflow:auto;box-shadow:0 24px 70px #0f172a47}.memory-editor-dialog label{color:#111827;gap:6px;margin:10px 0;font-weight:900;display:grid}.memory-editor-dialog input,.memory-editor-dialog textarea{color:#111827;background:#fff;border:1px solid #bfd0e6;border-radius:12px;padding:10px 12px;font-size:14px}.memory-editor-dialog textarea{min-height:90px}.two-column-fields{grid-template-columns:1fr 1fr;gap:12px;display:grid}.mini-memory-dot{color:#f97316;place-items:center;width:64px;height:46px;font-size:24px;display:grid}.memory-child-row{grid-template-columns:24px 64px 1fr!important}@media (width<=700px){.two-column-fields{grid-template-columns:1fr}}.add-photo-button{border-radius:12px;min-height:34px;padding:0 14px;font-weight:900}.people-manager-grid,.people-list-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin:16px 0;display:grid}.people-card{background:#ffffffeb;border:1px solid #cbd5e1;border-radius:18px;padding:16px;box-shadow:0 12px 28px #0f172a14}.people-card input{box-sizing:border-box;border:1px solid #bfd0e6;border-radius:12px;width:100%;height:38px;margin:8px 0 10px;padding:0 12px}.people-row{border-top:1px solid #e2e8f0;grid-template-columns:1fr auto 34px;align-items:center;gap:8px;padding:8px 0;display:grid}.people-row span{color:#111827;font-weight:900}.people-row small{color:#64748b}.people-row button{color:#991b1b;cursor:pointer;background:#fee2e2;border:0;border-radius:10px;height:30px}.picker-section{margin:10px 0}.picker-section h3{color:#111827;margin:0 0 8px;font-size:15px}.pill-picker{flex-wrap:wrap;gap:8px;display:flex}.pill-picker button{color:#111827;cursor:pointer;background:#fff;border:1px solid #bfd0e6;border-radius:999px;padding:7px 12px;font-weight:900}.pill-picker button.selected{color:#fff;background:#2563eb;border-color:#2563eb}.pill-picker span{color:#64748b;font-size:13px}.people-editor-dialog{background:#fffffff7;border:1px solid #cbd5e1;border-radius:22px;width:min(94vw,620px);max-height:88vh;padding:22px;position:relative;overflow:auto;box-shadow:0 24px 70px #0f172a47}.people-editor-dialog label{color:#111827;gap:6px;margin:10px 0;font-weight:900;display:grid}.people-editor-dialog input,.people-editor-dialog textarea{color:#111827;background:#fff;border:1px solid #bfd0e6;border-radius:12px;padding:10px 12px;font-size:14px}.people-editor-dialog textarea{min-height:90px}.people-row{grid-template-columns:1fr auto 34px 34px!important}.report-filter-row label select{min-width:132px}.report-filter-row{flex-wrap:wrap}.auth-user-bar{z-index:1001!important;position:fixed!important;top:88px!important;right:18px!important}.auth-user-bar button,.cloud-sync-button,.safe-refresh-button{color:#111827!important;background:#fffffff5!important;border:1px solid #b8c8dd!important;border-radius:14px!important;height:38px!important;min-height:38px!important;padding:0 18px!important;font-size:15px!important;font-weight:900!important;line-height:38px!important;box-shadow:0 8px 18px #0f172a14!important}.cloud-sync-button{z-index:1001!important;position:fixed!important;top:88px!important;left:300px!important}.dialog-actions button,.dialog-actions .primary,.add-photo-dialog .dialog-actions button,.asset-dialog .dialog-actions button{border-radius:12px!important;height:38px!important;min-height:38px!important;padding:0 16px!important;font-size:15px!important;font-weight:900!important;line-height:38px!important}.reports-search-panel{background:#ffffffd1;border:1px solid #cbd5e1;border-radius:18px;width:min(92vw,980px);margin:0 auto 18px;padding:14px}.reports-search-panel h2{text-align:center;margin:0 0 10px;font-size:20px}.asset-card .tile-trash{opacity:1!important;visibility:visible!important;display:grid!important}.auth-user-bar,.cloud-sync-button{top:88px!important}.auth-user-bar button,.cloud-sync-button{border-radius:14px!important;height:38px!important;min-height:38px!important;padding:0 18px!important;font-size:15px!important;font-weight:900!important;line-height:38px!important}.dialog-actions button,.dialog-actions .primary{border-radius:12px!important;height:38px!important;min-height:38px!important;padding:0 16px!important;font-size:15px!important;font-weight:900!important;line-height:38px!important}.dialog-actions button:not(.primary){color:#111827!important;background:#fffffff5!important;border:1px solid #b8c8dd!important}.report-group-section>h2{color:#111827;background:#ffffffe6;border:1px solid #cbd5e1;border-radius:14px;width:min(92vw,1180px);margin:0 auto 12px;padding:10px 14px;font-size:18px;font-weight:900}.reports-search-results,.production-readiness-panel{background:#ffffffe6;border:1px solid #cbd5e1;border-radius:18px;width:min(92vw,980px);margin:12px auto 18px;padding:14px;box-shadow:0 12px 28px #0f172a12}.search-result-row{border-top:1px solid #e2e8f0;grid-template-columns:110px 1fr 2fr;align-items:center;gap:10px;padding:8px 0;display:grid}.search-result-row strong{color:#111827}.search-result-row span{color:#111827;font-weight:900}.search-result-row small{color:#475569}@media (width<=700px){.search-result-row{grid-template-columns:1fr}}.reports-compact-page{padding-top:22px!important}.reports-topbar{grid-template-columns:220px 190px 1fr 150px;align-items:center;gap:16px;width:min(96vw,1500px);margin:0 auto 14px;display:grid}.reports-topbar h1{text-align:center;margin:0;font-size:34px}.reports-topbar select,.cloud-sync-button-inline,.reports-signout-spacer{color:#111827;background:#fffffff5;border:1px solid #b8c8dd;border-radius:14px;height:48px;padding:0 16px;font-weight:900;box-shadow:0 8px 18px #0f172a14}.reports-signout-spacer{visibility:hidden}.reports-controls-panel{background:#ffffffe0;border:1px solid #cbd5e1;border-radius:18px;grid-template-columns:230px minmax(260px,1fr) 160px 190px 210px 180px;align-items:end;gap:14px;width:min(96vw,1500px);margin:0 auto 18px;padding:18px 22px;display:grid;box-shadow:0 12px 28px #0f172a0f}.reports-controls-panel label{color:#111827;gap:8px;font-weight:900;display:grid}.reports-controls-panel select,.reports-controls-panel input{color:#111827;box-sizing:border-box;background:#fff;border:1px solid #bfd0e6;border-radius:14px;height:46px;padding:0 14px;font-size:15px}.reports-search-control input,.reports-global-search input{width:100%}.reports-action-button{white-space:nowrap;border-radius:14px!important;height:46px!important}.reports-view-toggle{background:#fff;border:1px solid #bfd0e6;border-radius:14px;grid-template-columns:repeat(3,1fr);height:46px;display:grid;overflow:hidden}.reports-view-toggle button{color:#111827;cursor:pointer;background:#fff;border:0;border-right:1px solid #dbe7f3;font-size:20px;font-weight:900}.reports-view-toggle button:last-child{border-right:0}.report-group-section{width:min(96vw,1500px);margin:0 auto 26px}.report-group-section .asset-grid{justify-content:start!important;margin-top:0!important}.reports-grid-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))!important;gap:22px!important;display:grid!important}.reports-details-grid{grid-template-columns:repeat(auto-fill,minmax(360px,1fr))!important;gap:22px!important;display:grid!important}.reports-card{width:auto!important;min-height:0!important}.reports-table{background:#ffffffeb;border:1px solid #cbd5e1;border-radius:16px;width:100%;overflow:hidden}.reports-table-row{border-top:1px solid #e2e8f0;grid-template-columns:1.2fr 140px 2fr 60px;align-items:center;gap:12px;padding:12px 14px;display:grid}.reports-table-row:first-child{border-top:0}.compact-results{width:min(96vw,1500px)!important}@media (width<=1000px){.reports-topbar{grid-template-columns:1fr}.reports-topbar h1{order:-1}.reports-controls-panel{grid-template-columns:1fr}}body:has(.reports-compact-page) .auth-user-bar{display:none!important}body:has(.reports-compact-page)>.cloud-sync-button{display:none!important}body:has(.reports-compact-page) .app-shell>.cloud-sync-button{display:none!important}body:has(.reports-compact-page) .top-controls>.cloud-sync-button{display:none!important}.reports-compact-page{box-sizing:border-box!important;width:100%!important;max-width:100vw!important;padding:18px 18px 40px!important;overflow-x:hidden!important}.reports-topbar,.reports-controls-panel,.report-group-section,.compact-results{box-sizing:border-box!important;width:100%!important;max-width:1320px!important}.reports-topbar{grid-template-columns:180px 170px minmax(180px,1fr) 140px!important;margin:0 auto 12px!important}.reports-controls-panel{grid-template-columns:190px minmax(260px,1fr) 140px 170px 170px 150px!important;gap:12px!important;margin:0 auto 16px!important;padding:14px 16px!important;overflow:hidden!important}.reports-topbar select,.cloud-sync-button-inline,.reports-signout-inline,.reports-controls-panel select,.reports-controls-panel input,.reports-action-button,.reports-view-toggle{box-sizing:border-box!important;height:40px!important;min-height:40px!important;font-size:14px!important}.reports-topbar h1{font-size:30px!important}.reports-signout-spacer{display:none!important}.reports-signout-inline{visibility:visible!important;color:#111827!important;background:#fffffff5!important;border:1px solid #b8c8dd!important;border-radius:14px!important;padding:0 16px!important;font-weight:900!important;box-shadow:0 8px 18px #0f172a14!important}@media (width<=1100px){.reports-topbar{grid-template-columns:1fr 1fr!important}.reports-topbar h1{order:-1;grid-column:1/-1}.reports-controls-panel{grid-template-columns:1fr 1fr!important}.reports-global-search{grid-column:1/-1!important}}@media (width<=650px){.reports-compact-page{padding:12px 10px 32px!important}.reports-topbar,.reports-controls-panel{grid-template-columns:1fr!important}.reports-controls-panel{padding:12px!important}}body.urlwl-reports-active .auth-user-bar,body.urlwl-reports-active .cloud-sync-button,body.urlwl-reports-active .memory-top-dropdown,body.urlwl-reports-active .top-nav,body.urlwl-reports-active .app-topbar>select,body.urlwl-reports-active .app-topbar .cloud-sync-button{display:none!important}body.urlwl-reports-active{overflow-x:hidden!important}.reports-compact-page{max-width:100vw!important;margin:0!important;padding:12px 16px 40px!important;overflow-x:hidden!important}.reports-topbar h1{margin:0!important;font-size:30px!important;line-height:1!important}.reports-controls-panel{grid-template-columns:210px minmax(260px,1fr) 150px 170px 170px 150px!important;align-items:end!important;gap:10px!important;width:100%!important;max-width:1280px!important;margin:0 auto 14px!important;padding:12px!important;display:grid!important;overflow:hidden!important}.reports-topbar select,.cloud-sync-button-inline,.reports-signout-inline,.reports-controls-panel select,.reports-controls-panel input,.reports-action-button,.reports-view-toggle{box-sizing:border-box!important;width:100%!important;height:38px!important;min-height:38px!important;font-size:14px!important}.report-group-section,.compact-results{width:100%!important;max-width:1280px!important;margin-left:auto!important;margin-right:auto!important}@media (width<=1200px){.reports-controls-panel{grid-template-columns:1fr 1fr 1fr!important}}@media (width<=760px){.reports-topbar,.reports-controls-panel{grid-template-columns:1fr!important}.reports-topbar h1{text-align:center;order:-1}}.reports-topbar{grid-template-columns:220px 220px 1fr 160px!important;align-items:center!important;gap:12px!important;width:100%!important;max-width:1320px!important;margin:0 auto 8px!important;display:grid!important}.reports-topbar h1{text-align:center!important;margin:0!important;font-size:34px!important;line-height:40px!important}.reports-topbar select,.cloud-sync-button-inline,.reports-signout-inline{color:#111827!important;box-sizing:border-box!important;background:#fffffff5!important;border:1px solid #b8c8dd!important;border-radius:14px!important;width:100%!important;height:42px!important;min-height:42px!important;padding:0 16px!important;font-size:15px!important;font-weight:900!important;box-shadow:0 8px 18px #0f172a14!important}.reports-controls-panel{grid-template-columns:180px minmax(240px,1fr) 145px 170px 150px 150px!important;align-items:end!important;gap:10px!important;width:100%!important;max-width:1320px!important;margin:0 auto 14px!important;padding:12px!important;display:grid!important}.reports-controls-panel label{gap:5px!important;font-size:13px!important}.reports-global-search{grid-column:1/-1!important}.reports-global-search input{height:38px!important}@media (width<=900px){.reports-topbar{grid-template-columns:1fr 1fr!important}.reports-topbar h1{order:-1!important;grid-column:1/-1!important}.reports-controls-panel{grid-template-columns:1fr 1fr!important}}@media (width<=560px){.reports-topbar,.reports-controls-panel{grid-template-columns:1fr!important}}.reports-topbar{grid-template-columns:150px 150px 1fr 120px!important;gap:10px!important}.reports-topbar select,.cloud-sync-button-inline,.reports-signout-inline{border-radius:12px!important;height:36px!important;min-height:36px!important;padding:0 12px!important;font-size:14px!important}.reports-controls-panel{grid-template-columns:150px minmax(260px,1fr) 120px 150px 150px 140px!important;gap:9px!important;padding:10px 12px!important}.reports-controls-panel select,.reports-controls-panel input,.reports-action-button,.reports-view-toggle{border-radius:11px!important;height:36px!important;min-height:36px!important;font-size:13px!important}.reports-action-button{padding:0 10px!important}.reports-topbar h1{font-size:30px!important;line-height:36px!important}.reports-global-search,.reports-search-results,body.urlwl-reports-active .auth-user-bar,body.urlwl-reports-active .cloud-sync-button,body.urlwl-reports-active .memory-top-dropdown{display:none!important}.reports-compact-page{padding:10px 14px 36px!important;overflow-x:hidden!important}.reports-two-line-header{grid-template-columns:150px 140px 1fr 110px;align-items:center;gap:8px;width:100%;max-width:1280px;margin:0 auto 14px;display:grid}.reports-two-line-header h1{text-align:center;margin:0;font-size:30px;line-height:36px}.reports-two-line-header select,.reports-two-line-header input,.reports-two-line-header button{color:#111827;box-sizing:border-box;background:#fffffff5;border:1px solid #b8c8dd;border-radius:11px;height:36px;min-height:36px;padding:0 10px;font-size:14px;font-weight:900}.reports-two-line-header input{font-weight:500}.reports-view-toggle{grid-template-columns:repeat(3,1fr);display:grid;overflow:hidden;padding:0!important}.reports-view-toggle button{border:0;border-right:1px solid #dbe7f3;border-radius:0}.reports-view-toggle button.active{color:#fff;background:#2563eb}.report-group-section,.reports-table,.reports-compact-page>.asset-grid{width:100%;max-width:1280px;margin-left:auto!important;margin-right:auto!important}.reports-grid-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))!important}@media (width<=760px){.reports-two-line-header{grid-template-columns:1fr 1fr}.reports-two-line-header h1{order:-1;grid-column:1/-1}}.reports-reference-topbar{border-bottom:1px solid #94a3b859;grid-template-columns:160px 190px 1fr 150px;align-items:center;gap:16px;width:100%;max-width:1500px;margin:0 auto 18px;padding-bottom:14px;display:grid}.reports-reference-topbar h1{text-align:center;color:#111827;margin:0;font-size:34px;line-height:40px}.reports-reference-topbar select,.reports-reference-topbar button{color:#111827;background:#fffffff5;border:1px solid #bfd0e6;border-radius:13px;height:44px;padding:0 14px;font-size:15px;font-weight:900;box-shadow:0 8px 18px #0f172a0f}.reports-reference-topbar .reports-signout-red{color:#fff!important;background:#dc2626!important;border-color:#b91c1c!important}.reports-reference-controls{background:#ffffffe6;border:1px solid #cbd5e1;border-radius:17px;grid-template-columns:240px minmax(340px,1fr) 150px 180px 205px;align-items:end;gap:22px;width:100%;max-width:1500px;margin:0 auto 26px;padding:18px 22px;display:grid;box-shadow:0 12px 28px #0f172a0f}.reports-reference-controls label{color:#111827;gap:8px;font-size:15px;font-weight:900;display:grid}.reports-reference-controls select,.reports-reference-controls input{color:#111827;box-sizing:border-box;background:#fff;border:1px solid #bfd0e6;border-radius:13px;height:48px;padding:0 16px;font-size:15px}.reports-reference-search input{width:100%}.reports-primary-btn{white-space:nowrap!important;border-radius:13px!important;height:48px!important;min-height:48px!important;padding:0 18px!important}.reports-reference-toggle{background:#fff!important;border:1px solid #bfd0e6!important;border-radius:13px!important;grid-template-columns:repeat(3,1fr)!important;height:48px!important;display:grid!important;overflow:hidden!important}.reports-reference-toggle button{color:#111827!important;background:#fff!important;border:0!important;border-right:1px solid #dbe7f3!important;font-size:20px!important}.reports-reference-toggle button:last-child{border-right:0!important}.reports-reference-toggle button.active{color:#fff!important;background:#2563eb!important}.reports-reference-grid,.reports-reference-table{width:100%;max-width:1500px;margin-left:auto!important;margin-right:auto!important}.reports-reference-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))!important;gap:24px!important;display:grid!important}.reports-reference-grid .reports-card{width:auto!important}@media (width<=1050px){.reports-reference-topbar{grid-template-columns:1fr 1fr}.reports-reference-topbar h1{order:-1;grid-column:1/-1}.reports-reference-controls{grid-template-columns:1fr 1fr}.reports-reference-toggle{grid-column:1/-1}}@media (width<=650px){.reports-reference-page{padding:12px 10px 32px!important}.reports-reference-topbar,.reports-reference-controls{grid-template-columns:1fr}.reports-reference-topbar h1{grid-column:auto}}.memory-top-dropdown,.cloud-sync-button,.auth-user-bar button,.safe-refresh-button{border-radius:10px!important;height:34px!important;min-height:34px!important;padding:0 12px!important;font-size:14px!important;font-weight:800!important;line-height:34px!important}.auth-user-bar{top:74px!important;right:18px!important}.cloud-sync-button{top:74px!important;left:240px!important}.reports-reference-page{padding:10px 14px 36px!important}.reports-reference-topbar{grid-template-columns:160px 160px 1fr 120px!important;gap:12px!important;max-width:1500px!important;margin-bottom:10px!important;padding-bottom:10px!important}.reports-reference-topbar select,.reports-reference-topbar button{border-radius:10px!important;height:34px!important;min-height:34px!important;padding:0 12px!important;font-size:14px!important}.reports-reference-topbar h1{text-align:center!important;font-size:32px!important;line-height:34px!important}.reports-signout-red{color:#fff!important;background:#dc2626!important;border-color:#b91c1c!important}.reports-reference-controls{grid-template-columns:230px minmax(340px,1fr) 140px 170px 190px!important;gap:18px!important;max-width:1500px!important;margin-bottom:22px!important;padding:16px 20px!important}.reports-reference-controls label{font-size:14px!important}.reports-reference-controls select,.reports-reference-controls input,.reports-primary-btn,.reports-reference-toggle{border-radius:11px!important;height:42px!important;min-height:42px!important;font-size:14px!important}.reports-primary-btn{width:auto!important;padding:0 18px!important}.reports-reference-toggle{width:190px!important}.reports-reference-grid .reports-card{width:auto!important;min-width:0!important}@media (width<=1150px){.reports-reference-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (width<=850px){.reports-reference-topbar,.reports-reference-controls{grid-template-columns:1fr 1fr!important}.reports-reference-topbar h1{order:-1!important;grid-column:1/-1!important}.reports-reference-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=560px){.reports-reference-topbar,.reports-reference-controls,.reports-reference-grid{grid-template-columns:1fr!important}}body.urlwl-unified-page .auth-user-bar,body.urlwl-unified-page .cloud-sync-button,body.urlwl-unified-page .memory-top-dropdown{display:none!important}body:has(.unified-content-page) .auth-user-bar{display:none!important}body:has(.unified-content-page) .cloud-sync-button{display:none!important}body:has(.unified-content-page) .memory-top-dropdown{display:none!important}.unified-content-page,.reports-reference-page{padding:10px 14px 36px!important;overflow-x:hidden!important}.unified-page-header h1{text-align:center;color:#111827;margin:0;font-size:32px;line-height:34px}.unified-page-header select,.unified-page-header button,.reports-row-two select,.reports-row-two input,.compact-view-toggle{color:#111827!important;box-sizing:border-box!important;background:#fffffff5!important;border:1px solid #bfd0e6!important;border-radius:10px!important;width:auto!important;height:34px!important;min-height:34px!important;padding:0 12px!important;font-size:14px!important;font-weight:800!important}.compact-view-toggle{overflow:hidden;grid-template-columns:repeat(3,42px)!important;padding:0!important;display:grid!important}.compact-view-toggle button:last-child{border-right:0!important}.reports-reference-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:22px!important;max-width:1500px!important}.reports-reference-grid .reports-thumb{height:185px!important}@media (width<=1050px){.unified-page-header{grid-template-columns:auto auto 1fr auto}.reports-row-two{grid-template-columns:auto 1fr}.compact-view-toggle{grid-column:1/-1}.reports-reference-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=600px){.unified-page-header,.reports-row-two,.reports-reference-grid{grid-template-columns:1fr!important}.unified-page-header h1{order:-1}}body.urlwl-page-header-active .memory-top-dropdown,body.urlwl-page-header-active .cloud-sync-button,body.urlwl-page-header-active .auth-user-bar{display:none!important}body:has(.unified-page-header) .memory-top-dropdown{display:none!important}body:has(.unified-page-header) .cloud-sync-button{display:none!important}body:has(.unified-page-header) .auth-user-bar{display:none!important}.unified-page-header{border-bottom:1px solid #94a3b859!important;grid-template-columns:max-content max-content 1fr max-content!important;align-items:center!important;gap:12px!important;width:100%!important;max-width:1500px!important;margin:0 auto 14px!important;padding-bottom:10px!important;display:grid!important}.unified-page-header h1{text-align:center!important;margin:0!important;font-size:32px!important;line-height:34px!important}.unified-page-header select,.unified-page-header button,.memory-top-dropdown,.cloud-sync-button,.auth-user-bar button{box-sizing:border-box!important;border-radius:10px!important;width:auto!important;height:34px!important;min-height:34px!important;padding:0 12px!important;font-size:14px!important;font-weight:800!important;line-height:34px!important}.unified-page-header .signout-red,.signout-red{color:#fff!important;background:#dc2626!important;border-color:#b91c1c!important}body:not(.urlwl-page-header-active) .memory-top-dropdown{z-index:1001!important;position:fixed!important;top:74px!important;left:18px!important}body:not(.urlwl-page-header-active) .cloud-sync-button{z-index:1001!important;position:fixed!important;top:74px!important;left:250px!important}body:not(.urlwl-page-header-active) .auth-user-bar{z-index:1001!important;position:fixed!important;top:74px!important;right:18px!important}body:not(.urlwl-page-header-active) .auth-user-bar button{color:#fff!important;background:#dc2626!important;border-color:#b91c1c!important}body.urlwl-reports-active .auth-user-bar,body.urlwl-reports-active .cloud-sync-button,body.urlwl-reports-active .memory-top-dropdown{display:none!important}.reports-reference-page,.unified-content-page{padding:10px 14px 36px!important;overflow-x:hidden!important}.reports-reference-topbar,.reports-reference-controls{display:none!important}.reports-row-two select,.reports-row-two input,.compact-view-toggle{border-radius:10px!important;height:34px!important;min-height:34px!important;font-size:14px!important}.compact-view-toggle{grid-template-columns:repeat(3,42px)!important;width:auto!important;padding:0!important;display:grid!important;overflow:hidden!important}.compact-view-toggle button{color:#111827!important;background:#fff!important;border:0!important;border-right:1px solid #dbe7f3!important;border-radius:0!important;padding:0!important;font-size:18px!important}.compact-view-toggle button.active{color:#fff!important;background:#2563eb!important}.reports-reference-grid,.reports-grid-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:22px!important;width:100%!important;max-width:1500px!important;margin-left:auto!important;margin-right:auto!important;display:grid!important}.reports-reference-grid .reports-card,.reports-card{width:auto!important;min-width:0!important}.page:has(.unified-page-header) .page-action-row{justify-content:center!important;gap:12px!important;width:100%!important;max-width:1500px!important;margin:0 auto 12px!important;display:flex!important}.page:has(.unified-page-header) .search{border-radius:10px!important;width:100%!important;max-width:1500px!important;height:34px!important;margin:0 auto 20px!important;display:block!important}.page-action-row .safe-refresh-button{display:none!important}@media (width<=1150px){.reports-reference-grid,.reports-grid-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (width<=850px){.unified-page-header,.reports-row-two{grid-template-columns:1fr 1fr!important}.unified-page-header h1{order:-1!important;grid-column:1/-1!important}.compact-view-toggle{grid-column:1/-1!important}.reports-reference-grid,.reports-grid-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=560px){.unified-page-header,.reports-row-two,.reports-reference-grid,.reports-grid-grid{grid-template-columns:1fr!important}}.memory-top-dropdown,.cloud-sync-button,.auth-user-bar button,.safe-refresh-button{box-sizing:border-box!important;border-radius:10px!important;width:auto!important;height:34px!important;min-height:34px!important;padding:0 12px!important;font-size:14px!important;font-weight:800!important;line-height:34px!important}.auth-user-bar button,.signout-red{color:#fff!important;background:#dc2626!important;border-color:#b91c1c!important}body.urlwl-reports-active .memory-top-dropdown,body.urlwl-reports-active .cloud-sync-button,body.urlwl-reports-active .auth-user-bar{display:none!important}.reports-reference-page{box-sizing:border-box!important;width:100%!important;max-width:none!important;padding:10px 16px 36px!important;overflow-x:hidden!important}.reports-dashboard-header h1{text-align:center!important;color:#111827!important;margin:0!important;font-size:30px!important;line-height:34px!important}.reports-dashboard-header select,.reports-dashboard-header button{color:#111827!important;box-sizing:border-box!important;background:#fffffff5!important;border:1px solid #bfd0e6!important;border-radius:10px!important;width:auto!important;height:34px!important;min-height:34px!important;padding:0 12px!important;font-size:14px!important;font-weight:800!important;line-height:34px!important}.reports-row-two{box-sizing:border-box!important;background:#ffffffe6!important;border:1px solid #cbd5e1!important;border-radius:16px!important;grid-template-columns:max-content 210px max-content minmax(320px,1fr) max-content!important;align-items:center!important;gap:12px!important;width:100%!important;max-width:1500px!important;margin:0 auto 20px!important;padding:12px 16px!important;display:grid!important}.reports-row-two span{color:#111827!important;white-space:nowrap!important;font-weight:900!important}.reports-row-two select,.reports-row-two input,.compact-view-toggle{box-sizing:border-box!important;border-radius:10px!important;height:34px!important;min-height:34px!important;font-size:14px!important}.compact-view-toggle,.reports-view-toggle{grid-template-columns:repeat(3,42px)!important;width:auto!important;padding:0!important;display:grid!important;overflow:hidden!important}.compact-view-toggle button,.reports-view-toggle button{color:#111827!important;background:#fff!important;border:0!important;border-right:1px solid #dbe7f3!important;border-radius:0!important;height:34px!important;min-height:34px!important;padding:0!important;font-size:18px!important}.compact-view-toggle button.active,.reports-view-toggle button.active{color:#fff!important;background:#2563eb!important}.reports-reference-grid,.reports-grid-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;justify-content:stretch!important;gap:22px!important;width:100%!important;max-width:1500px!important;margin:0 auto!important;display:grid!important}.reports-reference-grid .reports-card,.reports-card{width:auto!important;min-width:0!important;max-width:none!important}.reports-reference-grid .reports-thumb,.reports-thumb{height:170px!important}body:not(.urlwl-reports-active) .unified-page-header,body:not(.urlwl-reports-active) .reports-dashboard-header,#root .page:not(.reports-reference-page) .safe-refresh-button{display:none!important}#root .page:not(.reports-reference-page) .search{border-radius:10px!important;width:calc(100% - 48px)!important;max-width:1500px!important;height:34px!important}@media (width<=1150px){.reports-reference-grid,.reports-grid-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (width<=850px){.reports-dashboard-header,.reports-row-two{grid-template-columns:1fr 1fr!important}.reports-dashboard-header h1{order:-1!important;grid-column:1/-1!important}.compact-view-toggle,.reports-view-toggle{grid-column:1/-1!important}.reports-reference-grid,.reports-grid-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=560px){.reports-dashboard-header,.reports-row-two,.reports-reference-grid,.reports-grid-grid{grid-template-columns:1fr!important}}body:not(.urlwl-reports-active) .memory-top-dropdown{z-index:2000!important;width:auto!important;min-width:170px!important;position:fixed!important;top:72px!important;left:20px!important}body:not(.urlwl-reports-active) .cloud-sync-button{z-index:2000!important;width:auto!important;position:fixed!important;top:72px!important;left:220px!important}.memory-top-dropdown,.cloud-sync-button,.auth-user-bar button,.reports-dashboard-header select,.reports-dashboard-header button,.reports-row-two select,.reports-row-two input,.reports-view-toggle,.compact-view-toggle{box-sizing:border-box!important;border-radius:10px!important;height:34px!important;min-height:34px!important;padding:0 12px!important;font-size:14px!important;font-weight:800!important;line-height:34px!important}body:not(.urlwl-reports-active) .map-controls,body:not(.urlwl-reports-active) .zoom-controls,body:not(.urlwl-reports-active) .map-joystick,body:not(.urlwl-reports-active) .pan-control{margin-top:58px!important}#root .page h1{margin-top:0!important}#root .page .page-action-row{margin-top:0!important;margin-bottom:14px!important}#root .page .search{border-radius:10px!important;height:34px!important;margin-top:0!important;margin-bottom:18px!important}.reports-dashboard-header .signout-red{color:#fff!important;background:#dc2626!important;border-color:#b91c1c!important}.reports-row-two{background:#ffffffe6!important;border:1px solid #cbd5e1!important;border-radius:16px!important;grid-template-columns:max-content 210px max-content minmax(320px,1fr) max-content!important;align-items:center!important;gap:12px!important;width:100%!important;max-width:1500px!important;margin:0 auto 18px!important;padding:12px 16px!important;display:grid!important}.reports-row-two span{white-space:nowrap!important;font-weight:900!important}.reports-view-toggle,.compact-view-toggle{grid-template-columns:repeat(3,42px)!important;width:auto!important;padding:0!important;display:grid!important;overflow:hidden!important}.reports-view-toggle button,.compact-view-toggle button{color:#111827!important;background:#fff!important;border:0!important;border-right:1px solid #dbe7f3!important;border-radius:0!important;height:34px!important;padding:0!important}.reports-view-toggle button.active,.compact-view-toggle button.active{color:#fff!important;background:#2563eb!important}.reports-card{width:auto!important;min-width:0!important;max-width:none!important}.reports-thumb{height:165px!important}@media (width<=980px){.reports-reference-grid,.reports-grid-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (width<=760px){.reports-dashboard-header,.reports-row-two{grid-template-columns:1fr 1fr!important}.reports-dashboard-header h1{order:-1!important;grid-column:1/-1!important}.reports-view-toggle,.compact-view-toggle{grid-column:1/-1!important}.reports-reference-grid,.reports-grid-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=520px){.reports-dashboard-header,.reports-row-two,.reports-reference-grid,.reports-grid-grid{grid-template-columns:1fr!important}}.reports-reference-page{padding:8px 14px 36px!important;overflow-x:hidden!important}.reports-dashboard-header{border-bottom:1px solid #94a3b859!important;grid-template-columns:auto auto 1fr auto!important;align-items:center!important;gap:12px!important;width:100%!important;max-width:1500px!important;margin:0 auto 10px!important;padding-bottom:8px!important;display:grid!important}.reports-dashboard-header h1{text-align:center!important;margin:0!important;font-size:24px!important;line-height:32px!important}.reports-dashboard-header select,.reports-dashboard-header button,.reports-row-two select,.reports-row-two input,.reports-view-toggle,.compact-view-toggle{box-sizing:border-box!important;border-radius:9px!important;width:auto!important;height:32px!important;min-height:32px!important;padding:0 10px!important;font-size:13px!important;font-weight:800!important;line-height:32px!important}.reports-row-two{grid-template-columns:auto 180px auto minmax(260px,1fr) auto!important;gap:10px!important;margin-top:0!important;margin-bottom:14px!important;padding:10px 14px!important}.reports-row-two span{font-size:13px!important;line-height:32px!important}.reports-view-toggle,.compact-view-toggle{grid-template-columns:repeat(3,36px)!important;padding:0!important;display:grid!important;overflow:hidden!important}.reports-card strong,.asset-card strong{font-size:12px!important}.reports-card .reports-thumb,.reports-thumb{height:145px!important}.reports-reference-grid,.reports-grid-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}@media (width<=850px){.reports-dashboard-header,.reports-row-two{grid-template-columns:1fr 1fr!important}.reports-dashboard-header h1{order:-1!important;grid-column:1/-1!important}}@media (width<=980px){.reports-reference-grid,.reports-grid-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (width<=760px){.reports-dashboard-header,.reports-row-two{grid-template-columns:1fr 1fr!important}.reports-dashboard-header h1{order:-1!important;grid-column:1/-1!important}.reports-view-toggle,.compact-view-toggle{grid-column:1/-1!important}}body.urlwl-reports-active .memory-top-dropdown,body.urlwl-reports-active .cloud-sync-button,body.urlwl-reports-active .auth-user-bar,body.urlwl-reports-active .unified-page-header{display:none!important}.reports-reference-page{box-sizing:border-box!important;width:100%!important;max-width:none!important;margin:0!important;padding:8px 14px 36px!important;overflow-x:hidden!important}.reports-dashboard-header{border-bottom:1px solid #94a3b859!important;grid-template-columns:max-content max-content 1fr max-content!important;align-items:center!important;gap:10px!important;width:100%!important;max-width:1500px!important;margin:0 auto 10px!important;padding:0 0 8px!important;display:grid!important}.reports-dashboard-header h1{text-align:center!important;color:#111827!important;margin:0!important;font-size:24px!important;line-height:32px!important;display:block!important}.reports-dashboard-header select,.reports-dashboard-header button{color:#111827!important;box-sizing:border-box!important;white-space:nowrap!important;background:#fffffff5!important;border:1px solid #bfd0e6!important;border-radius:9px!important;justify-content:center!important;align-items:center!important;width:auto!important;height:32px!important;min-height:32px!important;padding:0 10px!important;font-size:13px!important;font-weight:800!important;line-height:32px!important;display:inline-flex!important}.reports-dashboard-header .signout-red,.signout-red{color:#fff!important;background:#dc2626!important;border-color:#b91c1c!important}.reports-row-two{box-sizing:border-box!important;grid-template-columns:max-content 180px max-content minmax(260px,1fr) max-content!important;align-items:center!important;gap:10px!important;width:100%!important;max-width:1500px!important;margin:0 auto 14px!important;padding:10px 14px!important;display:grid!important}.reports-row-two span{white-space:nowrap!important;font-size:13px!important;font-weight:900!important;line-height:32px!important}.reports-row-two select,.reports-row-two input{border-radius:9px!important;height:32px!important;min-height:32px!important;font-size:13px!important}.reports-row-two input{width:100%!important}.reports-view-toggle,.compact-view-toggle{grid-template-columns:repeat(3,36px)!important;width:auto!important;height:32px!important;min-height:32px!important;padding:0!important;display:grid!important;overflow:hidden!important}.reports-view-toggle button,.compact-view-toggle button{height:32px!important;min-height:32px!important;padding:0!important;font-size:14px!important}.reports-reference-grid,.reports-grid-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;width:100%!important;max-width:1500px!important;margin:0 auto!important;display:grid!important}.reports-card,.reports-reference-grid .reports-card{width:auto!important;min-width:0!important;max-width:none!important}.reports-card h3,.asset-card h3{margin:7px 0 4px!important;font-size:13px!important;line-height:16px!important}.reports-card p,.asset-card p{margin:2px 0!important;font-size:11px!important;line-height:14px!important}.reports-thumb,.reports-card .reports-thumb{height:145px!important}@media (width<=980px){.reports-reference-grid,.reports-grid-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (width<=760px){.reports-dashboard-header,.reports-row-two{grid-template-columns:1fr 1fr!important}.reports-dashboard-header h1{order:-1!important;grid-column:1/-1!important}.reports-view-toggle,.compact-view-toggle{grid-column:1/-1!important}}.map-controls,.zoom-controls,.map-joystick,.pan-control,.map-navigation,.map-nav-circle{margin-top:84px!important}.memory-top-dropdown{min-width:210px!important}body:not(.urlwl-reports-active) .memory-top-dropdown,body:not(.urlwl-reports-active) .cloud-sync-button,body:not(.urlwl-reports-active) .auth-user-bar{z-index:6000!important;position:fixed!important;top:58px!important}body:not(.urlwl-reports-active) .memory-top-dropdown{min-width:210px!important;left:18px!important}body:not(.urlwl-reports-active) .cloud-sync-button{left:245px!important}.map-controls,.zoom-controls,.map-joystick,.pan-control,.map-navigation,.map-nav-circle,[class*=joystick],[class*=zoom-control],[class*=map-control]{transform:translateY(96px)!important}.timeline-slider,.map-timeline,[class*=timeline]{transform:translateY(82px)!important}.memory-top-dropdown,.cloud-sync-button,.auth-user-bar button{box-sizing:border-box!important;border-radius:10px!important;width:auto!important;height:34px!important;min-height:34px!important;padding:0 12px!important;font-size:14px!important;font-weight:800!important;line-height:34px!important}body:not(.urlwl-reports-active) .memory-top-dropdown,body:not(.urlwl-reports-active) .cloud-sync-button,body:not(.urlwl-reports-active) .auth-user-bar{z-index:7000!important;position:fixed!important;top:58px!important;transform:none!important}body:not(.urlwl-reports-active) .memory-top-dropdown{width:auto!important;min-width:170px!important;left:18px!important}body:not(.urlwl-reports-active) .cloud-sync-button{width:auto!important;left:205px!important}body:not(.urlwl-reports-active) .auth-user-bar{right:18px!important}body:not(.urlwl-reports-active) .memory-top-dropdown,body:not(.urlwl-reports-active) .cloud-sync-button,body:not(.urlwl-reports-active) .auth-user-bar button{box-sizing:border-box!important;border-radius:9px!important;height:32px!important;min-height:32px!important;padding:0 10px!important;font-size:13px!important;font-weight:800!important;line-height:32px!important}body:not(.urlwl-reports-active) .auth-user-bar button{color:#fff!important;background:#dc2626!important;border-color:#b91c1c!important}.map-controls,.zoom-controls,.map-joystick,.pan-control,.map-navigation,.map-nav-circle,[class*=joystick],[class*=zoom-control],[class*=map-control],.timeline-slider,.map-timeline,[class*=timeline]{margin-top:0!important;transform:none!important}.map-controls,.zoom-controls,.map-joystick,.pan-control,.map-navigation,.map-nav-circle{top:102px!important}body:not(.urlwl-reports-active) .page{padding-top:98px!important}body:not(.urlwl-reports-active) .unified-page-header,body:not(.urlwl-reports-active) .reports-dashboard-header{display:none!important}body:has(.export-page) .memory-top-dropdown{z-index:7000!important;border-radius:14px!important;min-width:240px!important;height:56px!important;min-height:56px!important;padding:0 18px!important;font-size:18px!important;font-weight:900!important;position:fixed!important;top:74px!important;left:24px!important}body:has(.export-page) .cloud-sync-button{z-index:7000!important;border-radius:14px!important;height:56px!important;min-height:56px!important;padding:0 20px!important;font-size:18px!important;font-weight:900!important;position:fixed!important;top:74px!important;left:286px!important}body:has(.export-page) .auth-user-bar button{color:#fff!important;background:#dc2626!important;border-color:#b91c1c!important;border-radius:14px!important;height:56px!important;min-height:56px!important;padding:0 22px!important;font-size:18px!important;font-weight:900!important}body:has(.export-page) .memory-top-dropdown{z-index:7000!important;border-radius:14px!important;width:242px!important;min-width:242px!important;height:62px!important;min-height:62px!important;padding:0 26px!important;font-size:18px!important;font-weight:900!important;line-height:62px!important;position:fixed!important;top:102px!important;left:22px!important}body:has(.export-page) .cloud-sync-button{z-index:7000!important;border-radius:14px!important;width:190px!important;height:62px!important;min-height:62px!important;padding:0 22px!important;font-size:18px!important;font-weight:900!important;line-height:62px!important;position:fixed!important;top:102px!important;left:283px!important}body:has(.export-page) .auth-user-bar{z-index:7000!important;position:fixed!important;top:102px!important;right:24px!important}body:has(.export-page) .auth-user-bar button{color:#fff!important;background:#dc2626!important;border-color:#b91c1c!important;border-radius:14px!important;width:136px!important;height:62px!important;min-height:62px!important;padding:0 22px!important;font-size:18px!important;font-weight:900!important;line-height:62px!important}.export-dashboard-header select,.export-dashboard-header button{color:#111827!important;background:#fffffff5!important;border:1px solid #bfd0e6!important;border-radius:14px!important;width:auto!important;height:56px!important;min-height:56px!important;padding:0 22px!important;font-size:18px!important;font-weight:900!important}:is(body:has(.export-page) .memory-top-dropdown,body:has(.export-page) .cloud-sync-button,body:has(.export-page) .auth-user-bar){display:none!important}.export-page{padding:10px 16px 36px!important}.export-dashboard-header{border-bottom:1px solid #94a3b859!important;grid-template-columns:max-content max-content 1fr max-content!important;align-items:center!important;gap:12px!important;width:100%!important;max-width:1500px!important;margin:0 auto 12px!important;padding:0 0 10px!important;display:grid!important}.export-dashboard-header h1{text-align:center!important;margin:0!important;font-size:30px!important;line-height:56px!important}.export-dashboard-header select,.export-dashboard-header button{border-radius:14px!important;width:auto!important;height:56px!important;min-height:56px!important;padding:0 22px!important;font-size:18px!important;font-weight:900!important}.export-dashboard-header .signout-red{color:#fff!important;background:#dc2626!important;border-color:#b91c1c!important}:is(body:has(.export-page) .export-dashboard-header,body:has(.export-page) .unified-page-header){display:none!important}:is(body:has(.export-page) .memory-top-dropdown,body:has(.export-page) .cloud-sync-button,body:has(.export-page) .auth-user-bar){z-index:9000!important;display:block!important;position:fixed!important;top:12px!important}body:has(.export-page) .memory-top-dropdown{left:22px!important}body:has(.export-page) .cloud-sync-button{left:285px!important}body:has(.export-page) .auth-user-bar{right:22px!important}body:has(.export-page) .memory-top-dropdown{box-sizing:border-box!important;border-radius:14px!important;width:auto!important;height:56px!important;min-height:56px!important;padding:0 22px!important;font-size:18px!important;font-weight:900!important;line-height:56px!important}body:has(.export-page) .cloud-sync-button{box-sizing:border-box!important;border-radius:14px!important;width:auto!important;height:56px!important;min-height:56px!important;padding:0 22px!important;font-size:18px!important;font-weight:900!important;line-height:56px!important}body:has(.export-page) .auth-user-bar button{box-sizing:border-box!important;border-radius:14px!important;width:auto!important;height:56px!important;min-height:56px!important;padding:0 22px!important;font-size:18px!important;font-weight:900!important;line-height:56px!important}body:has(.export-page) .auth-user-bar button{color:#fff!important;background:#dc2626!important;border-color:#b91c1c!important}body:has(.export-page) .export-page:before{content:"Export / Import";z-index:8999;text-align:center;color:#111827;pointer-events:none;font-size:30px;font-weight:800;line-height:40px;position:fixed;top:20px;left:0;right:0}body:has(.export-page) .export-page:before{content:"Export / Import"!important;text-align:center!important;pointer-events:none!important;z-index:8999!important;letter-spacing:-.02em!important;color:#111827!important;font-size:30px!important;font-weight:400!important;line-height:56px!important;position:fixed!important;top:16px!important;left:0!important;right:0!important}body:has(.export-page) .memory-top-dropdown{height:56px!important;min-height:56px!important;font-size:18px!important;font-weight:700!important}body:has(.export-page) .cloud-sync-button{height:56px!important;min-height:56px!important;font-size:18px!important;font-weight:700!important}body:has(.export-page) .auth-user-bar button{height:56px!important;min-height:56px!important;font-size:18px!important;font-weight:700!important}body:has(.export-page) .memory-top-dropdown{border-radius:10px!important;width:188px!important;min-width:188px!important;height:42px!important;min-height:42px!important;padding:0 18px!important;font-size:14px!important;font-weight:800!important;line-height:42px!important;top:103px!important;left:190px!important}body:has(.export-page) .cloud-sync-button{border-radius:10px!important;width:auto!important;height:42px!important;min-height:42px!important;padding:0 18px!important;font-size:14px!important;font-weight:800!important;line-height:42px!important;top:103px!important;left:392px!important}body:has(.export-page) .auth-user-bar{top:103px!important;right:185px!important}body:has(.export-page) .auth-user-bar button{border-radius:10px!important;width:auto!important;height:42px!important;min-height:42px!important;padding:0 18px!important;font-size:14px!important;font-weight:800!important;line-height:42px!important}body:has(.export-page) .export-page:before{font-size:28px!important;font-weight:400!important;line-height:56px!important;top:96px!important}body:has(.export-page) .export-page{padding-top:86px!important}.memory-top-dropdown,.cloud-sync-button,.auth-user-bar button,.reports-dashboard-header select,.reports-dashboard-header button,.export-dashboard-header select,.export-dashboard-header button{white-space:nowrap!important;box-sizing:border-box!important;border-radius:10px!important;flex:none!important;width:auto!important;min-width:0!important;max-width:none!important;height:36px!important;min-height:36px!important;padding:0 12px!important;font-size:14px!important;font-weight:800!important;line-height:36px!important}.reports-dashboard-header,.export-dashboard-header{flex-wrap:nowrap!important;align-items:center!important;gap:10px!important;width:100%!important;max-width:1500px!important;margin:0 auto 10px!important;display:flex!important}.reports-dashboard-header h1,.export-dashboard-header h1{text-align:center!important;white-space:nowrap!important;flex:auto!important;min-width:0!important;margin:0!important;font-size:24px!important;line-height:36px!important}body:has(.export-page) .memory-top-dropdown{position:static!important;top:auto!important;left:auto!important;right:auto!important;transform:none!important}body:has(.export-page) .cloud-sync-button{position:static!important;top:auto!important;left:auto!important;right:auto!important;transform:none!important}body:has(.export-page) .auth-user-bar{position:static!important;top:auto!important;left:auto!important;right:auto!important;transform:none!important}body:has(.export-page) .auth-user-bar button{position:static!important;top:auto!important;left:auto!important;right:auto!important;transform:none!important}body:has(.export-page) .export-page:before{display:none!important}body:not(.urlwl-reports-active) .memory-top-dropdown{z-index:9000!important;position:fixed!important;top:58px!important;left:18px!important}body:not(.urlwl-reports-active) .cloud-sync-button{z-index:9000!important;position:fixed!important;top:58px!important;left:190px!important}body:not(.urlwl-reports-active) .auth-user-bar{z-index:9000!important;position:fixed!important;top:58px!important;right:18px!important}@media (width<=600px){.memory-top-dropdown,.cloud-sync-button,.auth-user-bar button,.reports-dashboard-header select,.reports-dashboard-header button,.export-dashboard-header select,.export-dashboard-header button{border-radius:8px!important;height:30px!important;min-height:30px!important;padding:0 8px!important;font-size:12px!important;line-height:30px!important}.reports-dashboard-header,.export-dashboard-header{flex-wrap:nowrap!important;gap:6px!important;display:flex!important;overflow:hidden!important}.reports-dashboard-header h1,.export-dashboard-header h1{font-size:20px!important;line-height:30px!important}body:not(.urlwl-reports-active) .memory-top-dropdown{left:10px!important}body:not(.urlwl-reports-active) .cloud-sync-button{left:160px!important}body:not(.urlwl-reports-active) .auth-user-bar{right:10px!important}}body:has(.export-from-reports) .memory-top-dropdown{display:none!important}body:has(.export-from-reports) .cloud-sync-button{display:none!important}body:has(.export-from-reports) .auth-user-bar{display:none!important}body:has(.export-from-reports) .export-page:before{display:none!important}body:has(.export-from-reports) .export-dashboard-header{display:none!important}body:has(.export-from-reports) .unified-page-header{display:none!important}.export-from-reports .reports-dashboard-header{border-bottom:1px solid #94a3b859!important;flex-wrap:nowrap!important;align-items:center!important;gap:10px!important;width:100%!important;max-width:1500px!important;margin:0 auto 14px!important;padding:0 0 8px!important;display:flex!important}.export-from-reports .reports-dashboard-header select,.export-from-reports .reports-dashboard-header button{white-space:nowrap!important;box-sizing:border-box!important;border-radius:10px!important;flex:none!important;width:auto!important;min-width:0!important;height:36px!important;min-height:36px!important;padding:0 12px!important;font-size:14px!important;font-weight:800!important;line-height:36px!important}.export-from-reports .reports-dashboard-header h1{text-align:center!important;white-space:nowrap!important;color:#111827!important;flex:auto!important;min-width:0!important;margin:0!important;font-size:24px!important;font-weight:500!important;line-height:36px!important}.export-from-reports .reports-dashboard-header .signout-red{color:#fff!important;background:#dc2626!important;border-color:#b91c1c!important}.export-from-reports .export-card{text-align:center!important;box-sizing:border-box!important;background:#ffffffe6!important;border:1px solid #cbd5e1!important;border-radius:18px!important;width:100%!important;max-width:1500px!important;margin:0 auto 18px!important;padding:24px 28px!important}.export-from-reports .export-card h2{color:#111827!important;margin:0 0 12px!important;font-size:24px!important;font-weight:600!important;line-height:1.2!important}.export-from-reports .export-card p{color:#111827!important;max-width:1150px!important;margin:0 auto 14px!important;font-size:18px!important;line-height:1.45!important}.export-from-reports .export-card .muted{color:#475569!important;font-size:13px!important}.export-from-reports .export-card button,.export-from-reports .export-import-button{color:#fff!important;cursor:pointer!important;background:#7aa2f7!important;border:1px solid #7aa2f7!important;border-radius:10px!important;justify-content:center!important;align-items:center!important;min-height:34px!important;padding:0 14px!important;font-size:14px!important;font-weight:800!important;display:inline-flex!important}.export-from-reports .export-import-button input{display:none!important}.export-from-reports .export-inline-control{flex-wrap:wrap!important;justify-content:center!important;align-items:center!important;gap:8px!important;display:inline-flex!important}.export-from-reports .export-inline-control label{font-size:16px!important;font-weight:500!important}.export-from-reports .export-inline-control select{border-radius:8px!important;height:34px!important;font-size:14px!important}@media (width<=700px){.export-from-reports{padding:8px 10px 28px!important}.export-from-reports .reports-dashboard-header{gap:6px!important}.export-from-reports .reports-dashboard-header select,.export-from-reports .reports-dashboard-header button{border-radius:8px!important;height:30px!important;min-height:30px!important;padding:0 8px!important;font-size:12px!important;line-height:30px!important}.export-from-reports .reports-dashboard-header h1{font-size:18px!important;line-height:30px!important}.export-from-reports .export-card{padding:18px 16px!important}.export-from-reports .export-card h2{font-size:20px!important}.export-from-reports .export-card p{font-size:16px!important}}body:has(.export-from-reports) .memory-top-dropdown{display:none!important}body:has(.export-from-reports) .cloud-sync-button{display:none!important}body:has(.export-from-reports) .auth-user-bar{display:none!important}body:has(.export-from-reports) .export-page:before{display:none!important}body:has(.export-from-reports) .export-dashboard-header{display:none!important}body:has(.export-from-reports) .unified-page-header{display:none!important}.export-from-reports{box-sizing:border-box!important;width:100%!important;max-width:none!important;margin:0!important;padding:8px 14px 36px!important}.export-dashboard{width:100%!important;max-width:1500px!important;margin:0 auto 14px!important}.export-dashboard .reports-dashboard-header{border-bottom:1px solid #94a3b859!important;grid-template-columns:max-content max-content 1fr max-content!important;align-items:center!important;gap:12px!important;width:100%!important;max-width:1500px!important;margin:0 auto!important;padding:0 0 10px!important;display:grid!important}.export-dashboard .reports-dashboard-header h1{text-align:center!important;color:#111827!important;white-space:nowrap!important;margin:0!important;font-size:24px!important;font-weight:500!important;line-height:36px!important;display:block!important}.export-dashboard .reports-dashboard-header select,.export-dashboard .reports-dashboard-header button{color:#111827!important;white-space:nowrap!important;box-sizing:border-box!important;background:#fffffff5!important;border:1px solid #bfd0e6!important;border-radius:10px!important;justify-content:center!important;align-items:center!important;width:auto!important;min-width:0!important;max-width:none!important;height:36px!important;min-height:36px!important;padding:0 12px!important;font-size:14px!important;font-weight:800!important;line-height:36px!important;display:inline-flex!important}.export-dashboard .reports-dashboard-header .signout-red{color:#fff!important;background:#dc2626!important;border-color:#b91c1c!important}@media (width<=700px){.export-dashboard .reports-dashboard-header{grid-template-columns:1fr 1fr!important;gap:8px!important}.export-dashboard .reports-dashboard-header h1{order:-1!important;grid-column:1/-1!important;font-size:20px!important;line-height:30px!important}.export-dashboard .reports-dashboard-header select,.export-dashboard .reports-dashboard-header button{border-radius:8px!important;height:30px!important;min-height:30px!important;padding:0 8px!important;font-size:12px!important;line-height:30px!important}}body:has(.export-clean-page) .memory-top-dropdown{display:none!important}body:has(.export-clean-page) .cloud-sync-button{display:none!important}body:has(.export-clean-page) .auth-user-bar{display:none!important}body:has(.export-clean-page) .export-page:before{display:none!important}.export-clean-page{padding:8px 14px 36px!important}.urlwl-export-header{border-bottom:1px solid #94a3b859!important;grid-template-columns:max-content max-content 1fr max-content!important;align-items:center!important;gap:10px!important;width:100%!important;max-width:1500px!important;margin:0 auto 14px!important;padding:0 0 8px!important;display:grid!important}.urlwl-export-header h1{text-align:center!important;color:#111827!important;margin:0!important;font-size:24px!important;font-weight:500!important;line-height:36px!important}.urlwl-export-header select,.urlwl-export-header button{color:#111827!important;white-space:nowrap!important;box-sizing:border-box!important;background:#fffffff5!important;border:1px solid #bfd0e6!important;border-radius:10px!important;width:auto!important;height:36px!important;min-height:36px!important;padding:0 12px!important;font-size:14px!important;font-weight:800!important;line-height:36px!important}.urlwl-export-header .signout-red{color:#fff!important;background:#dc2626!important;border-color:#b91c1c!important}@media (width<=700px){.urlwl-export-header{grid-template-columns:1fr 1fr!important;gap:8px!important}.urlwl-export-header h1{order:-1!important;grid-column:1/-1!important;font-size:20px!important;line-height:30px!important}.urlwl-export-header select,.urlwl-export-header button{height:30px!important;min-height:30px!important;padding:0 8px!important;font-size:12px!important;line-height:30px!important}}.export-clean-page section,.export-from-reports section,.export-page section{text-align:center!important;box-sizing:border-box!important;background:#ffffffeb!important;border:1px solid #cbd5e1!important;border-radius:18px!important;width:min(96vw,1500px)!important;margin:0 auto 18px!important;padding:24px 28px!important}.export-clean-page section h2,.export-from-reports section h2,.export-page section h2{margin:0 0 12px!important;font-size:24px!important;font-weight:700!important;line-height:1.2!important}.export-clean-page section p,.export-from-reports section p,.export-page section p{max-width:1150px!important;margin:0 auto 14px!important;font-size:18px!important;line-height:1.45!important}.export-clean-page section button,.export-from-reports section button,.export-page section button{color:#fff!important;background:#7aa2f7!important;border:1px solid #7aa2f7!important;border-radius:10px!important;justify-content:center!important;align-items:center!important;min-height:34px!important;padding:0 14px!important;font-size:14px!important;font-weight:800!important;display:inline-flex!important}.export-clean-page{padding-top:8px!important}@media (width<=700px){.export-clean-page section,.export-from-reports section,.export-page section{padding:18px 14px!important}.export-clean-page section h2,.export-from-reports section h2,.export-page section h2{font-size:20px!important}.export-clean-page section p,.export-from-reports section p,.export-page section p{font-size:15px!important}}.export-clean-page,.export-from-reports,.export-page{padding-top:8px!important}.export-clean-page .urlwl-export-header,.export-from-reports .urlwl-export-header,.export-page .urlwl-export-header,.export-clean-page .reports-dashboard-header,.export-from-reports .reports-dashboard-header,.export-page .reports-dashboard-header{margin-top:0!important}:is(body:has(.export-clean-page) main,body:has(.export-from-reports) main,body:has(.export-page) main){padding-top:8px!important}body:has(.export-clean-page) .export-card:first-of-type{margin-top:0!important}body:has(.export-from-reports) .export-card:first-of-type{margin-top:0!important}body:has(.export-page) section:first-of-type{margin-top:0!important}.export-clean-page .urlwl-export-header{margin-top:-170px!important;margin-bottom:14px!important}.export-clean-page section:first-of-type{margin-top:0!important}.export-clean-page section{width:min(96vw,1500px)!important;margin-left:auto!important;margin-right:auto!important}@media (width<=700px){.export-clean-page .urlwl-export-header{margin-top:-135px!important}}.export-clean-page .urlwl-export-header,.export-from-reports .urlwl-export-header,.export-page .urlwl-export-header{margin-top:0!important;margin-bottom:14px!important;display:grid!important;position:relative!important;top:auto!important;transform:none!important}.export-clean-page,.export-from-reports,.export-page{margin-top:0!important;padding-top:8px!important}.export-clean-page section:first-of-type,.export-from-reports section:first-of-type,.export-page section:first-of-type,.export-clean-page .urlwl-export-header{margin-top:0!important}@media (width<=700px){.export-clean-page .urlwl-export-header{margin-top:0!important}}:is(body:has(.export-clean-page) .page.export-clean-page,body:has(.export-page) .page.export-clean-page){margin-top:0!important;padding-top:8px!important;padding-bottom:220px!important;position:relative!important;top:-165px!important}body:has(.export-clean-page) .urlwl-export-header{margin-top:0!important}@media (width<=700px){:is(body:has(.export-clean-page) .page.export-clean-page,body:has(.export-page) .page.export-clean-page){padding-bottom:180px!important;top:-130px!important}}:is(body:has(.export-clean-page) .page.export-clean-page,body:has(.export-page) .page.export-clean-page){margin-top:0!important;padding-top:8px!important;padding-bottom:36px!important;position:static!important;top:auto!important;transform:none!important}.export-clean-page .urlwl-export-header{margin-top:0!important;display:grid!important}@media (width<=700px){:is(body:has(.export-clean-page) .page.export-clean-page,body:has(.export-page) .page.export-clean-page){padding-bottom:36px!important;top:auto!important}}:is(body:has(.photos-clean-page) .memory-top-dropdown,body:has(.photos-clean-page) .cloud-sync-button,body:has(.photos-clean-page) .auth-user-bar){display:none!important}.photos-clean-page{box-sizing:border-box!important;width:100%!important;max-width:none!important;margin:0!important;padding:8px 14px 36px!important}.urlwl-photos-header{border-bottom:1px solid #94a3b859!important;grid-template-columns:max-content max-content 1fr max-content!important;align-items:center!important;gap:10px!important;width:100%!important;max-width:1500px!important;margin:0 auto 14px!important;padding:0 0 8px!important;display:grid!important}.urlwl-photos-header h1{text-align:center!important;color:#111827!important;margin:0!important;font-size:24px!important;font-weight:500!important;line-height:36px!important}.urlwl-photos-header select,.urlwl-photos-header button{color:#111827!important;white-space:nowrap!important;box-sizing:border-box!important;background:#fffffff5!important;border:1px solid #bfd0e6!important;border-radius:10px!important;width:auto!important;height:36px!important;min-height:36px!important;padding:0 12px!important;font-size:14px!important;font-weight:800!important;line-height:36px!important}.urlwl-photos-header .signout-red{color:#fff!important;background:#dc2626!important;border-color:#b91c1c!important}.photos-clean-page>h1,.photos-clean-page .page-title{display:none!important}.photos-clean-page .add-photo-button{margin-top:0!important}.photos-clean-page button:has(+input[type=file]){margin-top:0!important}@media (width<=700px){.urlwl-photos-header{grid-template-columns:1fr 1fr!important;gap:8px!important}.urlwl-photos-header h1{order:-1!important;grid-column:1/-1!important;font-size:20px!important;line-height:30px!important}.urlwl-photos-header select,.urlwl-photos-header button{height:30px!important;min-height:30px!important;padding:0 8px!important;font-size:12px!important;line-height:30px!important}}.photos-clean-page{margin-top:0!important;padding-top:8px!important;padding-bottom:210px!important;position:relative!important;top:-165px!important}.photos-clean-page .urlwl-photos-header{margin-top:0!important;margin-bottom:14px!important}.photos-clean-page .add-photo-button,.photos-clean-page button{max-width:fit-content!important}@media (width<=700px){.photos-clean-page{padding-bottom:170px!important;top:-125px!important}}.photos-clean-page{margin-top:0!important;padding-top:8px!important;padding-bottom:36px!important;position:static!important;top:auto!important;transform:none!important}@media (width<=700px){.photos-clean-page{padding-bottom:36px!important;top:auto!important}}:is(body:has(.photos-clean-page) .page.photos-clean-page,body:has(.photos-page) .page.photos-clean-page){margin-top:0!important;padding-top:8px!important;padding-bottom:36px!important;position:static!important;top:auto!important;transform:none!important}.photos-clean-page .urlwl-photos-header{margin-top:0!important;display:grid!important}.photos-clean-page>:first-child{margin-top:0!important}.photos-clean-page:before,.photos-page:before{content:none!important;display:none!important}@media (width<=700px){:is(body:has(.photos-clean-page) .page.photos-clean-page,body:has(.photos-page) .page.photos-clean-page){padding-bottom:36px!important;top:auto!important}}:is(body:has(.map-clean-page) .memory-top-dropdown,body:has(.map-clean-page) .cloud-sync-button,body:has(.map-clean-page) .auth-user-bar){display:none!important}.map-clean-page>h1,.map-clean-page .page-title,:is(body:has(.map-clean-page) .memory-top-dropdown,body:has(.map-clean-page) .cloud-sync-button,body:has(.map-clean-page) .auth-user-bar){display:none!important}.map-clean-page{box-sizing:border-box!important;width:100%!important;max-width:none!important;margin:0!important;padding:8px 14px 36px!important}.urlwl-map-header{z-index:9999!important;border-bottom:1px solid #94a3b859!important;grid-template-columns:max-content max-content 1fr max-content!important;align-items:center!important;gap:10px!important;width:100%!important;max-width:1500px!important;margin:0 auto 8px!important;padding:0 0 8px!important;display:grid!important;position:relative!important}.urlwl-map-header h1{text-align:center!important;color:#111827!important;margin:0!important;font-size:24px!important;font-weight:500!important;line-height:36px!important}.urlwl-map-header select,.urlwl-map-header button{color:#111827!important;white-space:nowrap!important;box-sizing:border-box!important;background:#fffffff5!important;border:1px solid #bfd0e6!important;border-radius:10px!important;width:auto!important;height:36px!important;min-height:36px!important;padding:0 12px!important;font-size:14px!important;font-weight:800!important;line-height:36px!important}.urlwl-map-header .signout-red{color:#fff!important;background:#dc2626!important;border-color:#b91c1c!important}.map-clean-page{padding-top:8px!important}.urlwl-map-header{background:0 0!important;margin-bottom:8px!important}body:has(.map-clean-page) .map-zoom-control{margin-top:52px!important}body:has(.map-clean-page) .map-controls{margin-top:52px!important}body:has(.map-clean-page) .map-nav-control{margin-top:52px!important}body:has(.map-clean-page) .leaflet-control-container .leaflet-top{margin-top:52px!important}body:has(.map-clean-page) .leaflet-control{margin-top:52px!important}:is(body:has(.map-clean-page) .memory-map,body:has(.map-clean-page) .map-stage,body:has(.map-clean-page) .leaflet-container){margin-top:0!important}.map-clean-page{margin-top:0!important;padding-top:8px!important}.map-clean-page .urlwl-map-header{margin-top:0!important;margin-bottom:8px!important}:is(body:has(.map-clean-page) .leaflet-container,body:has(.map-clean-page) .memory-map,body:has(.map-clean-page) .map-stage){height:calc(100vh - 58px)!important;margin-top:0!important}body:has(.map-clean-page) .leaflet-control-container .leaflet-top.leaflet-left{top:62px!important}:is(body:has(.map-clean-page) .map-readout,body:has(.map-clean-page) .memory-map-readout,body:has(.map-clean-page) .map-location-readout){bottom:18px!important}body:has(.map-clean-page) .map-clean-page{min-height:100vh!important;padding-top:8px!important;overflow:hidden!important}body:has(.map-clean-page) .urlwl-map-header{z-index:10000!important;margin:0 auto 8px!important;position:relative!important}body:has(.map-clean-page) .map-container{z-index:1!important;width:100%!important;height:calc(100vh - 58px)!important;margin:0!important;padding:0!important;position:relative!important;inset:auto!important}:is(body:has(.map-clean-page) .memory-timeline-panel,body:has(.map-clean-page) .nav-puck,body:has(.map-clean-page) .layer-toggle,body:has(.map-clean-page) .bottom-drawer){z-index:5000!important}body:has(.map-clean-page) .nav-puck{top:72px!important}body:has(.map-clean-page) .memory-timeline-panel{top:160px!important}body:has(.map-clean-page) .bottom-drawer{bottom:16px!important}.reports-controls,.reports-filter-panel,.reports-search-panel{width:min(96vw,1500px)!important}:is(body:has(.reports-page) .reports-filter-panel,body:has(.reports-dashboard) .reports-filter-panel){grid-template-columns:max-content 220px max-content minmax(260px,620px) max-content!important;align-items:center!important;gap:10px!important;display:grid!important}:is(body:has(.reports-page) .reports-filter-panel select,body:has(.reports-dashboard) .reports-filter-panel select){width:220px!important;max-width:220px!important}:is(body:has(.reports-page) .reports-filter-panel input[type=search],body:has(.reports-page) .reports-filter-panel input[type=text],body:has(.reports-dashboard) .reports-filter-panel input[type=search],body:has(.reports-dashboard) .reports-filter-panel input[type=text]){width:min(48vw,620px)!important;max-width:620px!important}:is(body:has(.reports-page) .view-toggle,body:has(.reports-page) .view-mode-toggle,body:has(.reports-page) .view-buttons,body:has(.reports-dashboard) .view-toggle,body:has(.reports-dashboard) .view-mode-toggle,body:has(.reports-dashboard) .view-buttons){justify-self:end!important;margin:0!important}@media (width<=900px){:is(body:has(.reports-page) .reports-filter-panel,body:has(.reports-dashboard) .reports-filter-panel){grid-template-columns:1fr 1fr!important}:is(body:has(.reports-page) .reports-filter-panel select,body:has(.reports-dashboard) .reports-filter-panel select,body:has(.reports-page) .reports-filter-panel input,body:has(.reports-dashboard) .reports-filter-panel input){width:100%!important;max-width:none!important}}.urlwl-map-header h1,.urlwl-photos-header h1,.urlwl-export-header h1,.reports-dashboard-header h1{visibility:hidden!important;font-size:1px!important}.urlwl-map-header,.urlwl-photos-header,.urlwl-export-header,.reports-dashboard-header{grid-template-columns:max-content max-content 1fr max-content!important}.reports-filter-panel,.reports-search-panel,.reports-controls-panel,.reports-toolbar,.reports-control-card{grid-template-columns:max-content 190px max-content minmax(260px,520px) max-content!important;align-items:center!important;gap:10px!important;width:min(96vw,1500px)!important;margin-left:auto!important;margin-right:auto!important;display:grid!important}.reports-filter-panel label,.reports-search-panel label,.reports-toolbar label,.reports-control-card label{white-space:nowrap!important}.reports-filter-panel select,.reports-search-panel select,.reports-toolbar select,.reports-control-card select{width:190px!important;max-width:190px!important}.reports-filter-panel input,.reports-search-panel input,.reports-toolbar input,.reports-control-card input{width:min(36vw,520px)!important;max-width:520px!important}.reports-filter-panel .view-toggle,.reports-filter-panel .view-mode-toggle,.reports-filter-panel .view-buttons,.reports-search-panel .view-toggle,.reports-search-panel .view-mode-toggle,.reports-search-panel .view-buttons,.reports-toolbar .view-toggle,.reports-toolbar .view-mode-toggle,.reports-toolbar .view-buttons,.reports-control-card .view-toggle,.reports-control-card .view-mode-toggle,.reports-control-card .view-buttons{grid-column:auto!important;justify-self:end!important;margin:0!important}.reports-filter-panel>.view-toggle,.reports-filter-panel>.view-mode-toggle,.reports-filter-panel>.view-buttons{align-self:center!important}.reports-page .asset-card,.reports-dashboard .asset-card{font-size:12px!important}.reports-page .asset-card h3,.reports-dashboard .asset-card h3{font-size:13px!important}.reports-page .asset-card p,.reports-dashboard .asset-card p{font-size:11px!important;line-height:1.25!important}@media (width<=900px){.reports-filter-panel,.reports-search-panel,.reports-controls-panel,.reports-toolbar,.reports-control-card{grid-template-columns:max-content 1fr!important}.reports-filter-panel .view-toggle,.reports-filter-panel .view-mode-toggle,.reports-filter-panel .view-buttons,.reports-search-panel .view-toggle,.reports-search-panel .view-mode-toggle,.reports-search-panel .view-buttons{grid-column:1/-1!important;justify-self:stretch!important}}@media (width<=700px){.reports-dashboard-header{grid-template-columns:1fr 1fr max-content!important;gap:8px!important;width:100%!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}.reports-dashboard-header select{justify-self:start!important;width:100%!important;margin-left:0!important}.reports-dashboard-header button{width:100%!important}.reports-dashboard-header .signout-red,.reports-dashboard-header button:last-child{justify-self:end!important;width:auto!important}.reports-dashboard-header h1{display:none!important}.reports-filter-panel,.reports-search-panel,.reports-controls-panel,.reports-toolbar,.reports-control-card{grid-template-columns:max-content minmax(120px,1fr) max-content minmax(120px,1fr) max-content!important;align-items:center!important;gap:6px!important}.reports-filter-panel select,.reports-search-panel select,.reports-toolbar select,.reports-control-card select,.reports-filter-panel input,.reports-search-panel input,.reports-toolbar input,.reports-control-card input{width:100%!important;max-width:none!important}.reports-filter-panel .view-toggle,.reports-filter-panel .view-mode-toggle,.reports-filter-panel .view-buttons,.reports-search-panel .view-toggle,.reports-search-panel .view-mode-toggle,.reports-search-panel .view-buttons,.reports-toolbar .view-toggle,.reports-toolbar .view-mode-toggle,.reports-toolbar .view-buttons,.reports-control-card .view-toggle,.reports-control-card .view-mode-toggle,.reports-control-card .view-buttons{grid-area:1/5!important;justify-self:end!important;width:auto!important;min-width:90px!important}}.reports-filter-panel,.reports-search-panel,.reports-controls-panel,.reports-toolbar,.reports-control-card{grid-template-columns:max-content 220px max-content 190px minmax(220px,1fr) max-content!important;align-items:center!important;gap:12px!important;display:grid!important}.reports-timeline-label{white-space:nowrap!important;font-weight:800!important}.reports-timeline-select{width:190px!important;max-width:190px!important}.reports-filter-panel .view-toggle,.reports-filter-panel .view-mode-toggle,.reports-filter-panel .view-buttons,.reports-search-panel .view-toggle,.reports-search-panel .view-mode-toggle,.reports-search-panel .view-buttons,.reports-toolbar .view-toggle,.reports-toolbar .view-mode-toggle,.reports-toolbar .view-buttons,.reports-control-card .view-toggle,.reports-control-card .view-mode-toggle,.reports-control-card .view-buttons{grid-area:1/6!important;justify-self:end!important;gap:10px!important;width:auto!important;display:flex!important}.reports-filter-panel .view-toggle button,.reports-filter-panel .view-mode-toggle button,.reports-filter-panel .view-buttons button,.reports-search-panel .view-toggle button,.reports-search-panel .view-mode-toggle button,.reports-search-panel .view-buttons button{white-space:nowrap!important;width:auto!important;min-width:max-content!important;padding:0 14px!important}@media (width<=700px){.reports-filter-panel,.reports-search-panel,.reports-controls-panel,.reports-toolbar,.reports-control-card{grid-template-columns:max-content 1fr!important}.reports-filter-panel .view-toggle,.reports-filter-panel .view-mode-toggle,.reports-filter-panel .view-buttons,.reports-search-panel .view-toggle,.reports-search-panel .view-mode-toggle,.reports-search-panel .view-buttons{grid-area:auto/1/auto/-1!important;justify-self:stretch!important}}.reports-filter-panel,.reports-toolbar,.reports-controls{flex-wrap:nowrap!important;align-items:center!important;gap:14px!important;display:flex!important}.reports-filter-panel label{white-space:nowrap!important;margin:0!important}.reports-filter-panel input[type=search],.reports-filter-panel input[type=text]{flex:auto!important;min-width:250px!important}.reports-filter-panel .view-toggle,.reports-filter-panel .view-buttons,.reports-filter-panel .view-mode-toggle{flex-wrap:nowrap!important;gap:8px!important;width:auto!important;margin-left:auto!important;display:flex!important}.reports-filter-panel .view-toggle button,.reports-filter-panel .view-buttons button,.reports-filter-panel .view-mode-toggle button{white-space:nowrap!important;flex:none!important}@media (width<=700px){.reports-filter-panel,.reports-toolbar,.reports-controls{flex-wrap:wrap!important}.reports-filter-panel .view-toggle,.reports-filter-panel .view-buttons,.reports-filter-panel .view-mode-toggle{justify-content:flex-end!important;width:100%!important;margin-left:0!important}}.reports-filter-panel .view-toggle,.reports-filter-panel .view-mode-toggle,.reports-filter-panel .view-buttons{flex-wrap:nowrap!important;grid-area:1/5!important;place-self:center end!important;gap:6px!important;width:auto!important;min-width:max-content!important;margin:0!important;display:flex!important}.reports-filter-panel .view-toggle button,.reports-filter-panel .view-mode-toggle button,.reports-filter-panel .view-buttons button{white-space:nowrap!important;width:auto!important;min-width:max-content!important;padding:0 10px!important}@media (width<=700px){.reports-filter-panel{grid-template-columns:max-content 1fr max-content!important}.reports-filter-panel label:nth-of-type(2),.reports-filter-panel input{display:none!important}.reports-filter-panel .view-toggle,.reports-filter-panel .view-mode-toggle,.reports-filter-panel .view-buttons{grid-column:3!important}}.reports-filter-panel{grid-template-columns:max-content 190px max-content minmax(260px,1fr) max-content!important;align-items:center!important;gap:10px!important;display:grid!important}.reports-filter-panel>:has(button){background:0 0!important;border:0!important;grid-area:1/5!important;place-self:center end!important;gap:6px!important;width:auto!important;min-width:max-content!important;height:36px!important;margin:0!important;padding:0!important;display:flex!important}.reports-filter-panel>:has(button) button{white-space:nowrap!important;width:auto!important;min-width:max-content!important;height:36px!important;padding:0 10px!important;font-size:14px!important;line-height:36px!important}.reports-filter-panel select{width:190px!important;max-width:190px!important}.reports-filter-panel input{width:100%!important}@media (width<=700px){.reports-filter-panel{grid-template-columns:max-content 1fr max-content!important}.reports-filter-panel label:nth-of-type(2),.reports-filter-panel input{display:none!important}.reports-filter-panel>:has(button){grid-column:3!important}}.reports-filter-panel{grid-template-columns:max-content 190px max-content minmax(240px,1fr) 360px!important;align-items:center!important;gap:10px!important;padding:14px 18px!important;display:grid!important;position:relative!important}.reports-filter-panel>*{grid-row:1!important}.reports-filter-panel>div:has(button){z-index:5!important;background:0 0!important;border:0!important;flex-wrap:nowrap!important;gap:8px!important;width:auto!important;min-width:max-content!important;height:36px!important;margin:0!important;padding:0!important;display:flex!important;position:absolute!important;top:14px!important;right:18px!important}.reports-filter-panel>div:has(button) button{white-space:nowrap!important;width:auto!important;min-width:max-content!important;height:36px!important;padding:0 12px!important;font-size:14px!important;line-height:36px!important}.reports-filter-panel input{max-width:calc(100% - 370px)!important}@media (width<=900px){.reports-filter-panel{grid-template-columns:max-content 1fr!important;padding-bottom:62px!important}.reports-filter-panel>div:has(button){inset:auto auto 14px 18px!important}.reports-filter-panel input{max-width:100%!important}}.reports-filter-panel{flex-wrap:nowrap!important;align-items:center!important;gap:18px!important;width:100%!important;display:flex!important}.reports-filter-panel label{white-space:nowrap!important;font-size:18px!important;font-weight:800!important}.reports-filter-panel select{flex:none!important;width:220px!important}.reports-view-buttons{align-items:center!important;gap:12px!important;margin-left:auto!important;display:flex!important}.reports-view-buttons button{white-space:nowrap!important;border-radius:12px!important;height:42px!important;padding:0 18px!important;font-size:16px!important}@media (width<=700px){.reports-filter-panel{flex-wrap:wrap!important}.reports-view-buttons{justify-content:flex-end!important;width:100%!important;margin-left:0!important}.reports-filter-panel select{width:170px!important}}.urlwl-topnav{box-sizing:border-box!important;border-bottom:1px solid #94a3b861!important;flex-wrap:nowrap!important;align-items:center!important;gap:10px!important;width:100%!important;max-width:none!important;margin:0 0 10px!important;padding:8px 12px 10px!important;display:flex!important;overflow:hidden!important}.urlwl-topnav select,.urlwl-topnav button{color:#111827!important;white-space:nowrap!important;box-sizing:border-box!important;background:#fffffff5!important;border:1px solid #bfd0e6!important;border-radius:10px!important;flex:none!important;width:auto!important;min-width:0!important;height:36px!important;min-height:36px!important;padding:0 12px!important;font-size:14px!important;font-weight:800!important;line-height:36px!important}.urlwl-topnav-spacer{flex:auto!important;min-width:1px!important}.urlwl-topnav .urlwl-signout{color:#fff!important;background:#dc2626!important;border-color:#b91c1c!important}:is(.page:has(.urlwl-topnav),.reports-page:has(.urlwl-topnav),.export-clean-page:has(.urlwl-topnav),.photos-clean-page:has(.urlwl-topnav),.map-clean-page:has(.urlwl-topnav)){margin-top:0!important;padding-top:0!important}:is(body:has(.urlwl-topnav) .reports-dashboard-header,body:has(.urlwl-topnav) .urlwl-export-header,body:has(.urlwl-topnav) .urlwl-photos-header,body:has(.urlwl-topnav) .urlwl-map-header){display:none!important}@media (width<=700px){.urlwl-topnav{gap:6px!important;padding:6px 8px 8px!important}.urlwl-topnav select,.urlwl-topnav button{border-radius:8px!important;height:30px!important;min-height:30px!important;padding:0 7px!important;font-size:12px!important;line-height:30px!important}}.maplibregl-map{-webkit-tap-highlight-color:#0000;font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;position:relative;overflow:hidden}.maplibregl-canvas{position:absolute;top:0;left:0}.maplibregl-map:fullscreen{width:100%;height:100%}.maplibregl-ctrl-group button.maplibregl-ctrl-compass{touch-action:none}.maplibregl-canvas-container.maplibregl-interactive,.maplibregl-ctrl-group button.maplibregl-ctrl-compass{cursor:grab;-webkit-user-select:none;user-select:none}.maplibregl-canvas-container.maplibregl-interactive.maplibregl-track-pointer{cursor:pointer}.maplibregl-canvas-container.maplibregl-interactive:active,.maplibregl-ctrl-group button.maplibregl-ctrl-compass:active{cursor:grabbing}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-canvas-container.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:pinch-zoom}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:none}.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures,.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-ctrl-bottom-left,.maplibregl-ctrl-bottom-right,.maplibregl-ctrl-top-left,.maplibregl-ctrl-top-right{pointer-events:none;z-index:2;position:absolute}.maplibregl-ctrl-top-left{top:0;left:0}.maplibregl-ctrl-top-right{top:0;right:0}.maplibregl-ctrl-bottom-left{bottom:0;left:0}.maplibregl-ctrl-bottom-right{bottom:0;right:0}.maplibregl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.maplibregl-ctrl-top-left .maplibregl-ctrl{float:left;margin:10px 0 0 10px}.maplibregl-ctrl-top-right .maplibregl-ctrl{float:right;margin:10px 10px 0 0}.maplibregl-ctrl-bottom-left .maplibregl-ctrl{float:left;margin:0 0 10px 10px}.maplibregl-ctrl-bottom-right .maplibregl-ctrl{float:right;margin:0 10px 10px 0}.maplibregl-ctrl-group{background:#fff;border-radius:4px}.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px #0000001a}@media (forced-colors:active){.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px buttontext}}.maplibregl-ctrl-group button{box-sizing:border-box;cursor:pointer;background-color:#0000;border:0;outline:none;width:29px;height:29px;padding:0;display:block}.maplibregl-ctrl-group button+button{border-top:1px solid #ddd}.maplibregl-ctrl button .maplibregl-ctrl-icon{background-position:50%;background-repeat:no-repeat;width:100%;height:100%;display:block}@media (forced-colors:active){.maplibregl-ctrl-icon{background-color:#0000}.maplibregl-ctrl-group button+button{border-top:1px solid buttontext}}.maplibregl-ctrl button::-moz-focus-inner{border:0;padding:0}.maplibregl-ctrl-attrib-button:focus,.maplibregl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl button:disabled{cursor:not-allowed}.maplibregl-ctrl button:disabled .maplibregl-ctrl-icon{opacity:.25}@media (hover:hover){.maplibregl-ctrl button:not(:disabled):hover{background-color:#0000000d}}.maplibregl-ctrl button:not(:disabled):active{background-color:#0000000d}.maplibregl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.maplibregl-ctrl-group button:focus:first-child{border-radius:4px 4px 0 0}.maplibregl-ctrl-group button:focus:last-child{border-radius:0 0 4px 4px}.maplibregl-ctrl-group button:focus:only-child{border-radius:inherit}.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-globe .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%23333' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-globe-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%2333b5e5' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%23333' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%2333b5e5' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23aaa' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting .maplibregl-ctrl-icon{animation:2s linear infinite maplibregl-spin}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23999' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23666' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}}@keyframes maplibregl-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}a.maplibregl-ctrl-logo{cursor:pointer;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;width:88px;height:23px;margin:0 0 -4px -4px;display:block;overflow:hidden}a.maplibregl-ctrl-logo.maplibregl-compact{width:14px}@media (forced-colors:active){a.maplibregl-ctrl-logo{background-color:#0000;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}.maplibregl-ctrl.maplibregl-ctrl-attrib{background-color:#ffffff80;margin:0;padding:0 5px}@media screen{.maplibregl-ctrl-attrib.maplibregl-compact{box-sizing:content-box;color:#000;background-color:#fff;border-radius:12px;min-height:20px;margin:10px;padding:2px 24px 2px 0;position:relative}.maplibregl-ctrl-attrib.maplibregl-compact-show{visibility:visible;padding:2px 28px 2px 8px}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact-show,.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-inner{display:none}.maplibregl-ctrl-attrib-button{box-sizing:border-box;cursor:pointer;background-color:#ffffff80;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;outline:none;width:24px;height:24px;display:none;position:absolute;top:0;right:0}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button{appearance:none;list-style:none}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button::-webkit-details-marker{display:none}.maplibregl-ctrl-bottom-left .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-top-left .maplibregl-ctrl-attrib-button{left:0}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-inner{display:block}.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-button{background-color:#0000000d}.maplibregl-ctrl-bottom-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;right:0}.maplibregl-ctrl-top-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{top:0;right:0}.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{top:0;left:0}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;left:0}}@media screen and (forced-colors:active){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.maplibregl-ctrl-attrib a{color:#000000bf;text-decoration:none}.maplibregl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.maplibregl-attrib-empty{display:none}.maplibregl-ctrl-scale{box-sizing:border-box;color:#333;white-space:nowrap;background-color:#ffffffbf;border:2px solid #333;border-top:#333;padding:0 5px;font-size:10px}.maplibregl-popup{pointer-events:none;will-change:transform;display:flex;position:absolute;top:0;left:0}.maplibregl-popup-anchor-top,.maplibregl-popup-anchor-top-left,.maplibregl-popup-anchor-top-right{flex-direction:column}.maplibregl-popup-anchor-bottom,.maplibregl-popup-anchor-bottom-left,.maplibregl-popup-anchor-bottom-right{flex-direction:column-reverse}.maplibregl-popup-anchor-left{flex-direction:row}.maplibregl-popup-anchor-right{flex-direction:row-reverse}.maplibregl-popup-tip{z-index:1;border:10px solid #0000;width:0;height:0}.maplibregl-popup-anchor-top .maplibregl-popup-tip{border-top:none;border-bottom-color:#fff;align-self:center}.maplibregl-popup-anchor-top-left .maplibregl-popup-tip{border-top:none;border-bottom-color:#fff;border-left:none;align-self:flex-start}.maplibregl-popup-anchor-top-right .maplibregl-popup-tip{border-top:none;border-bottom-color:#fff;border-right:none;align-self:flex-end}.maplibregl-popup-anchor-bottom .maplibregl-popup-tip{border-top-color:#fff;border-bottom:none;align-self:center}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{border-top-color:#fff;border-bottom:none;border-left:none;align-self:flex-start}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{border-top-color:#fff;border-bottom:none;border-right:none;align-self:flex-end}.maplibregl-popup-anchor-left .maplibregl-popup-tip{border-left:none;border-right-color:#fff;align-self:center}.maplibregl-popup-anchor-right .maplibregl-popup-tip{border-left-color:#fff;border-right:none;align-self:center}[dir=rtl] .maplibregl-popup-anchor-left{flex-direction:row-reverse}[dir=rtl] .maplibregl-popup-anchor-right{flex-direction:row}[dir=rtl] .maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-end}[dir=rtl] .maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-start}[dir=rtl] .maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-end}[dir=rtl] .maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-start}.maplibregl-popup-close-button{cursor:pointer;background-color:#0000;border:0;border-radius:0 3px 0 0;position:absolute;top:0;right:0}.maplibregl-popup-close-button:hover{background-color:#0000000d}.maplibregl-popup-content{pointer-events:auto;background:#fff;border-radius:3px;padding:15px 10px;position:relative;box-shadow:0 1px 2px #0000001a}.maplibregl-popup-anchor-top-left .maplibregl-popup-content{border-top-left-radius:0}.maplibregl-popup-anchor-top-right .maplibregl-popup-content{border-top-right-radius:0}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-content{border-bottom-left-radius:0}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-content{border-bottom-right-radius:0}.maplibregl-popup-track-pointer{display:none}.maplibregl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;user-select:none}.maplibregl-map:hover .maplibregl-popup-track-pointer{display:flex}.maplibregl-map:active .maplibregl-popup-track-pointer{display:none}.maplibregl-marker{will-change:transform;transition:opacity .2s;position:absolute;top:0;left:0}.maplibregl-user-location-dot,.maplibregl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;width:15px;height:15px}.maplibregl-user-location-dot:before{content:"";animation:2s infinite maplibregl-user-location-dot-pulse;position:absolute}.maplibregl-user-location-dot:after{box-sizing:border-box;content:"";border:2px solid #fff;border-radius:50%;width:19px;height:19px;position:absolute;top:-2px;left:-2px;box-shadow:0 0 3px #00000059}@media (prefers-reduced-motion:reduce){.maplibregl-user-location-dot:before{animation:none}}@keyframes maplibregl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.maplibregl-user-location-dot-stale{background-color:#aaa}.maplibregl-user-location-dot-stale:after{display:none}.maplibregl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;width:1px;height:1px}.maplibregl-crosshair,.maplibregl-crosshair .maplibregl-interactive,.maplibregl-crosshair .maplibregl-interactive:active{cursor:crosshair}.maplibregl-boxzoom{opacity:.5;background:#fff;border:2px dotted #202020;width:0;height:0;position:absolute;top:0;left:0}.maplibregl-cooperative-gesture-screen{color:#fff;opacity:0;pointer-events:none;z-index:99999;background:#0006;justify-content:center;align-items:center;padding:1rem;font-size:1.4em;line-height:1.2;transition:opacity 1s 1s;display:flex;position:absolute;inset:0}.maplibregl-cooperative-gesture-screen.maplibregl-show{opacity:1;transition:opacity 50ms}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:none}@media (hover:none),(pointer:coarse){.maplibregl-cooperative-gesture-screen .maplibregl-desktop-message{display:none}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:block}}.maplibregl-pseudo-fullscreen{z-index:99999;width:100%!important;height:100%!important;position:fixed!important;top:0!important;left:0!important}:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}
