:root{color:#172321;background:#f4f7f9;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px}button,input,select{font:inherit}button{cursor:pointer}.dashboard-shell{min-height:100vh;padding:24px;background:linear-gradient(180deg,#ffffffbd,#f4f7f9e6),#f4f7f9}.dashboard-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:64px;gap:14px;max-width:1480px;margin:0 auto}.dashboard-item{min-width:0}.visual-text{align-content:center}.text-box{margin:0;letter-spacing:0}.kpi-card,.filter-panel,.pivot-visual,.summary-chart{height:100%;min-height:0;border:1px solid #d9e2e0;border-radius:8px;background:#fff;box-shadow:0 12px 30px #142b2612}.kpi-card{display:flex;flex-direction:column;justify-content:space-between;padding:18px}.kpi-label{display:flex;align-items:center;gap:5px;color:#66736f;font-size:12px;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.kpi-value{color:#172321;font-size:clamp(24px,2.2vw,36px);font-weight:800;line-height:1;letter-spacing:0;overflow-wrap:anywhere}.kpi-trend{display:flex;align-items:center;gap:5px;min-height:22px;color:#66736f;font-size:12px;font-weight:700}.kpi-trend.positive{color:#027a48}.kpi-trend.negative{color:#b42318}.kpi-context{color:#66736f;font-size:12px;font-weight:650}.trend-context{color:#66736f;font-weight:600}.filter-panel{display:flex;flex-direction:column;gap:14px;overflow:visible;padding:16px}.filter-panel-secondary{justify-content:center;padding:12px 16px;gap:10px}.filter-panel-header{display:flex;align-items:center;justify-content:space-between;color:#172321;font-size:16px;font-weight:800}.filter-block{display:grid;gap:8px}.filter-label{display:inline-flex;align-items:center;gap:4px;color:#66736f;font-size:12px;font-weight:750;letter-spacing:.02em;text-transform:uppercase}.selected-field{display:grid;gap:2px;border:1px solid #b8dcd5;border-radius:8px;background:#e7f6f2;padding:10px 12px}.selected-field span{color:#66736f;font-size:11px;font-weight:800;letter-spacing:.02em;text-transform:uppercase}.selected-field strong{color:#0b5f59;font-size:15px;line-height:1.25}.search-input{display:flex;align-items:center;gap:7px;min-height:38px;border:1px solid #d9e2e0;border-radius:7px;background:#f8fbfa;padding:0 10px;color:#66736f}.search-input input{width:100%;border:0;outline:0;background:transparent;color:#172321}select,.numeric-input{min-height:38px;width:100%;border:1px solid #d9e2e0;border-radius:7px;background:#fff;color:#172321;padding:0 10px}input[type=range]{width:100%;accent-color:#0f766e}.slider-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;color:#66736f;font-size:12px;font-weight:700}.button-group{display:flex;flex-wrap:wrap;gap:7px}.button-group.compact{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.button-group.result-mode{display:grid;grid-template-columns:1fr}.button-group.result-mode button{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:42px;text-align:left}.button-group button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:34px;border:1px solid #d9e2e0;border-radius:7px;background:#fff;color:#35423f;padding:0 10px;font-size:12px;font-weight:750;overflow-wrap:anywhere}.button-group button.active{border-color:#0f766e;background:#e7f6f2;color:#0b5f59}.secondary-filter-grid{display:grid;grid-template-columns:minmax(200px,.8fr) minmax(360px,1.2fr);gap:14px}.secondary-filter-grid .button-group.result-mode{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.slicer-block{min-height:0}.slicer-list{display:grid;max-height:410px;gap:6px;overflow:auto;padding-right:4px}.slicer-list button{min-height:36px;border:1px solid #d9e2e0;border-radius:7px;background:#fff;color:#35423f;padding:7px 10px;text-align:left;font-size:12px;font-weight:700}.slicer-list button.active{border-color:#0f766e;background:#e7f6f2;color:#0b5f59}.checkbox-filter{display:flex;align-items:center;gap:9px;color:#35423f;font-size:13px;font-weight:700}.checkbox-filter input{width:17px;height:17px;accent-color:#0f766e}.pivot-visual{display:flex;min-height:420px;flex-direction:column;overflow:hidden}.visual-title{display:flex;align-items:center;gap:6px;flex:0 0 auto;border-bottom:1px solid #d9e2e0;padding:13px 16px;color:#172321;font-size:14px;font-weight:800}.info-tooltip{position:relative;display:inline-flex;align-items:center;justify-content:center;width:17px;height:17px;flex:0 0 auto;border:1px solid #b8dcd5;border-radius:999px;background:#e7f6f2;color:#0b5f59;font-size:11px;font-weight:900;line-height:1;-webkit-user-select:none;user-select:none;cursor:default}.info-tooltip:hover,.info-tooltip:focus,.info-tooltip:focus-within{z-index:50}.info-tooltip-content{position:absolute;right:0;bottom:calc(100% + 8px);z-index:100;display:none;width:min(320px,80vw);border:1px solid #b8dcd5;border-radius:8px;background:#fff;box-shadow:0 14px 34px #142b2629;color:#23312e;padding:10px 12px;font-size:12px;font-weight:650;line-height:1.45;text-transform:none;pointer-events:none}.info-tooltip:hover .info-tooltip-content,.info-tooltip:focus .info-tooltip-content,.info-tooltip:focus-within .info-tooltip-content{display:block}.chart-legend .info-tooltip-content{right:auto;left:50%;transform:translate(-50%);bottom:auto;top:calc(100% + 8px)}.pivot-scroll{flex:1 1 auto;min-height:0;overflow:auto}.pivot-table{width:100%;min-width:1120px;border-collapse:separate;border-spacing:0;font-size:13px}.pivot-table th,.pivot-table td{border-bottom:1px solid #e6edeb;border-right:1px solid #edf2f1;padding:11px 12px;text-align:right;white-space:nowrap}.pivot-table thead th{position:sticky;top:0;z-index:2;background:#f8fbfa;color:#35423f;font-size:12px;font-weight:800}.pivot-table thead tr:first-child th{height:36px;padding-block:8px}.pivot-table thead tr:nth-child(2) th{top:36px;border-bottom:2px solid #cbd8d5;padding-block:8px}.pivot-table .row-heading,.pivot-table tbody th{position:sticky;left:0;z-index:1;text-align:left}.pivot-table .row-heading{z-index:4;border-right:2px solid #cbd8d5}.pivot-table tbody th{background:#fff;color:#172321;font-weight:750;border-right:2px solid #cbd8d5}.pivot-table .recruitment-heading{text-align:center;border-right:2px solid #cbd8d5}.pivot-table .measure-heading{text-align:center;color:#66736f;font-size:11px}.pivot-table td{color:#172321;font-variant-numeric:tabular-nums;font-weight:700}.pivot-table td.pair-even,.pivot-table th.pair-even{box-shadow:inset 0 0 0 9999px #0f766e09}.pivot-table td.pair-odd,.pivot-table th.pair-odd{box-shadow:inset 0 0 0 9999px #b7791f0b}.pivot-table td.group-end,.pivot-table th.group-end{border-right:2px solid #cbd8d5}.summary-chart{display:flex;min-height:300px;flex-direction:column;overflow:visible;background:#fff}.chart-toolbar{display:flex;gap:7px;border-bottom:1px solid #e6edeb;padding:10px 16px 0}.chart-toolbar button{min-height:32px;border:1px solid #d9e2e0;border-radius:7px;background:#fff;color:#35423f;padding:0 12px;font-size:12px;font-weight:800}.chart-toolbar button.active{border-color:#0f766e;background:#e7f6f2;color:#0b5f59}.chart-legend{display:flex;flex-wrap:wrap;gap:12px;border-bottom:1px solid #e6edeb;padding:10px 16px;color:#35423f;font-size:12px;font-weight:750;overflow:visible}.chart-legend span{display:inline-flex;align-items:center;gap:6px}.chart-legend i{width:10px;height:10px;border-radius:999px}.chart-scroll{flex:1 1 auto;min-height:0;overflow-x:auto;overflow-y:hidden;padding:8px 12px 12px;display:flex;justify-content:center;align-items:center}.chart-scroll svg{display:block;height:100%;max-height:100%;width:auto;min-width:720px}.chart-axis{stroke:#8fa09b;stroke-width:1.2}.chart-grid-line{stroke:#edf2f1;stroke-width:1}.chart-tick,.chart-label,.chart-point-label{fill:#66736f;font-size:12px;font-weight:700}.chart-point-label{fill:#172321;paint-order:stroke;stroke:#fff;stroke-width:3px;stroke-linejoin:round}@media(max-width:980px){.dashboard-shell{padding:16px}.dashboard-grid{display:flex;flex-direction:column}.dashboard-item{min-height:auto}.item-title{order:1}.item-subtitle{order:2}.item-field-filter{order:3}.item-field-filter .slicer-list{max-height:204px}.item-secondary-filters{order:4}.item-average-threshold-card,.item-median-qualified-score-card,.item-total-places-card{order:5}.item-summary-chart{order:6}.item-calculator-section-title{order:7}.item-calculator{order:8}.item-simulation{order:9}.item-pivot{order:10}.filter-panel{max-height:none}.secondary-filter-grid{grid-template-columns:1fr}.kpi-card{min-height:138px}.pivot-visual{min-height:460px}}.visual-calculator,.visual-simulation{min-height:480px}.calculator-card,.simulation-visual{height:100%;min-height:0;border:1px solid #d9e2e0;border-radius:8px;background:#fff;box-shadow:0 12px 30px #142b2612;display:flex;flex-direction:column;overflow:hidden}.calculator-header,.simulation-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #d9e2e0;padding:13px 16px;color:#172321;font-size:14px;font-weight:800;flex:0 0 auto}.calculator-body{flex:1 1 auto;overflow:auto;padding:16px;display:flex;flex-direction:column;gap:16px}.calculator-group{display:flex;flex-direction:column;gap:6px}.calculator-label{color:#66736f;font-size:11px;font-weight:750;letter-spacing:.02em;text-transform:uppercase}.input-row-between{display:flex;justify-content:space-between;align-items:center;gap:10px}.compact-input{width:70px;min-height:30px;text-align:right;padding:0 6px;border:1px solid #d9e2e0;border-radius:6px}.slider-limits{color:#66736f;font-size:11px;font-weight:600}.checkbox-list{display:flex;flex-direction:column;gap:8px;padding-left:2px}.calculator-results{margin-top:auto;border-top:1px dashed #cbd8d5;padding-top:14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.result-kpi{display:flex;flex-direction:column;gap:4px;padding:10px;border-radius:6px;background:#f8fbfa;border:1px solid #e6edeb}.result-kpi.highlight{background:#e7f6f2;border-color:#b8dcd5}.result-label{color:#66736f;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.01em;line-height:1.2}.result-value{color:#172321;font-size:16px;font-weight:800}.accent-text{color:#0f766e;font-size:18px}.simulation-visual .pivot-table{min-width:unset;width:100%}.simulation-filter{display:flex;align-items:center;gap:6px;font-size:12px}.simulation-filter select{min-height:28px;padding:0 4px;border:1px solid #d9e2e0;border-radius:6px;background:#fff;color:#172321;font-size:12px;font-weight:700}.simulation-info{background:#f8fbfa;border-bottom:1px solid #e6edeb;padding:10px 16px;font-size:12px;color:#35423f;line-height:1.4;flex:0 0 auto}.simulation-info strong{color:#0b5f59}.no-data-alert{padding:24px;text-align:center;color:#66736f;font-size:13px;font-style:italic}.grand-total-row th,.grand-total-row td{border-top:2px solid #cbd8d5;border-bottom:2px solid #cbd8d5;background-color:#e7f6f2!important;color:#0b5f59}.dashboard-grid{transition:opacity .15s ease,filter .15s ease}.dashboard-grid.loading{opacity:.65;filter:blur(1.5px);pointer-events:none}.loading-overlay{position:fixed;top:20px;right:20px;background:#ffffffe6;border:1px solid #d9e2e0;border-radius:20px;padding:8px 16px;display:flex;align-items:center;gap:8px;box-shadow:0 4px 12px #142b2614;font-size:13px;font-weight:600;color:#0f766e;z-index:9999;pointer-events:none}.spinner{width:14px;height:14px;border:2px solid #e2ebf0;border-top-color:#0f766e;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
