.app{min-height:100vh;display:flex;flex-direction:column}.header{position:fixed;top:0;left:0;right:0;padding:1.5rem 5%;background:#1a1a1af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;justify-content:space-between;align-items:center;z-index:1000;border-bottom:1px solid rgba(255,255,255,.1)}.logo{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;cursor:pointer}.nav{display:flex;gap:2.5rem}.nav a{color:#fffc;text-decoration:none;font-weight:500;position:relative}.nav a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(135deg,#667eea,#764ba2);transition:width .3s}.nav a:hover:after{width:100%}.mobile-menu-btn{display:none;background:none;border:none;color:#fff;cursor:pointer;padding:.5rem}main{flex:1;margin-top:80px}.hero{min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;padding:2rem 5%;position:relative;overflow:hidden}.hero-content{max-width:900px;z-index:2;text-align:center}.hero-photo-wrapper{margin-bottom:2rem;display:flex;justify-content:center}.hero-photo{width:180px;height:180px;border-radius:50%;padding:4px;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 10px 40px #667eea4d;transition:transform .3s ease,box-shadow .3s ease}.hero-photo:hover{transform:scale(1.05);box-shadow:0 15px 50px #667eea80}.hero-photo img{width:100%;height:100%;border-radius:50%;object-fit:cover;background:#1a1a1a}.hero-greeting{font-size:clamp(1.3rem,3vw,1.8rem);color:#fffc;margin-bottom:1rem;font-weight:500;display:flex;align-items:center;justify-content:center;gap:.5rem}.wave{display:inline-block;animation:wave 2.5s infinite;transform-origin:70% 70%;font-size:1.2em}@keyframes wave{0%,to{transform:rotate(0)}10%,30%{transform:rotate(14deg)}20%{transform:rotate(-8deg)}40%,to{transform:rotate(0)}}.hero-title{font-size:clamp(3rem,10vw,6rem);font-weight:800;margin-bottom:1.5rem;line-height:1.1}.gradient-text{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.hero-subtitle{font-size:clamp(1.2rem,3vw,1.6rem);color:#ffffffe6;margin-bottom:1.5rem;font-weight:600}.company-highlight{color:#667eea;font-weight:700}.hero-description{margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.hero-tagline{font-size:clamp(1.1rem,2vw,1.25rem);color:#ffffffd9;line-height:1.6;margin-bottom:.75rem}.hero-tagline strong{color:#667eea;font-weight:600}.hero-degree{font-size:clamp(.95rem,2vw,1.05rem);color:#fff9;margin-top:.5rem}.hero-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.btn{padding:1rem 2.5rem;border-radius:50px;text-decoration:none;font-weight:600;display:inline-block}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 10px 30px #667eea4d}.btn-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3)}.hero-decoration{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;pointer-events:none}.floating-shape{position:absolute;border-radius:50%;opacity:.1}.shape-1{width:300px;height:300px;background:linear-gradient(135deg,#667eea,#764ba2);top:10%;left:10%}.shape-2{width:200px;height:200px;background:linear-gradient(135deg,#f093fb,#f5576c);bottom:20%;right:15%}.shape-3{width:150px;height:150px;background:linear-gradient(135deg,#4facfe,#00f2fe);top:50%;right:30%}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);color:#ffffff80;cursor:pointer}.section{padding:5rem 5%;max-width:1200px;margin:0 auto;width:100%}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:clamp(2rem,5vw,3rem);margin-bottom:1rem;font-weight:700}.title-underline{width:80px;height:4px;background:linear-gradient(135deg,#667eea,#764ba2);margin:0 auto;border-radius:2px}.about-content{max-width:800px;margin:0 auto}.about-text p{font-size:1.1rem;line-height:1.8;color:#fffc;margin-bottom:2rem}.skills{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.skill-tag{padding:.75rem 1.5rem;background:#667eea1a;border:1px solid rgba(102,126,234,.3);border-radius:50px;color:#ffffffe6;font-weight:500;cursor:pointer}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem}.project-card{background:#ffffff08;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.1);cursor:pointer}.project-image{height:200px;position:relative;overflow:hidden}.project-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center}.project-links{display:flex;gap:2rem}.project-links a{color:#fff;display:flex;align-items:center;justify-content:center}.project-content{padding:2rem}.project-content h3{margin-bottom:1rem;font-size:1.5rem}.project-content p{color:#ffffffb3;line-height:1.6;margin-bottom:1.5rem}.project-tags{display:flex;flex-wrap:wrap;gap:.75rem}.tag{padding:.5rem 1rem;background:#667eea1a;border-radius:20px;font-size:.85rem;color:#fffc;border:1px solid rgba(102,126,234,.2)}.contact-section{text-align:center}.contact-description{font-size:1.2rem;color:#ffffffb3;max-width:600px;margin:0 auto 3rem;line-height:1.8}.contact-methods{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.contact-item{display:flex;align-items:center;gap:1rem;padding:1.5rem 2.5rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;text-decoration:none}.contact-icon{flex-shrink:0}footer{padding:3rem 5%;text-align:center;background:#1a1a1a80;border-top:1px solid rgba(255,255,255,.1)}.footer-content{max-width:1200px;margin:0 auto}.footer-links{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-bottom:1.5rem}.footer-link{display:flex;align-items:center;gap:.5rem;color:#ffffffb3;text-decoration:none;font-size:.95rem;transition:all .3s;padding:.5rem 1rem;border-radius:8px}.footer-link:hover{color:#667eea;background:#667eea1a;transform:translateY(-2px)}footer p{color:#fff9;margin:.5rem 0;display:flex;align-items:center;justify-content:center;gap:.5rem}.heart-icon{color:#f5576c;display:inline-block}.footer-year{font-size:.9rem}.experience-section{background:#ffffff03}.timeline{position:relative;max-width:900px;margin:0 auto;padding:2rem 0}.timeline:before{content:"";position:absolute;left:50%;transform:translate(-50%);width:2px;height:100%;background:linear-gradient(180deg,#667eea1a,#667eea80,#667eea1a)}.timeline-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:4rem;position:relative}.timeline-item:nth-child(2n){flex-direction:row-reverse}.timeline-marker{position:absolute;left:50%;transform:translate(-50%);width:48px;height:48px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;z-index:10;box-shadow:0 0 0 4px #0f0f0f,0 0 0 6px #667eea4d}.timeline-content{width:calc(50% - 60px);background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;transition:all .3s}.timeline-content:hover{background:#ffffff0d;border-color:#667eea80;box-shadow:0 10px 40px #0000004d}.job-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.job-position{font-size:1.4rem;font-weight:700;color:#fff;margin-bottom:.5rem}.job-company{font-size:1.1rem;color:#ffffffb3;font-weight:500}.job-period{display:flex;align-items:center;gap:.5rem;color:#667eeae6;font-size:.95rem;font-weight:600;white-space:nowrap}.job-description{color:#ffffffb3;line-height:1.6;margin-bottom:1.5rem;font-size:1rem}.job-achievements{list-style:none;margin-bottom:1.5rem}.job-achievements li{color:#fffc;padding-left:1.5rem;margin-bottom:.75rem;position:relative;line-height:1.6}.job-achievements li:before{content:"▹";position:absolute;left:0;color:#667eeae6;font-size:1.2rem}.job-technologies{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.tech-badge{padding:.5rem 1rem;background:#667eea1a;border:1px solid rgba(102,126,234,.3);border-radius:20px;font-size:.85rem;color:#ffffffe6;font-weight:500}@media (max-width: 768px){.header{padding:1rem 4%}.nav{position:fixed;top:80px;left:0;right:0;background:#1a1a1afa;flex-direction:column;padding:2rem;gap:1.5rem;transform:translate(-100%);transition:transform .3s}.nav-open{transform:translate(0)}.mobile-menu-btn{display:block}.section{padding:3rem 4%}.hero-buttons{flex-direction:column;align-items:stretch}.btn{width:100%;text-align:center}.contact-methods{flex-direction:column}.contact-item{width:100%}.timeline:before{left:24px}.timeline-item{flex-direction:column!important;align-items:flex-start;padding-left:60px}.timeline-marker{left:24px;width:40px;height:40px}.timeline-content{width:100%}.job-header{flex-direction:column}.job-period{align-self:flex-start}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem}.modal-content{background:#1a1a1afa;border-radius:20px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;position:relative;border:1px solid rgba(255,255,255,.1)}.modal-close{position:absolute;top:1rem;right:1rem;background:#ffffff1a;border:none;color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1;transition:all .3s}.modal-close:hover{background:#fff3;transform:rotate(90deg)}.modal-header{padding:3rem 2rem 2rem;border-radius:20px 20px 0 0;margin-bottom:2rem}.modal-header h2{font-size:2rem;margin:0;color:#fff}.modal-body{padding:0 2rem 2rem}.modal-description{color:#fffc;line-height:1.8;font-size:1.1rem;margin-bottom:2rem}.modal-body h3{color:#fff;margin:2rem 0 1rem;font-size:1.4rem}.modal-features{list-style:none;padding:0;margin:0 0 2rem}.modal-features li{color:#ffffffb3;padding:.75rem 0 .75rem 2rem;position:relative;line-height:1.6}.modal-features li:before{content:"→";position:absolute;left:0;color:#667eea;font-weight:700}.modal-tags{margin-bottom:2rem}.modal-tags .project-tags{margin-top:1rem}.modal-links{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.modal-links a{display:flex;align-items:center;gap:.5rem;text-decoration:none}@media (max-width: 768px){.modal-overlay{padding:1rem}.modal-content{max-height:95vh}.modal-header{padding:2.5rem 1.5rem 1.5rem}.modal-header h2{font-size:1.5rem}.modal-body{padding:0 1.5rem 1.5rem}.modal-links{flex-direction:column}.modal-links a{width:100%;justify-content:center}}.modal-screenshots{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.modal-screenshot{width:100%;height:auto;border-radius:12px;border:1px solid rgba(255,255,255,.1);cursor:pointer;transition:transform .3s}.modal-screenshot:hover{transform:scale(1.02);border-color:#667eea80}@media (max-width: 768px){.modal-screenshots{grid-template-columns:1fr}}.skip-link{position:absolute;top:-40px;left:0;background:#667eea;color:#fff;padding:.5rem 1rem;text-decoration:none;z-index:10000;border-radius:0 0 8px}.skip-link:focus{top:0}.scroll-to-top{position:fixed;bottom:2rem;right:2rem;width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #667eea66;z-index:1000;transition:all .3s}.scroll-to-top:hover{box-shadow:0 6px 30px #667eea99;transform:translateY(-2px)}@media (max-width: 768px){.scroll-to-top{bottom:1rem;right:1rem;width:45px;height:45px}}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#0f0f0f}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;overflow-x:hidden}h1{font-size:2.5rem;line-height:1.1;font-weight:800}h2{font-size:2rem;margin-bottom:1rem;font-weight:700}h3{font-size:1.5rem;margin-bottom:.5rem;font-weight:600}section{scroll-margin-top:100px}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#764ba2,#667eea)}
