html,body,#root{margin:0;padding:0;height:100%;font-family:sans-serif;background-color:#0f172a;color:#fff}.home-wrapper{position:relative;height:100vh;overflow:hidden;background-color:#0f172a}.home-wrapper .content{position:relative;z-index:1;height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;text-align:center}.home-wrapper .content .content-overlay{background-color:#0f172ad9;padding:2rem;border-radius:12px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 0 20px #000;display:flex;flex-direction:column;align-items:center;max-width:1000px;margin:0 auto}@media (min-width: 768px){.home-wrapper .content .content-overlay{flex-direction:row;gap:2rem;align-items:flex-start;text-align:left}}.home-wrapper .content .content-overlay .profile-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}@media (min-width: 768px){.home-wrapper .content .content-overlay .profile-wrapper{flex-direction:row}}.home-wrapper .content .content-overlay .profile-wrapper .headshot img{height:30rem;margin-right:2.5rem;object-fit:cover;border-radius:12px;box-shadow:0 4px 12px #6d0094;border:3px solid rgb(0,34,255);transition:border .3s ease,transform .5s ease}.home-wrapper .content .content-overlay .profile-wrapper .headshot img:hover{transform:scale(1.05);border:10px solid rgb(187,0,255)}.home-wrapper .content .content-overlay .profile-wrapper .info{max-width:500px;margin-top:2rem}@media (min-width: 768px){.home-wrapper .content .content-overlay .profile-wrapper .info{margin-top:0}}.home-wrapper .content .content-overlay .profile-wrapper .info h1{font-size:2.5rem;letter-spacing:-.1rem;color:#fff;margin-bottom:.5rem}.home-wrapper .content .content-overlay .profile-wrapper .info .underline{width:100%;max-width:275px;height:5px;background-color:#b0f;margin:-.5rem 0 .5rem;border-radius:2px}.home-wrapper .content .content-overlay .profile-wrapper .info h2{font-size:1.25rem;color:#0af;margin-bottom:1rem}.home-wrapper .content .content-overlay .profile-wrapper .info p{font-size:1rem;margin-bottom:1.5rem;line-height:1.6}.home-wrapper .content .content-overlay .profile-wrapper .info .contact-info{margin-top:-1rem;display:flex;flex-direction:column;gap:1rem;font-weight:600;font-size:1rem;color:#e2e8f0}.home-wrapper .content .content-overlay .profile-wrapper .info .contact-info .contact-item,.home-wrapper .content .content-overlay .profile-wrapper .info .contact-info .contact-itemv2{display:flex;align-items:center;gap:.25rem}.home-wrapper .content .content-overlay .profile-wrapper .info .contact-info .contact-item img,.home-wrapper .content .content-overlay .profile-wrapper .info .contact-info .contact-itemv2 img{width:30px;height:30px;object-fit:contain;filter:brightness(0) invert(1);transition:transform .2s ease}.home-wrapper .content .content-overlay .profile-wrapper .info .contact-info .contact-item img:hover,.home-wrapper .content .content-overlay .profile-wrapper .info .contact-info .contact-itemv2 img:hover{transform:scale(1.2)}.home-wrapper .content .content-overlay .profile-wrapper .info .contact-info .contact-item a,.home-wrapper .content .content-overlay .profile-wrapper .info .contact-info .contact-itemv2 a{margin-right:1rem}.home-wrapper .content .content-overlay .profile-wrapper .info .CVButton{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1.4rem;font-size:1rem;font-weight:600;text-decoration:none;color:#fff;background:linear-gradient(135deg,#02f,#b0f);border:none;border-radius:1rem;box-shadow:0 0 10px #0af6,inset 0 0 5px #b0f6;transition:transform .3s ease,box-shadow .3s ease}.home-wrapper .content .content-overlay .profile-wrapper .info .CVButton:hover{transform:scale(1.05);box-shadow:0 0 20px #0af9,inset 0 0 10px #b0f9;background:linear-gradient(135deg,#b0f,#0af)}.home-wrapper .content .content-overlay .profile-wrapper .info .CVButton:active{transform:scale(.98)}.home-wrapper .content .content-overlay .profile-wrapper .info .buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:2rem}@media (min-width: 768px){.home-wrapper .content .content-overlay .profile-wrapper .info .buttons{justify-content:flex-start}}.home-wrapper .content .content-overlay .profile-wrapper .info .buttons .btn{padding:.25rem .75rem;font-size:1.15rem;width:48%;height:4rem;font-weight:600;color:#fff;border-radius:1rem;cursor:pointer;margin-top:-1rem;background:linear-gradient(195deg,#b0f,#0af);border:none;border-radius:.2rem;box-shadow:0 0 10px #0af6,inset 0 0 5px #b0f6;transition:transform .9s ease,box-shadow .9s ease}.home-wrapper .content .content-overlay .profile-wrapper .info .buttons .btn:hover{transform:scale(1.05);box-shadow:0 0 20px #0af9,inset 0 0 10px #b0f9;background:linear-gradient(45deg,#6d0094,#02f)}.home-wrapper .content .content-overlay .profile-wrapper .info .wavehand{display:inline-block;animation:wave 2s infinite;transform-origin:70% 70%;margin-left:.5rem;font-size:1.25em}@keyframes wave{0%{transform:rotate(0)}15%{transform:rotate(14deg)}30%{transform:rotate(-8deg)}45%{transform:rotate(14deg)}60%{transform:rotate(-4deg)}75%{transform:rotate(10deg)}to{transform:rotate(0)}}.modal-content{background-color:#0f172a;color:#fff;padding:2rem;border-radius:12px;height:90%;overflow-y:scroll;max-width:900px;width:90%;box-shadow:0 0 25px #0af3;position:relative;animation:fadeInUp .5s ease;scroll-behavior:smooth}.experience-list{display:flex;flex-direction:column;gap:2rem}.subtitle{text-align:center;margin-top:1rem;margin-bottom:-.5rem;font-size:1.5rem}.experience-item{background:#1e293b;padding:1.25rem;border-radius:10px;box-shadow:0 0 10px #00aaff1a}.experience-item h3{font-size:1.25rem;color:#0af;margin-bottom:.2rem}.experience-item .date{display:block;border-top:2px solid rgb(0,170,255);font-size:.95rem;font-weight:900;color:#b0f;margin-bottom:.8rem}.experience-item ul{padding-left:1rem;margin-bottom:1rem}.experience-item ul li{font-size:.95rem;margin-bottom:.4rem}.experience-item .experience-skills{display:flex;flex-wrap:wrap;gap:.8rem}.experience-item .experience-skills .skill-badge{background-color:#02f;color:#fff;padding:.4rem .7rem;border-radius:.5vh;box-shadow:0 0 1vh #000;transition:background .5s ease,transform .5s ease;font-size:.8rem;font-weight:700}.experience-item .experience-skills .skill-badge:hover{background-color:#b0f;transform:scale(1.05);cursor:pointer}.logo-grid{background:#1e293b;display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;border-radius:10px;margin-top:2rem;padding:2rem}.logo-grid .logo-item{display:flex;flex-direction:column;align-items:center;width:80px;filter:brightness(0) invert(1)}.logo-grid .logo-item img{width:4.5rem;height:auto;object-fit:contain;transition:transform .3s ease}.logo-grid .logo-item img:hover{transform:scale(1.1)}.logo-grid .logo-item span{margin-top:.5rem;font-size:.75rem;font-weight:600;color:#97dcff;text-align:center}.qualifications{margin:2rem 0;text-align:center}.qualifications .qualification-item{background:#1e293b;border-left:6px solid rgb(0,170,255);border-radius:10px;padding:1.5rem 2rem;margin:1.5rem auto;max-width:700px;text-align:left;box-shadow:0 0 15px #00aaff1a;transition:transform .4s ease,box-shadow .4s ease}.qualifications .qualification-item:hover{transform:scale(1.02);box-shadow:0 0 20px #00aaff4d,inset 0 0 10px #bb00ff4d}.qualifications .qualification-item .qualification-name{color:#0af;font-size:1.4rem;font-weight:700;margin-bottom:.3rem}.qualifications .qualification-item .qualification-date{font-size:.95rem;color:#e498ff;font-weight:500;margin-bottom:.6rem;display:block}.qualifications .qualification-item .qualification-grade{font-size:1.1rem;color:#b0f;font-weight:600}.modal-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{scrollbar-width:thin;scrollbar-color:rgb(187,0,255) #1e293b}.modal-content{background-color:#0f172a;color:#fff;padding:2rem;border-radius:12px;height:90%;overflow-y:scroll;max-width:1500px;width:90%;box-shadow:0 0 25px #0af3;position:relative;animation:fadeInUp .5s ease;scroll-behavior:smooth}.modal-content::-webkit-scrollbar{width:8px}.modal-content::-webkit-scrollbar-track{background:#000;border-radius:8px}.modal-content::-webkit-scrollbar-thumb{background-color:#b0f;border-radius:8px;border:2px solid #1e293b}.modal-content::-webkit-scrollbar-thumb:hover{background-color:#0ea5e9}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.close-btn{position:absolute;top:1rem;right:1rem;background:transparent;border:none;color:#fff;cursor:pointer}.close-btn:hover{color:#b0f}.modal-title{font-size:2.5rem;margin-bottom:1.5rem;border-bottom:2px solid rgb(0,170,255);display:block;padding-bottom:.5rem;text-align:center}.projects-container{display:flex;flex-direction:column;gap:3rem;margin-top:2rem}.project-item{display:flex;align-items:center;gap:2rem;background:#1e293b;padding:2rem;border-radius:12px;box-shadow:0 0 20px #00aaff1a;flex-wrap:wrap}.project-item.right{flex-direction:row-reverse}.project-item .project-image{flex:1;min-width:300px}.project-item .project-image img{width:100%;border-radius:10px;box-shadow:0 0 10px #0af3;object-fit:cover}.project-item .project-content{flex:2;min-width:300px}.project-item .project-content .project-title{font-size:1.75rem;color:#b0f;margin-bottom:.5rem}.project-item .project-content .project-description{color:#97dcff;font-size:1rem;margin-bottom:1rem}.project-item .project-content .project-bullets{list-style:disc;padding-left:1.2rem;margin-bottom:1rem}.project-item .project-content .project-bullets li{font-size:.95rem;margin-bottom:.4rem;color:#fff}.project-item .project-content .project-tech{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1rem}.project-item .project-content .project-tech .skill-badge{background-color:#02f;color:#fff;padding:.4rem .7rem;border-radius:.5vh;box-shadow:0 0 1vh #000;transition:background .5s ease,transform .5s ease;font-size:.8rem;font-weight:700}.project-item .project-content .project-tech .skill-badge:hover{background-color:#b0f;transform:scale(1.05);cursor:pointer}.project-item .project-content .project-links{display:flex;gap:1rem}.project-item .project-content .project-links .btn{padding:.5rem 1rem;font-size:.95rem;font-weight:600;width:20vw;text-align:center;text-decoration:none;color:#fff;background:linear-gradient(195deg,#b0f,#0af);border:none;border-radius:.4rem;box-shadow:0 0 8px #0af6,inset 0 0 5px #b0f6;transition:all .3s ease}.project-item .project-content .project-links .btn:hover{background:linear-gradient(45deg,#6d0094,#02f);box-shadow:0 0 12px #0af9,inset 0 0 10px #b0f9;transform:scale(1.05)}.image-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000d9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:2000;cursor:zoom-out}.image-modal img{max-width:90%;max-height:85%;border-radius:12px;box-shadow:0 0 25px #00aaff4d;transition:transform .3s ease}.image-modal .close-image{position:fixed;top:1.5rem;right:2rem;font-size:2rem;color:#fff;cursor:pointer;font-weight:700;z-index:2001}.image-modal .close-image:hover{color:#0af}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;background-color:transparent}
