*{box-sizing:border-box;margin:0;padding:0}:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color:#213547;background-color:#f5f5f5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100vh;max-width:100%;overflow-x:hidden}#root{min-height:100vh;width:100%;max-width:100%;overflow-x:hidden}.app{padding:2rem}h1{font-size:2rem;margin-bottom:1rem;color:#1e3a5f}.location-container{background:#fff;padding:32px;border-radius:12px;box-shadow:0 8px 32px #0000001f;border:1px solid #e2e8f0;max-width:1200px;width:95vw;text-align:center}.location-title{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:24px;font-weight:700;color:#243269;margin-bottom:8px;text-align:center}.location-screen{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#f1f5f9);display:flex;flex-direction:column;align-items:center;padding:40px 20px}.logo-container{margin-bottom:32px;text-align:center}.logo-container img{max-width:100%;height:auto;width:300px}.dropdown-container{margin:24px 0;text-align:center}.location-dropdown{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:14px;padding:10px 16px;border:2px solid #e2e8f0;border-radius:8px;background:#fff;color:#243269;cursor:pointer;transition:border-color .1s,box-shadow .1s;min-width:250px}.location-dropdown:hover{border-color:#cbd5e1}.location-dropdown:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.selected-location{text-align:center;margin-top:16px;color:#64748b}.section-loader{display:flex;justify-content:center;align-items:center;min-height:300px;background:#fff;border-radius:12px;margin:20px 0}.section-loader-spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#10b981;border-radius:50%;animation:section-spin .8s linear infinite}@keyframes section-spin{to{transform:rotate(360deg)}}.dashboard-loading-overlay{position:fixed;inset:0;background:#fffc;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:opacity .3s ease}.dashboard-loading-overlay.fade-out{opacity:0}.dashboard-loading-modal{text-align:center;padding:40px 60px;background:#fff;border-radius:16px;box-shadow:0 4px 24px #0000001f;color:#475569;font-family:system-ui,-apple-system,sans-serif;font-size:15px;font-weight:500}.login-page{min-height:100dvh;height:100dvh;display:flex;align-items:center;justify-content:center;background:#f5f7fa;width:100%;max-width:100%;overflow-x:hidden;overflow-y:hidden;padding-top:max(20px,env(safe-area-inset-top));padding-right:max(20px,env(safe-area-inset-right));padding-bottom:max(20px,env(safe-area-inset-bottom));padding-left:max(20px,env(safe-area-inset-left))}.login-page>*{width:min(100%,28rem);max-width:min(28rem,calc(100vw - 40px));min-width:0}@media(max-width:640px){.login-page{padding-top:max(16px,env(safe-area-inset-top));padding-right:max(16px,env(safe-area-inset-right));padding-bottom:max(16px,env(safe-area-inset-bottom));padding-left:max(16px,env(safe-area-inset-left))}}@media(max-height:620px){.login-page{align-items:flex-start;overflow-y:auto}}.section-empty-state{text-align:center;padding:32px 24px;color:#6b7280}.section-empty-message{font-size:.95rem;line-height:1.5;max-width:480px;margin:0 auto}.map-wrapper{position:relative;width:100%;margin:0 auto;padding:0}.map-wrapper svg{display:block;margin:0;padding:0}#usMap{width:100%;height:auto;display:block}.state{fill:#f8fafc;stroke:#24326966;stroke-width:.75;transition:fill .15s ease}.state-faded{fill:#f8fafc;stroke:#24326966;stroke-width:.75;opacity:1;transition:filter .15s ease,opacity .15s ease}#usMap.heartland-hover .state-faded{filter:url(#blur-fade);opacity:.25}.heartland-outline{fill:none;stroke:#10b981;stroke-width:3.5;filter:url(#glow);pointer-events:none}.location-dot{cursor:pointer}.location-dot path{fill:#243269;stroke:#fff;stroke-width:1.5;transition:fill .2s ease}.location-dot:hover path{fill:#1a2451}.location-dot:focus{outline:3px solid #10b981;outline-offset:4px}.location-dot:focus path{fill:#1a2451}.location-label{fill:#10b981;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:12px;font-weight:600;pointer-events:none;opacity:0;transition:opacity .2s ease;paint-order:stroke fill;stroke:#fff;stroke-width:3}.map-loading{text-align:center;padding:60px 20px;color:#64748b;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.map-loading-spinner{display:inline-block;width:40px;height:40px;border:4px solid #e2e8f0;border-top-color:#10b981;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{to{transform:rotate(360deg)}}.map-error{text-align:center;padding:40px 20px;color:#ef4444;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.map-error-title{font-size:16px;font-weight:600;margin-bottom:8px}.map-error-message{font-size:14px;color:#64748b}.app-select{position:relative;min-width:0;width:auto;display:inline-block}.app-select-trigger{width:auto;min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#334155;font-size:14px;text-align:left;cursor:pointer;box-sizing:border-box;transition:border-color .15s,background-color .15s}.app-select-trigger:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.app-select-trigger:disabled{opacity:.5;cursor:not-allowed}.app-select-trigger:focus-visible{outline:2px solid #243269;outline-offset:2px}.app-select-trigger span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-select-trigger svg{flex-shrink:0;color:#64748b}.app-select.app-select-compact .app-select-trigger{min-height:32px;padding:4px 10px;font-size:11px;border-radius:6px}.app-select.app-select-dense .app-select-trigger{min-height:28px;padding:4px 6px;font-size:11px;border-radius:6px}.app-select-menu{position:absolute;top:calc(100% + 8px);bottom:auto;left:0;min-width:100%;width:max-content;z-index:5;max-height:240px;overflow-y:auto;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 16px 40px #0f172a29;padding:6px;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.app-select-menu--up{top:auto;bottom:calc(100% + 8px)}.app-select-menu::-webkit-scrollbar{width:8px}.app-select-menu::-webkit-scrollbar-track{background:transparent;border-radius:999px}.app-select-menu::-webkit-scrollbar-track-piece{margin-block:4px}.app-select-menu::-webkit-scrollbar-thumb{background:#cbd5e1;border:2px solid transparent;border-radius:999px;background-clip:padding-box}.app-select-menu::-webkit-scrollbar-thumb:hover{background:#94a3b8}.app-select-group-label{padding:8px 12px 4px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;-webkit-user-select:none;user-select:none}.app-select-option{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:none;border-radius:8px;background:#fff;color:#334155;font-size:13px;text-align:left;cursor:pointer;transition:background-color .15s,color .15s}.app-select-option:hover,.app-select-option.focused{background:#f8fafc}.app-select-option.selected{background:#24326914;color:#243269;font-weight:600}.app-select-option svg{flex-shrink:0;color:#243269}.anchor-selector{display:inline-flex;align-items:center;gap:6px;margin-top:4px;max-width:100%}.anchor-selector-label{font-size:.7rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-weight:500}.anchor-selector-dropdown{max-width:100%}.anchor-selector-dropdown .app-select-trigger{min-width:150px;min-height:34px;justify-content:center;padding:6px 12px;font-size:.8rem;font-weight:500;color:#243269;border-radius:8px;background:#ffffffeb}.anchor-selector-dropdown .app-select-trigger:hover{border-color:#94a3b8;background:#fffffffa}.anchor-selector-dropdown .app-select-trigger:focus-visible{border-color:#019966;box-shadow:0 0 0 2px #01996633;outline:none}.anchor-selector-dropdown .app-select-trigger span{flex:0 1 auto;text-align:center}.anchor-selector-dropdown .app-select-menu{top:calc(100% - 1px);text-align:left}@media(max-width:640px){.anchor-selector{display:flex;flex-direction:column;width:min(100%,220px);justify-content:center;align-items:center;gap:6px}.anchor-selector-dropdown{min-width:0;width:100%}.anchor-selector-dropdown .app-select-trigger{width:100%;min-width:0;padding:10px 12px}}@media(max-width:480px){.anchor-selector{width:min(100%,220px)}.anchor-selector-label{font-size:.6rem}.anchor-selector-dropdown{width:100%}.anchor-selector-dropdown .app-select-trigger{font-size:.75rem}}.landing-page-section{min-height:100dvh;display:flex;flex-direction:column;background:linear-gradient(135deg,#f8fafc,#f1f5f9);text-align:center;padding-top:max(20px,env(safe-area-inset-top));padding-right:max(20px,env(safe-area-inset-right));padding-bottom:max(20px,env(safe-area-inset-bottom));padding-left:max(20px,env(safe-area-inset-left));box-sizing:border-box}.landing-page-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;width:min(100%,720px);margin:0 auto}.landing-page-logo{margin-bottom:40px}.landing-page-logo img{width:220px;height:auto}.landing-page-title{font-size:clamp(2.2rem,5.4vw,3.2rem);font-weight:700;margin-bottom:13px;color:#243269;letter-spacing:-.02em;line-height:1.05;max-width:14ch;text-wrap:balance}.landing-page-subtitle{font-size:1.2rem;color:#019966;margin-bottom:16px;font-weight:400}.landing-page-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:8px;margin-bottom:48px;width:100%;max-width:520px}.landing-page-stat{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#fff;padding:16px 24px;border-radius:12px;box-shadow:0 2px 8px #00000014;border:1px solid #e2e8f0;transition:transform .15s ease,box-shadow .15s ease;min-height:100px;width:100%}.landing-page-stat:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000001f}.stat-number{font-size:2rem;font-weight:700;color:#243269;line-height:1;text-align:center}.stat-label{font-size:.7rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-top:6px;line-height:1.4;text-align:center}.scroll-indicator{padding-bottom:20px;display:flex;flex-direction:column;align-items:center;color:#64748b;font-size:.7rem}.scroll-arrow{width:19px;height:19px;border:2px solid #64748b;border-top:none;border-left:none;transform:rotate(45deg);margin-top:6px;animation:bounce 1.2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0) rotate(45deg)}40%{transform:translateY(-8px) rotate(45deg)}60%{transform:translateY(-4px) rotate(45deg)}}@media(max-width:1024px){.landing-page-section{height:auto;min-height:100dvh;padding-top:max(40px,env(safe-area-inset-top));padding-right:max(20px,env(safe-area-inset-right));padding-bottom:max(40px,env(safe-area-inset-bottom));padding-left:max(20px,env(safe-area-inset-left))}.scroll-indicator{display:none}}@media(max-width:640px){.landing-page-section{justify-content:center;padding-top:max(28px,env(safe-area-inset-top));padding-right:max(16px,env(safe-area-inset-right));padding-bottom:max(28px,env(safe-area-inset-bottom));padding-left:max(16px,env(safe-area-inset-left))}.landing-page-content{justify-content:flex-start;gap:0}.landing-page-logo{margin-bottom:28px}.landing-page-subtitle{margin-bottom:12px}.landing-page-stats{grid-template-columns:1fr;max-width:100%;gap:12px;margin-bottom:0}.landing-page-stat{min-height:88px;padding:14px 18px}.stat-number{font-size:clamp(1.25rem,6vw,1.6rem)}.stat-label{font-size:.62rem}}@media(max-width:480px){.landing-page-title{font-size:2rem;max-width:12ch}.landing-page-logo{margin-bottom:24px}.landing-page-stat{padding:12px 16px;min-height:80px}.stat-number{font-size:1.15rem}.stat-label{font-size:.58rem}.landing-page-logo img{width:160px}}.summary-section{background:#f8fafc;padding:64px 0}.summary-section .container{max-width:960px;margin:0 auto;padding:0 38px}.summary-section .section-header{text-align:center;margin-bottom:64px}.summary-section .section-header h2{font-size:2rem;font-weight:700;margin-bottom:13px;color:#243269;letter-spacing:-.02em}.summary-section .section-header p{font-size:1rem;color:#019966;max-width:640px;margin:0 auto;text-wrap:balance}.summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:38px}.summary-card{background:#fff;padding:26px;border:1px solid #e2e8f0;border-radius:10px;position:relative;box-shadow:0 2px 3px #0000000a;display:flex;flex-direction:column;contain:layout style paint}.summary-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000001f;transition:transform .15s ease,box-shadow .15s ease}.summary-card.health{border-left:3px solid #10b981}.summary-card.talent{border-left:3px solid #3b82f6}.summary-card.competitiveness{border-left:3px solid #8b5cf6}.summary-card h3{font-size:1rem;font-weight:600;margin-bottom:13px;color:#1a1a1a}.summary-score{font-size:2.4rem;font-weight:700;color:#1a1a1a;line-height:1;margin-bottom:13px}.summary-card p{color:#64748b;margin-bottom:19px;line-height:1.6;flex-grow:1}.key-metrics{display:flex;flex-direction:column;gap:6px}.metric-tag{font-size:.7rem;padding:3px 6px;background:#f1f5f9;color:#475569;border-radius:3px;font-weight:500;border:1px solid transparent}.metric-tag.clickable{cursor:pointer}.metric-tag.clickable:hover{background:#e2e8f0;border-color:#cbd5e1;transform:translateY(-1px);transition:background-color .15s ease,border-color .15s ease,transform .15s ease}.metric-tag.clickable:focus{outline:2px solid #019966;outline-offset:1px}.metric-tag.positive:before{content:"✓";margin-right:5px;font-weight:700;color:#16a34a}.metric-tag.negative:before{content:"✗";margin-right:5px;font-weight:700;color:#dc2626}.metric-tag.warning:before{content:"⚠";margin-right:5px;font-weight:700;color:#d97706}.metric-tag.neutral:before{content:"—";margin-right:5px;font-weight:700;color:#6b7280}@media(max-width:1024px){.summary-section{padding:56px 0}.summary-section .container{padding:0 24px}.summary-section .section-header{margin-bottom:40px}.summary-grid{grid-template-columns:1fr;gap:18px}}@media(max-width:640px){.summary-section{padding:40px 0}.summary-section .container{padding:0 16px}.summary-section .section-header{margin-bottom:28px}.summary-section .section-header h2{font-size:1.5rem}.summary-section .section-header p{font-size:.95rem}.summary-card{padding:20px}.summary-score{font-size:1.8rem}.summary-card p{margin-bottom:16px}.metric-tag{font-size:.72rem;padding:5px 8px;line-height:1.45}}.location-search{position:relative}.search-input-wrapper{position:relative;display:flex;align-items:center}.search-input{width:100%;padding:10px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-family:inherit;color:#1a1a1a;background:#fff;outline:none;transition:border-color .15s,box-shadow .15s}.search-input:focus{border-color:#243269;box-shadow:0 0 0 3px #2432691a}.search-input:disabled{background:#f8fafc;color:#94a3b8;cursor:not-allowed}.search-input::placeholder{color:#94a3b8}.search-max-note{position:absolute;right:12px;font-size:11px;color:#94a3b8;pointer-events:none}.search-loading{font-size:13px;color:#94a3b8;margin:0}.search-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;max-height:280px;overflow-y:auto;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 8px 24px #0000001f;z-index:50}.search-dropdown::-webkit-scrollbar{width:6px}.search-dropdown::-webkit-scrollbar-track{background:transparent}.search-dropdown::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.search-group-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b;padding:8px 14px 4px;position:sticky;top:0;background:#fff}.search-result{display:flex;align-items:center;justify-content:space-between;width:100%;padding:8px 14px;border:none;background:none;cursor:pointer;font-size:13px;font-family:inherit;color:#334155;text-align:left;transition:background-color .1s}.search-result:hover:not(:disabled){background:#f1f5f9}.search-result:disabled{opacity:.4;cursor:not-allowed}.search-result--selected{background:#eff6ff;color:#243269;font-weight:500}.search-result--selected:hover{background:#dbeafe}.search-result-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-result-badge{flex-shrink:0;font-size:10px;font-weight:600;padding:2px 6px;border-radius:4px;margin-left:8px;text-transform:uppercase;letter-spacing:.03em}.search-result-badge--metro{background:#dbeafe;color:#1e40af}.search-result-badge--micro{background:#e0e7ff;color:#3730a3}.search-result-badge--county{background:#fef3c7;color:#92400e}.search-result-badge--state{background:#d1fae5;color:#065f46}.search-no-results{padding:16px 14px;font-size:13px;color:#94a3b8;text-align:center}.search-selected{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.search-selected-chip{display:flex;align-items:center;gap:6px;padding:5px 10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;font-size:12px;color:#334155}.chip-remove{display:flex;align-items:center;justify-content:center;width:16px;height:16px;border:none;background:none;cursor:pointer;color:#94a3b8;font-size:12px;font-weight:600;border-radius:50%;padding:0;line-height:1;transition:background-color .1s,color .1s}@media(max-width:768px){.search-input{font-size:16px}.search-dropdown{max-height:220px}}.geographic-pillar{background:linear-gradient(135deg,#fdf2f8,#f8fafc)}.geographic-pillar .container{max-width:960px;margin:0 auto;padding:0 38px}.pillar-header{display:flex;align-items:flex-start;margin-bottom:64px;gap:26px;padding-bottom:32px}.pillar-header-content{flex:1;padding-top:6px}.pillar-header-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.pillar-header h2{font-size:2rem;font-weight:700;color:#1a1a1a;margin:0 0 13px;letter-spacing:-.02em;line-height:1.1}.heartland-badge{opacity:.6;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:10px;font-weight:600;color:#019966;background:#0199661a;padding:4px 8px;border-radius:12px}.pillar-subtitle{font-size:.9rem;color:#64748b;max-width:480px;line-height:1.6;margin:0}.metrics-section{margin-bottom:48px;clear:both;padding:16px 0}.metrics-section h3{font-size:1.2rem;font-weight:600;margin:0 0 12px;color:#1a1a1a}.section-description{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:11px;color:#64748b;margin-bottom:13px;line-height:1.5}.selection-count{font-size:11px;font-weight:500;color:#64748b}.peer-model-selector{width:100%}.peer-model-selector .app-select-trigger{min-height:38px;padding:10px 13px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:11px;font-weight:500;color:#243269;border-radius:6px;transition:border-color .1s ease,box-shadow .1s ease}.peer-model-selector-mobile{width:100%}.peer-model-selector-mobile .app-select-trigger{min-height:44px;font-size:12px}.peer-model-selector .app-select-trigger:hover{border-color:#019966}.peer-model-selector .app-select-trigger:focus-visible{border-color:#019966;box-shadow:0 0 0 2px #0199661a;outline:none}.model-description{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:11px;color:#64748b;margin-top:10px;margin-bottom:0;line-height:1.5;font-style:italic}.filter-tabs{display:flex;gap:6px;flex-wrap:wrap}.filter-tab{-webkit-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:11px;font-weight:600;line-height:1.2;text-align:center;color:#243269;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;transition:background-color .1s ease,border-color .1s ease,color .1s ease}.filter-tab:hover{background:#f1f5f9;border-color:#cbd5e1}.filter-tab-applied{background:#01996614;border-color:#019966;color:#019966}.filter-tab-applied:hover{background:#0199661f;border-color:#019966}.filter-tab-open{background:#f1f5f9;border-color:#94a3b8;color:#243269}.filter-tab-open:hover{background:#f1f5f9;border-color:#94a3b8}.filter-tab-applied.filter-tab-open{background:#01996614;border-color:#019966;color:#019966}.filter-sub-options{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px;padding:10px 14px;background:#fff;border:1px solid #e2e8f0;border-radius:6px}.filter-sub-options .filter-radio-label{padding:6px 12px;background:#fff;border-color:#e2e8f0}.filter-sub-options .filter-radio-label:hover{background:#f8fafc;border-color:#cbd5e1}.filter-sub-options .filter-radio-label:has(.filter-radio:checked){background:#01996614;border-color:#019966}.filter-sub-options .filter-radio-text{font-size:11px}.filter-radio-label{display:grid;grid-template-columns:14px minmax(0,1fr) 14px;align-items:center;gap:8px;padding:10px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;transition:background-color .1s ease,border-color .1s ease}.filter-radio-label:hover{background:#f1f5f9;border-color:#cbd5e1}.filter-radio-label:has(.filter-radio:checked){background:#01996614;border-color:#019966}.filter-radio-label.benchmark-disabled{opacity:.5;cursor:not-allowed}.filter-radio-label.benchmark-disabled:hover{background:#f8fafc;border-color:#e2e8f0}.filter-radio{width:14px;height:14px;cursor:pointer;accent-color:#019966}.filter-radio-text{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:12px;font-weight:600;color:#243269;text-align:center}.filter-info-wrapper{position:relative;display:inline-flex;align-items:center;margin-left:2px}.filter-info-btn{-webkit-appearance:none;appearance:none;position:relative;display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;padding:0;background:#64748b1a;border:1px solid rgba(100,116,139,.3);border-radius:50%;color:#64748b;box-sizing:border-box;cursor:pointer;transition:background-color .1s ease,border-color .1s ease,color .1s ease}.filter-info-btn:focus{outline:none}.filter-info-btn:focus-visible{outline:2px solid #019966;outline-offset:2px}.filter-info-btn:hover{background:#019966;border-color:#019966;color:#fff}.filter-info-btn-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:3.5px;height:7px}.filter-info-btn[aria-expanded=true]:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%) rotate(45deg);width:8px;height:8px;background:#fff;border-left:1px solid #e2e8f0;border-top:1px solid #e2e8f0;z-index:1001}.filter-info-popover{position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%);z-index:1000;width:220px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 8px 32px #00000026;padding:10px 12px}.filter-info-text{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:11px;font-weight:400;line-height:1.5;color:#475569}.peer-selection-grid{display:flex;flex-direction:column;gap:6px}.peer-selection-item{display:flex;align-items:center;justify-content:space-between;padding:10px 13px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;transition:background-color .1s ease,border-color .1s ease}.peer-selection-item:hover{background:#f1f5f9;border-color:#cbd5e1}.peer-checkbox-label{display:flex;align-items:center;gap:10px;cursor:pointer;flex:1;min-width:0}.peer-checkbox,.cir-checkbox,.benchmark-checkbox{width:14px;height:14px;cursor:pointer;accent-color:#019966}.peer-checkbox:disabled,.cir-checkbox:disabled,.benchmark-checkbox:disabled{cursor:not-allowed;opacity:.5}.peer-rank{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:10px;font-weight:600;color:#64748b;min-width:22px}.peer-name{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:12px;font-weight:600;color:#243269;min-width:0}.peer-target-badge{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:8px;font-weight:600;color:#019966;background:#0199661a;padding:2px 6px;border-radius:8px;text-transform:uppercase;letter-spacing:.5px}.peer-empty-state,.cir-empty-state{padding:26px;text-align:center;color:#64748b;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.benchmark-selection-grid{display:flex;gap:13px;flex-wrap:wrap}.benchmark-selection-item{display:flex;align-items:center;padding:10px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;transition:background-color .1s ease,border-color .1s ease}.benchmark-selection-item:hover{background:#f1f5f9;border-color:#cbd5e1}.benchmark-selection-item.benchmark-disabled{opacity:.5;cursor:not-allowed;background:#f8fafc}.benchmark-selection-item.benchmark-disabled:hover{background:#f8fafc;border-color:#e2e8f0}.benchmark-selection-item.benchmark-disabled .peer-checkbox-label{cursor:not-allowed}.benchmark-name{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:12px;font-weight:600;color:#243269}.selection-summary{display:flex;flex-wrap:wrap;gap:10px;min-height:38px}.selection-empty{display:flex;align-items:center;justify-content:center;width:100%;padding:19px}.selection-empty p{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:11px;color:#94a3b8;margin:0}.selection-summary-header{display:flex;justify-content:flex-start;width:100%;margin-bottom:10px}.clear-all-btn{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:10px;font-weight:500;padding:6px 13px;background:#fff;border:1px solid #dc2626;border-radius:5px;color:#dc2626;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.clear-all-btn:hover{background:#dc2626;border-color:#dc2626;color:#fff}.selection-chips-container{display:flex;flex-wrap:wrap;gap:10px;width:100%}.selection-chip{display:flex;align-items:center;gap:6px;padding:6px 10px;background:#fff;border:1px solid #e2e8f0;border-radius:5px;box-shadow:0 1px 2px #0000000d}.chip-name{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:11px;font-weight:600;color:#243269}.chip-remove{display:flex;align-items:center;justify-content:center;width:14px;height:14px;padding:0;background:#f1f5f9;border:none;border-radius:50%;color:#64748b;font-size:10px;font-weight:600;cursor:pointer;transition:background-color .15s ease,color .15s ease}.chip-remove:hover{background:#fee2e2;color:#dc2626}@media(max-width:768px){.geographic-pillar .container{padding:0 20px}.pillar-header{margin-bottom:32px;padding-bottom:20px}.benchmark-selection-grid{flex-direction:column}.pillar-header-top{flex-direction:column;gap:8px}.metrics-section{margin-bottom:32px;padding:12px 0}.filter-tabs{gap:8px}.filter-tab{min-height:40px}.filter-sub-options{padding:12px}.filter-radio-label{min-height:40px}.peer-selection-item,.benchmark-selection-item{padding:12px 14px}.selection-chip{min-height:36px}}@media(max-width:640px){.geographic-pillar .container{padding:0 16px}.pillar-header{gap:12px}.pillar-header h2{font-size:1.5rem}.heartland-badge{align-self:flex-start}.metrics-section h3{font-size:1.05rem}.peer-model-selector-mobile{width:100%}.filter-tabs{flex-direction:column}.filter-tab{width:100%;justify-content:center}.filter-sub-options{flex-direction:column;gap:10px}.filter-radio-label{grid-template-columns:18px minmax(0,1fr) 18px;align-items:center;width:100%}.filter-info-wrapper{margin-left:0;justify-self:end}.filter-info-popover{left:auto;right:0;transform:none;width:min(220px,calc(100vw - 48px))}.peer-checkbox-label{display:grid;grid-template-columns:auto auto minmax(0,1fr);align-items:start;row-gap:4px}.peer-target-badge{grid-column:3;justify-self:start}.peer-name,.benchmark-name{line-height:1.4}.selection-summary-header{margin-bottom:6px}.clear-all-btn{min-height:40px}.selection-chip{width:100%;justify-content:space-between}}.favorites-pillar{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-top-color:#10b981}.favorites-pillar .pillar-header h2{color:#065f46}.favorites-count{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:12px;font-weight:600;color:#065f46;background:#10b98133;padding:4px 10px;border-radius:12px;white-space:nowrap}.favorite-custom-chart{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:48px 32px;text-align:center}.custom-chart-notice{color:#64748b}.custom-chart-notice p{margin:0 0 8px;font-size:14px}.custom-chart-notice p:last-child{margin-bottom:0;font-size:12px;color:#94a3b8}.favorites-toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background:#1e293b;color:#fff;padding:12px 20px;border-radius:8px;font-size:14px;font-weight:500;box-shadow:0 4px 12px #00000026;z-index:1000;animation:toast-slide-up .3s ease}.favorites-toast.hiding{animation:toast-slide-down .3s ease forwards}@keyframes toast-slide-up{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes toast-slide-down{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(20px)}}.dashboard-footer{background:linear-gradient(135deg,#243269,#1a2451);padding:26px 19px;text-align:center;position:relative;z-index:10}.footer-content{display:flex;justify-content:center;align-items:center;gap:10px;flex-wrap:wrap;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:.76rem;color:#ffffffd9}.footer-email-link{color:#10b981;text-decoration:none;font-weight:500;padding:6px 16px;border:1px solid rgba(16,185,129,.4);border-radius:16px;transition:background-color .1s ease,border-color .1s ease,color .1s ease;cursor:pointer;display:inline-block}.footer-email-link:hover{background:#10b98126;border-color:#10b981;color:#34d399}.footer-legal{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap;margin-top:14px;padding-top:14px;border-top:1px solid rgba(255,255,255,.12);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:.68rem;color:#ffffff8c}.footer-legal a{color:#ffffffb3;text-decoration:none;transition:color .1s ease}.footer-legal a:hover{color:#fffffff2}.footer-separator{color:#ffffff40}@media(max-width:480px){.footer-content{flex-direction:column;gap:13px}.footer-legal{flex-direction:column;gap:6px}.footer-separator{display:none}}.floating-nav{position:fixed;bottom:26px;right:26px;z-index:9999;display:flex;flex-direction:column;align-items:flex-end;gap:13px}.nav-toggle,.nav-search-btn,.nav-user-btn{width:48px;height:48px;min-width:48px;max-width:48px;min-height:48px;max-height:48px;padding:0;box-sizing:border-box;flex-shrink:0;border-radius:50%;background:#243269;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 16px #2432694d;transition:background-color .15s cubic-bezier(.4,0,.2,1),transform .15s cubic-bezier(.4,0,.2,1),box-shadow .15s cubic-bezier(.4,0,.2,1);position:relative;z-index:10001;transform:scale(1)}.nav-toggle:hover,.nav-search-btn:hover,.nav-user-btn:hover{background:#1e2757;transform:scale(1.05);box-shadow:0 5px 24px #24326966}.nav-toggle:active,.nav-search-btn:active,.nav-user-btn:active{transform:scale(.95)}.nav-icon{display:flex;flex-direction:column;gap:4px;width:19px}.nav-icon span{display:block;width:100%;height:2px;background:#fff;border-radius:2px;transition:background-color .15s cubic-bezier(.4,0,.2,1),transform .15s cubic-bezier(.4,0,.2,1),box-shadow .15s cubic-bezier(.4,0,.2,1)}.floating-nav.active .nav-icon span:nth-child(1){transform:translateY(6px) rotate(45deg)}.floating-nav.active .nav-icon span:nth-child(2){opacity:0;transform:translate(-8px)}.floating-nav.active .nav-icon span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.nav-items{display:flex;flex-direction:column;gap:6px;opacity:0;visibility:hidden;transform:translateY(16px);transition:opacity .15s cubic-bezier(.4,0,.2,1),visibility .15s cubic-bezier(.4,0,.2,1),transform .15s cubic-bezier(.4,0,.2,1),max-height .15s cubic-bezier(.4,0,.2,1);max-height:0;overflow:hidden}.floating-nav.active .nav-items{opacity:1;visibility:visible;transform:translateY(0);max-height:540px}.nav-item{display:flex;align-items:center;justify-content:center;gap:8px;padding:11px 16px;background:#fff;border:2px solid #e2e8f0;border-radius:10px;text-decoration:none;color:#243269;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:11px;font-weight:600;transition:background-color .15s cubic-bezier(.4,0,.2,1),border-color .15s cubic-bezier(.4,0,.2,1),box-shadow .15s cubic-bezier(.4,0,.2,1);min-width:176px;white-space:nowrap;cursor:pointer}.nav-item:hover{background:#f8fafc;border-color:#019966}.nav-item.active{background:linear-gradient(135deg,#243269,#1e2757);color:#fff;border-color:#243269;box-shadow:0 3px 13px #2432694d}.nav-item.change-location-item{background:linear-gradient(135deg,#019966,#017a52);color:#fff;border-color:#019966;margin-top:4px}.nav-item.change-location-item:hover{background:linear-gradient(135deg,#017a52,#015c3e);border-color:#017a52;transform:translateY(-1px);box-shadow:0 4px 12px #0199664d}.nav-item.change-location-item svg{flex-shrink:0}.nav-progress{width:3px;height:64px;background:#2432691a;border-radius:2px;overflow:hidden;margin-right:22px;opacity:0;visibility:hidden;transition:background-color .15s cubic-bezier(.4,0,.2,1),transform .15s cubic-bezier(.4,0,.2,1),box-shadow .15s cubic-bezier(.4,0,.2,1)}.floating-nav.active .nav-progress{opacity:1;visibility:visible}.nav-progress-bar{width:100%;height:0%;background:linear-gradient(180deg,#019966,#017a52);border-radius:2px;transition:height .15s ease-out}.nav-toggle:focus-visible,.nav-search-btn:focus-visible,.nav-user-btn:focus-visible,.nav-item:focus-visible{outline:2px solid #243269;outline-offset:3px}@media(max-width:1024px){.floating-nav{bottom:26px;right:19px}}@media(max-width:768px){.floating-nav{bottom:26px;right:19px;transform:none}.nav-items{position:fixed;bottom:80px;right:10px;max-height:none}.floating-nav.active .nav-items{max-height:none}.nav-progress{display:none}}@media(hover:none)and (pointer:coarse)and (max-width:768px){.nav-search-btn,.nav-user-btn{display:none;position:absolute;bottom:0}.nav-items{width:min(204px,calc(100vw - 20px));bottom:86px;right:10px}.nav-item{min-width:100%;white-space:normal;text-align:center;line-height:1.25;padding:10px 12px}.floating-nav.active .nav-user-btn,.floating-nav.active .nav-search-btn{display:flex}.floating-nav.active .nav-user-btn{right:58px}.floating-nav.active .nav-search-btn{right:116px}}@media(max-width:480px){.floating-nav{bottom:13px;right:13px}.nav-toggle,.nav-search-btn,.nav-user-btn{width:44px;height:44px;min-width:44px;max-width:44px;min-height:44px;max-height:44px}.nav-search-btn svg,.nav-user-btn svg{width:16px;height:16px}.nav-icon{width:16px}.nav-item{font-size:10px;padding:9px 12px;min-width:150px}.nav-items{bottom:110px}}@media(hover:none)and (pointer:coarse)and (max-width:480px){.nav-items{width:min(192px,calc(100vw - 16px));bottom:64px;right:8px}.nav-item{min-width:100%;font-size:10px;padding:9px 10px}.floating-nav.active .nav-user-btn{right:52px}.floating-nav.active .nav-search-btn{right:104px}}.browse-mode-banner{position:sticky;top:0;z-index:9999;background:#1e3a5f;color:#fff;padding:8px 16px;font-size:13px}.browse-mode-banner-content{display:flex;align-items:center;justify-content:center;gap:8px;max-width:1200px;margin:0 auto}.browse-mode-banner-icon{flex-shrink:0;opacity:.8}.browse-mode-banner-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.browse-mode-banner-exit{flex-shrink:0;margin-left:8px;padding:4px 12px;background:#ffffff26;border:1px solid rgba(255,255,255,.3);border-radius:6px;color:#fff;font-size:12px;font-weight:500;cursor:pointer;transition:background-color .15s}.browse-mode-banner-exit:hover{background:#ffffff40}@media(max-width:480px){.browse-mode-banner{padding:6px 12px;font-size:12px}.browse-mode-banner-exit{font-size:11px;padding:3px 8px}}
