@import"https://www.nerdfonts.com/assets/css/webfont.css";@keyframes slidefade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes hide{0%{visibility:hidden}99%{visibility:hidden}to{visibility:visible}}:root{--fg:#d3c6aa;--red:#e67e80;--orange:#e69875;--yellow:#dbbc7f;--green:#a7c080;--blue:#7fbbb3;--aqua:#83c092;--purple:#d699b6;--bg_dim:#1e2326;--bg0:#272e33;--bg1:#2e383c;--bg2:#374145;--bg3:#414b50;--bg4:#495156;--bg5:#4f5b58;--bg_red:#4c3743;--bg_visual:#493b40;--bg_yellow:#45443c;--bg_green:#3c4841;--bg_blue:#384b55;--gray0:#7a8478;--gray1:#859289;--gray2:#9da9a0;--fgL:#5c6a72;--redL:#f85552;--orangeL:#f57d26;--yellowL:#dfa000;--greenL:#8da101;--blueL:#3a94c5;--aquaL:#35a77c;--purpleL:#df69ba;--bg_dimL:#f2efdf;--bg0L:#fffbef;--bg1L:#f8f5e4;--bg2L:#f2efdf;--bg3L:#edeada;--bg4L:#e8e5d5;--bg5L:#bec5b2;--bg_redL:#ffe7de;--bg_visualL:#f0f2d4;--bg_yellowL:#fef2d5;--bg_greenL:#f3f5d9;--bg_blueL:#ecf5ed;--gray0L:#a6b0a0;--gray1L:#939f91;--gray2L:#829181}html{height:100%;width:100%;margin:0}body{display:flex;flex-direction:column;margin:0;background-color:var(--bg0);transition:background-color .2s ease-out,color .2s ease-out,border .2s ease-out,outline .2s ease-out;min-height:100%}a{color:var(--aqua)}.homeContent{align-self:center;justify-content:space-between;display:flex;width:calc(100% - 80px);height:calc(100dvh - 70px);max-width:1800px}.homeText{display:flex;flex-direction:column;justify-content:center;max-width:45%}.homeDesc,.homeTitle{color:var(--fg);margin:40px 0 0}.homeTitle{font-family:var(--font-bungee);font-size:48px;font-weight:700;animation:hide .01s 1,slidefade .7s 0s 1}.homeDesc{font-family:var(--font-fira-mono);font-weight:400;font-size:20px;animation:hide .21s 1,slidefade .7s .2s 1}.homeImageWrapper{flex-grow:1;position:relative;max-width:45%;animation:hide .41s 1,slidefade .7s .4s 1}.homeImage{object-fit:contain}.homeCards{display:flex;gap:20px;align-self:center;align-items:stretch;justify-content:stretch;width:calc(100% - 80px);max-width:1800px;margin:0;animation:hide .61s 1,slidefade .7s .6s 1}.card.home{padding:35px}@media(max-width:950px){.homeContent{height:auto;margin-bottom:40px;width:calc(100% - 40px)}.homeText{max-width:100%;text-align:center}.homeDesc,.homeTitle{margin:40px 0 0}.homeTitle{font-size:9dvw}.homeDesc{font-size:3.5dvw}.homeImageWrapper{display:none}.homeCards{flex-direction:column;width:calc(100% - 40px);animation:hide .41s 1,slidefade .7s .4s 1}}