body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#fff;background-image:url(/Showcase/assets/b4-TWisIpqj.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;margin:0;padding:0;min-height:100vh;overflow-x:hidden}#root{display:block;width:100%}.page-header{position:fixed;top:0;left:0;right:0;background:#2c3e50f2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-bottom:2px solid rgba(255,255,255,.2);padding:1rem 1.5rem;z-index:1000;box-shadow:0 4px 20px #0000004d}.page-header .header-content{display:flex;justify-content:space-between;align-items:center;max-width:1500px;margin:0 auto}.page-header h1{margin:0;font-size:1.3rem;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.7);font-weight:600}.page-header .header-subtitle{margin:0;font-size:.9rem;color:#bdc3c7;text-shadow:1px 1px 2px rgba(0,0,0,.5);font-style:italic}.header-chat{display:flex;align-items:center;margin-left:auto}.page-footer{position:fixed;bottom:0;left:0;right:0;background:#2c3e50f2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-top:2px solid rgba(255,255,255,.2);padding:.5rem 1.5rem;z-index:1000;box-shadow:0 -4px 20px #0000004d}.page-footer .footer-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;flex-wrap:wrap}.page-footer .footer-left p{margin:0;color:#f8f9fa;text-shadow:1px 1px 2px rgba(0,0,0,.5);font-size:.9rem}.page-footer .footer-right{display:flex;gap:1.5rem}.page-footer .footer-right a{color:#fff;text-decoration:none;font-weight:700;transition:color .3s ease;text-shadow:1px 1px 2px rgba(0,0,0,.5);padding:.5rem 1rem;border-radius:6px;border:1px solid rgba(255,255,255,.2)}.page-footer .footer-right a:hover{color:#64ffda;background:#ffffff1a;border-color:#fff6}.homePage{display:flex;flex-direction:column;align-items:center;gap:3rem;max-width:900px;margin:0 auto;padding:3rem 2rem;min-height:60vh;justify-content:center}.topBar{text-align:center;margin-bottom:1rem}.topBar h1{margin:0;font-size:3rem;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.7);font-weight:700;letter-spacing:-.5px;line-height:.5;z-index:1000}.aboutMe{text-align:center;max-width:700px;margin:0 auto;padding:2rem 2rem 1rem;border-radius:8px}.aboutMe p{font-size:1.3rem;line-height:1.5;color:#f8f9fa;text-shadow:1px 1px 2px rgba(0,0,0,.5);margin:0;font-weight:400}.navigation{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:300px}.navigation button{width:100%;padding:.75rem;font-size:1rem;font-weight:600;border:2px solid rgba(255,255,255,.2);border-radius:8px;background-color:#3498dbcc;color:#fff;cursor:pointer;transition:all .3s ease;text-shadow:1px 1px 2px rgba(0,0,0,.5);box-shadow:0 4px 12px #0003;position:relative;overflow:hidden}.navigation button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.navigation button:hover:before{left:100%}.navigation button:hover{background-color:#2980b9e6;border-color:#fff6;transform:translateY(-3px);box-shadow:0 8px 20px #0000004d}.navigation button:focus{outline:2px solid #64ffda;outline-offset:2px}.navigation button:active{transform:translateY(-1px);box-shadow:0 4px 12px #0000004d}@media (max-width: 768px){.page-header{padding:.75rem 1rem}.page-header .header-content{flex-direction:row;justify-content:space-between;gap:.5rem}.page-header h1{font-size:1.1rem}.page-header .header-subtitle{font-size:.7rem;line-height:1.2}.header-chat{margin-left:.5rem}.page-footer{padding:.5rem 1rem}.page-footer .footer-content{flex-direction:column;gap:.5rem;text-align:center}.page-footer .footer-left p{font-size:.8rem;margin:.25rem 0}.page-footer .footer-right{gap:1rem}.page-footer .footer-right a{padding:.4rem .8rem;font-size:.85rem}.homePage{gap:2rem;padding:2rem 1rem;min-height:50vh}.topBar h1{font-size:2.2rem;line-height:1.2}.aboutMe{padding:1.5rem 1rem}.aboutMe p{font-size:1.1rem;line-height:1.6}.navigation{max-width:100%;gap:1rem}.navigation button{padding:.9rem 1.5rem;font-size:1rem}}@media (max-width: 480px){.page-header{padding:.6rem .75rem}.page-header h1{font-size:1rem}.page-header .header-subtitle{font-size:.65rem;display:none}.page-footer{padding:.4rem .75rem}.page-footer .footer-left p{font-size:.7rem}.page-footer .footer-right a{padding:.3rem .6rem;font-size:.75rem}.homePage{gap:1.5rem;padding:1.5rem .75rem}.topBar h1{font-size:1.8rem}.aboutMe{padding:1rem .5rem}.aboutMe p{font-size:1rem;line-height:1}.navigation button{padding:.8rem 1rem;font-size:.9rem}}@media (max-width: 768px) and (orientation: landscape){.homePage{gap:1.5rem;padding:6rem 1rem 1.5rem;justify-content:flex-start}.topBar h1{font-size:2rem}.aboutMe p{font-size:1rem}.navigation{flex-direction:row;flex-wrap:wrap;justify-content:center;max-width:100%}.navigation button{flex:1;min-width:150px;max-width:200px;margin:.25rem}}.homePage>*{animation:fadeInUp .6s ease-out forwards}.homePage>*:nth-child(1){animation-delay:.1s}.homePage>*:nth-child(2){animation-delay:.2s}.homePage>*:nth-child(3){animation-delay:.3s}@media (hover: none) and (pointer: coarse){.navigation button:hover{transform:none;background-color:#3498dbcc}.navigation button:active{background-color:#2980b9e6;transform:scale(.98)}.page-footer .footer-right a:hover{background:none;color:#fff}.page-footer .footer-right a:active{background:#ffffff1a;color:#64ffda}}.skillsPage{display:flex;flex-direction:column;align-items:center;max-width:1000px;margin:0 auto;padding:3rem 2rem}.skillsPage .topBar{text-align:center;margin-bottom:1rem}.skillsPage .topBar h1{margin:0;font-size:3rem;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.7);font-weight:700;letter-spacing:-.5px;line-height:1.1}.skillsContent{width:100%;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000004d;padding:2rem}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;width:100%}.skill-category{background:#0003;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:2rem;border-radius:8px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;position:relative;overflow:hidden}.skill-category:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:2px;background:linear-gradient(90deg,transparent,#64ffda,transparent);transition:left .5s ease}.skill-category:hover:before{left:100%}.skill-category:hover{transform:translateY(-5px);box-shadow:0 12px 40px #0006;border-color:#fff3}.skill-category h3{color:#64ffda;margin-top:0;margin-bottom:1.5rem;font-size:1.4rem;text-shadow:1px 1px 2px rgba(0,0,0,.5);font-weight:600;display:flex;align-items:center;gap:.5rem}.skill-category ul{list-style:none;padding:0;margin:0}.skill-category li{color:#f8f9fa;margin-bottom:.75rem;padding:.75rem 1rem;background:#ffffff0d;border-radius:6px;border:1px solid rgba(255,255,255,.1);text-shadow:1px 1px 2px rgba(0,0,0,.5);font-size:1rem;line-height:1.4;transition:all .3s ease;position:relative}.skill-category li:hover{background:#ffffff1a;border-color:#fff3;transform:translate(5px);color:#fff}.skill-category li:last-child{margin-bottom:0}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.skill-category li{animation:slideInLeft .5s ease-out forwards}.skill-category:nth-child(1) li{animation-delay:.1s}.skill-category:nth-child(2) li{animation-delay:.2s}.skill-category:nth-child(3) li{animation-delay:.3s}.skill-category:nth-child(4) li{animation-delay:.4s}@media (max-width: 768px){.skillsPage{gap:2rem;padding:2rem 1.5rem}.skillsPage .topBar h1{font-size:2.5rem}.skills-grid{grid-template-columns:1fr;gap:1.5rem}.skillsContent,.skill-category{padding:1.5rem}.skill-category h3{font-size:1.2rem}}@media (max-width: 480px){.skillsPage{gap:1.5rem;padding:1.5rem 1rem}.skillsPage .topBar h1{font-size:2rem}.skillsContent,.skill-category{padding:1rem}.skill-category h3{font-size:1.1rem}.skill-category li{padding:.5rem .75rem;font-size:.9rem}}.skillsPage>*{animation:fadeInUp .6s ease-out forwards}.skillsPage .topBar{animation-delay:.1s}.skillsPage .skillsContent{animation-delay:.2s}.projectsPage{display:flex;flex-direction:column;align-items:center;gap:3rem;max-width:1200px;margin:0 auto;padding:3rem 2rem}.projectsPage .topBar{text-align:center;margin-bottom:1rem}.projectsPage .topBar h1{margin:0;font-size:3rem;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.7);font-weight:700;letter-spacing:-.5px;line-height:1.1}.projectsContent{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;width:100%}.projectCard{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:12px;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000004d;transition:all .3s ease;position:relative;overflow:hidden;display:flex;flex-direction:column;gap:1.5rem}.projectCard:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:2px;background:linear-gradient(90deg,transparent,#64ffda,transparent);transition:left .5s ease}.projectCard:hover:before{left:100%}.projectCard:hover{transform:translateY(-8px);box-shadow:0 16px 48px #0006;border-color:#ffffff4d}.project-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.5rem}.projectCard h2{color:#64ffda;margin:0;font-size:1.5rem;text-shadow:1px 1px 2px rgba(0,0,0,.5);font-weight:600;flex:1}.project-status{padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border:1px solid}.project-status:contains("Active"),.project-status:contains("Live"){background:#2ecc7133;border-color:#2ecc71;color:#2ecc71}.project-status:contains("Completed"){background:#3498db33;border-color:#3498db;color:#3498db}.project-status:contains("Ongoing"){background:#f1c40f33;border-color:#f1c40f;color:#f1c40f}.projectCard p{color:#f8f9fa;text-shadow:1px 1px 2px rgba(0,0,0,.5);line-height:1.6;margin:0;font-size:1rem}.tech-stack{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto}.tech-tag{background:#3498dbcc;color:#fff;padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:500;border:1px solid rgba(255,255,255,.2);text-shadow:1px 1px 2px rgba(0,0,0,.3);transition:all .3s ease}.tech-tag:hover{background:#2980b9e6;transform:translateY(-1px)}.project-links{display:flex;gap:1rem;margin-top:1rem}.project-btn,a.project-btn{flex:1;padding:.75rem 1rem;border:2px solid rgba(255,255,255,.2);border-radius:6px;background-color:#3498dbcc;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-shadow:1px 1px 2px rgba(0,0,0,.5);text-decoration:none;display:inline-flex;align-items:center;justify-content:center;text-align:center;box-sizing:border-box}.project-btn:hover,a.project-btn:hover{background-color:#2980b9e6;border-color:#fff6;transform:translateY(-2px);text-decoration:none}.project-btn.secondary,a.project-btn.secondary{background-color:#ffffff1a;border-color:#ffffff4d}.project-btn.secondary:hover,a.project-btn.secondary:hover{background-color:#fff3;border-color:#ffffff80;text-decoration:none}.project-btn:focus,a.project-btn:focus{outline:2px solid #64ffda;outline-offset:2px;text-decoration:none}.project-btn:active,a.project-btn:active{transform:translateY(0);text-decoration:none}.project-btn:visited,a.project-btn:visited{color:#fff;text-decoration:none}.modal{position:fixed;top:10%;left:20%;transform:translate(-50%,-50%);width:90%;max-width:800px;max-height:80vh;background:#2c3e50f2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:12px;border:2px solid rgba(255,255,255,.2);box-shadow:0 20px 60px #00000080;z-index:1501;overflow:hidden;animation:modalFadeIn .3s ease-out forwards}@keyframes modalFadeIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.9)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:2rem 2rem 1rem;border-bottom:1px solid rgba(255,255,255,.2)}.modal-header h2{margin:0;color:#64ffda;font-size:1.8rem;text-shadow:1px 1px 2px rgba(0,0,0,.5);font-weight:600}.modal-close{background:none;border:2px solid rgba(255,255,255,.3);border-radius:50%;color:#fff;font-size:1.2rem;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;font-weight:700}.modal-close:hover{background:#e74c3ccc;border-color:#e74c3c;transform:scale(1.1)}.modal-content{padding:2rem;overflow-y:auto;max-height:calc(80vh - 120px);color:#f8f9fa}.modal-section{margin-bottom:2rem}.modal-section:last-child{margin-bottom:0}.modal-section h3{color:#64ffda;margin-top:0;margin-bottom:1rem;font-size:1.3rem;text-shadow:1px 1px 2px rgba(0,0,0,.5);font-weight:600}.modal-section p{line-height:1.6;margin:0 0 1rem;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.modal-section ul{padding-left:1.5rem;margin:0}.modal-section li{margin-bottom:.5rem;line-height:1.6;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.modal-section li strong{color:#64ffda}.tech-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-top:1rem}.tech-highlight{background:#0000004d;padding:1.5rem;border-radius:8px;border:1px solid rgba(255,255,255,.1)}.tech-highlight h4{margin:0 0 .5rem;color:#64ffda;font-size:1rem;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.tech-highlight p{margin:0;font-size:.9rem;line-height:1.5}.timeline{margin-top:1rem}.timeline-item{display:flex;gap:1rem;margin-bottom:1rem;padding:1rem;background:#0003;border-radius:6px;border-left:3px solid #64ffda}.timeline-date{color:#64ffda;font-weight:600;min-width:80px;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.timeline-desc{color:#f8f9fa;text-shadow:1px 1px 2px rgba(0,0,0,.5);line-height:1.5}@media (max-width: 768px){.projectsPage{gap:2rem;padding:2rem 1.5rem}.projectsPage .topBar h1{font-size:2.5rem}.projectsContent{grid-template-columns:1fr;gap:1.5rem}.projectCard{padding:1.5rem}.project-header{flex-direction:column;align-items:flex-start;gap:.5rem}.project-links{flex-direction:column}.modal{width:95%;max-width:none;max-height:85vh;top:50%;left:50%}.modal-header{padding:1.5rem 1.5rem 1rem;flex-wrap:wrap;gap:1rem}.modal-header h2{font-size:1.4rem;line-height:1.2;flex:1;min-width:0}.modal-close{flex-shrink:0}.modal-content{padding:1.5rem;max-height:calc(85vh - 100px)}.tech-highlights{grid-template-columns:1fr;gap:1rem}.tech-highlight{padding:1rem}.timeline-item{flex-direction:column;gap:.5rem;padding:1rem}.timeline-date{min-width:auto;font-size:.9rem}.timeline-desc{font-size:.9rem}}@media (max-width: 480px){.projectsPage{gap:1.5rem;padding:1.5rem 1rem}.projectsPage .topBar h1{font-size:2rem}.projectCard{padding:1rem}.projectCard h2{font-size:1.2rem}.projectCard p{font-size:.9rem}.project-btn,a.project-btn{padding:.6rem .8rem;font-size:.8rem}.modal{width:98%;max-height:90vh;top:50%;left:50%;border-radius:8px}.modal-header{padding:1rem;flex-direction:column;align-items:flex-start;gap:.5rem}.modal-header h2{font-size:1.2rem;line-height:1.3;margin-bottom:.5rem}.modal-close{width:32px;height:32px;font-size:.9rem;align-self:flex-end;margin-top:-2rem}.modal-content{padding:1rem;max-height:calc(90vh - 80px);font-size:.9rem}.modal-section{margin-bottom:1.5rem}.modal-section h3{font-size:1.1rem;margin-bottom:.75rem}.modal-section p{font-size:.85rem;line-height:1.5}.modal-section li{font-size:.85rem;margin-bottom:.4rem}.tech-highlight{padding:.75rem}.tech-highlight h4{font-size:.9rem}.tech-highlight p{font-size:.8rem}.timeline-item{padding:.75rem}.timeline-date,.timeline-desc{font-size:.8rem}}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000b3;z-index:1500;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}@media (max-width: 768px){.modal-overlay{background:#000c}}.modal-open{overflow:hidden}.projectsPage>*{animation:fadeInUp .6s ease-out forwards}.projectsPage .topBar{animation-delay:.1s}.projectsPage .projectsContent{animation-delay:.2s}.projectCard{animation:fadeInUp .6s ease-out forwards}.projectCard:nth-child(1){animation-delay:.3s}.projectCard:nth-child(2){animation-delay:.4s}.projectCard:nth-child(3){animation-delay:.5s}.projectCard:nth-child(4){animation-delay:.6s}.projectCard a:not(.project-btn):not(.tech-tag){color:#64ffda;text-decoration:none;transition:color .3s ease}.projectCard a:not(.project-btn):not(.tech-tag):hover{color:#fff;text-decoration:underline}.modal-content a{color:#64ffda;text-decoration:none;transition:color .3s ease}.modal-content a:hover{color:#fff;text-decoration:underline}.resume-container{max-width:900px;margin:0 auto;padding:2rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000004d;color:#fff}.resume-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid rgba(255,255,255,.3)}.resume-header h1{margin:0;font-size:3rem;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.7);font-weight:700;margin-bottom:1rem}.resume-header .title{font-size:1.2em;color:#7f8c8d;margin:10px 0}.contact-info{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.contact-info a{color:#64ffda;text-decoration:none;font-weight:500;transition:color .3s ease;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.contact-info a:hover{color:#fff}.contact-info span{color:#bdc3c7;font-weight:300}.download-btn{padding:.75rem 1.5rem;font-size:1rem;border:2px solid rgba(255,255,255,.2);border-radius:6px;background-color:#3498dbcc;color:#fff;cursor:pointer;transition:all .3s ease;font-weight:600;text-shadow:1px 1px 2px rgba(0,0,0,.5);box-shadow:0 4px 12px #0003;margin-top:1rem;display:inline-flex;align-items:center;gap:.5rem}.download-btn:hover{background-color:#2980b9e6;border-color:#fff6;transform:translateY(-2px);box-shadow:0 6px 16px #0000004d}.download-btn:focus{outline:2px solid #64ffda;outline-offset:2px}.download-btn:active{transform:translateY(0);box-shadow:0 2px 8px #0000004d}.resume-section{margin-bottom:2.5rem}.resume-section h2{font-size:1.8rem;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.7);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.3);font-weight:600}.section-content{margin-left:1rem}.experience-item,.project-item{margin-bottom:2rem;padding:1.5rem;background:#0003;border-radius:8px;border:1px solid rgba(255,255,255,.1)}.experience-item h3,.project-item h3{margin:0 0 .5rem;font-size:1.3rem;color:#64ffda;text-shadow:1px 1px 2px rgba(0,0,0,.5);font-weight:600}.job-details,.project-details{margin:0 0 1rem;color:#bdc3c7;font-style:italic;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.resume-section ul{margin:0;padding-left:1.5rem;list-style-type:disc}.resume-section li{margin-bottom:.5rem;color:#f8f9fa;text-shadow:1px 1px 2px rgba(0,0,0,.5);line-height:1.6}.skills-grid{display:grid;grid-template-columns:1fr;gap:1rem}.skill-category{padding:1rem;background:#0003;border-radius:6px;border:1px solid rgba(255,255,255,.1);color:#f8f9fa;text-shadow:1px 1px 2px rgba(0,0,0,.5);line-height:1.6}.skill-category strong{color:#64ffda;margin-right:.5rem}.resume-section p{margin:.5rem 0;color:#f8f9fa;text-shadow:1px 1px 2px rgba(0,0,0,.5);line-height:1.6}.resume-section strong{color:#fff;font-weight:600}.resume-section em{color:#bdc3c7}@media (max-width: 768px){.resume-container{padding:1.5rem;margin:1rem}.resume-header h1{font-size:2.5rem}.contact-info{flex-direction:column;gap:.5rem}.contact-info span{display:none}.experience-item,.project-item{padding:1rem}.section-content{margin-left:0}}@media (max-width: 480px){.resume-header h1{font-size:2rem}.resume-section h2{font-size:1.5rem}.experience-item h3,.project-item h3{font-size:1.1rem}}.sidebar{position:fixed;top:0;left:0;width:250px;height:100vh;background:#2c3e50fa;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);color:#fff;z-index:999;transform:translate(-100%);transition:transform .3s ease-in-out;box-shadow:2px 0 20px #0000004d}.sidebar.open{transform:translate(0)}.sidebar-header{display:flex;align-items:center;padding:5.5rem 1rem 1rem;border-bottom:1px solid rgba(255,255,255,.2)}.sidebar-header h2{margin:0;font-size:1.5rem;color:#64ffda;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.sidebar-nav{padding:1rem 0}.sidebar-menu{list-style:none;padding:0;margin:0}.sidebar-menu li{margin:0}.sidebar-menu button{width:100%;padding:1rem 1.5rem;background:none;border:none;color:#fff;text-align:left;font-size:1rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.75rem;border-left:3px solid transparent}.sidebar-menu button:hover{background-color:#ffffff1a;border-left-color:#64ffda;transform:translate(5px)}.sidebar-menu button:focus{outline:2px solid #64ffda;outline-offset:-2px}.hamburger-button{position:fixed;top:1rem;left:1rem;width:45px;height:45px;background:#2c3e50e6;border:2px solid rgba(255,255,255,.3);border-radius:8px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;transition:all .3s ease;z-index:1002;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hamburger-button:hover{background:#ffffff1a;border-color:#ffffff80;transform:scale(1.1)}.hamburger-button span{width:22px;height:2px;background:#fff;border-radius:2px;transition:all .3s ease}.hamburger-button.open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.hamburger-button.open span:nth-child(2){opacity:0}.hamburger-button.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.sidebar-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0009;z-index:998}.main-content{transition:transform .3s ease-in-out;padding-top:120px;padding-bottom:100px;min-height:calc(100vh - 220px);padding-left:70px;width:100%;box-sizing:border-box}.main-content.sidebar-open{transform:translate(40px)}.page-header .header-content{padding-left:70px;transition:margin-left .3s ease-in-out}@media (max-width: 768px){.hamburger-button{top:.75rem;right:.75rem;left:auto;width:40px;height:40px}.hamburger-button span{width:18px}.sidebar{width:85vw;max-width:300px}.sidebar-header{padding:4rem 1rem 1rem}.sidebar-header h2{font-size:1.2rem}.sidebar-menu button{padding:.9rem 1rem;font-size:.95rem;gap:.5rem}.main-content{padding-left:1rem;padding-right:1rem;padding-top:100px;padding-bottom:120px}.main-content.sidebar-open{transform:translate(0)}.page-header .header-content{padding-left:1rem;padding-right:50px}.page-header .header-content.sidebar-open{margin-left:0}}@media (max-width: 480px){.hamburger-button{width:35px;height:35px;top:.6rem;right:.6rem}.hamburger-button span{width:16px;height:1.5px}.sidebar{width:90vw;max-width:280px}.sidebar-header{padding:3.5rem .75rem .75rem}.sidebar-header h2{font-size:1.1rem}.sidebar-menu button{padding:.8rem .75rem;font-size:.9rem}.main-content{padding-left:.75rem;padding-right:.75rem;padding-top:90px;padding-bottom:100px}.page-header .header-content{padding-left:.75rem;padding-right:45px}}@media (hover: none) and (pointer: coarse){.hamburger-button:hover{transform:none;background:#2c3e50e6}.hamburger-button:active{background:#ffffff1a;transform:scale(.95)}.sidebar-menu button:hover{background-color:#fff0;border-left-color:transparent;transform:none}.sidebar-menu button:active{background-color:#ffffff26;border-left-color:#64ffda}}@media (max-width: 768px) and (orientation: landscape){.sidebar{width:70vw;max-width:250px}.sidebar-header{padding:3rem 1rem .75rem}.main-content{padding-top:80px;padding-bottom:80px}}.chat-toggle{position:relative;top:auto;right:auto;width:45px;height:45px;border-radius:50%;border:2px solid rgba(255,255,255,.3);background:#3498dbe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;font-size:1.1rem;cursor:pointer;transition:all .3s ease;z-index:1003;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #0000004d;margin-left:1rem}.chat-toggle:hover{background:#2980b9f2;transform:scale(1.1);border-color:#ffffff80}.chat-toggle.open{background:#e74c3ce6;font-size:.9rem}.chat-toggle.open:hover{background:#c0392bf2}.chat-window{position:fixed;top:80px;right:1rem;width:350px;height:500px;background:#2c3e50fa;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:2px solid rgba(255,255,255,.2);border-radius:12px;box-shadow:0 20px 60px #00000080;z-index:1002;display:flex;flex-direction:column;overflow:hidden;animation:slideInRight .3s ease-out}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.chat-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid rgba(255,255,255,.2);background:#0003}.chat-title{display:flex;align-items:center;gap:.5rem;color:#64ffda;font-weight:600;font-size:1rem}.chat-icon{font-size:1.2rem}.chat-controls{display:flex;gap:.5rem}.chat-control-btn{background:none;border:1px solid rgba(255,255,255,.2);border-radius:50%;color:#fff;font-size:.8rem;cursor:pointer;padding:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.chat-control-btn:hover{background:#ffffff1a;border-color:#fff6}.chat-messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1rem}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#ffffff80}.message{display:flex;max-width:85%;word-wrap:break-word}.message.user{align-self:flex-end;margin-left:auto}.message.bot{align-self:flex-start}.message-content{display:flex;flex-direction:column;gap:.25rem}.message-text{padding:.75rem 1rem;border-radius:12px;line-height:1.4;font-size:.9rem}.message.user .message-text{background:#3498dbcc;color:#fff;border-bottom-right-radius:4px;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.message.bot .message-text{background:#ffffff1a;color:#f8f9fa;border-bottom-left-radius:4px;border:1px solid rgba(255,255,255,.1);text-shadow:1px 1px 2px rgba(0,0,0,.5)}.message-time{font-size:.7rem;color:#bdc3c7;text-align:right;margin-top:.25rem}.message.bot .message-time{text-align:left}.typing-indicator{display:flex;gap:4px;align-items:center;padding:.5rem 0}.typing-indicator span{width:6px;height:6px;border-radius:50%;background:#64ffda;animation:typing 1.4s infinite ease-in-out}.typing-indicator span:nth-child(1){animation-delay:0ms}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,80%,to{transform:scale(0);opacity:.5}40%{transform:scale(1);opacity:1}}.chat-input{display:flex;gap:.5rem;padding:1rem;border-top:1px solid rgba(255,255,255,.2);background:#0003}.chat-input input{flex:1;padding:.75rem;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:#ffffff1a;color:#fff;font-size:.9rem;outline:none;transition:all .2s ease}.chat-input input::placeholder{color:#bdc3c7}.chat-input input:focus{border-color:#64ffda;background:#ffffff26;box-shadow:0 0 0 2px #64ffda33}.chat-input input:disabled{opacity:.6;cursor:not-allowed}.send-button{padding:.75rem;border:1px solid rgba(255,255,255,.2);border-radius:8px;background:#3498dbcc;color:#fff;font-size:1rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:45px}.send-button:hover:not(:disabled){background:#2980b9e6;border-color:#fff6}.send-button:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.chat-toggle{width:40px;height:40px;font-size:1rem;margin-left:.5rem}.chat-window{width:calc(100vw - 1rem);height:70vh;max-height:500px;right:.5rem;top:75px;border-radius:8px}.chat-header{padding:.75rem}.chat-title{font-size:.9rem}.chat-messages{padding:.75rem;gap:.75rem}.message{max-width:90%}.message-text{font-size:.85rem;padding:.6rem .8rem}.message-time{font-size:.65rem}.chat-input{padding:.75rem}.chat-input input{font-size:.85rem;padding:.6rem}.chat-input input::placeholder{font-size:.8rem}.send-button{width:40px;padding:.6rem;font-size:.9rem}}@media (max-width: 480px){.chat-toggle{width:35px;height:35px;font-size:.9rem;margin-left:.25rem}.chat-window{width:calc(100vw - .5rem);height:65vh;right:.25rem;top:70px;border-radius:6px}.chat-header{padding:.6rem;flex-wrap:wrap}.chat-title{font-size:.85rem;flex:1}.chat-controls{gap:.25rem}.chat-control-btn{width:24px;height:24px;font-size:.7rem}.chat-messages{padding:.6rem;gap:.6rem}.message{max-width:95%}.message-text{font-size:.8rem;padding:.5rem .7rem;border-radius:10px}.message-time{font-size:.6rem}.chat-input{padding:.6rem}.chat-input input{font-size:.8rem;padding:.5rem}.chat-input input::placeholder{font-size:.75rem}.send-button{width:35px;padding:.5rem;font-size:.8rem}}@media (hover: none) and (pointer: coarse){.chat-toggle:hover{transform:none;background:#3498dbe6}.chat-toggle:active{background:#2980b9f2;transform:scale(.95)}.chat-control-btn:hover{background:none;border-color:#fff3}.chat-control-btn:active{background:#ffffff26}.send-button:hover{background:#3498dbcc}.send-button:active{background:#2980b9e6;transform:scale(.95)}}@media (max-width: 768px) and (orientation: landscape){.chat-window{height:60vh;width:60vw;max-width:400px;right:1rem}.chat-messages,.chat-input{padding:.5rem}}.message{animation:messageSlideIn .3s ease-out}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.aboutPage{display:flex;flex-direction:column;align-items:center;gap:3rem;max-width:1000px;margin:0 auto;padding:3rem 2rem}.aboutPage .topBar{text-align:center;margin-bottom:1rem}.aboutPage .topBar h1{margin:0;font-size:3rem;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.7);font-weight:700;letter-spacing:-.5px;line-height:1.1}.aboutContent{width:100%;display:flex;flex-direction:column;gap:2rem}.intro-section{margin-bottom:2rem}.profile-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2.5rem;border-radius:12px;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000004d;text-align:center;position:relative;overflow:hidden}.profile-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:2px;background:linear-gradient(90deg,transparent,#64ffda,transparent);transition:left .5s ease}.profile-card:hover:before{left:100%}.profile-text h2{margin:0 0 1.5rem;font-size:2rem;color:#64ffda;text-shadow:1px 1px 2px rgba(0,0,0,.5);font-weight:600}.profile-text p{font-size:1.2rem;line-height:1.7;color:#f8f9fa;text-shadow:1px 1px 2px rgba(0,0,0,.5);margin:0}.sections-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:2rem;margin-bottom:2rem}.about-section{background:#0003;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:2rem;border-radius:12px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;position:relative;overflow:hidden}.about-section:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:2px;background:linear-gradient(90deg,transparent,#64ffda,transparent);transition:left .5s ease}.about-section:hover:before{left:100%}.about-section:hover{transform:translateY(-5px);box-shadow:0 12px 40px #0006;border-color:#fff3}.about-section h3{color:#64ffda;margin:0 0 1.5rem;font-size:1.4rem;text-shadow:1px 1px 2px rgba(0,0,0,.5);font-weight:600}.section-content p{color:#f8f9fa;line-height:1.6;text-shadow:1px 1px 2px rgba(0,0,0,.5);margin-bottom:1.5rem;font-size:1rem}.highlight-item{background:#ffffff0d;padding:.75rem 1rem;border-radius:6px;border-left:3px solid #64ffda;margin-bottom:.75rem;color:#f8f9fa;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.highlight-item strong{color:#64ffda;margin-right:.5rem}.tech-highlights{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.tech-item{background:#3498dbcc;color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:500;border:1px solid rgba(255,255,255,.2);text-shadow:1px 1px 2px rgba(0,0,0,.3);transition:all .3s ease}.tech-item:hover{background:#2980b9e6;transform:translateY(-2px)}.values-list{list-style:none;padding:0;margin:1rem 0 0}.values-list li{background:#ffffff0d;padding:.75rem 1rem;border-radius:6px;border-left:3px solid #64ffda;margin-bottom:.5rem;color:#f8f9fa;text-shadow:1px 1px 2px rgba(0,0,0,.5);transition:all .3s ease;position:relative}.values-list li:before{content:"✓";color:#64ffda;font-weight:700;margin-right:.5rem}.values-list li:hover{background:#ffffff1a;transform:translate(5px)}.interests-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-top:1rem}.interest-item{display:flex;align-items:center;gap:.75rem;background:#ffffff0d;padding:1rem;border-radius:8px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;color:#f8f9fa;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.interest-item:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-2px)}.interest-icon{font-size:1.2rem}.goals-section{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2.5rem;border-radius:12px;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000004d;margin-bottom:2rem}.goals-section h3{color:#64ffda;margin:0 0 1.5rem;font-size:1.5rem;text-shadow:1px 1px 2px rgba(0,0,0,.5);font-weight:600;text-align:center}.goals-content p{color:#f8f9fa;line-height:1.6;text-shadow:1px 1px 2px rgba(0,0,0,.5);margin-bottom:2rem;text-align:center;font-size:1.1rem}.goals-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.goal-item{background:#0003;padding:1.5rem;border-radius:8px;border:1px solid rgba(255,255,255,.1)}.goal-item h4{color:#64ffda;margin:0 0 1rem;font-size:1.2rem;text-shadow:1px 1px 2px rgba(0,0,0,.5);font-weight:600;text-align:center}.goal-item ul{list-style:none;padding:0;margin:0}.goal-item li{color:#f8f9fa;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.1);text-shadow:1px 1px 2px rgba(0,0,0,.5)}.goal-item li:last-child{border-bottom:none}.goal-item li:before{content:"→";color:#64ffda;margin-right:.5rem;font-weight:700}.connect-section{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2.5rem;border-radius:12px;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000004d;text-align:center}.connect-section h3{color:#64ffda;margin:0 0 1rem;font-size:1.5rem;text-shadow:1px 1px 2px rgba(0,0,0,.5);font-weight:600}.connect-section p{color:#f8f9fa;line-height:1.6;text-shadow:1px 1px 2px rgba(0,0,0,.5);margin-bottom:2rem;font-size:1.1rem}.connect-links{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.connect-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:2px solid rgba(255,255,255,.2);border-radius:8px;background:#3498dbcc;color:#fff;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;text-shadow:1px 1px 2px rgba(0,0,0,.5);box-shadow:0 4px 12px #0003}.connect-btn:hover{background:#2980b9e6;border-color:#fff6;transform:translateY(-3px);box-shadow:0 8px 20px #0000004d;text-decoration:none;color:#fff}.connect-btn.linkedin:hover{background:#0077b5e6}.connect-btn.github:hover{background:#333333e6}.connect-btn.email:hover{background:#34495ee6}.btn-icon{font-size:1.1rem}@media (max-width: 768px){.aboutPage{gap:2rem;padding:2rem 1.5rem}.aboutPage .topBar h1{font-size:2.5rem}.sections-grid{grid-template-columns:1fr;gap:1.5rem}.profile-card{padding:2rem 1.5rem}.profile-text h2{font-size:1.7rem}.profile-text p{font-size:1.1rem}.about-section{padding:1.5rem}.goals-section,.connect-section{padding:2rem 1.5rem}.goals-grid{grid-template-columns:1fr;gap:1.5rem}.interests-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.connect-links{flex-direction:column;align-items:center;gap:1rem}.connect-btn{width:200px;justify-content:center}}@media (max-width: 480px){.aboutPage{gap:1.5rem;padding:1.5rem 1rem}.aboutPage .topBar h1{font-size:2rem}.profile-card{padding:1.5rem}.profile-text h2{font-size:1.5rem}.profile-text p{font-size:1rem}.about-section{padding:1rem}.about-section h3{font-size:1.2rem}.goals-section,.connect-section{padding:1.5rem}.tech-highlights{gap:.5rem}.tech-item{font-size:.8rem;padding:.3rem .8rem}.interests-grid{grid-template-columns:1fr}.connect-btn{width:100%;max-width:250px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.aboutPage>*{animation:fadeInUp .6s ease-out forwards}.aboutPage .topBar{animation-delay:.1s}.aboutPage .aboutContent{animation-delay:.2s}.intro-section{animation:fadeInUp .6s ease-out forwards;animation-delay:.3s}.about-section{animation:fadeInUp .6s ease-out forwards}.about-section:nth-child(1){animation-delay:.4s}.about-section:nth-child(2){animation-delay:.5s}.about-section:nth-child(3){animation-delay:.6s}.about-section:nth-child(4){animation-delay:.7s}.goals-section{animation:fadeInUp .6s ease-out forwards;animation-delay:.8s}.connect-section{animation:fadeInUp .6s ease-out forwards;animation-delay:.9s}@media (hover: none) and (pointer: coarse){.about-section:hover{transform:none;box-shadow:0 8px 32px #0000004d}.connect-btn:hover{transform:none;background:#3498dbcc}.connect-btn:active{background:#2980b9e6;transform:scale(.98)}.tech-item:hover{transform:none}.tech-item:active{background:#2980b9e6;transform:scale(.95)}}
