@import url(https://fonts.googleapis.com/css2?family=Epilogue:wght@100;200;300;400;500;600;700;800;900&display=swap);body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.loading-screen{align-items:center;animation:fadeOut .5s ease 1.8s forwards;background:linear-gradient(135deg,#eff1f5,#e6e9ef);display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.loading-content{gap:2rem}.loading-content,.loading-name{align-items:center;display:flex;flex-direction:column}.loading-name{gap:.5rem}.loading-first,.loading-last{animation:slideIn .8s ease forwards;font-size:clamp(2.5rem,6vw,4rem);font-weight:800;opacity:0}.loading-first{animation-delay:.2s;color:#04a5e5}.loading-last{animation-delay:.4s;color:#4c4f69}.loading-bar{animation:fadeIn .5s ease .8s forwards;background:#dce0e8;border-radius:2px;height:4px;opacity:0;overflow:hidden;width:300px}.loading-progress{animation:progress 1.2s ease-in-out forwards;background:linear-gradient(90deg,#04a5e5,#209fb5);border-radius:2px;height:100%}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes progress{0%{width:0}to{width:100%}}@keyframes fadeOut{to{opacity:0;visibility:hidden}}@media (max-width:640px){.loading-bar{width:200px}}.header{background-color:initial;left:0;padding:1.5rem 0;position:fixed;right:0;top:0;transition:all .3s ease,opacity .3s ease,visibility .3s ease;z-index:1000}.header.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#eff1f5f2;box-shadow:0 2px 20px #0000000d}.header.hidden{opacity:0;pointer-events:none;visibility:hidden}.header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 2rem}.logo{cursor:pointer}.logo-name{color:#04a5e5;font-size:1.5rem;font-weight:700;transition:color .3s ease}.logo-name:hover{color:#209fb5}.nav-menu{align-items:center;display:flex;gap:2.5rem}.nav-menu a{color:#4c4f69;font-size:1rem;font-weight:500;position:relative;transition:color .3s ease}.nav-menu a.active,.nav-menu a:hover{color:#04a5e5}.nav-menu a:after{background-color:#04a5e5;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-menu a.active:after,.nav-menu a:hover:after{width:100%}.hamburger{align-items:center;background-color:#eff1f5f2;border-radius:12px;box-shadow:0 4px 20px #0000001a;display:flex;flex-direction:column;gap:6px;height:50px;justify-content:center;opacity:0;padding:0;position:fixed;right:2rem;top:1.5rem;transition:all .3s ease;visibility:hidden;width:50px;z-index:1100}.hamburger[data-theme=frappe]{background-color:#303446f2}.hamburger[data-theme=macchiato]{background-color:#24273af2}.hamburger[data-theme=mocha]{background-color:#1e1e2ef2}.hamburger.visible{opacity:1;visibility:visible}.hamburger span{background-color:#4c4f69;border-radius:2px;height:2px;transition:all .3s ease;width:24px}.hamburger[data-theme=frappe] span,.hamburger[data-theme=macchiato] span,.hamburger[data-theme=mocha] span{background-color:#cad3f5}.hamburger.open span:first-child{transform:translateY(8px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.hamburger:hover{background-color:#ccd0daf2}.hamburger[data-theme=frappe]:hover{background-color:#414559f2}.hamburger[data-theme=macchiato]:hover{background-color:#363a4ff2}.hamburger[data-theme=mocha]:hover{background-color:#313244f2}.sidebar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#eff1f5fa;box-shadow:-5px 0 30px #0000001a;height:100vh;padding:5rem 2rem 2rem;position:fixed;right:-350px;top:0;transition:right .4s cubic-bezier(.68,-.55,.265,1.55);width:350px;z-index:1050}.sidebar[data-theme=frappe]{background-color:#303446fa}.sidebar[data-theme=macchiato]{background-color:#24273afa}.sidebar[data-theme=mocha]{background-color:#1e1e2efa}.sidebar.open{right:0}.sidebar-nav{display:flex;flex-direction:column;gap:2rem}.sidebar-nav a{border-left:3px solid #0000;color:#4c4f69;font-size:1.5rem;font-weight:600;padding:.5rem 0 .5rem 1rem;transition:all .3s ease}.sidebar[data-theme=frappe] .sidebar-nav a,.sidebar[data-theme=macchiato] .sidebar-nav a,.sidebar[data-theme=mocha] .sidebar-nav a{color:#cad3f5}.sidebar-nav a.active,.sidebar-nav a:hover{border-left-color:#04a5e5;color:#04a5e5;padding-left:1.5rem}.sidebar-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:1040}@media (max-width:768px){.nav-menu{display:none}.header{padding:.6rem 0}.hamburger{top:1rem}.hamburger,.header.hidden{opacity:1;visibility:visible}.header.hidden{pointer-events:all}.header.scrolled{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:none}.sidebar{right:-100%;width:100%}.header-container{padding:0 1rem}.hamburger{right:1rem}}.hero{align-items:center;background:linear-gradient(135deg,var(--base) 0,var(--mantle) 100%);display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:8rem 2rem 4rem;position:relative}.particles-container{height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.particle{background:var(--sky);border-radius:50%;box-shadow:0 0 10px var(--sky);height:4px;opacity:.4;position:absolute;width:4px}.hero-container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;max-width:1400px;position:relative;width:100%;z-index:2}.hero-content{display:flex;flex-direction:column;gap:1.5rem}.hero-name,.hero-surname{font-size:clamp(3rem,8vw,6rem);font-weight:800;line-height:1;margin:0}.hero-name{color:var(--sky)}.hero-surname{color:var(--text)}.logo img{display:block;height:auto;max-width:64px}.hero-subtitle{color:var(--subtext0);font-size:clamp(1rem,2vw,1.25rem);font-weight:400;line-height:1.6;max-width:600px}.hero-image,.image-placeholder{align-items:center;display:flex;justify-content:center}.image-placeholder{background:linear-gradient(135deg,var(--surface1) 0,var(--surface2) 100%);border:5px solid var(--surface0);border-radius:50%;box-shadow:0 20px 60px #00000026;height:350px;overflow:hidden;position:relative;width:350px}.image-placeholder img{border-radius:50%;height:100%;object-fit:cover;object-position:center center;width:100%}.scroll-indicator{animation:bounce 2s infinite;bottom:3rem;left:50%;position:absolute;transform:translateX(-50%)}.mouse{border:2px solid var(--text);border-radius:20px;height:50px;opacity:.6;position:relative;width:30px}.wheel{animation:scroll 2s infinite;background-color:var(--text);border-radius:2px;height:10px;left:50%;position:absolute;top:10px;transform:translateX(-50%);width:4px}@keyframes bounce{0%,20%,50%,80%,to{transform:translateX(-50%) translateY(0)}40%{transform:translateX(-50%) translateY(-10px)}60%{transform:translateX(-50%) translateY(-5px)}}@keyframes scroll{0%{opacity:1;top:10px}to{opacity:0;top:30px}}@media (max-width:968px){.hero-container{gap:3rem;grid-template-columns:1fr;text-align:center}.hero-content{align-items:center}.hero-subtitle{max-width:500px}.image-placeholder{height:280px;width:280px}}@media (max-width:640px){.hero{padding:6rem 1rem 3rem}.image-placeholder{height:180px;width:180px}.scroll-indicator{bottom:2rem}}.about{align-items:center;background:var(--base);display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:6rem 2rem;position:relative}.about-background{height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.tech-item{color:var(--text);display:inline-block;font-size:clamp(1.5rem,3vw,2.5rem);opacity:.15;padding:0 2rem;position:absolute;transform:rotate(-8deg);-webkit-user-select:none;user-select:none;white-space:nowrap;will-change:transform}.tech-item[data-weight="0"]{font-weight:300}.tech-item[data-weight="1"]{font-weight:600}.tech-item[data-weight="2"]{font-weight:800}.tech-item[data-color="0"]{color:var(--text)}.tech-item[data-color="1"]{color:var(--sky)}.tech-item[data-color="2"]{color:var(--blue)}.tech-item[data-color="3"]{color:var(--sapphire)}.about-container{max-width:1000px;position:relative;width:100%;z-index:2}.about-content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#41455999;border:1px solid #c6d0f51a;border-radius:20px;box-shadow:0 20px 60px #0000004d;padding:4rem}.about-title{color:var(--sky);font-size:clamp(2.5rem,5vw,4rem);font-weight:800;margin-bottom:2rem;text-align:center}.about-text{display:flex;flex-direction:column;gap:1.5rem}.about-text p{color:var(--text);font-size:clamp(1rem,2vw,1.2rem);line-height:1.8;text-align:justify}@media (max-width:768px){.about{padding:4rem 1rem}.about-content{padding:2.5rem 2rem}.tech-item{font-size:clamp(1rem,2vw,1.5rem)}}@media (max-width:640px){.about-content{padding:2rem 1.5rem}.about-text p{text-align:left}}.portfolio{align-items:center;background:var(--base);display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:6rem 2rem;position:relative}.portfolio-background{height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.bg-shape{background:var(--sky);border-radius:30% 70% 70% 30%/30% 30% 70% 70%;opacity:.03;position:absolute;will-change:transform}.shape-1{background:var(--blue);height:400px;left:5%;top:10%;width:400px}.shape-2{background:var(--sapphire);height:300px;right:10%;top:60%;width:300px}.shape-3{background:var(--sky);bottom:20%;height:250px;left:15%;width:250px}.shape-4{background:var(--teal);height:350px;opacity:.05;right:20%;top:30%;width:350px}.shape-5{background:var(--lavender);bottom:10%;height:200px;right:5%;width:200px}.portfolio-container{max-width:1400px;position:relative;width:100%;z-index:2}.portfolio-title{color:var(--sky);font-size:clamp(2.5rem,5vw,4rem);font-weight:800;margin-bottom:4rem;text-align:center}.portfolio-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.portfolio-left{display:flex;flex-direction:column;gap:2rem}.portfolio-mockup{align-items:center;display:flex;justify-content:center}.mockup-frame{background:var(--surface0);border:3px solid var(--surface1);border-radius:20px;box-shadow:0 20px 60px #0000004d;max-width:500px;padding:1.5rem;width:100%}.mockup-screen{aspect-ratio:4/3;background:var(--surface2);border-radius:12px;overflow:hidden}.mockup-screen,.project-image-placeholder{align-items:center;display:flex;justify-content:center;width:100%}.project-image-placeholder{color:var(--base);font-size:2rem;font-weight:700;height:100%;padding:2rem;text-align:center}.portfolio-navigation{gap:2rem}.nav-btn,.portfolio-navigation{align-items:center;display:flex;justify-content:center}.nav-btn{background:var(--surface0);border:2px solid var(--surface1);border-radius:50%;color:var(--text);font-size:1.5rem;height:50px;transition:all .3s ease;width:50px}.nav-btn:hover{background:var(--sky);border-color:var(--sky);color:var(--base);transform:scale(1.1)}.project-indicator{color:var(--text);font-size:1.2rem;font-weight:600;min-width:80px;text-align:center}.portfolio-right{align-items:center;display:flex}.portfolio-details{display:flex;flex-direction:column;gap:1.5rem}.project-title{color:var(--text);font-size:clamp(2rem,4vw,3rem);font-weight:700;margin:0}.project-description{color:var(--subtext0);font-size:clamp(1rem,2vw,1.2rem);line-height:1.8}.project-technologies{display:flex;flex-wrap:wrap;gap:.75rem}.tech-tag{background:var(--surface0);border:1px solid var(--surface1);border-radius:20px;color:var(--text);font-size:.9rem;font-weight:500;padding:.5rem 1rem}.project-link{background:var(--sky);border-radius:10px;color:var(--base);display:inline-block;font-size:1.1rem;font-weight:600;margin-top:1rem;padding:1rem 2rem;text-align:center;transition:all .3s ease;width:-webkit-fit-content;width:fit-content}.project-link:hover{background:var(--blue);box-shadow:0 10px 30px #04a5e54d;transform:translateY(-2px)}@media (max-width:968px){.portfolio-content{gap:3rem;grid-template-columns:1fr}.portfolio-left{order:1}.portfolio-right{order:2}}@media (max-width:640px){.portfolio{padding:4rem 1rem}.portfolio-title{margin-bottom:3rem}.mockup-frame{padding:1rem}.project-image-placeholder{font-size:1.5rem;padding:1rem}.nav-btn{font-size:1.2rem;height:45px;width:45px}.project-indicator{font-size:1rem;min-width:60px}}.resume{align-items:center;background:var(--base);display:flex;justify-content:center;min-height:100vh;padding:6rem 2rem}.resume-container{max-width:1200px;width:100%}.resume-header{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin-bottom:4rem}.resume-title{color:var(--sky);font-size:clamp(2rem,4vw,3.5rem);font-weight:800;margin:0}.toggle-buttons{background:var(--surface0);border-radius:50px;box-shadow:0 4px 20px #0003;display:flex;gap:1rem;padding:.5rem}.toggle-btn{background:#0000;border-radius:50px;color:var(--text);font-size:1rem;font-weight:600;padding:.75rem 2rem;transition:all .3s ease}.toggle-btn.active{background:var(--sky);box-shadow:0 4px 15px #04a5e54d;color:var(--base)}.toggle-btn:hover:not(.active){background:var(--surface1)}.timeline{padding-left:3rem;position:relative}.timeline:before{background:linear-gradient(to bottom,var(--sky),var(--blue),var(--sapphire));bottom:0;content:"";left:0;position:absolute;top:0;width:3px}.timeline-item{margin-bottom:3rem;padding-left:2rem;position:relative}.timeline-marker{left:-3rem;position:absolute;top:0}.marker-circle{background:var(--sky);border:4px solid var(--base);border-radius:50%;box-shadow:0 0 0 4px var(--surface0);height:20px;width:20px}.timeline-content{background:var(--surface0);border-left:4px solid var(--sky);border-radius:15px;box-shadow:0 10px 30px #0003;opacity:1;padding:2rem;position:relative;transition:all .3s ease;z-index:10}.timeline-content:hover{box-shadow:0 15px 40px #04a5e533;transform:translateX(10px)}.timeline-year{background:var(--sky);border-radius:20px;color:var(--base);display:inline-block;font-size:.9rem;font-weight:700;margin-bottom:1rem;opacity:1;padding:.4rem 1rem}.timeline-title{color:var(--text);font-size:clamp(1.3rem,2vw,1.8rem);font-weight:700;margin:.5rem 0;opacity:1}.timeline-organization{color:var(--subtext0);font-size:clamp(1rem,1.5vw,1.2rem);font-weight:600;margin:.5rem 0 1rem;opacity:1}.timeline-description{color:var(--subtext1);font-size:clamp(.95rem,1.5vw,1.1rem);line-height:1.7;margin:0;opacity:1}@media (max-width:768px){.resume{padding:4rem 1rem}.resume-header{align-items:flex-start;flex-direction:column;margin-bottom:3rem}.toggle-buttons{justify-content:center;width:100%}.toggle-btn{font-size:.9rem;padding:.6rem 1.5rem}.timeline{padding-left:2rem}.timeline-item{padding-left:1.5rem}.timeline-marker{left:-2.5rem}.marker-circle{height:16px;width:16px}.timeline-content{padding:1.5rem}}@media (max-width:640px){.timeline-content{padding:1.25rem}.toggle-buttons{flex-direction:column;width:100%}.toggle-btn.active,.toggle-buttons{border-radius:12px}.toggle-btn{width:100%}}.contact{align-items:center;background:var(--base);display:flex;justify-content:center;min-height:100vh;padding:6rem 2rem}.contact-container{max-width:800px;text-align:center;width:100%}.contact-title{color:var(--sky);font-size:clamp(2.5rem,5vw,4rem);font-weight:800;margin-bottom:1.5rem}.contact-subtitle{color:var(--subtext0);font-size:clamp(1rem,2vw,1.3rem);line-height:1.8;margin-bottom:3rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem;text-align:left}.form-group{width:100%}.form-input,.form-textarea{background:var(--surface0);border:2px solid var(--surface1);border-radius:12px;color:var(--text);font-family:Epilogue,sans-serif;font-size:1rem;outline:none;padding:1.2rem 1.5rem;transition:all .3s ease;width:100%}.form-input::placeholder,.form-textarea::placeholder{color:var(--overlay0)}.form-input:focus,.form-textarea:focus{background:var(--surface1);border-color:var(--sky);box-shadow:0 0 0 4px #89dceb1a}.form-textarea{min-height:150px;resize:vertical}.form-submit{background:var(--sky);border:none;border-radius:12px;color:var(--base);cursor:pointer;font-size:1.1rem;font-weight:700;margin-top:1rem;padding:1.2rem 3rem;transition:all .3s ease}.form-submit:hover{background:var(--blue);box-shadow:0 10px 30px #89dceb4d;transform:translateY(-2px)}.form-submit:active{transform:translateY(0)}@media (max-width:768px){.contact{padding:4rem 1rem}.contact-subtitle{margin-bottom:2.5rem}.form-input,.form-textarea{font-size:.95rem;padding:1rem 1.2rem}.form-submit{font-size:1rem;padding:1rem 2rem}}@media (max-width:640px){.contact{padding:3rem 1rem}.form-textarea{min-height:120px}}.footer{background:var(--base);border-top:2px solid var(--surface0);padding:4rem 2rem 2rem}.footer-container{gap:2rem;margin:0 auto;max-width:1400px;text-align:center}.footer-brand,.footer-container{align-items:center;display:flex;flex-direction:column}.footer-brand{gap:.5rem}.footer-brand img{height:auto;width:20rem}.footer-logo{align-items:center;color:var(--text);display:flex;font-size:clamp(2rem,4vw,3rem);font-weight:800;gap:.5rem;margin:0}.logo-icon{color:var(--sky);font-weight:900}.footer-tagline{color:var(--subtext0);font-size:1.2rem;font-weight:300;margin:0}.footer-social{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.social-link{color:var(--text);font-size:1rem;font-weight:600;position:relative;transition:all .3s ease}.social-link:after{background:var(--sky);bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.social-link:hover{color:var(--sky)}.social-link:hover:after{width:100%}.footer-copyright{border-top:1px solid var(--surface0);padding-top:2rem;width:100%}.footer-copyright p{color:var(--subtext1);font-size:.9rem;margin:0}@media (max-width:768px){.footer{padding:3rem 1rem 1.5rem}.footer-social{gap:1.5rem}.social-link{font-size:.9rem}.footer-copyright p{font-size:.85rem}}.floating-buttons{bottom:2rem;display:flex;flex-direction:column;gap:1rem;opacity:0;position:fixed;right:2rem;transform:translateY(20px);transition:all .4s cubic-bezier(.68,-.55,.265,1.55);visibility:hidden;z-index:1000}.floating-buttons.visible{opacity:1;transform:translateY(0);visibility:visible}.float-btn{align-items:center;animation:float 3s ease-in-out infinite;border:none;border-radius:50%;box-shadow:0 4px 20px #0003;cursor:pointer;display:flex;height:56px;justify-content:center;transition:all .3s ease;width:56px}.float-btn svg{height:24px;width:24px}.float-btn:hover{box-shadow:0 8px 30px #0000004d;transform:translateY(-5px) scale(1.1)}.email-btn,.tel-btn,.top-btn{background:#1e1e2e;color:#fff}.email-btn{animation-delay:.1s}.tel-btn{animation-delay:.2s}.float-btn:hover{background:#209fb5}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width:768px){.floating-buttons{bottom:1.5rem;gap:.75rem;right:1.5rem}.float-btn{height:50px;width:50px}.float-btn svg{height:20px;width:20px}}@media (max-width:640px){.floating-buttons{bottom:1rem;right:1rem}.float-btn{height:45px;width:45px}.float-btn svg{height:18px;width:18px}}.legal-page section{min-height:1vh;padding:0}.legal-page{background:linear-gradient(135deg,var(--base) 0,var(--mantle) 100%);display:flex;flex-direction:column;min-height:100vh;padding:6rem 2rem 4rem}.legal-container{background:var(--surface0);border-radius:20px;box-shadow:0 20px 60px #0000001a;flex-shrink:0;margin:0 auto;max-width:900px;padding:3rem;width:100%}.legal-container h1{color:var(--sky);font-size:clamp(2rem,5vw,3rem);font-weight:800;margin-bottom:2rem;text-align:center}.legal-container h2{color:var(--text);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin-bottom:1rem;margin-top:2rem}.legal-container h3{color:var(--subtext0);font-size:clamp(1.2rem,2vw,1.5rem);font-weight:600;margin-bottom:.75rem;margin-top:1.5rem}.legal-container h4{color:var(--subtext1);font-size:clamp(1rem,1.5vw,1.2rem);font-weight:600;margin-bottom:.5rem;margin-top:1rem}.legal-container ul{margin:1rem 0;padding-left:2rem}.legal-container li{color:var(--subtext1);font-size:1rem;line-height:1.7;margin-bottom:.5rem}.legal-container a{text-decoration:underline;word-break:break-all}.legal-container a:hover{color:var(--text)}.legal-container p{color:var(--subtext1);font-size:1rem;line-height:1.7;margin-bottom:1rem}.legal-container section{margin-bottom:2rem}.back-link{background:var(--sky);border-radius:10px;color:var(--base);display:inline-block;font-weight:600;margin-top:2rem;padding:1rem 2rem;transition:all .3s ease}.back-link:hover{background:var(--blue);transform:translateX(-5px)}@media (max-width:768px){.legal-page{padding:6rem 1rem 3rem}.legal-container{padding:2rem}}@media (max-width:640px){.legal-container{padding:1.5rem}.back-link{text-align:center;width:100%}}.theme-latte{--bg:#eff1f5;--fg:#4c4f69;--surface0:#ccd0da;--surface1:#bcc0cc;--surface2:#acb0be;--overlay0:#9ca0b0;--overlay1:#8c8fa1;--overlay2:#7c7f93;--subtext0:#6c6f85;--subtext1:#5c5f77;--text:#4c4f69;--lavender:#7287fd;--blue:#1e66f5;--sapphire:#209fb5;--sky:#04a5e5;--teal:#179299;--green:#40a02b;--yellow:#df8e1d;--peach:#fe640b;--maroon:#e64553;--red:#d20f39;--mauve:#8839ef;--pink:#ea76cb;--flamingo:#dd7878;--rosewater:#dc8a78;--crust:#dce0e8;--mantle:#e6e9ef;--base:#eff1f5}.theme-frappe{--bg:#303446;--fg:#c6d0f5;--surface0:#414559;--surface1:#51576d;--surface2:#626880;--overlay0:#737994;--overlay1:#838ba7;--overlay2:#949cbb;--subtext0:#a5adce;--subtext1:#b5bfe2;--text:#c6d0f5;--lavender:#babbf1;--blue:#8caaee;--sapphire:#85c1dc;--sky:#99d1db;--teal:#81c8be;--green:#a6d189;--yellow:#e5c890;--peach:#ef9f76;--maroon:#ea999c;--red:#e78284;--mauve:#ca9ee6;--pink:#f4b8e4;--flamingo:#eebebe;--rosewater:#f2d5cf;--crust:#232634;--mantle:#292c3c;--base:#303446}.theme-macchiato{--bg:#24273a;--fg:#cad3f5;--surface0:#363a4f;--surface1:#494d64;--surface2:#5b6078;--overlay0:#6e738d;--overlay1:#8087a2;--overlay2:#939ab7;--subtext0:#a5adcb;--subtext1:#b8c0e0;--text:#cad3f5;--lavender:#b7bdf8;--blue:#8aadf4;--sapphire:#7dc4e4;--sky:#91d7e3;--teal:#8bd5ca;--green:#a6da95;--yellow:#eed49f;--peach:#f5a97f;--maroon:#ee99a0;--red:#ed8796;--mauve:#c6a0f6;--pink:#f5bde6;--flamingo:#f0c6c6;--rosewater:#f4dbd6;--crust:#181926;--mantle:#1e2030;--base:#24273a}.theme-mocha{--bg:#1e1e2e;--fg:#cdd6f4;--surface0:#313244;--surface1:#45475a;--surface2:#585b70;--overlay0:#6c7086;--overlay1:#7f849c;--overlay2:#9399b2;--subtext0:#a6adc8;--subtext1:#bac2de;--text:#cdd6f4;--lavender:#b4befe;--blue:#89b4fa;--sapphire:#74c7ec;--sky:#89dceb;--teal:#94e2d5;--green:#a6e3a1;--yellow:#f9e2af;--peach:#fab387;--maroon:#eba0ac;--red:#f38ba8;--mauve:#cba6f7;--pink:#f5c2e7;--flamingo:#f2cdcd;--rosewater:#f5e0dc;--crust:#11111b;--mantle:#181825;--base:#1e1e2e}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Epilogue,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}section{min-height:100vh;padding:2rem;transition:background-color .8s ease,color .8s ease}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Epilogue,sans-serif;overflow-x:hidden}.container{margin:0 auto;max-width:1400px;padding:0 2rem}.grid{grid-gap:2rem;display:grid;gap:2rem}.flex{display:flex}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}p{line-height:1.6}button{border:none;cursor:pointer;font-family:Epilogue,sans-serif;outline:none}a,button{transition:all .3s ease}a{text-decoration:none}img{display:block;height:auto;max-width:100%}section{overflow:hidden;position:relative}section:before{background:linear-gradient(180deg,#0000 0,var(--base) 100%);content:"";height:100%;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .5s ease;width:100%}*{transition-duration:.8s;transition-property:background-color,border-color,color,fill,stroke;transition-timing-function:ease}.App{min-height:100vh;overflow-x:hidden}.App,main{width:100%}html{scroll-behavior:smooth}body{margin:0;padding:0}
/*# sourceMappingURL=main.92b5382f.css.map*/