.navigation{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:var(--bg-primary);border-bottom:1px solid var(--border-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:background-color .3s ease,border-color .3s ease}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-size:1.5rem;font-weight:700;color:var(--primary);text-decoration:none;cursor:pointer}.nav-menu{display:flex;list-style:none;gap:2rem;align-items:center}.nav-link{position:relative;color:var(--text-primary);text-decoration:none;font-weight:500;padding:.5rem 1rem;transition:color .3s ease;cursor:pointer}.nav-link:hover,.nav-link.active{color:var(--primary)}.nav-indicator{position:absolute;bottom:0;left:0;right:0;height:2px;background-color:var(--primary);border-radius:2px}.theme-toggle{background:none;border:2px solid var(--accent);color:var(--text-primary);font-size:1.5rem;width:45px;height:45px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .3s ease,background-color .3s ease}.theme-toggle:hover{border-color:var(--primary);background-color:#f0e4911a}@media (max-width: 768px){.nav-container{padding:1rem}.nav-menu{gap:1rem}.nav-link{font-size:.9rem;padding:.5rem}.nav-logo{font-size:1.2rem}.theme-toggle{width:40px;height:40px;font-size:1.2rem}}@media (max-width: 480px){.nav-menu{gap:.5rem}.nav-link{font-size:.8rem;padding:.3rem}}.cursor-dot{width:10px;height:10px;background-color:var(--primary);border-radius:50%;position:fixed;pointer-events:none;z-index:9999;mix-blend-mode:difference}.cursor-outline{width:40px;height:40px;border:2px solid var(--accent);border-radius:50%;position:fixed;pointer-events:none;z-index:9998;transition:width .3s ease,height .3s ease,border-color .3s ease}.cursor-outline.hover{width:60px;height:60px;border-color:var(--primary);background-color:#f0e4911a}@media (max-width: 768px){.cursor-dot,.cursor-outline{display:none}}.home{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:100vh}.particles-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.particle{position:absolute;width:4px;height:4px;background-color:var(--primary);border-radius:50%;opacity:.3}.particle:nth-child(odd){background-color:var(--accent)}.home-container{max-width:1200px;width:100%;padding:2rem;position:relative;z-index:1}.home-content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:2rem;max-width:800px;margin:0 auto}.home-left{display:none}.profile-image-container{position:relative;width:300px;height:300px}.profile-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:360px;height:320px;background:radial-gradient(circle,var(--primary) 0%,transparent 70%);opacity:.3;border-radius:50%;animation:pulse 3s ease-in-out infinite}@keyframes pulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.3}50%{transform:translate(-50%,-50%) scale(1.1);opacity:.5}}.profile-image{position:relative;width:100%;height:100%;border-radius:50%;overflow:hidden;border:4px solid var(--accent);background:var(--bg-secondary);display:flex;align-items:center;justify-content:center}.profile-image img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}.profile-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--accent);border-radius:50%}.profile-placeholder span{font-size:4rem;font-weight:700;color:var(--primary);text-transform:uppercase}.home-right{display:flex;flex-direction:column;gap:1.5rem}.home-title{font-size:3.5rem;font-weight:700;color:var(--text-primary);line-height:1.2}.name-highlight{color:var(--primary);position:relative}.home-subtitle{font-size:2rem;font-weight:500;color:var(--text-secondary);min-height:2.5rem}.cursor-blink{animation:blink 1s infinite;color:var(--primary)}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.home-description{font-size:1.1rem;line-height:1.8;color:var(--text-secondary);max-width:600px;margin:0 auto}.home-buttons{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center;margin-top:1rem}.btn{padding:.875rem 2rem;font-size:1rem;font-weight:600;border:none;border-radius:50px;cursor:pointer;text-decoration:none;display:inline-block;transition:all .3s ease;font-family:Poppins,sans-serif}.btn-primary{background-color:var(--primary);color:var(--text-dark)}.btn-primary:hover{background-color:var(--secondary);box-shadow:0 5px 15px #f0e49166}.btn-secondary{background-color:transparent;color:var(--primary);border:2px solid var(--primary)}.btn-secondary:hover{background-color:var(--primary);color:var(--text-dark);box-shadow:0 5px 15px #f0e49166}.btn-resume{background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);color:var(--text-dark);border:none;box-shadow:0 4px 15px #ffd7004d;display:flex;align-items:center;gap:.5rem}.btn-resume:hover{transform:translateY(-3px);box-shadow:0 8px 25px #ffd70080;background:linear-gradient(135deg,var(--accent) 0%,var(--primary) 100%)}@media (max-width: 968px){.home-content{grid-template-columns:1fr;gap:3rem;text-align:center}.home-right{align-items:center}.home-description{max-width:100%}.home-title{font-size:2.5rem}.home-subtitle{font-size:1.5rem}}@media (max-width: 768px){.profile-image-container{width:250px;height:250px}.profile-glow{width:270px;height:270px}.home-title{font-size:2rem}.home-subtitle{font-size:1.25rem}.home-description{font-size:1rem}.btn{padding:.75rem 1.5rem;font-size:.9rem}}.about{padding:2rem;max-width:1200px;margin:0 auto}.about-container{max-width:900px;margin:0 auto;padding:4rem 2rem}.resume-download-wrapper{display:flex;justify-content:flex-end;margin-bottom:2rem}.btn-resume.floating{box-shadow:0 4px 15px rgba(var(--primary-rgb),.3);padding:.75rem 1.5rem;font-size:.9rem}.section-title{font-size:3rem;font-weight:700;color:var(--primary);margin-bottom:3rem;text-align:center;position:relative}.section-title:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:80px;height:4px;background:var(--primary);border-radius:2px}.section-subtitle{font-size:2rem;font-weight:600;color:var(--text-primary);margin-bottom:2rem;border-bottom:2px solid var(--accent);padding-bottom:.5rem}.about-description{font-size:1.1rem;line-height:1.8;color:var(--text-secondary);margin-bottom:1rem;max-width:800px}.skills-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.skill-item{background:var(--bg-secondary);padding:1.5rem;border-radius:10px;border:1px solid var(--border-color);transition:transform .3s ease,box-shadow .3s ease}.skill-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px #f0e49133}.skill-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.skill-name{font-weight:600;color:var(--text-primary);font-size:1.1rem}.skill-percentage{color:var(--primary);font-weight:600}.skill-bar{width:100%;height:10px;background-color:var(--bg-primary);border-radius:5px;overflow:hidden;border:1px solid var(--border-color)}.skill-progress{height:100%;border-radius:5px;transition:width 1s ease}.timeline{position:relative;padding-left:2rem}.timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:var(--accent)}.timeline-item{position:relative;margin-bottom:3rem;padding-left:3rem}.timeline-marker{position:absolute;left:-1.5rem;top:.5rem;width:16px;height:16px;border-radius:50%;background:var(--primary);border:3px solid var(--accent);z-index:1}.timeline-content{background:var(--bg-secondary);padding:1.5rem;border-radius:10px;border:1px solid var(--border-color);transition:transform .3s ease,box-shadow .3s ease}.timeline-content:hover{transform:translate(10px);box-shadow:0 10px 30px #f0e49133}.timeline-year{display:inline-block;background:var(--accent);color:var(--text-light);padding:.25rem .75rem;border-radius:20px;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.timeline-title{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.timeline-company{font-size:1.1rem;color:var(--primary);font-weight:500;margin-bottom:.75rem}.timeline-description{font-size:1rem;color:var(--text-secondary);line-height:1.6}@media (max-width: 768px){.about{padding:1rem}.section-title{font-size:2rem}.section-subtitle{font-size:1.5rem}.skills-container{grid-template-columns:1fr}.timeline{padding-left:1.5rem}.timeline-item{padding-left:2rem}.timeline-marker{left:-1.25rem}}.projects{padding:2rem;max-width:1400px;margin:0 auto}.projects-container{display:flex;flex-direction:column;gap:3rem}.projects-header{text-align:center;max-width:800px;margin:0 auto}.projects-subtitle{font-size:1.1rem;line-height:1.8;color:var(--text-secondary)}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.project-card{background:var(--bg-secondary);border-radius:15px;overflow:hidden;border:1px solid var(--border-color);transition:box-shadow .3s ease;cursor:pointer}.project-card:hover{box-shadow:0 15px 40px #f0e4914d}.project-image-container{position:relative;width:100%;height:250px;overflow:hidden;background:var(--bg-primary)}.project-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card:hover .project-image{transform:scale(1.1)}.project-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#31694ee6;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.project-card:hover .project-overlay{opacity:1}.project-link{color:var(--primary);font-size:1.2rem;font-weight:600;text-decoration:none;padding:.75rem 1.5rem;border:2px solid var(--primary);border-radius:50px;transition:all .3s ease}.project-link:hover{background:var(--primary);color:var(--text-dark)}.project-content{padding:1.5rem}.project-title{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:.75rem}.project-description{font-size:1rem;line-height:1.6;color:var(--text-secondary);margin-bottom:1rem}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem}.project-tag{background:var(--accent);color:var(--text-light);padding:.25rem .75rem;border-radius:20px;font-size:.85rem;font-weight:500}@media (max-width: 768px){.projects{padding:1rem}.section-title{font-size:2rem}.projects-grid{grid-template-columns:1fr;gap:1.5rem}.project-image-container{height:200px}}@media (max-width: 480px){.projects-grid{grid-template-columns:1fr}.project-content{padding:1rem}.project-title{font-size:1.25rem}.project-description{font-size:.9rem}}.contact{padding:2rem;max-width:1200px;margin:0 auto}.contact-container{display:flex;flex-direction:column;gap:3rem}.contact-header{text-align:center;max-width:800px;margin:0 auto}.section-title{font-size:3rem;font-weight:700;color:var(--primary);margin-bottom:1rem}.contact-subtitle{font-size:1.1rem;line-height:1.8;color:var(--text-secondary)}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-form-container{background:var(--bg-secondary);padding:2rem;border-radius:15px;border:1px solid var(--border-color)}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:var(--text-primary);font-size:1rem}.form-group input,.form-group textarea{padding:.875rem;border:2px solid var(--border-color);border-radius:8px;background:var(--bg-primary);color:var(--text-primary);font-size:1rem;font-family:Poppins,sans-serif;transition:border-color .3s ease,box-shadow .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #f0e4911a}.form-group textarea{resize:vertical;min-height:150px}.submit-btn{width:100%;padding:1rem;font-size:1.1rem;margin-top:.5rem}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.submit-success{padding:1rem;background:var(--accent);color:var(--text-light);border-radius:8px;text-align:center;font-weight:500}.contact-social{display:flex;flex-direction:column;gap:2rem}.social-title{font-size:2rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.social-description{font-size:1rem;color:var(--text-secondary);line-height:1.6}.social-links{display:flex;flex-direction:column;gap:1.5rem}.social-link{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:10px;text-decoration:none;color:var(--text-primary);transition:all .3s ease;cursor:pointer}.social-link:hover{border-color:var(--primary);background:#f0e4911a;transform:translate(5px)}.social-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--accent);border-radius:50%;color:var(--text-light);flex-shrink:0}.social-icon svg{width:20px;height:20px}.social-name{font-size:1.1rem;font-weight:500}@media (max-width: 968px){.contact-content{grid-template-columns:1fr;gap:3rem}.contact-social{order:-1}}@media (max-width: 768px){.contact{padding:1rem}.section-title{font-size:2rem}.contact-form-container{padding:1.5rem}.social-title{font-size:1.5rem}}.app{min-height:100vh;position:relative}.page-container{min-height:100vh;padding-top:80px}@media (max-width: 768px){.page-container{padding-top:60px}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #F0E491;--secondary: #BBC863;--accent: #31694E;--background: #658C58;--text-light: #ffffff;--text-dark: #1a1a1a}[data-theme=light]{--bg-primary: #ffffff;--bg-secondary: #f5f5f5;--text-primary: var(--text-dark);--text-secondary: #666666;--border-color: #e0e0e0}[data-theme=dark]{--bg-primary: #1a1a1a;--bg-secondary: #2a2a2a;--text-primary: var(--text-light);--text-secondary: #cccccc;--border-color: #404040}body{font-family:Poppins,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);transition:background-color .3s ease,color .3s ease;overflow-x:hidden}@media (min-width: 769px){body{cursor:none}}html{scroll-behavior:smooth}#root{min-height:100vh}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--accent);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--secondary)}::selection{background-color:var(--primary);color:var(--text-dark)}
