@import"https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap";.about-container{width:100%;padding:5rem 3rem;display:flex;justify-content:center;flex-direction:column;align-items:center}.about-content{display:flex;flex-wrap:wrap;gap:4rem;justify-content:space-between;align-items:flex-start;width:100%;max-width:1400px}.about-left{flex:1;display:flex;flex-direction:column;align-items:center;gap:2.5rem}.profile-img{width:200px;height:200px;border-radius:50%;box-shadow:0 0 20px #fff8;transition:transform .5s ease,box-shadow .5s ease,filter .5s ease}.profile-img:hover{transform:rotateY(20deg) rotateX(10deg) scale(1.05);box-shadow:0 0 40px #8000ffaa;filter:brightness(1.2)}.name-age-wrapper{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap;justify-content:center;margin:0}.age-number{font-size:2.3rem;font-weight:700;color:#d18aff;text-shadow:0 0 10px #a14bff;display:flex;align-items:baseline;gap:.3rem}.age-label-inline{font-size:1.2rem;color:#d18aff}.about-right{flex:2;display:flex;flex-direction:column;align-items:flex-start;gap:2.5rem}.simple-box{border:2px solid #8000ff;border-radius:12px;padding:2.5rem;box-shadow:0 0 15px #8000ff66;background-color:#0000004d;width:100%}.about-text{font-size:1.3rem;line-height:1.9;color:#e0e0e0}.link-highlight{color:#a076ff}.truefocus-inline{font-size:1.5rem;white-space:nowrap;text-align:center}.fiuba-highlight{color:#fff;font-weight:700;text-shadow:0 0 12px #8000ff;position:relative;cursor:pointer}.fiuba-highlight .preview-image{display:none;position:absolute;top:100%;left:0;margin-top:8px;width:350px;border:2px solid #8000ff;border-radius:12px;box-shadow:0 0 25px #8000ff88;z-index:20}.fiuba-highlight:hover .preview-image{display:block}.tech-card{padding:.4rem;height:auto;border:1.5px solid #8000ff;border-radius:8px;background-color:transparent;display:flex;justify-content:center;align-items:center;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 0 10px #8000ff66}.tech-card:hover{transform:scale(1.05);box-shadow:0 0 20px #a14bff88}.tech-logo{width:65px;height:65px;object-fit:contain;filter:drop-shadow(0 0 6px #8000ff88)}.tech-section{margin-top:1.6rem;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}.tech-section h2{font-size:2rem;color:#d18aff;margin-bottom:2rem}.cv-button{margin-top:.5rem;padding:.8rem 2rem;font-size:1.3rem;background-color:#8000ff;color:#fff;border-radius:2rem;text-decoration:none;border:none;cursor:pointer;transition:all .4s ease;box-shadow:0 0 12px #8000ff66;position:relative;overflow:hidden}.cv-button:before{content:"";position:absolute;width:120%;height:0;bottom:0;left:-10%;background:#a44dff;z-index:0;transition:height .4s ease;border-radius:50% 50% 0 0}.cv-button:hover:before{height:300%}.cv-button:hover{transform:scale(1.06);box-shadow:0 0 20px #a44dff99;color:#fff}.cv-button span{position:relative;z-index:1}@media (max-width: 768px){.about-container{padding:2rem 1rem}.about-content{flex-direction:column;align-items:center;gap:3rem}.about-left,.about-right{width:100%;align-items:center;text-align:center}.simple-box{padding:1.5rem}.profile-img{width:150px;height:150px}.age-number{font-size:1.8rem}.age-label-inline{font-size:1rem}.tech-logo{width:50px;height:50px}.tech-section h2{font-size:1.5rem}.cv-button{font-size:1rem;padding:.6rem 1.4rem}.fiuba-highlight .preview-image{width:90vw;max-width:300px}}.tech-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1.5rem;justify-items:center;width:100%;max-width:900px}.tech-card{padding:.8rem;height:auto;border:1.5px solid #8000ff;border-radius:10px;background-color:transparent;display:flex;justify-content:center;align-items:center;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 0 10px #8000ff66}.tech-card:hover{transform:scale(1.1);box-shadow:0 0 20px #a14bff88}.tech-logo{width:70px;height:70px;object-fit:contain;filter:drop-shadow(0 0 6px #8000ff88)}@media (max-width: 768px){.tech-grid{grid-template-columns:repeat(3,1fr);gap:1rem}.tech-logo{width:50px;height:50px}}.social-links{display:flex;gap:1.5rem;margin-top:1.5rem;list-style:none;padding:0}.social-icon{font-size:2rem;color:var(--accent-color);filter:drop-shadow(0 0 8px var(--accent-color));transition:transform .3s ease,filter .3s ease}.social-icon:hover{transform:scale(1.2);filter:drop-shadow(0 0 14px var(--accent-color))}@media (max-width: 768px){.social-links{justify-content:center;gap:1rem;flex-wrap:wrap}.social-icon{font-size:1.6rem}}.focus-container{position:relative;display:flex;gap:1em;justify-content:center;align-items:center;flex-wrap:nowrap}.focus-word{position:relative;font-size:1.5rem;font-weight:900;cursor:pointer;transition:filter .3s ease,color .3s ease}.focus-word.active{filter:blur(0)}.focus-frame{position:absolute;top:0;left:0;pointer-events:none;box-sizing:content-box;border:none}.corner{position:absolute;width:1rem;height:1rem;border:3px solid var(--border-color, #fff);filter:drop-shadow(0px 0px 4px var(--border-color, #fff));border-radius:3px;transition:none}.top-left{top:-10px;left:-10px;border-right:none;border-bottom:none}.top-right{top:-10px;right:-10px;border-left:none;border-bottom:none}.bottom-left{bottom:-10px;left:-10px;border-right:none;border-top:none}.bottom-right{bottom:-10px;right:-10px;border-left:none;border-top:none}@media (max-width: 768px){.focus-container{flex-wrap:wrap;gap:.6em}.focus-word{font-size:1.2rem}.corner{width:.8rem;height:.8rem;border-width:2px}}.variable-proximity{font-family:Roboto Flex,sans-serif}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:root{--violet: #8000ff;--violet-soft: #d18aff}.proj-wrapper{margin-top:80px;display:flex;justify-content:center;align-items:center;padding:2rem;position:relative;flex-direction:row}.project-dots{position:absolute;top:-12px;left:50%;transform:translate(-50%);display:flex;gap:40px;z-index:10}.project-dots .dot{display:inline-block;width:4px;height:4px;border-radius:100%;background-color:#fff;opacity:.1;border:none;cursor:pointer;padding:0}.project-dots .dot.active{opacity:.5}.proj-arrow{background:none;color:var(--violet);border:none;font-size:2.5rem;cursor:pointer;-webkit-user-select:none;user-select:none;padding:0 .5rem;transition:color .2s;align-self:center}.proj-arrow:hover{color:var(--violet-soft)}.proj-modal{border:2px solid var(--violet);border-radius:12px;padding:1.5rem;max-width:1700px;width:100%;color:#fff}.proj-title-bar{display:flex;justify-content:center;align-items:center;gap:.75rem;margin-bottom:1rem;color:var(--violet-soft);text-align:center}.proj-title-bar h2{margin:0;font-size:2rem}.proj-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:center;justify-items:center}.proj-video-container{border:2px solid var(--violet);border-radius:8px;overflow:hidden;aspect-ratio:16 / 9;width:100%;height:auto;display:flex;align-items:center;justify-content:center}.proj-video-container video{width:100%;height:100%;object-fit:contain;display:block;background:#000;border-radius:inherit}.proj-info{display:flex;flex-direction:column;gap:2rem;align-items:center;text-align:center}.proj-description h3,.proj-tech h3,.proj-team h3{margin-bottom:.5rem;color:var(--violet-soft);font-size:1.3rem}.proj-description p{margin:0;font-size:1.1rem;line-height:1.6;max-width:500px}.proj-tech-teammates{display:flex;flex-direction:column;gap:2rem;align-items:center}.tech-icons{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.tech-icons img{width:48px;height:48px;border-radius:6px;background:#0c0010;border:1px solid var(--violet);filter:drop-shadow(0 0 4px #8000ff88);transition:transform .2s ease}.tech-icons img:hover{transform:scale(1.1)}.team-icons{display:flex;gap:.75rem;justify-content:center}.team-icons img{width:56px;height:56px;border-radius:50%;border:2px solid var(--violet);transition:transform .2s ease}.team-icons img:hover{transform:scale(1.1)}@media (max-width: 768px){.proj-content-grid{grid-template-columns:1fr}.proj-modal{padding:1rem}.proj-description p{font-size:1rem}.proj-description h3,.proj-tech h3,.proj-team h3{font-size:1.1rem}}@media (max-width: 768px){.proj-wrapper{flex-direction:column;padding:1.5rem 1rem}.project-dots{gap:20px;top:-10px}.proj-arrow{font-size:2rem}.proj-title-bar h2{font-size:1.5rem}.proj-video-container{aspect-ratio:16 / 9;width:100%}.proj-description p{font-size:1rem;padding:0 .5rem}.tech-icons img{width:40px;height:40px}.team-icons img{width:48px;height:48px}}.navbar{background-color:#2a003f;box-shadow:0 10px 30px #0006;padding:1.5rem 3rem;border-radius:20px;margin:1rem auto;max-width:900px;position:sticky;top:20px;z-index:1000;transition:background-color .3s ease}.navbar ul{display:flex;justify-content:space-around;align-items:center;gap:3rem;list-style:none;margin:0;padding:0}.navbar li a{color:#fff;font-size:1.4rem;font-weight:600;padding:.5rem 1.2rem;border-radius:12px;transition:all .3s ease;text-decoration:none;text-shadow:0 0 6px #ffffffaa,0 0 10px #ffffff55}.navbar li a.active,.navbar li a:hover{color:#8000ff;background-color:#ffffff10;box-shadow:0 0 10px #8000ff88;text-shadow:0 0 8px #8000ff,0 0 12px #ffffff77}@media (max-width: 768px){.navbar{padding:1rem 1.5rem;top:10px;border-radius:12px}.navbar ul{flex-direction:column;gap:1rem}.navbar li a{font-size:1.1rem;padding:.4rem 1rem}}.particles-container{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:0;pointer-events:none;overflow:hidden}html,body{height:100%;overflow-x:hidden;overflow-y:auto}:root{--background-color: #000000;--text-color: #ffffff;--accent-color: #8000ff;--accent-hover: #555;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}#root{height:100%;background-color:var(--background-color);color:var(--text-color);font-family:system-ui,Avenir,Helvetica,Arial,sans-serif}a{color:var(--text-color);text-decoration:none;transition:all .3s ease;font-weight:500}a:hover{color:var(--accent-color)}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.app-wrapper{width:100%;min-height:100vh;background-color:var(--background-color);display:flex;flex-direction:column;position:relative;overflow:hidden}.app-content{flex:1;width:100%;position:relative;z-index:1;display:flex;flex-direction:column;padding:0 2rem}.particles-container{position:fixed;top:0;left:0;width:100%;height:100%;min-height:100vh;min-width:100vw;z-index:0;pointer-events:none;overflow:hidden}.scroll-bar{position:fixed;top:0;left:0;height:4px;width:100%;background-color:var(--accent-color);transform-origin:0%;z-index:100;pointer-events:none}nav.navbar{display:flex;justify-content:center;padding:1rem 0;background-color:transparent;z-index:2;position:relative}nav.navbar ul{list-style:none;display:flex;gap:2rem}nav.navbar li a{font-size:1.2rem;font-weight:600;padding:.5rem 1rem;border-radius:8px}nav.navbar li a:hover{background-color:var(--accent-hover)}main{padding:2rem;max-width:1000px;margin:0 auto;text-align:center}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}@media (max-width: 768px){nav.navbar ul{flex-direction:column;gap:1rem}nav.navbar li a{font-size:1rem;padding:.4rem .8rem}main{padding:1rem}.app-content{padding:0 1rem}button{width:100%;padding:.8em;font-size:1rem}}
