.expert-card{--icon-cert:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l2.6 1.6 3-.2 1.2 2.8 2.5 1.7-1 3 1 3-2.5 1.7-1.2 2.8-3-.2L12 21l-2.6-1.6-3 .2-1.2-2.8-2.5-1.7 1-3-1-3 2.5-1.7 1.2-2.8 3 .2L12 3z'/%3E%3Cpath d='M9.5 12.5l1.8 1.8 3.7-3.7'/%3E%3C/svg%3E");--icon-award:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M8.5 12.5L7 21l5-3 5 3-1.5-8.5'/%3E%3C/svg%3E");--icon-shield:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 4v5c0 5-3.5 9.5-7 10-3.5-.5-7-5-7-10V7l7-4z'/%3E%3Cpath d='M12 9v4'/%3E%3Cpath d='M12 16h.01'/%3E%3C/svg%3E");--icon-target:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M12 2v3'/%3E%3Cpath d='M19 12h3'/%3E%3Cpath d='M12 19v3'/%3E%3Cpath d='M2 12h3'/%3E%3C/svg%3E");display:flex;flex-direction:column;gap:24px;margin:10px 0;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}.expert-card:hover{transform:translateY(-8px);box-shadow:0 16px 48px rgba(37,99,235,.35)}.expert-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,rgba(37,99,235,.7),rgba(124,58,237,.8) 50%,rgba(37,99,235,.7))}.expert-card__expert-info{display:flex;align-items:center;gap:16px;padding-top:4px}.expert-card__expert-info img{width:110px;height:110px;border-radius:50%;border:3px solid rgba(37,99,235,.4);object-fit:cover;transition:border-color .3s ease}.expert-card__expert-info--text{display:flex;flex-direction:column;gap:6px;flex:1 1}.expert-card__expert-info--name{font-size:1.35rem;font-weight:700;margin:0;color:#fff;line-height:1.3}.expert-card__expert-info--position{font-size:.95rem;font-weight:500;margin:0;color:#93c5fd;line-height:1.4}.expert-card:hover .expert-card__expert-info img{border-color:#2563eb}.expert-card__description{font-size:.95rem;line-height:1.65;color:#e5e7eb;margin:0;padding:0 4px}.expert-card__certifications{display:flex;flex-direction:column;gap:12px;padding:0 4px}.expert-card__certifications-title{font-size:.8rem;font-weight:700;color:#93c5fd;text-transform:uppercase;letter-spacing:1px;margin:0;display:flex;align-items:center;gap:8px}.expert-card__certifications-title:before{content:"";width:16px;height:16px;background-color:#93c5fd;-webkit-mask:var(--icon-cert) no-repeat center/contain;mask:var(--icon-cert) no-repeat center/contain}.expert-card__certifications-tags{display:flex;flex-wrap:wrap;gap:8px}.expert-card__cert-badge{display:inline-block;padding:6px 14px;background:linear-gradient(135deg,rgba(37,99,235,.15),rgba(37,99,235,.05));border:1px solid rgba(37,99,235,.4);border-radius:20px;font-size:.8rem;font-weight:600;color:#93c5fd;transition:all .3s ease;cursor:default}.expert-card__cert-badge:hover{background:linear-gradient(135deg,rgba(37,99,235,.3),rgba(37,99,235,.15));border-color:#2563eb;color:#fff;transform:translateY(-2px)}.expert-card__highlight{--highlight-icon:var(--icon-award);--highlight-accent:#c4b5fd;background:linear-gradient(135deg,rgba(124,58,237,.1),rgba(37,99,235,.1));border:1px solid rgba(148,163,184,.18);border-radius:14px;padding:18px;position:relative;overflow:hidden}.expert-card__highlight-title{font-size:.8rem;font-weight:700;color:var(--highlight-accent);text-transform:uppercase;letter-spacing:.5px;margin:0 0 10px;position:relative;z-index:1;display:flex;align-items:center;gap:8px}.expert-card__highlight-title:before{content:"";width:14px;height:14px;background-color:var(--highlight-accent);-webkit-mask:var(--highlight-icon) no-repeat center/contain;mask:var(--highlight-icon) no-repeat center/contain}.expert-card__highlight-content{font-size:.9rem;line-height:1.6;color:#e0e7ff;margin:0;position:relative;z-index:1}.expert-card__highlight--cve{--highlight-icon:var(--icon-shield);--highlight-accent:#fca5a5;background:linear-gradient(135deg,rgba(239,68,68,.08),rgba(37,99,235,.08));border-color:rgba(248,113,113,.25)}.expert-card__highlight--bounty{--highlight-icon:var(--icon-target);--highlight-accent:#86efac;background:linear-gradient(135deg,rgba(34,197,94,.08),rgba(37,99,235,.08));border-color:rgba(74,222,128,.25)}.expert-card__footer{margin-top:8px;padding-top:20px;border-top:1px solid hsla(0,0%,100%,.08)}.expert-card__footer a{display:inline-flex;align-items:center;gap:10px;padding:10px 18px;background:rgba(37,99,235,.1);border:1px solid rgba(37,99,235,.4);border-radius:10px;color:#93c5fd;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s ease}.expert-card__footer a:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);border-color:#2563eb;color:#fff;transform:translateX(4px);box-shadow:0 4px 12px rgba(37,99,235,.4)}.expert-card__footer a img{width:20px;height:20px;transition:transform .3s ease}.expert-card__footer a:hover img{transform:rotate(5deg) scale(1.1)}.expert-card-bg{background:linear-gradient(160deg,#0b1736,#0b1228);border:1px solid rgba(148,163,184,.16);border-radius:18px;padding:30px;position:relative;box-shadow:0 24px 48px rgba(2,6,23,.45),inset 0 1px 0 hsla(0,0%,100%,.04)}@media(max-width:768px){.expert-card-bg{padding:20px}}