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