:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}html{font-size:16px}body{margin:0;min-width:320px;min-height:100vh;background-color:#f9fafb;color:#1f2937}a{color:#2563eb;text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}::selection{background:#2563eb;color:#fff}:focus-visible{outline:2px solid #2563eb;outline-offset:2px}@media print{.sidebar,.app-header,.app-footer,.export-buttons,.chart-controls,.tabs-nav{display:none!important}.main-content{margin-left:0!important;padding:0!important}.tab-content{box-shadow:none!important}}:root{--primary-blue: #2563eb;--primary-green: #059669;--primary-red: #dc2626;--primary-orange: #d97706;--primary-purple: #7c3aed;--primary-cyan: #0891b2;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--bg-green: #d1fae5;--bg-red: #fee2e2;--bg-orange: #fef3c7;--bg-blue: #dbeafe;--bg-purple: #ede9fe;--sidebar-width: 320px;--header-height: 64px;--footer-height: 60px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background-color:var(--gray-50);color:var(--gray-800);line-height:1.5;font-size:14px}#root{max-width:none;margin:0;padding:0;text-align:left}.app{display:flex;flex-direction:column;min-height:100vh}.app-header{position:fixed;top:0;left:0;right:0;height:var(--header-height);background:linear-gradient(135deg,var(--gray-900) 0%,var(--gray-800) 100%);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;z-index:100;box-shadow:var(--shadow-md)}.header-left{display:flex;align-items:center;gap:1rem}.sidebar-toggle{background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;border-radius:var(--radius-sm);transition:background-color .2s}.sidebar-toggle:hover{background-color:#ffffff1a}.app-header h1{font-size:1.25rem;font-weight:600;letter-spacing:-.5px}.app-header .subtitle{color:var(--gray-400);font-size:.875rem;margin-left:.5rem}.header-right{display:flex;align-items:center;gap:1rem}.export-buttons{display:flex;gap:.5rem}.export-btn{display:flex;align-items:center;gap:.375rem;padding:.5rem .75rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-sm);color:#fff;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s}.export-btn:hover{background:#fff3;border-color:#ffffff4d}.app-body{display:flex;margin-top:var(--header-height);min-height:calc(100vh - var(--header-height) - var(--footer-height))}.sidebar{position:fixed;top:var(--header-height);left:0;width:var(--sidebar-width);height:calc(100vh - var(--header-height));background:#fff;border-right:1px solid var(--gray-200);overflow-y:auto;transition:transform .3s ease,width .3s ease;z-index:50}.sidebar.closed{transform:translate(-100%)}.filter-panel{padding:1rem}.filter-section{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--gray-200)}.filter-section:last-child{border-bottom:none}.filter-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--gray-500);margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.filter-title .metric-count{font-weight:400;text-transform:none}.filter-options{display:flex;flex-direction:column;gap:.375rem}.filter-btn{display:block;width:100%;padding:.5rem .75rem;text-align:left;background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-sm);font-size:.8125rem;color:var(--gray-700);cursor:pointer;transition:all .15s}.filter-btn:hover{background:var(--gray-50);border-color:var(--gray-300)}.filter-btn.active{background:var(--primary-blue);border-color:var(--primary-blue);color:#fff}.filter-btn.category-btn{border-left-width:3px}.filter-actions{display:flex;gap:.5rem;margin-bottom:.5rem}.action-btn{padding:.25rem .5rem;font-size:.75rem;background:var(--gray-100);border:none;border-radius:var(--radius-sm);color:var(--gray-600);cursor:pointer;transition:background-color .15s}.action-btn:hover{background:var(--gray-200)}.metrics-list{max-height:300px;overflow-y:auto;display:flex;flex-direction:column;gap:.25rem}.metric-checkbox{display:flex;align-items:center;gap:.5rem;padding:.375rem;border-radius:var(--radius-sm);cursor:pointer;transition:background-color .15s}.metric-checkbox:hover{background:var(--gray-50)}.metric-checkbox input{accent-color:var(--primary-blue)}.metric-label{font-size:.8125rem;color:var(--gray-700);border-left:2px solid;padding-left:.5rem}.toggle-container{display:flex;align-items:center;gap:.5rem;cursor:pointer}.toggle-label{font-size:.875rem;color:var(--gray-700)}.scenario-selector{margin-top:1rem}.scenario-selector h4{font-size:.75rem;font-weight:500;color:var(--gray-600);margin-bottom:.5rem}.scenario-options{display:flex;gap:.5rem}.scenario-btn{flex:1;padding:.5rem;font-size:.75rem;font-weight:500;background:transparent;border:2px solid;border-radius:var(--radius-sm);cursor:pointer;transition:all .15s}.scenario-params{margin-top:1rem}.scenario-params h4{font-size:.75rem;font-weight:500;color:var(--gray-600);margin-bottom:.75rem}.param-slider{margin-bottom:.75rem}.param-slider label{display:block;font-size:.75rem;color:var(--gray-600);margin-bottom:.25rem}.param-slider input[type=range]{width:calc(100% - 40px);vertical-align:middle}.param-slider span{display:inline-block;width:35px;text-align:right;font-size:.75rem;color:var(--gray-500)}.main-content{flex:1;margin-left:var(--sidebar-width);padding:1.5rem;transition:margin-left .3s ease;background:var(--gray-50)}.sidebar.closed~.main-content,.sidebar.closed+.main-content{margin-left:0}.tabs-nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;background:#fff;padding:.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.tabs{display:flex;gap:.25rem}.tab{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:transparent;border:none;border-radius:var(--radius-md);font-size:.875rem;font-weight:500;color:var(--gray-600);cursor:pointer;transition:all .15s}.tab:hover{background:var(--gray-100);color:var(--gray-800)}.tab.active{background:var(--primary-blue);color:#fff}.chart-controls{display:flex;align-items:center;gap:1rem}.control-group{display:flex;align-items:center;gap:.5rem}.control-group label{font-size:.8125rem;color:var(--gray-600)}.control-group select{padding:.375rem .5rem;border:1px solid var(--gray-300);border-radius:var(--radius-sm);font-size:.8125rem;background:#fff}.checkbox-control{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--gray-600);cursor:pointer}.tab-content{background:#fff;border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-sm);min-height:400px}.empty-state{display:flex;align-items:center;justify-content:center;height:300px;color:var(--gray-500);font-size:1rem}.trend-charts{display:flex;flex-direction:column;gap:2rem}.category-chart-section h3{font-size:1.125rem;font-weight:600;border-bottom:2px solid currentColor;padding-bottom:.5rem;margin-bottom:1rem}.metric-chart{background:var(--gray-50);padding:1.5rem;border-radius:var(--radius-md);margin-bottom:1rem}.metric-chart h4{font-size:1rem;font-weight:600;color:var(--gray-800);margin-bottom:.25rem}.chart-subtitle{font-size:.75rem;color:var(--gray-500);margin-bottom:1rem}.chart-note{font-size:.75rem;color:var(--gray-500);margin-top:.75rem;font-style:italic}.scorecard{display:flex;flex-direction:column;gap:1.5rem}.scorecard-summary{display:grid;grid-template-columns:1fr 2fr;gap:1.5rem;padding:1.5rem;background:linear-gradient(135deg,var(--gray-800) 0%,var(--gray-900) 100%);border-radius:var(--radius-lg);color:#fff}.summary-card.overall{text-align:center;padding:1rem}.summary-card h3{font-size:.875rem;font-weight:500;color:var(--gray-400);margin-bottom:.5rem}.score-value{display:flex;align-items:baseline;justify-content:center;gap:.25rem}.big-number{font-size:3rem;font-weight:700;line-height:1}.score-max{font-size:1.25rem;color:var(--gray-400)}.score-label{font-size:.75rem;color:var(--gray-400);margin-top:.5rem}.summary-stats{display:flex;align-items:center;justify-content:space-around}.stat-item{display:flex;align-items:center;gap:.75rem;padding:1rem}.stat-item.better{color:var(--primary-green)}.stat-item.worse{color:var(--primary-red)}.stat-item.flat{color:var(--gray-400)}.stat-item .stat-value{font-size:2rem;font-weight:700;line-height:1}.stat-item .stat-label{font-size:.75rem;color:var(--gray-400)}.category-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem}.category-card{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-lg);border-top-width:4px;padding:1.25rem}.category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.category-header h4{font-size:1rem;font-weight:600}.category-trend{display:flex;align-items:center;gap:.375rem;padding:.25rem .75rem;border-radius:999px;font-size:.75rem;font-weight:500}.category-score-bar{height:8px;background:var(--gray-100);border-radius:999px;margin-bottom:1rem;position:relative;overflow:hidden}.category-score-bar .score-fill{height:100%;border-radius:999px;transition:width .5s ease}.category-score-bar .score-text{position:absolute;right:0;top:-20px;font-size:.75rem;font-weight:600;color:var(--gray-600)}.metric-list{display:flex;flex-direction:column;gap:.75rem}.metric-row{display:flex;justify-content:space-between;align-items:flex-start;padding:.75rem;background:var(--gray-50);border-radius:var(--radius-sm)}.metric-info{flex:1}.metric-info .metric-name{display:block;font-size:.8125rem;font-weight:500;color:var(--gray-800);margin-bottom:.25rem}.metric-values{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--gray-500)}.metric-values .arrow{color:var(--gray-400)}.metric-stats{display:flex;flex-direction:column;align-items:flex-end;gap:.375rem}.metric-change{display:flex;align-items:center;gap:.25rem;padding:.125rem .5rem;border-radius:999px;font-size:.75rem;font-weight:500}.metric-score{display:flex;align-items:center;gap:.5rem;width:80px}.metric-score .mini-bar{height:4px;border-radius:2px;flex:1}.metric-score span{font-size:.75rem;font-weight:500;color:var(--gray-600);width:24px;text-align:right}.category-footer{display:flex;justify-content:space-between;margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--gray-200)}.category-footer .stat{display:flex;flex-direction:column;align-items:center}.category-footer .stat-label{font-size:.625rem;text-transform:uppercase;letter-spacing:.5px;color:var(--gray-500)}.category-footer .stat-value{font-size:.875rem;font-weight:600;color:var(--gray-700)}.composite-index{display:flex;flex-direction:column;gap:2rem}.weight-controls{background:var(--gray-50);padding:1.5rem;border-radius:var(--radius-lg)}.weight-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.weight-header h3{font-size:1rem;font-weight:600;color:var(--gray-800)}.reset-btn{padding:.375rem .75rem;background:#fff;border:1px solid var(--gray-300);border-radius:var(--radius-sm);font-size:.75rem;color:var(--gray-600);cursor:pointer;transition:all .15s}.reset-btn:hover{background:var(--gray-100)}.weight-sliders{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.weight-slider{display:flex;flex-direction:column;gap:.25rem}.weight-label{display:flex;align-items:center;gap:.5rem;font-size:.8125rem}.category-indicator{width:12px;height:12px;border-radius:2px}.category-name{flex:1;color:var(--gray-700)}.weight-percent{font-weight:600;color:var(--gray-800)}.weight-slider input[type=range]{width:100%;height:6px;border-radius:3px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.weight-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;background:#fff;border:2px solid var(--gray-400);border-radius:50%;cursor:pointer;box-shadow:var(--shadow-sm)}.weight-distribution{margin-top:1.5rem}.weight-distribution h4{font-size:.75rem;font-weight:500;color:var(--gray-600);margin-bottom:.5rem}.distribution-bar{display:flex;height:24px;border-radius:var(--radius-sm);overflow:hidden}.distribution-segment{transition:width .3s ease}.distribution-legend{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}.legend-item{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:var(--gray-600)}.legend-color{width:10px;height:10px;border-radius:2px}.index-chart,.contributions-chart{background:var(--gray-50);padding:1.5rem;border-radius:var(--radius-lg)}.index-chart h3,.contributions-chart h3{font-size:1rem;font-weight:600;color:var(--gray-800);margin-bottom:.25rem}.chart-description{font-size:.8125rem;color:var(--gray-500);margin-bottom:1rem}.index-stats{background:var(--gray-50);padding:1.5rem;border-radius:var(--radius-lg)}.index-stats h3{font-size:1rem;font-weight:600;color:var(--gray-800);margin-bottom:1rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.stat-card{background:#fff;padding:1rem;border-radius:var(--radius-md);text-align:center;border:1px solid var(--gray-200)}.stat-card .stat-label{display:block;font-size:.75rem;color:var(--gray-500);margin-bottom:.25rem}.stat-card .stat-value{font-size:1.5rem;font-weight:700;color:var(--gray-800)}.projections{display:flex;flex-direction:column;gap:2rem}.projections-header{text-align:center;padding:1.5rem;background:linear-gradient(135deg,var(--gray-100) 0%,var(--gray-50) 100%);border-radius:var(--radius-lg)}.projections-header h2{font-size:1.25rem;font-weight:600;color:var(--gray-800);margin-bottom:.5rem}.projections-description{font-size:.875rem;color:var(--gray-600);max-width:700px;margin:0 auto 1rem}.scenario-legend{display:flex;justify-content:center;gap:1.5rem}.scenario-item{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:500;color:var(--gray-700)}.scenario-color{width:16px;height:4px;border-radius:2px}.projection-charts{display:flex;flex-direction:column;gap:2rem}.projection-chart{background:var(--gray-50);padding:1.5rem;border-radius:var(--radius-lg)}.projection-chart .chart-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem}.projection-chart h4{font-size:1rem;font-weight:600;color:var(--gray-800)}.category-tag{padding:.25rem .5rem;border-radius:var(--radius-sm);font-size:.75rem;font-weight:500}.projection-summary{margin-top:1rem;overflow-x:auto}.projection-summary table{width:100%;border-collapse:collapse;font-size:.8125rem}.projection-summary th,.projection-summary td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid var(--gray-200)}.projection-summary th{background:var(--gray-100);font-weight:600;color:var(--gray-600)}.projection-summary td:first-child{font-weight:500}.scenario-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:.5rem}.methodology-note{background:var(--bg-orange);padding:1.5rem;border-radius:var(--radius-lg);border-left:4px solid var(--primary-orange)}.methodology-note h4{font-size:1rem;font-weight:600;color:var(--gray-800);margin-bottom:.75rem}.methodology-note ul{margin-left:1.5rem;color:var(--gray-700)}.methodology-note li{margin-bottom:.5rem}.sources-panel{display:flex;flex-direction:column;gap:2rem}.sources-panel h2{font-size:1.5rem;font-weight:600;color:var(--gray-800);margin-bottom:.5rem}.sources-panel h3{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:600;color:var(--gray-800);margin-bottom:1rem}.methodology-section,.caveats-section,.sources-section,.resources-section{background:var(--gray-50);padding:1.5rem;border-radius:var(--radius-lg)}.methodology-content h4{font-size:.875rem;font-weight:600;color:var(--gray-700);margin-top:1rem;margin-bottom:.5rem}.methodology-content p,.methodology-content ul{font-size:.875rem;color:var(--gray-600);line-height:1.6}.methodology-content ul{margin-left:1.25rem}.methodology-content li{margin-bottom:.25rem}.trend-label{display:inline-block;padding:.125rem .5rem;border-radius:999px;font-size:.75rem;font-weight:500;margin-right:.25rem}.trend-label.better{background:var(--bg-green);color:var(--primary-green)}.trend-label.worse{background:var(--bg-red);color:var(--primary-red)}.trend-label.flat{background:var(--gray-100);color:var(--gray-600)}.trend-label.mixed{background:var(--bg-orange);color:var(--primary-orange)}.caveats-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.caveat-item{background:#fff;padding:1rem;border-radius:var(--radius-md);border:1px solid var(--gray-200)}.caveat-item h4{font-size:.875rem;font-weight:600;color:var(--gray-800);margin-bottom:.5rem}.caveat-item p{font-size:.8125rem;color:var(--gray-600);line-height:1.5}.category-sources{margin-bottom:1.5rem}.category-sources h4{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;margin-bottom:.75rem}.sources-table{width:100%;border-collapse:collapse;font-size:.8125rem;background:#fff;border-radius:var(--radius-md);overflow:hidden}.sources-table th,.sources-table td{padding:.75rem;text-align:left;border-bottom:1px solid var(--gray-100)}.sources-table th{background:var(--gray-100);font-weight:600;color:var(--gray-600);font-size:.75rem;text-transform:uppercase;letter-spacing:.5px}.source-link{display:inline-flex;align-items:center;gap:.25rem;color:var(--primary-blue);text-decoration:none}.source-link:hover{text-decoration:underline}.notes-cell{font-size:.75rem;color:var(--gray-500);max-width:250px}.resources-list{display:flex;flex-wrap:wrap;gap:.75rem}.resource-link{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-md);color:var(--gray-700);font-size:.875rem;text-decoration:none;transition:all .15s}.resource-link:hover{background:var(--gray-100);border-color:var(--gray-300)}.version-section{text-align:center;padding-top:1rem;border-top:1px solid var(--gray-200)}.version-info{font-size:.75rem;color:var(--gray-400)}.app-footer{background:var(--gray-800);color:var(--gray-400);padding:1rem 1.5rem;font-size:.75rem;text-align:center;margin-left:var(--sidebar-width);transition:margin-left .3s ease}.sidebar.closed~.main-content~.app-footer,.app-footer{margin-left:0}.app-footer p{margin:.25rem 0}.app-footer strong{color:var(--primary-orange)}@media (max-width: 1024px){:root{--sidebar-width: 280px}.app-header .subtitle{display:none}.category-cards{grid-template-columns:1fr}}@media (max-width: 768px){.sidebar{width:100%}.sidebar.open{transform:translate(0)}.main-content{margin-left:0}.tabs-nav{flex-direction:column;gap:.75rem}.tabs{flex-wrap:wrap;justify-content:center}.tab span{display:none}.chart-controls{justify-content:center}.scorecard-summary{grid-template-columns:1fr}.summary-stats{flex-wrap:wrap}.app-footer{margin-left:0}}.recharts-tooltip-wrapper{outline:none}.recharts-default-tooltip{border-radius:var(--radius-md)!important;box-shadow:var(--shadow-lg)!important}.recharts-legend-wrapper{padding-top:1rem!important}.recharts-legend-item-text{color:var(--gray-600)!important;font-size:.8125rem!important}.guide{max-width:900px;margin:0 auto;padding:2rem}.guide-hero{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--gray-200)}.guide-hero h1{font-size:2.5rem;color:var(--gray-900);margin-bottom:.5rem;font-weight:700}.guide-subtitle{font-size:1.25rem;color:var(--gray-500);margin-bottom:1.5rem}.guide-intro{text-align:left;background:var(--gray-50);padding:1.5rem;border-radius:var(--radius-lg);border-left:4px solid var(--primary-blue)}.guide-intro p{color:var(--gray-700);line-height:1.7;margin-bottom:1rem}.guide-intro p:last-child{margin-bottom:0}.guide-section{margin-bottom:3rem}.guide-section h2{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;color:var(--gray-900);margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid var(--gray-200)}.guide-section h2 svg{color:var(--primary-blue)}.guide-steps{display:flex;flex-direction:column;gap:1rem}.guide-step{display:flex;gap:1rem;align-items:flex-start;background:#fff;padding:1.25rem;border-radius:var(--radius-md);border:1px solid var(--gray-200)}.step-number{width:36px;height:36px;background:var(--primary-blue);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;flex-shrink:0}.step-content h4{font-size:1rem;color:var(--gray-900);margin-bottom:.25rem}.step-content p{color:var(--gray-600);font-size:.9rem;line-height:1.5}.guide-tabs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.guide-tab-card{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:1.5rem;transition:box-shadow .2s ease,transform .2s ease}.guide-tab-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.tab-icon{width:56px;height:56px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.guide-tab-card h3{font-size:1.1rem;color:var(--gray-900);margin-bottom:.5rem}.guide-tab-card p{color:var(--gray-600);font-size:.9rem;line-height:1.6;margin-bottom:1rem}.tab-tip{display:flex;align-items:flex-start;gap:.5rem;background:var(--gray-50);padding:.75rem;border-radius:var(--radius-sm);font-size:.8rem;color:var(--gray-600)}.tab-tip svg{color:var(--primary-green);flex-shrink:0;margin-top:2px}.guide-controls-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.guide-control{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:1.25rem}.guide-control h4{display:flex;align-items:center;gap:.5rem;font-size:1rem;color:var(--gray-900);margin-bottom:.75rem}.guide-control h4 svg{color:var(--primary-blue)}.guide-control p{color:var(--gray-600);font-size:.9rem;line-height:1.6;margin-bottom:.75rem}.guide-control ul{list-style:none;padding:0;margin:0}.guide-control li{color:var(--gray-600);font-size:.85rem;padding:.4rem 0 .4rem 1.25rem;position:relative}.guide-control li:before{content:"•";position:absolute;left:0;color:var(--primary-blue);font-weight:700}.guide-interpret{display:grid;gap:1.5rem}.interpret-card{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:1.5rem}.interpret-card h4{font-size:1rem;color:var(--gray-900);margin-bottom:.75rem}.interpret-card p{color:var(--gray-600);font-size:.9rem;line-height:1.6;margin-bottom:.75rem}.interpret-card p:last-child{margin-bottom:0}.interpret-card ul{list-style:none;padding:0;margin:.75rem 0}.interpret-card li{color:var(--gray-600);font-size:.85rem;padding:.3rem 0 .3rem 1.25rem;position:relative}.interpret-card li:before{content:"→";position:absolute;left:0;color:var(--primary-blue)}.guide-caveats{background:#fffbeb;padding:1.5rem;border-radius:var(--radius-lg);border:1px solid #fcd34d}.guide-caveats h2{color:#92400e;border-bottom-color:#fcd34d}.guide-caveats>p{color:var(--gray-700);margin-bottom:1rem}.guide-caveats ul{list-style:none;padding:0;margin:0}.guide-caveats li{color:var(--gray-700);font-size:.9rem;padding:.75rem 0 .75rem 1.5rem;position:relative;border-bottom:1px solid rgba(252,211,77,.5)}.guide-caveats li:last-child{border-bottom:none}.guide-caveats li:before{content:"⚠️";position:absolute;left:0;font-size:.85rem}.guide-cta{text-align:center;background:linear-gradient(135deg,var(--primary-blue) 0%,#1d4ed8 100%);color:#fff;padding:2.5rem;border-radius:var(--radius-lg);margin-top:2rem}.guide-cta h2{font-size:1.5rem;margin-bottom:.75rem;border:none;padding:0;justify-content:center;color:#fff}.guide-cta p{font-size:1rem;opacity:.95;line-height:1.6}.help-tooltip-container{display:inline-flex;position:relative}.help-tooltip-trigger{background:none;border:none;color:var(--gray-400);cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:color .2s ease;border-radius:50%}.help-tooltip-trigger:hover{color:var(--primary-blue);background:var(--gray-100)}.help-tooltip-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0000004d;z-index:999}.help-tooltip-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:var(--radius-lg);box-shadow:0 20px 40px #0003;z-index:1000;max-width:480px;width:90%;max-height:80vh;overflow:auto}.help-tooltip-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--gray-200);background:var(--gray-50);border-radius:var(--radius-lg) var(--radius-lg) 0 0;position:sticky;top:0}.help-tooltip-header h4{font-size:1.1rem;color:var(--gray-900);margin:0}.help-tooltip-close{background:none;border:none;color:var(--gray-500);cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.help-tooltip-close:hover{color:var(--gray-900);background:var(--gray-200)}.help-tooltip-content{padding:1.25rem}.help-tooltip-content p{color:var(--gray-700);font-size:.9rem;line-height:1.7;margin-bottom:1rem}.help-tooltip-content p:last-child{margin-bottom:0}.help-tooltip-content ul{list-style:none;padding:0;margin:.75rem 0}.help-tooltip-content li{color:var(--gray-700);font-size:.9rem;padding:.4rem 0 .4rem 1.25rem;position:relative}.help-tooltip-content li:before{content:"•";position:absolute;left:0;color:var(--primary-blue);font-weight:700}.section-header-with-help{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.section-header-with-help h2{margin:0;font-size:1.25rem;color:var(--gray-900)}.filter-panel-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:.75rem;margin-bottom:1rem;border-bottom:1px solid var(--gray-200)}.filter-panel-header h3{margin:0;font-size:1rem;color:var(--gray-700);font-weight:600}@media (max-width: 768px){.guide{padding:1rem}.guide-hero h1{font-size:1.75rem}.guide-subtitle{font-size:1rem}.guide-section h2{font-size:1.25rem}.guide-tabs-grid,.guide-controls-grid{grid-template-columns:1fr}.help-tooltip-popup{max-width:95%;width:95%}}
