.job-details-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);overflow-y:auto}@media(max-width:768px){.job-details-popup-overlay{align-items:flex-start;padding:5vh 16px 16px}}.job-details-popup{background:#fff;border-radius:16px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 40px rgba(0,88,168,.15),0 8px 16px rgba(0,0,0,.1);border:1px solid rgba(0,88,168,.1);animation:popup-enter .3s ease-out}@media(max-width:768px){.job-details-popup{max-height:85vh;border-radius:12px;margin-bottom:20px}}@media(max-width:480px){.job-details-popup{max-height:80vh;border-radius:8px;margin-bottom:40px}}@keyframes popup-enter{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.popup-close-btn{position:absolute;top:12px;right:12px;background:none;border:none;cursor:pointer;padding:8px;border-radius:50%;color:#666;transition:all .2s ease;z-index:10}.popup-close-btn:hover{background-color:#f5f5f5;color:#333}.popup-close-btn svg{width:20px;height:20px}.popup-header{padding:24px 24px 20px;border-bottom:1px solid #e5e7eb;display:flex;align-items:flex-start;gap:16px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:16px 16px 0 0}.job-logo{position:relative;flex-shrink:0}.job-logo img{width:48px;height:48px;border-radius:8px;-o-object-fit:contain;object-fit:contain;background:#fff;border:1px solid #e5e7eb;padding:4px}.logo-placeholder{width:48px;height:48px;background:#0058a8;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff}.logo-placeholder svg{width:24px;height:24px}.job-title-company{flex:1;min-width:0;padding-right:40px}.job-title-company h2{font-size:18px;font-weight:600;color:#1f2937;margin:0 0 8px;line-height:1.4;word-wrap:break-word;max-width:100%;overflow-wrap:break-word;transition:color .2s ease}.job-title-company h2.clickable{cursor:pointer}.job-title-company h2:hover{color:#0058a8}.job-title-company .company-name{font-size:16px;font-weight:500;color:#0058a8;margin-bottom:8px;transition:color .2s ease}.job-title-company .company-name.clickable{cursor:pointer}.job-title-company .company-name:hover{color:#004a91}.job-title-company .job-location{display:flex;align-items:center;gap:6px;font-size:14px;color:#6b7280;margin-bottom:8px;transition:color .2s ease}.job-title-company .job-location.clickable{cursor:pointer}.job-title-company .job-location:hover{color:#0058a8}.job-title-company .job-location svg{flex-shrink:0;color:#9ca3af}.job-title-company .job-salary .salary-range{display:inline-block;background:linear-gradient(135deg,#0058a8,#006bcc);color:#fff;padding:4px 12px;border-radius:20px;font-size:14px;font-weight:500}.popup-description{padding:20px 24px;border-bottom:1px solid #e5e7eb}.popup-description h3{font-size:16px;font-weight:600;color:#1f2937;margin:0 0 12px}.popup-description .description-content{font-size:14px;line-height:1.6;color:#4b5563;transition:color .2s ease}.popup-description .description-content.clickable{cursor:pointer}.popup-description .description-content:hover{color:#1f2937}.popup-description .description-content p{margin:0 0 8px}.popup-description .description-content p:last-child{margin-bottom:0}.popup-description .description-content ol,.popup-description .description-content ul{margin:8px 0;padding-left:20px}.popup-description .description-content li{margin-bottom:4px}.popup-highlights{padding:20px 24px;border-bottom:1px solid #e5e7eb}.popup-highlights h3{font-size:16px;font-weight:600;color:#1f2937;margin:0 0 12px}.popup-highlights ul{list-style:none;padding:0;margin:0}.popup-highlights ul li{font-size:14px;line-height:1.5;color:#4b5563;margin-bottom:8px;padding-left:0}.popup-highlights ul li:last-child{margin-bottom:0}.popup-actions{padding:20px 24px;display:flex;gap:12px;justify-content:center;background:#f8fafc;border-radius:0 0 16px 16px}.popup-btn{padding:13px 24px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;border:none;min-width:200px;height:-moz-min-content;height:min-content;color:#fff}.popup-btn.primary{background-image:linear-gradient(62deg,#006bcc,#0080f5 20%,#2497ff 40%,#0080f5 60%,#006bcc 80%,#006bcc);background-size:300% 100%;animation:gradientMove 4s linear infinite;box-shadow:none}@keyframes gradientMove{0%{background-position:0 50%}to{background-position:300% 50%}}@media(max-width:768px){.job-details-popup-overlay{align-items:flex-start;padding:8vh 16px 16px}.job-details-popup{max-width:none;width:100%;max-height:75vh;border-radius:12px;animation:popup-enter-mobile .3s ease-out;margin-bottom:10vh}@keyframes popup-enter-mobile{0%{opacity:0;transform:scale(.95) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.popup-header{padding:20px 20px 16px;gap:12px}.popup-close-btn{top:8px;right:8px;padding:6px}.popup-close-btn svg{width:18px;height:18px}.popup-highlights{display:none}.job-logo img,.logo-placeholder{width:40px;height:40px}.logo-placeholder svg{width:20px;height:20px}.job-title-company h2{font-size:16px;padding-right:30px}.popup-actions,.popup-description,.popup-highlights{padding:16px 20px}.popup-actions{justify-content:center;position:sticky;bottom:0;background:#fff;border-top:1px solid #f0f0f0;margin-top:auto}.popup-actions .popup-btn{width:100%;min-width:auto;max-width:280px}}@media(max-width:480px){.job-details-popup-overlay{padding:5vh 12px 12px}.job-details-popup{max-height:70vh;border-radius:8px}.popup-header{padding:16px 16px 12px}.popup-actions,.popup-btn,.popup-description,.popup-highlights{padding:12px 16px}.popup-btn{font-size:14px}}