@import"https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;700&display=swap";:root{--primary-color: #4668ee;--text-color: #1a202c;--text-light-color: #555}#root{width:100vw;height:100vh}html,body{margin:0;padding:0}body{margin:0;font-family:Roboto Slab,serif}*{box-sizing:border-box}a{text-decoration:none;cursor:pointer}.interface{width:100vw;display:flex;flex-direction:column}.sections{width:100%;padding:0 4rem}.section{height:100vh;display:flex;justify-content:center;align-items:center}.section--top{align-items:flex-start}.section--bottom{align-items:flex-end}.section--right{justify-content:flex-end}.section--left{justify-content:flex-start}.section--sticky-left{justify-content:flex-start;width:100%}.scroll-down{width:28px;height:42px;border:2px solid var(--text-color);border-radius:12px;display:flex;justify-content:center;margin-bottom:4rem}.scroll-down__wheel{background:var(--text-color);width:3px;height:10px;border-radius:2px;margin-top:4px}.skills{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(4,1fr);gap:1.5rem;padding:2rem 0;justify-items:center;align-items:center}.skill{background:rgba(255,255,255,.5);backdrop-filter:blur(8px);border-radius:16px;padding:1rem;margin:0;width:90px;height:90px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000000a}.skill__label{display:flex;align-items:center;justify-content:center;width:100%;height:100%;gap:0;margin:0}.skill__label__image{height:48px;width:48px;object-fit:contain}.projects-container{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;margin-top:5rem}.projects-navbar{display:flex;gap:1rem;backdrop-filter:blur(8px);padding:.5rem 1rem;border-radius:8px;border:1px solid white;box-shadow:0 2px 8px #0000001a;width:600px;justify-content:center}.projects-navbar__button{background:transparent;border:none;border-radius:8px;padding:.5rem;cursor:pointer;transition:background-color .2s}.projects-navbar__button--active{background:rgb(189,189,189);color:violet;border:1px solid var(--primary-color)}.projects-navbar__icon{width:36px;height:36px}.projects{display:grid;grid-template-columns:1fr 1fr;gap:1rem;border-radius:8px;max-height:70vh;overflow-y:auto;overflow-x:hidden;width:600px;padding:10px;overscroll-behavior:contain}.project{flex:0 0 auto;scroll-snap-align:start;border:1px solid white;border-radius:8px;width:100%;margin:0 auto;box-sizing:border-box}.project:hover{background:white;transform:scale(1.05);cursor:pointer;border-radius:8px}.project__image{width:100%;object-fit:cover}.project__details{padding:.5rem}.project__details__name{color:var(--text-color);font-weight:700;font-size:1.25rem;margin:0}.project__details__description{color:var(--text-light-color);font-size:1rem;margin:0}.project__details__tags{margin-top:.5rem;display:flex;flex-wrap:wrap;gap:.5rem}.project__details__tag{background:#e6e6e6;color:#333;border-radius:12px;padding:.2rem .75rem;font-size:.85rem;font-weight:500}.services__list{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:120px;margin-left:-50px;align-items:flex-start}.service{display:flex;flex-direction:column;gap:.75rem;background:rgba(255,255,255,.5);border-radius:12px;min-width:220px;align-items:center;max-width:350px}.service:hover{background:rgb(255,255,255);transform:scale(1.02);border-top-left-radius:12px;border-top-right-radius:12px;cursor:pointer}.service__image{width:100%;object-fit:cover;border-top-left-radius:12px;border-top-right-radius:12px;margin-bottom:.5rem}.service__name{margin:0 0 .25rem;font-size:1.1rem;text-align:center;font-weight:700}.service__description{margin:0;color:var(--text-light-color);font-size:.98rem;padding-left:10px;white-space:pre-line;padding-bottom:10px}.contact{margin:2rem;padding:2rem;background:rgba(255,255,255,.5);backdrop-filter:blur(8px);border-radius:8px;min-width:280px}.contact-description{color:var(--text-light-color);padding:1rem;background:rgba(255,255,255,.5);backdrop-filter:blur(8px);border-radius:8px;width:400px;margin-left:auto;margin-right:2rem}@media (max-width: 1200px){.contact-description{width:320px;margin-right:1rem}}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.about__description{color:var(--text-light-color);margin-left:20px;padding:1rem;background:rgba(255,255,255,.5);backdrop-filter:blur(8px);border-radius:8px;width:100%}.contact__name{color:var(--text-color);font-weight:700;font-size:1.5rem;margin:0}.contact__address{color:var(--text-light-color);font-size:1.2rem;margin:0}.contact__socials{display:flex;gap:1rem;margin-top:1rem}.contact__socials__icon{height:32px;width:32px;transition:transform .2s,opacity .2s}.contact__socials__icon:hover{transform:scale(1.25);opacity:.8}.contact__socials__phone{height:32px;width:32px;border-radius:20px}.phone_number{margin-top:-30px;margin-left:40px;font-size:1.2rem;color:var(--text-color)}.contact__socials__phonee{margin-top:23px}.menu{display:flex;justify-content:space-between;align-items:center;padding:1rem;position:fixed;top:0;left:4rem;right:4rem;border-radius:8px;background:#f5f3ef8a;backdrop-filter:blur(8px)}.menu__left{display:flex;align-items:center}.menu__logo{height:42px;width:120px;object-fit:contain}.menu__hamburger{display:none}.menu__buttons{display:flex;gap:1rem;align-items:center}.menu__button{font-weight:700;color:var(--text-color)}.menu__button:hover{color:var(--primary-color);cursor:pointer}.loading-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:1000;display:flex;align-items:center;justify-content:center;background:#0a0a0a;opacity:1;transition:opacity .8s ease-in-out;font-family:Courier New,monospace;padding:2rem}.loading-screen--hidden{animation:fade-out .8s ease-in-out forwards .5s;pointer-events:none}@keyframes fade-out{0%{opacity:1}to{opacity:0;visibility:hidden}}.loading-screen__container{width:100%;max-width:800px;background:#1a1a1a;border-radius:8px;box-shadow:0 20px 60px #000c;overflow:hidden;border:1px solid #333}.terminal-header{background:#2d2d2d;padding:.75rem 1rem;display:flex;align-items:center;gap:1rem;border-bottom:1px solid #444}.terminal-buttons{display:flex;gap:.5rem}.terminal-button{width:12px;height:12px;border-radius:50%;display:inline-block}.terminal-button--close{background:#ff5f56}.terminal-button--minimize{background:#ffbd2e}.terminal-button--maximize{background:#27c93f}.terminal-title{color:#888;font-size:.9rem;flex:1;text-align:center}.terminal-body{padding:2rem;background:#0a0a0a;color:#0f0;min-height:400px;font-size:.95rem;line-height:1.6}.terminal-welcome{margin-bottom:2rem}.ascii-art{color:#0f0;font-size:.7rem;line-height:1.2;margin:0 0 1rem;text-shadow:0 0 10px rgba(0,255,0,.5)}.terminal-subtitle{color:#0c0;margin:0 0 1rem;font-size:.9rem}.terminal-logs{margin-bottom:2rem;min-height:150px}.terminal-log{color:#0f0;margin-bottom:.5rem;animation:fadeInLog .3s ease-in}@keyframes fadeInLog{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.terminal-cursor{color:#0f0;margin-right:.5rem}.terminal-progress{margin-bottom:1.5rem}.terminal-progress-text{color:#0f0;margin-bottom:.5rem;font-weight:700}.terminal-progress-bar{background:#1a1a1a;border:1px solid #00ff00;padding:.25rem;border-radius:4px;min-height:30px;display:flex;align-items:center}.terminal-progress-fill{color:#0f0;display:flex;transition:width .3s ease-out;text-shadow:0 0 5px rgba(0,255,0,.8);letter-spacing:1px}.terminal-blink{margin-top:1rem}.blinking-cursor{color:#0f0;font-size:1.2rem;animation:blink 1s infinite}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}@media (max-width: 990px){.loading-screen{padding:1rem}.loading-screen__container{max-width:100%}.terminal-body{padding:1rem;font-size:.85rem;min-height:300px}.ascii-art{font-size:.5rem}.terminal-subtitle{font-size:.8rem}}.greeting-container{display:flex;align-items:center;gap:8px;font-size:1.3rem;color:var(--text-light-color)}.greeting-container .flag{width:24px;height:18px;border-radius:3px;border:1px solid #ccc;object-fit:cover}.greeting{font-size:1.5rem;color:var(--text-color);font-weight:700}@media (max-width: 990px){.sections{padding:0 1rem}.projects-navbar{display:none}.services__list{display:flex;flex-direction:row;overflow-x:auto;overflow-y:hidden;gap:1rem;width:calc(100vw - 2rem);margin-left:0;padding-right:1rem;padding-bottom:1rem;scroll-snap-type:x mandatory;box-sizing:border-box}.service{min-width:220px;max-width:280px;flex:0 0 auto;scroll-snap-align:start;box-sizing:border-box}.projects{display:flex;flex-direction:row;overflow-x:auto;overflow-y:hidden;width:calc(100vw - 2rem);gap:1rem;margin-top:0;margin-left:0;padding:0 1rem 0 0;scroll-snap-type:x mandatory;box-sizing:border-box}.project{min-width:260px;max-width:280px;flex:0 0 auto;height:auto;scroll-snap-align:start;box-sizing:border-box}.project__image{max-height:140px}.project__details{padding:.4rem}.project__details__name{font-size:1rem}.project__details__description{font-size:.82rem}.project__details__tags{margin-top:.3rem;gap:.3rem}.project__details__tag{font-size:.75rem;padding:.15rem .5rem}.projects-container{margin-top:0}.mobile--section--top{align-items:flex-start}.mobile--section--bottom{align-items:flex-end}.mobile--section--right{justify-content:flex-end}.mobile--section--left{justify-content:flex-start}.skills{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;padding:1rem 1rem 0;justify-items:center;align-items:center}.section--center{justify-content:center!important}.about__description{color:var(--text-light-color);padding:1rem;margin-left:0;background:rgba(255,255,255,.5);backdrop-filter:blur(8px);border-radius:8px;align-items:center;font-size:.95rem;line-height:1.5}.contact-description{width:90vw;font-size:.95rem;margin-left:0}.skill{width:70px;height:70px;padding:.5rem}.skill__label__image{height:32px;width:32px}.contact{width:100%;margin:1rem;padding:1.25rem}.contact__socials{gap:.75rem}.contact__socials__icon{height:40px;width:40px}.phone_number{margin-top:0;margin-left:10px;font-size:1rem}.contact__socials__phonee{margin-top:1rem;display:flex;align-items:center}.menu{justify-content:space-between;padding:.5rem 1rem;left:.5rem;right:.5rem}.menu__logo{height:28px;width:80px}.menu__hamburger{display:flex;flex-direction:column;justify-content:center;gap:4px;background:none;border:none;padding:8px;cursor:pointer;z-index:10}.menu__hamburger span{display:block;width:22px;height:2px;background:var(--text-color);border-radius:2px;transition:transform .2s,opacity .2s}.menu__hamburger--open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.menu__hamburger--open span:nth-child(2){opacity:0}.menu__hamburger--open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.menu__buttons{display:none;position:fixed;top:60px;left:.5rem;right:.5rem;flex-direction:column;gap:.25rem;background:#f5f3ef;border-radius:8px;padding:.5rem;box-shadow:0 8px 24px #0000001f;z-index:9}.menu__buttons--open{display:flex}.menu__button{font-size:1rem;padding:.75rem 1rem;border-radius:6px}.menu__button:hover{background:rgba(0,0,0,.05)}.loading-screen__title{font-size:2rem}.greeting-container{flex-direction:row;gap:6px;text-align:center;justify-content:center;font-size:1rem}.greeting-container .flag{width:20px;height:15px}.project__details__name{font-size:1.1rem}.project__details__description{font-size:.9rem}.service__name{font-size:1rem}.service__description{font-size:.9rem}.section{height:100vh;min-height:-webkit-fill-available}}.scroll-progress{position:fixed;top:0;left:0;right:0;height:3px;z-index:999;background:rgba(0,0,0,.08)}.scroll-progress__fill{height:100%;background:var(--primary-color);transition:width .1s linear}.toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);z-index:999;background:var(--text-color);color:#fff;padding:.75rem 1.5rem;border-radius:8px;font-size:.95rem;pointer-events:none;animation:toast-in .3s ease-out}@keyframes toast-in{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}
