:root{--blue-night: #062a4e;--blue-ocean: #005b78;--turquoise-deep: #0f7180;--turquoise: #128a9a;--turquoise-vivid: #18b7c4;--turquoise-light: #66dce2;--orange-action: #d86700;--orange-light: #f08a2b;--red-critical: #b93724;--white: #ffffff;--surface: #f4f8fa;--surface-sunken: #eaf1f5;--border: #d8e4e9;--border-strong: #bcd0da;--ink: #17323f;--ink-muted: #4a6675;--ink-soft: #6b8796;--ink-faint: #93aab7;--ocean-soft: #e4eff4;--ocean-tint: #f1f7fa;--turquoise-soft: #dff6f8;--turquoise-tint: #effafb;--orange-soft: #fbdcc0;--orange-tint: #fdf0e4;--red-soft: #efb6ac;--red-tint: #f9e7e3;--green-validation: #0e8a4c;--green-validation-deep: #0a7340;--green-validation-bright: #3fcb85;--green-validation-soft: #e4f6ec;--green-validation-text: #0a6a3c;--grad-ocean: linear-gradient(135deg, #005b78 0%, #18b7c4 100%);--grad-ocean-deep: linear-gradient(135deg, #062a4e 0%, #0f7180 100%);--grad-action: linear-gradient(135deg, #d86700 0%, #f08a2b 100%);--font-display: "Sora", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-text: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--action-primary: var(--orange-action);--action-primary-grad: var(--grad-action);--action-success: var(--turquoise);--action-success-grad: linear-gradient(135deg, #0f7180 0%, #18b7c4 100%);--action-success-soft: var(--turquoise-tint);--action-warning: var(--orange-action);--action-warning-soft: var(--orange-tint);--action-danger: var(--red-critical);--action-danger-soft: var(--red-tint);--action-neutral-text: var(--ink-muted);--action-neutral-bg: var(--surface);--primary-blue: var(--blue-ocean);--primary-blue-dark: var(--blue-night);--gradient-start: #005b78;--gradient-end: #18b7c4;--text-dark: var(--ink);--text-gray: var(--ink-soft);--text-light: var(--ink-faint);--border-color: var(--border);--background: var(--white);--error: var(--red-critical);--success: var(--turquoise);--warning: var(--orange-action);--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--radius-sm: 10px;--radius-md: 12px;--radius-lg: 14px;--radius-xl: 24px;--radius-full: 999px}*{margin:0;padding:0;box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{font-family:var(--font-text);background:linear-gradient(180deg,#fff,#f4f8fa,#d8e4e9);background-attachment:fixed;color:var(--text-dark);min-height:100vh;min-height:100dvh;overflow-x:hidden;-webkit-tap-highlight-color:transparent}button,a,input,select,textarea{font-family:inherit;touch-action:manipulation}@media (min-width: 430px){body{background:linear-gradient(180deg,#f4f8fa,#f4f8fa,#d8e4e9);background-attachment:fixed}.app-frame{margin-top:20px;margin-bottom:20px;border-radius:24px;overflow:hidden;box-shadow:0 25px 50px -12px #00000040;min-height:calc(100vh - 40px)}.landing-background{border-radius:24px}.modal-content{border-radius:24px;margin-bottom:20px}}.app-frame{min-height:100vh;min-height:100dvh;width:100%;max-width:430px;margin:0 auto;position:relative;display:flex;flex-direction:column;background:#fff}.btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:16px 24px;border-radius:var(--radius-md);font-size:16px;font-weight:600;font-family:var(--font-text);cursor:pointer;transition:all .2s ease;border:none;width:100%}.btn-primary{background:var(--orange-action);color:var(--white);box-shadow:0 2px 8px #d867003d}.btn-primary:hover{background:var(--orange-light);transform:translateY(-2px);box-shadow:0 4px 12px #d8670047}.btn-primary:active{transform:translateY(0)}.btn-outline-white{background:transparent;color:var(--white);border:2px solid rgba(255,255,255,.5)}.btn-outline-white:hover{background:#ffffff1a;border-color:var(--white)}.btn-outline{background:transparent;color:var(--blue-ocean);border:2px solid var(--blue-ocean)}.btn-outline:hover{background:var(--ocean-tint)}.btn-success{background:var(--turquoise);color:var(--white)}.btn-success:hover{background:var(--turquoise-vivid)}.btn-social{background:#fff;color:var(--text-dark);border:1px solid var(--border-color);font-weight:500}.btn-social:hover{background:#f4f8fa;border-color:#bcd0da}.btn-third-party{background:#fff;color:var(--text-dark);border:1px solid #D8E4E9;font-weight:500;box-shadow:0 1px 3px #0000000f}.btn-third-party:hover{background:#f4f8fa;box-shadow:0 2px 6px #00000014}.btn-full{width:100%}.third-party-icons{display:flex;gap:8px}.screen-container{flex:1;padding:18px 24px 28px;display:flex;flex-direction:column;overflow-y:auto}.back-btn{background:#fff;border:none;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;margin-left:-12px;margin-top:-8px;margin-bottom:16px;border-radius:50%;box-shadow:0 2px 12px #00000014;transition:background .2s,box-shadow .2s;align-self:flex-start}.back-btn:hover{background:#f4f8fa;box-shadow:0 2px 16px #0000001a}.screen-header{margin-bottom:22px}.screen-title{font-size:28px;font-weight:700;margin-bottom:8px}.gradient-text{background:linear-gradient(135deg,var(--gradient-start) 0%,var(--gradient-end) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.screen-subtitle{color:var(--text-gray);font-size:14px;line-height:1.5}.form{display:flex;flex-direction:column;gap:18px;flex:1}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:500;color:var(--text-dark)}.form-group input,.form-group select,.form-group textarea{padding:13px 16px;border:1px solid var(--border-color);border-radius:12px;font-size:16px;transition:border-color .2s,box-shadow .2s;background:#fff;width:100%;font-family:inherit}.form-group textarea{resize:vertical;min-height:100px}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 3px #005b781a}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-light)}.password-input{position:relative;display:flex;align-items:center}.password-input input{padding-right:48px}.toggle-password{position:absolute;right:10px;width:36px;height:36px;background:none;border:none;border-radius:50%;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;color:#93aab7;transition:background-color .2s ease,color .25s ease}.toggle-password:hover{background-color:#005b7814;color:#6b8796}.toggle-password.is-visible{color:#005b78}.forgot-password{font-size:13px;color:var(--text-light);text-decoration:none;align-self:flex-end;background:none;border:none;cursor:pointer}.forgot-password:hover{color:var(--primary-blue)}.divider{display:flex;align-items:center;gap:12px;margin:6px 0}.divider:before,.divider:after{content:"";flex:1;height:1px;background:var(--border-color)}.divider span{color:var(--text-light);font-size:14px}.social-buttons{display:flex;flex-direction:column;gap:12px}.checkbox-group{margin-top:4px}.checkbox-label{position:relative;display:flex;align-items:flex-start;gap:12px;cursor:pointer;font-size:12px!important;font-weight:400!important;line-height:1.5;color:var(--text-gray)!important}.checkbox-label input[type=checkbox]{position:absolute;left:0;top:2px;width:20px;height:20px;opacity:0;z-index:1;cursor:pointer;margin:0}.checkmark{width:20px;height:20px;min-width:20px;flex-shrink:0;margin-top:2px;border:2px solid var(--border-color);border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s}.checkbox-label input[type=checkbox]:checked+.checkmark{background:var(--primary-blue);border-color:var(--primary-blue)}.checkbox-label input[type=checkbox]:checked+.checkmark:after{content:"";width:6px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);margin-bottom:2px}.checkbox-text{flex:1}.modal{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;align-items:flex-end;justify-content:center}.modal.active{display:flex}.modal-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080}.modal-content{position:relative;background:#fff;width:100%;max-width:430px;border-radius:24px 24px 0 0;padding:24px;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;font-weight:500;color:var(--text-gray)}.modal-close{background:none;border:none;cursor:pointer;padding:4px}.modal-body{display:flex;flex-direction:column;gap:12px}.code-input-container{display:flex;gap:12px;justify-content:center}.code-input{width:48px!important;height:56px;text-align:center;font-size:24px!important;font-weight:600;padding:0!important;border-radius:12px}.code-input:focus{border-color:var(--primary-blue)}.account-type-tabs{display:flex;gap:8px;margin-bottom:24px;border-bottom:1px solid var(--border-color);padding-bottom:0}.tab-btn{background:none;border:none;padding:12px 0;font-size:14px;font-weight:500;color:var(--text-gray);cursor:pointer;position:relative;white-space:nowrap}.tab-btn:first-child{margin-right:24px}.tab-btn.active{color:var(--primary-blue)}.tab-btn.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--primary-blue);border-radius:2px 2px 0 0}.account-form{display:none}.account-form.active{display:flex}.select-wrapper{position:relative}.select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:40px}.select-arrow{position:absolute;right:16px;top:50%;transform:translateY(-50%);pointer-events:none}.phone-input{display:flex;align-items:center;border:1px solid var(--border-color);border-radius:12px;overflow:visible;min-height:48px}.phone-country-wrap{position:relative}.phone-country-trigger{display:flex;align-items:center;justify-content:space-between;gap:6px;padding:10px 10px 10px 12px;min-width:100px;width:100px;flex-shrink:0;background:#f4f8fa;border:none;border-right:1px solid var(--border-color);font-size:13px;color:var(--text-dark);cursor:pointer}.phone-country-trigger:hover{background:#f4f8fa}.phone-country-value{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.phone-country-chevron{flex-shrink:0;color:var(--text-gray)}.country-dropdown{display:none;position:absolute;top:100%;left:0;margin-top:2px;width:100%;max-height:160px;overflow-y:auto;background:#fff;border:1px solid var(--border-color);border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:60}.country-dropdown.is-open{display:block}.country-dropdown button{display:block;width:100%;padding:8px 12px;text-align:left;border:none;background:none;font-size:13px;color:var(--text-dark);cursor:pointer;transition:background .15s}.country-dropdown button:hover{background:#f4f8fa}.phone-input input{border:none!important;border-radius:0!important;flex:1;min-width:0;padding:10px 16px!important}.phone-input input:focus{box-shadow:none!important}.location-input{position:relative;display:flex;align-items:center}.location-input input{padding-right:48px}.location-btn{position:absolute;right:12px;background:none;border:none;cursor:pointer;padding:4px}.city-autocomplete-wrap{position:relative}.city-autocomplete-dropdown{display:none;position:absolute;top:100%;left:0;right:0;margin-top:4px;max-height:220px;overflow-y:auto;background:#fff;border:1px solid var(--border-color);border-radius:12px;box-shadow:0 4px 20px #0000001f;z-index:50}.city-autocomplete-dropdown.is-open{display:block}.city-autocomplete-dropdown button{display:block;width:100%;padding:12px 16px;text-align:left;border:none;background:none;font-size:14px;color:var(--text-dark);cursor:pointer;transition:background .15s}.city-autocomplete-dropdown button:hover,.city-autocomplete-dropdown button:focus{background:#f4f8fa;outline:none}.city-autocomplete-dropdown button small{display:block;font-size:12px;color:var(--text-gray);margin-top:2px}.transport-modes{display:flex;flex-direction:column;gap:12px;margin-top:8px}.transport-mode-btn{display:flex;align-items:center;gap:14px;padding:16px;border:1px solid var(--border-color);border-radius:12px;background:#fff;cursor:pointer;font-size:15px;font-weight:500;color:var(--text-dark);transition:border-color .2s,box-shadow .2s}.transport-mode-btn:hover{border-color:var(--primary-blue);box-shadow:0 0 0 3px #005b7814}.transport-mode-btn.active{border-color:var(--primary-blue);background:#005b780a}.transport-mode-btn .mode-icon{width:40px;height:40px;border-radius:10px;background:#f1f7fa;display:flex;align-items:center;justify-content:center;flex-shrink:0}.walk-card{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid var(--border-color);border-radius:14px;background:#fff;cursor:pointer;transition:box-shadow .2s;overflow:hidden}.walk-card:hover{box-shadow:0 4px 12px #00000014}.walk-card-img{width:72px;height:72px;border-radius:10px;object-fit:cover;flex-shrink:0}.walk-card-body{flex:1;min-width:0}.walk-card-title{font-weight:600;font-size:14px;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.walk-card-meta{font-size:12px;color:var(--text-gray);display:flex;gap:10px;margin-bottom:6px}.walk-card-badge{display:inline-block;padding:2px 8px;border-radius:20px;font-size:11px;font-weight:600}.walk-card-badge.easy{background:#dff6f8;color:#0a4e5a}.walk-card-badge.medium{background:#fbdcc0;color:#8a4200}.walk-card-badge.hard{background:#f9e7e3;color:#7a2418}.sample-notice{display:flex;align-items:flex-start;gap:8px;margin:0 0 12px;padding:8px 12px;border:1px dashed var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--ink-muted);font-size:12.5px;line-height:1.4}.sample-notice svg{flex:none;margin-top:1px;color:var(--ink-soft)}.sample-notice b{color:var(--ink);font-weight:700}.ap{margin-top:2px}.ap-rail{display:flex;gap:10px;margin-inline:calc(var(--ap-bleed, 20px) * -1);padding:5px var(--ap-bleed, 20px) 7px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding-left:var(--ap-bleed, 20px);overscroll-behavior-x:contain;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.ap-rail::-webkit-scrollbar{display:none}.ap-tile{position:relative;flex:0 0 142px;scroll-snap-align:start;min-height:92px;padding:12px;border:1.5px solid var(--border);border-radius:16px;background:var(--white);font-family:inherit;text-align:left;cursor:pointer;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease,transform .1s ease}.ap-tile:active{transform:scale(.975)}.ap-tile:focus-visible{outline:2.5px solid var(--turquoise-vivid);outline-offset:2px}.ap-opt{display:flex;align-items:flex-end}.ap-opt-txt{display:flex;flex-direction:column;gap:3px;min-width:0}.ap-opt-fam{font-size:10px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--turquoise-deep);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ap-opt-label{display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;font-size:13px;font-weight:700;line-height:1.28;color:#2e4c5a;transition:color .16s ease}.ap-opt-check{position:absolute;top:9px;right:9px;width:20px;height:20px;border-radius:50%;border:1.5px solid var(--border);background:var(--white);color:transparent;display:grid;place-items:center;transition:background .16s ease,border-color .16s ease,color .16s ease}.ap-opt-check svg{width:11px;height:11px}.ap-opt-spark{position:absolute;top:10px;left:11px;width:15px;height:15px;color:var(--turquoise)}.ap-opt-spark svg,.ap-row-spark svg{width:100%;height:100%;display:block}.ap-opt.is-proposed:not(.is-on){border-style:dashed;border-color:var(--turquoise-soft);background:var(--turquoise-tint)}.ap-opt.is-on{border-color:var(--blue-ocean);background:var(--ocean-tint);box-shadow:0 6px 16px #005b7829}.ap-opt.is-on .ap-opt-label{color:var(--blue-ocean)}.ap-opt.is-on .ap-opt-check{background:var(--blue-ocean);border-color:var(--blue-ocean);color:var(--white)}.ap-opt.is-on .ap-opt-spark{color:var(--turquoise-deep)}.ap-all{flex:0 0 120px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border-style:dashed;border-color:var(--border-strong);background:linear-gradient(180deg,var(--white) 0%,var(--surface) 100%)}.ap-all-ic{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--ocean-soft);color:var(--blue-ocean)}.ap-all-ic svg{width:16px;height:16px}.ap-all-txt{font-size:12.5px;font-weight:800;color:var(--blue-night)}.ap-all-count{font-size:10.5px;font-weight:600;color:var(--ink-faint)}@media (hover: hover){.ap-tile:hover{border-color:var(--border-strong)}.ap-opt.is-on:hover{border-color:var(--blue-ocean)}}.ap-sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2200;display:flex;align-items:flex-end;justify-content:center}.ap-sheet-veil{position:absolute;top:0;right:0;bottom:0;left:0;padding:0;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#062a4e73;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:pointer;animation:ap-veil-in .2s ease}.ap-sheet-panel{position:relative;display:flex;flex-direction:column;width:100%;max-width:430px;max-height:90vh;max-height:88dvh;background:var(--white);border-radius:var(--radius-xl) var(--radius-xl) 0 0;box-shadow:0 -18px 50px #062a4e4d;overflow:hidden;animation:ap-sheet-in .3s cubic-bezier(.22,1,.36,1)}.ap-sheet-grip{width:38px;height:4px;margin:9px auto 2px;border-radius:var(--radius-full);background:var(--border-strong)}.ap-sheet-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:8px 18px 11px}.ap-sheet-head-txt{display:flex;flex-direction:column;gap:3px;min-width:0}.ap-sheet-title{font-family:var(--font-display);font-size:17px;font-weight:800;color:var(--blue-night)}.ap-sheet-sub{font-size:11.5px;font-weight:600;color:var(--ink-faint)}.ap-sheet-close{flex:none;display:grid;place-items:center;width:34px;height:34px;border:0;border-radius:50%;background:var(--surface);color:var(--ink-muted);cursor:pointer}.ap-sheet-close svg{width:17px;height:17px}.ap-sheet-close:focus-visible,.ap-sheet-done:focus-visible,.ap-row:focus-visible{outline:2.5px solid var(--turquoise-vivid);outline-offset:2px}.ap-sheet-search{position:relative;display:flex;align-items:center;margin:0 18px 4px}.ap-sheet-search-ic{position:absolute;left:14px;width:17px;height:17px;color:var(--ink-faint);pointer-events:none}.ap-sheet-search-ic svg{width:100%;height:100%;display:block}.ap-sheet-input{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1.5px solid transparent;border-radius:var(--radius-full);background:var(--surface-sunken);padding:12px 16px 12px 40px;font-size:14.5px;color:var(--ink);transition:background .16s ease,border-color .16s ease,box-shadow .16s ease}.ap-sheet-input::placeholder{color:var(--ink-faint)}.ap-sheet-input:focus{outline:none;background:var(--white);border-color:var(--turquoise-vivid);box-shadow:0 0 0 3px var(--turquoise-tint)}.ap-sheet-list{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:0 18px 16px}.ap-sheet-live{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.ap-sheet-empty{padding:28px 4px;text-align:center;font-size:13.5px;line-height:1.5;color:var(--ink-soft)}.ap-fam{margin-top:6px}.ap-fam-head{position:sticky;top:0;z-index:1;display:flex;align-items:baseline;justify-content:space-between;gap:8px;padding:10px 2px 7px;background:linear-gradient(180deg,var(--white) 66%,rgba(255,255,255,0) 100%);font-size:10.5px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--turquoise-deep)}.ap-fam-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ap-fam-count{flex:none;letter-spacing:0;font-weight:700;color:var(--ink-faint)}.ap-fam-list{display:flex;flex-direction:column;gap:6px;list-style:none}.ap-row{display:flex;align-items:center;gap:9px;width:100%;min-height:48px;padding:11px 12px;border:1.5px solid var(--border);border-radius:13px;background:var(--white);font-family:inherit;text-align:left;cursor:pointer;transition:border-color .14s ease,background .14s ease}.ap-row:active{transform:scale(.995)}.ap-row-spark{flex:none;width:14px;height:14px;color:var(--turquoise)}.ap-row-label{flex:1;min-width:0;font-size:14px;font-weight:600;line-height:1.3;color:var(--ink)}.ap-row-check{flex:none;display:grid;place-items:center;width:21px;height:21px;border-radius:50%;border:1.5px solid var(--border);background:var(--white);color:transparent;transition:background .14s ease,border-color .14s ease,color .14s ease}.ap-row-check svg{width:11px;height:11px}.ap-row.is-proposed:not(.is-on){border-style:dashed;border-color:var(--turquoise-soft);background:var(--turquoise-tint)}.ap-row.is-on{border-color:var(--blue-ocean);background:var(--ocean-tint)}.ap-row.is-on .ap-row-label{font-weight:700;color:var(--blue-ocean)}.ap-row.is-on .ap-row-check{background:var(--blue-ocean);border-color:var(--blue-ocean);color:var(--white)}.ap-row.is-on .ap-row-spark{color:var(--turquoise-deep)}.ap-sheet-foot{padding:11px 18px calc(13px + env(safe-area-inset-bottom));border-top:1px solid var(--border);background:var(--white)}.ap-sheet-done{width:100%;padding:14px;border:0;border-radius:13px;background:var(--grad-ocean);color:var(--white);font-family:var(--font-display);font-size:15px;font-weight:800;cursor:pointer;box-shadow:0 6px 18px #005b7838}@keyframes ap-veil-in{0%{opacity:0}to{opacity:1}}@keyframes ap-sheet-in{0%{transform:translateY(100%)}to{transform:none}}@media (prefers-reduced-motion: reduce){.ap-sheet-veil,.ap-sheet-panel{animation:none}.ap-tile,.ap-row{transition:none}}.landing-background{flex:1;display:flex;flex-direction:column;background:url(/assets/bg-landing.avif);background-size:cover;background-position:center;padding:16px 24px 40px;position:relative;overflow:hidden}.landing-content{position:relative;z-index:1;flex:1}.logo{display:flex;align-items:center;justify-content:center;margin-top:-4px;margin-bottom:14px}.logo-img{max-width:340px;width:90%;height:auto;display:block;filter:brightness(1.7) hue-rotate(-22deg) saturate(1.25)}.landing-hero{margin-top:-14px}.landing-hero h1{display:flex;flex-direction:column;gap:2px;letter-spacing:-.03em;font-family:var(--font-display);font-weight:800}.hero-line{font-size:36px;font-weight:800;color:#fff;line-height:1.1;letter-spacing:-.04em;text-shadow:0 2px 20px rgba(0,0,0,.35)}.hero-line.highlight{color:#66dce2;font-weight:800}.hero-subtitle{font-family:var(--font-display);color:#fffffff2;font-size:15px;font-weight:500;letter-spacing:.02em;margin-top:8px;text-shadow:0 1px 12px rgba(0,0,0,.3)}.hero-underline{text-decoration:underline;text-decoration-color:#d86700;text-underline-offset:4px;text-decoration-thickness:2px}.landing-actions{position:relative;z-index:1;display:flex;flex-direction:column;gap:12px}.register-prompt{color:#ffffffb3;font-size:14px;text-align:center}.login-top-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;min-height:36px}.login-logo-wrap{flex:1;display:flex;justify-content:center;align-items:center}.login-logo{height:64px;width:auto;max-width:240px;object-fit:contain;display:block;transform:translateY(-5px)}.login-top-spacer{width:36px;flex-shrink:0}.login-screen-container{padding-top:20px}.login-screen-container .back-btn{margin-left:-12px;margin-top:6px;margin-bottom:0;width:36px;height:36px}.login-screen-container .back-btn svg{width:18px;height:18px}.auth-screen-title{font-family:var(--font-display);font-size:26px;font-weight:600;letter-spacing:-.02em;margin-bottom:10px;color:#17323f;background:none;-webkit-text-fill-color:#17323F;padding-left:16px;border-left:4px solid #BCD0DA;margin-left:-4px}.auth-screen-subtitle{font-size:14px;line-height:1.6;color:var(--text-gray);max-width:320px}.subtitle-accent{color:var(--primary-blue);font-weight:600}.label-accent{font-weight:700;padding-left:12px;border-left:3px solid #BCD0DA;margin-left:-3px;transition:border-left-color .25s ease}.form-group:has(input:not(:placeholder-shown)) .label-accent,.form-group:has(textarea:not(:placeholder-shown)) .label-accent,.form-group:has(.password-input input:not(:placeholder-shown)) .label-accent,.form-group:has(.location-input input:not(:placeholder-shown)) .label-accent,.form-group:has(.city-autocomplete-wrap input:not(:placeholder-shown)) .label-accent,.form-group:has(select option:checked:not([value=""])) .label-accent{border-left-color:var(--turquoise-vivid)}.login-divider:before,.login-divider:after{background:var(--border)!important}.login-divider span{color:var(--ink-faint)!important;font-weight:500}.setup-account-type-tabs{margin-top:4px;margin-bottom:20px}.data-notice{display:flex;align-items:center;justify-content:center;gap:6px;color:var(--text-light);font-size:13px;margin-top:auto;padding-top:16px}.login-mode-switch{display:flex;gap:4px;padding:4px;background:#f4f8fa;border-radius:14px;margin-top:4px;margin-bottom:18px}.login-mode-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;min-height:46px;border:none;border-radius:11px;background:transparent;color:var(--text-gray);font-family:inherit;font-size:15px;font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease,box-shadow .2s ease}.login-mode-btn svg{flex-shrink:0}.login-mode-btn.active{background:#fff;color:var(--primary-blue);box-shadow:0 3px 14px #062a4e14}.login-group-help{font-size:12px;line-height:1.5;color:var(--text-gray);margin-top:6px}.form-error{display:flex;align-items:flex-start;gap:8px;padding:10px 12px;border-radius:10px;background:#e0313114;border:1px solid rgba(224,49,49,.25);color:var(--error);font-size:14px;line-height:1.45;margin-bottom:4px}.map-view{flex:1;position:relative;height:100vh;height:100dvh;overflow:hidden;background:#fff}.map-view .map-leaflet-container{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:0;border-radius:30px;overflow:hidden;box-shadow:inset 0 0 0 1px #18b7c457,inset 0 0 24px #18b7c40d}.map-view .map-leaflet-container:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;border-radius:30px;background:radial-gradient(86% 44% at 50% 108%,#18b7c426,#18b7c400 72%),radial-gradient(36% 26% at 93% 1%,#f08a2b1a,#f08a2b00 72%)}.map-pin-wrap{background:none!important;border:none!important}.mm{position:relative;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transform-origin:50% 50%;animation:pin-drop .4s cubic-bezier(.34,1.56,.64,1) both}.mm__ico{display:flex;align-items:center;justify-content:center;color:var(--c2);transition:transform .18s ease}.mm__ico svg{width:36px;height:36px;filter:drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 0 2px #fff) drop-shadow(0 2px 4px rgba(6,42,78,.35))}.mm__dots{position:absolute;left:50%;bottom:-2px;transform:translate(-50%);display:flex;gap:3px;z-index:3}.mm__dots i{width:6px;height:6px;border-radius:50%;border:1.5px solid #fff;box-shadow:0 1px 3px #062a4e4d}.mm__toon{position:relative;width:38px;height:38px;filter:drop-shadow(0 0 2.5px #fff) drop-shadow(0 0 2.5px #fff) drop-shadow(0 2px 4px rgba(6,42,78,.32));transition:transform .18s ease}.mm__toon-fill,.mm__toon-line{position:absolute;top:0;right:0;bottom:0;left:0;-webkit-mask:var(--src) center / contain no-repeat;mask:var(--src) center / contain no-repeat}.mm__toon-fill{background:linear-gradient(160deg,var(--c1) 0%,var(--c2) 82%)}.mm__toon-line{background:#062a4e}.maplibregl-marker:hover .mm__ico{transform:scale(1.14)}.maplibregl-marker:hover .mm__ico,.maplibregl-marker:hover .mm__toon{transform:scale(1.12)}@keyframes pin-drop{0%{transform:scale(calc(var(--pin-scale, 1) * .4));opacity:0}60%{transform:scale(calc(var(--pin-scale, 1) * 1.08));opacity:1}to{transform:scale(var(--pin-scale, 1))}}.map-nav-card{position:absolute;top:max(12px,calc(env(safe-area-inset-top,0px) + 6px));left:12px;right:12px;z-index:1000;background:#ffffffd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:30px;box-shadow:0 8px 32px #00000014,0 0 0 1px #fff9;padding:14px 14px 0}.nav-inputs-row{display:flex;align-items:center;gap:10px;margin-bottom:12px;position:sticky;top:0;background:inherit;z-index:2;padding-bottom:2px}.nav-icons-col{display:flex;flex-direction:column;align-items:center;gap:3px;flex-shrink:0;padding:2px 0}.nav-origin-dot{width:28px;height:28px;background:linear-gradient(135deg,#005b78,#18b7c4);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 8px #005b7866}.nav-dest-dot{width:28px;height:28px;background:linear-gradient(135deg,#d86700,#d86700);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 8px #d8670066}.nav-vert-dots{display:flex;flex-direction:column;align-items:center;gap:3px;padding:2px 0}.nav-vert-dots span{width:4px;height:4px;background:#bcd0da;border-radius:50%}.nav-fields-col{flex:1;display:flex;flex-direction:column;gap:8px;min-width:0}.nav-field-btn>svg{flex-shrink:0}.nav-field-btn{width:100%;display:flex;align-items:center;gap:8px;padding:13px 15px;border:1px solid rgba(0,0,0,.06);border-radius:16px;background:#ffffffb3;font-size:14px;color:#2e4c5a;cursor:pointer;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:inherit;transition:border-color .2s,background .2s}.nav-field-btn:hover{background:#fffffff2}.nav-field-search{display:flex;align-items:center;gap:8px;border-color:#005b7866;background:#fffffff2;width:100%;overflow:visible}.nav-field-input-wrap{flex:1;min-width:0;display:flex;align-items:center;gap:6px}.nav-field-input-wrap .nav-search-input{flex:1;min-width:0}.nav-field-input-wrap .nav-field-clear{flex-shrink:0;margin-left:auto}.nav-field-clear{color:#93aab7;font-size:18px;line-height:1;flex-shrink:0;margin-left:auto;padding:4px 2px;cursor:pointer}.nav-swap-btn{width:36px;height:36px;background:#0000000a;border:none;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b8796;flex-shrink:0;transition:background .2s,color .2s}.nav-swap-btn:hover{background:#005b781a;color:#005b78}.nav-transport-row{display:flex;align-items:center;border-top:1px solid #F4F8FA;padding:8px 0}.transport-opt{flex:1;display:flex;align-items:center;justify-content:center;gap:5px;padding:6px 4px;border:none;background:none;font-size:13px;font-weight:500;color:#6b8796;cursor:pointer;border-radius:8px;transition:color .15s;font-family:inherit}.transport-opt.active{color:#005b78;font-weight:600}.transport-opt .transport-icon{font-size:20px;width:20px;height:20px}.transport-sep{width:1px;height:20px;background:#d8e4e9;flex-shrink:0}.map-bottom-nav{position:absolute;bottom:0;left:0;right:0;z-index:1000;background:#ffffffd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(0,0,0,.04);border-radius:28px 28px 0 0;display:flex;padding:5px 0 9px;padding-bottom:max(9px,env(safe-area-inset-bottom));box-shadow:0 -4px 24px #0000000f}.nav-tab{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;padding:4px 8px;border:none;background:none;font-size:11px;font-weight:500;color:#93aab7;cursor:pointer;font-family:inherit;transition:color .2s}.nav-tab.active{color:#005b78}.nav-field-origin{color:#005b78;border-color:#005b784d;font-weight:500;display:flex;align-items:center;gap:8px;cursor:pointer;width:100%}.nav-field-origin .nav-origin-label{flex:1;min-width:0;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-field-origin .nav-search-input{flex:1;min-width:0}.nav-field-active{border-color:#005b7880!important;display:flex;align-items:center;gap:8px}.nav-search-input{flex:1;border:none;outline:none;font-size:16px;font-weight:600;color:#2e4c5a;background:transparent;font-family:inherit;min-width:0}.nav-search-input::placeholder{color:#93aab7;font-weight:400}.nav-suggestions{margin:0 -12px;border-top:1px solid #F4F8FA;padding:4px 0 6px}.sugg-item{display:flex;align-items:center;gap:12px;width:100%;padding:11px 16px;border:none;background:none;cursor:pointer;text-align:left;transition:background .1s;font-family:inherit}.sugg-item:hover{background:#f4f8fa}.sugg-texts{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.sugg-name{font-size:14px;font-weight:500;color:#062a4e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sugg-sub{font-size:12px;color:#93aab7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.map-nav-card.expanded{max-height:calc(100vh - 155px);max-height:calc(100dvh - 155px);overflow-y:auto;scrollbar-width:none;padding-bottom:0}.map-nav-card.expanded::-webkit-scrollbar{display:none}.route-cards-list{margin:0 -12px;border-top:1px solid #F4F8FA}.route-card{display:flex;align-items:center;justify-content:space-between;width:100%;padding:13px 16px;border:none;background:#fff;cursor:pointer;text-align:left;font-family:inherit;border-bottom:1px solid #F4F8FA;transition:background .12s;gap:8px}.route-card:hover{background:#f4f8fa}.route-card--selected{background:#005b7814;border-bottom:1px solid rgba(0,91,120,.15)}.route-card-parts{display:flex;align-items:center;flex-wrap:wrap;gap:4px;flex:1;min-width:0}.rp-chunk{display:flex;align-items:center;gap:3px}.rp-sep{font-size:12px;color:#93aab7;margin:0 1px;line-height:1}.rp-walk{display:flex;align-items:center;gap:2px;font-size:13px;font-weight:500;color:#2e4c5a}.rp-walk .rp-icon{font-size:14px;width:14px;height:14px}.rp-line .rp-icon-sm{font-size:12px;width:12px;height:12px;margin-right:2px}.rp-line{display:inline-flex;align-items:center;padding:2px 7px;border-radius:4px;font-size:11px;font-weight:700;color:#fff;white-space:nowrap;letter-spacing:.02em}.route-detail-steps{padding:10px 12px 14px 14px;display:flex;flex-direction:column}.dstep-row{display:flex;gap:10px}.dstep-tl{display:flex;flex-direction:column;align-items:center;width:16px;flex-shrink:0;padding-top:2px}.dstep-body{flex:1;padding-bottom:10px;min-width:0;padding-top:1px}.dstep-body--walk{display:flex;align-items:center;gap:6px;padding-top:6px}.dstep-body--walk .dstep-walk-icon{font-size:16px;width:16px;height:16px;color:#6b8796}.dstep-dot{width:14px;height:14px;border-radius:50%;flex-shrink:0}.dstep-dot--origin{background:#005b78;border:2px solid white;box-shadow:0 0 0 2px #005b78}.dstep-dot--sm{width:8px;height:8px;background:#bcd0da;margin:0 3px}.dstep-dot--transit{border:2px solid white;box-shadow:0 0 0 1px #0000001f}.dstep-dot--dest{background:#d86700;border:2px solid white;box-shadow:0 0 0 2px #d86700}.dstep-line{flex:1;width:2px;margin:1px auto;min-height:10px}.dstep-line--dotted{background:repeating-linear-gradient(to bottom,#BCD0DA 0px,#BCD0DA 4px,transparent 4px,transparent 8px)}.dstep-header-row{display:flex;align-items:center;gap:6px;margin-bottom:2px}.dstep-arrival{margin-top:4px}.dstep-place{font-size:14px;font-weight:600;color:#062a4e;flex:1}.dstep-time{font-size:12px;font-weight:600;color:#2e4c5a;white-space:nowrap;margin-left:auto;flex-shrink:0}.dstep-badge{display:inline-flex;align-items:center;gap:3px;padding:2px 6px;border-radius:4px;font-size:11px;font-weight:700;color:#fff;white-space:nowrap;flex-shrink:0}.dstep-badge .dstep-transit-icon{font-size:12px;width:12px;height:12px}.dstep-dir{font-size:12px;color:#2e4c5a;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dstep-hint{font-size:11px;color:#93aab7;margin-bottom:2px;padding-left:0}.dstep-station{font-size:13px;font-weight:500;color:#2e4c5a;flex:1}.dstep-walk-text{font-size:13px;color:#6b8796}.marker-dest-pin{position:relative;width:32px;height:44px;display:flex;align-items:flex-start;justify-content:center;animation:destDrop .45s cubic-bezier(.34,1.56,.64,1);filter:drop-shadow(0 6px 10px rgba(216,103,0,.35))}.marker-dest-pin svg{position:relative;z-index:2}.dest-pin-pulse{position:absolute;left:50%;bottom:4px;width:22px;height:8px;transform:translate(-50%);border-radius:50%;background:#d8670073;animation:destPulse 1.8s ease-out infinite;z-index:1}@keyframes destDrop{0%{transform:translateY(-18px);opacity:0}60%{transform:translateY(2px);opacity:1}to{transform:translateY(0);opacity:1}}@keyframes destPulse{0%{transform:translate(-50%) scale(.6);opacity:.7}to{transform:translate(-50%) scale(2.4);opacity:0}}.user-location-marker{width:24px;height:24px;position:relative;display:flex;align-items:center;justify-content:center}.user-location-marker:before{content:"";position:absolute;width:60px;height:60px;border-radius:50%;border:2px solid rgba(24,183,196,.75);background:radial-gradient(circle,#18b7c438,#18b7c400 68%);animation:user-radar 2.6s cubic-bezier(.2,.7,.3,1) infinite}.user-location-marker:after{content:"";position:absolute;width:60px;height:60px;border-radius:50%;border:1.5px solid rgba(24,183,196,.5);animation:user-radar 2.6s cubic-bezier(.2,.7,.3,1) 1.3s infinite}@keyframes user-radar{0%{transform:scale(.28);opacity:.9}70%{opacity:.28}to{transform:scale(1);opacity:0}}.user-location-dot{width:20px;height:20px;background:linear-gradient(150deg,#18b7c4,#005b78);border-radius:50%;border:3.5px solid #ffffff;box-shadow:0 2px 12px #18b7c499;position:relative;z-index:1}.sub-screen-top{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding-top:4px}.sub-screen-top .back-btn{margin:0;flex-shrink:0}.sub-screen-title{font-family:var(--font-display);font-size:20px;font-weight:700;color:var(--text-dark)}.waste-detail-img{width:100%;height:180px;background:linear-gradient(135deg,#f9e7e3,#f9e7e3);border-radius:14px;margin-bottom:16px;display:flex;align-items:center;justify-content:center;color:var(--text-light);font-size:13px}.waste-info-row{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}.waste-tag{padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;background:#f9e7e3;color:#7a2418}.waste-tag.date{background:#f4f8fa;color:var(--text-gray);font-weight:400}.waste-description{font-size:14px;color:var(--text-gray);line-height:1.6;margin-bottom:24px}.waste-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:auto}.problem-types{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:4px}.problem-type-btn{padding:12px 8px;border:1px solid var(--border-color);border-radius:10px;background:#fff;font-size:12px;font-weight:500;color:var(--text-dark);cursor:pointer;text-align:center;transition:all .15s}.problem-type-btn.active,.problem-type-btn:hover{border-color:var(--primary-blue);background:#f1f7fa;color:var(--primary-blue)}.photo-upload-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;height:100px;border:2px dashed var(--border-color);border-radius:12px;background:#f4f8fa;cursor:pointer;font-size:14px;color:var(--text-gray);transition:border-color .2s}.photo-upload-btn:hover{border-color:var(--primary-blue);color:var(--primary-blue)}.route-summary{padding:16px;background:#f1f7fa;border-radius:12px;margin-bottom:16px}.route-summary-title{font-weight:600;margin-bottom:4px}.route-summary-meta{font-size:13px;color:var(--text-gray);display:flex;gap:16px}.route-steps{display:flex;flex-direction:column;gap:0}.route-step{display:flex;gap:14px;padding:12px 0;border-bottom:1px solid var(--border-color);font-size:14px}.route-step:last-child{border-bottom:none}.step-icon{width:32px;height:32px;border-radius:50%;background:#f1f7fa;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.step-text{flex:1}.step-time{font-size:12px;color:var(--text-gray);margin-top:2px}.address-search-bar{display:flex;align-items:center;gap:10px;padding:13px 16px;background:#fff;border:1px solid var(--border-color);border-radius:12px;box-shadow:0 2px 8px #0000000f}.address-search-bar input{flex:1;border:none;outline:none;font-size:16px;background:transparent;color:var(--text-dark)}.address-results{display:flex;flex-direction:column;gap:2px;margin-top:6px}.address-result-btn{display:flex;align-items:center;gap:10px;width:100%;padding:12px 14px;border:none;background:none;font-size:14px;text-align:left;cursor:pointer;border-radius:8px;transition:background .15s;color:var(--text-dark)}.address-result-btn:hover{background:#f4f8fa}.walk-distance-wrap{display:flex;align-items:center;gap:12px}.walk-distance-wrap input[type=number]{flex:1;padding:14px 16px;border:1px solid var(--border-color);border-radius:10px;font-size:18px;font-weight:600;outline:none;transition:border-color .2s}.walk-distance-wrap input[type=number]:focus{border-color:var(--primary-blue)}.walk-distance-unit{font-size:16px;font-weight:600;color:var(--text-gray);min-width:28px}.walks-list{display:flex;flex-direction:column;gap:12px}.transport-option-card{display:flex;align-items:center;gap:14px;padding:16px;border:1px solid var(--border-color);border-radius:12px;background:#fff;cursor:pointer;transition:border-color .2s,box-shadow .2s;margin-bottom:10px}.transport-option-card:hover{border-color:var(--primary-blue);box-shadow:0 0 0 3px #005b7814}.transport-option-card.selected{border-color:var(--primary-blue);background:#005b780a}.transport-option-icon{width:44px;height:44px;border-radius:12px;background:#f1f7fa;display:flex;align-items:center;justify-content:center;flex-shrink:0}.transport-option-info{flex:1}.transport-option-name{font-weight:600;font-size:15px;margin-bottom:2px}.transport-option-meta{font-size:13px;color:var(--text-gray)}.map-problem-panel{position:absolute;bottom:calc(72px + env(safe-area-inset-bottom,0px));left:12px;right:12px;z-index:1000;display:flex;flex-direction:column;gap:8px;max-height:calc(100vh - 170px);max-height:calc(100dvh - 170px);overflow-y:auto}.pp-card{display:flex;background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 10px 30px #062a4e2e}.pp-photo{position:relative;width:96px;flex-shrink:0;align-self:stretch;min-height:96px;cursor:pointer}.pp-photo img{width:100%;height:100%;object-fit:cover;display:block}.pp-photo .problem-status{position:absolute;top:7px;left:7px;font-size:9.5px;padding:3px 7px;box-shadow:0 2px 6px #062a4e40}.pp-types{position:absolute;left:7px;bottom:7px;display:flex;gap:4px}.pp-type{display:inline-flex;align-items:center;gap:4px;padding:3px 7px;border-radius:999px;background:#fffffff0;font-size:9.5px;font-weight:800;color:#17323f}.pp-type:before{content:"";width:9px;height:9px;border-radius:50%;background:var(--t)}.pp-desc{flex:1;min-width:0;padding:11px 13px 11px 12px}.pp-title{display:block;font-family:var(--font-display);font-size:15.5px;font-weight:800;color:#062a4e;line-height:1.2}.pp-text{margin:4px 0 0;font-size:12.5px;line-height:1.35;color:#6b8796;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pp-meta{margin-top:7px;display:flex;align-items:center;gap:6px;font-size:10.5px;font-weight:600;color:#93aab7;white-space:nowrap;overflow:hidden}.pp-meta .problem-likes{margin-left:auto}.pp-meta-sep{width:4px;height:4px;border-radius:50%;background:#bcd0da;flex-shrink:0}.problem-card{display:flex;align-items:center;gap:10px;background:#ffffffe6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:14px;padding:10px 12px;box-shadow:0 8px 32px #0000001a,0 0 0 1px #fff9;cursor:pointer;transition:transform .2s,box-shadow .2s}.problem-card:hover{transform:translateY(-2px);box-shadow:0 12px 40px #0000001f,0 0 0 1px #fffc}.problem-card:active{transform:translateY(0)}.problem-thumb{width:52px;height:52px;border-radius:10px;flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 2px 12px #0000001f}.problem-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.problem-title-row{display:flex;align-items:center;justify-content:space-between;gap:6px}.problem-title{font-size:13px;font-weight:700;color:#062a4e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.problem-status{font-size:10px;font-weight:700;padding:2px 6px;border-radius:6px;flex-shrink:0}.problem-status--pending{background:#f9e7e3;color:#b93724}.problem-status--progress{background:#fbdcc0;color:#d86700}.problem-status--resolved{background:#dff6f8;color:#128a9a}.problem-meta-row{display:flex;align-items:center;justify-content:space-between}.problem-username{font-size:11px;color:#6b8796}.problem-likes{display:flex;align-items:center;gap:3px;font-size:12px;font-weight:600;color:#2e4c5a}.problem-tags-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.problem-tag{font-size:10px;font-weight:500;color:#2e4c5a;background:#f4f8fa;border-radius:5px;padding:2px 6px;white-space:nowrap}.mm__count{position:absolute;top:-2px;right:-4px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:linear-gradient(150deg,#005b78,#005b78);border:2px solid #ffffff;color:#fff;font-family:var(--font-display);font-size:10px;font-weight:800;line-height:1;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #005b7866;pointer-events:none;z-index:4}.pp-block{background:#fffffff5;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:16px;padding:14px;box-shadow:0 8px 32px #0000001f,0 0 0 1px #fff9;display:flex;flex-direction:column;gap:10px}.pp-question{font-family:var(--font-display);font-size:14px;font-weight:800;color:#062a4e;text-align:center;margin-bottom:10px}.pp-actions{display:flex;gap:10px}.pp-btn{flex:1;min-height:46px;border:none;border-radius:14px;font-family:inherit;font-size:14.5px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer}.pp-btn:active{transform:scale(.97)}.pp-btn--still{background:var(--action-warning-soft);color:var(--action-warning);box-shadow:0 3px 10px #d8670029}.pp-btn--still:hover{filter:brightness(.98)}.pp-btn--resolved{background:var(--action-success-soft);color:var(--action-success);box-shadow:0 3px 10px #128a9a29}.pp-btn--resolved:hover{filter:brightness(.98)}.pp-chips{display:flex;gap:8px}.pp-chip{flex:1;min-height:48px;border:1.5px solid rgba(0,91,120,.28);border-radius:13px;background:#fff;color:#005b78;font-family:inherit;font-size:14.5px;font-weight:700;cursor:pointer;transition:transform .15s,background .15s,border-color .15s}.pp-chip:hover{background:#005b780f}.pp-chip:active{transform:scale(.96)}.pp-chip--turquoise{border-color:#128a9a52;color:#0f7180}.pp-chip--turquoise:hover{background:#128a9a0f}.pp-thanks{min-height:52px;display:flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-display);font-size:16px;font-weight:700;color:#0f7180}.pp-thanks svg{flex-shrink:0}@keyframes sentinel-halo{0%{transform:scale(.9);opacity:.9}to{transform:scale(1.55);opacity:0}}.sentinel-panel{position:absolute;bottom:calc(95px + env(safe-area-inset-bottom,0px));left:12px;right:12px;z-index:999;background:#fff;border-radius:18px;padding:14px;box-shadow:0 10px 36px #062a4e29,0 0 0 1px #ffffffb3;display:flex;flex-direction:column;gap:12px}.sentinel-head{display:flex;align-items:center;gap:10px}.sentinel-dot{position:relative;width:12px;height:12px;border-radius:50%;background:#005b78;flex-shrink:0}.sentinel-dot:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;border:2px solid rgba(0,91,120,.65);animation:sentinel-halo 1.8s ease-out infinite;pointer-events:none}.sentinel-head-texts{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.sentinel-title{font-family:var(--font-display);font-size:16.5px;font-weight:700;color:#062a4e}.sentinel-sub{font-size:12.5px;color:#6b8796}.sentinel-quit{flex-shrink:0;min-height:44px;padding:10px 14px;border:none;border-radius:12px;background:#005b7814;color:#005b78;font-family:inherit;font-size:13.5px;font-weight:700;cursor:pointer;transition:background .15s}.sentinel-quit:hover{background:#005b7824}.sentinel-detour{border-top:1px solid #F4F8FA;padding-top:12px;display:flex;flex-direction:column;gap:10px}.sentinel-detour-row{display:flex;align-items:center;gap:10px}.sentinel-detour-icon{width:42px;height:42px;border-radius:12px;background:#f1f7fa;color:#005b78;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sentinel-detour-texts{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.sentinel-detour-title{font-family:var(--font-display);font-size:15px;font-weight:700;color:#062a4e}.sentinel-detour-sub{font-size:12.5px;color:#6b8796}.sentinel-detour-actions{display:flex;gap:10px}.sentinel-go{flex:1;min-height:50px;border:none;border-radius:13px;background:linear-gradient(135deg,#005b78,#005b78);color:#fff;font-family:inherit;font-size:15.5px;font-weight:700;cursor:pointer;box-shadow:0 4px 14px #005b7859;transition:transform .15s,box-shadow .15s}.sentinel-go:active{transform:scale(.97)}.sentinel-ignore{flex:1;min-height:50px;border:1px solid #D8E4E9;border-radius:13px;background:#fff;color:#2e4c5a;font-family:inherit;font-size:15.5px;font-weight:600;cursor:pointer;transition:background .15s,transform .15s}.sentinel-ignore:hover{background:#f4f8fa}.sentinel-ignore:active{transform:scale(.97)}.mm-friend{position:relative;width:44px;height:44px;border-radius:50%;background-image:var(--photo);background-size:cover;background-position:center;background-color:#bcd0da;animation:pin-drop .4s cubic-bezier(.34,1.56,.64,1) both}.mm-friend--violet{box-shadow:0 0 0 3px #fff,0 0 0 6px #005b78,0 6px 16px #062a4e57}.mm-friend--rose{box-shadow:0 0 0 3px #fff,0 0 0 6px #b93724,0 6px 16px #062a4e57}.mm-friend--vert{box-shadow:0 0 0 3px #fff,0 0 0 6px #0f7180,0 6px 16px #062a4e57}.mm-friend__online{position:absolute;right:0;bottom:0;width:12px;height:12px;border-radius:50%;background:#18b7c4;border:2px solid #ffffff;z-index:2}.wz-report-btn{position:absolute;right:16px;bottom:100px;z-index:1000;width:72px;height:72px;border-radius:50%;border:none;background:linear-gradient(135deg,#d86700,#d86700);box-shadow:0 0 0 4px #fff,0 10px 28px #d8670080;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;cursor:pointer;font-family:inherit;animation:wz-report-idle 2.6s ease-in-out infinite alternate}.wz-report-btn svg{flex-shrink:0}.wz-report-btn:active{animation:none;transform:scale(.94)}.wz-report-label{font-family:var(--font-display);font-size:11px;font-weight:700;color:#fff;line-height:1;letter-spacing:.01em}@keyframes wz-report-idle{0%{transform:scale(1)}to{transform:scale(1.05)}}.wz-side-col{position:absolute;left:16px;bottom:100px;z-index:1000;display:flex;flex-direction:column;align-items:center;gap:10px}.wz-side-btn{position:relative;width:54px;height:54px;border-radius:50%;border:none;background:#fff;color:#005b78;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 20px #062a4e2e;transition:background .25s,color .25s,box-shadow .25s,transform .2s}.wz-side-btn:active{transform:scale(.95)}.wz-status{position:absolute;bottom:100px;left:50%;transform:translate(-50%);z-index:999;max-width:55%;display:flex;align-items:center;gap:8px;padding:10px 18px;border-radius:999px;background:#fff;box-shadow:0 8px 24px #062a4e29;font-size:13.5px;font-weight:700;color:#062a4e;text-align:center}.wz-status-dot{width:10px;height:10px;border-radius:50%;background:#d86700;flex-shrink:0;animation:wz-status-pulse 1.6s ease-in-out infinite}@keyframes wz-status-pulse{0%,to{transform:scale(1);box-shadow:0 0 #d8670073}50%{transform:scale(1.25);box-shadow:0 0 0 6px #d8670000}}.map-bottom-nav .nav-tab.active{font-weight:700}.nav-tab.active svg{transform:scale(1.15)}.nav-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2000;background:var(--surface);animation:navIn .34s cubic-bezier(.22,1,.36,1) both}@keyframes navIn{0%{opacity:0;transform:scale(1.03)}to{opacity:1;transform:scale(1)}}.nav-overlay .nav-map{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.nav-map .maplibregl-ctrl-attrib,.nav-map .maplibregl-ctrl-bottom-right,.nav-map .maplibregl-ctrl-bottom-left{display:none}.nav-map .maplibregl-canvas-container.maplibregl-interactive{cursor:default}.nav-puck{position:relative;z-index:5;width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#005b78,#18b7c4);border:3px solid #fff;box-shadow:0 0 22px #18b7c4a6,0 6px 16px #00000080;display:flex;align-items:center;justify-content:center}.nav-puck__glow{position:absolute;top:-13px;right:-13px;bottom:-13px;left:-13px;border-radius:50%;background:radial-gradient(circle,#18b7c459,#18b7c400 70%);animation:navPuckPulse 2s ease-out infinite;z-index:-1}@keyframes navPuckPulse{0%{transform:scale(.7);opacity:.9}to{transform:scale(1.45);opacity:0}}.nav-puck svg{transform:translateY(-1px);filter:drop-shadow(0 1px 1px rgba(0,0,0,.25))}.nav-banner{position:absolute;top:max(14px,env(safe-area-inset-top));left:12px;right:12px;z-index:2001;display:flex;align-items:center;gap:15px;padding:14px 17px;border-radius:22px;background:#062a4ed1;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.09);color:#fff;box-shadow:0 14px 34px #00000073}.nav-banner--arrive{background:linear-gradient(135deg,#0f7180,#18b7c4);box-shadow:0 14px 34px #0f718066}.nav-banner-icon{flex-shrink:0;width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#005b78,#18b7c4);box-shadow:0 4px 14px #18b7c459;display:flex;align-items:center;justify-content:center;color:#fff}.nav-banner-text{display:flex;flex-direction:column;min-width:0}.nav-banner-dist{font-family:var(--font-display);font-size:30px;font-weight:800;line-height:1}.nav-banner-label{font-size:15px;font-weight:600;color:#ffffffe6;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-banner--arrive .nav-banner-label{font-family:var(--font-display);font-size:22px;font-weight:800;color:#fff;margin-top:0}.nav-bottom{padding:14px 16px 15px;border-radius:24px;background:#062a4edb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.09);box-shadow:0 14px 40px #00000080}.nav-progress{height:6px;border-radius:999px;background:#ffffff1f;overflow:hidden;margin-bottom:13px}.nav-progress span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#005b78,#18b7c4);transition:width .3s ease}.nav-bottom-row{display:flex;align-items:center;gap:12px}.nav-bottom-info{flex:1;min-width:0;display:flex;flex-direction:column}.nav-eta-time{font-family:var(--font-display);font-size:26px;font-weight:800;color:#fff;line-height:1.05}.nav-eta-sub{font-size:13.5px;font-weight:600;color:#93aab7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:1px}.nav-quit{flex-shrink:0;width:52px;height:52px;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#b9372429;color:#d9705f;cursor:pointer;transition:transform .15s ease,background .15s ease}.nav-quit:active{transform:scale(.92);background:#b937244d}.nav-banner-then{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 11px;border-radius:13px;background:#ffffff29;color:#fff;font-size:11px;font-weight:700}.nav-sim{display:flex;align-items:center;gap:7px;margin-top:11px;padding-top:11px;border-top:1px solid rgba(255,255,255,.08)}.nav-sim-label{font-size:11.5px;font-weight:800;color:#6b8796;text-transform:uppercase;letter-spacing:.05em;margin-right:auto}.nav-sim-btn{min-width:44px;padding:8px 0;border:1.5px solid rgba(255,255,255,.14);border-radius:999px;background:transparent;color:#bcd0da;font-family:var(--font-display);font-size:13px;font-weight:800;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.nav-sim-btn.is-on{background:linear-gradient(135deg,#005b78,#18b7c4);border-color:transparent;color:#fff;box-shadow:0 3px 10px #18b7c44d}.nav-dest{z-index:2}.nav-dest__in{display:block;position:relative;filter:drop-shadow(0 6px 14px rgba(185,55,36,.55));animation:pin-drop .5s cubic-bezier(.34,1.56,.64,1) both}.nav-dest svg{position:relative;z-index:1;display:block}.nav-dest__pulse{position:absolute;left:50%;bottom:-5px;width:30px;height:12px;transform:translate(-50%);border-radius:50%;background:#d8670080;animation:nav-dest-pulse 1.8s ease-out infinite}@keyframes nav-dest-pulse{0%{transform:translate(-50%) scale(.6);opacity:.8}to{transform:translate(-50%) scale(2.4);opacity:0}}.nav-dock{position:absolute;left:12px;right:12px;bottom:max(16px,env(safe-area-inset-bottom));z-index:2001;display:flex;flex-direction:column;align-items:stretch;gap:12px;pointer-events:none}.nav-dock>*{pointer-events:auto}.nav-alert{position:relative;display:flex;align-items:center;gap:11px;padding:10px 13px 10px 16px;border-radius:18px;background:#062a4eeb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.12);box-shadow:0 12px 32px #062a4e4d;overflow:hidden;animation:nav-alert-in .3s cubic-bezier(.22,1,.36,1) both}.nav-alert:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--sev, var(--orange-action))}.nav-alert-pin .mm__count{display:none}@keyframes nav-alert-in{0%{transform:translateY(8px);opacity:0}to{transform:translateY(0);opacity:1}}.nav-alert--top{position:absolute;top:max(14px,env(safe-area-inset-top));left:12px;right:12px;z-index:2001}.nav-alert-pin{width:40px;height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.nav-alert-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:7px}.nav-alert-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;min-width:0}.nav-alert-title{font-family:var(--font-display);font-size:14px;font-weight:700;letter-spacing:-.01em;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-alert-dist{flex-shrink:0;padding:3px 9px;border-radius:999px;background:#18b7c429;font-size:11px;font-weight:700;color:var(--turquoise-vivid);font-variant-numeric:tabular-nums}.nav-arrive{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2002;display:flex;align-items:flex-end;justify-content:center;padding:0 16px calc(28px + env(safe-area-inset-bottom));background:linear-gradient(180deg,#062a4e00 40%,#062a4e73)}.nav-arrive-card{width:100%;background:#fff;border-radius:24px;padding:24px 20px 20px;text-align:center;box-shadow:0 20px 50px #062a4e59;animation:gd-sheet-up .35s cubic-bezier(.22,1,.36,1) both}.nav-arrive-check{width:58px;height:58px;margin:0 auto 10px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f7180,#18b7c4);color:#fff;box-shadow:0 8px 20px #0f718066}.nav-arrive-title{font-family:var(--font-display);font-size:22px;font-weight:800;color:#062a4e;margin:0}.nav-arrive-dest{font-size:14px;font-weight:600;color:#6b8796;margin:3px 0 10px}.nav-arrive-pts{display:inline-block;padding:7px 13px;border-radius:999px;background:#effafb;color:#0f7180;font-size:13px;font-weight:800}.nav-arrive-btn{display:block;width:100%;margin-top:16px;padding:15px;border:none;border-radius:16px;background:var(--action-success-grad);color:#fff;font-family:var(--font-display);font-size:16.5px;font-weight:800;cursor:pointer;box-shadow:0 6px 16px #0f718059}.nav-arrive-btn:active{transform:scale(.98)}.nav-go-bar{width:100%;display:flex;align-items:center;gap:12px;margin-top:11px;margin-bottom:12px;padding:11px 13px;border:none;border-radius:18px;background:var(--action-primary-grad);color:#fff;font-family:inherit;text-align:left;cursor:pointer;box-shadow:0 6px 18px #005b7852;transition:transform .15s ease,box-shadow .2s ease;animation:navgo-pop .28s ease}.nav-go-bar:hover{box-shadow:0 8px 22px #005b786b}.nav-go-bar:active{transform:scale(.98)}.nav-go-bar-ic{width:38px;height:38px;flex-shrink:0;border-radius:50%;background:#ffffff2e;display:flex;align-items:center;justify-content:center}.nav-go-bar-ic svg{transform:translate(1px)}.nav-go-bar-txt{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.nav-go-bar-main{font-family:var(--font-display);font-size:16.5px;font-weight:800;line-height:1.1}.nav-go-bar-sub{font-size:12px;font-weight:600;color:#ffffffd9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-go-bar-eta{flex-shrink:0;padding:7px 12px;border-radius:999px;background:#fff;color:#005b78;font-family:var(--font-display);font-size:14px;font-weight:800}@keyframes navgo-pop{0%{transform:scale(.94);opacity:0}to{transform:scale(1);opacity:1}}.map-leaflet-container .maplibregl-map{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.map-leaflet-container .maplibregl-ctrl-attrib,.map-leaflet-container .maplibregl-ctrl-bottom-right,.map-leaflet-container .maplibregl-ctrl-bottom-left,.map-leaflet-container .maplibregl-ctrl-top-right,.map-leaflet-container .maplibregl-ctrl-top-left{display:none}.map-view .maplibregl-marker{cursor:pointer}.wz-zones{position:absolute;left:12px;bottom:calc(96px + env(safe-area-inset-bottom));z-index:900;display:flex;flex-direction:column;gap:7px;align-items:flex-start}.wz-zones-toggle{display:inline-flex;align-items:center;gap:7px;padding:8px 12px;border:none;border-radius:999px;background:#ffffffeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#005b78;font-family:inherit;font-size:12.5px;font-weight:800;cursor:pointer;box-shadow:0 4px 14px #062a4e1f;transition:color .15s ease}.wz-zones.is-off .wz-zones-toggle{color:#93aab7}.wz-zones-legend{display:flex;flex-direction:column;gap:5px;padding:9px 12px;border-radius:14px;background:#ffffffeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 4px 14px #062a4e1f}.wz-zone-item{display:inline-flex;align-items:center;gap:8px;font-size:11.5px;font-weight:700;color:#4a6675}.wz-zone-dot{width:11px;height:11px;border-radius:3px;flex-shrink:0}.nav-verify{display:flex;gap:6px}.nav-verify-btn{flex:1;height:32px;padding:0 6px;border:1px solid transparent;border-radius:999px;font-family:inherit;font-size:12px;font-weight:700;letter-spacing:-.01em;white-space:nowrap;cursor:pointer;transition:transform .12s ease,filter .15s ease}.nav-verify-btn:active{transform:scale(.96)}.nav-verify-btn:hover{filter:brightness(1.08)}.nav-verify-btn--yes{background:var(--orange-action);color:#fff}.nav-verify-btn--no{background:var(--turquoise);color:#fff}.nav-verify-btn--maybe{background:transparent;border-color:#ffffff38;color:#bcd0da}.nav-verify-toast{position:absolute;top:max(14px,env(safe-area-inset-top));left:12px;right:12px;z-index:2002;display:flex;align-items:center;justify-content:center;gap:9px;padding:14px 16px;border-radius:18px;background:#062a4eeb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.12);color:#fff;font-family:var(--font-display);font-size:14px;font-weight:700;text-align:center;box-shadow:0 12px 32px #062a4e4d;animation:nav-alert-in .3s ease both}.nav-verify-toast-ic{flex-shrink:0;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--turquoise);color:#fff}.nav-report-fab{align-self:flex-end;width:56px;height:56px;flex-shrink:0;border:none;border-radius:50%;background:var(--orange-action);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 22px #d8670080;transition:transform .15s ease}.nav-report-fab:active{transform:scale(.92)}.nav-report-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2003;display:flex;align-items:flex-end;justify-content:center;background:#062a4e8c;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);animation:navIn .25s ease both}.nav-report{width:100%;max-width:430px;background:#fff;border-radius:24px 24px 0 0;padding:16px 16px max(20px,env(safe-area-inset-bottom));animation:gd-sheet-up .32s cubic-bezier(.22,1,.36,1) both}.nav-report-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.nav-report-title{font-family:var(--font-display);font-size:17px;font-weight:800;color:#062a4e}.nav-report-close{width:32px;height:32px;border:none;border-radius:50%;background:#f4f8fa;color:#4a6675;display:flex;align-items:center;justify-content:center;cursor:pointer}.nav-report-grab{display:block;width:38px;height:4px;margin:-4px auto 10px;border-radius:999px;background:#d8e4e9}.nav-report-cam{position:relative;height:168px;border-radius:16px;overflow:hidden;background:#062a4e}.nav-report-cam-feed,.nav-report-cam-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.nav-report-shutter{position:absolute;left:50%;bottom:10px;transform:translate(-50%);width:46px;height:46px;border-radius:50%;border:3px solid #fff;background:#ffffff38;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .12s ease}.nav-report-shutter:active{transform:translate(-50%) scale(.92)}.nav-report-shutter:disabled{opacity:.45;cursor:default}.nav-report-shutter span{width:32px;height:32px;border-radius:50%;background:#fff}.nav-report-gallery{position:absolute;right:10px;bottom:12px;width:38px;height:38px;border:none;border-radius:12px;background:#062a4e8c;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}.nav-report-retake{position:absolute;right:10px;bottom:10px;display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border:none;border-radius:999px;background:#ffffffeb;color:#062a4e;font-family:inherit;font-size:12px;font-weight:700;cursor:pointer}.nav-report-cam-empty{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:#93aab7;font-size:12.5px;font-weight:700}.nav-report-import{margin-top:3px;padding:8px 15px;border:none;border-radius:999px;background:#fff;color:#005b78;font-family:inherit;font-size:12.5px;font-weight:800;cursor:pointer}.nav-report-auto{display:flex;align-items:center;gap:7px;margin-top:11px;padding:9px 11px;border-radius:11px;background:#f1f7fa;color:#005b78;font-size:12px;font-weight:600}.nav-report-cats{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:11px}.nav-report-cat{padding:12px 8px;border:1.5px solid #D8E4E9;border-radius:13px;background:#fff;color:#2e4c5a;font-family:inherit;font-size:13.5px;font-weight:800;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.nav-report-cat.is-on{border-color:var(--cc);background:color-mix(in srgb,var(--cc) 12%,#fff);color:var(--cc)}.nav-report-comment{width:100%;margin-top:10px;padding:12px 13px;border:1.5px solid #D8E4E9;border-radius:13px;font-family:inherit;font-size:16px;color:#062a4e;outline:none}.nav-report-comment:focus{border-color:#7fb3c6}.nav-report-submit{width:100%;margin-top:12px;padding:15px;border:none;border-radius:15px;background:linear-gradient(135deg,#0f7180,#18b7c4);color:#fff;font-family:var(--font-display);font-size:16px;font-weight:800;cursor:pointer;box-shadow:0 6px 16px #0f718059}.nav-report-submit:disabled{background:#bcd0da;box-shadow:none;cursor:not-allowed}.nav-report-done{display:flex;flex-direction:column;align-items:center;text-align:center;padding:14px 0 8px;gap:4px}.nav-report-done-ic{width:56px;height:56px;margin-bottom:6px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f7180,#18b7c4);color:#fff;box-shadow:0 8px 20px #0f718066}.nav-report-done-title{font-family:var(--font-display);font-size:19px;font-weight:800;color:#062a4e}.nav-report-done-sub{font-size:13.5px;font-weight:600;color:#0f7180}.dashboard-page{position:relative;height:100vh;height:100dvh;display:flex;flex-direction:column;overflow:hidden;background:linear-gradient(180deg,#fff,#f1f7fa)}.dashboard-page .map-bottom-nav{background:#fff;backdrop-filter:none;-webkit-backdrop-filter:none}.dash-body{transform:translateZ(0)}.dash-body{flex:1;min-height:0;padding:24px 20px 84px;display:flex;flex-direction:column;gap:22px;overflow-y:auto}.dash-cta{width:100%;display:flex;align-items:center;gap:14px;padding:16px 18px;border:none;border-radius:20px;background:linear-gradient(135deg,#f08a2b,#d86700 45%,#d86700);color:#fff;font-family:inherit;text-align:left;cursor:pointer;box-shadow:0 10px 26px #d867006b;animation:dash-cta-pulse 2.8s ease-in-out infinite;transition:transform .15s ease}@keyframes dash-cta-pulse{0%,to{box-shadow:0 10px 26px #d8670066}50%{box-shadow:0 14px 36px #d8670099}}.dash-cta:active{transform:scale(.985)}.dash-cta-ic{width:48px;height:48px;flex-shrink:0;border-radius:16px;display:flex;align-items:center;justify-content:center;background:#ffffff38;border:1px solid rgba(255,255,255,.3)}.dash-cta-ic svg{width:24px;height:24px}.dash-cta-txt{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.dash-cta-main{font-family:var(--font-display);font-size:18px;font-weight:800;line-height:1.1}.dash-cta-sub{font-size:12.5px;font-weight:600;color:#ffffffe0}.dash-cta-go{flex-shrink:0;display:flex;align-items:center;color:#ffffffd9}.gd-hello{text-align:left}.gd-hello-title{font-family:var(--font-display);font-size:22px;font-weight:800;color:#062a4e;margin:0}.gd-hello-sub{font-size:14px;color:#6b8796;margin:3px 0 0}.gd-level{position:relative;background:radial-gradient(240px 240px at 86% -18%,#ffffff42,#fff0 66%),radial-gradient(200px 200px at 6% 116%,#66dce247,#66dce200 64%),linear-gradient(135deg,#005b78,#005b78 48%,#18b7c4);border-radius:24px;padding:20px;color:#fff;box-shadow:0 16px 34px #005b785c;display:flex;flex-direction:column;gap:15px}.gd-level-top{display:flex;align-items:center;gap:16px}.gd-ring{position:relative;width:104px;height:104px;flex-shrink:0;filter:drop-shadow(0 3px 10px rgba(0,0,0,.22))}.gd-ring-label{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.gd-ring-inner{display:flex;align-items:baseline;gap:1px;font-family:var(--font-display);font-weight:800;line-height:1}.gd-ring svg{display:block}.gd-ring-lvl{font-size:14px;font-weight:800;line-height:1;color:#ffffffb8}.gd-ring-num{font-size:34px;line-height:1;letter-spacing:-.02em;color:#fff}.gd-level-info{display:flex;flex-direction:column;align-items:flex-start;gap:7px;min-width:0}.gd-level-rank{font-size:12.5px;font-weight:600;color:#ffffffc7}.gd-level-badge{display:inline-flex;align-items:center;padding:6px 13px;border-radius:999px;background:#eaf1f5;color:#4a6675;font-family:var(--font-display);font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.gd-level-pts{display:flex;align-items:baseline;gap:5px;white-space:nowrap;font-family:var(--font-display);font-size:44px;font-weight:800;line-height:1;letter-spacing:-.03em;color:#fff}.gd-level-pts i{font-style:normal;font-size:17px;font-weight:800;color:#f8b677}.gd-level-bar{margin-top:-4px}.gd-level-bar-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:7px}.gd-level-bar-now{font-family:var(--font-display);font-size:13px;font-weight:800;color:#fff}.gd-level-bar-goal{font-size:12px;font-weight:700;color:#ffffffb3}.gd-level-bar-track{height:9px;border-radius:999px;background:#ffffff38;overflow:hidden}.gd-level-bar-track span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#ffffffd9,#fff);box-shadow:0 0 12px #ffffff8c}.gd-level-bar-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:8px;font-size:11.5px;font-weight:700;color:#ffffffb8}.gd-level-bar-next{display:inline-flex;align-items:center;gap:5px;color:#f8b677}.gd-level-bar-next svg{width:13px;height:13px}.gd-level-stats{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:13px 4px 0;border-top:1px solid rgba(255,255,255,.18)}.gd-level-stat{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px}.gd-level-stat b{font-family:var(--font-display);font-size:19px;font-weight:800;color:#fff;line-height:1}.gd-level-stat span{font-size:10.5px;font-weight:600;color:#ffffffb8}.gd-level-sep{width:1px;height:26px;flex-shrink:0;background:#ffffff38}.gd-section{width:100%}.gd-section-title{font-family:var(--font-display);font-size:19px;font-weight:800;color:#062a4e;margin:0}.gd-section-sub{font-size:13px;color:#6b8796;margin:3px 0 0}.gd-kpi-carousel{margin-top:14px;display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;border-radius:22px}.gd-kpi-carousel::-webkit-scrollbar{display:none}.gd-kpi-page{flex:0 0 100%;scroll-snap-align:start;border-radius:22px;padding:16px;background:var(--kpi-bg);border:1px solid var(--kpi-line)}.gd-kpi-page--env,.gd-kpi-page--eco{--kpi: #005B78;--kpi-dark: #005B78;--kpi-g1: #005B78;--kpi-g2: #18B7C4;--kpi-bg: #F1F7FA;--kpi-line: #E4EFF4}.gd-kpi-page--soc{--kpi: #005B78;--kpi-dark: #005B78;--kpi-g1: #2E7E97;--kpi-g2: #66DCE2;--kpi-bg: #F1F7FA;--kpi-line: #E4EFF4}.gd-kpi-cat{display:inline-flex;align-items:center;gap:7px;padding:7px 13px;border-radius:999px;background:var(--kpi);color:#fff;font-family:var(--font-display);font-size:13px;font-weight:800;letter-spacing:.02em;box-shadow:0 4px 10px color-mix(in srgb,var(--kpi) 35%,transparent)}.gd-kpi-cat svg{width:15px;height:15px}.gd-kpi-grid{margin-top:12px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.gd-kpi{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-height:126px;padding:16px 10px 14px;border:none;border-radius:18px;background:#fff;box-shadow:0 2px 10px #005b780f;font-family:inherit;text-align:center;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease}.gd-kpi:hover{box-shadow:0 6px 18px #005b7824}.gd-kpi:active{transform:scale(.97)}.gd-kpi-value{display:flex;align-items:baseline;justify-content:center;gap:3px;font-family:var(--font-display);font-size:20px;font-weight:700;line-height:1.1;letter-spacing:-.01em;color:#062a4e}.gd-kpi-value i{font-style:normal;font-size:12px;font-weight:600;color:#93aab7;letter-spacing:0}.gd-kpi-ring{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--kpi-g1),var(--kpi-g2));color:#fff;box-shadow:0 3px 8px color-mix(in srgb,var(--kpi-g1) 26%,transparent);margin-bottom:10px;flex-shrink:0}.gd-kpi-label{font-size:11px;font-weight:600;color:#93aab7;line-height:1.3}.gd-kpi-glyph{display:flex}.gd-kpi-glyph svg{width:18px;height:18px}.gd-kpi-dots{display:flex;justify-content:center;gap:8px;margin-top:12px}.gd-kpi-dot{width:8px;height:8px;border-radius:999px;border:none;padding:0;cursor:pointer;background:#d8e4e9;transition:width .25s ease,background .25s ease}.gd-kpi-dot--env.is-active,.gd-kpi-dot--eco.is-active,.gd-kpi-dot--soc.is-active{background:#005b78}.gd-kpi-dot.is-active{width:22px}.gd-detail--env,.gd-detail--eco,.gd-detail--soc{--kpi: #005B78;--kpi-dark: #005B78;--kpi-bg: #F1F7FA}.gd-detail-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:flex-end;background:#062a4e80;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);animation:gd-fade .2s ease both}.gd-detail{width:100%;max-height:88%;overflow-y:auto;background:#fff;border-radius:26px 26px 0 0;padding:18px 18px max(24px,env(safe-area-inset-bottom));animation:gd-sheet-up .32s cubic-bezier(.22,1,.36,1) both}@keyframes gd-fade{0%{opacity:0}to{opacity:1}}@keyframes gd-sheet-up{0%{transform:translateY(48px);opacity:0}to{transform:translateY(0);opacity:1}}.gd-detail-head{display:flex;align-items:center;gap:12px}.gd-detail-ic{width:46px;height:46px;border-radius:15px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--kpi),color-mix(in srgb,var(--kpi) 45%,#18B7C4));color:#fff;box-shadow:0 4px 12px color-mix(in srgb,var(--kpi) 34%,transparent)}.gd-detail-label{flex:1;min-width:0;font-family:var(--font-display);font-size:17px;font-weight:800;color:#062a4e;line-height:1.2}.gd-detail-close{margin-left:auto;width:36px;height:36px;flex-shrink:0;border:none;border-radius:50%;background:#f4f8fa;color:#4a6675;display:flex;align-items:center;justify-content:center;cursor:pointer}.gd-detail-close:active{transform:scale(.92)}.gd-detail-hero{margin-top:16px;display:flex;align-items:center;gap:10px}.gd-detail-value{font-family:var(--font-display);font-size:38px;font-weight:800;line-height:1;letter-spacing:-.025em;color:#062a4e}.gd-detail-grip{display:block;width:38px;height:4px;border-radius:999px;background:#d8e4e9;margin:0 auto 14px}.gd-detail-delta{display:inline-flex;align-items:center;gap:4px;padding:5px 9px;border-radius:999px;background:color-mix(in srgb,var(--kpi) 11%,#ffffff);color:var(--kpi-dark);font-size:11.5px;font-weight:800;line-height:1}.gd-detail-equiv{margin:6px 0 0;font-size:13.5px;font-weight:700;color:var(--kpi);text-align:left}.gd-detail-block{margin-top:22px}.gd-detail-block h3{font-family:var(--font-display);font-size:11.5px;font-weight:800;color:#93aab7;text-transform:uppercase;letter-spacing:.06em;margin:0 0 8px}.gd-chart{width:100%;height:auto;display:block}.gd-bar{cursor:pointer}.gd-bar:hover path{opacity:1}.gd-chart-pt{cursor:pointer}.gd-badges-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.gd-badges-count{padding:4px 10px;border-radius:999px;background:linear-gradient(135deg,#005b78,#18b7c4);color:#fff;font-family:var(--font-display);font-size:11px;font-weight:800;box-shadow:0 3px 9px #005b784d}.gd-badge-prog{width:100%;display:flex;flex-direction:column;align-items:center;gap:4px}.gd-badge-prog-bar{width:100%;height:5px;border-radius:999px;background:#eaf1f5;overflow:hidden}.gd-badge-prog-bar span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#005b78,#18b7c4)}.gd-badge-prog-txt{font-family:var(--font-display);font-size:10px;font-weight:800;color:#6b8796}.gd-badges{margin-top:12px;display:flex;gap:12px;overflow-x:auto;padding:4px 2px 10px;scrollbar-width:none;-ms-overflow-style:none}.gd-badges::-webkit-scrollbar{display:none}.gd-badge{flex:0 0 118px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:10px;text-align:center;background:#fff;border-radius:18px;padding:16px 10px 14px;box-shadow:0 2px 10px #005b7812;transition:transform .18s ease,box-shadow .2s ease}.gd-badge:not(.gd-badge--locked):hover{transform:translateY(-3px);box-shadow:0 10px 22px #005b7829}.gd-badge-medal{position:relative;width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(140deg,var(--m1),var(--m2));box-shadow:0 0 0 4px color-mix(in srgb,var(--m1) 14%,#ffffff),0 6px 16px color-mix(in srgb,var(--m1) 42%,transparent)}.gd-badge:not(.gd-badge--locked) .gd-badge-medal:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:linear-gradient(100deg,#fff0 38%,#ffffff80,#fff0 62%);background-size:260% 100%;background-position:160% 0;animation:gd-badge-shine 4.5s ease-in-out infinite;pointer-events:none}@keyframes gd-badge-shine{0%,62%{background-position:160% 0}88%,to{background-position:-60% 0}}.gd-badge-medal svg{width:24px;height:24px;position:relative;z-index:1}.gd-badge-stamp{position:absolute;right:-2px;bottom:-2px;width:21px;height:21px;border-radius:50%;background:#18b7c4;border:2.5px solid #fff;display:flex;align-items:center;justify-content:center;color:#fff;z-index:2;box-shadow:0 2px 6px #062a4e33}.gd-badge--locked .gd-badge-stamp{background:#6b8796}.gd-badge-stamp svg{width:11px;height:11px}.gd-badge-name{font-size:12px;font-weight:700;color:#062a4e;line-height:1.25;min-height:30px;display:flex;align-items:center}.gd-badge-pts{padding:4px 10px;border-radius:999px;background:var(--green-validation-soft);color:var(--green-validation-text);font-size:10.5px;font-weight:800}.gd-badge-pts--locked{background:#f4f8fa;color:#6b8796}.gd-badge--locked .gd-badge-medal{box-shadow:none}.gd-badge--locked .gd-badge-name{color:#6b8796}.dash-body{padding-top:max(20px,calc(env(safe-area-inset-top) + 12px))}.gd-hello{display:flex;align-items:center;justify-content:space-between;gap:12px}.gd-hello-txt{min-width:0;position:relative;padding-left:14px}.gd-hello-txt:before{content:"";position:absolute;left:0;top:3px;bottom:3px;width:4px;border-radius:999px;background:linear-gradient(180deg,#005b78,#18b7c4)}.gd-avatar{position:relative;width:46px;height:46px;flex-shrink:0;border-radius:50%;border:none;background:#fff;color:#005b78;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 14px #062a4e1a,0 0 0 1px #00000008;transition:transform .15s ease,box-shadow .2s ease}.gd-avatar:hover{box-shadow:0 6px 18px #005b782e,0 0 0 1px #00000008}.gd-avatar:active{transform:scale(.94)}.gd-avatar-dot{position:absolute;top:2px;right:2px;width:10px;height:10px;border-radius:50%;background:#005b78;border:2px solid #fff}.gd-seg{display:flex;gap:3px;padding:3px;border-radius:12px;background:#e4eff4;flex-shrink:0}.gd-seg button{padding:7px 12px;border:none;border-radius:9px;background:transparent;color:#6b8796;font-family:var(--font-display);font-size:12.5px;font-weight:700;cursor:pointer;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.gd-seg button.is-on{background:#fff;color:#005b78;box-shadow:0 2px 6px #062a4e1a}.gd-streak{width:100%;margin-top:14px;padding:16px;border-radius:20px;background:linear-gradient(125deg,#f1f7fa,#f1f7fa);border:1px solid #E4EFF4;box-shadow:0 6px 20px #005b781a}.gd-streak-top{display:flex;align-items:center;gap:12px}.gd-streak-trophy{width:38px;height:38px;flex-shrink:0;margin-left:auto;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#18b7c4,#18b7c4);color:#fff;box-shadow:0 4px 12px #18b7c466}.gd-streak-trophy svg{width:20px;height:20px}.gd-streak-track{position:relative;flex:1;min-width:0;display:flex;align-items:center;justify-content:space-between}.gd-streak-track:before{content:"";position:absolute;left:12px;right:12px;top:50%;height:3px;margin-top:-1.5px;border-radius:2px;background:linear-gradient(90deg,#005b78,#7fb3c6 45%,#d8e4e9);z-index:0}.gd-streak-step{position:relative;z-index:1}.gd-streak-node{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;border:2px solid #D8E4E9;color:#2e7e97;font-family:var(--font-display);font-size:11px;font-weight:800}.gd-streak-step.is-past .gd-streak-node{background:linear-gradient(135deg,#005b78,#2e7e97);border-color:transparent;color:#fff}.gd-streak-step.is-current .gd-streak-node{width:34px;height:34px;font-size:12.5px;background:linear-gradient(135deg,#005b78,#005b78);border-color:transparent;color:#fff;box-shadow:0 0 0 4px #005b7829,0 4px 12px #005b786b;animation:gd-streak-pulse 2.2s ease-in-out infinite}@keyframes gd-streak-pulse{0%,to{box-shadow:0 0 0 4px #005b7829,0 4px 12px #005b786b}50%{box-shadow:0 0 0 7px #005b7814,0 4px 12px #005b786b}}.gd-streak-warn{margin:10px 2px 0;font-size:11px;color:#6b8796;line-height:1.35}.gd-streak-head{display:flex;align-items:center;gap:9px;margin-bottom:12px}.gd-streak-kicker{font-size:11px;font-weight:800;color:#005b78;text-transform:uppercase;letter-spacing:.07em}.gd-streak-gain{padding:3px 9px;border-radius:999px;background:linear-gradient(135deg,var(--green-validation),var(--green-validation-deep));color:#fff;font-family:var(--font-display);font-size:11px;font-weight:800;box-shadow:0 2px 7px #0a734059}.gd-acts-kicker{display:block;margin-top:16px;font-size:11px;font-weight:800;color:#005b78;text-transform:uppercase;letter-spacing:.07em}.gd-acts{margin-top:9px;display:flex;flex-direction:column;gap:7px}.gd-act{width:100%;display:flex;align-items:center;gap:10px;padding:9px 11px;border-radius:14px;background:#ffffffd9;border:1px solid #E4EFF4;font-family:inherit;text-align:left;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease,background .15s ease}button.gd-act:hover{background:#fff;box-shadow:0 4px 14px #005b7824}button.gd-act:active{transform:scale(.985)}.gd-act-go{flex-shrink:0;display:flex;align-items:center;color:#93aab7}.gd-act-go svg{width:17px;height:17px}.gd-act-ic{width:26px;height:26px;flex-shrink:0;border-radius:9px;display:flex;align-items:center;justify-content:center;background:#e4eff4;color:#005b78}.gd-act-ic svg{width:14px;height:14px}.gd-act-txt{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.gd-act-label{font-size:12.5px;font-weight:800;color:#062a4e;line-height:1.2}.gd-act-meta{font-size:10.5px;font-weight:600;color:#93aab7}.gd-act-pts{flex-shrink:0;padding:5px 10px;border-radius:999px;background:linear-gradient(135deg,var(--green-validation),var(--green-validation-deep));color:#fff;font-family:var(--font-display);font-size:11.5px;font-weight:800}.gd-ch-carousel{margin-top:14px;display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;border-radius:22px}.gd-ch-carousel::-webkit-scrollbar{display:none}.gd-ch-page{flex:0 0 100%;scroll-snap-align:start;border-radius:22px;padding:16px;background:#f1f7fa;border:1px solid #E4EFF4}.gd-ch-badge{display:inline-flex;align-items:center;gap:7px;padding:7px 14px;border-radius:999px;background:linear-gradient(135deg,#005b78,#005b78 48%,#18b7c4);color:#fff;font-family:var(--font-display);font-size:13px;font-weight:800;box-shadow:0 4px 12px #005b7852}.gd-ch-badge svg{width:15px;height:15px}.gd-an-card{margin-top:12px;padding:12px 12px 10px;border-radius:18px;background:#fff;box-shadow:0 2px 10px #005b780f}.gd-an-title{display:block;font-family:var(--font-display);font-size:13.5px;font-weight:800;color:#062a4e;margin-bottom:6px}.gd-an-legend{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:6px}.gd-an-leg{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;color:#4a6675}.gd-an-leg-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0}.gd-an-stats{margin-top:10px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.gd-an-stat{position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:12px 12px 13px;border-radius:16px;background:#fff;box-shadow:0 2px 10px #005b7812}.gd-an-stat:after{content:"";position:absolute;left:12px;right:12px;bottom:0;height:3px;border-radius:3px 3px 0 0;background:linear-gradient(90deg,#005b78,#18b7c4);opacity:.9}.gd-an-stat--cyan:after{background:linear-gradient(90deg,#18b7c4,#66dce2)}.gd-an-stat-top{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.gd-an-stat-ic{width:32px;height:32px;border-radius:11px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#fff}.gd-an-stat-ic svg{width:16px;height:16px}.gd-an-stat--blue .gd-an-stat-ic{background:linear-gradient(135deg,#005b78,#005b78);box-shadow:0 3px 9px #005b7852}.gd-an-stat--cyan .gd-an-stat-ic{background:linear-gradient(135deg,#128a9a,#18b7c4);box-shadow:0 3px 9px #128a9a52}.gd-an-stat-d{flex-shrink:0;display:inline-flex;align-items:center;gap:3px;padding:4px 7px;border-radius:999px;font-size:10.5px;font-weight:800;line-height:1}.gd-an-stat-d.is-up{background:#dff6f8;color:#0f7180}.gd-an-stat-d.is-down{background:#f4f8fa;color:#6b8796}.gd-an-stat-v{font-family:var(--font-display);font-size:24px;font-weight:800;line-height:1;letter-spacing:-.01em;color:#062a4e}.gd-an-stat-l{font-size:10.5px;font-weight:800;color:#6b8796;line-height:1.2;text-transform:uppercase;letter-spacing:.05em}.gd-ch-grid{margin-top:12px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.gd-ch-card{display:flex;flex-direction:column;align-items:center;gap:2px;padding:14px 10px 12px;border-radius:18px;background:#fff;box-shadow:0 2px 10px #005b780f;color:#005b78}.gd-ch-card.is-done{color:#005b78;box-shadow:0 4px 14px #005b7829}.gd-ch-ring{position:relative;width:76px;height:76px;flex-shrink:0}.gd-ch-ring svg{display:block;width:100%;height:100%}.gd-ch-ring-in{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;line-height:1}.gd-ch-ic{display:flex;color:#005b78}.gd-ch-ic svg{width:15px;height:15px}.gd-ch-card.is-done .gd-ch-ic{color:#005b78}.gd-ch-val{font-family:var(--font-display);font-size:15px;font-weight:800;color:#062a4e}.gd-ch-lbl{margin-top:5px;font-size:12px;font-weight:700;color:#4a6675}.gd-ch-pct{font-family:var(--font-display);font-size:12px;font-weight:800;color:#005b78}.gd-ch-reward{margin-top:11px;display:flex;align-items:center;gap:10px;padding:11px 13px;border-radius:16px;background:#fff;border:1px solid #E4EFF4}.gd-ch-reward-txt{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.gd-ch-reward-title{font-family:var(--font-display);font-size:13px;font-weight:800;color:#062a4e}.gd-ch-reward-sub{font-size:11px;color:#6b8796;line-height:1.3}.gd-ch-reward-pill{flex-shrink:0;display:flex;flex-direction:column;align-items:center;padding:6px 12px;border-radius:12px;background:#effafb;line-height:1}.gd-ch-reward-pill b{font-family:var(--font-display);font-size:19px;font-weight:800;color:#0f7180}.gd-ch-reward-pill i{font-style:normal;font-size:9.5px;font-weight:700;color:#66dce2;margin-top:2px}.gd-ch-reward-lock{flex-shrink:0;width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#f4f8fa;color:#93aab7}.gd-ch-reward-lock svg{width:16px;height:16px}.gd-ch-reward.is-unlocked{border-color:#7fb3c6;background:linear-gradient(120deg,#fff 40%,#f1f7fa)}.gd-ch-reward.is-unlocked .gd-ch-reward-lock{background:linear-gradient(135deg,#005b78,#005b78);color:#fff;box-shadow:0 3px 9px #005b7859}.gd-ch-dots{display:flex;justify-content:center;gap:7px;margin-top:11px}.gd-ch-dot{width:8px;height:8px;border:none;padding:0;border-radius:999px;background:#c3dce6;cursor:pointer;transition:width .25s ease,background .25s ease}.gd-ch-dot.is-active{width:22px;background:#005b78}.gd-rings{margin-top:14px;background:#fff;border-radius:20px;padding:16px 16px 14px;box-shadow:0 8px 28px #005b7814,0 0 0 1px #00000008}.gd-subhead{margin:22px 0 0;font-family:var(--font-display);font-size:15px;font-weight:800;color:#062a4e}.gd-rings-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.gd-places{margin-top:22px;background:linear-gradient(125deg,#f1f7fa,#effafb);border:1px solid #E4EFF4;border-radius:22px;padding:14px;box-shadow:0 6px 20px #005b781a}.gd-places .gd-section-title{font-size:16px}.gd-places .gd-section-sub{font-size:12px}.gd-place-list{display:flex;flex-direction:column;gap:6px}.gd-place{display:flex;align-items:center;gap:12px;padding:9px 10px;border-radius:16px;background:#fff;transition:background .15s ease}.gd-place.is-me{position:relative;margin-top:6px;background:linear-gradient(120deg,#f1f7fa,#dff6f8);border:3px solid #005B78;animation:gd-me-glow 2.4s ease-in-out infinite}@keyframes gd-me-glow{0%,to{box-shadow:0 0 #005b7857,0 4px 14px #005b782e}50%{box-shadow:0 0 0 7px #005b7800,0 4px 14px #005b7842}}.gd-place-you{position:absolute;top:-10px;left:14px;z-index:2}.gd-place-bubble{position:relative;width:46px;height:46px;flex-shrink:0}.gd-place-bubble img{width:100%;height:100%;border-radius:50%;object-fit:cover;display:block;background:#d8e4e9;box-shadow:0 0 0 2.5px #fff,0 0 0 4px #e4eff4,0 3px 9px #062a4e24}.gd-place.is-me .gd-place-bubble img{box-shadow:0 0 0 2.5px #fff,0 0 0 4px #005b78,0 3px 10px #005b784d}.gd-place-rank{position:absolute;right:-3px;bottom:-3px;min-width:21px;height:21px;padding:0 5px;border-radius:999px;background:linear-gradient(135deg,#005b78,#2e7e97);border:2px solid #fff;color:#fff;font-family:var(--font-display);font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center;z-index:1}.gd-place-rank.is-r1{background:linear-gradient(135deg,#005b78,#18b7c4);box-shadow:0 2px 7px #005b7873}.gd-place-rank.is-r2{background:linear-gradient(135deg,#005b78,#005b78)}.gd-place-rank.is-r3{background:linear-gradient(135deg,#005b78,#2e7e97)}.gd-place-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.gd-place-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.gd-place-name{display:inline-flex;align-items:center;gap:7px;font-size:13.5px;font-weight:800;color:#062a4e}.gd-place-you{padding:3px 10px;border-radius:999px;background:#005b78;color:#fff;font-family:var(--font-display);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 2px 7px #005b7873}.gd-place-score{font-family:var(--font-display);font-size:14px;font-weight:800;color:#005b78}.gd-place-score i{font-style:normal;font-weight:700;font-size:11px;color:#93aab7}.gd-place-bar{height:7px;border-radius:999px;background:#eaf1f5;overflow:hidden}.gd-place-bar span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#005b78,#18b7c4)}.gd-place:nth-child(1) .gd-place-bar span{background:linear-gradient(90deg,#66dce2,#128a9a)}.gd-place-meta{font-size:11px;font-weight:600;color:#93aab7}.gd-empty{margin:0;padding:18px 4px;color:var(--ink-soft);font-size:13.5px;text-align:center}.gd-level-failure{margin:0 0 12px;padding:8px 12px;border-radius:var(--radius-sm);background:#ffffff29;color:#fff;font-size:12.5px;font-weight:600}.rf-page{position:relative;height:100vh;height:100dvh;display:flex;flex-direction:column;overflow:hidden;background:linear-gradient(180deg,#fff,#f1f7fa)}.rf-body{flex:1;min-height:0;padding:18px 20px 84px;display:flex;flex-direction:column;overflow-y:auto}.rf-body>*{flex-shrink:0}.rf-title{text-align:center;font-family:var(--font-display);font-size:24px;font-weight:800;color:#005b78;margin:6px 0}.rf-subtitle{text-align:center;font-size:13.5px;color:#6b8796;line-height:1.45;margin-bottom:28px}.sol-textarea{width:100%;min-height:88px;border:1px solid #EAF1F5;border-radius:14px;padding:13px 14px;font-size:14px;font-family:inherit;color:#17323f;background:#fff;resize:vertical;outline:none}.sol-textarea:focus{border-color:#005b78;box-shadow:0 0 0 3px #005b781a}.sol-textarea::placeholder{color:#93aab7}.qp-place{display:flex;align-items:center;gap:6px;font-size:12.5px;color:#6b8796;margin:0 2px 14px}.qp-place svg{color:#005b78;flex-shrink:0}.qp-list{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.qp-cart{position:relative;border-radius:16px;background:#fff;border:1px solid #EAF1F5;box-shadow:0 2px 10px #062a4e0d;transition:box-shadow .18s}.qp-cart.is-open{box-shadow:0 6px 18px #005b781a}.qp-cart-btn{display:flex;align-items:center;gap:13px;width:100%;padding:16px;border:none;background:none;cursor:pointer;font-family:inherit;text-align:left}.qp-cart-ic{width:54px;height:54px;border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.qp-ic--type,.qp-ic--origine{background:linear-gradient(135deg,#005b78,#005b78);color:#fff}.qp-ic--contexte{background:linear-gradient(135deg,#128a9a,#18b7c4);color:#fff}.qp-ic--conseq{background:linear-gradient(135deg,#d86700,#f08a2b);color:#fff}.qp-ic--solutions{background:linear-gradient(135deg,#005b78,#18b7c4);color:#fff}.qp-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.qp-card{display:flex;flex-direction:column;align-items:flex-start;gap:2px;min-height:122px;border:none;border-radius:16px;padding:13px;background:#fff;box-shadow:0 2px 10px #062a4e0f,0 0 0 1px #062a4e08;font-family:inherit;text-align:left;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease}.qp-card:hover{box-shadow:0 6px 18px #062a4e1a,0 0 0 1px #062a4e08}.qp-card:active{transform:scale(.97)}.qp-card-ic{width:34px;height:34px;border-radius:11px;display:flex;align-items:center;justify-content:center;margin-bottom:7px;flex-shrink:0}.qp-card-label{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:800;color:#6b8796;text-transform:uppercase;letter-spacing:.06em}.qp-card-val{font-family:var(--font-display);font-size:14.5px;font-weight:800;color:#062a4e;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.qp-card-sub{font-size:11px;color:#93aab7;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.qp-card--wide{flex-direction:row;align-items:center;gap:12px;min-height:0;width:100%;margin-top:10px;padding:13px 14px}.qp-card--wide .qp-card-ic{margin-bottom:0}.qp-card-wide-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.qp-card-arrow{color:#93aab7;flex-shrink:0}.qs-sec{margin-top:22px}.qs-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:10px}.qs-title{position:relative;padding-left:13px;font-family:var(--font-display);font-size:15.5px;font-weight:800;color:#062a4e}.qs-title:before{content:"";position:absolute;left:0;top:1px;bottom:1px;width:4.5px;border-radius:999px;background:linear-gradient(180deg,#f08a2b,#d86700)}.qs-count{font-size:11.5px;font-weight:700;color:#93aab7;white-space:nowrap}.qs-weather-chip{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;font-weight:700;color:#0f7180;white-space:nowrap}.qs-weather-chip .material-symbols-outlined{font-size:15px}.qp-cart-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.qp-cart-label{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#93aab7}.qp-auto{text-transform:none;letter-spacing:0;font-size:9.5px;font-weight:700;color:#18b7c4;background:#effafb;padding:1px 6px;border-radius:999px}.qp-cart-val{font-size:16.5px;font-weight:700;color:#17323f;line-height:1.25}.qp-cart-sub{font-size:13px;color:#93aab7;font-weight:500}.qp-cost{color:#b93724;font-weight:700}.qp-cart-chev,.qp-cart-arrow{color:#bcd0da;flex-shrink:0;transition:transform .2s ease}.qp-cart.is-open .qp-cart-chev{transform:rotate(180deg)}.qp-panel{border-top:1px solid #F4F8FA;padding:4px 0 6px;animation:rf-rise .16s ease both}.qp-panel button{display:flex;align-items:center;gap:8px;width:100%;padding:11px 16px 11px 60px;border:none;background:none;text-align:left;font-size:14px;color:#2e4c5a;cursor:pointer;font-family:inherit}.qp-panel button:hover{background:#f1f7fa}.qp-panel button.is-sel{color:#005b78;font-weight:700}.rf-brand-ul{text-decoration:underline;text-decoration-color:#f08a2b;text-decoration-thickness:3px;text-underline-offset:4px}.rf-dict-block{margin-top:22px}.rf-dict-cta{width:100%;display:flex;align-items:center;gap:13px;padding:14px 16px;border:none;border-radius:18px;background:linear-gradient(135deg,#f08a2b,#d86700 45%,#d86700);color:#fff;font-family:inherit;text-align:left;cursor:pointer;box-shadow:0 8px 22px #d8670057;transition:transform .15s ease,box-shadow .2s ease}.rf-dict-cta:active{transform:scale(.985)}.rf-dict-ic{width:44px;height:44px;flex-shrink:0;border-radius:15px;display:flex;align-items:center;justify-content:center;background:#ffffff38;border:1px solid rgba(255,255,255,.3)}.rf-dict-txt{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.rf-dict-main{font-family:var(--font-display);font-size:16px;font-weight:800;line-height:1.15}.rf-dict-sub{font-size:12.5px;font-weight:600;color:#ffffffdb}.rf-dict-go{flex-shrink:0;display:flex;align-items:center;color:#ffffffe6}.rf-dict-cta.is-rec{background:linear-gradient(135deg,#d86700,#d86700,#d86700);animation:rf-dict-breathe 1.6s ease-in-out infinite}@keyframes rf-dict-breathe{0%,to{box-shadow:0 8px 22px #d8670057}50%{box-shadow:0 12px 32px #d867009e}}.rf-dict-wave{display:flex;align-items:center;gap:3px;height:22px}.rf-dict-wave i{width:3.5px;height:100%;border-radius:999px;background:#fff;transform-origin:center;animation:rf-dict-bar .9s ease-in-out infinite}.rf-dict-wave i:nth-child(2){animation-delay:.15s}.rf-dict-wave i:nth-child(3){animation-delay:.3s}.rf-dict-wave i:nth-child(4){animation-delay:.45s}@keyframes rf-dict-bar{0%,to{transform:scaleY(.3);opacity:.7}50%{transform:scaleY(1);opacity:1}}@media (prefers-reduced-motion: reduce){.rf-dict-cta.is-rec{animation:none}.rf-dict-wave i{animation:none;transform:scaleY(.6)}}.rf-dict-out{margin-top:11px}.rf-dict-editable{display:flex;align-items:center;gap:5px;margin-top:7px;font-size:11.5px;font-weight:600;color:#93aab7}.rf-textarea--bare{border:none;background:#f1f7fa;min-height:84px;margin:0}.rf-textarea--bare:focus{box-shadow:0 0 0 2px #005b7826}.rf-photo,.rf-photo-skeleton{width:100%;height:210px;border-radius:20px;overflow:hidden;margin-bottom:16px}.rf-photo img{width:100%;height:100%;object-fit:cover;display:block}.rf-photo-empty{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#eaf1f5;color:#93aab7;font-size:14px}.rf-photo-skeleton{background:linear-gradient(90deg,#eaf1f5,#f1f7fa,#eaf1f5);background-size:200% 100%;animation:rf-shimmer 2.2s ease-in-out infinite;display:flex;align-items:center;justify-content:center}@keyframes rf-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.rf-analyzing{display:flex;align-items:center;gap:10px;font-size:13.5px;font-weight:600;color:#005b78;background:#fffc;padding:8px 14px;border-radius:999px}.rf-spinner{width:15px;height:15px;border:2.5px solid rgba(0,91,120,.2);border-top-color:#005b78;border-radius:50%;animation:rf-spin .9s linear infinite}@keyframes rf-spin{to{transform:rotate(360deg)}}.rf-reveal{animation:rf-rise .5s ease both}.rf-reveal>*{animation:rf-rise .5s ease both}.rf-reveal>*:nth-child(1){animation-delay:.02s}.rf-reveal>*:nth-child(2){animation-delay:.08s}.rf-reveal>*:nth-child(3){animation-delay:.14s}.rf-reveal>*:nth-child(4){animation-delay:.2s}.rf-reveal>*:nth-child(5){animation-delay:.26s}.rf-reveal>*:nth-child(6){animation-delay:.32s}@keyframes rf-rise{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion: reduce){.rf-reveal,.rf-reveal>*{animation:none}}.rf-textarea{width:100%;min-height:92px;border:1px solid #D8E4E9;border-radius:14px;padding:13px 14px;font-size:14px;font-family:inherit;color:#17323f;resize:vertical;background:#fff;outline:none}.rf-textarea:focus{border-color:#005b78;box-shadow:0 0 0 3px #005b781a}.rf-textarea::placeholder{color:#93aab7}.rf-actions{display:flex;gap:12px;margin-top:22px}.rf-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:7px;min-height:54px;padding:11px 12px;border-radius:12px;font-size:16px;font-weight:700;cursor:pointer;font-family:inherit;border:none;transition:transform .15s,box-shadow .2s,opacity .2s}.rf-btn--cancel{background:#fff;color:var(--action-neutral-text);border:1.5px solid #D8E4E9}.rf-btn--cancel:hover{background:#f4f8fa}.rf-btn--next{background:linear-gradient(135deg,#005b78,#005b78 48%,#18b7c4);color:#fff;box-shadow:0 6px 18px #005b7859}.rf-btn--next:hover:not(:disabled){transform:translateY(-2px)}.rf-btn--next:disabled{background:#bcd0da;color:#f4f8fa;box-shadow:none;cursor:not-allowed}.rf-btn--send{background:linear-gradient(135deg,#005b78,#005b78 55%,#18b7c4);color:#fff;box-shadow:0 6px 16px #005b7861}.rf-btn--send:hover{transform:translateY(-2px)}.rf-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:24px}.rf-modal-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#062a4e73;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.rf-modal-card{position:relative;background:#fff;border-radius:22px;padding:30px 24px 24px;width:100%;max-width:360px;max-height:90vh;max-height:90dvh;overflow-y:auto;text-align:center;box-shadow:0 25px 60px #0000004d;animation:rf-pop .32s ease}.rw-cost{display:flex;align-items:center;gap:12px;width:100%;margin:14px 0 12px;padding:12px 14px;border-radius:16px;background:linear-gradient(135deg,#005b78,#005b78 55%,#18b7c4);box-shadow:0 8px 22px #005b784d;text-align:left}.rw-cost-ic{width:38px;height:38px;border-radius:12px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#ffffff38;border:1px solid rgba(255,255,255,.3);color:#fff}.rw-cost-txt{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.rw-cost-val{font-family:var(--font-display);font-size:26px;font-weight:800;color:#fff;line-height:1.05}.rw-cost-sub{font-size:12px;font-weight:700;color:#ffffffe0}@keyframes rf-pop{0%{transform:scale(.97) translateY(6px);opacity:0}to{transform:none;opacity:1}}.rf-modal-check{width:56px;height:56px;margin:0 auto 12px;border-radius:50%;background:#effafb;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 6px #128a9a17}.rf-modal-title{font-family:var(--font-display);font-size:23px;font-weight:800;color:#062a4e;margin-bottom:10px}.rf-modal-btn{width:100%;padding:15px;border:none;border-radius:14px;font-size:15.5px;font-weight:700;color:#fff;cursor:pointer;font-family:inherit;background:linear-gradient(135deg,#f08a2b,#d86700 45%,#d86700);box-shadow:0 8px 20px #d867005c}.rf-modal-btn:hover{transform:translateY(-1px)}.ioscam{position:relative;flex:1;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;background:#000;color:#fff}.ioscam-top{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 18px 12px;padding-top:max(14px,env(safe-area-inset-top))}.ioscam-icon{width:38px;height:38px;border-radius:50%;border:none;background:#ffffff24;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}.ioscam-icon:hover{background:#ffffff3d}.ioscam-skip{background:none;border:none;color:#d86700;font-size:15px;font-weight:600;cursor:pointer;font-family:inherit;letter-spacing:.02em}.ioscam-view{flex:1;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;border-radius:14px;margin:2px 8px 0}.ioscam-feed{width:100%;height:100%;object-fit:cover;background:#0b0b0d}.ioscam-error{text-align:center;color:#ffffffa6;display:flex;flex-direction:column;align-items:center;gap:14px;padding:24px}.ioscam-error p{font-size:14px;line-height:1.5}.ioscam-zoom{position:absolute;bottom:16px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:6px;padding:5px 7px;background:#0006;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:999px}.ioscam-zoom button{min-width:30px;height:30px;padding:0 7px;border:none;border-radius:50%;background:none;color:#ffffffd9;font-size:12px;font-weight:700;cursor:pointer;font-family:inherit}.ioscam-zoom button.active{background:#0000008c;color:#d86700;font-size:13px}.ioscam-bottom{background:#000;padding:14px 0 max(22px,env(safe-area-inset-bottom))}.ioscam-modes{display:flex;align-items:center;justify-content:center;gap:26px;margin-bottom:16px}.ioscam-modes span{font-size:12px;font-weight:700;letter-spacing:.08em;color:#ffffff8c;text-transform:uppercase}.ioscam-modes span.active{color:#d86700}.ioscam-controls{display:flex;align-items:center;justify-content:space-between;padding:0 32px}.ioscam-thumb{width:46px;height:46px;border-radius:10px;border:1px solid rgba(255,255,255,.35);background:#ffffff14;color:#ffffffd9;display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;flex-shrink:0}.ioscam-thumb img{width:100%;height:100%;object-fit:cover}.ioscam-shutter{width:74px;height:74px;border-radius:50%;border:none;background:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 4px #fff;transition:transform .1s}.ioscam-shutter span{width:60px;height:60px;border-radius:50%;background:#fff;display:block;transition:transform .1s}.ioscam-shutter:active span{transform:scale(.88)}.ioscam-flip{width:46px;height:46px;border-radius:50%;border:none;background:#ffffff29;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.ioscam-flip:hover{background:#ffffff42}.sh-alert-btn{width:100%;min-height:52px;margin-top:12px;display:flex;align-items:center;justify-content:center;gap:9px;border:1.5px solid #D8E4E9;border-radius:14px;background:#fff;color:#4a6675;font-size:15px;font-weight:700;font-family:inherit;cursor:pointer;transition:background .15s,transform .15s}.sh-alert-btn:hover{background:#f1f7fa;transform:translateY(-1px)}.sh-card{max-width:384px;max-height:min(86dvh,660px);overflow-y:auto;text-align:left;padding:22px 20px 20px}.sh-head{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px}.sh-head-txt{flex:1;min-width:0}.sh-title{font-family:var(--font-display);font-size:23px;font-weight:800;color:#17323f;margin:0 0 4px}.sh-sub{font-size:13.5px;color:#6b8796;line-height:1.45;margin:0}.sh-close{width:44px;height:44px;flex-shrink:0;border:none;border-radius:50%;background:#f4f8fa;color:#4a6675;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s}.sh-close:hover{background:#d8e4e9}.sh-preview{border:1px solid #EAF1F5;border-radius:16px;padding:10px;background:#f1f7fa;margin-bottom:14px}.sh-thumb{width:100%;height:112px;border-radius:12px;object-fit:cover;display:block;margin-bottom:10px}.sh-thumb--empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;background:linear-gradient(135deg,#005b78,#005b78 55%,#18b7c4);color:#fff;font-size:14px;font-weight:700}.sh-textarea{width:100%;min-height:128px;border:1px solid #EAF1F5;border-radius:12px;padding:12px 13px;font-size:14.5px;line-height:1.5;font-family:inherit;color:#17323f;background:#fff;resize:vertical;outline:none}.sh-textarea:focus{border-color:#005b78;box-shadow:0 0 0 3px #005b781a}.sh-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.sh-tag{padding:8px 14px;border-radius:999px;background:#f1f7fa;color:#005b78;font-size:13.5px;font-weight:700}.sh-primary{width:100%;min-height:52px;border:none;border-radius:14px;background:linear-gradient(135deg,#005b78,#005b78);color:#fff;font-size:15.5px;font-weight:700;font-family:inherit;cursor:pointer;box-shadow:0 6px 16px #005b7859;transition:transform .15s}.sh-primary:hover{transform:translateY(-1px)}.sh-sent{margin-top:10px;padding:13px 14px;border-radius:12px;background:#effafb;color:#0f7180;font-size:14.5px;font-weight:700;text-align:center;animation:rf-rise .2s ease both}.sh-ext-label{display:flex;align-items:center;gap:12px;margin:18px 0 14px;font-size:12.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#93aab7;white-space:nowrap}.sh-ext-label:before,.sh-ext-label:after{content:"";flex:1;height:1px;background:#eaf1f5}.sh-ext-row{display:flex;justify-content:center;gap:14px;margin-bottom:4px}.sh-ext-btn{width:52px;height:52px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;box-shadow:0 4px 12px #062a4e2e;transition:transform .12s;flex-shrink:0}.sh-ext-btn:hover{transform:translateY(-2px)}.sh-ext-btn:active{transform:scale(.94)}.sh-ext-btn--in{background:#0a66c2;font-family:var(--font-display);font-size:20px;font-weight:800}.sh-ext-btn--x{background:#0f1419;font-family:var(--font-display);font-size:20px;font-weight:800}.sh-ext-btn--ig{background:linear-gradient(45deg,#f58529,#dd2a7b 55%,#8134af)}.sh-ext-btn--tk{background:#010101}.sh-copied{margin-top:10px;text-align:center;font-size:13.5px;font-weight:700;color:#0f7180;animation:rf-rise .2s ease both}.sh-back{display:block;width:100%;min-height:44px;margin:14px auto 0;padding:0 10px;border:none;background:none;color:#005b78;font-size:14.5px;font-weight:700;font-family:inherit;cursor:pointer;text-align:center;text-decoration:underline;text-underline-offset:3px}.sh-back:hover{color:#005b78}.qp-cart-btn .qp-cart-ic svg{width:24px;height:24px}.gf-steps{display:flex;align-items:flex-start;justify-content:center;gap:6px;margin:-8px 0 20px}.gf-step{display:flex;flex-direction:column;align-items:center;gap:5px;width:70px;flex-shrink:0}.gf-step-dot{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:15px;font-weight:800;background:#d8e4e9;color:#93aab7}.gf-step-label{font-size:11.5px;font-weight:700;color:#93aab7;text-align:center}.gf-step.is-done .gf-step-dot{background:#005b78;color:#fff}.gf-step.is-done .gf-step-label{color:#128a9a}.gf-step.is-active .gf-step-dot{background:linear-gradient(135deg,#005b78,#18b7c4);color:#fff;box-shadow:0 4px 12px #005b7866}.gf-step.is-active .gf-step-label{color:#005b78}@keyframes gf-halo{0%,to{box-shadow:0 0 0 4px #005b782e}50%{box-shadow:0 0 0 9px #005b7814}}.gf-step-seg{flex:1;max-width:46px;height:4px;border-radius:2px;background:#d8e4e9;margin-top:15px}.gf-step-seg.is-done{background:linear-gradient(90deg,#005b78,#18b7c4)}.gf-cam-hint{align-self:center;margin:2px 16px 10px;padding:10px 18px;border-radius:999px;background:#00000080;color:#fff;font-size:15px;font-weight:800;text-align:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.gf-reward-row{display:flex;justify-content:center;margin:-16px 0 14px}.gf-reward{display:inline-flex;align-items:center;padding:5px 12px;border-radius:999px;background:linear-gradient(135deg,var(--green-validation),var(--green-validation-deep));color:#fff;font-family:var(--font-display);font-size:12.5px;font-weight:800;box-shadow:0 4px 12px #0a734059}.gf-toast{position:fixed;top:18px;left:50%;background:#128a9a;color:#fff;font-size:14.5px;font-weight:800;padding:11px 20px;border-radius:999px;box-shadow:0 10px 26px #128a9a66;z-index:3000;animation:gf-toast-in .35s cubic-bezier(.34,1.56,.64,1) both}@keyframes gf-toast-in{0%{transform:translate(-50%,-16px);opacity:0}to{transform:translate(-50%);opacity:1}}.gf-confetti{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;border-radius:inherit}.gf-confetti i{position:absolute;top:-16px;width:8px;height:14px;border-radius:2px;animation:gf-fall 2.8s linear infinite}@keyframes gf-fall{0%{transform:translateY(-20px) rotate(0);opacity:1}to{transform:translateY(520px) rotate(360deg);opacity:.15}}.gf-confetti i:nth-child(1){left:5%;background:#005b78;animation-duration:2.6s}.gf-confetti i:nth-child(2){left:13%;background:#18b7c4;animation-duration:3.1s;animation-delay:-.6s}.gf-confetti i:nth-child(3){left:21%;background:#d86700;animation-duration:2.2s;animation-delay:-1.2s}.gf-confetti i:nth-child(4){left:29%;background:#128a9a;animation-duration:3.4s;animation-delay:-.3s}.gf-confetti i:nth-child(5){left:38%;background:#d86700;animation-duration:2.7s;animation-delay:-1.8s}.gf-confetti i:nth-child(6){left:46%;background:#005b78;animation-duration:3.2s;animation-delay:-.9s}.gf-confetti i:nth-child(7){left:54%;background:#18b7c4;animation-duration:2.4s;animation-delay:-1.5s}.gf-confetti i:nth-child(8){left:62%;background:#d86700;animation-duration:3.3s;animation-delay:-.2s}.gf-confetti i:nth-child(9){left:71%;background:#128a9a;animation-duration:2.5s;animation-delay:-2s}.gf-confetti i:nth-child(10){left:79%;background:#d86700;animation-duration:3s;animation-delay:-.7s}.gf-confetti i:nth-child(11){left:87%;background:#005b78;animation-duration:2.3s;animation-delay:-1.1s}.gf-confetti i:nth-child(12){left:95%;background:#d86700;animation-duration:3.4s;animation-delay:-1.7s}.gf-earned{display:inline-block;font-family:var(--font-display);font-size:20px;font-weight:800;color:#fff;background:linear-gradient(135deg,#18b7c4,#128a9a);border-radius:999px;padding:6px 18px;margin-bottom:4px;box-shadow:0 6px 16px #128a9a52;animation:gf-pop .5s cubic-bezier(.34,1.56,.64,1) both;position:relative}@keyframes gf-pop{0%{transform:scale(.5);opacity:0}70%{transform:scale(1.08);opacity:1}to{transform:scale(1);opacity:1}}.gf-level{position:relative;margin:2px 0 16px;padding:12px 14px;border-radius:16px;background:#f1f7fa;border:1.5px solid #EAF1F5;text-align:left}.gf-level-line{display:block;font-size:13px;font-weight:600;color:#4a6675;margin-bottom:9px}.gf-level-line b{font-family:var(--font-display);font-weight:800;color:#062a4e}.gf-level-bar{height:10px;border-radius:999px;background:#d8e4e9;overflow:hidden}.gf-level-fill{display:block;height:100%;width:83%;border-radius:999px;background:linear-gradient(90deg,#005b78,#005b78 55%,#18b7c4);animation:gf-fill .9s ease .25s both}@keyframes gf-fill{0%{width:0}to{width:83%}}@media (prefers-reduced-motion: reduce){.gf-step.is-active .gf-step-dot,.gf-toast,.gf-confetti i,.gf-earned,.gf-level-fill{animation:none}.gf-step.is-active .gf-step-dot{box-shadow:0 0 0 4px #005b782e}.gf-toast{transform:translate(-50%)}}.qp-val-badge{display:inline-block;margin-left:7px;padding:1px 8px;border-radius:999px;background:#f1f7fa;color:#005b78;font-size:12px;font-weight:800;vertical-align:middle}.qp-acc{border-top:1px solid #F4F8FA;padding:4px 14px 14px;animation:rf-rise .16s ease both}.qp-acc-head{display:flex;align-items:center;gap:9px;width:100%;min-height:50px;padding:0 4px;border:none;border-bottom:1px solid #F4F8FA;background:none;cursor:pointer;font-family:inherit;text-align:left}.qp-acc-cat:last-of-type .qp-acc-head{border-bottom:none}.qp-acc-name{flex:1;font-size:15px;font-weight:700;color:#17323f}.qp-acc-count{min-width:22px;height:22px;padding:0 7px;border-radius:999px;background:#005b78;color:#fff;font-size:12.5px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.qp-acc-chev{color:#bcd0da;flex-shrink:0;transition:transform .2s ease}.qp-acc-cat.is-open .qp-acc-chev{transform:rotate(180deg)}.qp-acc-chips{display:flex;flex-wrap:wrap;gap:9px;padding:12px 2px 14px;animation:rf-rise .16s ease both}.qp-chip{min-height:44px;padding:10px 16px;border:none;border-radius:999px;background:#f4f8fa;color:#2e4c5a;font-size:14px;font-weight:700;font-family:inherit;cursor:pointer;transition:background .15s,color .15s}.qp-chip.is-on{background:#005b78;color:#fff;box-shadow:0 4px 10px #005b784d}.qp-acc-validate{width:100%;min-height:48px;margin-top:12px;border:none;border-radius:13px;background:linear-gradient(135deg,#005b78,#005b78);color:#fff;font-size:15.5px;font-weight:800;font-family:inherit;cursor:pointer;box-shadow:0 6px 14px #005b784d}.sg-score{display:flex;flex-direction:column;align-items:center;gap:6px;margin:-6px 0 16px}.sg-score-chip{display:inline-flex;align-items:center;padding:8px 16px;border-radius:999px;background:linear-gradient(135deg,#18b7c4,#128a9a);color:#fff;font-family:var(--font-display);font-size:14.5px;font-weight:800;box-shadow:0 4px 12px #128a9a4d}.sg-score-chip.is-empty{background:#eaf1f5;color:#6b8796;box-shadow:none}.sg-score-hint{font-size:12px;font-weight:600;color:#93aab7}.sg-recap{display:flex;flex-direction:column;gap:8px;padding:13px 15px;border-radius:18px;background:linear-gradient(135deg,#005b78,#005b78 55%,#18b7c4);color:#fff;box-shadow:0 8px 22px #005b7847;margin-bottom:18px}.sg-recap-addr{display:flex;align-items:center;gap:7px;font-family:var(--font-display);font-size:15px;font-weight:800;color:#fff}.sg-recap-addr svg{color:#ffffffd9;flex-shrink:0}.sg-recap-chips{display:flex;flex-wrap:wrap;gap:7px}.sg-chip{padding:5px 12px;border-radius:999px;font-size:12.5px;font-weight:700}.sg-chip--type{background:#fff3;border:1px solid rgba(255,255,255,.28);color:#fff}.sg-chip--urgent{display:inline-flex;align-items:center;gap:6px;background:#fff;color:#d86700}.sg-chip--urgent:before{content:"";width:7px;height:7px;border-radius:50%;background:#d86700}.sg-level{--ap-bleed: 0px;position:relative;background:#fff;border-radius:20px;padding:14px 14px 14px 20px;margin-bottom:12px;overflow:hidden;box-shadow:0 4px 16px #062a4e0f}.sg-level:before{content:"";position:absolute;left:0;top:0;bottom:0;width:6px;background:linear-gradient(180deg,var(--lv-1),var(--lv-2))}.sg-level--deep,.sg-level--mid{--lv-1: #005B78;--lv-2: #005B78;--lv: #005B78;--lv-soft: #F1F7FA}.sg-level--cyan{--lv-1: #18B7C4;--lv-2: #18B7C4;--lv: #128A9A;--lv-soft: #EFFAFB}.sg-level-head{display:flex;align-items:center;gap:12px;margin-bottom:11px}.sg-level-emoji{width:44px;height:44px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--lv-soft);color:var(--lv)}.sg-level-emoji svg{width:22px;height:22px}.sg-level-txt{display:flex;flex-direction:column;gap:1px;min-width:0}.sg-level-title{font-family:var(--font-display);font-size:16.5px;font-weight:800;color:#062a4e}.sg-level-sub{font-size:12.5px;font-weight:600;color:#93aab7}.sg-ideas{background:#fff;border-radius:20px;padding:14px;margin-top:4px;box-shadow:0 4px 16px #062a4e0f}.sg-ideas-head{display:flex;align-items:center;gap:9px;margin-bottom:11px}.sg-ideas-title{position:relative;padding-left:13px;font-family:var(--font-display);font-size:15.5px;font-weight:800;color:#062a4e}.sg-ideas-title:before{content:"";position:absolute;left:0;top:1px;bottom:1px;width:4.5px;border-radius:999px;background:linear-gradient(180deg,#f08a2b,#d86700)}.sg-bonus{padding:4px 10px;border-radius:999px;background:#effafb;color:#0f7180;font-size:12px;font-weight:800}.rf-ai-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:0 0 12px}.rf-ai-badge{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:var(--radius-full);background:#f1f7fa;color:#005b78;font-size:12px;font-weight:700}.rf-ai-badge .material-symbols-outlined{font-size:15px}.rf-ai-detail{font-size:12px;color:var(--text-light);font-weight:600}.rf-ai-warn{margin:0 0 12px;padding:10px 12px;border-radius:var(--radius-md);background:var(--action-warning-soft);color:var(--action-warning);font-size:12.5px;font-weight:600;line-height:1.45}.rf-analyze-error{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;padding:28px 20px;margin-bottom:16px;border-radius:20px;border:1px solid var(--border-color);background:#f4f8fa}.rf-analyze-error .material-symbols-outlined{font-size:32px;color:var(--text-light)}.rf-analyze-error-msg{margin:0;font-size:14.5px;font-weight:700;color:var(--text-dark)}.rf-analyze-error-hint{margin:0;font-size:12.5px;color:var(--text-gray)}.rf-analyze-error-actions{display:flex;gap:10px;margin-top:10px}.rf-analyze-error-actions .rf-btn{flex:0 1 auto;padding-left:18px;padding-right:18px}.pf-page{position:relative;flex:1;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;background:linear-gradient(180deg,#fff,#f1f7fa)}.pf-body{flex:1;padding:18px 18px 110px;overflow-y:auto}.pf-crumb{display:flex;align-items:center;gap:12px;margin-bottom:16px}.pf-back{width:38px;height:38px;border-radius:12px;border:none;background:#fff;color:#4a6675;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 10px #062a4e12;transition:background .15s}.pf-back:hover{background:#f1f7fa}.pf-crumb-text{font-size:16px;font-weight:500;color:#93aab7}.pf-crumb-text b{color:#17323f;font-weight:700}.pf-hero{background:#fff;border-radius:24px;overflow:hidden;padding-bottom:18px;box-shadow:0 10px 30px #005b7817,0 0 0 1px #00000008;margin-bottom:18px}.pf-cover{height:72px;background:linear-gradient(115deg,#2e7e97,#2e7e97 55%,#7fb3c6)}.pf-avatar{width:86px;height:86px;border-radius:26px;margin:-46px auto 0;position:relative;z-index:1;background:linear-gradient(140deg,#005b78,#005b78 45%,#18b7c4);color:#fff;font-family:var(--font-display);font-size:34px;font-weight:800;display:flex;align-items:center;justify-content:center;border:4px solid #fff;box-shadow:0 8px 20px #005b784d}.pf-name{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:12px;font-family:var(--font-display);font-size:22px;font-weight:800;color:#17323f}.pf-verified{flex-shrink:0}.pf-meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px;margin-top:9px;padding:0 16px;font-size:13px;color:#6b8796}.pf-meta span{display:inline-flex;align-items:center;gap:5px}.pf-meta svg{color:#005b78;flex-shrink:0}.pf-dot{color:#bcd0da}.pf-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:14px;padding:0 16px}.pf-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 13px;border-radius:999px;font-size:12.5px;font-weight:700}.pf-badge svg{flex-shrink:0}.pf-badge--reporter{background:#f1f7fa;color:#005b78}.pf-badge--verified{background:#eaf1f5;color:#0f7180}.pf-bio{max-width:340px;margin:14px auto 0;padding:0 18px;text-align:center;font-size:13.5px;line-height:1.55;color:#6b8796}.pf-stats{display:flex;margin:18px 16px 0;padding:13px 4px;background:#f1f7fa;border-radius:16px}.pf-stat{flex:1;min-width:0;position:relative;text-align:center;padding:0 2px}.pf-stat+.pf-stat:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:26px;background:#d8e4e9}.pf-stat-v{display:block;font-size:18px;font-weight:800;color:#17323f;letter-spacing:-.02em}.pf-stat-l{display:block;font-size:9.5px;font-weight:600;color:#93aab7;letter-spacing:-.01em;white-space:nowrap;margin-top:2px}.pf-tabs{display:flex;gap:8px;margin-bottom:16px;border-bottom:1px solid #E4EFF4}.pf-tabs button{flex:1;display:flex;align-items:center;justify-content:center;gap:7px;padding:12px;border:none;background:none;font-family:inherit;font-size:14.5px;font-weight:600;color:#93aab7;cursor:pointer;position:relative}.pf-tabs button.active{color:#005b78}.pf-tabs button.active:after{content:"";position:absolute;bottom:-1px;left:12%;right:12%;height:2.5px;background:#005b78;border-radius:3px 3px 0 0}.pf-list{display:flex;flex-direction:column;gap:12px}.pf-report{display:flex;gap:13px;background:#fff;border-radius:18px;padding:13px;box-shadow:0 3px 14px #062a4e0d;transition:box-shadow .2s,transform .2s}.pf-report:hover{transform:translateY(-1px);box-shadow:0 8px 22px #062a4e14}.pf-report-thumb{width:70px;height:70px;border-radius:14px;object-fit:cover;flex-shrink:0;background:linear-gradient(135deg,#e4eff4,#c3dce6)}.pf-report-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:5px}.pf-report-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.pf-report-title{font-size:15px;font-weight:700;color:#17323f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pf-status{padding:3px 11px;border-radius:999px;font-size:11.5px;font-weight:700;flex-shrink:0}.pf-status--pending{background:var(--orange-tint);color:var(--orange-action)}.pf-status--progress{background:var(--ocean-soft);color:var(--blue-ocean)}.pf-status--fixed{background:var(--turquoise-soft);color:var(--turquoise-deep)}.pf-report-mid{display:flex;align-items:center;justify-content:space-between;gap:8px}.pf-report-user{font-size:12.5px;font-weight:600;color:#93aab7}.pf-likes{display:inline-flex;align-items:center;gap:4px;color:#4a6675;font-weight:600;font-size:12.5px}.pf-report-loc{display:flex;align-items:center;gap:5px;min-width:0;font-size:12px;color:#6b8796}.pf-report-loc svg{color:#93aab7;flex-shrink:0}.pf-report-loc-text{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pf-comment{background:#fff;border-radius:18px;padding:15px 16px;box-shadow:0 3px 14px #062a4e0d;transition:box-shadow .2s,transform .2s}.pf-comment:hover{transform:translateY(-1px);box-shadow:0 8px 22px #062a4e14}.pf-comment-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:7px}.pf-comment-title{font-size:14.5px;font-weight:700;color:#17323f;line-height:1.35}.pf-comment-date{font-size:12px;color:#93aab7;flex-shrink:0;white-space:nowrap}.pf-comment-text{font-size:13.5px;line-height:1.55;color:#6b8796;margin-bottom:11px}.pf-points{margin:14px 16px 0;padding:16px;border-radius:16px;background:linear-gradient(135deg,#005b78,#18b7c4);color:#fff;box-shadow:0 8px 20px #005b7840;text-align:left}.pf-points-top{display:flex;align-items:center;gap:12px}.pf-points-trophy{width:44px;height:44px;flex-shrink:0;border-radius:50%;background:#ffffff38;color:#fff;display:flex;align-items:center;justify-content:center}.pf-points-main{flex:1;min-width:0;display:flex;flex-direction:column}.pf-points-value{font-family:var(--font-display);font-size:22px;font-weight:800;line-height:1.15;letter-spacing:-.01em}.pf-points-sub{font-size:12.5px;font-weight:600;color:#ffffffd9;margin-top:1px}.pf-points-track{margin-top:12px;height:8px;border-radius:999px;background:#ffffff40;overflow:hidden}.pf-points-fill{height:100%;border-radius:999px;background:#fff}.pf-points-legend{display:block;margin-top:7px;font-size:12px;font-weight:600;color:#ffffffd9}.pf-tabs button{font-size:13px;gap:6px;padding:12px 4px}.pf-tabs button svg{width:16px;height:16px;flex-shrink:0}.pf-kpis{display:grid;grid-template-columns:1fr 1fr;gap:12px}.pf-kpi{background:#fff;border-radius:18px;padding:16px 12px;box-shadow:0 3px 14px #062a4e0d;display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}.pf-kpi-ico{width:42px;height:42px;border-radius:13px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pf-kpi-ico--blue{background:#f1f7fa;color:#005b78}.pf-kpi-ico--turquoise{background:#eaf1f5;color:#0f7180}.pf-kpi-ico--orange{background:#fdf0e4;color:#d86700}.pf-kpi-ico--teal{background:#effafb;color:#128a9a}.pf-kpi-value{font-family:var(--font-display);font-size:24px;font-weight:800;color:#17323f;line-height:1.1;letter-spacing:-.02em}.pf-kpi-label{font-size:12.5px;font-weight:600;color:#6b8796;line-height:1.3}.pf-points-guide{background:#fff;border-radius:18px;padding:16px;box-shadow:0 3px 14px #062a4e0d}.pf-points-guide-title{font-family:var(--font-display);font-size:16px;font-weight:700;color:#17323f;margin:0 0 6px}.pf-points-rules{list-style:none;margin:0;padding:0}.pf-points-rules li{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:44px;padding:10px 0}.pf-points-rules li+li{border-top:1px solid #E4EFF4}.pf-rule-label{font-size:14px;font-weight:600;color:#2e4c5a}.pf-rule-pts{flex-shrink:0;padding:5px 12px;border-radius:999px;background:#f1f7fa;color:#005b78;font-size:13px;font-weight:700;white-space:nowrap}.pf-body{padding-top:max(20px,calc(env(safe-area-inset-top) + 12px))}.pf-crumb-title{flex:1;min-width:0;text-align:center;font-family:var(--font-display);font-size:20px;font-weight:700;color:#17323f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pf-crumb-spacer{width:38px;height:38px;flex-shrink:0}.pf-rank{width:100%;display:flex;align-items:center;gap:12px;margin-top:12px;padding:13px 14px;border:none;border-radius:16px;background:linear-gradient(120deg,#fdf0e4,#fbdcc0);box-shadow:inset 0 0 0 1.5px #f8b677;cursor:pointer;font-family:inherit;text-align:left;transition:transform .15s ease,box-shadow .2s ease}.pf-rank:active{transform:scale(.99)}.pf-rank-medal{width:40px;height:40px;flex-shrink:0;border-radius:13px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#d86700,#d86700);color:#fff;box-shadow:0 4px 12px #d8670059}.pf-rank-txt{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.pf-rank-status{font-size:12px;font-weight:700;color:#d86700}.pf-rank-score{font-size:13.5px;color:#8a4200}.pf-rank-score b{font-family:var(--font-display);font-size:16px;font-weight:800;color:#d86700}.pf-rank-pos{flex-shrink:0;display:flex;flex-direction:column;align-items:center;line-height:1}.pf-rank-pos b{font-family:var(--font-display);font-size:19px;font-weight:800;color:#d86700}.pf-rank-pos span{font-size:10px;font-weight:700;color:#d86700;text-transform:uppercase}.pf-rank-chev{flex-shrink:0;color:#d86700}.pf-logout{margin-top:20px}.pf-empty{margin:8px 0 0;color:var(--ink-soft);font-size:13px}.pf-failure{margin:0 16px 12px;padding:8px 12px;border-radius:var(--radius-sm);background:var(--red-tint);color:var(--red-critical);font-size:12.5px;font-weight:600;text-align:center}.lb-page{position:relative;height:100vh;height:100dvh;display:flex;flex-direction:column;overflow:hidden;background:linear-gradient(180deg,#f1f7fa,#f1f7fa 30%,#fff)}.lb-body{flex:1;min-height:0;overflow-y:auto;padding:max(18px,calc(env(safe-area-inset-top) + 10px)) 18px 118px}.lb-head{display:flex;align-items:center;gap:12px}.lb-back{width:38px;height:38px;flex-shrink:0;border:none;border-radius:50%;background:#fff;color:#005b78;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #062a4e14}.lb-head-txt{flex:1;min-width:0}.lb-title{font-family:var(--font-display);font-size:24px;font-weight:800;color:#062a4e;margin:0}.lb-sub{font-size:13px;color:#6b8796;margin:1px 0 0}.lb-head-trophy{width:42px;height:42px;flex-shrink:0;border-radius:14px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#d86700,#d86700);color:#fff;box-shadow:0 6px 16px #d8670066}.lb-scope{display:flex;gap:8px;margin-top:16px}.lb-scope-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:11px 10px;border:1.5px solid #D8E4E9;border-radius:14px;background:#fff;color:#6b8796;font-family:inherit;font-size:13.5px;font-weight:700;cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease}.lb-scope-btn.is-on{border-color:#005b78;color:#005b78;background:#f1f7fa}.lb-tabs{display:flex;gap:4px;margin-top:10px;padding:4px;border-radius:14px;background:#e4eff4}.lb-tabs button{flex:1;padding:9px 0;border:none;border-radius:10px;background:transparent;color:#6b8796;font-family:var(--font-display);font-size:13.5px;font-weight:700;cursor:pointer;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.lb-tabs button.is-on{background:#fff;color:#005b78;box-shadow:0 2px 8px #062a4e1a}.lb-podium{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:end;gap:8px;margin-top:20px}.lb-pod{position:relative;display:flex;flex-direction:column;align-items:center;gap:5px;padding-top:14px}.lb-pod--empty{visibility:hidden}.lb-pod-rank{position:absolute;top:0;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:12px;font-weight:800;color:#fff;background:#93aab7;z-index:2}.lb-pod--1 .lb-pod-rank{background:linear-gradient(135deg,#d86700,#d86700)}.lb-pod--2 .lb-pod-rank{background:linear-gradient(135deg,#93aab7,#6b8796)}.lb-pod--3 .lb-pod-rank{background:linear-gradient(135deg,#d86700,#d86700)}.lb-pod-av{position:relative;width:62px;height:62px;border-radius:50%;background-size:cover;background-position:center;background-color:#bcd0da;border:3px solid #fff;box-shadow:0 0 0 3px #bcd0da,0 6px 16px #062a4e2e}.lb-pod--1 .lb-pod-av{width:74px;height:74px;box-shadow:0 0 0 3px #d86700,0 8px 22px #d8670066}.lb-pod--2 .lb-pod-av{box-shadow:0 0 0 3px #93aab7,0 6px 16px #062a4e2e}.lb-pod--3 .lb-pod-av{box-shadow:0 0 0 3px #d86700,0 6px 16px #d8670047}.lb-pod.is-me .lb-pod-av{box-shadow:0 0 0 3px #005b78,0 8px 22px #005b7866}.lb-pod-crown{position:absolute;top:-16px;left:50%;transform:translate(-50%) rotate(-8deg);filter:drop-shadow(0 2px 3px rgba(216,103,0,.5))}.lb-pod-name{font-family:var(--font-display);font-size:12.5px;font-weight:800;color:#062a4e;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lb-pod-score{font-size:12px;font-weight:800;color:#005b78}.lb-pod-bar{width:100%;border-radius:12px 12px 0 0;background:linear-gradient(180deg,#e4eff4,#f1f7fa)}.lb-pod--1 .lb-pod-bar{height:46px;background:linear-gradient(180deg,#f8b677,#fbdcc0)}.lb-pod--2 .lb-pod-bar{height:34px}.lb-pod--3 .lb-pod-bar{height:26px;background:linear-gradient(180deg,#fbdcc0,#fbdcc0)}.lb-rewards{margin-top:22px;padding:14px;border-radius:18px;background:linear-gradient(135deg,#062a4e,#062a4e);color:#fff;box-shadow:0 10px 26px #062a4e40}.lb-rewards-head{display:flex;align-items:center;gap:9px;margin-bottom:11px}.lb-rewards-title{font-family:var(--font-display);font-size:15px;font-weight:800}.lb-rewards-soon{padding:3px 9px;border-radius:999px;background:#ffffff24;font-size:10.5px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:#f08a2b}.lb-rewards-list{display:flex;flex-direction:column;gap:8px}.lb-reward{display:flex;align-items:center;gap:10px;padding:9px 11px;border-radius:12px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08)}.lb-reward-rank{flex-shrink:0;min-width:42px;font-family:var(--font-display);font-size:12.5px;font-weight:800}.lb-reward--gold .lb-reward-rank{color:#f08a2b}.lb-reward--blue .lb-reward-rank{color:#2e7e97}.lb-reward--turquoise .lb-reward-rank{color:#66dce2}.lb-reward-label{flex:1;min-width:0;font-size:12.5px;font-weight:600;color:#d8e4e9}.lb-reward-gift{flex-shrink:0;color:#ffffff80}.lb-list{margin-top:16px;display:flex;flex-direction:column;gap:8px}.lb-row{display:flex;align-items:center;gap:12px;padding:11px 13px;border-radius:15px;background:#fff;box-shadow:0 2px 10px #062a4e0d}.lb-row.is-me{background:linear-gradient(120deg,#f1f7fa,#e4eff4);box-shadow:0 4px 16px #005b7829,inset 0 0 0 1.5px #c3dce6}.lb-row-rank{flex-shrink:0;width:24px;text-align:center;font-family:var(--font-display);font-size:15px;font-weight:800;color:#93aab7}.lb-row.is-me .lb-row-rank{color:#005b78}.lb-row-av{width:40px;height:40px;flex-shrink:0;border-radius:50%;background-size:cover;background-position:center;background-color:#bcd0da;border:2px solid #fff;box-shadow:0 2px 6px #062a4e26}.lb-row-txt{flex:1;min-width:0;display:flex;flex-direction:column}.lb-row-name{font-size:14px;font-weight:800;color:#062a4e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lb-row-area{font-size:11.5px;font-weight:600;color:#93aab7}.lb-row-gift{flex-shrink:0;width:26px;height:26px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#fdf0e4;color:#d86700}.lb-row-score{flex-shrink:0;font-family:var(--font-display);font-size:15px;font-weight:800;color:#005b78}.lb-me-bar{position:absolute;left:12px;right:12px;bottom:max(16px,env(safe-area-inset-bottom));z-index:20;display:flex;align-items:center;gap:12px;padding:12px 15px;border-radius:20px;background:linear-gradient(135deg,#005b78,#005b78);color:#fff;box-shadow:0 14px 34px #005b7873}.lb-me-rank{flex-shrink:0;font-family:var(--font-display);font-size:18px;font-weight:800}.lb-me-av{width:40px;height:40px;flex-shrink:0;border-radius:50%;background-size:cover;background-position:center;background-color:#7fb3c6;border:2px solid rgba(255,255,255,.8)}.lb-me-txt{flex:1;min-width:0;display:flex;flex-direction:column}.lb-me-name{font-family:var(--font-display);font-size:15px;font-weight:800}.lb-me-area{font-size:11.5px;font-weight:600;color:#ffffffd1}.lb-me-score{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;line-height:1.1}.lb-me-score b{font-family:var(--font-display);font-size:20px;font-weight:800}.lb-me-score span{font-size:10.5px;font-weight:600;color:#ffffffd1}.lb-pod-av--initial,.lb-row-av--initial,.lb-me-av--initial{display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:800;color:var(--blue-night);background-image:none}.lb-pod-av--initial{font-size:24px}.lb-row-av--initial{font-size:16px}.lb-me-av--initial{font-size:16px;color:#fff}.lb-empty{margin:8px 0 16px;padding:14px 16px;border-radius:var(--radius-md);background:var(--surface);color:var(--ink-muted);font-size:13.5px;line-height:1.45;text-align:center}.cm-page{position:relative;flex:1;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;background:linear-gradient(180deg,#fff,#f1f7fa)}.cm-body{flex:1;padding:18px 18px 110px;overflow-y:auto}.cm-search{display:flex;align-items:center;gap:10px;background:#fff;border-radius:14px;padding:13px 16px;box-shadow:0 2px 12px #062a4e0d;margin-bottom:18px}.cm-search input{flex:1;min-width:0;border:none;outline:none;font-size:14px;font-family:inherit;background:none;color:#17323f}.cm-search input::placeholder{color:#93aab7}.cm-search-filter{display:flex;align-items:center;gap:3px;border:none;background:none;color:#005b78;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;flex-shrink:0}.cm-impact{position:relative;background:radial-gradient(240px 240px at 86% -18%,#ffffff42,#fff0 66%),radial-gradient(200px 200px at 6% 116%,#66dce247,#66dce200 64%),linear-gradient(135deg,#005b78,#005b78 48%,#18b7c4);border-radius:24px;padding:18px;color:#fff;box-shadow:0 16px 34px #005b785c;display:flex;flex-direction:column;gap:13px;margin-bottom:18px}.cm-impact-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.cm-impact-title{font-family:var(--font-display);font-size:19px;font-weight:800;letter-spacing:-.01em}.cm-impact-sub{display:block;margin-top:3px;font-size:12px;font-weight:600;color:#ffffffbf}.cm-impact-trophy{width:42px;height:42px;flex-shrink:0;border:none;border-radius:14px;cursor:pointer;background:#ffffff29;color:#fff;display:flex;align-items:center;justify-content:center;transition:background .15s}.cm-impact-trophy:hover{background:#ffffff42}.cm-impact-rows{list-style:none;display:flex;flex-direction:column;gap:7px}.cm-impact-row{display:flex;align-items:center;gap:11px;padding:8px 10px;border-radius:14px;background:#062a4e47;border:1px solid transparent}.cm-impact-row.is-me{background:#18b7c433;border-color:#66dce28c}.cm-impact-rank{width:22px;height:22px;flex-shrink:0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:11.5px;font-weight:800;background:#ffffff2e;color:#fff}.cm-impact-rank--1{background:linear-gradient(135deg,#f08a2b,#d86700);box-shadow:0 2px 8px #d8670066}.cm-impact-av{width:30px;height:30px;flex-shrink:0;border-radius:50%;background-size:cover;background-position:center;background-color:#0f7180;border:2px solid rgba(255,255,255,.75)}.cm-impact-name{flex:1;min-width:0;font-size:13.5px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cm-impact-pts{flex-shrink:0;padding:4px 10px;border-radius:999px;background:var(--green-validation-soft);color:var(--green-validation-text);font-family:var(--font-display);font-size:11.5px;font-weight:800;font-variant-numeric:tabular-nums}.cm-impact-foot{display:flex;align-items:center;gap:8px}.cm-impact-cta{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;height:38px;border:none;border-radius:999px;cursor:pointer;background:#fff;color:#005b78;font-family:var(--font-display);font-size:13px;font-weight:800;box-shadow:0 4px 12px #062a4e40;transition:transform .12s}.cm-impact-cta:active{transform:scale(.97)}.cm-impact-rewards{flex-shrink:0;display:inline-flex;align-items:center;gap:6px;height:38px;padding:0 12px;border:1px solid rgba(248,182,119,.55);border-radius:999px;cursor:pointer;background:#d8670033;color:#f8b677;font-size:12px;font-weight:700;font-family:inherit}.cm-impact-rewards i{font-style:normal;font-size:10px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;opacity:.85}.cm-seg{display:flex;gap:4px;padding:4px;background:#eaf1f5;border-radius:14px;margin-bottom:16px}.cm-seg button{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:9px 4px;border:none;border-radius:11px;background:none;font-family:inherit;font-size:12.5px;font-weight:700;color:#6b8796;cursor:pointer;transition:background .15s,color .15s,box-shadow .15s}.cm-seg button svg{width:15px;height:15px;flex-shrink:0}.cm-seg button.active{background:#fff;color:#005b78;box-shadow:0 2px 8px #062a4e1a}.cm-tabs{margin-bottom:16px}.cm-tabs button{font-size:13px;gap:6px;padding:12px 4px}.cm-tabs button svg{width:16px;height:16px;flex-shrink:0}.cm-event{display:flex;gap:14px;background:#fff;border-radius:18px;padding:14px;box-shadow:0 3px 14px #062a4e0d;transition:box-shadow .2s,transform .2s}.cm-event:hover{transform:translateY(-1px);box-shadow:0 8px 22px #062a4e14}.cm-event-date{width:56px;flex-shrink:0;border-radius:14px;background:linear-gradient(160deg,#f1f7fa,#e4eff4);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px 0}.cm-event-day{font-family:var(--font-display);font-size:23px;font-weight:800;line-height:1;color:#005b78}.cm-event-mon{font-size:10.5px;font-weight:700;letter-spacing:.06em;color:#2e7e97;margin-top:3px}.cm-event-main{flex:1;min-width:0}.cm-event-title{font-size:15.5px;font-weight:700;color:#17323f}.cm-event-sub{display:flex;align-items:center;gap:5px;font-size:12px;color:#93aab7;margin-top:4px}.cm-event-sub svg{color:#93aab7;flex-shrink:0}.cm-event-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px}.cm-event-loc{display:inline-flex;align-items:center;gap:5px;min-width:0;font-size:12.5px;color:#6b8796}.cm-event-loc svg{color:#93aab7;flex-shrink:0}.cm-event-loc-text{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cm-user{display:flex;align-items:center;gap:13px;background:#fff;border-radius:16px;padding:12px;box-shadow:0 3px 14px #062a4e0d;cursor:pointer;transition:box-shadow .2s,transform .2s}.cm-user:hover{transform:translateY(-1px);box-shadow:0 8px 22px #062a4e14}.cm-user-av{width:54px;height:54px;border-radius:16px;flex-shrink:0;background:linear-gradient(140deg,#005b78,#005b78 45%,#18b7c4);color:#fff;font-family:var(--font-display);font-size:21px;font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #005b7847}.cm-user-body{flex:1;min-width:0}.cm-user-top{display:flex;align-items:center;gap:8px;margin-bottom:5px}.cm-user-name{flex:1;min-width:0;font-size:15px;font-weight:700;color:#17323f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cm-user-badge{flex-shrink:0;padding:4px 11px;border-radius:999px;border:1.5px solid #C3DCE6;color:#005b78;font-size:11.5px;font-weight:600;white-space:nowrap}.cm-user-chev{color:#bcd0da;flex-shrink:0}.cm-user-meta{display:flex;flex-wrap:wrap;gap:5px 14px;font-size:12.5px;color:#93aab7}.cm-user-meta span{display:inline-flex;align-items:center;gap:5px}.cm-user-meta svg{color:#005b78;flex-shrink:0}.cm-detail{background:#fff;border-radius:20px;padding:18px;box-shadow:0 8px 28px #005b7814,0 0 0 1px #00000008}.cm-detail-user{display:flex;align-items:center;gap:13px;margin-bottom:16px}.cm-detail-title{font-family:var(--font-display);font-size:20px;font-weight:800;color:#17323f;line-height:1.3;margin-bottom:12px}.cm-detail-hashtags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.cm-detail-hashtags span{padding:5px 13px;border-radius:999px;border:1.5px solid #C3DCE6;color:#005b78;font-size:13px;font-weight:600}.cm-detail-img{width:100%;height:200px;object-fit:cover;border-radius:16px;margin-bottom:16px;background:linear-gradient(135deg,#e4eff4,#c3dce6)}.cm-detail-text{font-size:14px;line-height:1.6;color:#4a6675;margin-bottom:16px}.cm-detail-tags{display:flex;flex-wrap:wrap;gap:8px;padding-bottom:16px;border-bottom:1px solid #EAF1F5;margin-bottom:14px}.cm-quinte{display:flex;flex-direction:column;gap:10px;padding-bottom:16px;border-bottom:1px solid #EAF1F5;margin-bottom:14px}.cm-quinte-heading{font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#93aab7;margin-bottom:2px}.cm-quinte-row{display:flex;align-items:center;gap:12px}.cm-quinte-row .qp-cart-ic{width:40px;height:40px;border-radius:12px}.cm-quinte-body{display:flex;flex-direction:column;gap:1px;min-width:0}.cm-quinte-label{font-size:10.5px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#93aab7}.cm-quinte-val{font-size:14px;font-weight:600;color:#17323f}.cm-quinte-sub{font-size:12px;font-weight:700;color:#b93724}.cm-detail-foot{display:flex;align-items:center;gap:22px}.cm-foot-btn{display:inline-flex;align-items:center;gap:7px;border:none;background:none;color:#4a6675;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;padding:4px 0}.cm-foot-btn:hover{color:#005b78}.cm-foot-btn--share{margin-left:auto}.cm-body{padding-top:max(20px,calc(env(safe-area-inset-top) + 12px))}.cm-topbar{display:flex;align-items:center;gap:10px;margin-bottom:18px}.cm-topbar .cm-search{flex:1;min-width:0;margin-bottom:0}.maplibregl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgb(0 0 0/0)}.maplibregl-canvas{left:0;position:absolute;top:0}.maplibregl-map:fullscreen{height:100%;width:100%}.maplibregl-ctrl-group button.maplibregl-ctrl-compass{touch-action:none}.maplibregl-canvas-container.maplibregl-interactive,.maplibregl-ctrl-group button.maplibregl-ctrl-compass{cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-canvas-container.maplibregl-interactive.maplibregl-track-pointer{cursor:pointer}.maplibregl-canvas-container.maplibregl-interactive:active,.maplibregl-ctrl-group button.maplibregl-ctrl-compass:active{cursor:grabbing}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-canvas-container.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:pinch-zoom}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:none}.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures,.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-ctrl-bottom-left,.maplibregl-ctrl-bottom-right,.maplibregl-ctrl-top-left,.maplibregl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.maplibregl-ctrl-top-left{left:0;top:0}.maplibregl-ctrl-top-right{right:0;top:0}.maplibregl-ctrl-bottom-left{bottom:0;left:0}.maplibregl-ctrl-bottom-right{bottom:0;right:0}.maplibregl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.maplibregl-ctrl-top-left .maplibregl-ctrl{float:left;margin:10px 0 0 10px}.maplibregl-ctrl-top-right .maplibregl-ctrl{float:right;margin:10px 10px 0 0}.maplibregl-ctrl-bottom-left .maplibregl-ctrl{float:left;margin:0 0 10px 10px}.maplibregl-ctrl-bottom-right .maplibregl-ctrl{float:right;margin:0 10px 10px 0}.maplibregl-ctrl-group{background:#fff;border-radius:4px}.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px #0000001a}@media (forced-colors:active){.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.maplibregl-ctrl-group button{background-color:transparent;border:0;box-sizing:border-box;cursor:pointer;display:block;height:29px;outline:none;padding:0;width:29px}.maplibregl-ctrl-group button+button{border-top:1px solid #ddd}.maplibregl-ctrl button .maplibregl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media (forced-colors:active){.maplibregl-ctrl-icon{background-color:transparent}.maplibregl-ctrl-group button+button{border-top:1px solid ButtonText}}.maplibregl-ctrl button::-moz-focus-inner{border:0;padding:0}.maplibregl-ctrl-attrib-button:focus,.maplibregl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl button:disabled{cursor:not-allowed}.maplibregl-ctrl button:disabled .maplibregl-ctrl-icon{opacity:.25}@media (hover:hover){.maplibregl-ctrl button:not(:disabled):hover{background-color:#0000000d}}.maplibregl-ctrl button:not(:disabled):active{background-color:#0000000d}.maplibregl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.maplibregl-ctrl-group button:focus:first-child{border-radius:4px 4px 0 0}.maplibregl-ctrl-group button:focus:last-child{border-radius:0 0 4px 4px}.maplibregl-ctrl-group button:focus:only-child{border-radius:inherit}.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-globe .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%23333' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-globe-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%2333b5e5' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%23333' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%2333b5e5' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23aaa' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting .maplibregl-ctrl-icon{animation:maplibregl-spin 2s linear infinite}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23999' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23666' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}}@keyframes maplibregl-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:23px;margin:0 0 -4px -4px;overflow:hidden;width:88px}a.maplibregl-ctrl-logo.maplibregl-compact{width:14px}@media (forced-colors:active){a.maplibregl-ctrl-logo{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}.maplibregl-ctrl.maplibregl-ctrl-attrib{background-color:#ffffff80;margin:0;padding:0 5px}@media screen{.maplibregl-ctrl-attrib.maplibregl-compact{background-color:#fff;border-radius:12px;box-sizing:content-box;color:#000;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.maplibregl-ctrl-attrib.maplibregl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact-show,.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-inner{display:none}.maplibregl-ctrl-attrib-button{background-color:#ffffff80;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;box-sizing:border-box;cursor:pointer;display:none;height:24px;outline:none;position:absolute;right:0;top:0;width:24px}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;list-style:none}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button::-webkit-details-marker{display:none}.maplibregl-ctrl-bottom-left .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-top-left .maplibregl-ctrl-attrib-button{left:0}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-inner{display:block}.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-button{background-color:#0000000d}.maplibregl-ctrl-bottom-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;right:0}.maplibregl-ctrl-top-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{right:0;top:0}.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{left:0;top:0}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;left:0}}@media screen and (forced-colors:active){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.maplibregl-ctrl-attrib a{color:#000000bf;text-decoration:none}.maplibregl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.maplibregl-attrib-empty{display:none}.maplibregl-ctrl-scale{background-color:#ffffffbf;border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px;white-space:nowrap}.maplibregl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.maplibregl-popup-anchor-top,.maplibregl-popup-anchor-top-left,.maplibregl-popup-anchor-top-right{flex-direction:column}.maplibregl-popup-anchor-bottom,.maplibregl-popup-anchor-bottom-left,.maplibregl-popup-anchor-bottom-right{flex-direction:column-reverse}.maplibregl-popup-anchor-left{flex-direction:row}.maplibregl-popup-anchor-right{flex-direction:row-reverse}.maplibregl-popup-tip{border:10px solid transparent;height:0;width:0;z-index:1}.maplibregl-popup-anchor-top .maplibregl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.maplibregl-popup-anchor-bottom .maplibregl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.maplibregl-popup-anchor-left .maplibregl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.maplibregl-popup-anchor-right .maplibregl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}[dir=rtl] .maplibregl-popup-anchor-left{flex-direction:row-reverse}[dir=rtl] .maplibregl-popup-anchor-right{flex-direction:row}[dir=rtl] .maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-end}[dir=rtl] .maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-start}[dir=rtl] .maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-end}[dir=rtl] .maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-start}.maplibregl-popup-close-button{background-color:transparent;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.maplibregl-popup-close-button:hover{background-color:#0000000d}.maplibregl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;padding:15px 10px;pointer-events:auto;position:relative}.maplibregl-popup-anchor-top-left .maplibregl-popup-content{border-top-left-radius:0}.maplibregl-popup-anchor-top-right .maplibregl-popup-content{border-top-right-radius:0}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-content{border-bottom-left-radius:0}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-content{border-bottom-right-radius:0}.maplibregl-popup-track-pointer{display:none}.maplibregl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-map:hover .maplibregl-popup-track-pointer{display:flex}.maplibregl-map:active .maplibregl-popup-track-pointer{display:none}.maplibregl-marker{left:0;position:absolute;top:0;transition:opacity .2s;will-change:transform}.maplibregl-user-location-dot,.maplibregl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.maplibregl-user-location-dot:before{animation:maplibregl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.maplibregl-user-location-dot:after{border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px #00000059;box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}@media (prefers-reduced-motion:reduce){.maplibregl-user-location-dot:before{animation:none}}@keyframes maplibregl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.maplibregl-user-location-dot-stale{background-color:#aaa}.maplibregl-user-location-dot-stale:after{display:none}.maplibregl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;height:1px;width:1px}.maplibregl-crosshair,.maplibregl-crosshair .maplibregl-interactive,.maplibregl-crosshair .maplibregl-interactive:active{cursor:crosshair}.maplibregl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}.maplibregl-cooperative-gesture-screen{align-items:center;background:#0006;color:#fff;display:flex;font-size:1.4em;top:0;right:0;bottom:0;left:0;justify-content:center;line-height:1.2;opacity:0;padding:1rem;pointer-events:none;position:absolute;transition:opacity 1s ease 1s;z-index:99999}.maplibregl-cooperative-gesture-screen.maplibregl-show{opacity:1;transition:opacity .05s}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:none}@media (hover:none),(pointer:coarse){.maplibregl-cooperative-gesture-screen .maplibregl-desktop-message{display:none}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:block}}.maplibregl-pseudo-fullscreen{height:100%!important;left:0!important;position:fixed!important;top:0!important;width:100%!important;z-index:99999}
