body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navbar{background:linear-gradient(135deg,#ff6b35,#f7931e);box-shadow:0 2px 10px #ff6b354d;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.nav-logo{color:#fff;font-size:1.5rem;font-weight:700;text-decoration:none;transition:color .3s ease}.nav-logo:hover{color:#ffe0d1}.nav-menu{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-link{color:#fff;font-weight:500;padding:.5rem 0;position:relative;text-decoration:none;transition:all .3s ease}.nav-link.active,.nav-link:hover{color:#ffe0d1}.nav-link.active:after{background-color:#fff;border-radius:1px;bottom:0;content:"";height:2px;left:0;position:absolute;width:100%}.nav-icon{color:#fff;cursor:pointer;display:none;font-size:1.5rem;transition:color .3s ease}.nav-icon:hover{color:#ffe0d1}@media screen and (max-width:768px){.nav-container{padding:0 1rem}.nav-icon{display:block}.nav-menu{background:linear-gradient(135deg,#ff6b35,#f7931e);box-shadow:0 10px 27px #0000000d;flex-direction:column;gap:1rem;left:-100%;padding:2rem 0;position:fixed;text-align:center;top:70px;transition:.3s;width:100%}.nav-menu.active{left:0}.nav-link{font-size:1.1rem;padding:1rem 0}}.ituber-animation{align-items:center;background:linear-gradient(135deg,#ff6b35,#f7931e);display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;transition:all .8s ease-in-out;width:100%;z-index:9999}.ituber-animation.fade{opacity:0;transform:scale(.9)}.ituber-container{animation:slideInUp 1s ease-out;color:#fff;text-align:center}.ituber-text{align-items:center;display:flex;gap:1rem;justify-content:center;margin-bottom:1rem}.ituber-label{animation:fadeInLeft 1s ease-out .5s both;font-size:2rem;font-weight:300;opacity:.8}.ituber-main{-webkit-text-fill-color:#0000;animation:fadeInRight 1s ease-out .7s both;background:linear-gradient(45deg,#fff,#ffe0d1);-webkit-background-clip:text;background-clip:text;font-size:4rem;font-weight:700;position:relative}.ituber-main:after{animation:expandWidth 1.5s ease-out 1.2s both;background:#fff;bottom:-5px;content:"";height:3px;left:0;position:absolute;width:100%}.ituber-subtitle{animation:fadeInUp 1s ease-out 1s both;font-size:1.2rem;margin-bottom:2rem;opacity:.9}.ituber-decoration{align-items:center;animation:fadeInUp 1s ease-out 1.5s both;display:flex;gap:1rem;justify-content:center}.decoration-line{background:#fff;height:2px;opacity:.7;width:40px}.decoration-dot{background:#fff;border-radius:50%;height:8px;opacity:.7;width:8px}@keyframes slideInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:.8;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes expandWidth{0%{width:0}to{width:100%}}@media screen and (max-width:768px){.ituber-label{font-size:1.5rem}.ituber-main{font-size:3rem}.ituber-subtitle{font-size:1rem}}.home{min-height:100vh;overflow-x:hidden}.hero-section{align-items:center;background:linear-gradient(135deg,#ff6b35,#f7931e);display:flex;min-height:100vh;overflow:hidden;position:relative}.hero-background{left:0;top:0;z-index:1}.floating-shapes,.hero-background{height:100%;position:absolute;width:100%}.shape{animation:float 6s ease-in-out infinite;background:#ffffff1a;border-radius:50%;position:absolute}.shape-1{animation-delay:0s;height:80px;left:10%;top:20%;width:80px}.shape-2{animation-delay:2s;height:120px;right:15%;top:60%;width:120px}.shape-3{animation-delay:4s;height:60px;right:30%;top:30%;width:60px}.shape-4{animation-delay:1s;bottom:20%;height:100px;left:20%;width:100px}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(180deg)}}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;z-index:2}.hero-text{animation:slideInLeft 1s ease-out;color:#fff}.hero-greeting{margin-bottom:1rem}.greeting-text{font-size:1.2rem;font-weight:300;opacity:.9}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.highlight{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#fff,#ffe0d1);-webkit-background-clip:text;background-clip:text;position:relative}.hero-subtitle{display:flex;flex-direction:column;font-size:1.4rem;gap:.3rem;margin-bottom:1.5rem}.position-text{font-weight:600}.company-text{opacity:.9}.hero-description{font-size:1.1rem;line-height:1.6;margin-bottom:2rem;opacity:.9}.hero-stats{display:flex;gap:2rem;margin-bottom:2rem}.stat-item{text-align:center}.stat-number{color:#ffe0d1;font-size:2rem;font-weight:700}.stat-label{font-size:.9rem;opacity:.8}.hero-buttons{display:flex;gap:1rem;margin-bottom:3rem}.btn{border-radius:50px;font-size:1rem;padding:1rem 2rem}.btn-primary{background-color:#fff;color:#ff6b35}.btn-primary:hover{background-color:#ffe0d1;box-shadow:0 10px 25px #0003;transform:translateY(-3px)}.btn-secondary{background-color:initial;border:2px solid #fff;color:#fff}.btn-secondary:hover{background-color:#fff;box-shadow:0 10px 25px #0003;color:#ff6b35;transform:translateY(-3px)}.scroll-indicator{align-items:center;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;opacity:.8;transition:all .3s ease}.scroll-indicator:hover{opacity:1;transform:translateY(-5px)}.scroll-indicator svg{animation:bounce 2s infinite;font-size:1.5rem}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.hero-image{animation:slideInRight 1s ease-out;display:flex;justify-content:center}.profile-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1a;border:1px solid #fff3;border-radius:25px;box-shadow:0 20px 40px #0000001a;padding:2.5rem;text-align:center;transition:all .3s ease}.profile-card:hover{box-shadow:0 30px 60px #0003;transform:translateY(-10px)}.profile-avatar{align-items:center;background:#fff3;display:flex;justify-content:center;margin:0 auto 1.5rem}.avatar-photo,.profile-avatar{border-radius:50%;height:150px;position:relative;width:150px}.avatar-photo{box-shadow:0 4px 20px #0000001a;object-fit:cover;z-index:2}.avatar-icon{color:#fff;font-size:4rem;z-index:2}.avatar-ring{animation:rotate 10s linear infinite;border:3px solid #ffffff4d;border-radius:50%;bottom:-10px;left:-10px;position:absolute;right:-10px;top:-10px}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.profile-info h3{font-size:1.5rem;margin-bottom:.5rem}.profile-info p{font-size:1.1rem;margin-bottom:1.5rem;opacity:.8}.social-links{display:flex;gap:1rem;justify-content:center}.social-links a{background:#ffffff1a;border-radius:50%;color:#fff;font-size:1.8rem;padding:.5rem;transition:all .3s ease}.social-links a:hover{background:#fff3;color:#ffe0d1;transform:translateY(-3px)}.about-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:6rem 0}.section-title{margin-bottom:4rem;position:relative;text-align:center}.title-text{color:#333;display:inline-block;font-size:2.5rem;font-weight:700;position:relative}.title-line{background:linear-gradient(135deg,#ff6b35,#f7931e);border-radius:2px;height:4px;margin:1rem auto 0;width:80px}.about-content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:2fr 1fr}.bio-text{color:#555;font-size:1.2rem;line-height:1.8;margin-bottom:2rem}.info-cards{display:flex;flex-direction:column;gap:1.5rem}.info-card{align-items:center;background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;display:flex;gap:1rem;padding:1.5rem;transition:all .3s ease}.info-card:hover{box-shadow:0 10px 30px #00000026;transform:translateY(-5px)}.info-icon{color:#ff6b35;font-size:1.5rem;min-width:30px}.info-content h4{color:#333;font-size:1.1rem;margin-bottom:.3rem}.info-content p{color:#666;font-size:.95rem;margin:0}.skills-section h3{color:#333;font-size:1.3rem;margin-bottom:1.5rem}.skills-grid{display:flex;flex-wrap:wrap;gap:1rem}.skill-tag{background:linear-gradient(135deg,#ff6b35,#f7931e);border-radius:25px;color:#fff;font-size:.9rem;font-weight:600;padding:.8rem 1.5rem;transition:all .3s ease}.skill-tag:hover{box-shadow:0 5px 15px #ff6b354d;transform:translateY(-3px)}.experience-section{background:#fff;padding:6rem 0}.experience-timeline{margin:0 auto;max-width:800px;position:relative}.experience-timeline:before{background:linear-gradient(135deg,#ff6b35,#f7931e);bottom:0;content:"";left:50%;position:absolute;top:0;transform:translateX(-50%);width:2px}.timeline-item{align-items:center;display:flex;margin-bottom:3rem;position:relative}.timeline-item:nth-child(odd){flex-direction:row-reverse}.timeline-marker{background:linear-gradient(135deg,#ff6b35,#f7931e);border:4px solid #fff;border-radius:50%;box-shadow:0 0 0 4px #ff6b3533;height:20px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:20px;z-index:2}.timeline-content{background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;padding:2rem;position:relative;width:45%}.timeline-item:nth-child(odd) .timeline-content{margin-right:55%}.timeline-item:nth-child(2n) .timeline-content{margin-left:55%}.timeline-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.timeline-header h3{color:#333;font-size:1.2rem;margin:0}.timeline-period{color:#ff6b35;font-size:.9rem;font-weight:600}.timeline-company{color:#666;font-size:1rem;margin-bottom:1rem}.timeline-description{color:#555;line-height:1.6;margin-bottom:1rem}.timeline-technologies{display:flex;flex-wrap:wrap;gap:.5rem}.tech-badge{background:#f8f9fa;border:1px solid #e9ecef;border-radius:15px;color:#ff6b35;font-size:.8rem;font-weight:500;padding:.3rem .8rem}.achievements-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:6rem 0}.achievements-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.achievement-card{background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a;overflow:hidden;padding:2.5rem;position:relative;text-align:center;transition:all .3s ease}.achievement-card:before{background:linear-gradient(135deg,#ff6b35,#f7931e);content:"";height:4px;left:0;position:absolute;right:0;top:0}.achievement-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-10px)}.achievement-icon{font-size:3rem;margin-bottom:1rem}.achievement-card h3{color:#333;font-size:1.3rem;margin-bottom:1rem}.achievement-card p{color:#666;line-height:1.6}.interests-section{background:#fff;padding:6rem 0}.interests-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.interest-item{align-items:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-left:4px solid #ff6b35;border-radius:15px;display:flex;gap:1rem;padding:1.5rem;transition:all .3s ease}.interest-item:hover{background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;transform:translateX(10px)}.interest-icon{color:#ff6b35;font-size:1.5rem;min-width:30px}.interest-item:hover .interest-icon{color:#fff}.cta-section{background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;padding:6rem 0;text-align:center}.cta-content h2{font-size:2.5rem;margin-bottom:1rem}.cta-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn-outline{border:2px solid #fff;color:#fff}.btn-outline:hover{background:#fff;color:#ff6b35}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@media screen and (max-width:768px){.hero-content{gap:2rem;grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.hero-buttons,.hero-stats{justify-content:center}.hero-buttons{flex-wrap:wrap}.about-content{gap:2rem;grid-template-columns:1fr}.experience-timeline:before{left:20px}.timeline-item{align-items:flex-start}.timeline-item,.timeline-item:nth-child(odd){flex-direction:column}.timeline-marker{left:20px}.timeline-content{margin-left:60px!important;margin-right:0!important;width:calc(100% - 60px)}.cta-buttons{align-items:center;flex-direction:column}.container{padding:0 1rem}}.projects{background-color:#f8f9fa;min-height:100vh;padding:2rem 0}.search-section{margin-bottom:3rem}.search-container{margin:0 auto;max-width:600px;position:relative}.search-icon{color:#ff6b35;font-size:1.2rem;left:1rem;position:absolute;top:50%;transform:translateY(-50%)}.search-input{background-color:#fff;border:2px solid #e9ecef;border-radius:50px;font-size:1rem;padding:1rem 1rem 1rem 3rem;transition:all .3s ease;width:100%}.search-input:focus{border-color:#ff6b35;box-shadow:0 0 0 3px #ff6b351a;outline:none}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.project-card{background:#fff;border-radius:15px;box-shadow:0 4px 20px #0000001a;overflow:hidden;transition:all .3s ease}.project-card:hover{box-shadow:0 8px 30px #00000026;transform:translateY(-5px)}.project-image{height:200px;overflow:hidden}.project-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.project-card:hover .project-image img{transform:scale(1.05)}.project-content{padding:1.5rem}.project-title{font-size:1.3rem;margin-bottom:.8rem}.project-description{font-size:.95rem;margin-bottom:1rem}.project-technologies{margin-bottom:1.5rem}.tech-tag{border-radius:15px;display:inline-block;font-size:.8rem;margin-bottom:.5rem;margin-right:.5rem;padding:.3rem .8rem}.project-links{display:flex;flex-wrap:wrap;gap:.8rem}.btn{font-size:.9rem;padding:.6rem 1.2rem}.no-projects{align-items:center;display:flex;justify-content:center;min-height:400px}.no-projects-content{background:#fff;border-radius:15px;box-shadow:0 4px 20px #0000001a;max-width:500px;padding:2rem;text-align:center}.no-projects-content h3{color:#333;font-size:1.5rem;margin-bottom:1rem}.no-projects-content p{color:#666;line-height:1.6;margin-bottom:2rem}@media screen and (max-width:768px){.container{padding:0 1rem}.page-title{font-size:2rem}.projects-grid{grid-template-columns:1fr}.project-links{flex-direction:column}.btn{justify-content:center}}.project-detail{background-color:#f8f9fa;min-height:100vh;padding:2rem 0}.back-button{margin-bottom:2rem}.btn{align-items:center;border:none;border-radius:25px;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:600;gap:.5rem;padding:.8rem 1.5rem;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff}.btn-primary:hover{box-shadow:0 4px 15px #ff6b354d;transform:translateY(-2px)}.btn-outline{background:#0000;border:2px solid #ff6b35;color:#ff6b35}.btn-outline:hover{background:#ff6b35;color:#fff;transform:translateY(-2px)}.project-header{grid-gap:3rem;background:#fff;border-radius:15px;box-shadow:0 4px 20px #0000001a;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin-bottom:3rem;padding:2rem}.project-image-large{border-radius:10px;overflow:hidden}.project-image-large img{height:300px;object-fit:cover;width:100%}.project-info{display:flex;flex-direction:column;justify-content:space-between}.project-title{color:#333;font-size:2rem;font-weight:600;margin-bottom:1rem}.project-description{color:#666;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.project-technologies h3{color:#333;font-size:1.2rem;margin-bottom:1rem}.tech-tags{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:2rem}.tech-tag{background:linear-gradient(135deg,#ff6b35,#f7931e);border-radius:20px;color:#fff;font-size:.9rem;font-weight:500;padding:.5rem 1rem}.project-links{margin-top:auto}.project-details{background:#fff;border-radius:15px;box-shadow:0 4px 20px #0000001a;padding:2rem}.detail-section{margin-bottom:2rem}.detail-section h3{color:#333;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.detail-section p{color:#666;font-size:1rem;line-height:1.6}.detail-section ul{color:#666;line-height:1.6;padding-left:1.5rem}.detail-section li{margin-bottom:.5rem}.tech-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.tech-item{background:#f8f9fa;border-left:4px solid #ff6b35;border-radius:10px;padding:1rem}.tech-name{color:#333;display:block;font-weight:600;margin-bottom:.3rem}.tech-description{color:#666;font-size:.9rem}.not-found{background:#fff;border-radius:15px;box-shadow:0 4px 20px #0000001a;padding:4rem 2rem;text-align:center}.not-found h2{color:#333;font-size:2rem;margin-bottom:1rem}.not-found p{color:#666;font-size:1.1rem;margin-bottom:2rem}@media screen and (max-width:768px){.container{padding:0 1rem}.project-header{gap:2rem;grid-template-columns:1fr}.project-title{font-size:1.5rem}.tech-grid{grid-template-columns:1fr}}.contact{background-color:#f8f9fa;min-height:100vh;padding:2rem 0}.page-title{color:#333;font-size:2.5rem;margin-bottom:3rem;text-align:center}.contact-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.contact-info{background:#fff;border-radius:15px;box-shadow:0 4px 20px #0000001a;padding:2rem}.contact-info h2{color:#333;font-size:1.8rem;margin-bottom:1rem}.contact-info p{color:#666;line-height:1.6}.contact-details,.contact-info p{margin-bottom:2rem}.contact-item{align-items:center;background:#f8f9fa;border-left:4px solid #ff6b35;border-radius:10px;display:flex;gap:1rem;margin-bottom:1.5rem;padding:1rem}.contact-icon{color:#ff6b35;font-size:1.2rem;min-width:20px}.contact-item h4{color:#333;font-size:1rem;margin-bottom:.3rem}.contact-item p{color:#666;font-size:.9rem;margin:0}.social-links h4{color:#333;font-size:1.1rem;margin-bottom:1rem}.social-buttons{display:flex;gap:1rem}.social-btn{border-radius:25px;display:inline-block;flex:1 1;font-weight:600;padding:.8rem 1.5rem;text-align:center;text-decoration:none;transition:all .3s ease}.social-btn.github{background:#333;color:#fff}.social-btn.github:hover{background:#555;transform:translateY(-2px)}.social-btn.linkedin{background:#0077b5;color:#fff}.social-btn.linkedin:hover{background:#005885;transform:translateY(-2px)}.contact-form-container{background:#fff;border-radius:15px;box-shadow:0 4px 20px #0000001a;padding:2rem}.contact-form h3{color:#333;font-size:1.5rem}.contact-form h3,.form-group{margin-bottom:1.5rem}.form-group label{align-items:center;color:#333;display:flex;font-weight:600;gap:.5rem;margin-bottom:.5rem}.input-icon{color:#ff6b35;font-size:.9rem}.form-group input,.form-group textarea{border:2px solid #e9ecef;border-radius:8px;font-family:inherit;font-size:1rem;padding:.8rem;transition:all .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#ff6b35;box-shadow:0 0 0 3px #ff6b351a;outline:none}.form-group textarea{min-height:120px;resize:vertical}.submit-btn{align-items:center;background:linear-gradient(135deg,#ff6b35,#f7931e);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:1rem;transition:all .3s ease;width:100%}.submit-btn:hover:not(:disabled){box-shadow:0 4px 15px #ff6b354d;transform:translateY(-2px)}.submit-btn:disabled{cursor:not-allowed;opacity:.7}.submit-btn.submitting{background:#ccc}.success-message{background:#d4edda;border:1px solid #c3e6cb;border-radius:8px;color:#155724;margin-top:1rem;padding:1rem;text-align:center}.success-message p{font-weight:500;margin:0}@media screen and (max-width:768px){.container{padding:0 1rem}.page-title{font-size:2rem}.contact-content{gap:2rem;grid-template-columns:1fr}.social-buttons{flex-direction:column}}.footer{background:linear-gradient(135deg,#333,#555);color:#fff;margin-top:4rem;padding:3rem 0 1rem}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:2fr 1fr 1fr 1fr;margin-bottom:2rem}.footer-section h3{font-size:1.3rem}.footer-section h3,.footer-section h4{color:#ff6b35;font-weight:600;margin-bottom:1rem}.footer-section h4{font-size:1.1rem}.footer-section p{color:#ccc;line-height:1.6;margin-bottom:1.5rem}.footer-social{display:flex;gap:1rem}.footer-social a{align-items:center;background:#ff6b351a;border-radius:50%;color:#ff6b35;display:flex;font-size:1.2rem;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.footer-social a:hover{background:#ff6b35;color:#fff;transform:translateY(-2px)}.footer-section ul{list-style:none;margin:0;padding:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#ccc;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#ff6b35}.skills-list{display:flex;flex-wrap:wrap;gap:.5rem}.skill-item{background:#ff6b351a;border-radius:15px;color:#ff6b35;font-size:.8rem;font-weight:500;padding:.3rem .8rem}.footer-bottom{border-top:1px solid #555;padding-top:1.5rem}.footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.footer-bottom-content p{color:#ccc;font-size:.9rem;margin:0}.heart-icon{animation:heartbeat 1.5s ease-in-out infinite}.code-icon,.heart-icon{color:#ff6b35}.footer-location{color:#999!important;font-size:.8rem!important}@keyframes heartbeat{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@media screen and (max-width:768px){.container{padding:0 1rem}.footer-content{gap:2rem;grid-template-columns:1fr;text-align:center}.footer-social{justify-content:center}.footer-bottom-content{flex-direction:column;text-align:center}.skills-list{justify-content:center}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.App{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#ff6b35,#f7931e);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#e55a2b,#e0841a)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out}a{color:inherit;text-decoration:none}button,input,textarea{font-family:inherit}@media screen and (max-width:768px){body{font-size:14px}}
/*# sourceMappingURL=main.16238209.css.map*/