.popup-overlay{z-index:110;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:#0009;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0;overflow-y:auto}.popup-spacer{flex:auto;min-width:1px}.popup-box{scrollbar-width:thin;scrollbar-color:#c1c1c1 #0000;background:#f3f4f5;border-radius:1.25rem;width:720px;max-width:100%;max-height:90vh;padding:0;transition:transform .25s,opacity .25s;animation-fill-mode:forwards;position:relative;overflow-y:auto;box-shadow:0 8px 40px #0000002e}.popup-box--sm{max-width:480px}.popup-box--md{max-width:720px}.popup-box--lg{max-width:980px}.popup-box--full{border-radius:0;width:100%;max-width:none;height:100%}.popup--visible .popup-box{opacity:1;transform:translateY(0)scale(1)}.popup--hidden .popup-box{opacity:0;transform:translateY(8px)scale(.98)}.fade-in{animation:.25s ease-out forwards popupFadeIn}.fade-out{animation:.22s ease-in forwards popupFadeOut}@keyframes popupFadeIn{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes popupFadeOut{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(8px)scale(.98)}}.popup-header{justify-content:space-between;align-items:center;padding:1rem;display:flex}.popup-title h3{color:#11060c;margin:0;font-size:1rem;font-weight:700;line-height:1.2}.popup-close-btn{color:#555;cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;width:2rem;height:2rem;display:inline-flex}.popup-close-btn:hover{color:#111;background:#0000000a}.popup-body{color:#333;padding:1.5rem;font-size:.95rem}@media (max-width:640px){.popup-box{border-radius:1rem;margin:1rem;padding:0}.popup-header,.popup-body{padding:1rem}.resume-row{flex-direction:row}}
