:root{font-family:Arial,sans-serif;color:#123f66;background:#eef3f9;font-synthesis:none}*{box-sizing:border-box}body{margin:0}main{max-width:1120px;margin:32px auto;padding:0 24px 32px}header{border:1px solid #c9deef;border-top:4px solid #0629ad;border-radius:18px;background:linear-gradient(120deg,#fff,#edf9fd);padding:24px 28px}.back{font-size:13px;color:#47708c;text-decoration:none}.back:hover{text-decoration:underline}.heading{display:flex;align-items:center;justify-content:space-between;margin-top:22px}.eyebrow{font-size:11px;font-weight:800;letter-spacing:.12em;color:#008bbb}h1{font-size:30px;margin:8px 0 10px;letter-spacing:-.7px}p{color:#637d93;font-size:15px;margin:0;line-height:1.5}.header-icon{display:grid;place-items:center;width:64px;height:64px;border-radius:18px;background:#ddf5fc;color:#007da9;font-size:32px}.search-panel{margin-top:20px;padding:20px;background:white;border:1px solid #d4e2ef;border-radius:14px}.search{display:flex;align-items:center;gap:10px;border:1px solid #b9d2e8;background:#f8fbfe;border-radius:10px;padding:0 14px}.search>span{font-size:26px;color:#008ac2}.search:focus-within{border-color:#009fe3;box-shadow:0 0 0 3px #009fe319}input{min-width:0;flex:1;height:48px;border:0;outline:0;background:transparent;font:inherit;font-size:16px;color:#123f66}button,a{touch-action:manipulation}button{cursor:pointer;font:inherit}#clear{border:0;background:transparent;color:#61798c;font-size:24px;padding:6px}.filters{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.filters button,#reset{border:1px solid #c9dced;background:#fff;border-radius:8px;padding:10px 14px;color:#15486f;font-size:13px;font-weight:700}.filters button[aria-pressed=true]{background:#062bb0;border-color:#062bb0;color:white}.results-heading{display:flex;justify-content:space-between;align-items:center;margin:26px 2px 14px}.results-heading h2{font-size:17px;margin:0}#count{font-size:13px;color:#657d92}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.card{display:flex;flex-direction:column;border:1px solid #d1e0ee;border-radius:12px;background:white;padding:20px;min-height:178px;transition:border-color .16s,box-shadow .16s}.card:hover{border-color:#7ccbe8;box-shadow:0 5px 16px #1847770c}.card-head{display:flex;gap:12px;align-items:center}.badge{display:grid;place-items:center;flex-shrink:0;width:42px;height:42px;border-radius:12px;background:#e9f6fd;color:#006d9b;font-weight:800;font-size:16px}.card h3{font-size:17px;margin:0 0 5px;overflow-wrap:anywhere}.company{color:#6e8497;font-size:12px}.card a{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:20px;color:#003cab;font-size:14px;font-weight:700;text-decoration:none}.card a:hover{text-decoration:underline}button:focus-visible,a:focus-visible{outline:3px solid #00a5dc;outline-offset:3px}.empty{text-align:center;background:#fff;border:1px dashed #b8d1e5;border-radius:12px;padding:36px}.empty h2{font-size:19px}.empty button{margin-top:18px}footer{font-size:12px;line-height:1.7;color:#6a8092;margin:26px 2px}[hidden]{display:none!important}@media(max-width:850px){.cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:540px){main{padding:0 14px;margin-top:14px}header{padding:20px}.cards{grid-template-columns:1fr}.header-icon{display:none}h1{font-size:26px}}
