.employer-dashboard{padding:1rem;border:1px solid #ffffff35;border-radius:24px;background:#f7fbfc;color:var(--ink);box-shadow:0 28px 80px #0006;transform:rotate(.35deg)}
.ed-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.25rem .25rem .8rem}.ed-head small,.ed-head strong{display:block}.ed-head small{color:var(--teal);font-size:.62rem;font-weight:900;letter-spacing:.1em}.ed-head strong{color:var(--navy);font-size:1.1rem}.ed-ready{padding:.35rem .55rem;border-radius:999px;background:#dff6f3;color:#087d78;font-size:.6rem;font-weight:900;white-space:nowrap}.ed-ready:before{content:"✓";margin-right:.3rem}
.ed-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:.4rem}.ed-metric{padding:.65rem .5rem;border:1px solid var(--line);border-radius:11px;background:#fff}.ed-metric small,.ed-metric strong{display:block}.ed-metric small{color:var(--muted);font-size:.55rem}.ed-metric strong{color:var(--navy);font-size:.92rem;line-height:1.2}
.ed-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:.35rem;margin:.65rem 0}.ed-tab{padding:.5rem;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--muted);font:inherit;font-size:.67rem;font-weight:900;cursor:pointer}.ed-tab[aria-selected="true"]{background:var(--navy);border-color:var(--navy);color:#fff}.ed-tab:focus-visible,.ed-toggle:focus-visible,.ed-mix-button:focus-visible{outline:3px solid #f4bd3b;outline-offset:2px}
.ed-pane{display:none;min-height:285px}.ed-pane.active{display:block}.ed-card{height:100%;padding:.8rem;border:1px solid var(--line);border-radius:13px;background:#fff}.ed-card-title{display:flex;align-items:center;justify-content:space-between;gap:.7rem;margin-bottom:.65rem}.ed-card-title strong{color:var(--navy);font-size:.85rem}.ed-card-title span{color:var(--teal);font-size:.58rem;font-weight:900}
.ed-mix-controls{display:grid;grid-template-columns:repeat(3,1fr);gap:.35rem;margin-bottom:.7rem}.ed-mix-button{padding:.45rem .25rem;border:1px solid var(--line);border-radius:8px;background:#f7fbfc;color:var(--muted);font:inherit;font-size:.58rem;font-weight:900;cursor:pointer}.ed-mix-button.active{border-color:var(--teal);background:#e5f8f6;color:#087d78}
.ed-funding{display:grid;grid-template-columns:120px 1fr;gap:.8rem;align-items:center}.ed-donut{position:relative;width:112px;height:112px;border-radius:50%;background:conic-gradient(var(--navy) 0 42%,var(--teal) 42% 88%,var(--gold) 88% 100%)}.ed-donut:after{content:"126\A employees";white-space:pre;position:absolute;inset:22px;display:grid;place-items:center;border-radius:50%;background:#fff;color:var(--navy);font-size:.58rem;font-weight:900;text-align:center}.ed-funding-list{display:grid;gap:.35rem}.ed-funding-list div{display:grid;grid-template-columns:8px 1fr auto;gap:.4rem;align-items:center;color:var(--muted);font-size:.62rem}.ed-funding-list i{width:8px;height:8px;border-radius:50%;background:var(--navy)}.ed-funding-list div:nth-child(2) i{background:var(--teal)}.ed-funding-list div:nth-child(3) i{background:var(--gold)}.ed-funding-list b{color:var(--navy)}
.ed-range{margin-top:.75rem;padding-top:.6rem;border-top:1px solid var(--line)}.ed-range label{display:flex;justify-content:space-between;margin:0;color:var(--muted);font-size:.62rem}.ed-range label strong{color:var(--navy)}.ed-range input{padding:0;accent-color:var(--teal)}
.ed-benefits{display:grid;grid-template-columns:1fr 1fr;gap:.4rem}.ed-toggle{display:flex;align-items:center;justify-content:space-between;gap:.4rem;padding:.55rem .6rem;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--navy);font:inherit;font-size:.66rem;font-weight:850;cursor:pointer}.ed-toggle:after{content:"ON";padding:.18rem .32rem;border-radius:999px;background:var(--teal);color:#fff;font-size:.48rem}.ed-toggle[aria-pressed="false"]{color:#8095a4;background:#f5f8f9}.ed-toggle[aria-pressed="false"]:after{content:"OFF";background:#aabac4}.ed-benefit-note{grid-column:1/-1;margin-top:.2rem;padding:.6rem;border-left:4px solid var(--gold);background:#fff8e2;color:#526c7d;font-size:.58rem}
.ed-workforce{display:grid;grid-template-columns:1fr 1fr;gap:.45rem}.ed-insight{padding:.65rem;border:1px solid var(--line);border-radius:10px;background:#f8fbfc}.ed-insight span,.ed-insight strong,.ed-insight small{display:block}.ed-insight span{color:var(--teal);font-size:.54rem;font-weight:900;text-transform:uppercase}.ed-insight strong{margin:.15rem 0;color:var(--navy);font-size:.9rem}.ed-insight small{color:var(--muted);font-size:.55rem;line-height:1.35}.ed-insight.wide{grid-column:1/-1;display:grid;grid-template-columns:1fr auto;align-items:center}.ed-signal{display:flex;align-items:end;gap:3px;height:30px}.ed-signal i{width:7px;border-radius:3px 3px 0 0;background:var(--teal)}.ed-signal i:nth-child(1){height:30%}.ed-signal i:nth-child(2){height:50%}.ed-signal i:nth-child(3){height:70%}.ed-signal i:nth-child(4){height:55%}.ed-signal i:nth-child(5){height:85%}
.ed-status{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.65rem}.ed-status span{padding:.32rem .42rem;border-radius:7px;background:#e9f7f5;color:#087d78;font-size:.52rem;font-weight:850}.ed-status span:before{content:"✓";margin-right:.25rem}
@media(max-width:850px){.employer-dashboard{max-width:680px;transform:none}}
@media(max-width:520px){.ed-metrics{grid-template-columns:1fr 1fr}.ed-pane{min-height:300px}.ed-funding{grid-template-columns:90px 1fr}.ed-donut{width:86px;height:86px}.ed-donut:after{inset:18px}.ed-benefits{grid-template-columns:1fr}}
