@import"https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap";html,body{margin:0;padding:0;width:100%;height:100%;font-size:calc(15px + .090625vw)}:root{width:100%;height:100%;font-family:Helvetica,Arial,sans-serif;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--pure-white: white;--pure-black: #080808;--white: #d9d6d2;--black: #101010;--primary-color-lighter:#5388ec;--primary-color:#0058ff;--primary-color-darker:#0047cd}h1{font-size:2.5rem}:root[data-theme=dark]{--background-color: #101010;--inverse-background-color: #d9d6d2;--text-color: white;--inverse-text-color:#101010;--header-bg-color:#080808;--header-ts-color: rgba(3,3,3,.9);--inverse-header-color: #ecebe9;--body-bg-color:#101010;--footer-bg-color:#080808;--hover-color: #141414;--inverse-hover-color: #c0bdb8;--border-color:#202020;--selected-text-color: #0058ff;--hover-text-color: #5388ec}:root[data-theme=light]{--background-color: #d9d6d2;--inverse-background-color: #101010;--text-color: #101010;--inverse-text-color: white;--header-bg-color:#ecebe9;--header-ts-color: rgba(236,235,233,.9);--body-bg-color:#d9d6d2;--inverse-header-color: #080808;--footer-bg-color:#ecebe9;--hover-color: #c0bdb8;--inverse-hover-color: #141414;--hover-selected-color: #c4c4c4;--border-color:#b0aca5;--hover-text-color: #144db8}body{background-color:var(--background-color);color:var(--text-color)}body.transition{transition:background-color .3s ease,color .3s ease}a{color:var(--text-color);text-decoration:none}:root[data-theme=dark] .theme-icon{color:var(--text-color)}:root[data-theme=light] .theme-icon{color:var(--text-color)}.testing-mode,.testing-mode *{all:unset}.testing-mode script{display:none}.root-layout{display:flex;flex-direction:column;width:100%;height:100%;justify-content:center;align-items:center}.burger{display:flex;justify-content:center;align-items:center;height:100%}.burger-button{height:100%;border:none;background:none}.burger-button:hover{cursor:pointer}.burger-icon{height:100%}.burger-menu{background:var(--header-bg-color);border-radius:12px;height:75vh;width:100vw;position:absolute;top:0;left:0;margin-top:calc(10% + 40px);display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:12px;box-sizing:border-box;z-index:3000}.burger-menu-top,.burger-menu-bottom{width:100%}.burger-menu button{height:fit-content}.burger-menu-bottom-buttons{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:12px;gap:12px}.burger-menu-bottom-buttons>.github-container{background:var(--inverse-header-color);border-radius:10px;width:50%;height:calc(2rem + 20px)}.burger-menu-bottom-buttons>.github-container:hover{background:var(--inverse-hover-color)}.burger-menu-bottom-buttons>.github-container:active{background:var(--inverse-hover-color)}.burger-menu-bottom-buttons>.github-container>.github-button{all:unset;display:flex;width:100%;padding:10px;justify-content:space-between;align-items:center;font-size:1.5rem;font-weight:700;color:var(--inverse-text-color)}.burger-menu-bottom-buttons>.github-container>.github-button>.github-button-img{all:unset;display:flex;align-items:center;justify-content:center;height:1.5rem}.burger-menu-bottom-buttons>.theme-container{all:unset;background:var(--inverse-header-color);border-radius:10px;width:50%;height:calc(2rem + 20px)}.burger-menu-bottom-buttons>.theme-container>.theme{all:unset;display:flex;width:100%;padding:10px;justify-content:center;align-items:center}.burger-menu-bottom-buttons>.theme-container:hover{background:var(--inverse-hover-color)}.burger-menu-bottom-buttons>.theme-container:active{background:var(--inverse-hover-color)}.burger-menu-bottom-buttons>.theme-container>.theme>.theme-icon{all:unset;display:flex;align-items:center;justify-content:center;height:2rem}.burger-menu-top>.dropdown-container{all:unset;display:flex;width:100%;flex-direction:column}.burger-menu-top>.dropdown-container button{font-size:1.5rem;color:var(--text-color);display:flex;width:100%;justify-content:space-between;align-items:center;padding:12px;border-bottom:1px solid var(--border-color);border-radius:0}.burger-menu-top>.dropdown-container button:hover{background:none}.burger-menu-top>.dropdown-container button>.lang-icon{height:calc(8vh - 30px);aspect-ratio:1/1;width:auto}.burger-menu-top>.dropdown-container>.dropdown-menu{all:unset;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:12px}.burger-menu-top>.dropdown-container>.dropdown-menu li{all:unset;width:fit-content;font-size:1rem;padding:5%;box-sizing:border-box}.burger-menu-top>.dropdown-container>.dropdown-menu>.dropdown-item.selected{color:var(--selected-text-color)}.burger-menu-top>.dropdown-container>.dropdown-menu>.dropdown-item:hover{border-radius:12px;background:var(--hover-color)}.burger-menu-bottom>.contact-button{width:100%;justify-content:center}.contact-button{display:flex;align-items:center;height:100%;background:var(--primary-color);border-radius:10px;border:none;color:var(--pure-white);font-family:Helvetica;font-weight:700;font-size:2rem;padding:10px}.contact-button:hover{background:var(--primary-color-darker);cursor:pointer}@media(max-width:480px){.contact-button{white-space:nowrap}}.contact-modal-overlay{position:fixed!important;top:0!important;left:0!important;width:100vw;height:100vh;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:9999}.contact-modal-content{display:flex;flex-direction:column;align-items:center;background:var(--footer-bg-color);padding:20px;border:1px solid var(--border-color);border-radius:12px}.contact-close-button{background:#ff002b;color:var(--pure-white);border:none;border-radius:4px;font-size:1.5rem;width:fit-content}.contact-close-button:hover{background:#b81430;cursor:pointer;color:var(--pure-white)}.lang{width:100%;height:100%;border:none;cursor:pointer;display:flex;justify-content:center;align-items:center;background:none}.lang:hover{background:var(--hover-color);border-radius:12px}.lang-icon{width:100%;height:100%}.dropdown-container{height:100%;aspect-ratio:1/1;position:relative}.dropdown-menu{display:flex;flex-direction:column;align-items:center;position:absolute;width:max-content;left:50%;transform:translate(-50%);list-style:none;z-index:1000;background-color:var(--footer-bg-color);border:1px solid var(--border-color);border-radius:10%;top:calc(100% + 12px);padding:0;box-sizing:border-box;overflow:hidden;-webkit-user-select:none;user-select:none}.dropdown-item{width:100%;padding:5%;overflow:hidden;box-sizing:border-box}.dropdown-item:hover{background-color:var(--hover-color);color:var(--hover-text-color);cursor:pointer}.dropdown-item.selected{background-color:var(--hover-color);color:var(--selected-text-color)}.dropdown-item.selected:hover{background-color:var(--hover-selected-color);color:var(--selected-text-color);cursor:pointer}.github-container{display:flex;justify-content:center;aspect-ratio:1/1;height:100%}.github-button{border:none;background:none;cursor:pointer;display:flex;justify-content:center;align-items:center;padding:4px}.github-button:hover{background:var(--hover-color);border-radius:12px}.github-button-img{width:100%;height:100%}.theme-container{display:flex;justify-content:center;aspect-ratio:1/1;height:100%}.theme{border:none;background:none;cursor:pointer;display:flex;justify-content:center;align-items:center;padding:4px}.theme:hover{background:var(--hover-color);border-radius:12px}.theme-icon{width:100%;height:100%}.home{aspect-ratio:1 / 1;height:100%;display:flex;justify-content:center;align-items:center;line-height:normal;font-size:3rem;font-weight:700;background:none;border:none;color:var(--text-color);padding:4px}.home:hover{cursor:pointer}.home-icon{width:100%;height:100%}.index a:hover{color:var(--hover-text-color)}.nheader-component{display:flex;justify-content:space-between;background-color:var(--header-ts-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;height:8%;box-sizing:border-box;align-items:center;padding:10px;border-radius:20px;gap:20px;position:fixed;top:0;margin-block:20px;z-index:2000;flex-shrink:0}.nheader-column1{border-right:1px solid var(--border-color);display:flex;height:100%;margin-left:25px;align-items:center;padding-right:20px}.nheader-column2{height:100%}.nheader-column3{border-left:1px solid var(--border-color);display:flex;height:100%;margin-right:25px;gap:20px;padding-left:20px}@media(min-width:480px){.nheader-component{height:10%;width:97.5%}.nheader-column2{margin-left:auto}.nheader-column3>.burger{display:none}}@media(max-width:480px){.nheader-column2>.contact-button{display:none}.nheader-column3>.theme-container{display:none}.nheader-column3>.dropdown-container{display:none}.nheader-column3>.github-container{display:none}}@media(min-width:1367px){.nheader-component{height:7%;width:95%;left:50%;transform:translate(-50%)}}.footer-component{background-color:var(--footer-bg-color);display:flex;justify-content:space-between;padding:20px;box-sizing:border-box;width:100%;max-width:100%;flex-wrap:wrap;flex-shrink:0;flex-direction:column;margin-top:48px;border-top:1px var(--border-color) solid}.footer-columns{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:25%;width:100%;margin:20px left}.social-link{display:flex;gap:4px}.social-link img{height:1rem}@media(min-width:768px){.footer-columns{flex-direction:row}}.footer-columns h1{font-size:2rem}.footer-columns p{font-size:1rem}.footer-bottom{border-top:1px var(--border-color) solid;font-size:1rem;text-align:center}.footer-social a:hover{color:var(--hover-text-color)}.home-page{height:calc(100vh - 24px);width:100%;align-items:center;justify-content:center;padding-top:10%;box-sizing:border-box}.body-column-1{width:100%;display:flex;flex-direction:column}.welcome{display:flex;align-items:center;justify-content:center;text-align:center;width:100%}.welcome h1{font-size:4rem}.index{display:flex;flex-direction:column;align-self:center;justify-content:center;align-items:center}@media(max-width:480px){.home-page{padding-top:20%;margin-bottom:10%}}.about-page{display:flex;flex-direction:column;justify-content:center;width:100%;box-sizing:border-box;margin-top:10%;gap:46px}.about-header{width:100%;text-align:center}.about-header h1{font-size:3.2rem}.about-content{display:flex;flex-direction:column;flex-grow:1;padding:12px}.about-pp{flex:1;display:flex;justify-content:center;align-items:center;padding:20px}.about-pp img{width:100%;height:auto}.about-body{font-family:Arial;margin-top:20px;border-radius:20px;box-sizing:border-box;padding:2%;width:100%;background:var(--footer-bg-color)}.tech{background:var(--inverse-background-color);color:var(--inverse-text-color);border-radius:12px;width:calc(100% - 24px);justify-self:center;align-self:center}.about-tech-header{width:100%;text-align:center}.about-tech{width:100%;box-sizing:border-box;padding:12px}.links{width:calc(100% - 24px);justify-self:center;align-self:center}.links-cards{display:flex;gap:48px;padding:24px}.links-cards>.card{display:flex;height:33vh;border-radius:12px;width:50%}@media(min-width:768px){.about-page{margin-top:5%}.about-content{flex-direction:row}.about-pp{flex:1;margin:40px}.about-body{flex:2;margin:40px;font-size:1.5rem}.tech,.links{width:calc(100% - 104px)}.links-cards{padding:0}}@media(max-width:480px){.about-page{margin-top:100px}.links-cards{flex-direction:column;justify-content:center;align-items:center}.links-cards>.card{width:100%}.card>.card-footer>.resume-button-container{width:100%}}.personal{height:100%;width:100%;max-width:400px;border-radius:50%}.tech-container{display:flex;justify-content:center;align-items:center;width:100%;gap:12px;padding:12px;flex-wrap:wrap;box-sizing:border-box}@media(min-width:768px){.tech-container{flex-direction:row}}.tech-card{display:flex;padding:12px;gap:12px;background:var(--header-bg-color);color:var(--text-color);border-radius:12px;justify-content:space-between;align-items:center;box-sizing:border-box;-webkit-user-select:none;user-select:none;transition:background-color .5 ease-in-out}.tech-card-logo{aspect-ratio:1/1;height:calc(15px + .690625vh)}.tech-card-logo img{display:flex;height:100%}.tech-card-title{font-size:1.5rem;font-weight:700}@media(min-width:768px){.tech-card{transition:transform .3s ease-in-out}.tech-card:hover{transform:scale(1.1)}}@media(max-width:768px){.tech-card-title{font-size:1rem}.tech-card-logo{height:calc(15px + .390625vh)}}.card{display:flex;flex-direction:column;gap:24px;background:var(--footer-bg-color);font-size:1rem;padding:24px;justify-content:space-between}.card-content{display:flex;flex-direction:column;gap:24px}.card-header{font-size:1.5rem;font-weight:700}.card-body{display:flex;box-sizing:border-box}.card-footer{display:flex;width:100%;gap:12px}@media(max-width:480px){.card-body{margin-bottom:24px;overflow:hidden}.card-footer{flex-direction:column;box-sizing:border-box}}.resume-button-container{justify-content:center}.resume-button{display:flex;width:100%;justify-content:space-between;align-items:center;max-height:2rem;background:var(--primary-color);color:#fff;font-size:1.2rem;overflow:hidden;border-radius:12px;padding-inline:12px;box-sizing:border-box;border:none}.resume-button:hover{cursor:pointer;background-color:var(--primary-color-darker)}.resume-button-img{width:1rem;object-fit:contain}@media(max-width:768px){.resume-button{max-height:2rem;padding:8px;gap:8px;justify-content:space-between}}@media(min-width:768px){.resume-button{max-height:3rem;padding:12px;gap:12px;justify-content:space-between}.resume-button-text{margin-left:12px}.resume-button-img{width:1.5rem;align-self:end}}.linker-button-container{justify-content:center}.linker-button a{all:unset}.linker-button{display:flex;width:100%;justify-content:space-between;align-items:center;max-height:2rem;background:var(--primary-color);color:#fff;font-size:1.2rem;overflow:hidden;border-radius:12px;padding-inline:12px;box-sizing:border-box}.linker-button:hover{cursor:pointer;background-color:var(--primary-color-darker)}.linker-button-img{align-self:flex-start;width:1rem;object-fit:contain}@media(max-width:768px){.linker-button{max-height:2rem;padding:8px;gap:8px;justify-content:space-between}}@media(min-width:768px){.linker-button{max-height:3rem;padding:12px;gap:12px;align-items:center;justify-content:space-between}.linker-button-text{margin-left:12px}.linker-button-img{width:1.5rem;align-self:flex-start;justify-self:flex-start}}.projects-page{height:100%;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:5%}.projects-page h1{font-size:3.5rem}@media(max-width:480px){.projects-page{margin-top:calc(10% + 40px)}}.ProjectList{height:100%;width:90%;display:flex;flex-direction:column;gap:20px}.ProjectEntryBlog{background:var(--footer-bg-color);display:flex;flex-direction:column;margin:auto;width:100%;border-radius:20px;padding:2%;box-sizing:border-box}@media(min-width:768px){.ProjectEntryBlog{flex-direction:row;align-items:center}}.ProjectEntryBlog-date{margin-bottom:1%;font-size:1.5rem}@media(min-width:768px){.ProjectEntryBlog-date{margin-bottom:0;margin-right:4%;flex-shrink:0;width:20%;text-align:left}}.ProjectEntryBlog-content{display:flex;flex-direction:column;width:100%}.ProjectEntryBlog-title{font-size:2rem;font-weight:700}@media(min-width:768px){.ProjectEntryBlog-title{width:80%}}.ProjectEntryBlog-image-wrapper{width:100%;margin-top:1%;height:200px;overflow:hidden;border-radius:20px;z-index:1}.ProjectEntryBlog-image{width:100%;height:200px;object-fit:cover;object-position:center;transition:transform .3s ease}.ProjectEntryBlog-description{margin-top:4%;margin-bottom:1%}@media(min-width:768px){.ProjectEntryBlog-description{margin-top:2%}}.ProjectEntryBlog-link a{cursor:pointer;font-size:1.2rem;color:var(--primary-color)}.ProjectEntryBlog-link a:hover{color:var(--hover-text-color)}.projects-blog-page{margin-top:10%;width:90%;display:flex;justify-content:center;flex-direction:column;overflow:hidden}.projects-blog-page h1{font-size:5rem;max-width:100%;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;white-space:normal}.projects-blog-page h2{font-size:2.5rem}.projects-blog-page h3{font-size:2rem}.projects-blog-page h4{font-size:1.5rem}@media(max-width:480px){.projects-blog-page{margin-top:20%}}.code-block{display:flex;flex-direction:column;width:99%;border:1px solid var(--border-color);border-radius:12px}pre{white-space:pre-wrap;word-wrap:normal;margin:0;background:none;overflow-x:auto}code{font-family:Source Code Pro,monospace;font-size:1rem;border-radius:8px;color:#fff;background:#161616;box-sizing:border-box}pre>code{max-width:100%;overflow-x:auto;line-height:1.5;border-radius:0;padding:1rem;display:block}.token.comment{color:#42717b}.token.keyword,.token.function{color:#ffe863}.token.punctuation{color:#fff}.token.operator{color:#6ab}.token.string{color:#b7416e}.code-block span{color:#fff}#text{color:#9cdcfe}.code-bar{display:flex;background:var(--footer-bg-color);padding:10px;justify-content:end;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.copy-button{border:none;color:#fff;background:var(--primary-color);border-radius:4px}.copy-button:hover{background:var(--primary-color-darker);cursor:pointer}.code-top{width:100%;background:var(--footer-bg-color);height:24px;border-top-left-radius:12px;border-top-right-radius:12px}.test-page{width:100%;height:100vh;display:flex;justify-content:center;align-items:center}.notfound-page{display:flex;flex-direction:column;width:100%;height:100vh;justify-content:center;align-items:center}.notfound-page a:hover{color:var(--hover-text-color)}
