.bios-module{padding:20px 0;width:100%}.bios-grid{display:grid;gap:30px;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1200px;padding:0 20px}.bio-card{cursor:pointer}.bio-card-image-wrapper{border-radius:8px;margin-bottom:15px;overflow:hidden;padding-bottom:100%;position:relative;transition:transform .3s ease;width:100%}.bio-card-badge{align-items:center;backdrop-filter:blur(2px);background:hsla(0,0%,100%,.65);border-radius:50%;bottom:12px;display:flex;height:40px;justify-content:center;pointer-events:none;position:absolute;right:12px;transition:background-color .2s ease,transform .2s ease;width:40px}.bio-card-badge svg{height:20px;width:20px}.bio-card:hover .bio-card-badge{background:hsla(0,0%,100%,.9);color:#6b2fb3;transform:scale(1.08)}.bio-card:hover .bio-card-image-wrapper{transform:translateY(-5px)}.bio-card-image-inner{height:100%;left:0;position:absolute;top:0;transition:transform .4s ease;width:100%}.bio-card:hover .bio-card-image-inner{transform:scale(1.1)}.bio-card-image{display:block;filter:grayscale(100%);height:auto;left:50%;min-height:100%;min-width:100%;object-fit:cover;position:absolute;top:50%;transform:translate(-50%,-50%);transition:filter .4s ease;width:auto}.bio-card:hover .bio-card-image{filter:grayscale(0)}.bio-card-name{color:#333;font-size:1.25rem;font-weight:600;margin:0}.bio-card-title{color:#666;font-size:.95rem;line-height:1.4;margin:0}.bio-popup{align-items:center;display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.bio-popup.active{display:flex}.bio-popup-overlay{background-color:rgba(0,0,0,.75);cursor:pointer;height:100%;left:0;position:absolute;top:0;width:100%}.bio-popup-content{animation:popupFadeIn .3s ease;background:#fff;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.3);max-height:85vh;max-width:900px;overflow:hidden;position:relative;width:90%;z-index:10000}@keyframes popupFadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.bio-popup-close{align-items:center;background:rgba(0,0,0,.5);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:15px;top:15px;transition:background .3s ease;width:40px;z-index:10001}.bio-popup-close:hover{background:rgba(0,0,0,.8)}.bio-popup-inner{display:grid;grid-template-columns:1fr 1.5fr;height:100%;max-height:85vh}.bio-popup-left{align-items:start;display:flex;justify-content:center;padding:40px}.bio-popup-image{border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);height:auto;width:100%}.bio-popup-right{max-height:85vh;overflow-y:auto;padding:40px 40px 40px 0}.bio-popup-name{color:#333;font-size:2rem;font-weight:600;margin:0 0 10px}.bio-popup-title{color:#666;font-size:1.1rem;font-weight:500;margin:0 0 25px}.bio-popup-bio{color:#444;font-size:1rem;line-height:1.7}.bio-popup-bio p{margin-bottom:15px}@media (max-width:1024px){.bios-grid{gap:25px;grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.bios-grid{gap:20px;grid-template-columns:repeat(2,1fr)}.bio-popup-inner{grid-template-columns:1fr}.bio-popup-left{padding:30px 30px 20px}.bio-popup-right{padding:20px 30px 30px}.bio-popup-image{max-width:250px}}@media (max-width:480px){.bios-grid{gap:25px;grid-template-columns:1fr}.bio-popup-content{max-height:90vh;width:95%}.bio-popup-left{padding:25px 20px 15px}.bio-popup-right{max-height:calc(90vh - 250px);padding:15px 20px 25px}.bio-popup-name{font-size:1.5rem}.bio-popup-title{font-size:1rem}.bio-popup-image{max-width:200px}}body.bio-popup-open{overflow:hidden}