:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#172033;background:#f5f7fb}*{box-sizing:border-box}body{margin:0}.wrap{max-width:1120px;margin:auto;padding:22px 22px 60px}nav{display:flex;justify-content:space-between;align-items:center}.brand{font-weight:950;letter-spacing:-.05em;color:#172033;text-decoration:none;font-size:21px}.back{color:#68758a;text-decoration:none;font-size:13px}header{padding:70px 0 30px;max-width:900px}.eyebrow{font-size:11px;letter-spacing:.14em;font-weight:900;color:#7a8799}h1{font-size:clamp(40px,6vw,70px);line-height:.95;letter-spacing:-.07em;margin:12px 0 18px}header p{font-size:17px;color:#68758a;line-height:1.55;max-width:720px}.demoRole{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:28px}.demoRole div{background:#fff;border:1px solid #e0e5ed;border-radius:15px;padding:15px}.demoRole span{display:block;font-size:9px;font-weight:900;letter-spacing:.1em;color:#8994a5;margin-bottom:5px}.demoRole strong{font-size:13px}.toolbar{display:flex;justify-content:space-between;gap:15px;align-items:end;margin:35px 0 14px}.toolbar h2{margin:0;font-size:24px;letter-spacing:-.04em}.toolbar p{margin:5px 0 0;color:#7a8799;font-size:12px}.filters{display:flex;gap:6px}.filter{border:1px solid #d9dfe8;background:#fff;border-radius:999px;padding:8px 11px;font-size:11px;font-weight:850;cursor:pointer}.filter.active{background:#172033;color:#fff}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.card{background:#fff;border:1px solid #e0e5ed;border-radius:18px;padding:18px;cursor:pointer;transition:.18s}.card:hover,.card.selected{transform:translateY(-2px);box-shadow:0 12px 30px rgba(23,32,51,.08);border-color:#aeb8c7}.top{display:flex;justify-content:space-between;gap:10px}.name{font-weight:900;font-size:15px}.meta{font-size:11px;color:#7b8698;margin-top:3px}.score{font-size:28px;font-weight:950}.score small{font-size:10px;color:#8994a5}.decision{display:inline-block;margin-top:12px;font-size:9px;text-transform:uppercase;letter-spacing:.1em;font-weight:900;padding:5px 7px;border-radius:6px;background:#eef1f6}.shortlist{background:#eaf6ef;color:#216f48}.review{background:#fff4e8;color:#9a632d}.chips{display:flex;gap:5px;flex-wrap:wrap;margin-top:13px}.chip{font-size:9px;padding:5px 7px;border-radius:999px;background:#eef2f6;color:#59677b}.detail{margin-top:12px;background:#fff;border:1px solid #e0e5ed;border-radius:18px;padding:24px;min-height:210px}.detailEmpty{color:#8994a5;text-align:center;padding:55px 10px;font-size:13px}.detailGrid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.detail h3{margin:0 0 5px;font-size:21px}.detail .lead{color:#68758a;font-size:12px;line-height:1.5}.block h4{font-size:11px;text-transform:uppercase;letter-spacing:.08em;margin:18px 0 7px}.block p,.block li{font-size:12px;line-height:1.55;color:#5f6c80}.cta{margin-top:55px;padding:30px;border-radius:20px;background:#172033;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:25px}.cta h2{font-size:30px;letter-spacing:-.05em;margin:7px 0}.cta p{color:#b5bfcd;font-size:12px;max-width:600px}.btn{display:inline-block;white-space:nowrap;text-decoration:none;background:#fff;color:#172033;border-radius:10px;padding:12px 15px;font-size:12px;font-weight:900}footer{display:flex;justify-content:space-between;gap:15px;margin-top:22px;color:#8994a5;font-size:10px}footer a{color:#68758a}@media(max-width:760px){header{padding-top:45px}.demoRole,.cards{grid-template-columns:1fr}.toolbar{align-items:start;flex-direction:column}.detailGrid{grid-template-columns:1fr}.cta{flex-direction:column;align-items:start}footer{flex-direction:column}}