:root{--accent:#6366f1;--accent-hover:#4f46e5;--accent-bg:#eef2ff;--accent-border:#c7d2fe;--text-secondary:#6b6b70}*{box-sizing:border-box;margin:0;padding:0}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:3px}body{color:#1d1d1f;background:#f5f5f7;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}.leaflet-container{width:100%;height:100%}.app{flex-direction:column;height:100vh;display:flex}.header{background:#fff;border-bottom:1px solid #d2d2d7;flex-shrink:0;align-items:center;gap:16px;padding:12px 20px;display:flex}.header h1{font-size:1.125rem;font-weight:600}.header .subtitle{color:var(--text-secondary);font-size:.75rem}.nav-tabs{gap:4px;margin-left:auto;display:flex}.mobile-bottom-nav{display:none}.nav-tab{cursor:pointer;color:var(--text-secondary);background:0 0;border:1px solid #0000;border-radius:6px;padding:6px 14px;font-size:.8125rem;font-weight:500;transition:all .15s}.nav-tab:hover{color:#1d1d1f;background:#f5f5f7}.nav-tab.active{background:var(--accent);color:#fff}.main-content{flex:1;display:flex;overflow:hidden}.map-panel{flex:1;position:relative}.sidebar{background:#fff;border-left:1px solid #d2d2d7;flex-shrink:0;width:400px;overflow-y:auto}.sidebar.sidebar-full{border-left:none;width:100%;max-width:800px;margin:0 auto}@media (width<=900px){.main-content{flex-direction:column}.sidebar{width:100%;max-height:50vh}}.sidebar-inner{padding:16px}.stat-row{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:16px;display:grid}.stat-card{text-align:center;background:#f5f5f7;border-radius:10px;padding:10px}.stat-value{font-size:1.375rem;font-weight:700}.stat-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:.625rem}select{background:#fff;border:1px solid #d2d2d7;border-radius:8px;width:100%;margin-bottom:8px;padding:7px 10px;font-size:.8125rem}select:focus{outline:2px solid var(--accent);border-color:#0000}.hospital-item{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;margin-bottom:4px;padding:10px 12px;transition:background .15s;display:flex}.hospital-item:hover{background:#f5f5f7}.hospital-item.selected{background:var(--accent-bg);border-color:var(--accent-border)}.hospital-name{font-size:.875rem;font-weight:500}.hospital-meta{color:var(--text-secondary);font-size:.75rem}.rating-badge{border-radius:12px;align-items:center;gap:3px;padding:3px 8px;font-size:.75rem;font-weight:600;display:inline-flex}.rating-1,.rating-2{color:#065f46;background:#d1fae5}.rating-3{color:#92400e;background:#fef3c7}.rating-4{color:#9a3412;background:#fed7aa}.rating-5{color:#991b1b;background:#fecaca}.ratio-text{font-size:.875rem;font-weight:700}.ratio-low{color:#059669}.ratio-mid{color:#d97706}.ratio-high{color:#dc2626}.ratio-tier-1{color:#059669}.ratio-tier-2{color:#34d399}.ratio-tier-3{color:#fbbf24}.ratio-tier-4{color:#f97316}.ratio-tier-5{color:#dc2626}.ratio-tier-1.as-bg{color:#fff;background:#059669}.ratio-tier-2.as-bg{color:#fff;background:#34d399}.ratio-tier-3.as-bg{color:#fff;background:#fbbf24}.ratio-tier-4.as-bg{color:#fff;background:#f97316}.ratio-tier-5.as-bg{color:#fff;background:#dc2626}.tier-badge-a{color:#fff;background:#059669}.tier-badge-b{color:#fff;background:#f59e0b}.tier-badge-c{color:#fff;background:#dc2626}.division-bar-container{cursor:pointer;border-radius:6px;margin-bottom:8px;margin-left:-6px;margin-right:-6px;padding:4px 6px;transition:background .15s}.division-bar-container:hover{background:#f5f5f7}.division-bar-container.active{background:var(--accent-bg)}.drill-arrow{color:var(--text-secondary);margin-left:2px;font-size:.875rem;transition:transform .15s}.division-bar-container:hover .drill-arrow{color:var(--accent);transform:translate(2px)}.division-bar-label{justify-content:space-between;margin-bottom:3px;font-size:.75rem;display:flex}.division-bar-track{background:#f0f0f0;border-radius:5px;height:10px;position:relative;overflow:hidden}.division-bar-fill{border-radius:5px;height:100%;transition:width .3s}.division-bar-median{background:#1d1d1f;width:2px;height:100%;position:absolute;top:0;left:50%}.detail-panel{background:#fff;border:1px solid #d2d2d7;border-radius:12px;margin-bottom:12px;padding:16px}.detail-panel h3{margin-bottom:8px;font-size:.9375rem}.detail-row{border-bottom:1px solid #f5f5f7;justify-content:space-between;padding:5px 0;font-size:.8125rem;display:flex}.detail-row:last-child{border:none}.section-title{text-transform:uppercase;letter-spacing:.5px;color:var(--text-secondary);margin:14px 0 6px;font-size:.6875rem;font-weight:600}.division-card{cursor:pointer;background:#f5f5f7;border:1px solid #0000;border-radius:10px;margin-bottom:8px;padding:12px;transition:all .15s}.division-card:hover{background:var(--accent-bg)}.division-card.active{background:var(--accent-bg);border-color:var(--accent-border)}.division-card h4{margin-bottom:4px;font-size:.875rem}.division-card .meta{color:var(--text-secondary);font-size:.75rem}.proc-table{border-collapse:collapse;width:100%;font-size:.75rem}.proc-table th{text-align:left;color:var(--text-secondary);text-transform:uppercase;border-bottom:2px solid #d2d2d7;padding:6px 8px;font-size:.6875rem;font-weight:600}.proc-table td{border-bottom:1px solid #f5f5f7;padding:6px 8px}.proc-table tr:hover{background:#f9f9fb}.drilldown-panel{margin-top:4px}.drilldown-header{align-items:center;gap:8px;margin-bottom:8px;display:flex}.drilldown-back{cursor:pointer;color:var(--accent);background:0 0;border:1px solid #d2d2d7;border-radius:6px;padding:4px 10px;font-size:.8125rem;transition:background .15s}.drilldown-back:hover{background:var(--accent-bg)}.drilldown-title{font-size:.875rem;font-weight:600}.drilldown-table-wrap{max-height:420px;overflow-y:auto}.desc-cell{text-overflow:ellipsis;white-space:nowrap;max-width:160px;overflow:hidden}.filter-controls{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:12px;padding:10px 12px}.filter-group{margin-bottom:8px}.filter-group:last-of-type{margin-bottom:4px}.filter-label{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:.6875rem;font-weight:600;display:block}.filter-pills{gap:4px;display:flex}.filter-pill{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:4px 10px;font-size:.75rem;transition:all .15s}.filter-pill:hover{border-color:var(--accent);color:var(--accent)}.filter-pill.active{background:var(--accent);color:#fff;border-color:var(--accent)}.filter-clear{color:var(--accent);cursor:pointer;background:0 0;border:none;margin-top:4px;padding:2px 0;font-size:.6875rem}.filter-clear:hover{text-decoration:underline}.disclaimer{color:var(--text-secondary);border-top:1px solid #f0f0f0;margin-top:16px;padding:12px 0;font-size:.75rem;line-height:1.5}.no-data{text-align:center;color:var(--text-secondary);padding:40px;font-size:.875rem}.app-error{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;height:100vh;padding:24px;display:flex}.app-error-title{color:#1d1d1f;font-size:1.0625rem;font-weight:600}.app-error-msg{color:var(--text-secondary);max-width:380px;font-size:.875rem;line-height:1.5}.app-error-retry{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;margin-top:4px;padding:9px 22px;font-size:.875rem;font-weight:600;transition:background .15s}.app-error-retry:hover{background:var(--accent-hover)}.legend{flex-wrap:wrap;gap:12px;padding:6px 0;font-size:.6875rem;display:flex}.legend-dot{vertical-align:middle;border-radius:50%;width:10px;height:10px;margin-right:3px;display:inline-block}.deep-view-btn{border:1px solid var(--accent);background:var(--accent);color:#fff;cursor:pointer;border-radius:8px;width:100%;margin:12px 0;padding:10px;font-size:.875rem;font-weight:600;transition:background .15s}.deep-view-btn:hover{background:var(--accent-hover)}.deep-view{background:#f5f5f7;flex-direction:column;height:100vh;display:flex}.deep-header{background:#fff;border-bottom:1px solid #d2d2d7;flex-shrink:0;padding:12px 24px}.deep-back-btn{cursor:pointer;color:var(--accent);background:0 0;border:none;margin-bottom:4px;padding:0;font-size:.8125rem}.deep-back-btn:hover{text-decoration:underline}.deep-hospital-name{margin:2px 0;font-size:1.25rem;font-weight:700}.deep-hospital-meta{color:var(--text-secondary);margin-bottom:6px;font-size:.8125rem}.deep-header-stats{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:8px;display:flex}.deep-stars,.deep-code-count{color:var(--text-secondary);font-size:.75rem}.deep-tabs{gap:4px;display:flex}.deep-tab{cursor:pointer;color:var(--text-secondary);background:0 0;border:1px solid #0000;border-radius:6px;padding:6px 16px;font-size:.8125rem;font-weight:500;transition:all .15s}.deep-tab:hover{color:#1d1d1f;background:#f5f5f7}.deep-tab.active{background:var(--accent);color:#fff}.deep-warning{color:#92400e;background:#fef3c7;border-bottom:1px solid #fde68a;padding:8px 24px;font-size:.75rem}.deep-body{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:16px 24px;overflow-y:auto}.deep-division{background:#fff;border:1px solid #d2d2d7;border-radius:10px;margin-bottom:8px;overflow:hidden}.deep-division-header{cursor:pointer;align-items:center;gap:12px;padding:12px 16px;transition:background .15s;display:flex}.deep-division-header:hover{background:#f9f9fb}.deep-division-info{flex-shrink:0;min-width:200px}.deep-division-name{font-size:.875rem;font-weight:600;display:block}.deep-division-ratio{font-size:.75rem}.deep-division-bar-wrap{flex:1;align-items:center;display:flex}.deep-division-chevron{color:var(--text-secondary);flex-shrink:0;font-size:.75rem;transition:transform .2s}.deep-division-chevron.open{transform:rotate(180deg)}.deep-division-body{border-top:1px solid #f0f0f0;padding:0 16px 16px}.deep-proc-table{margin-top:8px}.deep-proc-search{margin-bottom:8px}.deep-search-input{background:#f5f5f7;border:1px solid #d2d2d7;border-radius:8px;width:100%;padding:8px 12px;font-size:.8125rem}.deep-search-input:focus{outline:2px solid var(--accent);background:#fff;border-color:#0000}.deep-proc-scroll{max-height:500px;overflow-y:auto}.deep-proc-row{cursor:pointer}.deep-proc-row:hover{background:var(--accent-bg)!important}.deep-proc-row-expanded{background:var(--accent-bg)}.sortable-th{cursor:pointer;-webkit-user-select:none;user-select:none}.sortable-th:hover{color:var(--accent)}.deep-load-more{cursor:pointer;width:100%;color:var(--accent);background:#fff;border:1px solid #d2d2d7;border-radius:6px;margin-top:4px;padding:8px;font-size:.75rem}.deep-load-more:hover{background:var(--accent-bg)}.deep-comparison{border-left:3px solid var(--accent);background:#f5f5f7;margin:0;padding:12px 16px}.deep-comparison-header{justify-content:space-between;align-items:start;gap:12px;margin-bottom:8px;display:flex}.deep-comparison-rank{color:var(--text-secondary);font-size:.75rem}.deep-comparison-close{cursor:pointer;color:var(--text-secondary);background:0 0;border:1px solid #d2d2d7;border-radius:4px;flex-shrink:0;padding:2px 8px;font-size:.6875rem}.deep-comparison-close:hover{color:#1d1d1f;background:#fff}.deep-comparison-scroll{max-height:300px;overflow-y:auto}.deep-compare-table{font-size:.75rem}.deep-compare-current{background:var(--accent-bg);font-weight:600}.deep-compare-current td{font-weight:600}.deep-compare-arrow{color:var(--accent)}.deep-mrf-link{background:var(--accent);color:#fff;border-radius:10px;margin-bottom:20px;padding:14px 20px;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .15s;display:block}.deep-mrf-link:hover{background:var(--accent-hover)}.deep-mrf-icon{margin-left:6px}.deep-mrf-unavailable{color:var(--text-secondary);background:#f0f0f0;border-radius:10px;margin-bottom:20px;padding:14px 20px;font-size:.8125rem}.deep-source-section h3{margin-bottom:4px;font-size:1rem}.deep-source-desc{color:var(--text-secondary);margin-bottom:12px;font-size:.8125rem}.deep-payer-group{border:1px solid #e5e5e5;border-radius:6px;margin-bottom:4px;overflow:hidden}.deep-payer-code-header{cursor:pointer;align-items:center;gap:10px;padding:8px 12px;font-size:.8125rem;transition:background .15s;display:flex}.deep-payer-code-header:hover{background:#f5f5f7}.deep-payer-code{min-width:60px;font-family:monospace;font-weight:600}.deep-payer-desc{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.deep-payer-div{color:var(--text-secondary);text-align:right;min-width:80px;font-size:.6875rem}.deep-payer-count{color:var(--text-secondary);text-align:right;min-width:60px;font-size:.6875rem}.deep-payer-table{margin:0}.deep-payer-table td,.deep-payer-table th{font-size:.75rem}.deep-quality-grid{grid-template-columns:1fr 1fr;gap:8px;margin:12px 0;display:grid}.deep-quality-card{border:1px solid #e5e5e5;border-radius:8px;align-items:flex-start;gap:10px;padding:10px 12px;display:flex}.deep-quality-icon{flex-shrink:0;margin-top:1px;font-size:1rem}.deep-quality-label{color:#1d1d1f;font-size:.8125rem;font-weight:600}.deep-quality-comparison{color:#555;margin-top:2px;font-size:.75rem}.deep-quality-measures{color:var(--text-secondary);flex-wrap:wrap;gap:6px;margin-top:4px;font-size:.6875rem;display:flex}.qual-above{color:#059669}.qual-below{color:#dc2626}.qual-same{color:var(--text-secondary)}.qual-na{color:#ccc}.deep-quality-card.qual-above{background:#f0fdf4;border-color:#a7f3d0}.deep-quality-card.qual-below{background:#fef2f2;border-color:#fecaca}.deep-quality-card.qual-same,.deep-quality-card.qual-na{background:#fafafa;border-color:#e5e5e5}.qual-total{color:#aaa}.deep-profile-tab{max-width:720px}.deep-profile-section{border-bottom:1px solid #e5e5e5;margin-bottom:24px;padding-bottom:20px}.deep-profile-section:last-child{border-bottom:none}.deep-profile-section h3{color:#1d1d1f;text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px;font-size:.875rem;font-weight:600}.deep-profile-row{align-items:baseline;gap:12px;padding:6px 0;font-size:.875rem;display:flex}.deep-profile-label{color:var(--text-secondary);flex-shrink:0;min-width:180px}.deep-profile-value{color:#1d1d1f;font-weight:600}.deep-profile-note{color:var(--text-secondary);margin-left:4px;font-size:.75rem}.deep-profile-link{color:var(--accent);font-weight:500;text-decoration:none}.deep-profile-link:hover{text-decoration:underline}.deep-profile-sources{background:#f5f5f7;border-radius:8px;margin-top:28px;padding:16px}.deep-profile-sources h4{color:#1d1d1f;margin:0 0 10px;font-size:.8125rem;font-weight:600}.deep-profile-source-item{color:#1d1d1f;margin-bottom:12px;font-size:.8125rem}.deep-profile-source-list{color:#555;margin:0;padding:0 0 0 18px;font-size:.75rem;line-height:1.6}.deep-profile-source-list li{margin-bottom:6px}.deep-profile-source-list a{color:var(--accent);text-decoration:none}.deep-profile-source-list a:hover{text-decoration:underline}@media (width<=768px){.deep-header{padding:10px 16px}.deep-body{padding:12px 16px}.deep-division-header{flex-direction:column;align-items:stretch;gap:6px}.deep-division-info{min-width:unset}.deep-comparison-scroll{max-height:200px}.deep-profile-row{flex-direction:column;gap:2px}.deep-profile-label{min-width:unset}.deep-quality-grid{grid-template-columns:1fr}}.proto-deep-view{background:#f5f5f7;min-height:100vh}.proto-header{background:#fff;border-bottom:1px solid #e5e5e5;padding:16px 24px}.proto-back{cursor:pointer;color:var(--accent);background:0 0;border:none;margin-bottom:8px;padding:0;font-size:.875rem;font-weight:500}.proto-back:hover{text-decoration:underline}.proto-hospital-info h1{color:#1d1d1f;margin:0;font-size:1.375rem;font-weight:700}.proto-hospital-meta{color:var(--text-secondary);margin-top:4px;font-size:.8125rem}.proto-tabs{background:#fff;border-bottom:1px solid #e5e5e5;gap:4px;padding:8px 24px;display:flex;overflow-x:auto}.proto-tab{color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:6px;padding:6px 14px;font-size:.8125rem;font-weight:500;transition:all .15s}.proto-tab:hover{color:#1d1d1f;background:#f5f5f7}.proto-tab.active{background:var(--accent);color:#fff}.proto-content{max-width:1100px;margin:0 auto;padding:24px}.proto-loading{text-align:center;color:var(--text-secondary);padding:80px 24px;font-size:1rem}.proto-footer{text-align:center;color:var(--text-secondary);border-top:1px solid #e5e5e5;margin-top:40px;padding:24px;font-size:.6875rem}.proto-section-intro{margin-bottom:24px}.proto-section-intro h2{color:#1d1d1f;margin-bottom:6px;font-size:1.25rem;font-weight:700}.proto-section-intro p{color:#6e6e73;font-size:.875rem;line-height:1.5}.proto-stats-row{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px;display:grid}.proto-stat-card{text-align:center;background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0000000f}.proto-stat-value{font-size:2.25rem;font-weight:800;line-height:1.1}.proto-stat-label{color:#6e6e73;margin-top:6px;font-size:.8125rem}.proto-stat-subtitle{color:var(--text-secondary);margin-top:4px;font-size:.6875rem}.proto-two-col{grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px;display:grid}.proto-findings{margin-bottom:24px}.proto-findings h3{margin-bottom:12px;font-size:1rem;font-weight:600}.proto-finding{border-left:4px solid var(--text-secondary);background:#fff;border-radius:8px;margin-bottom:10px;padding:14px 16px}.proto-finding-title{color:#1d1d1f;font-size:.875rem;font-weight:600}.proto-finding-detail{color:#6e6e73;margin-top:4px;font-size:.75rem}.proto-badge{border-radius:12px;padding:3px 10px;font-size:.6875rem;font-weight:600;display:inline-block}.proto-badge-green{color:#059669;background:#ecfdf5}.proto-badge-yellow{color:#d97706;background:#fffbeb}.proto-badge-orange{color:#ea580c;background:#fff7ed}.proto-badge-red{color:#dc2626;background:#fef2f2}.proto-table-controls{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:16px;display:flex}.proto-search{border:1px solid #d1d5db;border-radius:8px;outline:none;flex:1;min-width:200px;padding:8px 14px;font-size:.8125rem}.proto-search:focus{border-color:var(--accent);box-shadow:0 0 0 2px #6366f126}.proto-select{background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:8px 14px;font-size:.8125rem}.proto-table-wrap{background:#fff;border-radius:8px;overflow-x:auto;box-shadow:0 1px 3px #0000000f}.proto-table{border-collapse:collapse;width:100%;font-size:.8125rem}.proto-table th{text-align:left;text-transform:uppercase;letter-spacing:.3px;color:#6e6e73;white-space:nowrap;background:#f9fafb;border-bottom:1px solid #e5e5e5;padding:10px 14px;font-size:.6875rem;font-weight:600}.proto-table td{border-bottom:1px solid #f0f0f0;padding:10px 14px}.proto-table tbody tr:hover{background:#f9fafb}.proto-table-compact td{padding:6px 10px}.proto-selected-proc{background:#fff;border:1px solid #e5e5e5;border-radius:12px;margin:16px 0;padding:20px;box-shadow:0 2px 8px #00000014}.proto-selected-proc h4{margin:0;font-size:.9375rem}.proto-compare-grid{grid-template-columns:repeat(4,1fr);gap:12px;margin-top:12px;display:grid}.proto-compare-item{text-align:center}.proto-compare-label{color:var(--text-secondary);font-size:.6875rem}.proto-compare-value{color:#1d1d1f;font-size:1.125rem;font-weight:700}.proto-legend-grid{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:20px;display:grid}.proto-legend-item{align-items:start;gap:8px;display:flex}.proto-legend-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:3px}.proto-insight-box{color:#3730a3;background:#f0f4ff;border-radius:8px;margin-top:20px;padding:16px;font-size:.8125rem;line-height:1.5}.proto-payer-picker{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.proto-spread-callout{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:20px;display:grid}.proto-spread-stat{text-align:center;background:#fff;border-radius:10px;padding:16px;box-shadow:0 1px 3px #0000000f}.proto-spread-label{color:var(--text-secondary);font-size:.75rem;display:block}.proto-spread-value{margin-top:4px;font-size:1.375rem;font-weight:700;display:block}.proto-hero-cards{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px;display:grid}.proto-hero-card{text-align:center;background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0000000f}.proto-hero-red{border-top:3px solid #dc2626}.proto-hero-green{border-top:3px solid #059669}.proto-hero-value{font-size:2rem;font-weight:800;line-height:1.1}.proto-hero-label{color:#6e6e73;margin-top:6px;font-size:.8125rem}.proto-hero-sub{color:var(--text-secondary);margin-top:2px;font-size:.6875rem}.proto-pills{flex-wrap:wrap;gap:6px;margin-bottom:16px;display:flex}.proto-pill{cursor:pointer;color:#6e6e73;background:#fff;border:1.5px solid #d1d5db;border-radius:20px;padding:6px 14px;font-size:.75rem;font-weight:500;transition:all .15s}.proto-pill:hover{border-color:var(--text-secondary)}.proto-pill.active{border-color:var(--accent);color:var(--accent);background:var(--accent-bg)}.proto-pill-sm{padding:4px 10px;font-size:.6875rem}.proto-pills-sub{margin-top:-8px;padding-left:8px}.proto-proc-card-subcat{color:#8b5cf6;font-weight:500}.proto-card-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:14px;display:grid}.proto-proc-card{cursor:pointer;background:#fff;border:1.5px solid #0000;border-radius:10px;padding:16px;transition:all .15s;box-shadow:0 1px 3px #0000000f}.proto-proc-card:hover{border-color:var(--accent);box-shadow:0 2px 8px #6366f11f}.proto-proc-card.expanded{border-color:var(--accent)}.proto-proc-card-header{margin-bottom:10px}.proto-proc-card-name{color:#1d1d1f;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8125rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.proto-proc-card-meta{gap:8px;margin-top:4px;font-size:.6875rem;display:flex}.proto-proc-card-code{color:var(--text-secondary);font-family:monospace}.proto-proc-card-div{font-weight:500}.proto-proc-card-prices{align-items:center;gap:12px;display:flex}.proto-proc-card-nyu,.proto-proc-card-median{flex:1}.proto-proc-card-price{color:#1d1d1f;font-size:1.125rem;font-weight:700}.proto-proc-card-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.3px;font-size:.625rem}.proto-proc-card-vs{color:#d1d5db;font-size:.75rem;font-weight:600}.proto-proc-card-median .proto-proc-card-price{color:#6e6e73;font-size:.875rem;font-weight:500}.proto-proc-card-footer{justify-content:space-between;align-items:center;margin-top:8px;display:flex}.proto-proc-card-hosp{color:var(--text-secondary);font-size:.6875rem}.proto-drawer{border:1.5px solid var(--accent);background:#f9fafb;border-top:1px solid #e5e5e5;border-radius:0 0 10px 10px;margin-top:-4px;padding:16px}.proto-drawer-loading{text-align:center;color:var(--text-secondary);padding:20px;font-size:.8125rem}.proto-show-more{width:100%;color:var(--accent);cursor:pointer;background:#fff;border:1.5px solid #d1d5db;border-radius:8px;margin-top:16px;padding:12px;font-size:.8125rem;font-weight:500;display:block}.proto-show-more:hover{border-color:var(--accent);background:var(--accent-bg)}.proto-h2h-selectors{align-items:center;gap:12px;margin-bottom:16px;display:flex}.proto-h2h-summary{background:#fff;border-radius:10px;margin-bottom:16px;padding:16px;box-shadow:0 1px 3px #0000000f}.proto-h2h-stat{color:#1d1d1f;margin-bottom:10px;font-size:.875rem}.proto-h2h-winbar{border-radius:6px;height:24px;display:flex;overflow:hidden}.proto-h2h-segment{min-width:2px;transition:width .3s}.proto-h2h-legend{gap:16px;margin-top:8px;font-size:.75rem;font-weight:500;display:flex}.proto-hosp-lineup{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px;margin-bottom:20px;display:grid}.proto-hosp-card{text-align:center;background:#fff;border:1.5px solid #0000;border-radius:10px;padding:14px;box-shadow:0 1px 3px #0000000f}.proto-hosp-card-current{border-color:var(--accent);background:var(--accent-bg)}.proto-hosp-card-name{color:#1d1d1f;min-height:32px;font-size:.75rem;font-weight:600;line-height:1.3}.proto-hosp-card-tag{color:var(--text-secondary);margin-top:4px;font-size:.6875rem}.proto-hosp-card-ratio{margin-top:6px;font-size:1.375rem;font-weight:800}.proto-hosp-card-desc{color:#6e6e73;margin-top:2px;font-size:.625rem;font-style:italic}.proto-hosp-card-shared{color:var(--text-secondary);margin-top:4px;font-size:.625rem}.proto-hosp-card-view{width:100%;color:var(--accent);border:1px solid var(--accent);cursor:pointer;background:0 0;border-radius:6px;margin-top:8px;padding:5px 0;font-size:.75rem;font-weight:500;display:block}.proto-hosp-card-view:hover{background:var(--accent);color:#fff}.proto-heatmap{overflow-x:auto}.proto-heatmap-header{grid-template-columns:140px repeat(6,1fr);gap:2px;margin-bottom:2px;display:grid}.proto-heatmap-cell-header{color:#6e6e73;text-align:center;white-space:nowrap;text-overflow:ellipsis;padding:6px 4px;font-size:.625rem;font-weight:600;overflow:hidden}.proto-heatmap-row{grid-template-columns:140px repeat(6,1fr);gap:2px;margin-bottom:2px;display:grid}.proto-heatmap-label{color:#1d1d1f;align-items:center;padding:8px 4px;font-size:.6875rem;font-weight:500;display:flex}.proto-heatmap-cell{color:#fff;text-align:center;border-radius:4px;padding:8px 4px;font-size:.75rem;font-weight:600}.kf-container{margin-top:8px}.kf-heading{color:#1d1d1f;margin-bottom:16px;font-size:1.125rem;font-weight:700}.kf-verdict{border-radius:12px;margin-bottom:20px;padding:24px}.kf-verdict-bad{color:#fff;background:linear-gradient(135deg,#7f1d1d 0%,#991b1b 100%)}.kf-verdict-warn{color:#fff;background:linear-gradient(135deg,#78350f 0%,#92400e 100%)}.kf-verdict-mixed{color:#fff;background:linear-gradient(135deg,#713f12 0%,#854d0e 100%)}.kf-verdict-good{color:#fff;background:linear-gradient(135deg,#064e3b 0%,#065f46 100%)}.kf-verdict-great{color:#fff;background:linear-gradient(135deg,#064e3b 0%,#047857 100%)}.kf-verdict-neutral{color:#fff;background:linear-gradient(135deg,#1e1b4b 0%,#312e81 100%)}.kf-verdict-headline{margin-bottom:8px;font-size:1.625rem;font-weight:800;line-height:1.2}.kf-verdict-subtext{opacity:.85;font-size:.875rem;line-height:1.5}.kf-verdict-badges{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.kf-badge{color:#fff;border-radius:20px;padding:4px 12px;font-size:.75rem;font-weight:600;display:inline-block}.kf-badge-quality-high{background:#059669}.kf-badge-quality-average{background:#6b7280}.kf-badge-quality-low{background:#dc2626}.kf-section{margin-bottom:20px}.kf-section-title{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px;font-size:.875rem;font-weight:600}.kf-stories{flex-direction:column;gap:10px;display:flex}.kf-story{background:#fff;border-radius:10px;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000000f}.kf-story-accent{flex-shrink:0;width:4px}.kf-story-body{flex:1;padding:14px 16px}.kf-story-title{color:#1d1d1f;margin-bottom:4px;font-size:.875rem;font-weight:600}.kf-story-detail{color:#6e6e73;font-size:.8125rem;line-height:1.5}.kf-story-evidence{color:var(--text-secondary);margin-top:6px;font-size:.6875rem;font-style:italic}.kf-stories-secondary .kf-story{box-shadow:none;background:#f9fafb;border:1px solid #e5e5ea}.kf-story-secondary .kf-story-title{font-size:.8125rem}.kf-story-secondary .kf-story-detail{font-size:.75rem}.kf-action-box{background:var(--accent-bg);border:1px solid #bfdbfe;border-radius:10px;padding:14px 16px}.kf-action-text{color:#1e40af;font-size:.8125rem;line-height:1.5}.kf-promoted-nearby{color:#1d4ed8;background:#3b82f61a;border:1px solid #3b82f640;border-radius:8px;margin-top:12px;padding:10px 14px;font-size:.875rem;font-weight:600}.kf-no-stories{text-align:center;color:#6b7280;padding:16px;font-size:.875rem;font-style:italic}@media (width<=768px){.kf-verdict-headline{font-size:1.25rem}.kf-verdict{padding:18px}}.proto-view-tabs{background:#f5f5f7;border-radius:10px;gap:4px;width:fit-content;margin-bottom:20px;padding:4px;display:flex}.proto-view-tab{cursor:pointer;color:#6e6e73;background:0 0;border:none;border-radius:8px;padding:8px 18px;font-size:.8125rem;font-weight:500;transition:all .15s}.proto-view-tab:hover{color:#1d1d1f}.proto-view-tab.active{color:#1d1d1f;background:#fff;box-shadow:0 1px 3px #00000014}.proto-treemap-nav{align-items:center;gap:12px;margin-bottom:8px;display:flex}.proto-treemap-back{cursor:pointer;color:var(--accent);background:#fff;border:1.5px solid #d1d5db;border-radius:8px;padding:6px 14px;font-size:.75rem;font-weight:500;transition:all .15s}.proto-treemap-back:hover{border-color:var(--accent);background:var(--accent-bg)}.proto-treemap-breadcrumb{color:var(--text-secondary);align-items:center;gap:4px;font-size:.8125rem;display:flex}.proto-treemap-breadcrumb span{cursor:pointer;transition:color .1s}.proto-treemap-breadcrumb span:hover{color:var(--accent)}.proto-treemap-breadcrumb span.active{color:#1d1d1f;cursor:default;font-weight:600}.proto-treemap-sep{color:#d1d5db;cursor:default!important}.proto-treemap-title{color:#1d1d1f;font-size:1.125rem;font-weight:700}.proto-treemap-subtitle{color:var(--text-secondary);margin-bottom:12px;font-size:.8125rem}.proto-treemap-legend{color:#6e6e73;justify-content:center;gap:16px;margin-top:8px;font-size:.75rem;display:flex}.proto-subcat-controls{margin-bottom:20px}.proto-subcat-sort-row{align-items:center;gap:16px;margin-top:8px;display:flex}.proto-subcat-min-label{color:#6e6e73;cursor:pointer;align-items:center;gap:6px;font-size:.75rem;display:flex}.proto-subcat-min-label input{accent-color:var(--accent)}.proto-subcat-list{border:1px solid #e5e5e5;border-radius:10px;margin-top:24px;overflow:hidden}.proto-subcat-list-header{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.3px;background:#f9fafb;border-bottom:1px solid #e5e5e5;grid-template-columns:1fr 70px 200px 90px 24px;gap:8px;padding:10px 16px;font-size:.6875rem;font-weight:600;display:grid}.proto-subcat-row{border-bottom:1px solid #f0f0f0}.proto-subcat-row:last-child{border-bottom:none}.proto-subcat-row.expanded{background:#fafbff}.proto-subcat-row-main{cursor:pointer;grid-template-columns:1fr 70px 200px 90px 24px;align-items:center;gap:8px;padding:12px 16px;transition:background .1s;display:grid}.proto-subcat-row-main:hover{background:#f9fafb}.proto-subcat-row-name{color:#1d1d1f;font-size:.8125rem;font-weight:600}.proto-subcat-row-meta{color:var(--text-secondary);gap:8px;margin-top:2px;font-size:.6875rem;display:flex}.proto-subcat-row-div{font-weight:500}.proto-subcat-row-ratio{text-align:right;font-size:.9375rem;font-weight:700}.proto-subcat-row-bar-wrap{background:#f0f0f0;border-radius:4px;height:22px;position:relative;overflow:hidden}.proto-subcat-row-bar{opacity:.7;border-radius:4px;height:100%;transition:width .3s}.proto-subcat-row-bar-label{color:#1d1d1f;font-size:.625rem;font-weight:600;position:absolute;top:3px;left:8px}.proto-subcat-row-price{color:#1d1d1f;text-align:right;font-size:.8125rem;font-weight:500}.proto-subcat-row-chevron{color:var(--text-secondary);text-align:center;font-size:.75rem}.proto-subcat-detail{padding:0 16px 16px}.proto-subcat-detail-stats{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px;display:grid}.proto-subcat-detail-stat{text-align:center;background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:12px}.proto-subcat-detail-val{color:#1d1d1f;font-size:1.125rem;font-weight:700}.proto-subcat-detail-lbl{color:var(--text-secondary);text-transform:uppercase;margin-top:2px;font-size:.625rem}.proto-subcat-detail-procs{margin-top:8px}.proto-subcat-detail-section{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.3px;margin-bottom:6px;font-size:.6875rem;font-weight:600}.proto-subcat-detail-proc{border-bottom:1px solid #f0f0f0;align-items:center;gap:12px;padding:6px 0;font-size:.75rem;display:flex}.proto-subcat-detail-proc:last-child{border-bottom:none}.proto-subcat-detail-proc-name{color:#1d1d1f;text-overflow:ellipsis;white-space:nowrap;flex:1;font-weight:500;overflow:hidden}.proto-subcat-detail-proc-price{color:#6e6e73;white-space:nowrap}.proto-subcat-detail-proc-ratio{white-space:nowrap;text-align:right;min-width:40px;font-weight:700}@media (width<=768px){.proto-header{padding:12px 16px}.proto-hospital-info h1{font-size:1.125rem}.proto-tabs{padding:0 12px}.proto-tab{padding:10px 14px;font-size:.75rem}.proto-content{padding:16px}.proto-stats-row,.proto-hero-cards,.proto-spread-callout,.proto-two-col{grid-template-columns:1fr}.proto-compare-grid{grid-template-columns:repeat(2,1fr)}.proto-legend-grid{grid-template-columns:1fr 1fr}.proto-stat-value{font-size:1.75rem}.proto-hero-value{font-size:1.5rem}.proto-card-grid{grid-template-columns:1fr}.proto-hosp-lineup{grid-template-columns:repeat(2,1fr)}.proto-stories-grid{grid-template-columns:1fr}.proto-heatmap-header,.proto-heatmap-row{grid-template-columns:100px repeat(6,80px)}}.rc-container{max-width:720px;padding:20px 0}.rc-loading{color:var(--text-secondary);text-align:center;padding:40px 20px}.rc-section{border-bottom:1px solid #e5e5ea;margin-bottom:28px;padding-bottom:20px}.rc-section:last-of-type{border-bottom:none}.rc-section-title{color:#1d1d1f;letter-spacing:-.2px;margin:0 0 12px;font-size:.9375rem;font-weight:600}.rc-price-hero{flex-wrap:wrap;align-items:center;gap:24px;margin-bottom:16px;display:flex}.rc-price-main{flex-direction:column;align-items:flex-start;display:flex}.rc-price-secondary{opacity:.85}.rc-big-number{letter-spacing:-1px;font-size:2.25rem;font-weight:700}.rc-secondary-number{font-size:1.75rem}.rc-big-label{color:var(--text-secondary);font-size:.8125rem}.rc-big-note{color:var(--text-secondary);margin-top:2px;font-size:.6875rem}.rc-reliability-block{background:0 0;border-radius:10px;align-items:center;gap:12px;margin-top:8px;padding:10px 12px 10px 0;display:flex}.rc-reliability-grade{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.375rem;font-weight:800;line-height:1;display:flex}.rc-reliability-text{flex-direction:column;gap:2px;min-width:0;display:flex}.rc-reliability-label{color:#1d1d1f;font-size:.9375rem;font-weight:600}.rc-reliability-reason{color:var(--text-secondary);font-size:.8125rem;line-height:1.4}.rc-distribution{background:#f5f5f7;border-radius:10px;margin-bottom:12px;padding:12px 16px}.rc-dist-label{color:var(--text-secondary);margin-bottom:8px;font-size:.6875rem}.rc-dist-row{justify-content:space-between;gap:4px;display:flex}.rc-dist-item{flex-direction:column;flex:1;align-items:center;display:flex}.rc-dist-num{color:#1d1d1f;font-size:.9375rem;font-weight:600}.rc-dist-tag{color:var(--text-secondary);font-size:.625rem}.rc-dist-median .rc-dist-num{color:var(--accent);font-size:1.125rem}.rc-metric-row{align-items:baseline;gap:8px;padding:5px 0;display:flex}.rc-metric-label{color:#424245;flex:1;font-size:.8125rem}.rc-metric-value{color:#1d1d1f;text-align:right;min-width:80px;font-size:.875rem;font-weight:600}.rc-metric-value.rc-warn{color:#dc2626}.rc-metric-note{color:var(--text-secondary);min-width:100px;font-size:.6875rem}.rc-bar-row{align-items:center;gap:8px;padding:4px 0;display:flex}.rc-bar-label{color:#424245;flex-shrink:0;width:110px;font-size:.75rem}.rc-bar-track{background:#f0f0f0;border-radius:4px;flex:1;height:14px;position:relative;overflow:hidden}.rc-bar-fill{border-radius:4px;height:100%;transition:width .3s}.rc-bar-median{background:var(--text-secondary);width:1px;position:absolute;top:0;bottom:0;left:50%}.rc-bar-value{color:#1d1d1f;text-align:right;width:50px;font-size:.75rem;font-weight:600}.rc-cross-sources{flex-wrap:wrap;gap:12px;margin-bottom:8px;display:flex}.rc-source-card{text-align:center;background:#f5f5f7;border-radius:10px;flex:1;min-width:130px;padding:12px}.rc-source-card-header{justify-content:center;align-items:center;gap:4px;margin-bottom:6px;display:flex}.rc-source-card-name{color:#1d1d1f;font-size:.8125rem;font-weight:600}.rc-source-card-tip{color:#fff;cursor:help;background:#d1d1d6;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.625rem;font-weight:700;display:inline-flex}.rc-source-card-value{letter-spacing:-.5px;font-size:1.75rem;font-weight:700}.rc-source-card-unit{color:var(--text-secondary);font-size:.6875rem}.rc-source-card-note{color:var(--text-secondary);margin-top:4px;font-size:.625rem}.rc-cross-sources-v2{flex-direction:column;gap:12px;margin-bottom:12px;display:flex}.rc-source-card-v2{background:#f5f5f7;border-radius:10px;padding:14px 16px}.rc-source-card-top{margin-bottom:8px}.rc-source-card-v2 .rc-source-card-name{color:#1d1d1f;margin-bottom:2px;font-size:.8125rem;font-weight:600;display:block}.rc-source-card-value-row{align-items:baseline;gap:6px;display:flex}.rc-source-card-v2 .rc-source-card-value{letter-spacing:-.5px;font-size:1.5rem;font-weight:700}.rc-source-card-v2 .rc-source-card-unit{color:var(--text-secondary);font-size:.75rem}.rc-source-card-pctile{color:#555;margin-top:2px;font-size:.75rem;display:block}.rc-source-card-desc{color:var(--text-secondary);margin-top:8px;font-size:.6875rem;line-height:1.4}.rc-source-box-plot{margin:4px 0}.rc-source-box-track{height:20px;margin:0 24px;position:relative}.rc-source-whisker{background:#d1d1d6;height:2px;position:absolute;top:9px}.rc-source-iqr{background:#e5e7eb;border:1px solid #d1d1d6;border-radius:3px;height:14px;position:absolute;top:3px}.rc-source-median-line{background:var(--text-secondary);width:2px;height:16px;position:absolute;top:2px;transform:translate(-1px)}.rc-source-marker{background:var(--accent);z-index:1;border:2px solid #fff;width:10px;height:10px;position:absolute;top:3px;transform:translate(-5px)rotate(45deg);box-shadow:0 1px 3px #0003}.rc-source-box-labels{color:var(--text-secondary);justify-content:space-between;margin:0 16px;font-size:.625rem;display:flex;position:relative}.rc-system-list{margin:8px 0}.rc-system-hospital{align-items:center;gap:8px;padding:4px 0;font-size:.8125rem;display:flex}.rc-system-name{color:#424245;flex:1}.rc-system-state{color:var(--text-secondary);width:24px;font-size:.75rem}.rc-system-ratio{text-align:right;min-width:50px;font-weight:600}.rc-employer-hero{margin-bottom:8px}.rc-employer-number{color:#dc2626;letter-spacing:-.5px;font-size:1.75rem;font-weight:700}.rc-employer-label{color:var(--text-secondary);margin-top:2px;font-size:.75rem;display:block}.rc-employer-top{margin-top:12px}.rc-employer-top-label{color:var(--text-secondary);margin-bottom:6px;font-size:.75rem}.rc-employer-item{border-bottom:1px solid #f0f0f0;align-items:center;gap:8px;padding:4px 0;font-size:.75rem;display:flex}.rc-employer-proc{color:#1d1d1f;width:140px;font-weight:500}.rc-employer-prices{color:var(--text-secondary);flex:1}.rc-employer-impact{color:#dc2626;text-align:right;min-width:80px;font-weight:600}.rc-findings{flex-direction:column;gap:10px;display:flex}.rc-finding{background:#f5f5f7;border-radius:8px;padding:10px 14px}.rc-finding-text{color:#1d1d1f;font-size:.8125rem;line-height:1.4}.rc-finding-meta{gap:10px;margin-top:6px;display:flex}.rc-finding-tier{color:#059669;font-size:.6875rem;font-weight:500}.rc-finding-payers{color:var(--text-secondary);font-size:.6875rem}.rc-quality-overall{align-items:baseline;gap:8px;margin-bottom:12px;display:flex}.rc-quality-stars{color:#f59e0b;letter-spacing:2px;font-size:1.25rem}.rc-quality-rating{color:#1d1d1f;font-size:1rem;font-weight:700}.rc-quality-source{color:var(--text-secondary);font-size:.75rem}.rc-quality-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px;margin:12px 0;display:grid}.rc-quality-dim{background:#f5f5f7;border:1px solid #e5e5e7;border-radius:8px;flex-wrap:wrap;align-items:center;gap:4px;padding:8px 10px;display:flex}.rc-quality-dim-icon{width:14px;font-size:.625rem}.rc-quality-above .rc-quality-dim-icon{color:#059669}.rc-quality-below .rc-quality-dim-icon{color:#dc2626}.rc-quality-same .rc-quality-dim-icon{color:var(--text-secondary)}.rc-quality-dim-label{color:#1d1d1f;font-size:.8125rem;font-weight:600}.rc-quality-dim-value{margin-left:auto;font-size:.75rem;font-weight:600}.rc-quality-dim-value.rc-quality-above{color:#059669}.rc-quality-dim-value.rc-quality-below{color:#dc2626}.rc-quality-dim-value.rc-quality-same{color:var(--text-secondary)}.rc-quality-dim-desc{width:100%;color:var(--text-secondary);font-size:.6875rem}.rc-quality-hcahps{color:#6b7280;margin:8px 0;font-size:.8125rem}.rc-quality-insight{color:var(--text-secondary);margin-top:8px;font-size:.75rem;font-style:italic;line-height:1.4}.rc-cost-sources{flex-direction:column;gap:6px;display:flex}.rc-cost-source-row{align-items:center;gap:10px;display:flex}.rc-cost-source-name{color:#424245;text-align:right;flex-shrink:0;width:100px;font-size:.75rem;font-weight:500}.rc-cost-source-bar{flex:1;padding:4px 0}.rc-cost-source-track{background:linear-gradient(90deg,#d1fae5,#fef3c7,#fee2e2);border-radius:3px;height:6px;position:relative}.rc-cost-source-mid{background:var(--text-secondary);width:1px;position:absolute;top:-2px;bottom:-2px;left:50%}.rc-cost-source-dot{border:2px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 1px 3px #0003}.rc-cost-source-label{flex-shrink:0;width:72px;font-size:.6875rem;font-weight:600}.rc-cost-above{color:#dc2626}.rc-cost-below{color:#059669}.rc-qual-summary{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px;display:grid}.rc-qual-card{text-align:center;background:#f9fafb;border:1px solid #e5e5ea;border-radius:8px;padding:10px 12px}.rc-qual-card-good{background:#ecfdf5;border-color:#a7f3d0}.rc-qual-card-bad{background:#fef2f2;border-color:#fecaca}.rc-qual-card-label{color:#6b7280;margin-bottom:4px;font-size:.6875rem;font-weight:500}.rc-qual-card-stars{letter-spacing:1px;font-size:1rem}.rc-qual-card-value{color:#1d1d1f;font-size:.8125rem;font-weight:600}.rc-qual-card-bad .rc-qual-card-value{color:#991b1b}.rc-qual-card-good .rc-qual-card-value{color:#065f46}.qt-dim-list{flex-direction:column;gap:0;display:flex}.qt-dim-row{border-bottom:1px solid #f0f0f2;align-items:center;gap:8px;padding:8px 0;display:flex}.qt-dim-row:last-child{border-bottom:none}.qt-dim-icon{text-align:center;width:16px;font-size:.6875rem}.qt-dim-label{color:#1d1d1f;flex:1;font-size:.875rem;font-weight:500}.qt-dim-rating{font-size:.8125rem;font-weight:600}.qt-detail-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:8px;margin-top:8px;display:grid}.qt-detail-card{background:#f9fafb;border-radius:6px;padding:8px 10px}.qt-detail-label{color:#6b7280;margin-bottom:4px;font-size:.6875rem}.qt-alert{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:10px;padding:8px 12px;font-size:.8125rem}.qt-measure-summary{flex-wrap:wrap;gap:8px;font-size:.8125rem;display:flex}.qt-measure-total{color:var(--text-secondary);font-size:.75rem}.rc-source-note{color:var(--text-secondary);margin-top:8px;font-size:.6875rem;line-height:1.3}.rc-histogram{margin-top:16px}.rc-hist-label{color:#1d1d1f;margin-bottom:4px;font-size:.75rem;font-weight:600}.rc-hist-note{color:var(--text-secondary);margin-top:4px;font-size:.6875rem}.rc-div-intro{color:var(--text-secondary);margin-bottom:8px;font-size:.8125rem}.rc-div-dot{border-radius:50%;width:10px;height:10px;margin-right:6px;display:inline-block}.rc-drill-header{align-items:center;gap:12px;margin-bottom:8px;display:flex}.rc-drill-back{color:var(--accent);border:1px solid var(--accent);cursor:pointer;background:0 0;border-radius:6px;padding:4px 10px;font-size:.8125rem;font-weight:500}.rc-drill-back:hover{background:var(--accent);color:#fff}.rc-drill-title{color:#1d1d1f;align-items:center;font-size:.8125rem;font-weight:600;display:flex}.rc-proc-list{border:1px solid #e5e5ea;border-radius:8px;max-height:400px;overflow-y:auto}.rc-proc-header{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.3px;background:#f5f5f7;grid-template-columns:70px 1fr 90px 70px;gap:8px;padding:8px 12px;font-size:.6875rem;font-weight:600;display:grid;position:sticky;top:0}.rc-proc-row{border-top:1px solid #f0f0f2;grid-template-columns:70px 1fr 90px 70px;align-items:center;gap:8px;padding:6px 12px;font-size:.8125rem;display:grid}.rc-proc-row:hover{background:#f9f9fb}.rc-proc-code{color:var(--accent);font-family:SF Mono,monospace;font-size:.6875rem}.rc-proc-desc{color:#1d1d1f;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.rc-proc-price{text-align:right;font-weight:500}.rc-proc-ratio{text-align:right;font-weight:600}.rc-proc-empty{text-align:center;color:var(--text-secondary);padding:20px;font-size:.8125rem}.rc-sources-footer{color:var(--text-secondary);border-top:1px solid #e5e5ea;padding:12px 0;font-size:.6875rem;line-height:1.4}.fin-note{color:#92400e;background:#fffbeb;border:1px solid #fbbf24;border-radius:8px;margin-bottom:16px;padding:10px 14px;font-size:.75rem;line-height:1.4}.fin-explainer{color:#1d1d1f;margin-bottom:16px;font-size:.875rem;line-height:1.6}.fin-explainer strong{font-weight:700}.fin-interpretation{color:#424245;margin-top:10px;font-size:.8125rem;line-height:1.5}.fin-highlight{color:var(--accent)}.fin-compare-row{margin:12px 0}.fin-compare-label{color:var(--text-secondary);margin-bottom:4px;font-size:.75rem}.fin-compare-track{background:#f0f0f0;border-radius:6px;height:20px;position:relative;overflow:visible}.fin-compare-fill{border-radius:6px;height:100%;transition:width .4s}.fin-compare-fill.fin-above{background:#f97316}.fin-compare-fill.fin-below{background:#34d399}.fin-compare-median-line{z-index:1;background:#1d1d1f;border-radius:1px;width:2px;position:absolute;top:-3px;bottom:-3px}.fin-compare-values{align-items:baseline;gap:6px;margin-top:4px;font-size:.8125rem;display:flex}.fin-compare-this{color:#1d1d1f;font-weight:600}.fin-compare-vs,.fin-compare-reg{color:var(--text-secondary)}.fin-decomp{margin:12px 0}.fin-decomp-bar{background:#e5e5ea;border-radius:6px;height:24px;display:flex;overflow:hidden}.fin-decomp-segment{height:100%;transition:width .3s}.fin-decomp-unexplained{background:#e5e5ea}.fin-decomp-legend{flex-wrap:wrap;gap:10px;margin-top:8px;display:flex}.fin-decomp-item{color:#424245;align-items:center;gap:4px;font-size:.6875rem;display:flex}.fin-decomp-dot{border-radius:2px;flex-shrink:0;width:8px;height:8px}.fin-payer-bars{margin:8px 0}.rd-block{line-height:1.4}.rd-readable{font-size:inherit;color:#1d1d1f}.rd-original{color:var(--text-secondary);letter-spacing:-.2px;margin-top:2px;font-family:SF Mono,SFMono-Regular,Menlo,monospace;font-size:.6875rem}.rd-compact{cursor:default}.rd-wiki-link{color:inherit;text-decoration:underline;-webkit-text-decoration-color:var(--text-secondary);text-decoration-color:var(--text-secondary);text-underline-offset:2px;cursor:pointer;text-decoration-thickness:1px}.rd-wiki-link:hover{-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent);color:var(--accent)}.div-explorer{max-width:1200px;margin:0 auto;padding:24px}.div-explorer-header h2{margin-bottom:4px;font-size:1.375rem;font-weight:700}.div-explorer-header p{color:var(--text-secondary);margin-bottom:20px;font-size:.875rem;line-height:1.4}.div-pills{flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}.div-pill{cursor:pointer;background:#fff;border:1.5px solid #e5e5e5;border-radius:10px;flex-direction:column;align-items:center;gap:2px;min-width:100px;padding:10px 16px;transition:all .15s;display:flex}.div-pill:hover{border-color:var(--accent-border);background:var(--accent-bg)}.div-pill.active{border-color:var(--accent);background:var(--accent-bg)}.div-pill-name{color:#1d1d1f;font-size:.8125rem;font-weight:600}.div-pill-meta{color:var(--text-secondary);font-size:.6875rem}.div-empty{text-align:center;color:var(--text-secondary);padding:60px 20px;font-size:.9375rem}.div-two-panel{grid-template-columns:320px 1fr;gap:24px;min-height:500px;display:grid}@media (width<=900px){.div-two-panel{grid-template-columns:1fr}}.div-proc-list-panel h3{margin-bottom:12px;font-size:.9375rem;font-weight:600}.div-proc-card{cursor:pointer;background:#fff;border:1px solid #e5e5e5;border-radius:8px;margin-bottom:6px;padding:10px 12px;transition:all .12s}.div-proc-card:hover{border-color:var(--accent-border);background:#fafbff}.div-proc-card.selected{border-color:var(--accent);background:var(--accent-bg);box-shadow:0 0 0 1px var(--accent)}.div-proc-card-top{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.div-proc-card-name{color:#1d1d1f;flex:1;font-size:.8125rem;font-weight:600}.div-proc-card-price{color:#1d1d1f;white-space:nowrap;font-size:.8125rem;font-weight:600}.div-proc-card-bottom{color:var(--text-secondary);gap:8px;margin-top:3px;font-size:.6875rem;display:flex}.div-proc-card-spread{color:#f97316;font-weight:500}.div-compare-panel{min-height:400px}.div-compare-empty{height:300px;color:var(--text-secondary);justify-content:center;align-items:center;font-size:.875rem;display:flex}.div-compare-header h3{margin-bottom:2px;font-size:1.125rem;font-weight:700}.div-compare-code{color:var(--text-secondary);margin-bottom:16px;font-family:SF Mono,SFMono-Regular,Menlo,monospace;font-size:.75rem}.div-stats-row{flex-wrap:wrap;gap:16px;margin-bottom:20px;display:flex}.div-stat{background:#f9fafb;border-radius:8px;flex-direction:column;flex:1;min-width:100px;padding:10px 14px;display:flex}.div-stat-label{color:var(--text-secondary);text-transform:uppercase;margin-bottom:2px;font-size:.6875rem;font-weight:500}.div-stat-value{font-size:1.125rem;font-weight:700}.div-distrib{margin-bottom:20px;padding:12px 0}.div-distrib-track{height:24px;margin:0 10px;position:relative}.div-distrib-line{background:#e5e5e5;height:2px;position:absolute;top:11px;left:0;right:0}.div-distrib-band{background:#3b82f61a;border-radius:3px;height:12px;position:absolute;top:6px}.div-distrib-iqr{background:#3b82f633;border-radius:4px;height:16px;position:absolute;top:4px}.div-distrib-median{background:#1d1d1f;border-radius:1px;width:2px;height:20px;position:absolute;top:2px}.div-distrib-labels{color:var(--text-secondary);justify-content:space-between;margin-top:4px;padding:0 4px;font-size:.6875rem;display:flex}.div-hosp-list{margin-top:8px}.div-hosp-table{border-collapse:collapse;width:100%}.div-hosp-table thead th{text-align:left;color:var(--text-secondary);text-transform:uppercase;border-bottom:2px solid #e5e5e5;padding:6px 8px;font-size:.6875rem;font-weight:600}.div-hosp-sortable{cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.div-hosp-sortable:hover{color:#1d1d1f}.div-hosp-row{cursor:pointer;transition:background .1s}.div-hosp-row:hover{background:#f5f7ff}.div-hosp-row td{border-bottom:1px solid #f3f4f6;padding:7px 8px;font-size:.8125rem}.div-hosp-rank{width:30px;color:var(--text-secondary);text-align:center;font-size:.75rem}.div-hosp-name{text-overflow:ellipsis;white-space:nowrap;max-width:340px;font-weight:500;overflow:hidden}.div-hosp-price{white-space:nowrap;text-align:right;width:90px;font-weight:600}.div-hosp-ratio{width:160px}.div-hosp-bar-wrap{vertical-align:middle;background:#f3f4f6;border-radius:4px;width:80px;height:8px;margin-right:6px;display:inline-block;overflow:hidden}.div-hosp-bar{border-radius:4px;height:100%;transition:width .2s}.div-show-all{width:100%;color:var(--accent);cursor:pointer;background:#fff;border:1px solid #e5e5e5;border-radius:8px;margin-top:8px;padding:10px;font-size:.8125rem;font-weight:500;transition:all .15s;display:block}.div-show-all:hover{background:var(--accent-bg);border-color:var(--accent-border)}@media (width<=640px){.app{position:relative}.header{z-index:600;background:#fff;border:1px solid #00000014;border-bottom:none;border-radius:12px;flex-direction:row;align-items:center;gap:10px;padding:10px 14px;box-shadow:0 2px 8px #00000014}.app--map .header{position:absolute;top:8px;left:8px;right:8px}.app--divisions .header,.app--notes .header,.app--hospital .header{margin:8px;position:relative}.app--divisions .main-content,.app--notes .main-content,.app--hospital .main-content{top:60px}.header h1{font-size:.9375rem;font-weight:600}.header .subtitle{display:none}.header .nav-tabs{display:none!important}.mobile-bottom-nav{padding:6px 8px calc(env(safe-area-inset-bottom,0px) + 6px);z-index:1100;background:#fff;border-top:1px solid #e5e5e7;justify-content:space-around;margin:0;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 8px #0000000a}.leaflet-top.leaflet-left{display:none}.map-legend{display:none!important}.leaflet-bottom.leaflet-right{z-index:400;opacity:.6;font-size:9px}.mobile-bottom-nav .nav-tab{text-align:center;cursor:pointer;min-height:48px;color:var(--text-secondary);background:0 0;border:1px solid #0000;border-radius:8px;flex:1 1 0;padding:10px 6px;font-size:.8125rem;font-weight:500}.mobile-bottom-nav .nav-tab.active{background:var(--accent);color:#fff}.main-content{-webkit-overflow-scrolling:touch;flex-direction:column;position:absolute;inset:0 0 64px;overflow-y:auto}.map-panel{width:100%;height:100%;min-height:0;position:absolute;inset:0}.sidebar{z-index:500;background:#fff;border-left:none;border-radius:16px 16px 0 0;height:auto;max-height:70vh;position:absolute;bottom:0;left:0;right:0;box-shadow:0 -4px 16px #00000014;width:100%!important;max-width:none!important}.sidebar.sidebar-full{margin:0}.sidebar-inner{padding:10px 14px 18px}.sidebar:before{content:"";background:#d2d2d7;border-radius:2px;width:36px;height:4px;margin:8px auto 6px;display:block}.filter-controls{margin-bottom:8px}.filter-group{margin-bottom:6px}.filter-label{font-size:.625rem}.filter-pills{flex-wrap:wrap;gap:6px}.filter-pill{min-height:36px;padding:6px 10px;font-size:.8125rem}.sidebar .disclaimer,.stat-row{display:none}.hospital-item{min-height:56px;padding:12px 10px}.hospital-name{font-size:.9375rem;line-height:1.25}.proto-tabs,.deep-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;overflow:auto hidden}.proto-tabs::-webkit-scrollbar{display:none}.deep-tabs::-webkit-scrollbar{display:none}.proto-tab,.deep-tab{white-space:nowrap;flex:none;min-height:40px}.proto-content,.deep-profile-tab{padding:12px 12px 80px}.deep-back-bar,.proto-header{z-index:5;background:#fff;position:sticky;top:0}.proc-table,.deep-payer-table{font-size:.8125rem}.drilldown-table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.div-two-panel{display:block}.div-explorer{padding:12px}.div-pills{flex-wrap:wrap;gap:6px}.div-pill{flex:none;min-height:36px;padding:8px 12px}.div-hosp-table{font-size:.8125rem}.div-hosp-table th,.div-hosp-table td{padding:8px 6px}.div-hosp-name{text-overflow:ellipsis;white-space:nowrap;max-width:140px;overflow:hidden}.map-panel .legend-dot{width:6px;height:6px}.rc-container{padding:12px 8px}.rc-big-number{font-size:2rem}.rc-secondary-number{font-size:1.375rem}.rc-reliability-block{gap:10px;padding:8px 10px 8px 0}.rc-reliability-grade{width:38px;height:38px;font-size:1.125rem}.proto-stats-row{grid-template-columns:1fr!important}.proto-stat-card{padding:12px}.detail-panel{padding:6px 0}.detail-panel h3{font-size:1rem}}@media (width<=900px) and (width>=641px){.header{gap:12px}.nav-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;overflow-x:auto}.nav-tabs::-webkit-scrollbar{display:none}.map-panel{height:55vh}.sidebar{max-height:45vh}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
