.home-section{height:100vh;display:flex;align-items:center;justify-content:space-between;padding:4rem 2rem;background:transparent;color:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;gap:2rem}.home-left{flex:1;animation:fadeInLeft 1s ease-in-out}.home-right{flex:1;display:flex;justify-content:center;animation:fadeInRight 1s ease-in-out}.about-section{display:flex;justify-content:center;align-items:center;padding:4rem 2rem;color:#fff;gap:2rem}.about-left{flex:1}.about-right{flex:1;display:flex;justify-content:center}.profile-img,.about-img{width:300px;height:300px;border-radius:50%;object-fit:cover;border:4px solid #b388ff;box-shadow:0 0 30px #b388ff4d;transition:transform .3s ease}.profile-img:hover,.about-img:hover{transform:scale(1.05)}.about-title{font-size:3.3rem;font-weight:700;text-align:center;margin-bottom:2rem;margin-left:auto;margin-right:auto}.about-text{font-size:1.6rem;line-height:1.8;margin-bottom:1rem;text-align:center}.greeting{font-size:2rem;margin-bottom:.5rem;color:#d1d1d1;margin-left:auto;margin-right:auto}.name{font-size:3.5rem;font-weight:700;color:#fff;text-align:center}.role{font-size:2rem;color:#b388ff;margin:1rem 0;text-align:center}.intro-text{font-size:1.1rem;line-height:1.8;color:#ccc;margin-top:1.5rem;text-align:center}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@media (max-width: 1024px){.home-section,.about-section{flex-direction:row;padding:3rem 1rem}.home-left,.home-right,.about-left,.about-right{width:50%}.profile-img,.about-img{width:220px;height:220px}.about-text{font-size:1.4rem;text-align:auto}}@media (max-width: 767px){.home-section,.about-section{flex-direction:column;padding:3rem 1rem;text-align:center}.home-left,.home-right,.about-left,.about-right{width:100%}.about-title{font-size:2.4rem}.about-text{font-size:1.4rem}.greeting{font-size:1.6rem}.name{font-size:2.8rem}.role{font-size:1.6rem}.profile-img,.about-img{width:180px;height:180px}}@media (max-width: 650px){.about-section{flex-direction:column;align-items:center;text-align:center;margin:0;padding:2rem 1rem}.about-left,.about-right{width:100%;margin:0;padding:0}.about-title{font-size:1.8rem;text-align:center;line-height:1.3;white-space:nowrap;margin:0 auto 1.5rem 10rem}.about-text{font-size:1.3rem;text-align:center}.profile-img,.about-img{width:160px;height:160px}}.about-section{width:100%;margin:0 auto;padding:4rem 2rem;display:flex;flex-direction:column;gap:2rem}.about-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#fff}.about-left{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}.about-right{flex:1;display:flex;justify-content:center;align-items:center}.about-img{width:250px;height:250px;border-radius:50%;object-fit:cover;border:4px solid #b388ff;box-shadow:0 0 30px #b388ff4d}.about-img:hover{transform:scale(1.05)}.about-paragraph{font-size:1.8rem;line-height:1.7;margin-bottom:1.5rem;color:#fff}.about-paragraph strong{color:#a18cd1}.about-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-top:4rem;margin-right:2rem;justify-items:center}.about-item{background:linear-gradient(135deg,#0f0c29,#302b63,#24243e);padding:2rem;border-radius:12px;box-shadow:0 4px 14px #00000014;transition:all .3s ease;color:#f3f4f6;font-size:1.1rem;max-width:300px;width:100%}.about-item:hover{transform:translateY(-5px);box-shadow:0 6px 20px #0000001a}.about-item h4{font-size:1.2rem;color:#fff;margin-bottom:.5rem}.about-item p{font-size:1rem;color:#fff}@media (max-width: 768px){.about-section{flex-direction:column;justify-content:space-between;align-items:center}.about-title{margin-right:10rem}.about-paragraph{margin-right:8rem}.about-left,.about-right{flex:1}}@media (max-width: 650px){.about-section{flex-direction:column;align-items:center;text-align:center;margin:0}.about-left,.about-right{width:100%;margin:0;padding:0}.about-title{font-size:1.8rem;margin:0 auto 1.5rem;text-align:center;line-height:1.3;white-space:nowrap}.about-paragraph{font-size:1.3rem;text-align:center;margin:0 auto 1.5rem}.about-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-top:4rem;margin-right:1rem;justify-items:center}}.projects-section{padding:3rem 2rem}.projects-title{text-align:center;margin-bottom:2rem;font-size:2.5rem;color:#fff;font-weight:700}.projects-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;align-items:stretch}@media (max-width: 1100px){.projects-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 680px){.projects-grid{grid-template-columns:1fr}}.project-card{background:#ffffff0a;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:10px;padding:1.5rem;border:1px solid rgba(255,255,255,.08);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center;overflow:hidden}.project-card:hover{transform:translateY(-5px);box-shadow:0 6px 30px #00000059}.project-images-double,.project-images-scroll{margin-bottom:1rem}.project-images-scroll{display:flex;gap:.5rem;overflow-x:auto}.project-images-double{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.project-card img{width:100%;height:180px;object-fit:cover;border-radius:8px}.project-title{font-size:1.5rem;margin-top:1rem;color:#fff;font-weight:600}.project-description{font-size:1rem;line-height:1.5;color:#ccc;margin-top:.5rem}.project-link,.project-private{font-size:.95rem;color:#66d9ef;text-decoration:none;margin-top:1rem;display:inline-block}.project-link:hover{text-decoration:underline}.project-private{font-style:italic;color:#f0f0f0}.tech-badges{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:1rem}.tech-badge{background:#66d9ef1f;color:#66d9ef;border:1px solid rgba(102,217,239,.35);border-radius:999px;padding:.25rem .6rem;font-size:.8rem}.project-image{width:100%;height:180px;object-fit:cover;border-radius:8px;transition:transform .3s ease}.project-image:hover{transform:scale(1.1);cursor:pointer}.modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{position:relative}.modal-image{max-width:90%;max-height:90vh;border-radius:10px;object-fit:contain}.modal:hover{cursor:pointer}@media (max-width: 768px){.modal-image{max-width:100%;max-height:70vh;border-radius:8px}.modal-content{padding:1rem}.modal{align-items:flex-start;padding-top:4rem}}.featured-project{background:linear-gradient(180deg,#ffffff0a,#fff0);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:2rem;margin:0 auto 2.5rem;max-width:1100px}.featured-hero{display:grid;grid-template-columns:1.2fr 1fr;gap:2rem;align-items:center}.featured-title{font-size:2rem;color:#fff;margin:0 0 .5rem}.featured-subtitle{font-size:1.1rem;color:#bcd;margin:0 0 1rem}.featured-subnote{font-size:.95rem;color:#a9bac8;margin-top:.5rem}.badge-group{display:flex;flex-wrap:wrap;gap:.5rem;margin:.5rem 0 1rem}.badge{background:#66d9ef1f;color:#66d9ef;border:1px solid rgba(102,217,239,.35);border-radius:999px;padding:.25rem .6rem;font-size:.8rem}.featured-description{color:#dfe6ee;line-height:1.6}.meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem 1rem;color:#c7d0da;margin-top:1rem}.cta-group{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.25rem}.cta-button{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.25);padding:.55rem 1rem;border-radius:8px;cursor:pointer;text-decoration:none}.cta-button.primary{background:#66d9ef;color:#0b1520;border-color:#66d9ef}.cta-button.ghost{color:#66d9ef;border-color:#66d9ef80}.featured-right{display:flex;justify-content:center}.featured-image{width:100%;max-width:520px;border-radius:12px;box-shadow:0 10px 30px #00000059}.featured-media{width:100%;max-width:520px;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #00000059}.featured-video{width:100%;display:block}.modal .case-study{background:#0e1a24;color:#eaf2f8;max-width:860px;padding:1.25rem 1.25rem 1.5rem;border-radius:12px}.case-title{margin-top:0}.case-paragraph{color:#d3dde7}.case-list{margin:.5rem 0 1rem 1.25rem}@media (max-width: 900px){.featured-hero{grid-template-columns:1fr}}.footer{text-align:center;padding:3rem 1rem;color:#fff;margin-top:4rem;width:100%}.footer .icon-link{font-size:2.5rem;transition:transform .3s ease,color .3s ease;display:inline-block;cursor:pointer;text-decoration:none}.footer .icon-link:hover{transform:scale(1.3);filter:drop-shadow(0 0 5px white)}.footer-title{font-size:2.5rem;margin-bottom:1.5rem;font-weight:700;letter-spacing:1px}.footer-foot{margin-top:1rem}@media (max-width: 1024px){.footer{padding:2rem 1rem;margin-top:2rem}.footer-title{font-size:4rem}.footer .icon-link{font-size:3rem}}.skills-section{padding:2rem;text-align:center}.skills-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.skills-description{margin-bottom:2rem;font-size:1.1rem;color:#f0f0f0}.skills-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem}.skill-item{text-align:center;background:linear-gradient(135deg,#0f0c29,#302b63);padding:2rem;border-radius:15px;box-shadow:0 4px 14px #0000001a;transition:transform .3s ease,box-shadow .3s ease;width:150px;height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center}.skill-item:hover{transform:translateY(-5px);box-shadow:0 6px 20px #0003}.skill-item p{margin-top:1rem;font-size:1.1rem;color:#fff;font-weight:500}@media (max-width: 768px){.skills-grid{gap:1rem}}.tabs-wrapper{width:100%;min-height:100vh;background:linear-gradient(135deg,#0f0c29,#302b63,#24243e);color:#fff}.tabs-container{display:flex;flex-direction:column;min-height:100vh}.tabs-nav{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:linear-gradient(135deg,#0f0c29,#302b63,#24243e);position:relative;z-index:1002}.hamburger-icon{display:none}.hamburger-icon span{width:25px;height:3px;background-color:#fff;display:block;margin:4px 0;transition:transform .3s ease,opacity .3s ease,background-color .3s ease}.hamburger-icon.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger-icon.open span:nth-child(2){opacity:0}.hamburger-icon.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.side-menu{display:none}.tabs-desktop-menu{display:flex;gap:1.5rem}.tab-button{background:none;border:none;color:#fff;font-size:1rem;cursor:pointer;padding:.5rem 1rem}.tab-button.active{border-bottom:2px solid #00d1ff}.tabs-content{flex:1;padding:2rem}@media (max-width: 768px){.hamburger-icon{display:flex;flex-direction:column;background:none;border:none;cursor:pointer;position:fixed;top:1rem;left:1rem;z-index:1003}.tabs-desktop-menu{display:none}.side-menu{position:fixed;top:0;left:-250px;height:100%;width:200px;background:linear-gradient(135deg,#0f0c29,#302b63,#24243e);padding:2rem 1rem;display:flex;flex-direction:column;gap:1rem;transition:left .3s ease-in-out;z-index:1002}.side-menu.active{left:0}.overlay{position:fixed;top:0;left:0;height:100%;width:100%;background:#0000004d;z-index:1001}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{overflow-x:hidden;height:100%;width:100%;background:linear-gradient(135deg,#0f0c29,#302b63,#24243e);background-attachment:fixed;scroll-behavior:smooth;color:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}a{color:inherit;text-decoration:none}button{font-family:inherit}section{padding:2rem 1rem}.app-wrapper{width:100%;height:100%;background:transparent}@media (max-width: 1024px){html,body,#root{overflow-x:hidden;font-size:10px;padding:0;margin:0}section{padding:2rem 1rem}.app-wrapper{width:100%;padding:0 1rem}}@media (max-width: 768px){html,body,#root{overflow-x:hidden;font-size:10px;padding:0;margin:0}.app-wrapper{padding:1rem}section{padding:1rem}}
