:root{--bg-primary: #05070d;--bg-surface: #0b1020;--border-subtle: rgba(255, 255, 255, .06);--text-primary: #e6e8ee;--text-secondary: #9aa0b5;--text-muted: #6b7280;--accent-primary: #7aa2ff;--accent-soft: rgba(122, 162, 255, .35);--title-gradient: linear-gradient(180deg,rgba(229, 231, 235, 1) 0%, rgba(161, 165, 173, 1) 100%);--subtitle-color: rgb(228, 203, 147);--subtitle-gradient: linear-gradient(180deg,rgb(241, 197, 102) 0%, rgba(229, 231, 235, 1) 100%);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Inter,sans-serif}*{padding:0;margin:0;box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--bg-primary);position:relative;overflow-x:hidden}body:before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(980px 600px at 50% 10%,rgba(56,189,248,.24) 0%,rgba(56,189,248,.14) 30%,rgba(56,189,248,.07) 48%,transparent 65%),radial-gradient(900px 760px at 60% 30%,rgba(139,92,246,.18) 0%,rgba(99,102,241,.1) 36%,rgba(99,102,241,.05) 54%,transparent 70%),radial-gradient(900px 760px at 30% 55%,rgba(139,92,246,.18) 0%,rgba(99,102,241,.1) 36%,rgba(99,102,241,.05) 54%,transparent 70%),radial-gradient(980px 600px at 50% 80%,rgba(56,189,248,.24) 0%,rgba(56,189,248,.14) 30%,rgba(56,189,248,.07) 48%,transparent 65%);filter:blur(60px);opacity:.95;transform:translateZ(0)}body:after{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background-image:radial-gradient(rgba(255,255,255,.06) 1px,transparent 1px);background-size:120px 120px;opacity:.04;mix-blend-mode:overlay;filter:blur(.2px)}main{position:relative;max-width:1000px;min-height:100vh;margin:0 auto;padding:20px;display:flex;flex-direction:column;align-items:start;gap:20px}.scroll-fade{position:fixed;inset:0;pointer-events:none;z-index:999;background:linear-gradient(to top,#05070dd9,#05070d00 22%);opacity:.95}.will-reveal{opacity:0;transform:translateY(28px) scale(.995);transition:opacity .6s ease,transform .7s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay, 0s)}.will-reveal.is-visible{opacity:1;transform:translateY(0) scale(1)}@media(prefers-reduced-motion:reduce){.will-reveal{opacity:1!important;transform:none!important;transition:none!important}}@media(min-width:320px){main{width:100%;align-items:center}}@media(min-width:768px){main{width:100%}}@media(min-width:1024px){main{width:900px}}.hero{min-height:100vh;display:flex;justify-content:space-between;align-items:center}.hero-content{display:flex;flex-direction:column;align-items:start;margin-bottom:20px}.hero-title{text-align:center;background:var(--title-gradient);font-size:4rem;font-weight:700;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:5px}.hero-subtitle{text-align:center;font-size:2.3rem;font-weight:700;background:var(--subtitle-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-text{font-size:1.3rem;color:var(--text-secondary);margin-top:15px;text-wrap:pretty}.hero-text span{color:var(--text-primary);font-weight:600}ul{display:flex;flex-wrap:wrap;gap:15px;list-style:none}@media(min-width:320px){.hero{width:100%;margin-top:100px;flex-direction:column;justify-content:center;gap:20px}.hero-content{align-items:center;width:100%}.hero-title{font-size:3rem}.hero-subtitle{font-size:1.8rem}.hero-text{text-align:center}.social-buttons{align-items:center;justify-content:center;margin-bottom:30px}}@media(min-width:768px){.hero{margin-top:0}.hero-text{max-width:700px;margin:0 auto}}@media(min-width:1440px){.hero{margin-top:0;flex-direction:row;justify-content:space-between}.hero-content{align-items:start}.hero-title{font-size:4rem}.hero-subtitle{font-size:2.3rem}.hero-text{text-align:start}.social-buttons{align-items:center;justify-content:start;margin-bottom:30px}}.avatar-img{width:300px}.button{cursor:pointer;position:relative;display:flex;gap:10px;align-items:center;padding:5px 10px;font-size:14px;width:fit-content;color:var(--text-secondary);border:1px solid var(--text-secondary);border-radius:50px;background-color:transparent;font-weight:600;transition:all .3s cubic-bezier(.23,1,.32,1);overflow:hidden;text-decoration:none}.button:before{content:"";position:absolute;inset:0;margin:auto;width:50px;height:50px;border-radius:inherit;scale:0;z-index:-1;background-color:var(--text-secondary);transition:all .6s cubic-bezier(.23,1,.32,1)}.button:hover:before{scale:3}.button:hover{color:#212121;scale:1.1;box-shadow:0 0 20px var(--accent-soft);border-color:transparent}.button:active{scale:1}.button a{text-decoration:none;color:inherit}.button-text{text-decoration:none}.title{text-align:center;background:var(--title-gradient);font-size:4rem;font-weight:700;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:100px}.title3{margin:0;font-size:24px;font-weight:700;color:var(--subtitle-color)}.title-shine{text-align:center;position:relative;display:inline-block;margin-top:50px;font-size:26px;font-weight:300;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);background:linear-gradient(110deg,#fff0 30%,#fffffff8,#fff0 70%);background-size:200% 100%;background-position:-200% 0;-webkit-background-clip:text;animation:titleShine 3.8s linear infinite;transition:transform .2s ease-in-out}.title-shine:hover{transform:scale(1.03)}.title-shine:after{content:"";position:absolute;inset:-4px -8px;border-radius:12px;opacity:.6;z-index:-1;filter:blur(1px)}@keyframes titleShine{0%{background-position:200% 0}to{background-position:-200% 0}}@media(min-width:320px){.title{font-size:3rem}}@media(min-width:768px){.title{font-size:3.2rem}}@media(min-width:1024px){.title{font-size:4rem}}@media(min-width:1440px){main{width:1000px}}.section{width:100%;margin-top:200px;display:flex;flex-direction:column;scroll-margin-top:100px}@media(min-width:320px){.section{margin-top:100px}}@media(min-width:1440px){.section{margin-top:200px}}.timeline{position:relative;margin:0;padding:0 0 0 22px;list-style:none;border-left:1px solid rgba(255,255,255,.1)}.timeline__item{position:relative;margin:0 0 60px}.timeline__dot{position:absolute;left:-2.1rem;top:2px;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;border-radius:999px;background:var(--accent-primary);color:var(--bg-primary);box-shadow:0 0 0 6px #05070d}.timeline__dotIcon{width:16px;height:16px}.timeline__time{display:inline-block;padding:.125rem .375rem;border-radius:8px;font-size:.75rem;font-weight:500;color:#e6e8eee6;background:#ffffff0f;border:1px solid rgba(255,255,255,.1)}.timeline__title{margin:10px 0 5px;font-size:18px;font-weight:700;color:var(--subtitle-color)}.timeline__company{margin-bottom:20px;font-size:16px;font-weight:600;color:var(--text-primary)}.timeline__text{margin-bottom:20px;color:var(--text-secondary);line-height:1.6;text-wrap:pretty}.timeline__techList{display:flex;flex-wrap:wrap;gap:8px}.timeline .badges-list{justify-content:start}@media(min-width:768px){.experience-section{padding:0 50px}}@media(min-width:1024px){.experience-section{padding:0 1.5rem}}.badge{display:flex;align-items:center;border-radius:100px;padding:.25rem .75rem;font-size:.875rem;gap:5px}.badges-list{display:flex;flex-wrap:wrap;gap:8px}@media(min-width:320px){.badges-list{margin-top:30px;align-items:center;justify-content:center}}@media(min-width:1024px){.badges-list{margin-top:30px;align-items:start;justify-content:start}}.projects-list{width:100%;display:flex;flex-direction:column;gap:80px}.project-item{padding:8px;border-radius:10px;height:230px;display:flex;flex-direction:row;align-items:start;gap:30px;transition:all .25s ease}.project-item:hover{transform:scale(1.08)}.project-content{width:100%;height:100%;color:var(--text-secondary);display:flex;flex-direction:column;justify-content:space-between}.project-mockup-wrapper{height:100%;border-radius:10px;overflow:hidden;position:relative;flex-shrink:0}.project-mockup{width:100%;height:100%;display:block;object-fit:cover;border-radius:inherit;transform-origin:center;transition:transform .25s ease}.project-mockup-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#00000073,#00000014);mix-blend-mode:soft-light;opacity:.55;pointer-events:none;transition:opacity .25s ease}.project-item:hover .project-mockup{transform:scale(1.2)}.project-item:hover .project-mockup-overlay{opacity:.35}.project-title{font-size:30px}.list-buttons{margin-top:30px}.git-link{color:currentColor;text-decoration:none}@media(min-width:320px){.project-item{flex-direction:column;height:fit-content}.list-buttons{align-items:center;justify-content:center}}@media(min-width:1024px){.project-item{flex-direction:row;height:230px}.list-buttons{align-items:start;justify-content:start}.project-content{height:214px}}.gridStack{display:flex;gap:30px;flex-wrap:wrap;align-items:center;justify-content:center}.stack-title{text-align:center;text-transform:uppercase;margin-bottom:40px;font-size:2.3rem;font-weight:700;background:var(--subtitle-gradient);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.stack-container{width:45%;height:400px;padding:20px 10px;display:flex;flex-direction:column;align-items:center;background:#7d7d7d1a;border-radius:16px;box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(2.8px);-webkit-backdrop-filter:blur(2.8px);border:1px solid rgba(125,125,125,.48)}.stack-list{padding:0 10px;display:flex;flex-wrap:wrap;justify-content:center;gap:40px}.tech-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;font-size:1.12rem;color:var(--text-primary)}.tech-item span{color:var(--text-secondary)}.skills-section{margin-bottom:200px}@media(min-width:320px){.gridStack{flex-direction:column}.stack-title{font-size:1.8rem}.stack-container{width:100%;height:fit-content}.tech-item{font-size:1rem}.tech-skill-icon{height:30px}}@media(min-width:768px){.gridStack{flex-direction:column}.stack-title{font-size:1.8rem}.stack-container{width:50%;height:fit-content}.tech-item{font-size:1.1rem}.tech-skill-icon{height:35px}}@media(min-width:1024px){.gridStack{flex-direction:row}.stack-title{font-size:1.8rem}.stack-container{width:45%;height:400px}.tech-item{font-size:1.1rem}}@media(min-width:1440px){.tech-item{font-size:1.12rem}.tech-skill-icon{height:45px}}.footer{position:absolute;bottom:0;left:0;width:100%;background:var(--bg-primary);display:flex;flex-direction:column;align-items:center;justify-content:center;height:100px;z-index:99999;border-top:solid 1px var(--text-muted)}.menu-nav{align-self:center;position:fixed;top:20px;margin:0 auto;padding:8px 15px;font-size:1.3rem;display:flex;flex-direction:row;gap:30px;z-index:99999999;border-radius:100px;border:1px solid var(--border-subtle);background:#0b10208c;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 10px 30px #00000059}.nav_link{color:var(--text-muted);text-decoration:none;transition:all .4 ease-in-out}.nav_link:hover,.nav_link.is_selected{color:var(--text-primary)}@media(min-width:320px){.menu-nav{font-size:1rem;gap:20px}}@media(min-width:768px){.menu-nav{font-size:1.3rem;gap:30px}}
