:root{font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;color:#1f2a37;background:#f3f6fb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;background:#f3f6fb}.app-shell{display:grid;grid-template-columns:280px 1fr;min-height:100vh}.sidebar{background:#fff;border-right:1px solid #e2e8f0;padding:1.2rem}.sidebar-brand h1{margin:0;font-size:1.2rem}.sidebar-brand p{margin-top:.3rem;color:#64748b;font-size:.88rem}.sidebar-nav{margin-top:1.4rem;display:flex;flex-direction:column;gap:.4rem}.sidebar-link{text-decoration:none;display:flex;align-items:center;gap:.6rem;color:#475569;font-weight:500;padding:.65rem .7rem;border-radius:.7rem}.sidebar-link-active,.sidebar-link:hover{background:#eef5ff;color:#0f5bd4}.main-content{display:grid;grid-template-rows:auto 1fr}.top-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:1rem 1.6rem}.top-header h2{margin:0}.top-header p{margin:.3rem 0 0;color:#64748b}.page-body{padding:1.4rem}.grid-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.status-card,.panel{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1rem}.status-card h3{margin:0 0 .5rem;font-size:.95rem;color:#64748b}.status-value{margin:0;font-size:1.5rem;font-weight:700;color:#0f172a}.status-subtitle{margin:.4rem 0 0;color:#475569}.status-card-success{border-left:4px solid #22c55e}.status-card-warning{border-left:4px solid #f59e0b}.status-card-error{border-left:4px solid #ef4444}.panel h3{margin-top:0}.muted{color:#64748b}.grid-two{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.8rem}.stat-line{display:flex;justify-content:space-between;border:1px solid #e2e8f0;border-radius:10px;padding:.7rem}.list{list-style:none;padding:0;margin:.8rem 0 0;display:grid;gap:.7rem}.list li{border:1px solid #e2e8f0;border-radius:10px;padding:.7rem;display:flex;justify-content:space-between;align-items:center}.list li small{color:#64748b}.chat-box{border:1px solid #dbe3f0;border-radius:12px;background:#f8fbff;min-height:280px;max-height:420px;overflow:auto;padding:.8rem;display:grid;gap:.7rem}.chat-msg{padding:.65rem .75rem;border-radius:10px;max-width:86%}.chat-msg p{margin:.35rem 0 0}.chat-msg-user{background:#dbecff;justify-self:end}.chat-msg-assistant,.chat-msg-system{background:#e8edf5}.chat-form{margin-top:.9rem;display:flex;gap:.6rem}.chat-form input{flex:1}.button-row{display:flex;flex-wrap:wrap;gap:.6rem;margin:.8rem 0}.settings-grid{margin-top:1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:.8rem}.field.full{grid-column:1 / -1}.field span{font-size:.9rem;color:#334155}input,textarea,select,button{font:inherit}input,textarea,select{border:1px solid #cfd8e5;border-radius:10px;padding:.55rem .65rem;background:#fff}button{border:1px solid #cbd5e1;border-radius:10px;padding:.52rem .8rem;background:#0f5bd4;color:#fff;cursor:pointer}button:hover{background:#0a4db8}.reminder-group{margin:.8rem 0}.reminder-group label{margin-right:1rem}.error-text{color:#dc2626}.success-text{color:#15803d}.warning-panel{border-left:4px solid #f59e0b}.openemr-grid .panel{min-height:140px}.reminder-preview{margin-top:.8rem}.reminder-preview p{margin:.35rem 0}.timeline{list-style:none;margin:.8rem 0 0;padding:0;display:grid;gap:.7rem}.timeline li{display:grid;grid-template-columns:18px 1fr;gap:.6rem;padding:.6rem;border:1px solid #e2e8f0;border-radius:10px}.timeline-dot{width:12px;height:12px;border-radius:99px;margin-top:.35rem;background:#0f5bd4}.console{margin-top:.8rem;border:1px solid #dbe3f0;border-radius:10px;background:#f8fbff;padding:.75rem;display:grid;gap:.4rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.88rem}.emergency-banner{background:#fee2e2;color:#991b1b;border:1px solid #fecaca;border-radius:10px;padding:.7rem;margin-bottom:.7rem;font-weight:600}.intent-badge{background:#e0e7ff;color:#3730a3;border-radius:999px;padding:.2rem .55rem;font-size:.82rem}.link-btn{background:transparent;color:#0f5bd4;border:none;padding:0;font-weight:600;cursor:pointer}.scribe-layout{display:grid;grid-template-columns:minmax(0,3fr) minmax(260px,1fr);gap:1rem}.scribe-main{min-width:0}.scribe-sidebar{max-height:calc(100vh - 140px);overflow:auto}.scribe-toolbar{position:sticky;top:0;z-index:2;background:#fff;border-bottom:1px solid #e2e8f0;padding-bottom:.7rem;margin-bottom:.8rem;display:flex;flex-wrap:wrap;gap:.5rem}.confidence-row{margin-top:.6rem;display:flex;flex-wrap:wrap;gap:.45rem}@media(max-width:960px){.app-shell{grid-template-columns:1fr}.sidebar{border-right:none;border-bottom:1px solid #e2e8f0}.scribe-layout{grid-template-columns:1fr}}:root{--theme-background: #edf2f9;--theme-surface: #ffffff;--theme-card: #f8fbff;--theme-card-hover: #f3f8ff;--theme-border: #dbe5f0;--theme-text-primary: #10233f;--theme-text-secondary: #5c708f;--theme-muted: #6f84a1;--theme-accent: #1f6feb;--theme-success: #138a52;--theme-warning: #b7791f;--theme-danger: #c53030;--bg-app: #edf2f9;--bg-surface: #ffffff;--bg-panel: #f8fbff;--bg-elevated: #f4f8ff;--border-soft: #dbe5f0;--text-primary: #10233f;--text-secondary: #5c708f;--brand-primary: #1f6feb;--brand-accent: #18a5a5;--success: #138a52;--warning: #b7791f;--danger: #c53030;--shadow-card: 0 12px 24px rgba(16, 35, 63, .06);--radius-lg: 14px;--radius-xl: 18px}:root[data-theme=dark]{--theme-background: #0b1220;--theme-surface: #101a2d;--theme-card: #16243c;--theme-card-hover: #1d2f4d;--theme-border: #2b3f61;--theme-text-primary: #eaf1ff;--theme-text-secondary: #c2d2ec;--theme-muted: #9db2d3;--theme-accent: #6ca8ff;--theme-success: #40c987;--theme-warning: #f1b84f;--theme-danger: #ef6b73;--bg-app: var(--theme-background);--bg-surface: var(--theme-surface);--bg-panel: var(--theme-card);--bg-elevated: var(--theme-card-hover);--border-soft: var(--theme-border);--text-primary: var(--theme-text-primary);--text-secondary: var(--theme-text-secondary);--success: var(--theme-success);--warning: var(--theme-warning);--danger: var(--theme-danger);--shadow-card: 0 16px 34px rgba(2, 6, 16, .56)}:root[data-accent=teal]{--brand-primary: #0f9488;--brand-accent: #0f766e}:root[data-accent=violet]{--brand-primary: #6d4aff;--brand-accent: #8b5cf6}:root[data-accent=emerald]{--brand-primary: #138a52;--brand-accent: #059669}:root[data-accent=adg]{--brand-primary: #1f6feb;--brand-accent: #18a5a5}.discovery-shell{min-height:100vh;display:grid;grid-template-columns:220px minmax(0,1fr);background:var(--bg-app);color:var(--text-primary)}.discovery-shell-sidebar{display:flex;flex-direction:column;gap:1rem;padding:1rem .75rem;background:var(--bg-surface);border-right:1px solid var(--border-soft)}.discovery-shell-brand{display:flex;gap:.6rem;align-items:center;padding:.5rem .65rem 1rem;border-bottom:1px solid var(--border-soft);color:var(--brand-primary)}.discovery-shell-brand strong,.discovery-shell-brand span{display:block;line-height:1.1}.discovery-shell-brand strong{color:var(--text-primary);font-size:1rem}.discovery-shell-brand span{color:var(--text-secondary);font-size:.7rem;margin-top:.15rem}.discovery-shell-sidebar nav{display:grid;gap:.2rem}.discovery-shell-nav{display:flex;align-items:center;gap:.6rem;min-height:34px;padding:.45rem .65rem;border-radius:5px;color:var(--text-secondary);text-decoration:none;font-size:.82rem}.discovery-shell-nav:hover,.discovery-shell-nav.active{color:var(--brand-primary);background:color-mix(in srgb,var(--brand-primary) 9%,transparent)}.discovery-shell-nav.disabled{opacity:.5;cursor:not-allowed}.discovery-shell-nav small{margin-left:auto;font-size:.62rem}.discovery-shell-section-label{padding:.75rem .65rem .25rem;color:var(--theme-muted);font-size:.64rem;text-transform:uppercase;letter-spacing:.08em}.discovery-shell-context{margin-top:auto;padding:.7rem;border:1px solid var(--border-soft);border-radius:5px;color:var(--text-secondary);font-size:.72rem}.discovery-shell-context span,.discovery-shell-context small{display:block}.discovery-shell-context small{margin-top:.25rem;line-height:1.35}.discovery-shell-main{min-width:0}.discovery-shell-topbar{min-height:56px;display:flex;justify-content:space-between;align-items:center;padding:0 1.5rem;background:var(--bg-surface);border-bottom:1px solid var(--border-soft)}.discovery-shell-breadcrumb{display:flex;gap:.6rem;align-items:center;font-size:.8rem;color:var(--text-secondary)}.discovery-shell-breadcrumb b{color:var(--theme-muted);font-weight:400}.discovery-shell-actions{display:flex;align-items:center;gap:.75rem;font-size:.76rem}.discovery-shell-country{color:var(--text-secondary)}.discovery-shell-account{border:1px solid var(--border-soft);background:var(--bg-surface);color:var(--text-primary);border-radius:5px;padding:.35rem .7rem}.discovery-shell-content{max-width:1440px;margin:0 auto;width:100%;padding:1.25rem 1.5rem 2rem}.discovery-results{max-width:1320px;margin:0 auto}.discovery-results-header{display:flex;gap:.75rem;align-items:center;padding-bottom:.85rem;border-bottom:1px solid var(--border-soft)}.discovery-results-toolbar{min-height:52px;border-bottom:1px solid var(--border-soft)}.discovery-results-body{grid-template-columns:220px minmax(0,1fr);gap:1rem}.discovery-results-body.view-map{grid-template-columns:220px minmax(0,1fr)}.discovery-results-body.view-list .discovery-results-map,.discovery-results-body.view-grid .discovery-results-map,.discovery-results-body.view-cards .discovery-results-map,.discovery-results-body.view-map .discovery-results-list{display:none}.discovery-results-filters .panel,.search-filter-panel{border-radius:5px;box-shadow:none}.discovery-result-card{border-radius:5px;box-shadow:none;border:1px solid var(--border-soft)}.discovery-hero{max-width:980px;margin:2rem auto;padding:1.5rem;border:1px solid var(--border-soft);border-radius:6px;background:var(--bg-surface);box-shadow:none}.discovery-hero-title{font-size:clamp(1.7rem,3vw,2.35rem)}.discovery-entry-point-card{border-radius:5px;box-shadow:none}.discovery-coverage-summary{max-width:980px;margin:0 auto 1rem;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--border-soft);background:var(--bg-surface)}.discovery-coverage-summary div{padding:.85rem 1rem;border-right:1px solid var(--border-soft)}.discovery-coverage-summary div:last-child{border-right:0}.discovery-coverage-summary strong,.discovery-coverage-summary span{display:block}.discovery-coverage-summary strong{font-size:1.2rem}.discovery-coverage-summary span{margin-top:.2rem;color:var(--text-secondary);font-size:.72rem}.discovery-browse-grid{max-width:980px;margin:0 auto 1rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.discovery-browse-section{padding:.9rem;border:1px solid var(--border-soft);background:var(--bg-surface)}.discovery-browse-section h2{margin:0 0 .55rem;font-size:.86rem}.discovery-browse-section button{display:flex;width:100%;justify-content:space-between;padding:.4rem .2rem;border:0;border-top:1px solid var(--border-soft);background:transparent;color:var(--text-primary);text-align:left;font-size:.76rem;cursor:pointer}.discovery-browse-section button:hover{color:var(--brand-primary)}.discovery-browse-section small{color:var(--theme-muted)}.search-filter-section-title{display:flex;width:100%;justify-content:space-between;border:0;background:transparent;color:var(--text-primary);padding:0;font-weight:600;text-align:left;cursor:pointer}.search-filter-search{width:100%;margin:.45rem 0;padding:.35rem .45rem;border:1px solid var(--border-soft);border-radius:4px;background:var(--bg-surface);color:var(--text-primary);font-size:.72rem}.enterprise-grid-wrap{border:1px solid var(--border-soft);background:var(--bg-surface)}.enterprise-grid-actions{display:flex;align-items:center;gap:.55rem;min-height:40px;padding:0 .65rem;border-bottom:1px solid var(--border-soft);color:var(--text-secondary);font-size:.72rem}.enterprise-grid-actions span{margin-right:auto}.enterprise-grid-actions button{display:inline-flex;align-items:center;gap:.25rem;border:1px solid var(--border-soft);border-radius:4px;background:var(--bg-surface);color:var(--text-secondary);padding:.3rem .5rem;font-size:.7rem;cursor:pointer}.enterprise-grid-actions button:disabled{opacity:.45;cursor:not-allowed}.enterprise-grid-column-picker{display:flex;flex-wrap:wrap;gap:.45rem .8rem;padding:.55rem .65rem;border-bottom:1px solid var(--border-soft);font-size:.7rem}.enterprise-grid-scroll{overflow:auto;max-height:calc(100vh - 250px)}.enterprise-grid{width:100%;border-collapse:separate;border-spacing:0;min-width:1080px;font-size:.72rem}.enterprise-grid th{position:sticky;top:0;z-index:1;background:var(--bg-elevated);color:var(--text-secondary);font-weight:600;text-align:left;white-space:nowrap}.enterprise-grid th,.enterprise-grid td{padding:.48rem .55rem;border-bottom:1px solid var(--border-soft);white-space:nowrap}.enterprise-grid tbody tr:hover,.enterprise-grid tbody tr.selected{background:color-mix(in srgb,var(--brand-primary) 6%,transparent)}.enterprise-grid-select{width:30px;position:sticky;left:0;z-index:2;background:var(--bg-surface)}.enterprise-grid th.enterprise-grid-select{background:var(--bg-elevated)}.enterprise-grid tbody tr:hover .enterprise-grid-select,.enterprise-grid tbody tr.selected .enterprise-grid-select{background:color-mix(in srgb,var(--brand-primary) 6%,var(--bg-surface))}.enterprise-grid-name,.enterprise-grid-action{color:var(--brand-primary);text-decoration:none}.enterprise-grid .verification-badge{font-size:.65rem}.enterprise-grid .profile-completeness{min-width:90px}@media(max-width:860px){.discovery-shell{grid-template-columns:1fr}.discovery-shell-sidebar{display:none}.discovery-shell-content{padding:.85rem}.discovery-shell-topbar{padding:0 .85rem}.discovery-results-body,.discovery-results-body.view-map{grid-template-columns:1fr}.discovery-results-filters{order:2}.discovery-results-header{flex-wrap:wrap}.discovery-coverage-summary{grid-template-columns:repeat(2,1fr)}.discovery-coverage-summary div:nth-child(2){border-right:0}.discovery-browse-grid{grid-template-columns:1fr}}*{box-sizing:border-box}body{margin:0;font-family:Inter,SF Pro Text,Segoe UI,sans-serif;color:var(--text-primary);background:radial-gradient(1200px 500px at 100% -80px,rgba(31,111,235,.12),transparent 60%),radial-gradient(900px 420px at -10% -100px,rgba(24,165,165,.12),transparent 62%),var(--bg-app)}:root[data-theme=dark] body{background:radial-gradient(1200px 500px at 100% -80px,rgba(57,114,201,.2),transparent 60%),radial-gradient(900px 420px at -10% -100px,rgba(15,148,136,.14),transparent 62%),var(--bg-app)}#root{min-height:100vh}.app-shell{display:grid;grid-template-columns:252px 1fr;min-height:100vh;gap:.5rem;padding:.5rem;transition:grid-template-columns .22s ease}.app-shell.sidebar-collapsed{grid-template-columns:84px 1fr}.sidebar-shell{background:linear-gradient(180deg,#f9fbff,#f2f6fd 82%);border:1px solid #d8e3f1;border-radius:18px;display:flex;flex-direction:column;padding:.75rem;gap:.6rem;box-shadow:0 16px 26px #10233f14;transition:width .22s ease,padding .22s ease}:root[data-theme=dark] .sidebar-shell{background:linear-gradient(180deg,#111e34,#0d172a 82%);border-color:#253a5a}.sidebar-toggle-row{display:flex;justify-content:flex-end}.sidebar-toggle-btn{width:24px;height:24px;border-radius:999px;border:1px solid #d3deee;background:#fff;color:#4c6585;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .16s ease}.sidebar-toggle-btn:hover{background:#eef5ff;color:#1f6feb;border-color:#c4d8f7}.sidebar-logo{background:var(--bg-surface);border:1px solid var(--border-soft);border-radius:12px;box-shadow:0 10px 18px #10233f14;padding:.7rem .75rem}.sidebar-logo h1{margin:0;font-size:.92rem;letter-spacing:.01em}.sidebar-logo p{margin:.2rem 0 0;font-size:.74rem;color:var(--text-secondary)}.nav-group-title{font-size:.67rem;color:#8294ad;margin:.35rem 0 .25rem;text-transform:uppercase;letter-spacing:.08em;font-weight:600}.nav-group{border-top:1px dashed #d7e1ef;padding-top:.35rem}:root[data-theme=dark] .nav-group{border-top-color:#2a3d5e}.nav-link{display:flex;align-items:center;gap:.42rem;text-decoration:none;color:#334b70;padding:.42rem .45rem;border-radius:9px;font-size:.82rem;transition:all .17s ease;border:1px solid transparent}.app-shell.sidebar-collapsed .nav-link{justify-content:center;padding:.42rem .3rem}.nav-icon-wrap{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:7px;background:#f1f6ff;border:1px solid #d9e6f8;transition:all .17s ease}.nav-link.active,.nav-link:hover{background:linear-gradient(90deg,#1f6feb24,#18a5a514);color:var(--brand-primary);border-color:#c8dbfb}.nav-link.active{box-shadow:0 0 0 2px #1f6feb1f}.nav-link.active .nav-icon-wrap,.nav-link:hover .nav-icon-wrap{background:#e8f1ff;border-color:#bfdbfe}.sidebar-status{margin-top:auto;background:var(--bg-surface);border:1px solid var(--border-soft);border-radius:11px;padding:.62rem;border-style:dashed}.app-shell.sidebar-collapsed .sidebar-status{padding:.45rem .3rem}.app-shell.sidebar-collapsed .sidebar-logo h1{font-size:.8rem;text-align:center}.topbar{min-height:74px;background:linear-gradient(180deg,#ffffffeb,#f8fcffe0);border:1px solid #d8e3f1;border-radius:16px;margin:.6rem .6rem 0;display:flex;justify-content:space-between;align-items:flex-start;padding:.32rem .56rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 18px 28px #10233f24;gap:.8rem}:root[data-theme=dark] .topbar,:root[data-theme=dark] .card,:root[data-theme=dark] .panel,:root[data-theme=dark] .resource-card,:root[data-theme=dark] .encounter-list li,:root[data-theme=dark] .task-row,:root[data-theme=dark] .list li,:root[data-theme=dark] .health-console-card,:root[data-theme=dark] .system-console{background:linear-gradient(180deg,#16243c,#111d31);border-color:#2b3f61;color:var(--text-primary)}:root[data-theme=dark] .muted,:root[data-theme=dark] .clinical-subtitle,:root[data-theme=dark] .resource-grid p span,:root[data-theme=dark] .audit-log time,:root[data-theme=dark] .table th{color:var(--text-secondary)}:root[data-theme=dark] .nav-link{color:#d3e2fb}:root[data-theme=dark] .nav-link.active,:root[data-theme=dark] .nav-link:hover{background:linear-gradient(90deg,#4a90ff57,#27c2af38);color:#f3f8ff;border-color:#4e72a8}:root[data-theme=dark] .nav-link.active{box-shadow:0 0 0 2px #6ca8ff52}:root[data-theme=dark] .nav-icon-wrap{background:#1f3150;border-color:#35527b}:root[data-theme=dark] .command-surface,:root[data-theme=dark] .command-bar,:root[data-theme=dark] .select-compact,:root[data-theme=dark] .command-search input,:root[data-theme=dark] .field input,:root[data-theme=dark] .field textarea,:root[data-theme=dark] .field select{background:#142139;border-color:#2d456b;color:var(--text-primary)}:root[data-theme=dark] .table td{border-bottom-color:#2f476a}:root[data-theme=dark] .btn.secondary,:root[data-theme=dark] .btn.ghost{background:#1b2d49;color:#e4edff;border-color:#41608d}:root[data-theme=dark] .metric-value,:root[data-theme=dark] .queue-card strong,:root[data-theme=dark] .queue-column-head h4,:root[data-theme=dark] .clinical-header-title,:root[data-theme=dark] .page-header-content h3,:root[data-theme=dark] .topbar h2{color:#f1f6ff}:root[data-theme=dark] .badge.success{background:#40c98733;color:#86e7b9}:root[data-theme=dark] .badge.warning{background:#f1b84f38;color:#ffd88a}:root[data-theme=dark] .badge.danger{background:#ef6b7338;color:#ffb1b7}:root[data-theme=dark] .badge.info{background:#6ca8ff38;color:#b6d6ff}:root[data-theme=dark] .badge.dark{background:#2a3e5f;color:#d5e4fa}:root[data-theme=dark] .health-chip{background:#1e314f;border-color:#365379;color:#dce8fb}:root[data-theme=dark] .queue-notify-card,:root[data-theme=dark] .queue-column,:root[data-theme=dark] .queue-card,:root[data-theme=dark] .topbar-dropdown-panel,:root[data-theme=dark] .command-search-suggestions,:root[data-theme=dark] .scribe-hero-card,:root[data-theme=dark] .recording-panel,:root[data-theme=dark] .clean-surface,:root[data-theme=dark] .nested-panel{background:linear-gradient(180deg,#162740,#121f34);border-color:#314b72;color:var(--text-primary)}:root[data-theme=dark] .queue-card-grid p,:root[data-theme=dark] .queue-card-grid p span,:root[data-theme=dark] .card small,:root[data-theme=dark] .topbar-title .eyebrow,:root[data-theme=dark] .nav-group-title,:root[data-theme=dark] .list small,:root[data-theme=dark] .muted,:root[data-theme=dark] .online{color:var(--theme-text-secondary)}:root[data-theme=dark] .sidebar-toggle-btn,:root[data-theme=dark] .icon-btn,:root[data-theme=dark] .tool-btn,:root[data-theme=dark] .dash-btn,:root[data-theme=dark] .select-compact{background:#1a2b47;border-color:#39567f;color:#dce9ff}:root[data-theme=dark] .table th,:root[data-theme=dark] .table td{color:#dce7fa}:root[data-theme=dark] .table th{background:#17273f}:root[data-theme=dark] .table td{border-bottom-color:#2c4367}:root[data-theme=dark] .status-chip{background:#213451;border-color:#3c5f8d;color:#dcebff}:root[data-theme=dark] .topbar-meta,:root[data-theme=dark] .command-surface,:root[data-theme=dark] .command-bar{background:#122037;border-color:#2d466b}:root[data-theme=dark] .status-widget,:root[data-theme=dark] .status-detail-drawer{background:linear-gradient(180deg,#162740,#121f34);border-color:#314b72;color:var(--text-primary)}:root[data-theme=dark] .status-widget strong{color:#f1f6ff}.topbar-title .eyebrow{margin:0;font-size:.69rem;text-transform:uppercase;letter-spacing:.08em;color:#6e86a7;font-weight:700}.topbar h2{margin:0;font-size:1.18rem;line-height:1.2}.breadcrumb{color:var(--text-secondary);font-size:.82rem;margin-top:.2rem}.topbar-right{display:grid;gap:.28rem;justify-items:end}.topbar-meta{display:flex;flex-wrap:wrap;gap:.28rem;justify-content:flex-end;background:#f2f7ff;border:1px solid #d7e4f3;border-radius:999px;padding:.16rem .24rem}.status-widget{border:1px solid #d8e4f3;background:linear-gradient(180deg,#fff,#f7fbff);border-radius:10px;padding:.28rem .36rem;display:grid;gap:.12rem;min-width:130px;text-align:left;cursor:pointer}.status-widget strong{font-size:.92rem;color:#1d3557}.status-widget .badge{width:fit-content}.status-detail-drawer{position:absolute;right:.75rem;top:calc(100% - 2px);width:320px;border:1px solid #d8e4f3;border-radius:12px;background:linear-gradient(180deg,#fff,#f7fbff);box-shadow:0 20px 32px #10233f33;padding:.44rem;z-index:60}.status-detail-head{display:flex;align-items:center;justify-content:space-between;gap:.3rem}.status-detail-head h4{margin:0;font-size:.9rem}.main-area{display:grid;grid-template-rows:auto 1fr}.page-body{padding:.65rem .85rem .9rem;display:grid;gap:.58rem}.card,.panel{background:linear-gradient(180deg,#ffffff 0%,var(--bg-panel) 100%);border:1px solid #d9e4f1;border-radius:var(--radius-lg);box-shadow:0 16px 24px #10233f1a,0 2px 2px #10233f0f;padding:.72rem;position:relative;overflow:hidden}.card:before,.panel:before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,#1f6feb59,#18a5a559);opacity:.45}.hero-card{background:linear-gradient(120deg,#edf5ff,#f2f9ff,#ebf7f4);border-color:#cfe0f6;display:grid;gap:.35rem}.hero-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.hero-ops-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.46rem;margin-top:.15rem}.hero-ops-card{border:1px solid #d6e4f4;background:linear-gradient(180deg,#fff,#f7faff);border-radius:10px;padding:.5rem;display:grid;gap:.3rem}.hero-ops-card h5{margin:0;font-size:.77rem;letter-spacing:.04em;text-transform:uppercase;color:#4d6787}.hero-mini-list{display:grid;gap:.2rem}.hero-mini-list p{margin:0;display:grid;grid-template-columns:48px 1fr;gap:.34rem;font-size:.72rem}.hero-mini-list p span{color:#6d84a3}.pipeline-row{display:grid;grid-template-columns:92px 1fr;gap:.35rem;align-items:center;font-size:.72rem;color:#4a6382}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(158px,1fr));gap:.48rem}.metric-title{margin:0;color:var(--text-secondary);font-size:.71rem;letter-spacing:.06em;text-transform:uppercase;font-weight:700}.metric-value{margin:.22rem 0 0;font-size:1.28rem;font-weight:700;line-height:1.12}.metric-head{display:flex;align-items:center;justify-content:space-between;gap:.35rem}.metric-live-dot{width:8px;height:8px;border-radius:999px;background:#16a34a;box-shadow:0 0 #16a34a59;animation:pulse 1.4s infinite}.kpi-hierarchy-grid{grid-template-columns:2fr 1fr 1fr 1fr;align-items:stretch}.kpi-primary .metric-card{min-height:100%}.command-layout{display:grid;grid-template-columns:1.7fr 1.2fr;gap:.56rem}.metric-trend{font-size:.64rem;margin-top:0}.metric-chart{margin-top:.32rem}.metric-chart svg{width:100%;height:26px}.sparkline{fill:none;stroke:#1f6feb;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.tone-success .sparkline{stroke:#0f9f62}.tone-warning .sparkline{stroke:#b7791f}.tone-danger .sparkline{stroke:#c53030}.metric-progress{margin-top:.22rem;height:5px;border-radius:999px;background:#e4ecf8;overflow:hidden}.metric-progress span{display:block;height:100%;background:linear-gradient(90deg,#1f6feb,#18a5a5)}.badge{display:inline-flex;align-items:center;padding:.18rem .45rem;border-radius:999px;font-size:.68rem;font-weight:600}.badge.success{background:#def7ec;color:var(--success)}.badge.warning{background:#fef3c7;color:var(--warning)}.badge.danger{background:#fee2e2;color:var(--danger)}.badge.info{background:#dbeafe;color:var(--brand-primary)}.badge.dark{background:#e2e8f0;color:#334155}.chip-row{display:flex;flex-wrap:wrap;gap:.4rem}.health-chip{border:1px solid #dbe5f2;border-radius:999px;padding:.19rem .5rem;font-size:.7rem;background:#f5f9ff;display:inline-flex;align-items:center;gap:.3rem;font-weight:600}.chip-dot{width:7px;height:7px;border-radius:999px;background:#64748b;box-shadow:0 0 #64748b4d;animation:pulse 1.8s infinite}.health-chip.tone-success .chip-dot{background:var(--success)}.health-chip.tone-warning .chip-dot{background:var(--warning)}.health-chip.tone-danger .chip-dot{background:var(--danger)}@keyframes pulse{0%{box-shadow:0 0 #10233f40}70%{box-shadow:0 0 0 7px #10233f00}to{box-shadow:0 0 #10233f00}}.btn{border:1px solid #bcd2f8;background:linear-gradient(180deg,#2a7bf5,#1f6feb);color:#fff;border-radius:9px;padding:.42rem .62rem;cursor:pointer;font-size:.77rem;font-weight:650;transition:all .16s ease}:root[data-accent=teal] .btn{background:linear-gradient(180deg,#14b8a6,#0f9488);border-color:#0f9488}:root[data-accent=violet] .btn{background:linear-gradient(180deg,#8b5cf6,#6d4aff);border-color:#6d4aff}:root[data-accent=emerald] .btn{background:linear-gradient(180deg,#22c55e,#138a52);border-color:#138a52}.btn:hover{transform:translateY(-1px);box-shadow:0 8px 14px #1f6feb33}.btn.secondary{background:#f8fbff;color:#184a8b;border-color:#d0def2}.btn.ghost{background:transparent;color:var(--brand-primary);border-color:#dce7f4}.table{width:100%;border-collapse:collapse}.table th,.table td{border-bottom:1px solid #e8eef6;text-align:left;padding:.45rem .5rem;font-size:.78rem}.table th{color:#6b7f99;font-weight:600}.split-layout{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(280px,1fr);gap:.58rem}.command-bar{display:flex;align-items:center;gap:.3rem;background:#f6f9ff;border:1px solid #dce6f4;border-radius:11px;padding:.22rem}.command-surface{display:grid;grid-template-columns:1fr auto;gap:.3rem;align-items:center;width:100%;background:#eef5ff;border:1px solid #d4e2f4;border-radius:12px;padding:.24rem}.command-actions{display:flex;align-items:center;gap:.28rem;padding-right:.1rem}.command-search input{min-width:220px;border:0;background:transparent;outline:none;font-size:.73rem;padding:.18rem .3rem}.select-compact{border:1px solid #d5e2f4;background:#fff;border-radius:8px;font-size:.69rem;padding:.26rem .34rem}.icon-btn{width:24px;height:24px;border-radius:999px;border:1px solid #dbe7f5;background:#fff;color:#667085;cursor:pointer}.user-chip{width:28px;height:28px;border-radius:999px;border:1px solid #dce6f4;background:linear-gradient(180deg,#2a7bf5,#1f6feb);color:#fff;font-size:.7rem;font-weight:700;cursor:pointer}.settings-layout{display:grid;grid-template-columns:220px 1fr;gap:1rem}.settings-nav button{width:100%;text-align:left;margin-bottom:.4rem}.empty-state{text-align:center;padding:.95rem;color:var(--text-secondary)}.workflow-stepper{display:flex;flex-wrap:wrap;gap:.5rem}.workflow-step{border:1px solid #dbe5f2;border-radius:999px;padding:.28rem .65rem;font-size:.72rem;background:#f9fcff}.field{display:grid;gap:.35rem}.field input,.field textarea,.field select{border:1px solid #d8e3f0;border-radius:9px;padding:.44rem .52rem;width:100%;font:inherit;font-size:.8rem;background:#fcfeff}.settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.52rem}.danger-banner{border:1px solid #fecaca;background:#fff1f1;color:#991b1b;border-radius:10px;padding:.6rem}.list{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}.list li{display:flex;justify-content:space-between;align-items:center;border:1px solid #e8eef6;border-radius:10px;padding:.45rem .55rem;background:#fcfeff;font-size:.8rem}.list small,.muted{color:var(--text-secondary)}.button-row{display:flex;flex-wrap:wrap;gap:.36rem;margin-top:.34rem}.panel-header{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.chat-box{border:1px solid #e8eef6;border-radius:10px;padding:.5rem;max-height:260px;overflow:auto;background:#fafcff;display:grid;gap:.45rem}.chat-msg{border-radius:10px;padding:.36rem .48rem;font-size:.8rem}.chat-msg-user{background:#eaf3ff}.chat-msg-assistant{background:#ecfbf8}.timeline{list-style:none;padding:0;margin:0;display:grid;gap:.38rem}.timeline li{display:grid;grid-template-columns:14px 1fr;gap:.42rem;align-items:start}.timeline-dot{width:10px;height:10px;border-radius:999px;margin-top:.35rem;background:var(--brand-primary)}.ops-grid{display:grid;grid-template-columns:2fr 1.3fr;gap:.56rem}.ops-grid-right{display:grid;gap:.56rem}.mini-chart{width:100%;height:32px;border-radius:8px;background:linear-gradient(180deg,#1f6feb29,#1f6feb05),repeating-linear-gradient(90deg,#3b82f64d 0 6px,#3b82f614 6px 11px);border:1px solid #d8e5f8}.uptime-bar{height:6px;border-radius:999px;background:#e6edf8;overflow:hidden}.uptime-bar>span{display:block;height:100%;background:linear-gradient(90deg,#2a7bf5,#16a34a)}.timeline-feed-item{display:grid;grid-template-columns:28px 1fr auto;gap:.4rem;align-items:center;border-bottom:1px dashed #dbe4f1;padding:.3rem 0}.avatar-dot{width:24px;height:24px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:.62rem;font-weight:700;color:#1e3a5f;background:#e7f0ff;border:1px solid #cce0fb}.live-ops-panel,.ai-health-panel{display:grid;gap:.36rem}.elevated-zone{background:linear-gradient(180deg,#f3f8ff,#e9f2ff);border-color:#cbdaf0}.dark-zone{background:linear-gradient(180deg,#1f2b3d,#263651);border-color:#34486a;color:#eef5ff}.dark-zone h4,.dark-zone .muted,.dark-zone p,.dark-zone strong,.dark-zone .console-line{color:#e9f2ff}.dark-zone .health-console-card{background:#2b3c59;border-color:#3c5177}.dark-zone .health-console-card p{color:#b9cceb}.dark-zone .uptime-bar{background:#3e5273}.dark-zone .system-console{background:#2b3c59;border-color:#3c5177}.health-console-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.34rem}.health-console-card{border:1px solid #d3e1f2;background:#ffffffd9;border-radius:9px;padding:.35rem .4rem;display:grid;gap:.2rem}.health-console-card p{margin:0;font-size:.68rem;color:#617a9a;text-transform:uppercase;letter-spacing:.06em;font-weight:700}.health-console-card strong{font-size:.92rem}.system-console{border:1px solid #dbe5f2;border-radius:9px;background:#f8fbff;padding:.4rem;display:grid;gap:.2rem}.executive-hero{background:linear-gradient(135deg,#f7fbff,#eef5ff 48%,#ecf6f3);border-color:#c9d8eb}.executive-hero-head{display:grid;grid-template-columns:1.8fr 1fr;gap:.5rem;align-items:start}.hero-alert-stack{display:grid;gap:.35rem}.alert-card{border-radius:10px;padding:.42rem .5rem;border:1px solid transparent}.alert-card strong{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.06em}.alert-card p{margin:.22rem 0 0;font-size:.74rem}.alert-card.danger{background:#fff1f2;border-color:#fecdd3;color:#9f1239}.alert-card.warning{background:#fffbeb;border-color:#fde68a;color:#92400e}.hero-lane .list.dark li{background:#eef5ff}.hero-event{display:grid;grid-template-columns:48px 1fr;gap:.35rem;padding:.2rem 0;border-bottom:1px dashed #d9e5f4}.hero-event span{color:#6a83a3;font-size:.7rem}.hero-event p{margin:0;font-size:.74rem}.console-line{font-size:.72rem;color:#48617f;display:flex;align-items:center;gap:.35rem}.pulse-dot{width:7px;height:7px;border-radius:999px;background:#16a34a;box-shadow:0 0 #16a34a59;animation:pulse 1.5s infinite}.pulse-dot.warning{background:#d97706;box-shadow:0 0 #d9770659}.page-header-shell{padding:.34rem .48rem}.page-header-content h3{margin:.1rem 0 0;font-size:1.12rem}.page-header-content .muted{margin:.2rem 0 0;font-size:.78rem}.page-header-actions{display:flex;align-items:center;gap:.35rem}.nested-panel{border:1px solid #d9e5f3;border-radius:10px;padding:.45rem;background:#ffffffd4}.list.compact li{padding:.34rem .45rem}@media(max-width:1100px){.app-shell,.split-layout,.settings-layout,.ops-grid{grid-template-columns:1fr}.command-search input{min-width:120px}.hero-ops-grid,.health-console-grid,.command-surface,.kpi-hierarchy-grid,.command-layout,.executive-hero-head{grid-template-columns:1fr}.command-actions{justify-content:flex-start}}.evidence-drawer-backdrop{position:fixed;inset:0;background:#080f1e73;z-index:80;display:flex;justify-content:flex-end}.evidence-drawer-panel{width:min(760px,92vw);height:100vh;background:linear-gradient(180deg,#fff,#f7fbff);border-left:1px solid #dbe7f5;box-shadow:-8px 0 24px #10233f3d;display:grid;grid-template-rows:auto auto 1fr;gap:.45rem;padding:.8rem}.evidence-drawer-head{display:flex;justify-content:space-between;align-items:center;gap:.45rem}.evidence-drawer-head h4{margin:0;font-size:.98rem;color:#1a3454}.evidence-drawer-meta{margin:0;color:#667e9d;font-size:.73rem}.evidence-drawer-content{margin:0;font-size:.73rem;white-space:pre-wrap;overflow:auto;border:1px solid #dbe7f5;border-radius:10px;background:#f9fcff;padding:.6rem}:root[data-theme=dark] .evidence-drawer-panel{background:linear-gradient(180deg,#1b2b46,#16233a);border-left-color:#2e476d}:root[data-theme=dark] .evidence-drawer-head h4{color:#deecff}:root[data-theme=dark] .evidence-drawer-meta{color:#a9bddc}:root[data-theme=dark] .evidence-drawer-content{border-color:#2f486d;background:#122036;color:#dceaff}.command-search-theme{display:grid;gap:.58rem}.command-search-clean{display:grid;gap:.4rem}.scribe-topbar{background:linear-gradient(180deg,#fdfefe,#f4f8fb);border-color:#d4dee8;box-shadow:0 14px 22px #10233f1f}.scribe-command-surface{background:#edf2f7;border-color:#d6e0ea}.scribe-command-bar{background:#f8fafc;border-color:#d8e2ec}.scribe-header-shell{background:linear-gradient(180deg,#fff,#f6f9fc);border-color:#d8e3ed}.scribe-command-hero{background:linear-gradient(135deg,#f9fcfe,#f1f6fb 52%,#eef4f9);border-color:#d5e1ec}.scribe-hero-main{display:grid;grid-template-columns:1.7fr 1fr;gap:.56rem;align-items:start}.recording-panel{border:1px solid #d2dee9;border-radius:12px;padding:.55rem;background:linear-gradient(180deg,#fff,#f5f9fc);display:grid;gap:.35rem}.recording-panel-head{display:flex;justify-content:space-between;align-items:center;gap:.35rem}.wave-strip{height:34px;border-radius:9px;border:1px solid #d6e4f1;background:linear-gradient(180deg,#0284c71f,#0284c708),repeating-linear-gradient(90deg,#38bdf861 0 5px,#38bdf824 5px 9px)}.scribe-hero-grid{margin-top:.45rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.46rem}.scribe-hero-card{border:1px solid #d8e3ee;border-radius:10px;background:#ffffffd9;padding:.46rem}.scribe-hero-card h5{margin:0 0 .3rem;font-size:.75rem;letter-spacing:.06em;text-transform:uppercase;color:#4a617f}.scribe-kpi-theme .metric-card{border-color:#d5e1ec;background:linear-gradient(180deg,#fff,#f6f9fc)}.compact-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.scribe-metric-card .metric-title{color:#5d738f}.scribe-metric-card .metric-value{color:#1d324f}.scribe-panel-surface{background:linear-gradient(180deg,#fff,#f6f9fc);border-color:#d7e2ed}.clean-surface{background:#fff;border-color:#dbe4ef;box-shadow:0 10px 18px #10233f12}.scribe-console-surface{background:linear-gradient(180deg,#1e2a3b,#243246);border-color:#32475f;color:#eef5ff}.scribe-console-surface .health-console-card{background:#2b3c53;border-color:#3a536f}.scribe-console-surface .health-console-card p{color:#bfd0e8}.scribe-console-surface .system-console{background:#2b3c53;border-color:#3a536f}.scribe-console-surface h4,.scribe-console-surface .console-line,.scribe-console-surface strong{color:#eef5ff}.command-search-clean .panel,.command-search-clean .card{padding:.45rem}.command-search-clean .page-header-shell{padding:.4rem .56rem}.command-search-clean .metric-value{font-size:.98rem}.command-search-clean .metric-title{font-size:.63rem}.command-search-clean .metric-chart svg{height:15px}.command-search-clean .metric-progress{height:3px;margin-top:.1rem}.command-search-clean .list li{padding:.28rem .36rem;font-size:.73rem}.command-search-clean .timeline-feed-item{padding:.19rem 0}.clean-console{background:#fbfdff}.clean-console .console-line{color:#556f8f;font-size:.71rem}.advanced-diagnostics-panel{padding-top:.28rem}.advanced-diagnostics summary{cursor:pointer;list-style:none;font-size:.74rem;font-weight:700;color:#274567}.advanced-diagnostics summary::-webkit-details-marker{display:none}.advanced-diagnostics summary:after{content:" +";font-weight:600;color:#5f7896}.advanced-diagnostics[open] summary:after{content:" -"}.advanced-diagnostics-grid{margin-top:.32rem;display:grid;grid-template-columns:1fr 1fr;gap:.34rem}.advanced-diagnostics:not([open]){padding-bottom:.04rem}.clinical-workspace{display:grid;grid-template-columns:minmax(220px,.85fr) minmax(0,1.6fr) minmax(240px,.95fr);gap:.56rem;align-items:start}.clinical-column{display:grid;gap:.5rem}.clinical-header-bar{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.clinical-header-title{margin:0;font-size:.92rem;color:#173353}.clinical-subtitle{margin:.2rem 0 0;color:#5b7391;font-size:.74rem}.resource-card{border:1px solid #dbe5f0;border-radius:10px;background:linear-gradient(180deg,#fff,#f8fbff);padding:.46rem;display:grid;gap:.32rem}.resource-card h5{margin:0;font-size:.74rem;letter-spacing:.06em;text-transform:uppercase;color:#4e6687}.resource-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.3rem}.resource-grid p{margin:0;font-size:.73rem;color:#1f395a}.resource-grid p span{color:#6b829f}.status-chip{display:inline-flex;align-items:center;gap:.3rem;border:1px solid #d9e4f2;border-radius:999px;padding:.16rem .45rem;background:#f4f8ff;font-size:.68rem;color:#3f5e83;font-weight:600}.status-dot{width:6px;height:6px;border-radius:999px;background:#64748b}.status-dot.success{background:#16a34a}.status-dot.warning{background:#d97706}.status-dot.danger{background:#dc2626}.encounter-list{list-style:none;margin:0;padding:0;display:grid;gap:.32rem}.encounter-list li{border:1px solid #e4ecf7;border-radius:10px;background:#fbfdff;padding:.4rem .48rem;display:grid;gap:.2rem}.encounter-list strong{font-size:.78rem;color:#1a3556}.encounter-list small{color:#6480a3}.task-queue{display:grid;gap:.3rem}.task-row{display:grid;grid-template-columns:1fr auto;gap:.35rem;border:1px solid #e0e9f5;border-radius:9px;padding:.36rem .42rem;background:#fcfeff;align-items:center}.audit-log{list-style:none;margin:0;padding:0;display:grid;gap:.25rem}.audit-log li{display:grid;grid-template-columns:62px 1fr auto;gap:.35rem;align-items:start;border-bottom:1px dashed #dbe5f1;padding:.22rem 0}.audit-log time{color:#7188a5;font-size:.68rem}.audit-log p{margin:0;font-size:.75rem}.clinical-table td,.clinical-table th{font-size:.75rem}.quick-actions-panel{display:grid;gap:.3rem}.quick-actions-head{display:flex;justify-content:space-between;gap:.35rem;align-items:center}.quick-actions-head h4{margin:0;font-size:.91rem;line-height:1.2;color:#173352}.role-labels .badge{font-size:.62rem;padding:.14rem .34rem}.quick-actions-row{margin-top:0;gap:.28rem}.quick-actions-row .btn{padding:.35rem .52rem;font-size:.72rem}.compact-kpi-grid .metric-card{min-height:108px}.command-ops-3col{display:grid;grid-template-columns:1fr 1.25fr 1fr;gap:.4rem}.ops-column h4{margin:0 0 .25rem;font-size:.95rem;color:#1a3454}.ops-column .muted{font-size:.69rem}.health-console-card{padding:.28rem .35rem}.health-console-card strong{font-size:.84rem}.health-console-card p{font-size:.62rem}.topbar{min-height:30px;padding:.18rem .38rem}.topbar h2{font-size:1.04rem}.page-header-content h3{font-size:1.01rem}.page-header-content .muted{font-size:.73rem}.panel,.card,.metric-card,.timeline-feed-item,.health-console-card,.btn,.badge{transition:all .18s ease}.compact-density .page-body{gap:.4rem;padding:.45rem .6rem .7rem}.compact-density .panel,.compact-density .card{padding:.48rem}.compact-density .kpi-grid{gap:.34rem}.compact-density .table th,.compact-density .table td{padding:.3rem .38rem}.nav-group-toggle{width:100%;border:0;background:transparent;padding:0;margin:0 0 .2rem;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.nav-group-caret{color:#6f84a1;font-size:.82rem;font-weight:700}.queue-notification-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.4rem}.queue-notify-card{border:1px solid #dbe6f4;border-radius:9px;background:linear-gradient(180deg,#fff,#f7fbff);padding:.4rem .45rem;display:grid;gap:.16rem}.queue-notify-card strong{font-size:.86rem}.queue-workspace{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:.48rem}.queue-board{overflow:hidden}.queue-board-grid{display:grid;grid-template-columns:repeat(5,minmax(210px,1fr));gap:.34rem;overflow-x:auto;padding-bottom:.2rem}.queue-column{border:1px solid #dce7f4;border-radius:10px;background:linear-gradient(180deg,#fdfefe,#f4f8fd);display:grid;grid-template-rows:auto 1fr;min-height:420px}.queue-column-head{display:flex;align-items:center;justify-content:space-between;gap:.3rem;padding:.38rem .4rem;border-bottom:1px solid #e6eef9}.queue-column-head h4{margin:0;font-size:.79rem;color:#1b385b}.queue-column-body{padding:.3rem;display:grid;gap:.3rem;align-content:start}.queue-card{border:1px solid #dbe7f5;border-radius:9px;background:#fff;padding:.36rem .4rem;display:grid;gap:.28rem}.queue-card-head{display:flex;justify-content:space-between;align-items:center;gap:.28rem}.queue-card strong{font-size:.78rem}.queue-card-grid{display:grid;gap:.16rem}.queue-card-grid p{margin:0;font-size:.69rem;color:#2b4668}.queue-card-grid p span{color:#6f86a3}:root[data-theme=dark] .queue-card-grid p span{color:#a8bddc}.queue-ops{gap:.45rem}.topbar-dropdown-wrap{position:relative}.topbar-dropdown-panel{position:absolute;top:calc(100% + 4px);right:0;width:280px;z-index:40;border:1px solid #d8e4f3;border-radius:10px;background:linear-gradient(180deg,#fff,#f7fbff);box-shadow:0 16px 28px #10233f29;padding:.38rem}.topbar-count-badge{margin-left:.26rem}.inference-pill{padding:.16rem .42rem;font-size:.66rem}.topbar-dropdown-head{display:flex;justify-content:space-between;align-items:center;gap:.35rem;margin-bottom:.24rem}.command-search-suggestions{position:static;width:100%;margin-top:.25rem}.suggestion-pill{border:1px solid #d9e4f2;cursor:pointer}.app-footer{margin:.2rem .85rem .5rem;border:1px solid #d8e3f1;border-radius:12px;background:linear-gradient(180deg,#ffffffeb,#f8fcffe0);padding:.26rem .5rem;display:flex;justify-content:space-between;align-items:center;gap:.45rem;font-size:.7rem}.live-data-badge{margin-left:.3rem;display:inline-flex}:root[data-theme=dark] .topbar-dropdown-panel,:root[data-theme=dark] .app-footer{background:linear-gradient(180deg,#1b2b46,#16233a);border-color:#2e476d}.panel:hover,.metric-card:hover{box-shadow:0 12px 18px #10233f1a;transform:translateY(-1px)}@media(max-width:1100px){.clinical-workspace,.scribe-hero-main,.scribe-hero-grid,.compact-kpi-grid,.advanced-diagnostics-grid,.command-ops-3col,.queue-workspace,.queue-notification-strip{grid-template-columns:1fr}.app-footer,.quick-actions-head{flex-direction:column;align-items:flex-start}}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important;box-shadow:none!important}.skeleton-line{height:.8rem;border-radius:999px;background:linear-gradient(90deg,var(--bg-panel) 25%,#e4ecf8 37%,var(--bg-panel) 63%);background-size:400% 100%;animation:skeleton-shimmer 1.4s ease infinite}@keyframes skeleton-shimmer{0%{background-position:100% 50%}to{background-position:0 50%}}.discovery-home{display:flex;flex-direction:column;gap:1.4rem;padding:1.2rem .4rem .4rem}.discovery-hero{display:flex;flex-direction:column;align-items:center;gap:.9rem;text-align:center;max-width:760px;margin:1.4rem auto 0}.discovery-hero-eyebrow{margin:0;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--brand-primary)}.discovery-hero-title{margin:0;font-size:2rem;font-weight:700;color:var(--text-primary);line-height:1.15}.discovery-hero-subtitle{margin:0;color:var(--text-secondary);font-size:.95rem}.discovery-hero-examples{display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem}.discovery-hero-example{border:1px solid #dce7f4;background:#fff;border-radius:999px;padding:.32rem .7rem;font-size:.75rem;color:#4c6585;cursor:pointer;transition:all .16s ease}.discovery-hero-example:hover{border-color:var(--brand-primary);color:var(--brand-primary)}.discovery-recent-searches{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;margin-top:.2rem}.discovery-recent-searches-label{font-size:.72rem;color:var(--text-secondary);margin-right:.2rem}.discovery-recent-search-pill{border:1px dashed #d5e2f4;background:transparent;border-radius:999px;padding:.24rem .6rem;font-size:.72rem;color:#4c6585;cursor:pointer}.discovery-entry-points{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:.7rem;max-width:760px;margin:0 auto;width:100%}.discovery-entry-point-card{position:relative;display:flex;align-items:center;gap:.6rem;text-align:left;border:1px solid #d9e4f1;background:linear-gradient(180deg,#ffffff 0%,var(--bg-panel) 100%);border-radius:var(--radius-lg);padding:.85rem 1rem;cursor:pointer;transition:all .16s ease;color:var(--brand-primary)}.discovery-entry-point-card:hover{transform:translateY(-1px);box-shadow:var(--shadow-card)}.discovery-entry-point-title{margin:0;font-size:.85rem;font-weight:700;color:var(--text-primary)}.discovery-entry-point-subtitle{margin:.1rem 0 0;font-size:.74rem;color:var(--text-secondary)}.discovery-entry-point-sparkle{position:absolute;top:.6rem;right:.6rem;color:var(--brand-accent)}.healthcare-search-bar{position:relative;display:flex;align-items:center;width:100%;background:#fff;border:1px solid #d3deee;border-radius:999px;box-shadow:var(--shadow-card);padding:.3rem .35rem .3rem .9rem;gap:.4rem}.healthcare-search-bar-large{padding:.55rem .55rem .55rem 1.2rem}.healthcare-search-field{display:flex;align-items:center;gap:.4rem;flex:1;color:#7c8fa8;min-width:0}.healthcare-search-field input{border:none;outline:none;background:transparent;font-size:.85rem;color:var(--text-primary);width:100%}.healthcare-search-bar-large .healthcare-search-field input{font-size:1rem}.healthcare-search-location{flex:0 0 auto;width:200px}.healthcare-search-divider{width:1px;align-self:stretch;background:#e3eaf4;margin:.2rem 0}.healthcare-search-submit{border-radius:999px;padding:.42rem 1.1rem;white-space:nowrap}.healthcare-search-suggestions{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:#fff;border:1px solid #dbe5f2;border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:.5rem;display:flex;flex-wrap:wrap;gap:.35rem;z-index:20}.healthcare-search-suggestion-pill{border:1px solid #e3eaf4;background:var(--bg-panel);border-radius:999px;padding:.22rem .6rem;font-size:.72rem;color:#4c6585;cursor:pointer}.entity-type-selector{display:inline-flex;gap:.3rem;background:var(--bg-panel);border:1px solid var(--border-soft);border-radius:999px;padding:.25rem}.entity-type-option{display:inline-flex;align-items:center;gap:.32rem;border:none;background:transparent;border-radius:999px;padding:.36rem .8rem;font-size:.78rem;font-weight:600;color:#5c708f;cursor:pointer;position:relative}.entity-type-option.active{background:#fff;color:var(--brand-primary);box-shadow:0 4px 10px #10233f1a}.entity-type-option:disabled{cursor:not-allowed;color:#a9b7cc}.entity-type-soon{font-size:.6rem;text-transform:uppercase;letter-spacing:.04em;background:#eef2f8;border-radius:999px;padding:.1rem .35rem;margin-left:.15rem}.verification-badge{gap:.3rem}.verification-badge.neutral{background:#eef2f8;color:#6b7f99}.profile-completeness{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.profile-completeness-small{margin-top:.35rem}.profile-completeness-track{width:84px;height:5px;border-radius:999px;background:#e4ecf8;overflow:hidden;flex-shrink:0}.profile-completeness-fill{height:100%}.profile-completeness-fill.success{background:var(--success)}.profile-completeness-fill.warning{background:var(--warning)}.profile-completeness-fill.muted{background:#a9b7cc}.profile-completeness-label{font-size:.68rem;color:var(--text-secondary)}.doctor-card{display:flex;align-items:flex-start;justify-content:space-between;gap:.8rem;margin-bottom:.6rem}.doctor-card-selected{border-color:var(--brand-primary);box-shadow:0 0 0 2px #1f6feb29}.doctor-card-heading{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.doctor-card-name{font-size:.95rem;font-weight:700;color:var(--text-primary);text-decoration:none}.doctor-card-name:hover{color:var(--brand-primary)}.doctor-card-specialty{margin:.15rem 0 0;font-size:.78rem;color:var(--text-secondary)}.doctor-card-meta{list-style:none;margin:.5rem 0 0;padding:0;display:flex;flex-direction:column;gap:.3rem}.doctor-card-meta li{display:flex;align-items:center;gap:.4rem;font-size:.76rem;color:#5c708f}.doctor-card-actions{flex-shrink:0}.doctor-card-skeleton{align-items:center;gap:.7rem}.doctor-card-skeleton-avatar{width:44px;height:44px;border-radius:999px;background:var(--bg-panel);flex-shrink:0}.doctor-card-skeleton-lines{display:flex;flex-direction:column;gap:.4rem;flex:1}.active-filter-chips{display:flex;flex-wrap:wrap;gap:.4rem;margin:.6rem 0}.active-filter-chip{display:inline-flex;align-items:center;gap:.3rem;border:1px solid #c8dbfb;background:#eef5ff;color:var(--brand-primary);border-radius:999px;padding:.22rem .55rem;font-size:.72rem;font-weight:600;cursor:pointer}.active-filter-chip-clear{border:none;background:transparent;color:#8294ad;font-size:.72rem;text-decoration:underline;cursor:pointer}.search-filter-panel{display:flex;flex-direction:column;gap:.9rem}.search-filter-section-title{margin:0 0 .4rem;font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:#8294ad}.search-filter-options{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3rem}.search-filter-option{display:flex;align-items:center;gap:.4rem;font-size:.78rem;color:var(--text-primary);cursor:pointer}.search-filter-option-count{margin-left:auto;color:#8294ad;font-size:.7rem}.map-list-toggle{display:none;gap:.25rem;background:var(--bg-panel);border:1px solid var(--border-soft);border-radius:999px;padding:.2rem}.map-list-toggle-option{display:inline-flex;align-items:center;gap:.3rem;border:none;background:transparent;border-radius:999px;padding:.3rem .6rem;font-size:.75rem;font-weight:600;color:#5c708f;cursor:pointer}.map-list-toggle-option.active{background:#fff;color:var(--brand-primary)}.healthcare-entity-tabs{display:inline-flex;gap:.2rem;background:#fff;border:1px solid var(--border-soft);border-radius:12px;padding:.25rem;margin:.8rem 0}.healthcare-entity-tab{display:inline-flex;align-items:center;gap:.35rem;border:none;background:transparent;border-radius:9px;padding:.4rem .8rem;font-size:.8rem;font-weight:600;color:#5c708f;cursor:pointer}.healthcare-entity-tab.active{background:var(--bg-panel);color:var(--brand-primary)}.healthcare-entity-tab-count{background:#eef2f8;border-radius:999px;padding:.02rem .4rem;font-size:.68rem}.healthcare-entity-tab.active .healthcare-entity-tab-count{background:var(--brand-primary);color:#fff}.search-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;text-align:center;padding:2.2rem 1rem;min-height:220px;color:var(--text-secondary)}.search-empty-state-icon{width:46px;height:46px;border-radius:999px;background:var(--bg-panel);border:1px solid var(--border-soft);display:inline-flex;align-items:center;justify-content:center;color:var(--brand-primary)}.search-empty-state-title{margin:0;font-weight:700;color:var(--text-primary);font-size:.9rem}.search-empty-state-subtitle{margin:0;font-size:.78rem;max-width:320px}.healthcare-map-shell{position:relative;width:100%;height:100%;min-height:420px;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border-soft)}.healthcare-map-canvas{width:100%;height:100%;min-height:420px}.healthcare-map-marker{width:16px;height:16px;border-radius:999px;background:var(--marker-color, var(--brand-primary));border:2px solid #fff;box-shadow:0 2px 6px #10233f4d;cursor:pointer;padding:0}.healthcare-map-marker-selected{width:22px;height:22px;box-shadow:0 0 0 4px #1f6feb3d}.healthcare-map-no-coords-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem;text-align:center;background:#f7faffe0;color:var(--text-secondary);font-size:.8rem;padding:1rem;pointer-events:none}.discovery-results{display:flex;flex-direction:column;gap:.7rem}.discovery-results-header{display:flex;align-items:center;gap:.7rem}.discovery-results-header .healthcare-search-bar{flex:1}.discovery-results-toolbar{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.discovery-results-count{margin:0;font-size:.82rem;color:var(--text-secondary)}.discovery-results-sort{display:flex;align-items:center;gap:.4rem;font-size:.76rem;color:var(--text-secondary)}.discovery-results-sort select{border:1px solid #d5e2f4;border-radius:8px;padding:.3rem .5rem;font-size:.76rem;background:#fff}.discovery-results-body{display:grid;grid-template-columns:220px minmax(0,1fr) minmax(0,1fr);gap:.8rem;align-items:start}.discovery-results-map{position:sticky;top:.6rem;height:calc(100vh - 220px);min-height:420px}.discovery-results-load-more{width:100%}.discovery-profile{display:flex;flex-direction:column;gap:.2rem}.discovery-profile-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.discovery-profile-heading{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap}.discovery-profile-name{margin:0;font-size:1.4rem;font-weight:700;color:var(--text-primary)}.discovery-profile-specialty{margin:.15rem 0 .4rem;color:var(--text-secondary);font-size:.88rem}.discovery-profile-badges{display:flex;gap:.4rem}.discovery-profile-actions{display:flex;flex-wrap:wrap;gap:.4rem}.discovery-profile-actions .btn svg{margin-right:.3rem;vertical-align:-2px}.discovery-profile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:.6rem}.discovery-profile-grid h4{display:flex;align-items:center;gap:.35rem;margin:0 0 .5rem;font-size:.85rem}.profile-field-unavailable{margin:0;color:#94a3b8;font-size:.78rem;font-style:italic}.discovery-profile-similar{grid-column:1 / -1}.discovery-profile-similar-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.discovery-profile-similar-list li{display:flex;align-items:center;justify-content:space-between;font-size:.8rem;border-bottom:1px dashed #e8eef6;padding-bottom:.3rem}.discovery-profile-similar-list a{color:var(--brand-primary);text-decoration:none;font-weight:600}.discovery-profile-similar-list span{color:var(--text-secondary);font-size:.74rem}@media(max-width:900px){.discovery-results-body{grid-template-columns:1fr}.discovery-results-filters{display:none}.map-list-toggle{display:inline-flex}.discovery-results-body.view-list .discovery-results-map,.discovery-results-body.view-map .discovery-results-list{display:none}.discovery-results-map{position:static;height:60vh}}@media(max-width:640px){.discovery-hero-title{font-size:1.5rem}.healthcare-search-bar{flex-wrap:wrap;border-radius:18px}.healthcare-search-location{width:100%}.healthcare-search-divider{display:none}.healthcare-search-submit{width:100%}.discovery-results-header{flex-direction:column;align-items:stretch}}.healthcare-search-bar-wrap{display:flex;flex-direction:column;gap:.4rem;width:100%;position:relative}.healthcare-search-country select{border:none;outline:none;background:transparent;font-size:.85rem;color:var(--text-primary);cursor:pointer}.healthcare-search-bar-large .healthcare-search-country select{font-size:1rem}.healthcare-search-advanced{display:flex;flex-direction:column;gap:.5rem;padding-left:.4rem}.healthcare-search-advanced-toggle{display:inline-flex;align-items:center;gap:.3rem;align-self:flex-start;border:none;background:transparent;color:#5c708f;font-size:.75rem;cursor:pointer;padding:0}.healthcare-search-advanced-toggle svg{transition:transform .14s ease}.healthcare-search-advanced-toggle svg.is-open{transform:rotate(180deg)}.healthcare-search-advanced-fields{display:flex;flex-wrap:wrap;gap:.5rem}.healthcare-search-advanced-field{display:inline-flex;align-items:center;gap:.4rem;border:1px solid #d3deee;background:#fff;border-radius:var(--radius-md);padding:.4rem .7rem;color:#7c8fa8;flex:1 1 200px}.healthcare-search-advanced-field input{border:none;outline:none;background:transparent;font-size:.82rem;color:var(--text-primary);width:100%}.doctor-card-type{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:#7c8fa8;background:var(--bg-panel);border-radius:999px;padding:.1rem .45rem}.doctor-card-duplicate-warning{display:inline-flex;align-items:center;gap:.25rem;font-size:.68rem;font-weight:600;color:var(--warning);background:#fef3c7;border-radius:999px;padding:.1rem .5rem}.doctor-card-additional-specialties{margin:.15rem 0 0;font-size:.74rem;color:var(--text-secondary)}.doctor-card-source{margin:.5rem 0 0;font-size:.7rem;color:#94a3b8}.discovery-results-pagination{display:flex;align-items:center;justify-content:center;gap:.8rem;padding:.6rem 0}.discovery-results-pagination span{font-size:.78rem;color:var(--text-secondary)}.discovery-dev-timing{font-size:.68rem;color:#94a3b8}.discovery-profile-section-title{display:flex;align-items:center;gap:.35rem;margin:0 0 .6rem;font-size:.85rem}.discovery-profile-identifiers{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.7rem}.discovery-profile-identifier dt{margin:0 0 .15rem;font-size:.68rem;text-transform:uppercase;letter-spacing:.05em;color:#8294ad}.discovery-profile-identifier dd{margin:0;font-size:.85rem;color:var(--text-primary)}.discovery-profile-locations-list,.discovery-profile-org-list,.discovery-profile-flags-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.discovery-profile-location-item{border:1px solid var(--border-soft);border-radius:var(--radius-md);padding:.55rem .7rem;font-size:.82rem}.discovery-profile-flags-list li{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:var(--warning)}.discovery-profile-footer{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.6rem;margin-top:.6rem}.discovery-profile-footer h4{margin:0 0 .3rem;font-size:.85rem}.discovery-profile-footer p{margin:0 0 .6rem;font-size:.78rem;color:var(--text-secondary)}.discovery-info-page{display:grid;gap:20px}.discovery-info-heading{display:flex;align-items:flex-start;justify-content:space-between;padding:28px;border:1px solid var(--border, #dce4ef);border-radius:16px;background:linear-gradient(135deg,#f8fbff,#fff)}.discovery-info-heading h1{margin:4px 0 8px;font-size:clamp(28px,3vw,42px)}.discovery-info-heading p:last-child{margin:0;color:var(--muted, #637083)}.discovery-info-panel{padding:22px}.discovery-info-panel h2{display:flex;align-items:center;gap:8px;margin:0 0 14px;font-size:16px}.discovery-info-row{display:flex;justify-content:space-between;padding:11px 0;border-top:1px solid var(--border, #e7edf4);text-transform:capitalize}.discovery-shell{width:100%;min-width:0;min-height:100vh;grid-template-columns:var(--discovery-sidebar-width, 220px) minmax(0,1fr);transition:grid-template-columns .18s ease}.discovery-shell.sidebar-collapsed{grid-template-columns:68px minmax(0,1fr)}.discovery-shell-sidebar{min-width:0;overflow:hidden}.discovery-shell.sidebar-collapsed .discovery-shell-sidebar{padding-inline:.45rem}.discovery-shell.sidebar-collapsed .discovery-shell-brand div,.discovery-shell.sidebar-collapsed .discovery-shell-nav span,.discovery-shell.sidebar-collapsed .discovery-shell-nav small,.discovery-shell.sidebar-collapsed .discovery-shell-section-label,.discovery-shell.sidebar-collapsed .discovery-shell-context{display:none}.discovery-shell.sidebar-collapsed .discovery-shell-nav{justify-content:center;padding-inline:.35rem}.discovery-shell-main,.discovery-shell-content,.discovery-page,.discovery-page-content{width:100%;min-width:0;max-width:none}.discovery-shell-content{padding:1.25rem clamp(1rem,2.4vw,2.25rem) 2rem}.discovery-shell-menu{display:inline-flex;align-items:center;justify-content:center;border:0;background:transparent;color:var(--text-secondary);padding:.25rem;cursor:pointer}.discovery-results{width:100%;min-width:0;max-width:none;margin:0}.discovery-results-body{width:100%;min-width:0;grid-template-columns:minmax(240px,280px) minmax(0,1fr)}.discovery-results-body.view-map{grid-template-columns:minmax(240px,280px) minmax(0,1fr)}.discovery-results-list,.discovery-results-filters,.discovery-results-map{min-width:0;width:100%}.discovery-results-list.view-results-grid{display:block}.discovery-results-list.view-results-cards,.discovery-results-list.view-results-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));align-content:start;gap:.85rem}.discovery-results-list.view-results-cards>.doctor-card,.discovery-results-list.view-results-list>.doctor-card{min-width:0}.discovery-results-list.view-results-cards>.discovery-results-pagination,.discovery-results-list.view-results-list>.discovery-results-pagination{grid-column:1 / -1}.enterprise-grid-wrap{width:100%;min-width:0}.enterprise-grid-scroll{width:100%;max-width:100%;overflow-x:auto}.enterprise-grid{width:max-content;min-width:100%}.discovery-profile{width:100%;min-width:0;max-width:none}.discovery-profile-content,.discovery-home{width:100%;min-width:0}.discovery-hero,.discovery-coverage-summary,.discovery-browse-grid,.discovery-entry-points{max-width:none;width:100%;margin-left:0;margin-right:0}.discovery-hero{align-items:stretch;text-align:left}.discovery-hero .entity-type-selector{align-self:flex-start}.discovery-entry-points{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.healthcare-map-shell,.healthcare-map-canvas{width:100%;min-width:0}.discovery-results-map{min-height:0}@media(max-width:1100px){.discovery-results-body,.discovery-results-body.view-map{grid-template-columns:minmax(220px,250px) minmax(0,1fr)}}@media(max-width:900px){.discovery-shell{display:block}.discovery-shell-sidebar{position:fixed;inset:0 auto 0 0;z-index:50;width:min(280px,84vw);box-shadow:10px 0 30px #10233f24}.discovery-shell.sidebar-collapsed .discovery-shell-sidebar{display:none}.discovery-shell-content{padding:1rem}.discovery-results-body,.discovery-results-body.view-map{grid-template-columns:minmax(0,1fr)}.discovery-results-filters{order:2}.discovery-results-map{height:min(64vh,620px)}}@media(max-width:640px){.discovery-shell-content{padding:.75rem}.discovery-coverage-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.discovery-entry-points,.discovery-profile-grid,.discovery-profile-footer{grid-template-columns:1fr}.enterprise-grid-scroll{max-width:calc(100vw - 1.5rem)}}.lifecycle-page-heading{margin-bottom:.9rem}.lifecycle-page-heading h1{margin:0 0 .25rem;font-size:1.3rem;color:var(--text-primary)}.lifecycle-page-heading p{margin:0;color:var(--text-secondary);font-size:.85rem}.lifecycle-pinned-filter{display:inline-block;margin-top:.5rem;border:1px solid var(--border-soft);background:color-mix(in srgb,var(--brand-primary) 8%,transparent);color:var(--brand-primary);border-radius:999px;padding:.2rem .65rem;font-size:.72rem;font-weight:600}.lifecycle-filter-bar{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;margin:.6rem 0}.lifecycle-filter-field{display:flex;flex-direction:column;gap:.3rem}.lifecycle-filter-field label{display:flex;align-items:center;gap:.3rem;font-size:.72rem;font-weight:600;color:var(--text-secondary)}.lifecycle-filter-field select{border:1px solid var(--border-soft);border-radius:6px;padding:.4rem .5rem;font-size:.8rem;background:var(--bg-surface);color:var(--text-primary)}.lifecycle-filter-note{font-size:.66rem;color:var(--theme-muted)}.lifecycle-filter-field-disabled select{cursor:not-allowed;opacity:.55}.lifecycle-results-body{grid-template-columns:220px minmax(0,1fr)}.lifecycle-summary-card{display:flex;flex-direction:column;gap:.7rem;margin-bottom:.8rem}.lifecycle-summary-heading{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem}.lifecycle-summary-name{margin:0;font-size:1.3rem;font-weight:700;color:var(--text-primary)}.lifecycle-summary-specialty,.lifecycle-summary-location{display:flex;align-items:center;gap:.35rem;margin:.25rem 0 0;color:var(--text-secondary);font-size:.82rem}.lifecycle-summary-badges{display:flex;flex-direction:column;align-items:flex-end;gap:.4rem}.lifecycle-field-unavailable{margin:0;color:var(--theme-muted);font-size:.78rem;font-style:italic}.lifecycle-subheading{display:flex;align-items:center;gap:.3rem;margin:.8rem 0 .3rem;font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;color:var(--theme-muted)}.lifecycle-profile-actions{display:flex;justify-content:flex-end;margin:.8rem 0}.lifecycle-completeness-page{display:flex;flex-direction:column;gap:.8rem}.lifecycle-completeness-panel h2{display:flex;align-items:center;gap:.4rem;margin:0 0 .3rem;font-size:.95rem}.lifecycle-completeness-panel-note{margin:0 0 .8rem;color:var(--text-secondary);font-size:.76rem}.lifecycle-verification-breakdown,.lifecycle-bucket-breakdown{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.6rem}.lifecycle-verification-breakdown li{display:grid;grid-template-columns:1fr auto;gap:0 .8rem;align-items:center;font-size:.82rem}.lifecycle-verification-breakdown li span{color:var(--text-secondary)}.lifecycle-verification-breakdown li strong{color:var(--text-primary)}.lifecycle-verification-bar{grid-column:1 / -1;height:6px;border-radius:999px;background:var(--bg-panel, color-mix(in srgb, var(--text-secondary) 12%, transparent));overflow:hidden}.lifecycle-verification-bar div{height:100%;background:var(--brand-primary)}.lifecycle-bucket-breakdown li{display:flex;align-items:center;gap:.6rem;font-size:.82rem;color:var(--text-secondary)}.lifecycle-bucket-breakdown li strong{color:var(--text-primary)}@media(max-width:900px){.lifecycle-results-body{grid-template-columns:1fr}}.maplibregl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgb(0 0 0/0)}.maplibregl-canvas{left:0;position:absolute;top:0}.maplibregl-map:fullscreen{height:100%;width:100%}.maplibregl-ctrl-group button.maplibregl-ctrl-compass{touch-action:none}.maplibregl-canvas-container.maplibregl-interactive,.maplibregl-ctrl-group button.maplibregl-ctrl-compass{cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-canvas-container.maplibregl-interactive.maplibregl-track-pointer{cursor:pointer}.maplibregl-canvas-container.maplibregl-interactive:active,.maplibregl-ctrl-group button.maplibregl-ctrl-compass:active{cursor:grabbing}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-canvas-container.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:pinch-zoom}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:none}.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures,.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-ctrl-bottom-left,.maplibregl-ctrl-bottom-right,.maplibregl-ctrl-top-left,.maplibregl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.maplibregl-ctrl-top-left{left:0;top:0}.maplibregl-ctrl-top-right{right:0;top:0}.maplibregl-ctrl-bottom-left{bottom:0;left:0}.maplibregl-ctrl-bottom-right{bottom:0;right:0}.maplibregl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.maplibregl-ctrl-top-left .maplibregl-ctrl{float:left;margin:10px 0 0 10px}.maplibregl-ctrl-top-right .maplibregl-ctrl{float:right;margin:10px 10px 0 0}.maplibregl-ctrl-bottom-left .maplibregl-ctrl{float:left;margin:0 0 10px 10px}.maplibregl-ctrl-bottom-right .maplibregl-ctrl{float:right;margin:0 10px 10px 0}.maplibregl-ctrl-group{background:#fff;border-radius:4px}.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px #0000001a}@media(forced-colors:active){.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.maplibregl-ctrl-group button{background-color:transparent;border:0;box-sizing:border-box;cursor:pointer;display:block;height:29px;outline:none;padding:0;width:29px}.maplibregl-ctrl-group button+button{border-top:1px solid #ddd}.maplibregl-ctrl button .maplibregl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media(forced-colors:active){.maplibregl-ctrl-icon{background-color:transparent}.maplibregl-ctrl-group button+button{border-top:1px solid ButtonText}}.maplibregl-ctrl button::-moz-focus-inner{border:0;padding:0}.maplibregl-ctrl-attrib-button:focus,.maplibregl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl button:disabled{cursor:not-allowed}.maplibregl-ctrl button:disabled .maplibregl-ctrl-icon{opacity:.25}@media(hover:hover){.maplibregl-ctrl button:not(:disabled):hover{background-color:#0000000d}}.maplibregl-ctrl button:not(:disabled):active{background-color:#0000000d}.maplibregl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.maplibregl-ctrl-group button:focus:first-child{border-radius:4px 4px 0 0}.maplibregl-ctrl-group button:focus:last-child{border-radius:0 0 4px 4px}.maplibregl-ctrl-group button:focus:only-child{border-radius:inherit}.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-globe .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%23333' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-globe-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%2333b5e5' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%23333' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%2333b5e5' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23aaa' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting .maplibregl-ctrl-icon{animation:maplibregl-spin 2s linear infinite}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23999' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23666' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}}@keyframes maplibregl-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:23px;margin:0 0 -4px -4px;overflow:hidden;width:88px}a.maplibregl-ctrl-logo.maplibregl-compact{width:14px}@media(forced-colors:active){a.maplibregl-ctrl-logo{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}.maplibregl-ctrl.maplibregl-ctrl-attrib{background-color:#ffffff80;margin:0;padding:0 5px}@media screen{.maplibregl-ctrl-attrib.maplibregl-compact{background-color:#fff;border-radius:12px;box-sizing:content-box;color:#000;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.maplibregl-ctrl-attrib.maplibregl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact-show,.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-inner{display:none}.maplibregl-ctrl-attrib-button{background-color:#ffffff80;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;box-sizing:border-box;cursor:pointer;display:none;height:24px;outline:none;position:absolute;right:0;top:0;width:24px}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;list-style:none}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button::-webkit-details-marker{display:none}.maplibregl-ctrl-bottom-left .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-top-left .maplibregl-ctrl-attrib-button{left:0}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-inner{display:block}.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-button{background-color:#0000000d}.maplibregl-ctrl-bottom-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;right:0}.maplibregl-ctrl-top-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{right:0;top:0}.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{left:0;top:0}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;left:0}}@media screen and (forced-colors:active){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.maplibregl-ctrl-attrib a{color:#000000bf;text-decoration:none}.maplibregl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.maplibregl-attrib-empty{display:none}.maplibregl-ctrl-scale{background-color:#ffffffbf;border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px;white-space:nowrap}.maplibregl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.maplibregl-popup-anchor-top,.maplibregl-popup-anchor-top-left,.maplibregl-popup-anchor-top-right{flex-direction:column}.maplibregl-popup-anchor-bottom,.maplibregl-popup-anchor-bottom-left,.maplibregl-popup-anchor-bottom-right{flex-direction:column-reverse}.maplibregl-popup-anchor-left{flex-direction:row}.maplibregl-popup-anchor-right{flex-direction:row-reverse}.maplibregl-popup-tip{border:10px solid transparent;height:0;width:0;z-index:1}.maplibregl-popup-anchor-top .maplibregl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.maplibregl-popup-anchor-bottom .maplibregl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.maplibregl-popup-anchor-left .maplibregl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.maplibregl-popup-anchor-right .maplibregl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}[dir=rtl] .maplibregl-popup-anchor-left{flex-direction:row-reverse}[dir=rtl] .maplibregl-popup-anchor-right{flex-direction:row}[dir=rtl] .maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-end}[dir=rtl] .maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-start}[dir=rtl] .maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-end}[dir=rtl] .maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-start}.maplibregl-popup-close-button{background-color:transparent;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.maplibregl-popup-close-button:hover{background-color:#0000000d}.maplibregl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;padding:15px 10px;pointer-events:auto;position:relative}.maplibregl-popup-anchor-top-left .maplibregl-popup-content{border-top-left-radius:0}.maplibregl-popup-anchor-top-right .maplibregl-popup-content{border-top-right-radius:0}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-content{border-bottom-left-radius:0}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-content{border-bottom-right-radius:0}.maplibregl-popup-track-pointer{display:none}.maplibregl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-map:hover .maplibregl-popup-track-pointer{display:flex}.maplibregl-map:active .maplibregl-popup-track-pointer{display:none}.maplibregl-marker{left:0;position:absolute;top:0;transition:opacity .2s;will-change:transform}.maplibregl-user-location-dot,.maplibregl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.maplibregl-user-location-dot:before{animation:maplibregl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.maplibregl-user-location-dot:after{border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px #00000059;box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}@media(prefers-reduced-motion:reduce){.maplibregl-user-location-dot:before{animation:none}}@keyframes maplibregl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.maplibregl-user-location-dot-stale{background-color:#aaa}.maplibregl-user-location-dot-stale:after{display:none}.maplibregl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;height:1px;width:1px}.maplibregl-crosshair,.maplibregl-crosshair .maplibregl-interactive,.maplibregl-crosshair .maplibregl-interactive:active{cursor:crosshair}.maplibregl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}.maplibregl-cooperative-gesture-screen{align-items:center;background:#0006;color:#fff;display:flex;font-size:1.4em;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),(pointer:coarse){.maplibregl-cooperative-gesture-screen .maplibregl-desktop-message{display:none}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:block}}.maplibregl-pseudo-fullscreen{height:100%!important;left:0!important;position:fixed!important;top:0!important;width:100%!important;z-index:99999}.scribe-layout{display:grid;grid-template-columns:320px minmax(0,1fr) 320px;gap:1rem}.scribe-panel{display:grid;gap:.75rem;align-content:start}.scribe-card{background:var(--bg-surface);border:1px solid var(--border-soft);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:.9rem}.scribe-card h4{margin:0 0 .55rem;font-size:.96rem}.scribe-center{display:grid;gap:.75rem}.scribe-warning{border:1px solid #fed7aa;background:#fff9f2;color:#9a3412;border-radius:12px;padding:.6rem .75rem}.scribe-warning.approved{border-color:#bbf7d0;background:#f0fdf4;color:#166534}.scribe-kv{display:grid;gap:.35rem}.scribe-kv p{margin:0;display:flex;justify-content:space-between;gap:.75rem}.scribe-kv span{color:var(--text-secondary)}.scribe-tag-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.4rem}.scribe-tag-list li{font-size:.8rem;border:1px solid #dbeafe;border-radius:999px;background:#eff6ff;color:#1d4ed8;padding:.15rem .55rem}.scribe-tag-list.warning li{border-color:#fecaca;background:#fff1f2;color:#be123c}.scribe-badge{display:inline-flex;border-radius:999px;padding:.2rem .55rem;font-size:.76rem;font-weight:600}.scribe-badge.success{background:#dcfce7;color:#166534}.scribe-badge.warning{background:#fef3c7;color:#92400e}.scribe-section-title h4{margin:0}.scribe-section-title p{margin:.2rem 0 0;font-size:.82rem;color:var(--text-secondary)}.scribe-timeline{display:grid;gap:.5rem;margin-bottom:.6rem}.scribe-timeline-item{display:grid;grid-template-columns:54px 1fr;gap:.55rem;align-items:start}.scribe-timeline-item span{font-size:.75rem;color:var(--text-secondary)}.scribe-timeline-item p{margin:0;background:#f8fbff;border:1px solid #e6effa;border-radius:8px;padding:.45rem .55rem;font-size:.84rem}.scribe-upload-row{display:grid;gap:.45rem;margin-bottom:.6rem}.scribe-tabs{display:flex;gap:.35rem;margin-bottom:.65rem}.scribe-tab{border:1px solid var(--border-soft);border-radius:999px;background:#f8fbff;padding:.25rem .65rem;font-size:.8rem;color:#355377;cursor:pointer}.scribe-tab.active{background:#eaf3ff;border-color:#bfdbfe;color:#1d4ed8;font-weight:600}.scribe-editor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.scribe-toolbar{position:sticky;bottom:.35rem;z-index:10;border:1px solid var(--border-soft);border-radius:12px;background:#ffffffec;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:.6rem;display:flex;justify-content:space-between;gap:.55rem;box-shadow:var(--shadow-card)}.scribe-toolbar-left,.scribe-toolbar-right{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center}.scribe-confidence{display:flex;gap:.4rem;flex-wrap:wrap}.scribe-confidence .scribe-badge{background:#dbeafe;color:#1d4ed8}:root[data-theme=dark] .scribe-card,:root[data-theme=dark] .scribe-toolbar,:root[data-theme=dark] .scribe-timeline-item p,:root[data-theme=dark] .scribe-tab,:root[data-theme=dark] .scribe-warning,:root[data-theme=dark] .scribe-warning.approved{background:linear-gradient(180deg,#162740,#121f34);border-color:#314b72;color:#e9f1ff}:root[data-theme=dark] .scribe-warning{border-color:#8a6931;color:#ffd88a}:root[data-theme=dark] .scribe-warning.approved{border-color:#2e6c56;color:#93e6bf}:root[data-theme=dark] .scribe-kv span,:root[data-theme=dark] .scribe-section-title p,:root[data-theme=dark] .scribe-timeline-item span{color:#b9cceb}:root[data-theme=dark] .scribe-tab.active{background:#223a5d;border-color:#4d6f9f;color:#d5e5ff}@media(max-width:1280px){.scribe-layout,.scribe-editor-grid{grid-template-columns:1fr}.scribe-toolbar{position:static}}.adgscribe-shell{display:flex;min-height:calc(100vh - 112px);background:#f4f8fd;color:#102033;font-family:Inter,Arial,sans-serif}.scribe-side{position:relative;width:292px;background:#fff;border-right:1px solid #dde8f3;padding:24px 20px;display:flex;flex-direction:column;transition:.25s ease}.scribe-collapsed .scribe-side{width:88px;padding:24px 10px}.scribe-collapsed .scribe-logo,.scribe-collapsed .new-session span,.scribe-collapsed .side-link b,.scribe-collapsed .side-caret{display:none}.collapse-btn{position:absolute;right:-14px;top:18px;width:30px;height:30px;border:0;border-radius:10px;background:#e8f1fd;color:#295383;font-size:20px;line-height:1}.scribe-logo{font-size:36px;font-weight:850;color:#244a7c;margin:2px 0 18px;letter-spacing:-.5px}.scribe-logo span{color:#00aeda}.new-session{height:46px;border:0;border-radius:8px;background:#084377;color:#fff;font-size:15px;font-weight:750;margin-bottom:18px;display:flex;align-items:center;justify-content:center;gap:8px}.btn-icon{font-weight:900}.side-link{display:flex;align-items:center;gap:10px;width:100%;border:0;background:transparent;padding:11px 12px;border-radius:8px;font-size:14px;color:#2d435f;text-align:left;margin:2px 0}.side-link .side-icon{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;color:#3b5679}.side-link.active,.side-link:hover{background:#eaf3fd;color:#07477d;font-weight:700}.side-caret{margin-left:auto;color:#6f84a1}.side-spacer{flex:1}.scribe-main{flex:1;padding:20px 20px 28px;overflow:auto}.scribe-toolbar{height:52px;background:#fff;border:1px solid #dce7f2;border-radius:11px;display:flex;align-items:center;gap:8px;padding:0 10px;margin-bottom:18px}.icon-btn{width:32px;height:32px;border:1px solid #d7e4f2;background:#fff;border-radius:8px;display:grid;place-items:center;color:#294969}.tool-btn{height:34px;border:1px solid #d7e4f2;background:#fff;border-radius:8px;padding:0 11px;color:#2f4d70;font-weight:700;display:flex;align-items:center;gap:6px;font-size:13px}.toolbar-fill{flex:1}.online{background:transparent;color:#14834a;padding:0 2px;border-radius:999px;font-weight:700;font-size:13px}.avatar{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;border:1px solid #dbe7f3;background:#fff;font-weight:800;font-size:12px}.scribe-main h1{font-size:39px;margin:4px 0 12px;letter-spacing:-.9px}.scribe-search{height:44px;border:1px solid #dde8f3;border-radius:8px;background:#fff;display:flex;align-items:center;gap:8px;padding:0 12px;color:#78879d;font-size:14px;margin-bottom:18px}.scribe-grid{display:grid;grid-template-columns:minmax(520px,1fr) 320px;gap:18px;align-items:start}.record-panel{min-height:300px;background:linear-gradient(135deg,#fbfdff,#f1f7ff);border:1px solid #dce8f3;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:24px;box-shadow:0 8px 18px #0a325a0f}.mic{width:62px;height:62px;border-radius:50%;background:#06477d;color:#fff;display:grid;place-items:center;box-shadow:0 10px 22px #06477d33}.pulse{animation:pulse 1.4s infinite}@keyframes pulse{50%{box-shadow:0 0 0 10px #06477d1f}}.record-panel h2{font-size:31px;margin:16px 0 6px;letter-spacing:-.5px}.record-panel p{color:#5d718a;font-size:14px;margin:0 0 14px}.record-btn{height:38px;padding:0 14px;border-radius:7px;font-size:14px}.primary{border:1px solid #084377;background:#084377;color:#fff;font-weight:700}.right-stack{display:flex;flex-direction:column;gap:14px}.card,.panel,.section-page{background:#fff;border:1px solid #dce8f3;border-radius:12px;padding:16px}.card h3,.panel h3{font-size:27px;margin:0 0 10px;letter-spacing:-.3px}.card small{display:block;color:#7a8ca5;font-size:12px;line-height:1.35}.dash-btn{width:100%;height:34px;border:1px dashed #bfd2e7;background:#fff;border-radius:8px;padding:0 10px;margin:4px 0 6px;text-align:left;font-weight:700;color:#3a5576;display:flex;align-items:center;gap:6px;font-size:13px}.quick-icons{display:flex;gap:8px}.quick-icons button{width:34px;height:34px;border:0;border-radius:7px;background:#b7d2ec;display:grid;place-items:center;color:#2a4c73}.button-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.muted{color:#6f84a1}.three-col{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.section-page h2{font-size:28px;margin:0 0 14px}.list-row{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-bottom:1px solid #edf3fa}.list-row button{border:1px solid #dbe7f3;border-radius:8px;background:#fff;padding:8px 12px;font-weight:700}.float-chat{position:fixed;right:24px;bottom:22px;width:52px;height:52px;border:0;border-radius:50%;background:#06477d;color:#fff;font-size:24px;box-shadow:0 12px 24px #06477d47;z-index:30}.modal-backdrop{position:fixed;inset:0;background:#0f233752;display:grid;place-items:center;z-index:9999}.modal-card{width:min(620px,92vw);background:#fff;border-radius:16px;box-shadow:0 24px 70px #00000038;overflow:hidden}.modal-card header{display:flex;justify-content:space-between;align-items:center;padding:16px 18px;border-bottom:1px solid #e3edf7}.modal-card header button{border:0;border-radius:8px;background:#eef5fb;padding:8px 10px}.modal-body{padding:18px;display:flex;flex-direction:column;gap:10px}.modal-body button,.modal-body input{border:1px solid #dbe7f3;background:#fff;border-radius:8px;padding:10px}.record-live{background:#eaf7ef;color:#087d3b;border-radius:10px;padding:12px;font-weight:900}.modal-body pre{white-space:pre-wrap;background:#f6f9fd;border-radius:10px;padding:12px;color:#26384d}@media(max-width:1200px){.scribe-grid,.three-col{grid-template-columns:1fr}.scribe-side{width:250px}}:root[data-theme=dark] .adgscribe-shell{background:#0f1a2c;color:#e9f2ff}:root[data-theme=dark] .scribe-side{background:#111f35;border-right-color:#2d466b}:root[data-theme=dark] .collapse-btn{background:#1f3453;color:#cfe1ff}:root[data-theme=dark] .scribe-logo{color:#bcd6ff}:root[data-theme=dark] .side-link{color:#c4d7f5}:root[data-theme=dark] .side-link .side-icon{color:#9eb9df}:root[data-theme=dark] .side-link.active,:root[data-theme=dark] .side-link:hover{background:#253c60;color:#f1f7ff}:root[data-theme=dark] .scribe-toolbar,:root[data-theme=dark] .scribe-search,:root[data-theme=dark] .card,:root[data-theme=dark] .panel,:root[data-theme=dark] .section-page,:root[data-theme=dark] .record-panel,:root[data-theme=dark] .modal-card{background:linear-gradient(180deg,#162740,#121f34);border-color:#314b72;color:#e9f1ff}:root[data-theme=dark] .tool-btn,:root[data-theme=dark] .icon-btn,:root[data-theme=dark] .dash-btn,:root[data-theme=dark] .list-row button,:root[data-theme=dark] .modal-body button,:root[data-theme=dark] .modal-body input{background:#1a2b47;border-color:#39567f;color:#dce9ff}:root[data-theme=dark] .card small,:root[data-theme=dark] .muted,:root[data-theme=dark] .scribe-search{color:#b9cceb}:root[data-theme=dark] .quick-icons button{background:#2a4367;color:#d8e8ff}:root[data-theme=dark] .list-row{border-bottom-color:#2a3f61}:root[data-theme=dark] .modal-card header{border-bottom-color:#2f486d}:root[data-theme=dark] .modal-card header button{background:#233a5c;color:#dce9ff}:root[data-theme=dark] .modal-body pre{background:#1a2d4a;color:#d7e7ff}
