.catalog-page{min-height:calc(100vh - 78px);padding:38px 20px 70px;background:linear-gradient(180deg,#f7faff,#f3f7fb)}.catalog-wrap{max-width:1120px;margin:auto}.catalog-hero{display:flex;justify-content:space-between;gap:30px;align-items:flex-end;margin-bottom:22px}.catalog-hero small{color:#1670de;font-size:10px;font-weight:800;letter-spacing:.12em}.catalog-hero h1{margin:8px 0 6px;color:#11264d;font-size:32px}.catalog-hero p{margin:0;color:#71809a;font-size:12px}.catalog-create{padding:12px 18px;border-radius:11px;color:#fff;background:linear-gradient(110deg,#1559ec,#12aa91);text-decoration:none;font-size:11px;font-weight:750}.catalog-search{display:grid;grid-template-columns:1fr 280px 120px;gap:10px;margin-bottom:15px;padding:12px;border:1px solid #dfe7f2;border-radius:16px;background:#fff;box-shadow:0 10px 30px rgba(32,64,111,.06)}.catalog-search label{display:flex;align-items:center;gap:9px;height:46px;padding:0 13px;border:1px solid #dce5f1;border-radius:10px}.catalog-search input{width:100%;border:0;outline:0;color:#253a59;font:11px Inter}.catalog-search button{border:0;border-radius:10px;color:#fff;background:#1762e8;font:750 11px Inter;cursor:pointer}.catalog-meta{margin:0 0 10px;color:#697a94;font-size:10px}.catalog-list{display:grid;gap:11px}.catalog-card{display:grid;grid-template-columns:52px minmax(0,1fr) auto;gap:15px;align-items:center;padding:18px;border:1px solid #e0e7f1;border-radius:16px;color:inherit;background:#fff;text-decoration:none;box-shadow:0 7px 22px rgba(30,62,108,.045);transition:.16s}.catalog-card:hover{transform:translateY(-2px);border-color:#b8cef0;box-shadow:0 13px 28px rgba(30,72,140,.09)}.catalog-card-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:15px;color:#fff;background:linear-gradient(145deg,#1765e9,#18ad93);font-size:16px;font-weight:800}.catalog-card h2{margin:0 0 5px;color:#172b50;font-size:15px}.catalog-card .company{width:auto;height:auto;display:block;margin-bottom:7px;color:#4e6484;background:none;font-size:10px;font-weight:650}.catalog-card p{overflow:hidden;margin:0;color:#75839a;font-size:9px;line-height:1.5;text-overflow:ellipsis;white-space:nowrap}.catalog-tags{display:flex;flex-wrap:wrap;gap:5px;margin-top:9px}.catalog-tags span{padding:5px 7px;border-radius:7px;color:#49607e;background:#f1f5fa;font-size:8px}.catalog-side{text-align:right}.catalog-side strong{display:block;color:#174fbd;font-size:15px}.catalog-side small{display:block;margin-top:7px;color:#7485a0;font-size:9px}.catalog-empty{padding:60px;border:1px dashed #ccd9ea;border-radius:16px;color:#7a899f;background:#fff;text-align:center}@media(max-width:700px){.catalog-hero{align-items:flex-start;flex-direction:column}.catalog-search{grid-template-columns:1fr}.catalog-search button{height:44px}.catalog-card{grid-template-columns:44px 1fr}.catalog-card-icon{width:44px;height:44px}.catalog-side{grid-column:2;text-align:left}.catalog-card p{white-space:normal}}
