.login-page{display:flex;justify-content:center;align-items:center;min-height:100vh;background:var(--bg);padding:1rem}.login-card{background:var(--bg);border:1px solid var(--border2);border-radius:var(--r-lg);overflow:hidden;width:100%;max-width:400px;box-shadow:var(--shadow-lg)}.login-body{padding:28px 24px}.login-logo-area{text-align:center;margin-bottom:24px}.login-logo-box{width:52px;height:52px;background:var(--accent);border-radius:var(--r-md);display:inline-flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:#fff;margin-bottom:10px}.login-logo-name{font-size:20px;font-weight:700;color:var(--t1);letter-spacing:.05em}.login-logo-sub{font-size:11px;color:var(--t3);margin-top:3px}.login-lock-area{text-align:center;margin-top:16px}.login-lock-icon{width:32px;height:32px;background:var(--raised);border-radius:var(--r-full);display:inline-flex;align-items:center;justify-content:center}.login-lock-icon svg{width:14px;height:14px;stroke:var(--accent2);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.login-field-label{font-size:11px;color:var(--t2);margin-bottom:5px;display:block}.login-field{width:100%;background:var(--raised);border:1px solid var(--border2);border-radius:8px;padding:10px 14px;color:var(--t1);font-size:14px;outline:none;font-family:var(--font-sans);margin-bottom:14px;transition:border-color var(--tr)}.login-field:focus{border-color:var(--accent)}.login-field::placeholder{color:var(--t3)}.login-pw-wrap{position:relative;margin-bottom:14px}.login-pw-wrap .login-field{margin-bottom:0;padding-right:40px}.login-pw-eye{position:absolute;right:12px;top:50%;transform:translateY(-50%);opacity:.5;cursor:pointer;background:none;border:none;padding:0}.login-pw-eye:hover{opacity:.8}.login-pw-eye svg{width:16px;height:16px;stroke:var(--t2);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.login-submit-btn{width:100%;background:var(--accent);border:none;border-radius:8px;padding:11px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;font-family:var(--font-sans);margin-bottom:10px;transition:background var(--tr)}.login-submit-btn:hover:not(:disabled){background:var(--accent2)}.login-submit-btn:disabled{opacity:.5;cursor:not-allowed}.login-back-btn{width:100%;background:transparent;border:1px solid var(--border2);border-radius:8px;padding:9px;color:var(--t2);font-size:13px;cursor:pointer;font-family:var(--font-sans);transition:all var(--tr)}.login-back-btn:hover{border-color:var(--accent);color:var(--t1)}.login-error{background:#ef44441a;border:1px solid var(--danger);border-radius:8px;color:#fca5a5;padding:10px 14px;font-size:13px;margin-bottom:16px;display:flex;align-items:center;gap:8px}.login-tabs{display:flex;gap:6px;margin-bottom:20px}.login-tab{flex:1;padding:8px;border-radius:8px;border:1px solid var(--border2);background:transparent;color:var(--t2);font-size:13px;font-weight:500;cursor:pointer;font-family:var(--font-sans);transition:all var(--tr)}.login-tab:hover{border-color:var(--accent)}.login-tab.active{border-color:var(--accent);background:var(--accent);color:#fff;font-weight:600}.login-divider{display:flex;align-items:center;gap:12px;margin:20px 0}.login-divider-line{flex:1;height:1px;background:var(--border2)}.login-divider-text{color:var(--t3);font-size:12px}.login-sso-btn{width:100%;background:var(--raised);border:1px solid var(--border2);border-radius:8px;padding:10px;color:var(--t1);font-size:14px;font-weight:600;cursor:pointer;font-family:var(--font-sans);transition:all var(--tr)}.login-sso-btn:hover{border-color:var(--accent);background:var(--hover)}.login-footer{text-align:center;margin-top:16px;font-size:10px;color:var(--t3);line-height:1.6}.mfa-header{text-align:center;margin-bottom:20px}.mfa-shield-icon{width:44px;height:44px;background:#1a3520;border-radius:var(--r-full);display:inline-flex;align-items:center;justify-content:center;margin-bottom:12px}.mfa-shield-icon svg{width:20px;height:20px;stroke:#6ee7b7;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.mfa-title{font-size:16px;font-weight:700;color:var(--t1);margin-bottom:4px}.mfa-sub{font-size:12px;color:var(--t2)}.otp-row{display:flex;gap:8px;justify-content:center;margin-bottom:16px}.otp-box{width:40px;height:48px;background:var(--raised);border:1.5px solid var(--border2);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:var(--t1);font-family:var(--font-mono);transition:all var(--tr)}.otp-box.filled{border-color:var(--accent);background:#1e3a8a;color:var(--pill-text)}.otp-box.cursor{border-color:var(--accent2);box-shadow:0 0 0 2px var(--accent-glow)}.totp-bar{background:var(--raised);border-radius:6px;height:4px;margin-bottom:12px;overflow:hidden}.totp-fill{height:100%;background:var(--accent);border-radius:6px;transition:width 1s linear}.totp-hint{font-size:11px;color:var(--t3);text-align:center;margin-bottom:14px}.backup-link{text-align:center;font-size:12px;color:var(--accent2);cursor:pointer;margin-top:10px;background:none;border:none;font-family:var(--font-sans)}.backup-link:hover{text-decoration:underline}.login-form{display:flex;flex-direction:column;gap:0}.register-page{display:flex;justify-content:center;align-items:center;min-height:100vh;background:var(--bg);padding:1rem}.register-card{background:var(--bg);border:1px solid var(--border2);border-radius:var(--r-lg);overflow:hidden;width:100%;max-width:440px;box-shadow:var(--shadow-lg)}.register-body{padding:28px 24px}.register-logo-area{text-align:center;margin-bottom:24px}.register-logo-box{width:52px;height:52px;background:var(--accent);border-radius:var(--r-md);display:inline-flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:#fff;margin-bottom:10px}.register-logo-name{font-size:20px;font-weight:700;color:var(--t1);letter-spacing:.05em}.register-logo-sub{font-size:11px;color:var(--t3);margin-top:3px}.register-form{display:flex;flex-direction:column;gap:14px}.register-field-group{display:flex;flex-direction:column;gap:4px}.register-field-label{font-size:11px;color:var(--t2);display:block}.register-field{width:100%;background:var(--raised);border:1px solid var(--border2);border-radius:8px;padding:10px 14px;color:var(--t1);font-size:14px;outline:none;font-family:var(--font-sans);transition:border-color var(--tr)}.register-field:focus{border-color:var(--accent)}.register-field::placeholder{color:var(--t3)}.register-field:disabled{opacity:.6;cursor:not-allowed}.register-field-with-prefix{padding-left:48px}.register-field-multiline{resize:vertical;min-height:64px;font-family:var(--font-mono);font-size:12.5px}.register-field-otp{letter-spacing:.5em;text-align:center;font-family:var(--font-mono);font-size:18px}.register-field-wrap{position:relative}.register-field-prefix{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--t2);font-size:14px;font-family:var(--font-sans);pointer-events:none;user-select:none}.register-field-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-weight:700;font-size:14px;pointer-events:none}.register-field-icon.ok{color:var(--success)}.register-field-icon.bad{color:var(--danger)}.register-field-help{font-size:11px;color:var(--t3);min-height:14px}.register-submit-btn{width:100%;background:var(--accent);border:none;border-radius:8px;padding:11px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;font-family:var(--font-sans);transition:background var(--tr);margin-top:4px}.register-submit-btn:hover:not(:disabled){background:var(--accent2)}.register-submit-btn:disabled{opacity:.5;cursor:not-allowed}.register-secondary-btn{width:100%;background:transparent;border:1px solid var(--border2);border-radius:8px;padding:9px;color:var(--t2);font-size:13px;cursor:pointer;font-family:var(--font-sans);transition:all var(--tr)}.register-secondary-btn:hover:not(:disabled){border-color:var(--accent);color:var(--t1)}.register-secondary-btn:disabled{opacity:.5;cursor:not-allowed}.register-link-btn{width:100%;background:transparent;border:none;color:var(--accent2);font-size:13px;cursor:pointer;font-family:var(--font-sans);margin-top:12px;text-align:center}.register-link-btn:hover{text-decoration:underline}.register-pick-btn{width:100%;background:var(--raised);border:1px solid var(--border2);border-radius:10px;padding:14px 16px;cursor:pointer;font-family:var(--font-sans);text-align:left;display:flex;flex-direction:column;gap:4px;transition:all var(--tr)}.register-pick-btn:hover{border-color:var(--accent);background:var(--hover, var(--raised))}.register-pick-title{font-size:14px;font-weight:600;color:var(--t1)}.register-pick-sub{font-size:12px;color:var(--t2)}.register-error{background:#ef44441a;border:1px solid var(--danger);border-radius:8px;color:#fca5a5;padding:10px 14px;font-size:13px;margin-bottom:4px}:root[data-theme=light] .register-error{color:#b91c1c;background:#ef444414}.register-info{background:var(--raised);border:1px solid var(--border2);border-radius:8px;color:var(--t1);padding:12px 14px;font-size:13px;line-height:1.5}.register-help{font-size:13px;color:var(--t2);line-height:1.5;margin:0}.register-loading{text-align:center;color:var(--t2);font-size:13px;padding:24px 0}@media(max-width:480px){.register-card{max-width:100%;border-radius:0;border-left:none;border-right:none}.register-body{padding:22px 18px}}.trial-stepper{display:flex;align-items:center;justify-content:space-between;list-style:none;margin:0 0 22px;padding:0;gap:8px}.trial-step{display:flex;flex-direction:column;align-items:center;gap:6px;flex:1;position:relative}.trial-step:before{content:"";position:absolute;top:13px;left:-50%;width:100%;height:2px;background:var(--border2);z-index:0}.trial-step:first-child:before{display:none}.trial-step.done:before,.trial-step.current:before{background:var(--accent)}.trial-step-dot{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;background:var(--bg);border:2px solid var(--border2);color:var(--t2);z-index:1}.trial-step.current .trial-step-dot{border-color:var(--accent);color:var(--accent)}.trial-step.done .trial-step-dot{border-color:var(--accent);background:var(--accent);color:var(--on-accent, #fff)}.trial-step-label{font-size:12px;color:var(--t2)}.trial-step.current .trial-step-label,.trial-step.done .trial-step-label{color:var(--t1)}.cloud-shell{--c-bg: #06080b;--c-panel: #0d1117;--c-panel-2: #11161d;--c-line: #1d2730;--c-ink: #e8eef3;--c-muted: #7e8a96;--c-faint: #566069;--c-accent: #3fd0c9;--c-accent-dim: #1c5d5a;--c-warn: #e8a13c;--c-danger: #e2624a;--c-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:34px 18px 60px;background:radial-gradient(900px 500px at 15% -10%,#0c1a1a55,transparent 60%),radial-gradient(700px 500px at 110% 10%,#10202033,transparent 55%),var(--c-bg);color:var(--c-ink);font-family:Hanken Grotesk,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased}.cloud-card{width:100%;max-width:380px;background:var(--c-panel);border:1px solid var(--c-line);border-radius:22px;padding:26px 24px 28px;box-shadow:0 30px 60px -30px #000,inset 0 1px #ffffff08}.cloud-brand{display:flex;align-items:center;gap:12px;margin-bottom:18px}.cloud-glyph{width:34px;height:34px;border:1.5px solid var(--c-accent);border-radius:9px;display:grid;place-items:center;box-shadow:0 0 22px -6px var(--c-accent)}.cloud-glyph:after{content:"";width:11px;height:11px;border:2px solid var(--c-accent);border-radius:50%}.cloud-brand b{font-size:18px;font-weight:800;letter-spacing:.5px}.cloud-brand span{display:block;font:500 10px/1.3 var(--c-mono);color:var(--c-muted);letter-spacing:1.4px;text-transform:uppercase}.cloud-pill{display:inline-flex;gap:6px;align-items:center;font:600 10px/1 var(--c-mono);color:var(--c-accent);border:1px solid var(--c-accent-dim);background:#0c1716;padding:6px 10px;border-radius:999px;letter-spacing:.6px;margin-bottom:16px}.cloud-h1{font-size:23px;font-weight:800;letter-spacing:.2px;margin:4px 0 8px}.cloud-h1.sm{font-size:19px}.cloud-sub{color:var(--c-muted);font-size:13px;line-height:1.5;margin:0 0 18px}.cloud-sub b{color:var(--c-ink);font-weight:600}.cloud-center{text-align:center}.cloud-lab{font:600 10px/1 var(--c-mono);color:var(--c-muted);letter-spacing:1px;text-transform:uppercase;margin:14px 2px 7px}.cloud-input{width:100%;background:var(--c-panel-2);border:1px solid var(--c-line);border-radius:11px;padding:12px 13px;font-size:14px;color:var(--c-ink);font-family:inherit}.cloud-input::placeholder{color:var(--c-faint)}.cloud-input:focus{outline:none;border-color:var(--c-accent);box-shadow:0 0 0 3px #3fd0c91f}.cloud-input[aria-invalid=true]{border-color:var(--c-danger)}.cloud-row2{display:flex;gap:9px}.cloud-cc{background:var(--c-panel-2);border:1px solid var(--c-line);border-radius:11px;padding:0 11px;font:500 13px/1 var(--c-mono);color:var(--c-ink)}.cloud-seg{display:flex;background:var(--c-panel-2);border:1px solid var(--c-line);border-radius:12px;padding:4px;gap:4px;margin-bottom:6px}.cloud-seg button{flex:1;border:0;background:transparent;color:var(--c-muted);font-family:inherit;font-weight:600;font-size:13px;padding:9px;border-radius:9px;display:flex;align-items:center;justify-content:center;gap:7px;cursor:pointer}.cloud-seg button.on{background:#13201f;color:var(--c-accent);box-shadow:inset 0 0 0 1px var(--c-accent-dim)}.cloud-strength{display:flex;gap:5px;margin-top:8px}.cloud-strength i{height:3px;flex:1;border-radius:3px;background:#1c2630}.cloud-strength i.f{background:var(--c-accent)}.cloud-otp{display:flex;gap:9px;justify-content:space-between;margin:8px 0 4px}.cloud-otp input{flex:1;width:100%;aspect-ratio:1 / 1.15;border:1px solid var(--c-line);border-radius:11px;background:var(--c-panel-2);text-align:center;font:700 22px/1 var(--c-mono);color:var(--c-ink)}.cloud-otp input:focus{outline:none;border-color:var(--c-accent);box-shadow:0 0 0 3px #3fd0c91a}.cloud-resend{font:500 12px/1.4 var(--c-mono);color:var(--c-muted);text-align:center;margin:16px 0 4px}.cloud-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;border:0;font-family:inherit;font-weight:700;font-size:14px;padding:13px;border-radius:12px;margin-top:16px;cursor:pointer}.cloud-btn:disabled{cursor:not-allowed;opacity:.5}.cloud-btn.p{background:var(--c-accent);color:#04100f;box-shadow:0 10px 26px -12px var(--c-accent)}.cloud-btn.ghost{background:transparent;border:1px solid var(--c-line);color:var(--c-ink)}.cloud-btn.warn{background:transparent;border:1px solid #4a3a1c;color:var(--c-warn)}.cloud-link-btn{display:block;width:100%;text-align:center;color:var(--c-muted);font-size:12.5px;margin-top:16px;background:none;border:0;cursor:pointer;font-family:inherit}.cloud-link-btn b{color:var(--c-accent);font-weight:600}.cloud-note{display:flex;gap:9px;background:#0c1413;border:1px solid var(--c-accent-dim);border-radius:11px;padding:11px 12px;font-size:11.5px;line-height:1.5;color:#9fc6c2;margin-top:16px}.cloud-note .k{flex:none;color:var(--c-accent);margin-top:1px}.cloud-note b{color:var(--c-ink)}.cloud-note.danger{background:#160d0b;border-color:#4a261c;color:#e7a99b}.cloud-note.danger .k{color:var(--c-danger)}.cloud-error{background:#1a0e0c;border:1px solid #4a261c;color:#e7a99b;border-radius:11px;padding:11px 12px;font-size:12.5px;line-height:1.5;margin:4px 0 12px}.cloud-conf{text-align:center;padding:8px 6px}.cloud-conf .big{width:62px;height:62px;border-radius:50%;border:1.5px solid var(--c-accent-dim);display:grid;place-items:center;margin:6px auto 16px;background:#0c1716;font-size:26px;color:var(--c-accent)}.cloud-stores{display:flex;gap:9px;margin-top:20px}.cloud-store{flex:1;border:1px solid var(--c-line);background:var(--c-panel-2);border-radius:11px;padding:10px;font-size:11px;color:var(--c-muted);text-align:center}.cloud-store b{display:block;color:var(--c-ink);font-size:13px;font-weight:700}.cloud-foot{display:flex;justify-content:center;gap:16px;margin-top:22px;font:500 11px/1 var(--c-mono);color:var(--c-faint)}.cloud-foot a,.cloud-foot button{color:var(--c-faint);text-decoration:none;background:none;border:0;font:inherit;cursor:pointer}.cloud-foot a:hover,.cloud-foot button:hover{color:var(--c-muted)}.cloud-fineprint{text-align:center;font:500 10px/1.4 var(--c-mono);color:var(--c-faint);margin-top:6px}.cloud-field-help{font-size:11.5px;color:var(--c-muted);margin-top:6px}.cloud-field-help.bad{color:var(--c-danger)}.chat-shell{display:grid;grid-template-columns:52px 260px 1fr;height:100vh;background:var(--bg);overflow:hidden}.chat-max-retries-banner{grid-column:1 / -1;display:flex;align-items:center;justify-content:center;gap:16px;padding:10px 16px;background:var(--danger);color:#fff;font-size:.875rem;font-weight:500}.chat-max-retries-banner-btn{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.4);padding:4px 12px;border-radius:4px;cursor:pointer;font-size:.8125rem}.chat-max-retries-banner-btn:hover{background:#ffffff4d}.chat-nav{width:52px;flex-shrink:0;background:var(--nav-rail-bg);border-right:1px solid var(--border);display:flex;flex-direction:column;align-items:center;padding:12px 0;gap:4px}.chat-nav-logo{width:34px;height:34px;background:var(--accent);border-radius:9px;display:flex;align-items:center;justify-content:center;margin-bottom:14px;font-size:12px;font-weight:700;color:#fff;letter-spacing:-.5px;flex-shrink:0}.chat-nav-btn{width:38px;height:38px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;transition:background var(--tr);background:none;border:none;padding:0}.chat-nav-btn:hover{background:var(--hover)}.chat-nav-btn.active{background:var(--raised)}.chat-nav-btn.active:before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:3px;background:var(--accent);border-radius:0 2px 2px 0}.chat-nav-btn svg{width:18px;height:18px;stroke:var(--t3);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.chat-nav-btn.active svg{stroke:var(--accent2)}.chat-nav-badge{position:absolute;top:4px;right:4px;min-width:15px;height:15px;background:var(--danger);border-radius:50%;font-size:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;border:2px solid var(--nav-rail-bg);padding:0 2px}.chat-nav-spacer{flex:1}.chat-sidebar{background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;overflow:hidden}.chat-sidebar-header{padding:14px 14px 10px;border-bottom:1px solid var(--border);flex-shrink:0}.chat-sidebar-title{font-size:15px;font-weight:600;color:var(--t1);margin-bottom:10px}.chat-sidebar-search{background:var(--raised);border:1px solid var(--border2);border-radius:8px;display:flex;align-items:center;gap:6px;padding:7px 10px}.chat-sidebar-search svg{width:14px;height:14px;stroke:var(--t3);fill:none;stroke-width:1.7;stroke-linecap:round;flex-shrink:0}.chat-sidebar-search input{flex:1;background:none;border:none;outline:none;color:var(--t1);font-size:12px;font-family:var(--font-sans)}.chat-sidebar-search input::placeholder{color:var(--t3)}.chat-filter-tabs{display:flex;gap:5px;padding:10px 14px 8px;flex-shrink:0}.chat-filter-tab{font-size:11px;padding:3px 10px;border-radius:var(--r-pill);cursor:pointer;color:var(--t2);background:transparent;border:1px solid transparent;font-family:var(--font-sans);transition:all var(--tr)}.chat-filter-tab.active{background:var(--pill-bg);color:var(--pill-text);border-color:#1e3a5f}.chat-conv-list{flex:1;overflow-y:auto;padding:4px 0}.chat-conv-item{display:flex;gap:10px;padding:10px 14px;cursor:pointer;transition:background var(--tr-fast);align-items:flex-start;border-right:3px solid transparent}.chat-conv-item:hover{background:var(--raised)}.chat-conv-item.active{background:var(--raised);border-right-color:var(--accent)}.chat-conv-av-wrap{position:relative;flex-shrink:0}.chat-conv-av-wrap .conv-pres{position:absolute;bottom:1px;right:1px;border:2px solid var(--surface)}.chat-conv-info{flex:1;min-width:0}.chat-conv-name-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:2px}.chat-conv-name{font-size:13px;font-weight:500;color:var(--t1)}.chat-conv-name.bold{font-weight:700}.chat-conv-time{font-size:10px;color:var(--t3);flex-shrink:0}.chat-conv-preview{font-size:11px;color:var(--t2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-conv-badge{background:var(--accent);color:#fff;border-radius:10px;font-size:9px;font-weight:700;padding:1px 6px;min-width:16px;text-align:center;flex-shrink:0;align-self:center}.chat-main{display:flex;flex-direction:column;overflow:hidden;position:relative}.cross-conv-toast{position:absolute;top:12px;right:16px;z-index:50;display:flex;flex-direction:column;align-items:flex-start;gap:4px;max-width:320px;padding:10px 32px 10px 14px;background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--success);border-radius:8px;box-shadow:0 6px 20px #00000059;cursor:pointer;text-align:left;font-family:inherit;color:var(--t1);animation:cross-conv-toast-in .2s ease-out}.cross-conv-toast:hover{background:var(--raised)}.cross-conv-toast-title{font-size:13px;font-weight:600;color:var(--t1)}.cross-conv-toast-body{font-size:12px;color:var(--t2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:280px}.cross-conv-toast-close{position:absolute;top:4px;right:6px;font-size:18px;line-height:1;color:var(--t3);cursor:pointer;padding:2px 8px;border-radius:4px}.cross-conv-toast-close:hover{background:var(--surface2, var(--raised));color:var(--t1)}@keyframes cross-conv-toast-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.send-error-toast{position:absolute;top:12px;right:16px;z-index:51;display:flex;flex-direction:column;align-items:flex-start;gap:4px;max-width:360px;padding:10px 32px 10px 14px;background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--danger, #f87171);border-radius:8px;box-shadow:0 6px 20px #00000059;text-align:left;font-family:inherit;color:var(--t1);animation:cross-conv-toast-in .2s ease-out}.send-error-toast-title{font-size:13px;font-weight:600;color:var(--t1)}.send-error-toast-body{font-size:12px;color:var(--t2);line-height:1.4;white-space:normal}.send-error-toast-close{position:absolute;top:4px;right:6px;font-size:18px;line-height:1;color:var(--t3);cursor:pointer;padding:2px 8px;border-radius:4px;background:transparent;border:none;font-family:inherit}.send-error-toast-close:hover{background:var(--surface2, var(--raised));color:var(--t1)}.chat-bubble-error-text{margin-top:6px;padding:6px 8px;font-size:11px;line-height:1.4;color:var(--danger, #f87171);background:#f8717114;border-radius:6px;white-space:normal}.chat-topbar{background:var(--surface);border-bottom:1px solid var(--border);padding:0 18px;height:54px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.chat-topbar-who{display:flex;align-items:center;gap:10px}.chat-topbar-name{font-size:14px;font-weight:600;color:var(--t1)}.chat-topbar-status{font-size:11px;color:var(--success)}.chat-topbar-actions{display:flex;align-items:center;gap:6px}.chat-ephem-bar{background:#1c1407;border-bottom:1px solid #78350f;padding:7px 18px;display:flex;align-items:center;gap:8px;flex-shrink:0}.chat-ephem-bar svg{width:14px;height:14px;stroke:var(--warn);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.chat-ephem-text{font-size:11px;color:#fcd34d;flex:1}.chat-ephem-timer{font-size:11px;font-family:var(--font-mono);color:var(--warn);background:#271c07;padding:2px 8px;border-radius:4px;border:1px solid #78350f}.chat-thread{flex:1;overflow-y:auto;padding:16px 18px;display:flex;flex-direction:column;gap:12px}.chat-date-sep{text-align:center;font-size:10px;color:var(--t3);position:relative;margin:6px 0}.chat-date-sep:before,.chat-date-sep:after{content:"";position:absolute;top:50%;width:38%;height:1px;background:var(--border)}.chat-date-sep:before{left:0}.chat-date-sep:after{right:0}.chat-msg-row{display:flex;gap:8px;align-items:flex-end}.chat-msg-row.mine{flex-direction:row-reverse}.chat-msg-av{flex-shrink:0}.chat-bubble{padding:10px 14px;border-radius:14px;font-size:13px;line-height:1.55;position:relative;overflow-wrap:anywhere;box-shadow:0 1px 2px #00000040;transition:box-shadow var(--tr)}.chat-bubble:hover{box-shadow:0 2px 6px #00000059}.chat-bubble.them{background:var(--raised);color:var(--t1);border:1px solid var(--border2);border-radius:14px 14px 14px 4px}.chat-bubble.me{background:linear-gradient(135deg,#1e40af,#1e3a8a);color:#eff6ff;border-radius:14px 14px 4px}.chat-bubble-meta{font-size:9px;color:var(--t3);margin-top:3px;display:flex;align-items:center;gap:4px;white-space:nowrap}.chat-msg-row.mine .chat-bubble-meta{justify-content:flex-end}.chat-bubble.placeholder{background:var(--raised);color:var(--t3);font-style:italic;opacity:.6}.chat-history-fail-banner{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 16px;background:var(--raised);border-bottom:1px solid var(--border);color:var(--t2);font-size:.8125rem}.chat-history-fail-retry{background:transparent;color:var(--accent2);border:1px solid var(--border);padding:3px 10px;border-radius:4px;font-size:.75rem;cursor:pointer}.chat-history-fail-retry:hover{background:var(--raised-hover, rgba(255,255,255,.05))}.chat-input-bar{background:var(--surface);border-top:1px solid var(--border);padding:12px 18px;display:flex;gap:10px;align-items:flex-end;flex-shrink:0;position:relative}.chat-emoji-pop{position:absolute;left:18px;right:18px;bottom:calc(100% + 6px);background:var(--surface);border:1px solid var(--border2);border-radius:var(--r-lg);box-shadow:var(--shadow-lg);padding:10px 12px;z-index:30;max-height:220px;overflow-y:auto;animation:emojiPopIn .12s ease-out}.chat-emoji-pop-header{font-size:10px;color:var(--t3);font-weight:600;text-transform:uppercase;letter-spacing:.5px;padding:2px 2px 8px;border-bottom:1px solid var(--border);margin-bottom:8px}.chat-emoji-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(34px,1fr));gap:2px}.chat-emoji-btn{width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid transparent;border-radius:var(--r-sm);cursor:pointer;font-size:18px;line-height:1;color:var(--t1);transition:background var(--tr),border-color var(--tr);font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif}.chat-emoji-btn:hover{background:var(--hover);border-color:var(--border2)}@keyframes emojiPopIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.chat-input-actions{display:flex;gap:4px;padding-bottom:2px}.chat-input-actions .imcs-btn-icon.active{background:var(--accent);border-color:var(--accent)}.chat-input-actions .imcs-btn-icon.active svg{stroke:#fff}.chat-input-field{flex:1;background:var(--raised);border:1px solid var(--border2);border-radius:20px;padding:10px 16px;font-size:13px;line-height:1.4;color:var(--t1);outline:none;min-height:44px;resize:none;font-family:var(--font-sans);transition:border-color var(--tr),box-shadow var(--tr)}.chat-input-field:focus{border-color:var(--accent);box-shadow:0 0 0 3px #2563eb26}.chat-input-field::placeholder{color:var(--t3)}.chat-send-btn{width:40px;height:40px;border-radius:50%;background:var(--accent);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background var(--tr),transform var(--tr),box-shadow var(--tr);box-shadow:0 2px 8px #2563eb59}.chat-send-btn:hover{background:var(--accent2);transform:translateY(-1px);box-shadow:0 4px 14px #2563eb80}.chat-send-btn:disabled{opacity:.4;cursor:not-allowed;transform:none;box-shadow:none}.chat-send-btn svg{width:16px;height:16px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.chat-empty-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;color:var(--t3);padding:24px;text-align:center}.chat-empty-lock{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#10b9812e,#10b9810f);border:1px solid rgba(16,185,129,.3);display:flex;align-items:center;justify-content:center;margin-bottom:4px}.chat-empty-lock svg{width:28px;height:28px;stroke:#6ee7b7;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.chat-empty-title{font-size:15px;font-weight:500;color:var(--t1);margin:0}.chat-empty-sub{font-size:12px;color:var(--t2);margin:0;line-height:1.6}.chat-empty-crypto{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border:1px solid var(--border2);border-radius:var(--r-pill);background:var(--surface);font-size:10px;color:var(--t3);font-family:var(--font-mono);margin-top:8px}.chat-empty-crypto-dot{width:6px;height:6px;border-radius:50%;background:var(--success);box-shadow:0 0 6px #10b98199}.chat-empty-crypto-dot-sep{width:3px;height:3px;border-radius:50%;background:var(--t3);opacity:.5}.chat-empty-state>svg:only-of-type{width:48px;height:48px;stroke:var(--border2);fill:none;stroke-width:1.2;stroke-linecap:round;stroke-linejoin:round}.chat-new-msg-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100}.chat-new-msg-card{background:var(--surface);border:1px solid var(--border2);border-radius:var(--r-lg);padding:24px;width:360px;max-width:90vw}.chat-typing-bar{padding:4px 18px 8px;display:flex;align-items:center;gap:6px;min-height:24px}.chat-typing-dots{display:flex;gap:3px;align-items:center}.chat-typing-dot{width:5px;height:5px;border-radius:var(--r-full);background:var(--t3);animation:typingPulse 1.2s infinite ease-in-out}.chat-typing-dot:nth-child(2){animation-delay:.2s}.chat-typing-dot:nth-child(3){animation-delay:.4s}.chat-typing-text{font-size:11px;color:var(--t3);font-style:italic}.chat-connection-dot{width:8px;height:8px;border-radius:var(--r-full);display:inline-block}.chat-connection-dot.connected{background:var(--success)}.chat-connection-dot.disconnected{background:var(--danger)}.chat-attachment-bar{display:flex;align-items:center;justify-content:space-between;padding:6px 18px;background:var(--raised);border-bottom:1px solid var(--border2);font-size:12px;color:var(--t2)}.app-shell{display:grid;grid-template-columns:52px 260px 1fr;height:100vh;background:var(--bg);overflow:hidden}.app-shell.app-shell--no-sidebar{grid-template-columns:52px 1fr}.app-sidebar{background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;overflow:hidden;min-width:0}.app-sidebar-header{padding:14px 14px 10px;border-bottom:1px solid var(--border);flex-shrink:0}.app-sidebar-title{font-size:15px;font-weight:600;color:var(--t1);margin-bottom:10px}.app-sidebar-search{background:var(--raised);border:1px solid var(--border2);border-radius:8px;display:flex;align-items:center;gap:6px;padding:7px 10px}.app-sidebar-search svg{width:14px;height:14px;stroke:var(--t3);fill:none;stroke-width:1.7;stroke-linecap:round;flex-shrink:0}.app-sidebar-search input{flex:1;background:none;border:none;outline:none;color:var(--t1);font-size:12px;font-family:var(--font-sans)}.app-sidebar-search input::placeholder{color:var(--t3)}.app-sidebar-list{flex:1;overflow-y:auto;padding:4px 0}.app-sidebar-footer{padding:10px 12px;border-top:1px solid var(--border);flex-shrink:0}.app-main{min-width:0;overflow:hidden;display:flex;flex-direction:column}.app-main-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:var(--t3);padding:32px;text-align:center}.app-main-empty-title{font-size:15px;font-weight:500;color:var(--t1);margin:0}.app-main-empty-sub{font-size:12px;color:var(--t2);margin:0;line-height:1.6;max-width:360px}.app-back-to-list{display:none;align-items:center;gap:4px;min-width:44px;min-height:44px;padding:0 10px 0 6px;margin:0 8px 0 -6px;background:none;border:none;color:var(--t1);font-size:13px;font-weight:500;cursor:pointer;border-radius:8px;flex-shrink:0}.app-back-to-list:hover{background:var(--hover)}.app-back-to-list svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.app-bottom-nav{display:none;position:fixed;left:0;right:0;bottom:0;z-index:40;background:var(--nav-rail-bg, var(--surface));border-top:1px solid var(--border);padding:4px 0 calc(4px + env(safe-area-inset-bottom))}.app-bottom-nav-items{display:flex;align-items:stretch;justify-content:space-around;gap:2px}.app-bottom-nav-btn{flex:1 1 0;min-width:44px;min-height:44px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;background:none;border:none;padding:6px 4px;cursor:pointer;color:var(--t3);font-size:10px;line-height:1.1;font-family:var(--font-sans);transition:color var(--tr),background var(--tr);position:relative}.app-bottom-nav-btn:hover{color:var(--t1)}.app-bottom-nav-btn.active{color:var(--accent)}.app-bottom-nav-btn svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.app-bottom-nav-btn-label{font-size:10px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-bottom-nav-badge{position:absolute;top:2px;right:calc(50% - 18px);min-width:16px;height:16px;padding:0 4px;border-radius:8px;background:var(--danger);color:#fff;font-size:10px;font-weight:600;display:flex;align-items:center;justify-content:center;line-height:1}@media(max-width:1023px)and (min-width:640px){.app-shell,.chat-shell{grid-template-columns:52px 220px 1fr}}@media(max-width:639px){.app-shell,.app-shell.app-shell--no-sidebar,.chat-shell{grid-template-columns:1fr}.app-shell .chat-nav,.chat-shell .chat-nav{display:none}.app-shell .app-sidebar,.chat-shell .chat-sidebar{display:flex;padding-bottom:calc(54px + env(safe-area-inset-bottom))}.app-shell .app-main,.chat-shell .chat-main,.app-shell[data-detail-open=true] .app-sidebar,.chat-shell[data-detail-open=true] .chat-sidebar{display:none}.app-shell[data-detail-open=true] .app-main,.chat-shell[data-detail-open=true] .chat-main{display:flex;padding-bottom:calc(54px + env(safe-area-inset-bottom))}.app-back-to-list{display:inline-flex}.app-bottom-nav{display:block}.app-shell.app-shell--no-sidebar .app-main{display:flex}}.thread-panel{position:fixed;top:0;right:0;bottom:0;width:360px;z-index:40;box-shadow:-4px 0 12px #0000002e}@media(max-width:1023px)and (min-width:640px){.thread-panel{width:320px}}@media(max-width:639px){.thread-panel{width:100%;bottom:calc(54px + env(safe-area-inset-bottom));border-left:none}}.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}.maplibregl-ctrl button:not(:disabled):hover{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-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}.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}.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}@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;inset: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),(width<=480px){.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}.contacts-page{display:flex;flex-direction:column;height:100%;overflow:hidden}.contacts-header{background:var(--surface);border-bottom:1px solid var(--border);padding:12px 16px;flex-shrink:0}.contacts-bar{display:flex;align-items:center;gap:8px;margin-bottom:8px}.contacts-search{flex:1;background:var(--raised);border:1px solid var(--border2);border-radius:var(--r-sm);display:flex;align-items:center;gap:8px;padding:6px 12px;color:var(--t3)}.contacts-search-input{flex:1;background:none;border:none;outline:none;color:var(--t1);font-size:13px;font-family:var(--font-sans)}.contacts-search-input::placeholder{color:var(--t3)}.contacts-view-btn{width:30px;height:30px;background:var(--raised);border:1px solid var(--border2);border-radius:var(--r-xs);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--t2);transition:all var(--tr)}.contacts-view-btn:hover,.contacts-view-btn.active{border-color:var(--accent);color:var(--accent2)}.contacts-toolbar{display:flex;align-items:center;gap:5px;margin-bottom:8px;flex-wrap:wrap}.contacts-tool-btn{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:var(--r-sm);font-size:11px;font-family:var(--font-sans);cursor:pointer;border:1px solid var(--border2);color:var(--t2);background:var(--raised);transition:all var(--tr)}.contacts-tool-btn:hover{border-color:var(--accent);color:var(--t1)}.contacts-tool-btn.danger{color:#fca5a5;border-color:#7f1d1d}.contacts-tool-btn.danger:hover{background:#7f1d1d;color:#fecaca}.contacts-tool-btn svg{stroke:currentColor;fill:none;stroke-linecap:round;stroke-linejoin:round}.contacts-filters{display:flex;gap:5px;flex-wrap:wrap;align-items:center}.contacts-count{font-size:11px;color:var(--t3);margin-left:auto}.contacts-list{padding:4px 8px;overflow-y:auto;flex:1}.contact-list-row{display:flex;align-items:center;gap:10px;padding:7px 10px;border-radius:var(--r-sm);cursor:default;transition:background var(--tr-fast)}.contact-list-row:hover{background:var(--raised)}.contact-list-row.selected{background:#2563eb1a}.contact-checkbox{width:14px;height:14px;accent-color:var(--accent);cursor:pointer;flex-shrink:0}.contact-av-wrap{position:relative;display:inline-block;flex-shrink:0}.contact-pres{position:absolute;bottom:0;right:0;border:2px solid var(--surface)}.contact-list-row .contact-pres{border-color:var(--bg)}.contact-list-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.contact-list-name{font-size:13px;font-weight:500;color:var(--t1);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.contact-list-meta{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--t3)}.contact-agency-badge-sm{display:inline-block;padding:1px 6px;border-radius:6px;font-size:9px;font-weight:500;flex-shrink:0}.contact-actions{display:flex;gap:4px;flex-shrink:0}.contact-action-btn{width:24px;height:24px;background:transparent;border:1px solid transparent;border-radius:var(--r-xs);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--tr);color:var(--t3)}.contact-action-btn:hover{border-color:var(--accent);background:var(--raised);color:var(--accent2)}.contact-action-btn svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.contacts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:8px;padding:12px 16px;overflow-y:auto;flex:1}.contact-card-compact{background:var(--raised);border:1px solid var(--border2);border-radius:var(--r-sm);padding:10px;display:flex;align-items:center;gap:10px;cursor:pointer;transition:border-color var(--tr)}.contact-card-compact:hover{border-color:var(--accent)}.contact-card-info{flex:1;min-width:0}.contact-name{font-size:12px;font-weight:600;color:var(--t1);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:2px}.contact-card-compact .contact-actions{flex-direction:column;gap:3px}.contact-card-compact .contact-action-btn{width:22px;height:22px}.contacts-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100}.contacts-modal{background:var(--surface);border:1px solid var(--border2);border-radius:var(--r-lg);padding:20px;width:340px;max-width:90vw}.contacts-modal-title{font-size:15px;font-weight:600;color:var(--t1);margin-bottom:14px}.contacts-modal-label{display:block;font-size:11px;color:var(--t3);margin:10px 0 4px;text-transform:uppercase;letter-spacing:.3px}.contacts-modal-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:16px}.contacts-loading,.contacts-empty{display:flex;align-items:center;justify-content:center;flex:1;color:var(--t3);font-size:13px}.calls-page{display:flex;flex-direction:column;height:100%;overflow:hidden}.calls-active-banner{background:#065f46;border-bottom:1px solid #059669;padding:8px 16px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0;animation:fadeIn .2s ease-out}.calls-active-info{display:flex;align-items:center;gap:8px}.calls-active-dot{width:8px;height:8px;background:#34d399;border-radius:50%;animation:pulse 1.5s infinite}.calls-active-label{font-size:12px;color:#d1fae5}.calls-active-actions{display:flex;gap:6px}.calls-header{background:var(--surface);border-bottom:1px solid var(--border);padding:14px 16px;flex-shrink:0}.calls-title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.calls-title-group{display:flex;align-items:center;gap:10px}.calls-title{font-size:15px;font-weight:600;color:var(--t1)}.calls-subtitle{font-size:11px;color:var(--t3);margin-bottom:10px}.calls-enc-chip{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:var(--r-pill);background:#10b9811f;border:1px solid rgba(16,185,129,.35);font-size:10px;font-weight:600;color:#6ee7b7;letter-spacing:.02em}.calls-filter-tabs{display:flex;gap:5px}.calls-tab{padding:4px 12px;border-radius:var(--r-pill);font-size:11px;cursor:pointer;border:1px solid transparent;color:var(--t2);background:transparent;font-family:var(--font-sans);transition:all var(--tr);text-transform:capitalize}.calls-tab:hover{color:var(--t1)}.calls-tab.active{background:var(--pill-bg);color:var(--pill-text);border-color:#1e3a8a}.calls-list{padding:4px 8px;overflow-y:auto;flex:1}.calls-empty{display:flex;align-items:center;justify-content:center;flex:1;color:var(--t3);font-size:13px}.call-row{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:var(--r-md);border:1px solid transparent;transition:background var(--tr-fast),border-color var(--tr-fast);margin-bottom:2px}.call-row:hover{background:var(--raised);border-color:var(--border2)}.call-row.selected{background:var(--raised);border-color:var(--accent)}.call-row.missed .call-peer-name{color:var(--danger)}.call-avatar{position:relative;width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--accent) 0%,#1E3A8A 100%);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}.call-avatar-initial{font-size:14px;font-weight:600}.call-avatar-badge{position:absolute;bottom:-2px;right:-2px;width:18px;height:18px;border-radius:50%;background:var(--surface);border:2px solid var(--bg);display:flex;align-items:center;justify-content:center}.call-avatar-badge svg{width:9px;height:9px;stroke:var(--t1);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.call-info{flex:1;min-width:0}.call-peer-name{font-size:13px;font-weight:500;color:var(--t1);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.call-meta{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--t3);margin-top:2px;flex-wrap:wrap}.call-meta-dot{width:2px;height:2px;border-radius:50%;background:var(--t3);opacity:.6}.call-dir-icon{display:inline-flex;align-items:center;gap:3px;text-transform:capitalize}.call-direction{font-weight:500}.call-direction.incoming{color:var(--success)}.call-direction.outgoing{color:var(--accent2)}.call-direction.missed{color:var(--danger)}.call-enc-line{display:inline-flex;align-items:center;gap:4px;font-size:10px;color:#6ee7b7;margin-top:2px;opacity:.8}.call-enc-line svg{stroke:currentColor}.call-actions{flex-shrink:0;display:flex;gap:4px}.call-redial-btn{width:34px;height:34px;border-radius:50%;background:transparent;border:1px solid var(--border2);color:var(--t2);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--tr)}.call-redial-btn:hover{background:var(--accent);border-color:var(--accent);color:#fff;transform:translateY(-1px)}.call-redial-btn svg{stroke:currentColor}.calls-type-switch{display:flex;gap:4px;margin-bottom:10px}.calls-type-btn{flex:1;padding:6px;border-radius:var(--r-sm);border:1px solid var(--border2);background:var(--raised);color:var(--t2);font-size:12px;font-family:var(--font-sans);cursor:pointer;transition:all var(--tr);text-align:center}.calls-type-btn.active{border-color:var(--accent);background:var(--accent);color:#fff}.calls-contact-picker{max-height:220px;overflow-y:auto;border:1px solid var(--border2);border-radius:var(--r-sm);margin-bottom:8px}.calls-contact-row{display:flex;align-items:center;gap:8px;padding:7px 10px;font-size:12px;color:var(--t1);transition:background var(--tr-fast)}.calls-contact-row:hover{background:var(--raised)}.calls-contact-row.selected{background:#2563eb1a}.calls-contact-row input{accent-color:var(--accent)}.files-page{display:flex;flex-direction:column;height:100%;overflow:hidden}.files-header{background:var(--surface);border-bottom:1px solid var(--border);padding:14px 16px;flex-shrink:0}.files-title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.files-title{font-size:15px;font-weight:600;color:var(--t1)}.files-header-actions{display:flex;gap:6px}.files-quota{margin-bottom:10px}.quota-bar{background:var(--raised);border-radius:6px;height:5px;margin-bottom:4px;overflow:hidden}.quota-fill{height:100%;background:var(--accent);border-radius:6px;transition:width .3s ease}.quota-text{font-size:11px;color:var(--t3);text-align:right}.files-filter-tabs{display:flex;gap:5px;align-items:center}.files-tab{padding:4px 12px;border-radius:var(--r-pill);font-size:11px;cursor:pointer;border:1px solid transparent;color:var(--t2);background:transparent;font-family:var(--font-sans);transition:all var(--tr)}.files-tab:hover{color:var(--t1)}.files-tab.active{background:var(--pill-bg);color:var(--pill-text);border-color:#1e3a8a}.files-count{font-size:11px;color:var(--t3);margin-left:auto}.files-list{padding:4px 8px;overflow-y:auto;flex:1}.file-row{display:flex;align-items:center;gap:10px;padding:7px 10px;border-radius:var(--r-sm);cursor:default;transition:background var(--tr-fast)}.file-row:hover{background:var(--raised)}.file-row.selected{background:#2563eb1a}.file-checkbox{width:14px;height:14px;accent-color:var(--accent);cursor:pointer;flex-shrink:0}.file-type-icon{width:32px;height:32px;border-radius:var(--r-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:9px;font-weight:700}.fi-pdf{background:#3b1a1a;color:#fca5a5}.fi-img{background:#1a3520;color:#6ee7b7}.fi-zip{background:#2d2212;color:#fcd34d}.fi-txt,.fi-doc{background:#1e3a5f;color:#93c5fd}.fi-other{background:var(--raised);color:var(--t2)}.file-row-info{flex:1;min-width:0}.file-row-name{font-size:13px;color:var(--t1);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500;display:flex;align-items:center;gap:6px}.file-row-meta{font-size:11px;color:var(--t3);margin-top:1px}.file-shared-badge{font-size:9px;background:#065f46;color:#6ee7b7;padding:1px 5px;border-radius:4px;font-weight:600}.file-row-actions{display:flex;gap:4px;flex-shrink:0}.file-action-btn{width:26px;height:26px;background:transparent;border:1px solid transparent;border-radius:var(--r-xs);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--t3);transition:all var(--tr)}.file-action-btn:hover{border-color:var(--accent);background:var(--raised);color:var(--accent2)}.file-action-btn.danger:hover{border-color:#7f1d1d;color:#fca5a5}.file-action-btn svg{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.files-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;color:var(--t3);font-size:13px;gap:4px}:root{--bg-page: #0A0F1E;--bg-card: #111827;--bg-raised: #1A2234;--bg-hover: #1E2A3A55;--bg-input: #1A2234;--b1: #1F2937;--b2: #2D3A4E;--b3: #4B5563;--acc: #2563EB;--acc2: #3B82F6;--grn: #10B981;--amb: #F59E0B;--red: #EF4444;--pur: #a78bfa;--txt: #F9FAFB;--txt2: #9CA3AF;--txt3: #6B7280;--r-card: 11px;--r-btn: 7px;--r-pill: 20px;--r-sm: 6px;--tr: .15s ease}:root[data-theme=light]{--bg-page: #F9FAFB;--bg-card: #FFFFFF;--bg-raised: #F3F4F6;--bg-hover: #E5E7EB55;--bg-input: #F3F4F6;--b1: #E5E7EB;--b2: #D1D5DB;--b3: #9CA3AF;--txt: #111827;--txt2: #4B5563;--txt3: #6B7280}.s-layout{display:flex;height:100vh;background:var(--bg-page);color:var(--txt);overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,sans-serif;font-size:13px}.s-rail{width:56px;background:var(--bg-page);border-right:1px solid var(--b1);display:flex;flex-direction:column;align-items:center;padding:10px 0;gap:5px;flex-shrink:0}.s-rail-logo{width:34px;height:34px;background:var(--acc);border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#fff;margin-bottom:6px}.s-rail-btn{width:40px;height:40px;border-radius:9px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background var(--tr);background:none;border:none;padding:0}.s-rail-btn:hover{background:var(--b1)}.s-rail-btn.active{background:#2563eb22}.s-rail-btn svg{stroke:var(--txt3);fill:none;stroke-width:1.7;width:18px;height:18px}.s-rail-btn.active svg{stroke:var(--acc2)}.s-rail-av{width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#a78bfa);display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600;color:#fff;margin-top:auto;cursor:pointer;border:2px solid var(--acc)}.s-side{width:188px;background:var(--bg-card);border-right:1px solid var(--b1);display:flex;flex-direction:column;flex-shrink:0}.s-side-head{padding:14px 12px 8px;border-bottom:1px solid var(--b1)}.s-side-back{display:flex;align-items:center;gap:5px;color:var(--txt2);font-size:11px;cursor:pointer;background:none;border:none;padding:0;margin-bottom:10px}.s-side-back:hover{color:var(--txt)}.s-side-back svg{stroke:currentColor;fill:none;stroke-width:2;width:13px;height:13px}.s-side-title{font-size:14px;font-weight:600;color:var(--txt)}.s-side-list{padding:6px 5px;flex:1;overflow-y:auto}.s-si{display:flex;align-items:center;gap:8px;padding:7px 9px;border-radius:7px;cursor:pointer;margin-bottom:1px;transition:background .12s;background:none;border:none;width:100%;text-align:left}.s-si:hover{background:var(--b1)}.s-si.on{background:#2563eb18;border:.5px solid #2563EB33}.s-si.on .s-si-lbl{color:var(--acc2)}.s-si.on svg{stroke:var(--acc2)}.s-si svg{stroke:var(--txt3);fill:none;stroke-width:1.7;width:15px;height:15px;flex-shrink:0}.s-si-lbl{font-size:12px;font-weight:500;color:var(--txt2);flex:1}.s-si-badge{background:var(--red);color:#fff;font-size:10px;font-weight:600;border-radius:9px;padding:1px 5px}.s-side-foot{padding:10px 8px;border-top:1px solid var(--b1)}.s-so-btn{width:100%;padding:7px;border-radius:7px;background:transparent;border:.5px solid var(--red);color:var(--red);font-size:12px;font-weight:500;cursor:pointer}.s-so-btn:hover{background:#ef444410}.s-mob-head{display:none;align-items:center;gap:8px;padding:10px 14px;background:var(--bg-card);border-bottom:1px solid var(--b1);position:sticky;top:0;z-index:50}.s-mob-head-back{background:none;border:none;color:var(--txt2);cursor:pointer;padding:4px;display:flex;align-items:center}.s-mob-head-back svg{stroke:currentColor;fill:none;stroke-width:2;width:18px;height:18px}.s-mob-head-title{font-size:15px;font-weight:600;color:var(--txt);flex:1;margin:0}.s-mob-head-so{background:none;border:none;color:var(--red);font-size:11px;cursor:pointer;padding:4px 8px}.s-bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;background:var(--bg-card);border-top:1px solid var(--b1);z-index:100;padding:4px 4px calc(4px + env(safe-area-inset-bottom))}.s-bottom-items{display:flex;justify-content:space-around;align-items:center}.s-bottom-item{display:flex;flex-direction:column;align-items:center;gap:1px;background:none;border:none;color:var(--txt3);padding:4px 6px;cursor:pointer;border-radius:6px;min-width:44px}.s-bottom-item.on{color:var(--acc2)}.s-bottom-item svg{stroke:currentColor;fill:none;stroke-width:1.7;width:18px;height:18px}.s-bottom-item span{font-size:9px;letter-spacing:.02em}.s-main{flex:1;overflow-y:auto;background:var(--bg-page);min-width:0}.s-main::-webkit-scrollbar{width:3px}.s-main::-webkit-scrollbar-thumb{background:var(--b2);border-radius:3px}.s-page{padding:22px 28px;max-width:700px}.s-pg-title{font-size:18px;font-weight:600;color:var(--txt);margin:0 0 20px;display:flex;align-items:center;gap:8px}.s-pg-title svg{stroke:var(--acc2);fill:none;stroke-width:1.7;width:18px;height:18px}.s-sec{margin-bottom:22px}.s-sec-lbl{font-size:10px;font-weight:600;color:var(--txt3);text-transform:uppercase;letter-spacing:.8px;margin-bottom:10px;padding-bottom:5px;border-bottom:.5px solid var(--b1)}.s-card{background:var(--bg-card);border:.5px solid var(--b1);border-radius:var(--r-card);overflow:hidden;margin-bottom:10px;transition:border-color .2s}.s-card.open-accent{border-color:#2563eb44}.s-row{display:flex;align-items:center;justify-content:space-between;padding:9px 16px;border-bottom:.5px solid var(--b1);gap:12px}.s-row:last-child{border-bottom:none}.s-row-lbl{font-size:12px;color:var(--txt2)}.s-row-val{font-size:12px;color:var(--txt);font-weight:500;text-align:right}.s-row-val.mono{font-family:SF Mono,Cascadia Code,monospace;font-size:11px;color:var(--acc2)}.s-acc-hdr{display:flex;align-items:center;justify-content:space-between;padding:11px 16px;cursor:pointer;transition:background .12s;user-select:none;background:none;border:none;width:100%;text-align:left;color:inherit}.s-acc-hdr:hover{background:var(--bg-hover)}.s-acc-left{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.s-acc-icon{width:28px;height:28px;border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.s-acc-icon svg{fill:none;stroke-width:1.7;width:14px;height:14px}.s-acc-title{font-size:13px;font-weight:500;color:var(--txt)}.s-acc-sub{font-size:11px;color:var(--txt3);margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.s-acc-chev{stroke:var(--txt3);fill:none;stroke-width:2;width:14px;height:14px;transition:transform .2s;flex-shrink:0}.s-acc-chev.open{transform:rotate(180deg)}.s-acc-body{border-top:.5px solid var(--b1);padding:12px 16px;display:none}.s-acc-body.open{display:block}.s-bdg{display:inline-flex;align-items:center;gap:3px;padding:2px 7px;border-radius:var(--r-pill);font-size:10px;font-weight:600;white-space:nowrap}.s-bdg.bl{background:#2563eb22;color:var(--acc2);border:.5px solid #2563EB44}.s-bdg.gn{background:#10b98122;color:var(--grn);border:.5px solid #10B98144}.s-bdg.rd{background:#ef444422;color:var(--red);border:.5px solid #EF444444}.s-bdg.am{background:#f59e0b22;color:var(--amb);border:.5px solid #F59E0B44}.s-bdg.pur{background:#a78bfa22;color:var(--pur);border:.5px solid #a78bfa44}.s-bdg.gr{background:#48505822;color:var(--txt3);border:.5px solid var(--b2)}.s-tog{width:34px;height:19px;border-radius:10px;background:var(--b2);cursor:pointer;position:relative;transition:background .2s;flex-shrink:0;border:none;padding:0}.s-tog.on{background:var(--acc)}.s-tog:after{content:"";position:absolute;top:2.5px;left:2.5px;width:14px;height:14px;border-radius:50%;background:#fff;transition:transform .2s}.s-tog.on:after{transform:translate(15px)}.s-tog:focus-visible{box-shadow:0 0 0 2px var(--acc2);outline:none}.s-btn{padding:6px 12px;border-radius:var(--r-btn);font-size:11px;font-weight:500;cursor:pointer;transition:all var(--tr);border:.5px solid var(--b2);background:var(--b1);color:var(--txt);display:inline-flex;align-items:center;gap:4px}.s-btn:hover{background:var(--b2)}.s-btn:disabled{opacity:.4;cursor:not-allowed}.s-btn.pri{background:var(--acc);border-color:var(--acc);color:#fff}.s-btn.pri:hover:not(:disabled){background:var(--acc2)}.s-btn.dan{background:transparent;border-color:var(--red);color:var(--red)}.s-btn.dan:hover:not(:disabled){background:#ef444410}.s-btn.sm{font-size:10px;padding:4px 9px}.s-btn.ghost{background:none;border:none;color:var(--txt2)}.s-btn.ghost:hover{color:var(--txt);background:var(--b1)}.s-btn-row{display:flex;gap:8px;flex-wrap:wrap}.s-sel{background:var(--b1);border:.5px solid var(--b2);border-radius:var(--r-btn);color:var(--txt);font-size:11px;padding:5px 9px;outline:none;cursor:pointer}.s-sel:focus{border-color:var(--acc)}.s-input{background:var(--bg-input);border:.5px solid var(--b2);border-radius:var(--r-btn);color:var(--txt);font-size:12px;padding:7px 10px;outline:none;width:100%;box-sizing:border-box}.s-input:focus{border-color:var(--acc);box-shadow:0 0 0 2px #2563eb33}.s-input.mono{font-family:SF Mono,Cascadia Code,monospace;letter-spacing:.1em}.s-seg{display:flex;background:var(--b1);border-radius:var(--r-btn);padding:2px;gap:2px;border:.5px solid var(--b2);width:fit-content}.s-seg-btn{padding:4px 12px;border-radius:5px;font-size:11px;font-weight:500;cursor:pointer;border:none;background:transparent;color:var(--txt2);transition:all var(--tr)}.s-seg-btn.on{background:var(--bg-card);color:var(--txt);border:.5px solid var(--b2)}.s-alert{display:flex;align-items:flex-start;gap:9px;padding:10px 13px;border-radius:8px;margin-bottom:10px}.s-alert svg{fill:none;stroke-width:1.7;width:14px;height:14px;flex-shrink:0;margin-top:1px}.s-alert span{font-size:11px;line-height:1.5}.s-alert.warn{background:#f59e0b10;border:.5px solid #F59E0B30}.s-alert.warn svg{stroke:var(--amb)}.s-alert.warn span{color:var(--amb)}.s-alert.info{background:#2563eb10;border:.5px solid #2563EB30}.s-alert.info svg{stroke:var(--acc2)}.s-alert.info span{color:var(--acc2)}.s-alert.ok{background:#10b98110;border:.5px solid #10B98130}.s-alert.ok svg{stroke:var(--grn)}.s-alert.ok span{color:var(--grn)}.s-profile-hdr{display:flex;align-items:center;gap:14px;padding:16px;background:var(--bg-card);border:.5px solid var(--b1);border-radius:var(--r-card);margin-bottom:18px}.s-pav{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#a78bfa);display:flex;align-items:center;justify-content:center;font-size:19px;font-weight:600;color:#fff;flex-shrink:0;cursor:pointer;position:relative}.s-pav-edit{position:absolute;bottom:0;right:0;width:18px;height:18px;border-radius:50%;background:var(--b2);border:2px solid var(--bg-page);display:flex;align-items:center;justify-content:center}.s-pav-edit svg{stroke:var(--txt2);fill:none;stroke-width:2;width:9px;height:9px}.s-status-wrap{position:relative;display:inline-block}.s-status-trigger{display:flex;align-items:center;gap:6px;padding:5px 10px;border-radius:7px;cursor:pointer;background:var(--b1);border:.5px solid var(--b2);font-size:12px;color:var(--txt);transition:background .12s;user-select:none}.s-status-trigger:hover{background:var(--b2)}.s-status-trigger svg{fill:none;stroke:var(--txt3);stroke-width:2;width:12px;height:12px}.s-status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.s-sdrop{display:none;position:absolute;top:calc(100% + 4px);left:0;background:var(--bg-card);border:.5px solid var(--b2);border-radius:9px;overflow:hidden;z-index:50;min-width:160px}.s-sdrop.open{display:block}.s-sdrop-item{display:flex;align-items:center;gap:8px;padding:9px 14px;cursor:pointer;font-size:12px;color:var(--txt2);transition:background .1s;background:none;border:none;width:100%;text-align:left}.s-sdrop-item:hover{background:var(--b1)}.s-sdrop-item.sel{color:var(--txt)}.s-sdrop-chk{margin-left:auto;width:14px;height:14px}.s-sdrop-chk svg{stroke:var(--acc2);fill:none;stroke-width:2.5;width:14px;height:14px}.s-perm-row{display:flex;align-items:center;gap:8px;padding:5px 0}.s-pchk svg{fill:none;stroke-width:2.5;width:13px;height:13px}.s-pchk.y svg{stroke:var(--grn)}.s-pchk.n svg{stroke:var(--red)}.s-perm-txt{font-size:12px;color:var(--txt2);flex:1}.s-perm-note{font-size:10px;color:var(--txt3)}.s-help{font-size:10px;color:var(--txt3);margin-top:8px;line-height:1.5}.s-empty{font-size:12px;color:var(--txt3);font-style:italic;padding:6px 0}.s-dev-card{background:var(--b1);border:.5px solid var(--b2);border-radius:9px;padding:12px 14px;margin-bottom:7px}.s-dev-card:last-child{margin-bottom:0}.s-dev-hdr{display:flex;align-items:center;gap:8px;margin-bottom:7px}.s-dev-icon{width:26px;height:26px;border-radius:6px;background:var(--bg-card);display:flex;align-items:center;justify-content:center;flex-shrink:0}.s-dev-icon svg{stroke:var(--txt2);fill:none;stroke-width:1.7;width:13px;height:13px}.s-dev-name{font-size:12px;font-weight:500;color:var(--txt)}.s-dev-meta{font-size:10px;color:var(--txt3)}.s-dev-badges{display:flex;gap:5px;flex-wrap:wrap;margin-bottom:7px}.s-dev-foot{display:flex;align-items:center;justify-content:space-between}.s-dev-foot-text{font-size:10px;color:var(--txt3)}.s-mfa-row{background:var(--b1);border:.5px solid var(--b2);border-radius:9px;padding:11px 14px;margin-bottom:7px;display:flex;align-items:center;gap:10px}.s-mfa-row:last-child{margin-bottom:0}.s-mfa-ic{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.s-mfa-ic svg{fill:none;stroke-width:1.7;width:15px;height:15px}.s-mfa-ic.totp{background:#10b98115}.s-mfa-ic.totp svg{stroke:var(--grn)}.s-mfa-ic.yk{background:#2563eb15}.s-mfa-ic.yk svg{stroke:var(--acc2)}.s-mfa-ic.bio{background:#a78bfa15}.s-mfa-ic.bio svg{stroke:var(--pur)}.s-log-tabs{display:flex;gap:4px;margin-bottom:8px}.s-log-tab{padding:4px 10px;border-radius:6px;font-size:11px;font-weight:500;cursor:pointer;border:.5px solid var(--b2);background:transparent;color:var(--txt2);transition:all .12s}.s-log-tab.on{background:var(--b1);color:var(--txt)}.s-log-tbl{width:100%;border-collapse:collapse;table-layout:fixed}.s-log-tbl th{font-size:10px;font-weight:600;color:var(--txt3);text-transform:uppercase;letter-spacing:.5px;padding:5px 8px;text-align:left;border-bottom:.5px solid var(--b2)}.s-log-tbl td{font-size:11px;color:var(--txt2);padding:6px 8px;border-bottom:.5px solid #1F293755}.s-log-tbl tr:last-child td{border-bottom:none}.s-dot-sm{display:inline-block;width:5px;height:5px;border-radius:50%;margin-right:4px;vertical-align:middle}.s-log-more{text-align:center;padding:7px;font-size:11px;color:var(--acc2);cursor:pointer;border-top:.5px solid var(--b1);transition:background .12s;background:none;border-left:none;border-right:none;border-bottom:none;width:100%}.s-log-more:hover{background:var(--b1)}.s-classify-bar{display:flex;align-items:center;justify-content:center;padding:7px;border-radius:7px;background:#f59e0b10;border:.5px solid #F59E0B30;font-size:10px;font-weight:700;color:var(--amb);letter-spacing:2px;margin-bottom:10px}.s-theme-preview{background:var(--b1);border-radius:8px;padding:10px 12px;border:.5px solid var(--b2)}.s-theme-preview-hdr{font-size:10px;font-weight:600;color:var(--acc2);margin-bottom:6px}.s-theme-preview-bubble{background:var(--bg-card);border-radius:7px;padding:7px 10px;display:inline-block;font-size:11px;color:var(--txt)}.s-font-preview{background:var(--b1);border-radius:7px;padding:8px 12px;color:var(--txt2);border:.5px solid var(--b2)}.s-modal-overlay{position:fixed;inset:0;background:#000000a6;backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.s-modal{background:var(--bg-card);border:.5px solid var(--b2);border-radius:var(--r-card);width:100%;max-width:420px;max-height:90vh;overflow-y:auto;box-shadow:0 12px 48px #00000080}.s-modal-hdr{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:.5px solid var(--b1)}.s-modal-title{margin:0;font-size:14px;font-weight:600;color:var(--txt)}.s-modal-body{padding:16px}.s-modal-text{color:var(--txt2);font-size:12px;line-height:1.6;margin:0 0 12px}.s-modal-label{display:block;color:var(--txt3);font-size:11px;margin:10px 0 4px}.s-modal-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:16px}.s-modal-error{color:var(--red);font-size:11px;margin-top:6px}.s-str-meter{height:3px;background:var(--b1);border-radius:2px;margin-top:6px;overflow:hidden}.s-str-bar{height:100%;border-radius:2px;transition:width .25s ease,background-color .25s ease}.s-req-list{list-style:none;padding:0;margin:6px 0 0;display:grid;grid-template-columns:1fr 1fr;gap:2px 12px}.s-req-item{font-size:11px}.s-req-item.met{color:var(--grn)}.s-req-item.unmet{color:var(--txt3)}.s-toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);background:var(--bg-card);color:var(--txt);padding:8px 16px;border-radius:8px;font-size:12px;border:.5px solid var(--b2);box-shadow:0 4px 24px #0000004d;z-index:2000;animation:s-toast-in .25s ease}@keyframes s-toast-in{0%{opacity:0;transform:translate(-50%) translateY(8px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.s-inline-edit{display:flex;align-items:center;gap:6px}.s-add-form{display:flex;flex-direction:column;gap:6px;padding:10px;background:var(--b1);border:.5px solid var(--b2);border-radius:var(--r-btn);margin-top:6px}.s-legal-row{display:flex;align-items:center;justify-content:space-between;padding:9px 16px;cursor:pointer;border-bottom:.5px solid var(--b1);transition:background .12s;text-decoration:none;color:inherit}.s-legal-row:last-child{border-bottom:none}.s-legal-row:hover{background:var(--bg-hover)}.s-legal-row span{color:var(--acc2);font-size:12px}.s-legal-row svg{stroke:var(--txt3);fill:none;stroke-width:1.7;width:13px;height:13px}.s-qr-area{display:flex;flex-direction:column;align-items:center;margin:12px 0}.s-qr-box{width:160px;height:160px;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center}.s-qr-inner{color:var(--bg-page);font-weight:700;font-size:2rem}.s-code-display{font-family:SF Mono,Cascadia Code,monospace;font-size:1.75rem;letter-spacing:6px;text-align:center;color:var(--txt);background:var(--b1);border:.5px solid var(--b2);padding:12px;border-radius:7px;margin-top:8px}.s-backup-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin:12px 0}.s-backup-code{font-family:SF Mono,Cascadia Code,monospace;font-size:12px;color:var(--txt);background:var(--b1);border:.5px solid var(--b2);padding:6px 10px;border-radius:5px;text-align:center}.s-tab-row{display:flex;gap:6px;margin:10px 0}.s-tab-btn{flex:1;padding:6px 10px;border:.5px solid var(--b2);border-radius:var(--r-btn);color:var(--txt2);cursor:pointer;font-size:11px;background:none;transition:all var(--tr)}.s-tab-btn.on{background:#2563eb18;border-color:#2563eb44;color:var(--acc2)}.s-prio-row{display:flex;align-items:center;gap:8px;padding:7px 0;border-bottom:.5px solid var(--b1)}.s-prio-row:last-child{border-bottom:none}@media(max-width:1024px){.s-rail{display:none}.s-side{width:56px;align-items:center;padding:10px 4px}.s-side-head{padding:8px 4px}.s-side-back span{display:none}.s-side-back{justify-content:center;margin-bottom:6px}.s-side-title,.s-si-lbl,.s-si-badge{display:none}.s-si{justify-content:center;padding:8px}.s-so-btn{font-size:0;padding:6px}.s-so-btn:before{content:"⏻";font-size:14px;color:var(--red)}.s-page{padding:18px 20px}}@media(max-width:640px){.s-layout>.chat-nav{display:none}.s-rail,.s-side{display:none}.s-mob-head{display:flex}.s-bottom-nav{display:block}.s-main{padding-bottom:60px}.s-page{padding:16px;max-width:100%}.s-pg-title{font-size:16px;margin-bottom:16px}.s-profile-hdr{flex-direction:column;text-align:center;gap:10px}.s-row{flex-direction:column;align-items:flex-start;gap:4px}.s-row-val{text-align:left}.s-dev-foot{flex-direction:column;align-items:flex-start;gap:6px}.s-log-tbl{display:block;overflow-x:auto;white-space:nowrap}.s-modal{max-width:calc(100% - 16px)}.s-toast{bottom:5rem}.s-backup-grid{grid-template-columns:1fr}}@media(max-width:380px){.s-btn-row{flex-direction:column}.s-btn-row .s-btn{width:100%;justify-content:center}}.cv-root{position:fixed;inset:0;z-index:200;display:flex;flex-direction:column;background:#000;color:var(--t1);overflow:hidden}.cv-root.cv-voice{background:linear-gradient(180deg,#0a0f1e,#050812)}.cv-topbar{position:relative;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:14px 20px;gap:16px;transition:opacity .3s ease}.cv-root.cv-video .cv-topbar{position:absolute;top:38px;left:0;right:0;background:linear-gradient(180deg,rgba(0,0,0,.75),transparent)}.cv-controls-hidden .cv-topbar,.cv-controls-hidden .cv-bottombar{opacity:0;pointer-events:none}.cv-topbar-left,.cv-topbar-right{display:flex;align-items:center;gap:14px}.cv-timer{font-family:var(--font-mono);font-size:13px;font-variant-numeric:tabular-nums;color:var(--t2)}.cv-quality-chip{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:var(--r-pill);font-size:10px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.cv-quality-chip.cv-q-connected{background:#10b9811f;color:#6ee7b7;border:1px solid rgba(16,185,129,.3)}.cv-quality-chip.cv-q-connecting,.cv-quality-chip.cv-q-ringing{background:#2563eb24;color:#93c5fd;border:1px solid rgba(37,99,235,.3)}.cv-quality-chip.cv-q-reconnecting{background:#f59e0b24;color:#fbbf24;border:1px solid rgba(245,158,11,.3)}.cv-layout-toggle,.cv-icon-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:var(--r-sm);background:#ffffff0f;border:1px solid rgba(255,255,255,.08);color:var(--t1);font-size:12px;font-weight:500;cursor:pointer;transition:background var(--tr),border-color var(--tr)}.cv-layout-toggle:hover,.cv-icon-btn:hover{background:#ffffff1a;border-color:#ffffff29}.cv-layout-toggle svg,.cv-icon-btn svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.cv-status-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:15;background:#0a0f1ed9;backdrop-filter:blur(12px)}.cv-status-text{font-size:18px;font-weight:600;color:var(--t1);letter-spacing:.03em}.cv-status-text:after{content:"";display:inline-block;width:6px;height:6px;margin-left:8px;border-radius:50%;background:var(--accent);animation:pulse 1.2s ease-in-out infinite}.cv-voice-stage{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 24px;position:relative;overflow:hidden}.cv-voice-stage:before{content:"";position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.14),transparent 70%);filter:blur(60px);z-index:0;pointer-events:none}.cv-voice-avatar{width:144px;height:144px;border-radius:50%;background:linear-gradient(135deg,var(--accent) 0%,#1E3A8A 100%);display:flex;align-items:center;justify-content:center;font-size:56px;font-weight:600;color:#fff;box-shadow:0 0 0 4px #2563eb40,0 24px 48px #00000080;position:relative;z-index:1;animation:cvAvatarPulse 3s ease-in-out infinite}@keyframes cvAvatarPulse{0%,to{box-shadow:0 0 0 4px #2563eb40,0 24px 48px #00000080}50%{box-shadow:0 0 0 10px #2563eb26,0 24px 48px #00000080}}.cv-voice-name{margin-top:24px;font-size:26px;font-weight:500;color:var(--t1);letter-spacing:-.01em;position:relative;z-index:1}.cv-voice-sub{margin-top:6px;font-size:13px;color:var(--t2);position:relative;z-index:1}.cv-voice-bigtimer{margin-top:18px;font-family:var(--font-mono);font-size:15px;color:var(--accent2);font-variant-numeric:tabular-nums;position:relative;z-index:1}.cv-voice-group{flex:1;display:flex;flex-direction:column;align-items:center;padding:32px 24px 24px;gap:20px;position:relative;overflow:hidden}.cv-voice-group-head{display:flex;flex-direction:column;align-items:center;gap:8px}.cv-voice-group-icon{width:84px;height:84px;border-radius:50%;background:linear-gradient(135deg,var(--accent) 0%,#1E3A8A 100%);display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 12px 32px #0006}.cv-voice-group-icon svg{width:40px;height:40px;stroke:currentColor;fill:none;stroke-width:1.8}.cv-voice-group-title{font-size:20px;font-weight:500;color:var(--t1)}.cv-voice-group-count{font-size:13px;color:var(--t2)}.cv-voice-participant-list{width:100%;max-width:420px;display:flex;flex-direction:column;gap:8px;overflow-y:auto;padding-bottom:8px}.cv-vp-row{display:flex;align-items:center;gap:12px;padding:10px 14px;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md)}.cv-vp-avatar{width:38px;height:38px;border-radius:50%;background:var(--raised);color:var(--t1);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;flex-shrink:0}.cv-vp-name{flex:1;font-size:13px;color:var(--t1);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cv-vp-ind{display:flex;align-items:center;gap:2px}.cv-vp-bar{width:3px;height:14px;background:var(--success);border-radius:2px;animation:pulse 1.2s ease-in-out infinite}.cv-vp-bar:nth-child(2){animation-delay:.15s}.cv-vp-bar:nth-child(3){animation-delay:.3s}.cv-vp-muted svg{width:14px;height:14px;stroke:var(--danger);fill:none;stroke-width:2}.cv-video-stage{flex:1;position:relative;overflow:hidden;background:#000}.cv-video-stage.cv-layout-grid{display:grid;gap:4px;padding:4px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-content:center}.cv-video-stage.cv-layout-speaker{display:flex;flex-direction:column;gap:4px;padding:4px}.cv-tile{position:relative;background:#0a0f1e;border-radius:var(--r-md);overflow:hidden;aspect-ratio:16 / 9;display:flex;align-items:center;justify-content:center}.cv-layout-speaker .cv-tile{aspect-ratio:unset}.cv-layout-speaker .cv-tile:first-child{flex:1;min-height:0}.cv-layout-speaker .cv-tile:not(:first-child){height:120px;max-width:200px;aspect-ratio:16 / 9}.cv-layout-speaker-strip{display:flex;gap:4px;overflow-x:auto}.cv-video{width:100%;height:100%;object-fit:cover}.cv-tile-avatar-wrap{display:flex;flex-direction:column;align-items:center;gap:10px}.cv-tile-avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,var(--accent) 0%,#1E3A8A 100%);display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:600;color:#fff}.cv-tile-fallback-name{font-size:14px;color:var(--t1)}.cv-tile-overlay{position:absolute;left:10px;right:10px;bottom:10px;display:flex;align-items:center;justify-content:space-between;gap:8px;pointer-events:none}.cv-tile-name-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:#0000008c;backdrop-filter:blur(6px);border-radius:var(--r-sm);font-size:12px;font-weight:500;color:#fff}.cv-tile-mute{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#ef4444d9}.cv-tile-mute svg{width:12px;height:12px;stroke:#fff;fill:none;stroke-width:2}.cv-tile-actions{position:absolute;top:10px;right:10px;display:flex;gap:4px;opacity:0;transition:opacity var(--tr)}.cv-tile:hover .cv-tile-actions{opacity:1}.cv-tile-action{background:#0000008c;backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.08);color:#fff;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background var(--tr)}.cv-tile-action:hover{background:#000c}.cv-tile-action svg{width:12px;height:12px;stroke:#fff;fill:none;stroke-width:1.8}.cv-pip{position:absolute;top:72px;right:16px;width:180px;height:135px;border-radius:var(--r-md);overflow:hidden;background:#0a0f1e;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 24px #00000080;z-index:10;display:flex;align-items:center;justify-content:center}.cv-pip-label{position:absolute;bottom:6px;left:6px;padding:2px 8px;background:#0000008c;backdrop-filter:blur(6px);border-radius:var(--r-sm);font-size:11px;color:#fff}.cv-ss-banner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:inline-flex;align-items:center;gap:10px;padding:12px 20px;background:var(--success);color:#fff;border-radius:var(--r-md);font-size:13px;font-weight:600;box-shadow:var(--shadow-lg);z-index:12}.cv-ss-banner svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2}.cv-bottombar{position:relative;z-index:20;padding:18px 20px 22px;display:flex;flex-direction:column;align-items:center;gap:10px;transition:opacity .3s ease}.cv-root.cv-video .cv-bottombar{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(0deg,rgba(0,0,0,.75),transparent)}.cv-controls{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.cv-ctl{width:52px;height:52px;border-radius:50%;border:1px solid rgba(255,255,255,.08);background:#ffffff0f;color:var(--t1);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background var(--tr),border-color var(--tr),transform var(--tr)}.cv-ctl:hover{background:#ffffff1f;border-color:#ffffff2e;transform:translateY(-1px)}.cv-ctl svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.cv-ctl.cv-ctl-on{background:var(--accent);border-color:var(--accent);color:#fff}.cv-ctl.cv-ctl-danger{background:var(--danger);border-color:var(--danger);color:#fff}.cv-ctl.cv-ctl-danger:hover{background:#dc2626;border-color:#dc2626}.cv-ctl-end{width:60px;height:60px;background:var(--danger);border-color:var(--danger);color:#fff}.cv-ctl-end svg{width:24px;height:24px}.cv-ctl-end:hover{background:#dc2626;border-color:#dc2626;transform:scale(1.05)}.cv-ctl-label{display:none}.cv-infostrip{display:inline-flex;align-items:center;gap:10px;font-size:11px;color:var(--t3);font-family:var(--font-mono)}.cv-infostrip-dot{width:3px;height:3px;border-radius:50%;background:var(--t3)}.cv-bars{display:inline-flex;align-items:flex-end;gap:2px;height:12px}.cv-bars-bar{width:2px;background:var(--success);border-radius:1px}.cv-bars-bar:nth-child(1){height:3px}.cv-bars-bar:nth-child(2){height:5px}.cv-bars-bar:nth-child(3){height:7px}.cv-bars-bar:nth-child(4){height:9px}.cv-bars-bar:nth-child(5){height:11px;background:var(--t3);opacity:.4}:root{--bg: #0A0F1E;--surface: #111827;--raised: #1A2234;--hover: #1E2A3A;--nav-rail-bg: #080C18;--accent: #2563EB;--accent2: #3B82F6;--accent-glow: rgba(37, 99, 235, .15);--success: #10B981;--warn: #F59E0B;--danger: #EF4444;--t1: #F9FAFB;--t2: #9CA3AF;--t3: #6B7280;--border: #1F2937;--border2: #2D3A4E;--pill-bg: #172554;--pill-text: #93C5FD;--r-xs: 5px;--r-sm: 7px;--r-md: 10px;--r-lg: 14px;--r-pill: 20px;--r-full: 50%;--tr-fast: .1s ease;--tr: .15s ease;--tr-slow: .25s ease;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .3);--shadow-md: 0 4px 12px rgba(0, 0, 0, .4);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .5);--font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: "SF Mono", "Cascadia Code", "Fira Code", monospace}:root[data-theme=light]{--bg: #F9FAFB;--surface: #FFFFFF;--raised: #F3F4F6;--hover: #E5E7EB;--nav-rail-bg: #F3F4F6;--accent-glow: rgba(37, 99, 235, .12);--t1: #111827;--t2: #4B5563;--t3: #6B7280;--border: #E5E7EB;--border2: #D1D5DB;--pill-bg: #DBEAFE;--pill-text: #1E3A8A;--shadow-sm: 0 1px 3px rgba(15, 23, 42, .08);--shadow-md: 0 4px 12px rgba(15, 23, 42, .1);--shadow-lg: 0 8px 32px rgba(15, 23, 42, .14)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;background:var(--bg);color:var(--t1);font-family:var(--font-sans);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{zoom:var(--ui-zoom, 1)}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:2px}::-webkit-scrollbar-thumb:hover{background:var(--t3)}.imcs-card{background:var(--bg);border:1px solid var(--border2);border-radius:var(--r-lg);overflow:hidden}.imcs-chip{padding:3px 10px;border-radius:var(--r-pill);font-size:11px;cursor:pointer;border:1px solid var(--border2);color:var(--t2);background:var(--raised);transition:all var(--tr)}.imcs-chip:hover{border-color:var(--accent);color:var(--t1)}.imcs-chip.active{background:var(--pill-bg);color:var(--pill-text);border-color:#1e3a8a}.imcs-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;border-radius:var(--r-sm);font-size:13px;font-weight:600;font-family:var(--font-sans);cursor:pointer;transition:all var(--tr);border:none}.imcs-btn-primary{background:var(--accent);color:#fff}.imcs-btn-primary:hover{background:var(--accent2)}.imcs-btn-secondary{background:var(--raised);color:var(--t1);border:1px solid var(--border2)}.imcs-btn-secondary:hover{background:var(--hover);border-color:var(--accent)}.imcs-btn-danger{background:var(--danger);color:#fff}.imcs-btn-danger:hover{background:#dc2626}.imcs-btn-icon{width:30px;height:30px;padding:0;background:var(--raised);border:1px solid var(--border2);border-radius:var(--r-sm);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--tr)}.imcs-btn-icon:hover{background:var(--hover);border-color:var(--accent)}.imcs-btn-icon svg{width:14px;height:14px;stroke:var(--t2);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.imcs-input{width:100%;background:var(--raised);border:1px solid var(--border2);border-radius:var(--r-sm);padding:9px 12px;color:var(--t1);font-size:13px;outline:none;font-family:var(--font-sans);transition:border-color var(--tr)}.imcs-input:focus{border-color:var(--accent)}.imcs-input::placeholder{color:var(--t3)}.imcs-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:9px;font-size:10px;font-weight:700;background:var(--accent);color:#fff}.imcs-badge-danger{background:var(--danger)}.imcs-presence{width:8px;height:8px;border-radius:var(--r-full);flex-shrink:0}.imcs-presence-online{background:var(--success)}.imcs-presence-away{background:var(--warn)}.imcs-presence-busy{background:var(--danger)}.imcs-presence-offline{background:var(--t3);opacity:.5}.imcs-classbar{background:#7f1d1d;padding:5px 14px;font-size:10px;font-weight:700;color:#fecaca;text-align:center;letter-spacing:.5px;text-transform:uppercase}.imcs-enc-chip{display:inline-flex;align-items:center;gap:4px;background:#0a2218;border:1px solid #065f46;border-radius:var(--r-pill);padding:3px 10px;font-size:10px;color:#6ee7b7}.imcs-toggle{width:36px;height:20px;background:var(--border2);border-radius:10px;position:relative;cursor:pointer;transition:background var(--tr);flex-shrink:0}.imcs-toggle:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;background:#fff;border-radius:var(--r-full);transition:transform var(--tr)}.imcs-toggle.on{background:var(--accent)}.imcs-toggle.on:after{transform:translate(16px)}.imcs-avatar{display:flex;align-items:center;justify-content:center;border-radius:var(--r-full);font-weight:600;flex-shrink:0}.imcs-avatar-sm{width:26px;height:26px;font-size:9px}.imcs-avatar-md{width:36px;height:36px;font-size:12px}.imcs-avatar-lg{width:48px;height:48px;font-size:16px}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:.4}50%{opacity:1}}@keyframes typingPulse{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1)}}.fade-in{animation:fadeIn .2s ease-out}.vn-recorder{display:inline-flex;align-items:center;position:relative}.vn-recorder-mic[data-armed=true]{background:#7f1d1d;border-color:#7f1d1d;color:#fecaca}.vn-recorder-mic[data-armed=true] svg path{fill:#fecaca}.vn-recorder-panel{position:absolute;bottom:calc(100% + 6px);left:0;background:var(--surface);border:1px solid var(--border2);border-radius:var(--r-sm);padding:6px 10px;box-shadow:0 4px 16px #00000059;min-width:260px;z-index:20}.vn-recorder-classbar{margin:-6px -10px 6px;border-radius:var(--r-sm) var(--r-sm) 0 0}.vn-recorder-row{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--t1)}.vn-recorder-indicator{width:10px;height:10px;border-radius:50%;background:#dc2626;animation:pulse 1.2s ease-in-out infinite}.vn-recorder-indicator[data-paused=true]{background:var(--t2);animation:none}.vn-recorder-timer{font-variant-numeric:tabular-nums;font-weight:600}.vn-recorder-pause,.vn-recorder-cancel{background:transparent;border:1px solid var(--border2);border-radius:var(--r-sm);color:var(--t2);padding:2px 6px;cursor:pointer;font-size:11px}.vn-recorder-pause:hover,.vn-recorder-cancel:hover{background:var(--hover);color:var(--t1)}.vn-recorder-send{background:#16a34a;border:1px solid #15803d;border-radius:var(--r-sm);color:#fff;padding:3px 10px;cursor:pointer;font-size:11px;font-weight:600}.vn-recorder-send:hover{background:#15803d}.vn-recorder-hint{margin-left:auto;color:var(--t2);font-size:10px}.vn-recorder-hint[data-armed=true]{color:#dc2626;font-weight:600}.vn-recorder-error{position:absolute;bottom:calc(100% + 6px);left:0;background:#7f1d1d;color:#fecaca;border-radius:var(--r-sm);padding:6px 10px;font-size:11px;max-width:320px;z-index:20}
