:root{font-family:JetBrains Mono,monospace,system-ui,Avenir,Helvetica,Arial,sans-serif;color:#fff;background-color:var(--bg-color);box-sizing:border-box;--bg-color: rgb(50, 50, 50);--bg-color-transparent: rgba(50, 50, 50, 0);--timeline-bar-color: #ffffff90;--blue: #23a6d5;--red: #e73c7e;--green: #23d5ab;--orange: #ee7752;--primary:#ffffff90;--secondary: oklch(from var(--bg-color) calc(l + .01) c h);--tertiary: oklch(from var(--secondary) calc(l + .05) c h)}section{margin-bottom:3rem}p{font-size:1.2rem}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}#boot{position:fixed;z-index:-1;overflow-y:auto;height:100vh;width:100vw;transition:filter 1s ease}#boot.active{filter:blur(3px)}.boot-log-message-kind.info{color:gray}.boot-log-message-kind.warn{color:#fff}.boot-log-message-kind.error{color:var(--red)}.boot-log-message-kind.critical{color:red}.boot-log-message{padding:0;margin:.5rem 0;width:fit-content}@media screen and (max-width:768px){.boot-log-message{font-size:.8rem}}#hero{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:5rem 0}.hero-profile-container{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2rem;margin:3rem 0;opacity:0;transform:translateY(50%)}.hero-profile-picture{width:400px;height:400px;border-radius:50%;border:3px solid white;box-shadow:0 8px 16px #000c}.hero-profile-picture.desktop{display:block}.hero-profile-picture.mobile{display:none;width:85%;height:auto;aspect-ratio:1 / 1;margin:2rem 0}.hero-struct{font-size:1.5rem;font-weight:700;width:fit-content}.hero-struct .hero-struct-braces{display:block;color:var(--red)}.hero-struct .hero-struct-pair{display:block;padding-left:3rem;width:inherit}.hero-struct .hero-struct-pair-spacer{height:1rem}.hero-struct .hero-struct-key{color:gray}.hero-struct .hero-struct-value{color:#fff;padding-left:.5rem}.hero-struct .hero-struct-value.true{color:var(--blue)}.hero-struct .hero-struct-value.false{color:var(--red)}.hero-title{text-align:center;width:fit-content;font-family:"Jersey 10";font-size:8rem;opacity:0;margin:0;transform:translateY(50%)}.hero-title-animation{display:inline;background:linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5);background-size:400%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:gradient 15s ease infinite}.hero-title-emoji{font-size:5rem}.hero-buttons{display:flex;z-index:0;position:relative;opacity:0;transform:translateY(50%);gap:8px;margin:3rem 0;flex-wrap:wrap;justify-content:center}.hero-buttons button{position:relative;font-size:1.7rem;font-weight:700;padding:7px 15px;margin-top:4px;min-width:130px;border:2px solid white;border-radius:8px;color:#fff;background-color:var(--bg-color);transition:all .3s ease}.hero-buttons button:hover{scale:105%}.hero-buttons #hero-linked-in-link{color:#fff;text-decoration:none}.hero-buttons #hero-linked-in-link button{border-color:#6495ed;background-color:#6495ed}.hero-buttons #hero-github-link{color:orange;text-decoration:none}.hero-buttons #hero-github-link button{color:#fff;border-color:#000;background-color:#000}#hero.active .hero-title{opacity:1;transform:translateY(0);transition:all .6s ease 1s}#hero.active .hero-profile-container{opacity:1;transform:translateY(0);transition:all .6s ease 1.8s}#hero.active .hero-buttons{opacity:1;transform:translateY(0);transition:all .6s ease 2.5s}@media screen and (max-width:768px){.hero-struct{font-size:1.5rem;margin-bottom:0}.hero-struct .hero-struct-pair{padding-left:2rem}.hero-title{width:90%;font-size:5.5rem;word-break:break-all;overflow-wrap:break-word;white-space:normal}.hero-profile-container{width:100%}.hero-profile-picture.desktop{display:none}.hero-profile-picture.mobile{display:block}.hero-title-animation{word-break:normal;overflow-wrap:normal;white-space:unset}.hero-title-emoji{font-size:5rem}.hero-buttons{flex-direction:column;flex-wrap:wrap}.hero-buttons button{position:relative;font-size:1.5rem;font-weight:700;padding:15px 30px;border-radius:50px;min-width:200px;margin-top:4px}}#about{display:flex;flex-direction:column;align-items:center;opacity:0;transition:opacity .5s ease 3s}#about h1{font-family:"Jersey 10";font-size:8rem;margin:0}#about p{width:95%;max-width:100ch;margin-bottom:30px}#about.active{opacity:1}.techstack{--gap: 1rem;display:flex;overflow:hidden;-webkit-user-select:none;user-select:none;width:95%;max-width:120ch;gap:var(--gap)}.techstack-content{margin:0;padding:0;list-style:none;flex-shrink:0;display:flex;justify-content:space-around;min-width:100%;gap:var(--gap);animation:scroll 20s linear infinite}.techstack-content li *{width:60px;height:60px}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(calc(-100% - var(--gap)))}}@media screen and (max-width:800px){#about h1{font-size:6rem;text-align:left}#about p{font-size:1.2rem}}#projects{display:flex;flex-direction:column;align-items:center;opacity:0;transition:opacity .5s ease 3s}#projects>h1{font-family:"Jersey 10";font-size:8rem;margin:0}#projects>p{width:95%;max-width:100ch;margin-bottom:0}#projects.active{opacity:1}.project-radio-buttons{width:fit-content;margin:2rem 0;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-content:center;gap:.5rem}.project-radio-buttons label{display:flex;cursor:pointer;font-weight:500;position:relative;overflow:hidden;margin-bottom:.375rem}.project-radio-buttons label *{padding-right:.5rem}.project-radio-buttons label input{position:absolute;left:-9999px}.project-radio-buttons label input:checked+span{background-color:var(--tertiary)}.project-radio-buttons label input:checked+span:before{box-shadow:inset 0 0 0 .4375em #708090}.project-radio-buttons label span{display:flex;position:relative;align-items:center;padding:.375em .75em .375em .375em;border-radius:99em;transition:.25s ease}.project-radio-buttons label span:hover{background-color:var(--tertiary)}.project-radio-buttons label span:before{display:flex;flex-shrink:0;content:"";background-color:#fff;width:1.5em;height:1.5em;border-radius:50%;margin-right:.375em;transition:.25s ease;box-shadow:inset 0 0 0 .125em var(--primary)}.projects-container{width:90%;display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));grid-template-rows:auto;justify-items:center;column-gap:1rem;row-gap:1rem}.project-card{width:360px;background-color:var(--secondary);border-radius:15px;box-shadow:0 5px 20px #0000001a;transition:.3s;margin:0;overflow:hidden;position:relative}.project-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.project-card .tilt{overflow:hidden}.project-card .img{position:relative;height:200px;overflow:hidden}.project-card .img img{height:100%;width:100%;object-fit:cover;transition:transform .5s}.project-card:hover .img img{transform:scale(1.05)}.project-card-type{position:absolute;display:flex;justify-content:center;align-items:center;bottom:10px;left:10px;height:30px;width:30px;padding:1rem;background:var(--secondary);border:2px solid white;border-radius:50%;box-shadow:0 10px 25px #00000026}.project-card-type *{width:2rem;height:2rem}.project-card-contents{padding:.5rem 1rem 1rem}.project-card-title{font-family:"Jersey 10",sans-serif;font-size:5rem;text-align:center;margin:0}.project-card-date{font-size:1rem;margin:0;text-align:center;color:var(--primary)}.project-card-techstack{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;margin:.5rem 0 0;padding:0;gap:.5rem}.project-card-techstack li{list-style:none;padding:4px 8px;background-color:var(--tertiary);border-radius:20px}.project-card-text{align-self:center;width:fit-content;font-size:1rem}.project-card-links{display:flex;flex-direction:row;justify-content:left;align-items:center;gap:.5rem;margin:0;padding:0}.project-card-links li{display:flex;justify-content:center;align-items:center;list-style:none;padding:7px 7px 5px;background-color:var(--tertiary);border:1px solid white;border-radius:8px;transition:background-color .5s ease}.project-card-links li a{width:fit-content;height:fit-content;aspect-ratio:1 / 1}.project-card-links li:hover{background-color:transparent;cursor:pointer;box-shadow:0 10px 25px #00000026}@media screen and (max-width:768px){#projects{flex-direction:column;display:flex;justify-content:center;position:relative}#projects>h1{font-size:5rem;text-align:left}#projects>p{font-size:1.2rem}.project-card-title{font-size:4rem}.projects-container{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media screen and (max-width:400px){.project-card{width:300px}}#footer{padding:2rem 0;width:100%;background-color:transparent}#footer p{font-family:"Jersey 10";font-size:2rem;padding:0;text-align:center}#footer ul{display:flex;flex-direction:row;align-items:center;gap:1rem;padding:0;justify-content:center;flex-wrap:wrap}#footer li{list-style:none}#footer li *{width:50px;height:50px}
