:root{--primary-color: #fc6305;--primary-light: #ff8833;--primary-dark: #e05500;--secondary-color: #ff9b50;--accent-color: #ffb380;--bg-dark: #0a0a0a;--bg-darker: #050505;--text-primary: #ffffff;--text-secondary: rgba(255, 255, 255, .8);--text-muted: rgba(255, 255, 255, .6);--glass-bg: rgba(255, 255, 255, .05);--glass-border: rgba(252, 99, 5, .2);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .1);--shadow-md: 0 4px 16px rgba(0, 0, 0, .2);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .3);--shadow-glow: 0 0 20px rgba(252, 99, 5, .3)}*{margin:0;padding:0;box-sizing:border-box}html{font-size:62.5%;scroll-behavior:smooth}body{font-family:Inter,sans-serif;color:var(--text-primary);background-color:var(--bg-dark);overflow-x:hidden;font-size:1.6rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit}ul{list-style:none}.loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background-color:var(--bg-dark);display:flex;justify-content:center;align-items:center;z-index:9999;transition:opacity 1s ease;will-change:opacity;overflow:hidden}.loading-screen.hidden{display:none}.loading-content{text-align:center;position:relative;z-index:2}.loading-content h1{font-size:7rem;font-weight:900;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:3rem;will-change:transform,opacity;transition:transform .8s ease,opacity .8s ease}.loading-container{display:flex;flex-direction:column;align-items:center;margin-bottom:4rem;will-change:transform,opacity;transition:transform .8s ease,opacity .8s ease}.loading-bar-container{width:30rem;height:.5rem;background-color:#ffffff1a;border-radius:1rem;overflow:hidden;margin-bottom:1rem}.loading-bar{height:100%;width:100%;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));transform-origin:left;transform:scaleX(0);transition:transform .3s ease;will-change:transform;box-shadow:0 0 10px var(--primary-color)}.loading-progress{font-size:1.6rem;font-weight:500;color:var(--primary-color)}.loading-particles{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.particle{position:absolute;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:50%;will-change:transform,opacity;box-shadow:0 0 10px var(--primary-color)}canvas.webgl{position:fixed;top:0;left:0;outline:none;pointer-events:none}.scroll-container{position:relative;height:100vh;overflow-y:auto;overflow-x:hidden}.panel{min-height:100vh;position:relative;overflow:hidden}main{position:relative;z-index:1;height:100vh;width:100%;display:flex;flex-direction:column}header,.page-header{display:flex;justify-content:space-between;align-items:center;padding:2rem 5rem;backdrop-filter:blur(20px) saturate(180%);background:#0a0a0acc;position:fixed;width:100%;z-index:50;border-bottom:1px solid var(--glass-border);box-shadow:0 4px 16px #0003}.logo{font-size:3rem;font-weight:700;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}nav{flex:1;display:flex;justify-content:center}nav ul{display:flex;gap:3rem;align-items:center}nav ul li{position:relative}nav ul li a{font-size:1.6rem;font-weight:500;transition:all .3s ease;position:relative;padding:.5rem 0;color:var(--text-secondary)}nav ul li a:hover{color:var(--primary-color)}nav ul li a:after{content:"";position:absolute;width:0;height:2px;bottom:0;left:0;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));transition:width .3s ease}nav ul li a:hover:after{width:100%}nav ul li.active a{color:var(--primary-color)}nav ul li.active a:after{width:100%}.hero{flex:1;display:flex;align-items:center;justify-content:flex-start;text-align:left;padding:0 5rem}.container-hero{max-width:120rem;width:100%;padding:0 2rem;margin:0;contain:layout style paint}.container{max-width:120rem;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:0 2rem;margin:0 auto;contain:layout style paint}.title,.subtitle,.description{position:relative;display:block;min-height:1.5em;margin-bottom:2rem}.title{font-size:6rem;font-weight:900;line-height:1.1;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;display:flex;flex-direction:column}.title span{display:block;min-height:1em}.subtitle{font-size:3.6rem;font-weight:500;margin-bottom:2rem;color:var(--text-primary)}.description{font-size:2.4rem;font-weight:300;margin-bottom:4rem;color:var(--text-secondary);max-width:60rem}.cta{display:flex;gap:2rem;opacity:0;transform:translateY(20px);animation:fadeUp .8s forwards 1.4s;will-change:transform,opacity}.btn{padding:1.5rem 3rem;border-radius:5rem;font-weight:500;font-size:1.8rem;transition:all .3s ease;cursor:pointer;will-change:transform;display:inline-flex;align-items:center;gap:1rem;border:none;text-align:center}.btn.primary{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:var(--text-primary);box-shadow:var(--shadow-glow)}.btn.primary:hover{background:linear-gradient(135deg,var(--primary-light),var(--accent-color));transform:translateY(-2px);box-shadow:0 5px 20px #fc630566}.btn.secondary{background-color:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.btn.secondary:hover{background-color:#fc63051a;border-color:var(--secondary-color);color:var(--secondary-color);transform:translateY(-2px)}.glass-card{background:#ffffff0d;backdrop-filter:blur(20px) saturate(180%);border-radius:2rem;padding:4rem;border:1px solid var(--glass-border);box-shadow:var(--shadow-lg)}.section-title{font-size:5rem;font-weight:800;margin-bottom:4rem;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center}.title-wrapper{display:flex;justify-content:left;align-items:center}.about-section{min-height:100vh;display:flex;align-items:center}.about-card{background:#ffffff0d;backdrop-filter:blur(20px) saturate(180%);border-radius:2rem;padding:4rem;border:1px solid var(--glass-border);box-shadow:var(--shadow-lg)}.about-content{display:flex;align-items:end;gap:6rem}.about-text{flex:1;color:var(--text-secondary);line-height:1.8}.about-text p{margin-bottom:3rem;font-size:1.8rem}.social-links{display:flex;gap:2rem;margin-top:3rem}.social-icon{font-size:2.4rem;color:var(--text-muted);transition:all .3s ease;padding:1rem;border-radius:50%;background:#ffffff0d}.social-icon:hover{color:var(--primary-color);transform:translateY(-3px);background:#fc63051a;box-shadow:0 4px 12px #fc630533}.profile-container{flex:1;display:flex;justify-content:center;align-items:center}.profile-image-wrapper{position:relative;width:350px;height:350px;display:flex;align-items:center;justify-content:center}.profile-image{width:300px;height:300px;object-fit:cover;border-radius:50%;position:relative;z-index:2;box-shadow:0 0 0 8px #00000026}.halo{position:absolute;top:50%;left:50%;width:285px;height:285px;transform:translate(-50%,-50%);border-radius:50%;z-index:1;pointer-events:none;background:conic-gradient(from 0deg,var(--primary-color) 0%,var(--secondary-color) 40%,var(--primary-color) 80%,var(--secondary-color) 100%);filter:blur(12px) brightness(1.5);opacity:.7;animation:halo-rotate 4s linear infinite}@keyframes halo-rotate{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.expertise-section{display:flex;align-items:center;justify-content:center;min-height:100vh;background:none}.expertise-card{width:100%;max-width:1100px;margin:0 auto;background:#ffffff0d;backdrop-filter:blur(20px) saturate(180%);border-radius:2rem;box-shadow:var(--shadow-lg);padding:4rem 3rem 3rem;border:1px solid var(--glass-border);display:flex;flex-direction:column;align-items:center}.expertise-content{display:flex;gap:4rem;width:100%;margin-top:2rem}.skills-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem 2rem;flex:1}.skill{display:flex;flex-direction:column;align-items:center;gap:1rem;transition:transform .3s ease}.skill:hover{transform:translateY(-5px)}.skill-icon{width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md);margin-bottom:.5rem;background:linear-gradient(135deg,#fc63051a,#ff9b501a);border:2px solid var(--glass-border);transition:all .3s ease}.skill:hover .skill-icon{box-shadow:var(--shadow-glow);border-color:var(--primary-color)}.skill-icon i{font-size:3rem;color:var(--primary-color);transition:transform .3s ease}.skill:hover .skill-icon i{transform:scale(1.15) rotate(-8deg);color:var(--secondary-color)}.skill-label{font-size:1.3rem;color:var(--text-secondary);font-weight:500;text-align:center}.experience-list{flex:1;display:flex;flex-direction:column;gap:2rem;margin-left:2rem}.experience-item{background:#ffffff08;padding:2rem;border-radius:1rem;border-left:3px solid var(--primary-color);transition:all .3s ease}.experience-item:hover{background:#fc63050d;transform:translate(5px);box-shadow:var(--shadow-md)}.exp-title{color:var(--text-primary);font-size:1.8rem;font-weight:600;margin-bottom:.5rem}.exp-company{font-size:1.4rem;color:var(--text-muted)}.projects-section{display:flex;align-items:center;padding:8rem 0}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(35rem,1fr));gap:3rem;margin-bottom:4rem}.project-card{background:#ffffff0d;backdrop-filter:blur(20px) saturate(180%);border-radius:1.5rem;overflow:hidden;transition:all .3s ease;will-change:transform;transform:translateZ(0);border:1px solid var(--glass-border)}.project-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-glow);border-color:var(--primary-color)}.project-image{height:240px;background-size:cover;background-position:center;transition:transform .5s ease;background-color:#ffffff05}.project-card:hover .project-image{transform:scale(1.05)}.project-details{padding:2.5rem}.project-details h3{font-size:2.4rem;margin-bottom:1rem;color:var(--primary-color);font-weight:600}.project-details p{font-size:1.6rem;margin-bottom:2rem;line-height:1.6;color:var(--text-secondary)}.project-tech{font-size:1.4rem;color:var(--text-muted);margin-bottom:2rem}.project-link{display:inline-flex;align-items:center;gap:.5rem;font-size:1.6rem;font-weight:500;color:var(--primary-color);position:relative;transition:all .3s ease}.project-link:after{content:"→";margin-left:.5rem;transition:transform .3s ease}.project-link:hover:after{transform:translate(5px)}.view-all-projects{text-align:center;margin-top:4rem}.contact-section{display:flex;align-items:center;padding:8rem 0}.contact-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(35rem,1fr));gap:5rem;width:100%}.contact-info{padding:3rem;background:#ffffff0d;border-radius:1.5rem;backdrop-filter:blur(20px) saturate(180%);border:1px solid var(--glass-border)}.contact-info h3{font-size:2.8rem;margin-bottom:2rem;color:var(--primary-color)}.contact-info p{font-size:1.6rem;line-height:1.6;margin-bottom:3rem;color:var(--text-secondary)}.contact-links{margin-bottom:3rem}.contact-link{display:flex;align-items:center;gap:1rem;font-size:1.6rem;margin-bottom:1.5rem;transition:all .3s ease;color:var(--text-secondary);padding:1rem;border-radius:.5rem}.contact-link:hover{color:var(--primary-color);background:#fc63050d;transform:translate(5px)}.contact-form{padding:3rem;background:#ffffff0d;border-radius:1.5rem;backdrop-filter:blur(20px) saturate(180%);border:1px solid var(--glass-border)}.form-group{margin-bottom:2.5rem;position:relative}.form-group.has-error input,.form-group.has-error textarea{border-color:#f44}.form-group label{display:block;font-size:1.6rem;margin-bottom:.8rem;color:var(--text-primary);font-weight:500}.form-group input,.form-group textarea{width:100%;padding:1.4rem;border:2px solid rgba(255,255,255,.1);border-radius:.8rem;background:#ffffff0d;color:var(--text-primary);font-size:1.6rem;font-family:inherit;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color);background:#ffffff14;box-shadow:0 0 0 4px #fc63051a}.error-message{color:#f44;font-size:1.3rem;margin-top:.5rem;display:block}.form-status{margin-top:2rem}.success-message{color:#00ff95;font-size:1.6rem;display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#00ff951a;border-radius:.8rem;border:1px solid rgba(0,255,149,.3)}.projects-page,.project-detail-page{min-height:100vh;padding-top:8rem}.page-content{padding:4rem 0}.page-hero{text-align:center;margin-bottom:6rem}.page-title{font-size:6rem;font-weight:900;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:2rem}.page-subtitle{font-size:2rem;color:var(--text-secondary);max-width:70rem;margin:0 auto}.projects-grid-full{display:grid;grid-template-columns:repeat(auto-fill,minmax(40rem,1fr));gap:4rem}.project-card-full{background:#ffffff0d;backdrop-filter:blur(20px) saturate(180%);border-radius:1.5rem;overflow:hidden;border:1px solid var(--glass-border);transition:all .3s ease}.project-card-full:hover{transform:translateY(-10px);box-shadow:var(--shadow-glow);border-color:var(--primary-color)}.project-overlay{position:absolute;top:1rem;right:1rem;display:flex;gap:1rem}.project-category,.project-year{padding:.5rem 1.5rem;background:#000000b3;backdrop-filter:blur(10px);border-radius:2rem;font-size:1.3rem;color:var(--primary-color);font-weight:500}.project-details-full{padding:3rem}.project-details-full h3{font-size:2.6rem;margin-bottom:1.5rem;color:var(--primary-color)}.project-details-full p{font-size:1.6rem;line-height:1.6;margin-bottom:2rem;color:var(--text-secondary)}.project-tech-full{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.tech-tag{padding:.6rem 1.2rem;background:#fc63051a;border:1px solid var(--glass-border);border-radius:2rem;font-size:1.3rem;color:var(--primary-color)}.back-link{margin-bottom:3rem}.back-link a{display:inline-flex;align-items:center;gap:1rem;font-size:1.6rem;color:var(--text-secondary);transition:all .3s ease}.back-link a:hover{color:var(--primary-color);transform:translate(-5px)}.project-hero{margin-bottom:6rem}.project-header{margin-bottom:3rem}.project-title{font-size:5rem;font-weight:900;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:2rem}.project-meta{display:flex;gap:2rem;flex-wrap:wrap}.meta-item{display:flex;align-items:center;gap:.8rem;font-size:1.6rem;color:var(--text-secondary);padding:.8rem 1.6rem;background:#ffffff0d;border-radius:2rem}.meta-item i{color:var(--primary-color)}.status-completed{color:#00ff95}.status-in-progress{color:#ffb380}.project-image-large{border-radius:1.5rem;overflow:hidden;box-shadow:var(--shadow-lg)}.project-image-large img{width:100%;height:auto;display:block}.project-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem}.project-section{margin-bottom:4rem}.project-section h2{font-size:3rem;color:var(--primary-color);margin-bottom:2rem}.project-description{font-size:1.8rem;line-height:1.8;color:var(--text-secondary)}.features-list,.challenges-list{list-style:none}.features-list li,.challenges-list li{font-size:1.6rem;line-height:1.6;margin-bottom:1.5rem;color:var(--text-secondary);display:flex;align-items:flex-start;gap:1rem}.features-list li i{color:#00ff95;margin-top:.3rem}.challenges-list li i{color:var(--secondary-color);margin-top:.3rem}.sidebar-card{background:#ffffff0d;backdrop-filter:blur(20px) saturate(180%);border-radius:1.5rem;padding:2.5rem;margin-bottom:2rem;border:1px solid var(--glass-border)}.sidebar-card h3{font-size:2.5rem;color:var(--primary-color);margin-bottom:2rem}.tech-stack{display:flex;flex-wrap:wrap;gap:1rem}.tech-badge{padding:.8rem 1.4rem;background:#fc63051a;border:1px solid var(--glass-border);border-radius:2rem;font-size:1.4rem;color:var(--primary-color);font-weight:500}.project-links{display:flex;flex-direction:column;gap:1.5rem}.project-links .btn{justify-content:center}.error-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}.error-page h1{font-size:6rem;color:var(--primary-color);margin-bottom:2rem}.error-page p{font-size:2rem;color:var(--text-secondary);margin-bottom:3rem}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}#typing-text{display:inline-block;border-right:2px solid var(--primary-color);padding-right:2px;animation:blink .7s infinite;color:var(--text-secondary);text-shadow:0 0 10px rgba(252,99,5,.3)}.hero-card{background:none;box-shadow:none;border-radius:0;padding:0;backdrop-filter:none;border:none;transition:all .3s}@media screen and (max-width: 1200px){.section-title{font-size:4.5rem}.project-content{grid-template-columns:1fr}}@media screen and (max-width: 1024px){.skills-grid{grid-template-columns:repeat(3,1fr)}.projects-grid-full{grid-template-columns:repeat(auto-fill,minmax(35rem,1fr))}}@media screen and (max-width: 768px){header,.page-header{padding:1.5rem 2rem}nav ul{gap:1.5rem}nav ul li a{font-size:1.4rem}.hero{padding:0 2rem}.title{font-size:4.5rem}.subtitle{font-size:2.8rem}.description{font-size:1.8rem}.section-title,.page-title,.project-title{font-size:4rem}.projects-grid,.contact-content,.projects-grid-full{grid-template-columns:1fr}.loading-content h1{font-size:5rem}.loading-bar-container{width:25rem}.about-content{flex-direction:column-reverse;align-items:center;gap:4rem}.profile-image-wrapper{width:250px;height:250px}.profile-image{width:220px;height:220px}.halo{width:210px;height:210px}.about-text{text-align:center}.social-links{justify-content:center}.expertise-content{flex-direction:column-reverse;gap:3rem}.skills-grid{grid-template-columns:repeat(4,1fr);gap:2rem 1.2rem}.experience-list{margin-left:0}.hero-card{background:#ffffff14;backdrop-filter:blur(20px) saturate(180%);border-radius:2rem;box-shadow:var(--shadow-lg);padding:2.5rem 1.5rem;border:1px solid var(--glass-border);margin-top:3rem;margin-bottom:3rem}}@media screen and (max-width: 600px){.skills-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem 1rem}.skill-icon{width:60px;height:60px}.skill-icon i{font-size:2.5rem}.expertise-card{padding:2rem 1.5rem;margin-bottom:4rem}}@media screen and (max-width: 480px){header,.page-header{padding:1rem}.logo{font-size:2.4rem}nav ul{gap:1rem}nav ul li a{font-size:1.2rem}.hero{padding:0 1.5rem}.title{font-size:3.5rem}.subtitle{font-size:2.2rem}.description{font-size:1.6rem}.cta{flex-direction:column;align-items:stretch}.btn{width:100%;text-align:center;justify-content:center}.section-title,.page-title,.project-title,.loading-content h1{font-size:3.5rem}.loading-bar-container{width:20rem}.skills-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem .7rem}.project-meta{flex-direction:column;gap:1rem}.about-card,.expertise-card,.contact-form,.contact-info{padding:2rem 1.5rem}}@media print{.loading-screen,canvas.webgl,header,.page-header,.cta,.contact-form{display:none}}.navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;background:#0a0a0ae6;backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid var(--glass-border);transition:all .3s ease}.navbar.scrolled{background:#0a0a0af2;box-shadow:0 4px 20px #0000004d}.navbar-container{max-width:140rem;margin:0 auto;padding:1.8rem 4rem;display:flex;align-items:center;justify-content:space-between;gap:4rem}.navbar-logo{display:flex;align-items:center;gap:1rem;font-size:2.4rem;font-weight:700;color:var(--text-primary);transition:transform .3s ease;z-index:1001}.navbar-logo:hover{transform:scale(1.05)}.logo-icon{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:3rem;font-weight:900}.logo-text{font-weight:600;color:var(--text-primary)}.navbar-menu{display:flex;align-items:center;gap:.5rem;flex:1;justify-content:center}.navbar-link{display:flex;align-items:center;gap:.8rem;padding:1rem 1.8rem;font-size:1.5rem;font-weight:500;color:var(--text-secondary);border-radius:1rem;transition:all .3s ease;position:relative}.navbar-link i{font-size:1.6rem;color:var(--primary-color);opacity:.7;transition:all .3s ease}.navbar-link:hover{color:var(--text-primary);background:#fc63051a}.navbar-link:hover i{opacity:1;transform:translateY(-2px)}.navbar-link.active{color:var(--text-primary);background:#fc630526}.navbar-link.active i{opacity:1}.navbar-cta{display:flex;align-items:center;gap:.8rem;padding:1.2rem 2.4rem;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:var(--text-primary);border-radius:5rem;font-weight:600;font-size:1.5rem;transition:all .3s ease;box-shadow:0 4px 15px #fc63054d}.navbar-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #fc630566}.navbar-cta i{transition:transform .3s ease}.navbar-cta:hover i{transform:translate(4px)}.navbar-toggle{display:none;flex-direction:column;gap:.5rem;background:none;border:none;cursor:pointer;padding:.8rem;z-index:1001}.navbar-toggle span{width:2.8rem;height:.3rem;background:var(--primary-color);border-radius:.2rem;transition:all .3s ease}.navbar-toggle.active span:nth-child(1){transform:rotate(45deg) translate(.8rem,.8rem)}.navbar-toggle.active span:nth-child(2){opacity:0}.navbar-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(.8rem,-.8rem)}.projects-page{min-height:100vh;padding-top:10rem;padding-bottom:6rem}.page-hero{text-align:center;margin-bottom:6rem;padding:0 2rem}.page-title{font-size:6rem;font-weight:900;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.5rem}.page-subtitle{font-size:2rem;color:var(--text-secondary);max-width:70rem;margin:0 auto 4rem}.projects-stats{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap}.stat-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:2rem 3rem;background:#ffffff0d;backdrop-filter:blur(10px);border-radius:1.5rem;border:1px solid var(--glass-border)}.stat-number{font-size:4rem;font-weight:900;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{font-size:1.4rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1rem}.projects-filter{display:flex;justify-content:center;gap:1.5rem;margin-bottom:4rem;flex-wrap:wrap}.filter-btn{padding:1.2rem 2.4rem;background:#ffffff0d;border:2px solid transparent;border-radius:5rem;color:var(--text-secondary);font-size:1.5rem;font-weight:500;cursor:pointer;transition:all .3s ease}.filter-btn:hover{background:#fc63051a;border-color:var(--primary-color);color:var(--text-primary)}.filter-btn.active{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:var(--text-primary);box-shadow:0 4px 15px #fc63054d}.projects-grid-full{display:grid;grid-template-columns:repeat(auto-fill,minmax(38rem,1fr));gap:3rem;margin-bottom:6rem}.project-card-full{background:#ffffff0d;backdrop-filter:blur(20px) saturate(180%);border-radius:1.8rem;overflow:hidden;border:1px solid var(--glass-border);transition:all .3s ease;display:block;text-decoration:none;color:inherit}.project-card-full:hover{transform:translateY(-8px);box-shadow:0 12px 40px #fc630533;border-color:var(--primary-color)}.project-image-full{height:280px;background-size:cover;background-position:center;position:relative;overflow:hidden}.project-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#fc6305e6,#ff8b33e6);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.project-card-full:hover .project-overlay{opacity:1}.view-project-btn{display:flex;align-items:center;gap:1rem;padding:1.5rem 3rem;background:#fff;color:var(--primary-color);border-radius:5rem;font-weight:600;font-size:1.6rem}.project-badges{position:absolute;top:1.5rem;left:1.5rem;right:1.5rem;display:flex;justify-content:space-between;align-items:flex-start;z-index:2}.project-category{padding:.8rem 1.6rem;background:#000000b3;backdrop-filter:blur(10px);border-radius:2rem;font-size:1.3rem;color:var(--primary-color);font-weight:600}.featured-badge{padding:.8rem 1.6rem;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:2rem;font-size:1.3rem;color:#fff;font-weight:600;display:flex;align-items:center;gap:.5rem}.project-details-full{padding:2.5rem}.project-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;gap:1rem}.project-header h3{font-size:2.4rem;color:var(--text-primary);font-weight:700}.project-year{display:flex;align-items:center;gap:.5rem;font-size:1.3rem;color:var(--text-muted);white-space:nowrap}.project-details-full p{font-size:1.5rem;line-height:1.6;color:var(--text-secondary);margin-bottom:2rem}.project-tech-full{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:1.5rem}.tech-tag{padding:.6rem 1.2rem;background:#fc63051a;border:1px solid rgba(252,99,5,.3);border-radius:1.5rem;font-size:1.2rem;color:var(--primary-color);font-weight:500}.project-status{display:inline-flex;align-items:center;gap:.6rem;padding:.6rem 1.4rem;border-radius:2rem;font-size:1.3rem;font-weight:500}.project-status i{font-size:.8rem}.status-completed{background:#00ff951a;color:#00ff95;border:1px solid rgba(0,255,149,.3)}.status-maintenance{background:#ffb3801a;color:var(--accent-color);border:1px solid rgba(255,179,128,.3)}.status-maintenance i{font-size:.8rem}.status-in-progress{background:#ffb3801a;color:var(--accent-color);border:1px solid rgba(255,179,128,.3)}.projects-cta{text-align:center;padding:6rem 2rem;background:#ffffff08;border-radius:2rem;border:1px solid var(--glass-border)}.projects-cta h2{font-size:3.5rem;color:var(--text-primary);margin-bottom:1.5rem}.projects-cta p{font-size:1.8rem;color:var(--text-secondary);margin-bottom:3rem}.btn-large{padding:1.8rem 4rem;font-size:1.8rem}.cursor{display:inline-block;color:var(--primary-color);animation:blink-cursor 1s step-end infinite;margin-left:.2rem}@keyframes blink-cursor{0%,to{opacity:1}50%{opacity:0}}.featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-bottom:4rem}.project-card.clickable{display:block;text-decoration:none;color:inherit;cursor:pointer}.project-overlay-hover{position:absolute;top:0;left:0;width:100%;height:100%;background:#fc6305e6;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.project-card:hover .project-overlay-hover{opacity:1}.view-icon{font-size:4rem;color:#fff}.project-link-inline{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary-color);font-weight:500;margin-top:1rem}.project-link-inline i{transition:transform .3s ease}.project-card:hover .project-link-inline i{transform:translate(5px)}.tech-badge-small{display:inline-block;padding:.4rem 1rem;background:#fc63051a;border:1px solid var(--glass-border);border-radius:1.5rem;font-size:1.2rem;color:var(--primary-color);margin-right:.5rem;margin-bottom:.5rem}@media screen and (max-width: 1024px){.projects-grid-full,.featured-grid{grid-template-columns:repeat(2,1fr)}.navbar-container{padding:1.8rem 3rem}}@media screen and (max-width: 768px){.navbar-toggle{display:flex}.navbar-container{padding:1.5rem 2rem;width:100%;display:flex;justify-content:space-between;align-items:center}.logo-text{display:none}.navbar-menu{position:fixed;top:7.5rem;left:0;width:100%;height:calc(100vh - 7.5rem);background:#0a0a0afa;backdrop-filter:blur(20px);flex-direction:column;justify-content:flex-start;align-items:stretch;padding:3rem 2rem;gap:0;transform:translate(-100%);transition:transform .3s ease;overflow-y:auto}.navbar-menu.active{transform:translate(0)}.navbar-link{padding:1.5rem 2rem;font-size:1.8rem;border-radius:1rem;justify-content:flex-start}.navbar-link i{font-size:2rem}.navbar-cta{margin-top:2rem;justify-content:center}body.nav-open{overflow:hidden}.projects-grid-full{grid-template-columns:1fr;gap:2rem}.featured-grid{grid-template-columns:1fr}.page-title{font-size:4rem}.page-subtitle{font-size:1.6rem}.projects-stats{gap:2rem}.stat-item{padding:1.5rem 2rem}.stat-number{font-size:3rem}.projects-filter{gap:1rem}.filter-btn{padding:1rem 2rem;font-size:1.4rem}.projects-cta h2{font-size:2.8rem}.projects-cta p{font-size:1.6rem}.cta{flex-direction:column;align-items:stretch;width:100%}.btn{width:100%;padding:1.2rem 2rem;font-size:1.5rem;justify-content:center}}@media screen and (max-width: 480px){.project-image-full{height:220px}.project-header{flex-direction:column}.projects-stats{flex-direction:column;align-items:stretch}.stat-item{flex-direction:row;justify-content:space-between}}.about-page{min-height:100vh;padding-top:10rem;padding-bottom:6rem}.about-page-content{display:flex;flex-direction:column;gap:6rem}.about-profile-section{display:grid;grid-template-columns:1fr 1.5fr;gap:6rem;align-items:center}.profile-image-large{position:relative;width:350px;height:350px;margin:0 auto}.profile-image-large img{width:100%;height:100%;object-fit:cover;border-radius:50%;position:relative;z-index:2;border:4px solid rgba(252,99,5,.3)}.profile-glow{position:absolute;top:50%;left:50%;width:95%;height:95%;transform:translate(-50%,-50%);border-radius:50%;background:conic-gradient(from 0deg,var(--primary-color) 0%,var(--secondary-color) 40%,var(--primary-color) 80%,var(--secondary-color) 100%);filter:blur(15px);opacity:.6;animation:rotate 4s linear infinite;z-index:1}@keyframes rotate{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.profile-info h2{font-size:4rem;margin-bottom:1rem;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.profile-title{font-size:2.2rem;color:var(--text-primary);margin-bottom:.8rem}.profile-tagline{font-size:1.6rem;color:var(--text-secondary);margin-bottom:3rem}.profile-social{display:flex;gap:1.5rem;flex-wrap:wrap}.social-btn{display:flex;align-items:center;gap:.8rem;padding:1rem 2rem;background:#ffffff0d;border:2px solid var(--glass-border);border-radius:5rem;color:var(--text-secondary);font-size:1.4rem;font-weight:500;transition:all .3s ease}.social-btn:hover{background:#fc63051a;border-color:var(--primary-color);color:var(--primary-color);transform:translateY(-2px)}.about-story h3,.about-what-i-do h3{font-size:3rem;color:var(--text-primary);margin-bottom:2rem;display:flex;align-items:center;gap:1.5rem}.about-story h3 i,.about-what-i-do h3 i{color:var(--primary-color)}.about-story p{font-size:1.7rem;line-height:1.8;color:var(--text-secondary);margin-bottom:1.5rem}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}.service-card{padding:3rem;background:#ffffff0d;backdrop-filter:blur(20px);border-radius:1.5rem;border:1px solid var(--glass-border);transition:all .3s ease}.service-card:hover{transform:translateY(-5px);border-color:var(--primary-color);box-shadow:0 10px 30px #fc630533}.service-icon{width:70px;height:70px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:50%;margin-bottom:2rem}.service-icon i{font-size:3rem;color:#fff}.service-card h4{font-size:2rem;color:var(--text-primary);margin-bottom:1rem}.service-card p{font-size:1.5rem;line-height:1.6;color:var(--text-secondary)}.about-cta{text-align:center;padding:5rem 2rem;background:#ffffff08;border-radius:2rem;border:1px solid var(--glass-border)}.about-cta h3{font-size:3.5rem;margin-bottom:1.5rem}.about-cta p{font-size:1.8rem;color:var(--text-secondary);margin-bottom:3rem}.cta-buttons{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.skills-page{min-height:100vh;padding-top:10rem;padding-bottom:6rem}.skills-categories{margin-bottom:8rem}.skill-category{margin-bottom:6rem}.category-title{font-size:3rem;color:var(--text-primary);margin-bottom:3rem;display:flex;align-items:center;gap:1.5rem;padding-bottom:1.5rem;border-bottom:2px solid var(--glass-border)}.category-title i{color:var(--primary-color)}.skills-grid-page{display:grid;grid-template-columns:repeat(auto-fill,minmax(18rem,1fr));gap:2.5rem}.skill-card-page{padding:2.5rem;background:#ffffff0d;backdrop-filter:blur(20px);border-radius:1.5rem;border:1px solid var(--glass-border);text-align:center;transition:all .3s ease}.skill-card-page:hover{transform:translateY(-5px);border-color:var(--primary-color);box-shadow:0 10px 30px #fc630533}.skill-icon-large{margin-bottom:1.5rem}.skill-icon-large i{font-size:5rem;color:var(--primary-color)}.skill-card-page h4{font-size:1.8rem;color:var(--text-primary);margin-bottom:1.5rem}.skill-level{display:flex;gap:.5rem;justify-content:center;margin-bottom:1rem}.level-dot{width:10px;height:10px;border-radius:50%;background:#fff3}.skill-level-expert .level-dot{background:var(--primary-color)}.skill-level-advanced .level-dot:nth-child(-n+4){background:var(--primary-color)}.skill-level-intermediate .level-dot:nth-child(-n+3){background:var(--primary-color)}.skill-level-text{font-size:1.3rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1rem}.experience-section{margin-bottom:6rem}.timeline{position:relative;max-width:90rem;margin:0 auto;padding:4rem 0}.timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:var(--glass-border);transform:translate(-50%)}.timeline-item{position:relative;width:50%;padding:0 4rem;margin-bottom:4rem}.timeline-item.left{left:0;text-align:right}.timeline-item.right{left:50%;text-align:left}.timeline-content{background:#ffffff0d;backdrop-filter:blur(20px);padding:3rem;border-radius:1.5rem;border:1px solid var(--glass-border);position:relative}.timeline-icon{position:absolute;top:3rem;width:50px;height:50px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:50%;display:flex;align-items:center;justify-content:center;border:4px solid var(--bg-dark)}.timeline-item.left .timeline-icon{right:-6.5rem}.timeline-item.right .timeline-icon{left:-6.5rem}.timeline-icon i{color:#fff;font-size:2rem}.timeline-content h3{font-size:2.2rem;color:var(--text-primary);margin-bottom:.8rem}.timeline-content h4{font-size:1.8rem;color:var(--primary-color);margin-bottom:1rem}.timeline-period{font-size:1.4rem;color:var(--text-muted);margin-bottom:1.5rem;display:flex;align-items:center;gap:.8rem}.timeline-item.right .timeline-period{justify-content:flex-start}.timeline-item.left .timeline-period{justify-content:flex-end}.timeline-description{font-size:1.5rem;line-height:1.6;color:var(--text-secondary);margin-bottom:1.5rem}.timeline-list{list-style:none;margin-bottom:1.5rem}.timeline-list li{font-size:1.4rem;color:var(--text-secondary);margin-bottom:.8rem;padding-left:2rem;position:relative}.timeline-list li:before{content:"▸";position:absolute;left:0;color:var(--primary-color)}.timeline-tech{display:flex;gap:.8rem;flex-wrap:wrap}.timeline-item.right .timeline-tech{justify-content:flex-start}.timeline-item.left .timeline-tech{justify-content:flex-end}.skills-cta{text-align:center;padding:5rem 2rem;background:#ffffff08;border-radius:2rem;border:1px solid var(--glass-border)}.skills-cta h3{font-size:3.5rem;margin-bottom:1.5rem}.skills-cta p{font-size:1.8rem;color:var(--text-secondary);margin-bottom:3rem}.contact-page{min-height:100vh;padding-top:10rem;padding-bottom:6rem}.contact-page-content{display:grid;grid-template-columns:1fr 1.5fr;gap:6rem;margin-top:4rem}.contact-info-section h3,.contact-form-section h3{font-size:2.8rem;color:var(--text-primary);margin-bottom:2rem}.contact-info-section p{font-size:1.6rem;line-height:1.6;color:var(--text-secondary);margin-bottom:3rem}.contact-methods{display:flex;flex-direction:column;gap:2rem;margin-bottom:4rem}.contact-method{display:flex;align-items:center;gap:2rem;padding:2rem;background:#ffffff0d;backdrop-filter:blur(20px);border-radius:1.5rem;border:1px solid var(--glass-border);transition:all .3s ease;text-decoration:none;color:inherit}.contact-method:hover{transform:translate(5px);border-color:var(--primary-color);background:#fc63050d}.method-icon{width:60px;height:60px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.method-icon i{font-size:2.5rem;color:#fff}.method-info h4{font-size:1.6rem;color:var(--text-primary);margin-bottom:.5rem}.method-info p{font-size:1.4rem;color:var(--text-secondary);margin:0}.social-links-section h4{font-size:1.8rem;color:var(--text-primary);margin-bottom:1.5rem}.social-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));gap:1.5rem}.social-link-large{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;background:#ffffff0d;border:2px solid var(--glass-border);border-radius:1.5rem;transition:all .3s ease;text-decoration:none;color:var(--text-secondary)}.social-link-large:hover{border-color:var(--primary-color);background:#fc63051a;color:var(--primary-color);transform:translateY(-5px)}.social-link-large i{font-size:3rem}.contact-form-page{background:#ffffff0d;backdrop-filter:blur(20px);padding:4rem;border-radius:1.5rem;border:1px solid var(--glass-border)}.form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.btn-full{width:100%;justify-content:center}@media screen and (max-width: 1024px){.about-profile-section{grid-template-columns:1fr;text-align:center}.services-grid,.contact-page-content{grid-template-columns:1fr}.timeline:before{left:30px}.timeline-item,.timeline-item.left,.timeline-item.right{width:100%;left:0;padding:0 0 0 8rem;text-align:left}.timeline-icon,.timeline-item.left .timeline-icon,.timeline-item.right .timeline-icon{left:-3.5rem!important}.timeline-period,.timeline-item.left .timeline-period,.timeline-item.right .timeline-period,.timeline-tech,.timeline-item.left .timeline-tech,.timeline-item.right .timeline-tech{justify-content:flex-start}}@media screen and (max-width: 768px){.profile-image-large{width:250px;height:250px}.profile-info h2{font-size:3rem}.profile-social{justify-content:center}.services-grid{gap:2rem}.skills-grid-page{grid-template-columns:repeat(auto-fill,minmax(15rem,1fr))}.form-row{grid-template-columns:1fr}.contact-form-page{padding:2.5rem 2rem}.cta-buttons{flex-direction:column;align-items:stretch}.social-links-grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 480px){.profile-image-large{width:200px;height:200px}.about-story h3,.about-what-i-do h3{font-size:2.4rem}.service-card{padding:2rem}.skills-grid-page{grid-template-columns:repeat(2,1fr)}.timeline-item,.timeline-item.left,.timeline-item.right{padding-left:6rem}.timeline-content{margin-left:-3.2rem!important}.timeline-icon,.timeline-item.left .timeline-icon,.timeline-item.right .timeline-icon{width:40px;height:40px;left:-2.5rem!important}.timeline-icon i{font-size:1.6rem}}.skills-grid-page{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(18rem,1fr))!important;gap:2.5rem!important}@media screen and (min-width: 769px){.skills-grid-page{grid-template-columns:repeat(4,1fr)!important}}@media screen and (min-width: 1025px){.skills-grid-page{grid-template-columns:repeat(5,1fr)!important}}.project-card-full{display:block!important;opacity:1!important}.hero-section-fullscreen{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:10rem 2rem 6rem;position:relative}.hero-content{max-width:90rem;text-align:center;z-index:2}.hero-title{font-size:8rem;font-weight:900;line-height:1.1;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:2rem}.hero-subtitle{font-size:3.5rem;font-weight:500;color:var(--text-primary);margin-bottom:3rem}.hero-description{font-size:2.4rem;font-weight:300;color:var(--text-secondary);margin-bottom:5rem;min-height:3.6rem}.hero-cta{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.scroll-indicator{position:absolute;bottom:4rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:1rem;color:var(--text-muted);font-size:1.4rem;cursor:pointer;transition:all .3s ease;animation:bounce 2s infinite}.scroll-indicator:hover{color:var(--primary-color)}.scroll-indicator i{font-size:2rem}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}@media screen and (max-width: 768px){.hero-title{font-size:4.5rem}.hero-subtitle{font-size:2.5rem}.hero-description{font-size:1.8rem}.hero-cta{flex-direction:column;width:100%;max-width:40rem;margin:0 auto}.hero-cta .btn{width:100%}}@media screen and (max-width: 480px){.hero-title{font-size:3.5rem}.hero-subtitle{font-size:2rem}.hero-description{font-size:1.6rem}.scroll-indicator{bottom:2rem}}.hero-description{text-align:left!important;max-width:90rem;margin-left:0;margin-right:auto}.hero-content{text-align:left!important;max-width:90rem;margin:0 auto}.hero-title,.hero-subtitle{text-align:left!important}.hero-cta{justify-content:flex-start!important}.services-grid{grid-template-columns:repeat(3,1fr)!important;gap:3rem}@media screen and (max-width: 1024px){.services-grid{grid-template-columns:repeat(2,1fr)!important}}@media screen and (max-width: 768px){.services-grid{grid-template-columns:1fr!important}.hero-content,.hero-title,.hero-subtitle,.hero-description{text-align:center!important}.hero-cta{justify-content:center!important}}@media screen and (max-width: 1024px){.timeline-icon,.timeline-item.left .timeline-icon,.timeline-item.right .timeline-icon{position:absolute;left:.5rem;top:0!important}.timeline-item,.timeline-item.left,.timeline-item.right{padding-left:7rem!important}.timeline-content{padding-top:0!important}}.skills-grid-page{display:flex!important;flex-wrap:wrap;gap:2rem!important;justify-content:flex-start}.skill-card-page{flex:0 1 calc(20% - 1.6rem);min-width:15rem}@media screen and (max-width: 1200px){.skill-card-page{flex:0 1 calc(25% - 1.5rem)}}@media screen and (max-width: 1024px){.skill-card-page{flex:0 1 calc(33.333% - 1.4rem)}}@media screen and (max-width: 768px){.skill-card-page{flex:0 1 calc(50% - 1rem)}}@media screen and (max-width: 480px){.skill-card-page{flex:0 1 calc(50% - 1rem);min-width:13rem}}.projects-grid-full{grid-template-columns:repeat(3,1fr)!important;gap:3rem!important}@media screen and (max-width: 1200px){.projects-grid-full{grid-template-columns:repeat(2,1fr)!important}}@media screen and (max-width: 768px){.projects-grid-full{grid-template-columns:1fr!important}}.direct-contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.direct-contact-card{padding:3rem;background:#ffffff0d;backdrop-filter:blur(20px);border-radius:1.5rem;border:2px solid var(--glass-border);text-align:center;transition:all .3s ease;text-decoration:none;color:inherit;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.direct-contact-card:hover{transform:translateY(-8px);border-color:var(--primary-color);box-shadow:0 12px 40px #fc630533}.direct-icon{width:80px;height:80px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:50%;display:flex;align-items:center;justify-content:center}.direct-icon i{font-size:3.5rem;color:#fff}.direct-contact-card h4{font-size:2.2rem;color:var(--text-primary);margin:0}.direct-contact-card p{font-size:1.5rem;color:var(--text-secondary);margin:0}.contact-btn{display:inline-flex;align-items:center;gap:.8rem;color:var(--primary-color);font-weight:600;font-size:1.6rem;margin-top:1rem}.contact-btn i{transition:transform .3s ease}.direct-contact-card:hover .contact-btn i{transform:translate(5px)}@media screen and (max-width: 768px){.direct-contact-grid{grid-template-columns:1fr}}.contact-page-content{display:grid;grid-template-columns:1fr 1.2fr;gap:5rem;margin-top:4rem}.contact-form-section{width:100%}.contact-form-section h3{font-size:2.8rem;margin-bottom:3rem}@media screen and (max-width: 1024px){.contact-page-content{grid-template-columns:1fr;gap:4rem}}.services-intro{font-size:1.7rem;line-height:1.8;color:var(--text-secondary);margin-bottom:3rem;text-align:center;max-width:80rem;margin-left:auto;margin-right:auto}.skills-filter{display:flex;justify-content:center;gap:2rem;margin-bottom:5rem}.skills-filter .filter-btn{display:flex;align-items:center;gap:1rem;padding:1.5rem 3rem;font-size:1.6rem}.skills-filter .filter-btn i{font-size:1.8rem}.view-section{margin-bottom:4rem}.loading-screen,.loading-content,.loading-bar,.loading-progress,.loading-particles{display:none!important}@media screen and (max-width: 768px){.skills-filter{gap:1.5rem}.skills-filter .filter-btn{padding:1.2rem 2rem;font-size:1.4rem}}#app{transition:opacity .3s ease}.error-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:10rem 2rem 6rem}.error-content{text-align:center;max-width:70rem}.error-number{font-size:20rem;font-weight:900;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:2rem}.error-title{font-size:4.5rem;color:var(--text-primary);margin-bottom:2rem}.error-description{font-size:1.8rem;color:var(--text-secondary);line-height:1.6;margin-bottom:4rem}.error-actions{display:flex;gap:2rem;justify-content:center;margin-bottom:4rem;flex-wrap:wrap}.error-links{margin-top:4rem}.error-links p{font-size:1.4rem;color:var(--text-muted);margin-bottom:1rem}.quick-links{display:flex;gap:1.5rem;justify-content:center;align-items:center;font-size:1.6rem}.quick-links a{color:var(--primary-color);transition:all .3s ease}.quick-links a:hover{color:var(--secondary-color);text-decoration:underline}.quick-links span{color:var(--text-muted)}.footer{background:#0a0a0af2;border-top:1px solid var(--glass-border);padding:5rem 2rem 3rem;margin-top:8rem}.footer-container{max-width:120rem;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem}.footer-about h3{font-size:2.4rem;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1.5rem}.footer-about p{font-size:1.5rem;color:var(--text-secondary);line-height:1.6;margin-bottom:2rem}.footer-social{display:flex;gap:1.5rem}.footer-social a{width:45px;height:45px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border-radius:50%;color:var(--text-secondary);font-size:2rem;transition:all .3s ease}.footer-social a:hover{background:var(--primary-color);color:#fff;transform:translateY(-3px)}.footer-section h4{font-size:1.8rem;color:var(--text-primary);margin-bottom:2rem}.footer-links{display:flex;flex-direction:column;gap:1.2rem}.footer-links a{font-size:1.5rem;color:var(--text-secondary);transition:all .3s ease}.footer-links a:hover{color:var(--primary-color);padding-left:.5rem}.footer-bottom{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.footer-bottom p{font-size:1.4rem;color:var(--text-muted)}.footer-bottom p strong{color:var(--primary-color)}@media screen and (max-width: 1024px){.footer-container{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 768px){.footer-container{grid-template-columns:1fr;text-align:center}.footer-social{justify-content:center}.footer-links{align-items:center}.error-number{font-size:12rem}.error-title{font-size:3rem}.error-actions{flex-direction:column;align-items:stretch}}@media screen and (max-width: 480px){.error-number{font-size:10rem}.error-title{font-size:2.5rem}}.contact-page-content{display:grid!important;grid-template-columns:1fr 1fr!important;gap:5rem!important;margin-top:4rem}.contact-social-section h3{font-size:2.8rem;color:var(--text-primary);margin-bottom:1.5rem}.contact-social-section p{font-size:1.6rem;line-height:1.6;color:var(--text-secondary);margin-bottom:3rem}.social-links-large{display:flex;flex-direction:column;gap:2rem}.social-link-card{display:flex;align-items:center;gap:2rem;padding:2.5rem;background:#ffffff0d;backdrop-filter:blur(20px);border-radius:1.5rem;border:2px solid var(--glass-border);transition:all .3s ease;text-decoration:none;color:inherit;position:relative}.social-link-card:hover{transform:translate(8px);border-color:var(--primary-color);background:#fc63050d}.social-icon-large{width:70px;height:70px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.social-icon-large i{font-size:3rem;color:#fff}.social-info{flex:1}.social-info h4{font-size:1.8rem;color:var(--text-primary);margin-bottom:.5rem}.social-info p{font-size:1.4rem;color:var(--text-muted);margin:0}.social-arrow{font-size:1.6rem;color:var(--primary-color);opacity:0;transition:all .3s ease}.social-link-card:hover .social-arrow{opacity:1;transform:translate(5px)}@media screen and (max-width: 1024px){.contact-page-content{grid-template-columns:1fr!important;gap:4rem!important}}.contact-info-section,.contact-social-section{display:flex;flex-direction:column}.contact-info-section h3,.contact-social-section h3{font-size:2.8rem!important;color:var(--text-primary);margin-bottom:1.5rem!important}.contact-info-section p,.contact-social-section p{font-size:1.6rem!important;line-height:1.6;color:var(--text-secondary);margin-bottom:3rem!important}.contact-methods{display:flex;flex-direction:column;gap:2rem;flex:1}.contact-method{display:flex!important;align-items:center!important;gap:2rem!important;padding:2.5rem!important;background:#ffffff0d!important;backdrop-filter:blur(20px)!important;border-radius:1.5rem!important;border:2px solid var(--glass-border)!important;transition:all .3s ease!important;text-decoration:none;color:inherit;min-height:100px}.contact-method:hover{transform:translate(8px)!important;border-color:var(--primary-color)!important;background:#fc63050d!important}.method-icon{width:70px!important;height:70px!important;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color))!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important}.method-icon i{font-size:3rem!important;color:#fff!important}.method-info{flex:1}.method-info h4{font-size:1.8rem!important;color:var(--text-primary)!important;margin-bottom:.5rem!important;margin:0 0 .5rem!important}.method-info p{font-size:1.4rem!important;color:var(--text-muted)!important;margin:0!important}.social-links-large{display:flex;flex-direction:column;gap:2rem;flex:1}.social-link-card{min-height:100px!important}.social-info h4{font-size:1.8rem!important;margin:0 0 .5rem!important}.social-info p{font-size:1.4rem!important;margin:0!important}.contact-page-content{align-items:start!important}.coming-soon-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:10rem 2rem 6rem}.coming-soon-content{text-align:center;max-width:70rem}.coming-soon-icon{width:150px;height:150px;margin:0 auto 3rem;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 40px #fc63054d}.coming-soon-icon i{font-size:7rem;color:#fff;animation:rocket-float 3s ease-in-out infinite}@keyframes rocket-float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}}.coming-soon-title{font-size:5.5rem;font-weight:900;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:2rem}.coming-soon-description{font-size:2rem;color:var(--text-secondary);line-height:1.6;margin-bottom:4rem}.coming-soon-progress{margin-bottom:4rem}.progress-bar{width:100%;height:8px;background:#ffffff1a;border-radius:10px;overflow:hidden;margin-bottom:1.5rem}.progress-fill{height:100%;width:0%;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));border-radius:10px;box-shadow:0 0 10px var(--primary-color)}.progress-text{font-size:1.4rem;color:var(--text-muted);font-style:italic}.coming-soon-actions{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}@media screen and (max-width: 768px){.coming-soon-icon{width:120px;height:120px}.coming-soon-icon i{font-size:5.5rem}.coming-soon-title{font-size:4rem}.coming-soon-description{font-size:1.7rem}.coming-soon-actions{flex-direction:column;align-items:stretch}}.about-skills-section{margin-top:2rem;margin-bottom:6rem}.section-title-skills{font-size:4rem;font-weight:800;text-align:center;margin-bottom:3rem;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-skills-section .skills-filter,.about-skills-section .view-section{margin-bottom:4rem}.project-gallery{margin:3rem 0;padding:2rem;background:#ffffff0d;border-radius:20px;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.project-gallery h3{font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center;color:var(--text-primary)}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;max-width:800px;margin:0 auto}.gallery-item{position:relative;cursor:pointer;border-radius:12px;overflow:hidden;transition:all .3s ease;border:2px solid transparent;aspect-ratio:1}.gallery-item:hover{transform:translateY(-5px);border-color:var(--primary-color);box-shadow:0 10px 30px #fc63054d}.gallery-item.active{border-color:var(--primary-color);box-shadow:0 0 20px #fc630580}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-item:hover img{transform:scale(1.05)}.gallery-item.active:after{content:"✓";position:absolute;top:8px;right:8px;background:var(--primary-color);color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}@media (max-width: 768px){.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:.5rem}.project-gallery{padding:1.5rem;margin:2rem 0}.project-gallery h3{font-size:1.5rem;margin-bottom:1.5rem}}.role-info{margin-bottom:2rem;padding:1.5rem;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1)}.role-title{font-size:1.6rem;font-weight:700;color:var(--primary-color);margin-bottom:1rem;text-align:center}.role-duration,.role-team{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;color:var(--text-secondary);font-size:1.3rem}.role-duration i,.role-team i{color:var(--primary-color);width:16px}.role-responsibilities,.role-achievements{margin-bottom:2rem}.role-responsibilities h4,.role-achievements h4{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.responsibilities-list,.achievements-list{list-style:none;padding:0;margin:0}.responsibilities-list li,.achievements-list li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;padding:.75rem;background:#ffffff08;border-radius:8px;border-left:3px solid var(--primary-color);font-size:1.3rem;line-height:1.4;transition:all .3s ease}.responsibilities-list li:hover,.achievements-list li:hover{background:#ffffff14;transform:translate(5px)}.responsibilities-list li i{color:var(--primary-color);margin-top:.1rem;font-size:.8rem;flex-shrink:0}.achievements-list li i{color:gold;margin-top:.1rem;font-size:.8rem;flex-shrink:0}@media (max-width: 768px){.role-info{padding:1rem;margin-bottom:1.5rem}.role-title{font-size:1.2rem;margin-bottom:.75rem}.responsibilities-list li,.achievements-list li{padding:.5rem;font-size:.85rem}.role-responsibilities h4,.role-achievements h4{font-size:1rem}}.private-projects-notice{margin-top:4rem;padding:3rem;background:#ffffff0d;border-radius:20px;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);text-align:center;position:relative;overflow:hidden}.private-projects-notice:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color))}.notice-content{display:flex;align-items:center;gap:2rem;max-width:800px;margin:0 auto}.notice-icon{flex-shrink:0;width:80px;height:80px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff;box-shadow:0 10px 30px #fc63054d}.notice-text{text-align:left;flex:1}.notice-text h3{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.notice-text p{font-size:1.5rem;color:var(--text-secondary);line-height:1.6;margin-bottom:2rem}@media (max-width: 768px){.private-projects-notice{padding:2rem 1.5rem;margin-top:3rem}.notice-content{flex-direction:column;text-align:center;gap:1.5rem}.notice-text{text-align:center}.notice-icon{width:60px;height:60px;font-size:1rem}.notice-text h3{font-size:1.5rem}.notice-text p{font-size:1.5rem;text-align:left}}
