@import "https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;700;900&family=Rajdhani:wght@300;400;500;600;700&family=Exo+2:wght@300;400;500;600;700&display=swap";
.resume-container{width:100vw;height:100vh;position:relative;overflow:hidden}.loading-overlay{z-index:1000;background:linear-gradient(135deg,#87ceeb 0%,#87cefa 30%,#b0e0e6 60%,#e0f6ff 100%);justify-content:center;align-items:center;width:100%;height:100%;animation:.5s ease-in fadeIn;display:flex;position:fixed;top:0;left:0}.loading-content{text-align:center;z-index:1001;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#ffffff40;border:2px solid #fff6;border-radius:30px;padding:3rem 2.5rem;position:relative;box-shadow:0 8px 32px #00000026,inset 0 1px #ffffff4d}.futuristic-loader{width:120px;height:120px;margin:0 auto 2rem;position:relative}.loader-ring{border:3px solid #0000;border-radius:50%;animation:2s linear infinite spin;position:absolute}.loader-ring:first-child{border-top:3px solid #2d3748;border-right:3px solid #4a5568;width:120px;height:120px;animation-duration:2s}.loader-ring:nth-child(2){border-top:3px solid #4a5568;border-left:3px solid #2d3748;width:90px;height:90px;animation-duration:1.5s;animation-direction:reverse;top:15px;left:15px}.loader-ring:nth-child(3){border-top:3px solid #1a202c;border-bottom:3px solid #2d3748;width:60px;height:60px;animation-duration:1s;top:30px;left:30px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-title{color:#1a202c;letter-spacing:.1em;text-transform:uppercase;text-shadow:0 0 20px #ffffffe6,0 0 40px #fff9,0 2px 4px #0000004d;margin-bottom:.5rem;font-family:Orbitron,monospace;font-size:3rem;font-weight:900}.loading-subtitle{color:#2d3748;letter-spacing:.05em;text-transform:lowercase;text-shadow:0 0 15px #fffc,0 1px 3px #0000004d;margin-bottom:2rem;font-family:Rajdhani,sans-serif;font-size:1.3rem;font-weight:600;animation:1s ease-out .5s both fadeInUp}.geometric-bg{opacity:1;z-index:1000;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.geo-shape{filter:blur(40px);opacity:.7;mix-blend-mode:multiply;border-radius:50%;animation:6s ease-in-out infinite blob;position:absolute}.shape-1{background:#00ff7f;width:200px;height:200px;animation-delay:0s;top:-10%;left:-10%}.shape-2{background:#ff0;width:160px;height:160px;animation-delay:2s;top:20%;right:-5%}.shape-3{background:#ff69b4;width:240px;height:240px;animation-delay:4s;bottom:-15%;left:15%}.shape-4{background:#ff4500;width:120px;height:120px;animation-delay:1s;top:50%;right:25%}.shape-5{background:#0ff;width:180px;height:180px;animation-delay:3s;bottom:-10%;right:-10%}@keyframes float{0%,to{transform:translateY(0)rotate(0)}33%{transform:translateY(-20px)rotate(120deg)}66%{transform:translateY(10px)rotate(240deg)}}@keyframes blob{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-50px)scale(1.1)}66%{transform:translate(-20px,20px)scale(.9)}}.pdf-container{background:#fff;flex-direction:column;width:100%;height:100vh;animation:.8s ease-out fadeInScale;display:flex}.pdf-viewer{background:#fff;border:none;width:100%;height:100vh}.portfolio-map-wrapper{z-index:10;pointer-events:none;position:fixed;top:50%;right:20px;transform:translateY(-50%)}.portfolio-map-wrapper>*{pointer-events:auto}.portfolio-map-button{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;background:#fffffff2;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:50%;right:30px;transform:translateY(-50%);box-shadow:0 8px 32px #0000001a,0 4px 16px #0000000d,inset 0 1px #fffc}.portfolio-map-button:hover{background:#fffffffa;transform:translateY(-50%)scale(1.1);box-shadow:0 12px 40px #00000026,0 6px 20px #00000014,inset 0 1px #ffffffe6}.portfolio-map-icon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex;box-shadow:0 4px 20px #00000026}.portfolio-map-icon:hover{background:#fff;transform:scale(1.1);box-shadow:0 6px 25px #0003}.portfolio-modal-overlay{z-index:99999;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.portfolio-modal-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000080;width:100%;height:100%;position:absolute;top:0;left:0}.portfolio-modal-content{z-index:100000;width:90%;max-width:1200px;height:90%;max-height:800px;position:relative}.pdf-viewer.hidden{display:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.loading-title{font-size:2.2rem}.loading-subtitle{font-size:1.1rem}.loading-content{margin:0 1rem;padding:2rem 1.5rem}.futuristic-loader,.loader-ring:first-child{width:100px;height:100px}.loader-ring:nth-child(2){width:75px;height:75px;top:12.5px;left:12.5px}.loader-ring:nth-child(3){width:50px;height:50px;top:25px;left:25px}}@media (max-width:480px){.loading-title{font-size:1.9rem}.loading-content{margin:0 .5rem;padding:1.5rem 1rem}}
