:root{--background-color: #fff;--btn-color: #0987f2;--btn-text-color: #fff;--project-card-bg: #ffffff00;--text-color: #222;--form-text-color: #555;--footer-text-color: #888}[data-theme=dark]{--background-color: #222;--btn-color: #fff;--btn-text-color: #222;--project-card-bg: #fff;--text-color: #fff;--form-text-color: #fff;--footer-text-color: #bbb}body{background-color:var(--background-color);display:flex;justify-content:center;margin:0 auto 60px}#root{display:flex;flex-direction:column;gap:60px}h1,h2,h3,p{color:var(--text-color);margin:0;padding:0}h2,h3,p{font-family:Roboto Mono,monospace}h1,h2{text-transform:uppercase}h2,h3{font-size:20px}h1{font-family:Rubik,sans-serif;font-size:32px}p{font-size:16px;font-weight:300}.sectionTitle{margin-bottom:30px}.hover{cursor:pointer}@media (width >= 800px){#root{gap:100px}h1{font-size:40px}h2,h3{font-size:24px}p{font-size:20px}.sectionTitle{margin-bottom:60px}@media (width >= 1400px){#root{gap:200px}h1{font-size:48px}.sectionTitle{margin-bottom:75px}}}._container_12vsc_1{display:flex;flex-direction:column;text-align:center}form{display:flex;flex-direction:column;gap:30px}textarea,input:not([type=submit]){height:50px;padding-left:16px;width:250px}textarea{padding-top:16px;resize:none;height:250px}input,textarea{border-radius:20px;border:#888 1px solid;box-sizing:border-box;justify-self:center;background-color:var(--background-color);color:var(--form-text-color)}::placeholder{color:var(--form-text-color)}input[type=submit]{background-color:var(--btn-color);color:var(--btn-text-color);border:none;border-radius:20px;width:126px;height:50px;font-size:20px;font-weight:700;box-shadow:0 4px 4px #00000040;transition:box-shadow .2s ease-in-out,transform .2s ease-in-out;margin:auto}input[type=submit]:hover{transform:scale(1.05)}input[type=submit]:active{transform:translateY(2px);box-shadow:0 2px 2px #00000040}@media (width >= 800px){textarea,input:not([type=submit]){width:600px;font-size:20px}form{gap:40px}}@media (width >= 1400px){textarea,input:not([type=submit]){width:800px}}._container_uite4_1{text-align:center}._container_uite4_1 p{font-size:16px;color:var(--footer-text-color)}._container_hsjid_1{display:flex;flex-direction:column;justify-content:center;gap:20px;text-align:center;height:100dvh;min-height:500px}._container_hsjid_1 ._hero_hsjid_10{max-width:200px}._container_hsjid_1 span{display:flex;gap:25px;justify-content:center}._container_hsjid_1 span a{margin:0}._container_hsjid_1 span a img{width:30px}._container_hsjid_1 a{width:fit-content;align-self:center}._container_hsjid_1 button{background-color:var(--btn-color);color:var(--btn-text-color);border:none;border-radius:20px;width:126px;height:50px;font-size:20px;font-weight:700;box-shadow:0 4px 4px #00000040;transition:box-shadow .2s ease-in-out,transform .2s ease-in-out}._container_hsjid_1 button:hover{transform:scale(1.05)}._container_hsjid_1 button:active{transform:translateY(2px);box-shadow:0 2px 2px #00000040}._colorModeContainer_hsjid_56{position:relative}._colorMode_hsjid_56{position:absolute;right:0;width:25px}._colorMode_hsjid_56:hover{cursor:pointer}._description_hsjid_70{max-width:24ch}._info_hsjid_74{display:flex;flex-direction:column;gap:20px}@media (width >= 800px){._container_hsjid_1{flex-direction:row-reverse;align-items:center;justify-content:space-evenly}._container_hsjid_1 ._hero_hsjid_10{max-width:350px;width:350px}}@media (width >= 1400px){._container_hsjid_1 ._hero_hsjid_10{max-width:400px;width:400px}}._container_8u4js_1{display:flex;flex-direction:column;text-align:center;margin-top:10px}._container_8u4js_1 img{max-width:250px;align-self:center;background-color:var(--project-card-bg);border-radius:20px}._container_8u4js_1 a{width:fit-content;text-decoration:none;color:#222;transition:transform .2s ease-in-out}._container_8u4js_1 a:hover{transform:scale(1.05)}._projectsContainer_8u4js_26{display:grid;grid-template-columns:1fr;gap:40px;max-width:1200px;margin:0 auto;padding:20px}._projectWrapper_8u4js_35{position:relative;transition:transform .4s ease-out}._descriptionSlider_8u4js_40{position:absolute;top:0;left:-100%;width:100%;height:80%;background:linear-gradient(135deg,#282c34f2,#110020f2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:.7rem;padding:2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;opacity:0;transform:translate(-20px);transition:all .4s ease-out;z-index:10;pointer-events:none}._descriptionSlider_8u4js_40 h3{color:#fff;margin-bottom:1rem;font-size:1.5rem;font-weight:600}._descriptionSlider_8u4js_40 p{color:#a89ec9;line-height:1.6;font-size:.95rem}._githubIconInline_8u4js_75{width:20px;height:20px;vertical-align:middle;margin-left:.5em;display:inline}._githubLink_8u4js_83{margin-top:10px;display:inline-block;transition:transform .3s ease;vertical-align:middle}._githubLink_8u4js_83:hover{transform:scale(1.1)}._githubIcon_8u4js_75{width:32px;height:32px}._projectWrapper_8u4js_35:hover ._descriptionSlider_8u4js_40{left:0;opacity:1;transform:translate(0);pointer-events:auto}._projectWrapper_8u4js_35:hover+._projectWrapper_8u4js_35{transform:translate(30px)}@media (width >= 768px){._projectsContainer_8u4js_26{grid-template-columns:repeat(2,1fr);gap:50px;padding:30px}._projectWrapper_8u4js_35:hover+._projectWrapper_8u4js_35{transform:translate(40px)}}@media (width >= 1200px){._projectsContainer_8u4js_26{gap:60px;padding:40px}._projectWrapper_8u4js_35:hover+._projectWrapper_8u4js_35{transform:translate(50px)}}.projectCard{-webkit-user-select:none;user-select:none;max-width:300px;margin:5rem auto;border:1px solid #ffffff22;background:linear-gradient(0deg,#282c34,#11002080);box-shadow:0 7px 20px 5px #0008;border-radius:.7rem;backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px);overflow:hidden;transition:.5s all;position:relative}.projectCard hr{width:100%;border:none;border-bottom:1px solid #88888855;margin-top:7px;margin-bottom:4px}.projectCard .main{display:flex;flex-direction:column;width:90%;padding:1rem}.projectCard .tokenImage{border-radius:.5rem;width:100%;height:250px;object-fit:cover}.projectCard h2{margin-top:7px}.projectCard .description{margin-top:7px;margin-bottom:7px;color:#a89ec9}.projectCard .creator{display:flex;align-items:center;margin-top:.26rem}.projectCard .creator a{color:#a89ec9;text-decoration:none}.projectCard .wrapper{display:flex;align-items:center;border:1px solid #ffffff22;padding:.3rem;margin-right:.5rem;border-radius:100%;box-shadow:inset 0 0 0 4px #000a}.projectCard .wrapper img{border-radius:100%;border:1px solid #ffffff22;width:2rem;height:2rem;object-fit:cover}.projectCard:before{content:"";position:absolute;top:-10%;left:-100%;width:60rem;height:60rem;transform:rotate(-45deg);box-shadow:0 0 100px 40px #ffffff08;transition:.7s all}.projectCard:hover{border-color:#fff4;box-shadow:0 7px 50px 10px #000a;transform:scale(1.015);filter:brightness(1.3)}.projectCard:hover:before{filter:brightness(.5);top:-100%;left:200%}._container_g56tr_1{display:flex;flex-direction:column;text-align:center}._container_g56tr_1 span{display:flex;align-items:center;gap:5px}._container_g56tr_1 img{width:20px}._skillList_g56tr_17{display:flex;justify-content:space-evenly;align-self:center;flex-wrap:wrap;row-gap:40px;max-width:26ch}hr{width:100px;height:1px;border:none;background-color:var(--text-color);margin:30px auto}@media (width >= 800px){._skillList_g56tr_17{max-width:fit-content;gap:30px}._skillList_g56tr_17 p{font-size:20px}hr{width:300px}}
