@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";#root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;text-align:left;max-width:none;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{-webkit-text-size-adjust:none;text-size-adjust:none}*{margin:0;padding:0;box-sizing:border-box}body{line-height:1.6;min-height:100vh}h1,h2{color:#191919}h3{color:#4c4c4c}h4{color:#666}p{color:#191919}a{color:#fff;background:#0b65c2;border-radius:3px;text-decoration:none;padding:0 .3rem;box-shadow:1px 1px 6px #bebebe,-1px -1px 6px #fff}a:hover{color:#fff;background:#0a5baf}.resume-container{max-width:1980px;margin:0 auto}.content{display:grid;grid-template-columns:400px 1fr;height:100vh;overflow:hidden}.sidebar{background:#e9f5ff;color:#191919;width:400px;padding:1rem 1.5rem;height:100vh;overflow-y:auto;z-index:1;border-top-right-radius:50px;border-bottom-right-radius:50px}.profile-info{border-radius:1rem;padding:0 1.5rem}.sidebar-header h1{font-weight:700;font-size:2rem;letter-spacing:-.05rem;text-align:left}.sidebar-header h2{font-weight:300;font-size:1.2rem;text-align:left;margin-bottom:2rem;line-height:1.3}.sidebar p{margin-bottom:.25rem;font-size:1rem}.image-placeholder{width:200px;height:200px;border-radius:50%;display:flex;justify-content:center;align-items:center;margin:0 auto 2rem}.contact-info{margin-bottom:1.5rem}.contact-info p{margin-bottom:.25rem}.social-links-container h3,.contact-info h3{font-size:1.2rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e0e0e0}.social-links{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.main-content{flex:1;padding:0 5rem;overflow-y:auto;height:100vh;z-index:1}section{margin-bottom:3rem}section h2{font-size:1.6rem;border-bottom:1px solid #191919;padding:.75rem 0;background-color:#fffc;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);position:sticky;top:0;margin-bottom:1.5rem;z-index:10}.company-logo{width:40px;height:40px}.resume-logo-container{display:flex;align-items:center;margin-bottom:1rem;gap:.75rem}.resume-item{margin-bottom:2rem}.resume-tagline{display:block;font-weight:500;margin-bottom:1rem}.resume-item h3{font-size:1.4rem;margin:.5rem 0}.resume-item h3 span{font-size:1.1rem;font-weight:400}.resume-item h4{font-size:1.1rem;font-weight:400;margin-bottom:1rem}.resume-item ul{font-size:1rem;padding-left:1.5rem}.resume-item li{margin-bottom:.5rem}.skills-container{display:flex;flex-wrap:wrap;gap:1.5rem;padding:1rem 0}.skill-category{flex:1;min-width:200px}.skill-category ul{font-size:16px;list-style-type:none;padding-left:0}.skill-category li{margin-bottom:.5rem;padding:12px 8px;border-radius:4px;background:#fff;box-shadow:2px 2px 10px #e5e5e5,-2px -2px 10px #fff}.btn{font-family:Inter,sans-serif;cursor:pointer}.btn-connect{display:flex;justify-content:center;align-items:center;border-radius:7px;background:linear-gradient(145deg,#0c6cd0,#0a5baf);box-shadow:5px 5px 15px #c5c5c5,-5px -5px 15px #fff;border:none;color:#fff;font-size:1rem;letter-spacing:.02rem;padding:15px 12px;margin-bottom:1rem;width:100%}.btn-connect:hover{background:linear-gradient(145deg,#0a5baf,#0c6cd0);color:#fff}.btn-connect span,.btn-download-resume span{margin-left:5px}.btn-download-resume{display:flex;justify-content:center;align-items:center;font-size:1rem;border-radius:7px;background:linear-gradient(145deg,#0c6cd0,#0a5baf);color:#fff;padding:12px 24px;cursor:pointer}.btn-download-resume:hover{background:linear-gradient(145deg,#0a5baf,#0c6cd0);color:#fff}.modal-overlay{position:fixed;inset:0;width:100%;height:100%;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:999999}.modal-content{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%}.modal-inner{background:#fff;padding:30px;border-radius:20px;max-width:450px;width:100%;max-height:80vh;overflow-y:auto;position:relative;color:#191919}.modal-header{font-family:Inter,sans-serif;text-align:left;font-size:1.3rem}.modal-header h2{font-size:1.4rem}.modal-header p{font-size:1rem}.modal-body{width:100%;display:flex;justify-content:center;align-items:center;margin:1.5rem 0}.qr-container{display:flex;justify-content:center;align-items:center}.modal-qr{width:150px;height:150px;margin:0}.btn-close-modal{position:absolute;top:20px;left:95%;transform:translate(-50%);background:#fff;border:1px solid #191919;color:#191919;margin-bottom:10px;padding:1px;width:20px;height:20px;border-radius:50%;display:flex;justify-content:center;align-items:center;z-index:1000000}.btn-close-modal:hover{background:#191919;color:#fff}@media screen and (max-width: 980px){.content{height:auto;overflow:visible;grid-template-columns:1fr}.sidebar{width:100%;height:auto;overflow:visible;border-top-right-radius:0}.sidebar-header{display:flex;align-items:center;justify-content:left;flex-direction:row-reverse;gap:1rem}.sidebar-header h1{font-size:1.6rem}.sidebar-header h2{font-weight:300;font-size:1rem;text-align:left}.sidebar h3{font-size:1rem}.resume-item h3{font-size:1.2rem;margin:.5rem 0}.resume-item h4{font-size:1rem;font-weight:400}.image-placeholder{width:100px;height:100px;margin-bottom:1rem}.profile-info{padding:1rem 0}section h2{font-size:1.4rem;border-bottom:1px solid #e0e0e0}.main-content{overflow:visible;padding:0 1.5rem;margin:0;border-left:none}section{margin-bottom:1.5rem}.skills-container{flex-direction:column}}@media screen and (max-width: 500px){.sidebar-header h2{font-size:.8rem;line-height:1.5}.contact-info{margin:1.5rem 0}.resume-item h3{line-height:1.2}.modal-overlay{align-items:flex-end;overflow-y:hidden}.modal-inner{border-radius:20px 20px 0 0;max-height:90vh;width:100%}}
