:root{--bg-color:#0c030e;--text-color:#ddd;--link-hover:#65428a}body.light{--bg-color:#f0f9ff;--text-color:#111;--link-hover:#07c}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0c030e;background-color:var(--bg-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.app{margin:0 auto;max-width:1440px;width:100%}.nav a:hover{color:#65428a;color:var(--link-hover)}a,h2,p,span,ul{color:#ddd;color:var(--text-color)}h3,h4{color:#ddd;color:var(--text-color);margin:0}h1{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#65428a,#0097a9);-webkit-background-clip:text;background-clip:text;color:#65428a;color:#0000;font-size:2rem;font-weight:700;margin:0}.home-page{padding:0 5% 5rem}.presentation{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:6rem;justify-content:center;min-height:100dvh;padding:2rem}.social-icons{display:flex;gap:1rem;opacity:0;padding-top:1rem;width:100%}.social-icons.show{opacity:1;pointer-events:auto;transform:translateY(0)}.social-icon{height:25px;width:25px}.social-icon.instagram{transform:scale(.9)}.home-intro{display:flex;flex-direction:column;justify-content:space-between;min-height:calc(100dvh - 140px);padding-bottom:2rem}.gallery{animation-fill-mode:forwards;display:flex;flex-wrap:nowrap;gap:2rem;justify-content:center;opacity:0;overflow-x:auto;overflow-x:hidden;padding:1rem 0}.gallery.show{opacity:1;pointer-events:auto;transform:translateY(0)}.gallery img{aspect-ratio:16/11;border-radius:12px;flex-shrink:0;height:200px;object-fit:cover;transition:transform .3s ease;width:auto}.projects{margin-bottom:5rem;margin-top:4rem;padding:0 5%}.projects h2{font-size:2rem;margin-bottom:3rem;text-align:center}.project{grid-gap:8rem;display:grid;gap:8rem;grid-template-columns:1fr 1fr;justify-content:center;margin-bottom:2rem}.project-info h3{margin:0}.project-info{display:flex;flex-direction:column}.project-image img{border-radius:2.5%;display:block;justify-self:end;max-height:292px;max-width:800px;object-fit:cover;overflow:hidden;transition:box-shadow .3s ease,transform .2s ease;width:100%}@media (max-width:1330px){.gallery{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr);justify-items:center;overflow:hidden;padding:2rem 0}.gallery img{height:auto;max-height:200px;max-width:100%;width:auto}.project{gap:4rem}}@media (max-width:600px){.gallery{grid-template-columns:repeat(1,1fr)}.project{gap:2rem;grid-template-columns:1fr}}@media(min-height:1100px){.presentation{height:1100px;min-height:-webkit-max-content;min-height:max-content}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-60px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(60px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.social-icons{animation:slideInRight 1s ease-out forwards}.fade-in-left{animation:slideInLeft 1s ease-out forwards}.fade-in-right{animation:slideInRight 1s ease-out forwards}.fade-in-bottom{animation:fadeInUp 1s ease-out forwards}.delay-1{animation-delay:.4s}.delay-2{animation-delay:1.5s}.about-page{padding:0 5% 5rem}h1{padding-top:2rem}h2{color:#65428a}.about-section{padding-bottom:2rem}.header{background-color:none;height:40px;justify-content:space-between;justify-self:center;max-width:1440px;padding:10px;width:100%}.header,.nav{align-items:center;display:flex}.nav{gap:4dvw;justify-content:center;padding-right:4rem}a{text-wrap:nowrap;font-weight:700;text-decoration:none}.logo-container{padding-left:4rem}.exdev-logo{height:40px;width:auto}.theme-switch{align-items:center;background-color:#999;background-image:url(/static/media/moon_night.c98cd84b3f113a9cc611.webp);background-size:cover;border:1px solid hsla(0,0%,100%,.251);border-radius:999px;box-sizing:border-box;cursor:pointer;display:flex;height:28px;padding:0 6px;position:relative;transition:background-color .3s ease;width:60px}body.light .theme-switch{background-image:url(/static/media/sun_light.590a0e796b837f7870e6.webp);border:1px solid rgba(0,0,0,.373)}.theme-switch img{height:10px;object-fit:cover}.theme-switch .moon-icon,.theme-switch .sun-icon{color:#fff;font-size:14px;pointer-events:none;z-index:1}.theme-switch .switch-thumb{background-color:#ddd;border-radius:50%;height:22px;left:3px;position:absolute;transition:transform .3s ease;width:22px;z-index:0}body.light .theme-switch .switch-thumb{background-color:#f1e98e}.theme-switch .switch-thumb.active{transform:translateX(32px)}@media (max-width:400px){.logo-container{padding-left:2rem}.nav{padding-right:2rem}}@media (max-width:320px){.nav{padding-right:1rem}.logo-container{padding-left:1rem}}footer{align-items:center;background-color:none;display:flex;height:40px;justify-content:center;justify-self:center;max-width:1440px;padding:10px;width:100%}span{font-size:smaller;font-style:oblique}
/*# sourceMappingURL=main.8a2137fc.css.map*/