@import"https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700&family=Oswald:wght@400;700&display=swap";canvas{overflow:auto;position:fixed;height:100dvh;width:100dvw}*{box-sizing:border-box;overflow-x:hidden}figure{margin:0}body{padding:0;margin:0;font-family:Nanum Gothic,sans-serif;scroll-snap-type:y mandatory}main{overflow-y:auto;display:flex;flex-direction:column;align-items:center;min-height:100vh;width:100%;position:absolute;color:#fff;z-index:99}header{z-index:999;background-color:#0f0f0f80;display:flex;transition:all .25s ease-in-out;flex-wrap:wrap;align-items:center;position:fixed;top:0;justify-content:space-around;padding-block:.5em;padding-inline:1em;margin-inline:auto}#blog-link{padding-right:12px}.card{background-color:#0f0f0f;display:flex;flex-direction:column;flex-wrap:wrap;align-items:center;justify-content:space-around;margin-top:10rem;margin-inline:auto;padding:1em 2em}.tech{min-height:45dvh;overflow-y:visible}.sobre{flex-direction:column}section{scroll-snap-align:start;padding-block:1rem;margin-bottom:1rem;max-height:100dvh;width:100%}section .card,section header div{width:90%}section header{width:100vw}.profilePicture{height:45px;border-radius:50%}.name{display:flex;align-items:center;gap:1rem}.about{display:flex;gap:5px;flex-wrap:wrap;padding:1rem 2rem}.about img{height:600px;border-radius:1rem}.carousel-container{width:100%;position:relative}.carousel-track{display:flex;gap:1.5rem;width:fit-content;animation:scroll 30s linear infinite;will-change:transform;padding:1rem 0}.carousel-track.paused{animation-play-state:paused}.carousel-item{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:2rem 2.5rem;transition:all .3s ease;text-decoration:none;background-color:#0f0f0fcc;border-radius:16px;box-shadow:0 4px 12px #0000004d,0 2px 4px #0003;border:1px solid rgba(255,255,255,.1);min-width:140px;min-height:140px}.carousel-item:hover{background-color:#191919e6;box-shadow:0 8px 24px #0006,0 4px 8px #0000004d;border-color:#fff3;transform:translateY(-4px)}.carousel-item img{filter:brightness(.9);transition:filter .3s ease,transform .3s ease;text-decoration:none;border:none;outline:none;height:80px;width:auto}.carousel-item:hover img{filter:brightness(1.1) drop-shadow(0 8px 18px rgba(0,0,0,.4))}.carousel-item a,.carousel-item a:after{text-decoration:none;display:contents}.carousel-item a:after{content:none;display:none}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scroll-projects{0%{transform:translate(0)}to{transform:translate(-50%)}}.stack{width:100%;display:flex;flex-direction:column;flex-wrap:wrap;gap:1em}.stack svg{width:32px}.stack-text{font-size:14px;font-weight:700}.projects-card{max-height:100dvh;margin-bottom:150px}.projects-container{width:100%;position:relative;cursor:grab;-webkit-user-select:none;user-select:none}.projects-container:active{cursor:grabbing}.projects-track{display:flex;gap:1.5rem;width:fit-content;animation:scroll-projects 60s linear infinite;will-change:transform;padding:1rem 0;--drag-offset: 0px}.projects-track.dragging{animation:none;cursor:grabbing}.projects-track.has-drag{animation:none}.projects-track.paused{animation-play-state:paused}.project{display:flex;flex-direction:column;background-color:#0f0f0fcc;border-radius:16px;box-shadow:0 4px 12px #0000004d,0 2px 4px #0003;border:1px solid rgba(255,255,255,.1);padding:1.5rem 1.5rem 3rem;transition:all .3s ease;flex-shrink:0;width:700px;max-width:90vw;max-height:400px;position:relative}.project:hover{background-color:#191919e6;box-shadow:0 8px 24px #0006,0 4px 8px #0000004d;border-color:#fff3;transform:translateY(-4px)}.project-title{margin-bottom:.75rem;margin-top:0;transition:color .3s ease;font-size:1.25rem}.project:hover .project-title{color:#fff}.project-desc{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:1.5rem;width:100%;flex:1;overflow:hidden;min-height:0}.project .project-desc>a+p,.project .project-desc>p:first-of-type{display:flex;flex-direction:column;flex:1;min-width:0;min-height:0;gap:.75rem;align-self:center}.project a{flex-shrink:0;width:280px;min-width:280px;transition:transform .3s ease;display:block}.project .project-desc img{width:100%;height:100%;min-height:250px;max-height:300px;border-radius:8px;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 2px 8px #0003;object-fit:contain;object-position:center;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none}.project:hover img{filter:0 4px 16px rgba(0,0,0,.3)}.project .project-desc>p{flex:1;min-width:0;line-height:1.5;margin:0;font-size:.9rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:6;line-clamp:6;-webkit-box-orient:vertical}.project-tech{position:absolute;bottom:.75rem;right:1rem;display:flex;justify-content:center;align-items:center;gap:.5rem;flex-shrink:0;flex-grow:0;background-color:#ffffff1a;padding:.5rem;border-radius:8px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);height:fit-content;width:fit-content;line-height:1;margin:0;z-index:1}.project-tech img{height:24px;width:auto;max-width:24px;max-height:24px;flex-shrink:0;flex-grow:0;transition:transform .3s ease,filter .3s ease;filter:brightness(.8);object-fit:contain;display:block;margin:0}@media (min-width: 768px){.project-tech img{height:28px;max-width:28px;max-height:28px}}@media (min-width: 1024px){.project-tech img{height:32px;max-width:32px;max-height:32px}}@media (min-width: 1440px){.project-tech img{height:36px;max-width:36px;max-height:36px}}.project-tech img:hover{transform:scale(1.15);filter:brightness(1)}.project .project-desc:not(:has(img)){flex-direction:column}footer{background-color:#000;position:absolute;padding:2em;z-index:99;bottom:0;width:100vw}.contact{display:flex;align-items:center;justify-content:space-between}.contact svg{width:32px}.github{display:inline-block;text-align:bottom}a{font-size:16px;color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:center;position:relative}a:after:not(.github-link:hover :after){content:"";position:absolute;width:100%;height:2px;background-color:#fff;margin-top:5px;bottom:0;left:0;transform:scaleX(0);transition:transform .25s ease-in-out}a:hover:after{transform:scaleX(1)}.email{font-size:12px}
