.mktk{max-width:1100px;margin:0 auto;padding:24px 16px 48px}.mktk-h{display:flex;align-items:baseline;gap:10px;margin:0 2px 20px}.mktk-h h1{font-family:"Rubik";font-weight:800;font-size:26px;color:#1c2434;margin:0}.mktk-h span{color:#8a93a6;font-size:14px;font-weight:600}.tk-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.tk-card{border:1px solid #eef0f4;border-radius:16px;padding:18px;background:#fff;display:flex;flex-direction:column;box-shadow:0 1px 3px rgba(28,36,52,.05)}.tk-top{display:flex;align-items:center;gap:12px}.tk-logo{width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,#f2691e,#ff9d4d);color:#fff!important;font-family:"Rubik";font-weight:800;font-size:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0;text-transform:uppercase}.tk-name{display:flex;align-items:center;gap:7px;font-family:"Rubik";font-weight:800;font-size:16px;color:#1c2434}.tk-sc{background:#0fa958;color:#fff;font-size:11.5px;font-weight:800;padding:2px 7px;border-radius:6px}.tk-foll{font-size:12px;color:#8a93a6;font-weight:600;margin-top:2px}.tk-desc{font-size:12.5px;color:#5a6473;line-height:1.5;margin:12px 0 14px;flex:1}.tk-act{display:flex;gap:8px;margin-top:auto}.mktk .tk-go{flex:1;display:flex;align-items:center;justify-content:center;background:#1c2434;color:#fff!important;font-family:"Rubik";font-weight:800;font-size:12.5px;padding:10px;border-radius:9px}.mktk .tk-go:hover{background:#f2691e}.tk-unf{flex:1;background:#fff;border:1.5px solid #e2e6ec;color:#8a93a6;font-family:"Rubik";font-weight:800;font-size:12.5px;padding:10px;border-radius:9px;cursor:pointer;transition:.15s}.tk-unf:hover{border-color:#e23744;color:#e23744}.tk-empty{text-align:center;padding:60px 20px;background:#f6f7f9;border-radius:16px}.tk-empty svg{width:54px;height:54px;color:#c7cdd8;margin-bottom:14px}.tk-empty h2{font-family:"Rubik";font-weight:800;font-size:19px;color:#1c2434;margin:0 0 8px}.tk-empty p{color:#8a93a6;font-weight:600;margin:0 0 20px}.mktk .tk-empty a{display:inline-block;background:#f2691e;color:#fff!important;font-family:"Rubik";font-weight:800;padding:12px 30px;border-radius:30px}@media(max-width:820px){.tk-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.tk-grid{grid-template-columns:1fr}}