.ai-screener *{box-sizing:border-box}.ai-screener-holder{width:380px;border-radius:12px;background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.1);position:relative;padding-bottom:40px}.ai-screener-header{position:relative;background:linear-gradient(90deg, #0053ff, #2b88ff);color:#fff;padding:12px 16px;border-top-left-radius:15px;border-top-right-radius:15px;padding-left:50px;font-weight:bold;display:flex;align-items:center;gap:8px}.ai-screener-header svg{position:absolute;top:20px;left:30px;width:30px;height:30px;transform:translate(-50%, -50%)}.ai-screener-header span{background:#fff;color:#0053ff;padding:2px 6px;border-radius:4px;font-weight:600;font-size:12px}.ai-screener-description{padding:12px 16px;font-size:1.1rem;color:#555}.ai-screener-list{padding:16px;height:250px;overflow:hidden;position:relative}.ai-screener-card{display:flex;align-items:center;background:#f9f9f9;margin-bottom:8px;border-radius:8px;padding:8px 12px;height:50px;opacity:0;transform:translateY(10px);animation:ai-screener-fadeIn .6s forwards;transition:all .5s ease-out}.ai-screener-card.slide-up{animation:ai-screener-slideUp .5s forwards}.ai-screener-avatar{width:32px;height:32px;border-radius:50%;margin-right:12px;flex-shrink:0}.ai-screener-name{height:8px;width:60%;background:#ddd;border-radius:4px}.ai-screener-popup{position:absolute;top:50%;left:80%;width:300px;transform:translate(-50%, -50%) scale(0);background:#ff6437;color:#fff;padding:30px 20px;border-radius:8px;font-size:1.5rem;font-weight:600;box-shadow:0 6px 15px rgba(0,0,0,.2);display:flex;align-items:center;gap:8px;animation:ai-screener-popup .5s forwards;z-index:10}.ai-screener-popup img{width:30px;height:50px}@keyframes ai-screener-fadeIn{to{opacity:1;transform:translateY(0)}}@keyframes ai-screener-slideUp{to{transform:translateY(-58px);opacity:0;margin-bottom:-50px}}@keyframes ai-screener-popup{0%{transform:translate(-50%, -50%) scale(0);opacity:0}50%{transform:translate(-50%, -50%) scale(1.1);opacity:1}100%{transform:translate(-50%, -50%) scale(1);opacity:1}}