:root{--card-border-radius:10px}@font-face{font-family:CaskaydiaCove;src:url(/static/media/CaskaydiaCoveNerdFont-Regular.687f6051efb22e9ccc50.woff)}@font-face{font-family:CaskaydiaCove Italic;src:url(/static/media/CaskaydiaCoveNerdFont-Italic.fa5288414b397f2e8071.woff)}body{animation:moveBg 43s linear infinite reverse;background-attachment:fixed;background-color:#666;background-size:20px 20px;font-family:CaskaydiaCove,monospace;opacity:1}.Body--Dark{background-image:linear-gradient(#000 2px,#0000 .5em),linear-gradient(90deg,#000 2px,#888 5em)}.Body--Light{background-image:linear-gradient(#000 2px,#0000 .5em),linear-gradient(90deg,#000 2px,#a8a 5em)!important}body>*{margin:auto;width:60%}#root>*{margin:1em 0}code{font-family:CaskaydiaCove,monospace;font-size:1em}@keyframes moveBg{0%{background-position:0 0}25%{background-position:25% 25%}50%{background-position:0 50%}75%{background-position:25% 75%}to{background-position:0 100%}}@media only screen and (max-width:755px){body>*{width:95%}}.Footer{padding:1em}.Footer>*{align-items:center;margin:5px;width:110px}.Card,.Footer>*{display:flex;justify-content:space-between}.Card{border-radius:10px}.Card--Light{background-color:#e1dde1;border-color:#e1dde1!important;box-shadow:2px 2px 5px 2px #333;color:#000}.Card--Dark{background-color:#313131;border-color:#313131!important;box-shadow:2px 2px 5px 2px #000;color:#fff;text-shadow:1px 1px 1px #000}.Card>.Card{box-shadow:none}.Button{border:2px solid;border-radius:5px;outline:none;padding:7px}.Button:active>*{transform:scale(.9)}.Button--Light{background-color:#e1dde1;border-color:#eee #777 #777 #eee}.Button--Light:active{border-color:#777 #eee #eee #777}.Button--Dark{background-color:#313131;border-color:#777 #151515 #151515 #777}.Button--Dark:active{border-color:#151515 #777 #777 #151515}.Button--Disabled{background-color:#afafaf;border-color:#ddd #7a7a7a #7a7a7a #ddd;color:#666!important;pointer-events:none;text-shadow:1px 1px 0 #ddd}.Button--Disabled>*{filter:brightness(0) saturate(100%) invert(41%) sepia(59%) saturate(0) hue-rotate(159deg) brightness(86%) contrast(101%) drop-shadow(1px 1px 0 rgb(255 255 255/.7))!important}.Icon--Light{filter:invert(0) sepia(90%) saturate(7459%) hue-rotate(77deg) brightness(112%) contrast(111%)}.Icon--Dark{filter:invert(100%) sepia(26%) saturate(1329%) hue-rotate(168deg) brightness(104%) contrast(112%)}.Icon--GrimRotation{animation:grimRotation 4s linear infinite alternate}.Icon--Bordered{border-radius:30%}@keyframes grimRotation{0%{transform:rotate(0deg)}25%{transform:rotate(-45deg)}50%{transform:rotate(-90deg)}75%{transform:rotate(-135deg)}to{transform:rotate(-180deg)}}.Nav{padding:1em}.Nav__Logo{align-items:center;justify-content:center}.Nav__Img{width:65px}a.Nav__Title{text-decoration:none}.Nav__Title>*{font-family:CaskaydiaCove Italic;font-size:1.25em;margin-top:5px;padding-left:5px}.Nav__Title--Light{color:#000}.Nav__Title--Dark{color:#fff;text-shadow:2px 2px 0 #000}@media only screen and (max-width:720px){.Nav{align-items:center}.Nav__Title{display:none}.Nav__ThemeSwitcher{left:46%}}.Menu>*{margin:7px}.BurgerMenu__Options{border:2px solid #000!important;padding:2px;position:absolute;width:110px;z-index:1}.BurgerMenu__Options--Hidden{visibility:hidden}.BurgerMenu__Options--Visible{visibility:visible}.BurgerMenu__Options>*{padding:5px}.Item{border-bottom:1px solid #aaa;cursor:pointer;display:flex;font-size:1em;justify-content:space-between;list-style-type:none;margin:0 1px;text-decoration:none}.Item:last-child{border-bottom:0}.Item:hover{text-decoration:underline}.Item--Light,.Item--Light:hover{color:#000}.Item--Dark{color:#fff;text-shadow:1px 1px 1px #000}.Item--Dark:hover{color:#fff}.Topbar{align-items:center;border-radius:7.5px;display:flex;flex-direction:row;justify-content:space-between;margin:1px;padding:6px;width:calc(100% - 2px)}.Topbar--Light{background:linear-gradient(270deg,#abb2bf,#a8a)}.Topbar--Dark{background:linear-gradient(270deg,#7b829f,#848)}.Topbar__Info{display:flex}.Topbar__Info>*{margin-right:1em}.Topbar__Title{font-size:1em;margin:auto;white-space:nowrap}.Topbar__Buttons__Left,.Topbar__Buttons__Right{display:flex;flex-direction:row;width:200px}.Topbar__Buttons__Left{justify-content:start}.Topbar__Buttons__Right{justify-content:end}.Topbar__Buttons__Left>*{font-size:.88em!important;margin-right:5px}.Topbar__Buttons__Right>*{margin-left:5px}.TopbarButton{align-items:center;display:flex;font-size:1.2em;height:25px;justify-content:center;white-space:nowrap}.TopbarButton--Dark{color:#fff}@media screen and (max-width:470px){.BackButton__Text{display:none}}.Projects{grid-gap:1em;display:grid;gap:1em;grid-template-columns:repeat(2,1fr);padding:1em}.Projects__Title{font-size:1.2em}@media screen and (max-width:400px){.Projects{grid-template-columns:repeat(1,1fr)}}.Project{border:1px solid;border-radius:7.5px;font-size:.8em;padding:1em;text-decoration:none;transition:.26s}.Project:hover{transition:80ms}.Project--Light{background:radial-gradient(circle at center,#b090c044,#e0e0f044,#0000 200%);border-color:#99999944;color:#000}.Project--Light:hover{border-color:#999999bb;color:#000}.Project--Light:active{border-color:#444}.Project--Dark{background:radial-gradient(circle at center,#b090d033,#e0e0f033,#0000 220%);border-color:#99999944;color:#fff}.Project--Dark:hover{border-color:#999999dd;color:#fff}.Project--Dark:active{border-color:#e0e0e0}.Project__Header{align-items:center;display:flex;font-family:CaskaydiaCove Italic;justify-content:space-between;position:relative;width:100%}.Project__Img{height:30px}.Project__Description{margin-top:1em}.ContentHeader{display:flex;flex-direction:row;justify-content:space-between;overflow:hidden}.ContentHeader__Title{font-size:1.2em}.ContentBody{margin:auto;padding:1em;width:100%}@media only screen and (max-width:755px){.ContentBody{padding:1em 0}}.Markdown__GoToRepo{align-items:center;display:flex;justify-content:center;margin-top:1em;width:100%}.GoToRepo{display:block;height:100%;margin:-1.5em;padding:1.3em 1.5em;white-space:nowrap;width:130%}.GoToRepo--Light{color:#111}.GoToRepo--Light:hover{color:purple}.GoToRepo--Dark{color:#fff}.GoToRepo--Dark:hover{color:#f8f}.Md{background-color:#222;border:2px solid #000;border-radius:var(--card-border-radius);color:#fff;display:block;margin:auto;max-width:860px;padding:1.5em}.Md__Img--FullSize img{width:100%}.Md--Light{border-color:#e1dde1;text-shadow:1px 1px 1px #000}.Md--Dark{border-color:#313131}@media only screen and (max-width:1485px){.Md{width:55vw}}@media only screen and (max-width:755px){.Md{width:80vw}}.ContentCard{--cc-box-shadow-light:0px 0px 7px -3px #222;--cc-box-shadow-dark:0px 0px 7px -1px #000;--cc-border-light:1px solid #ffffff55;--cc-border-dark:1px solid #8886;align-items:center;display:flex;flex-wrap:wrap;font-size:.9em;gap:1em;margin:1em auto;width:90%}.ContentCard>*{margin:0 1em}.ContentCard__Cover{align-items:center;border-radius:var(--card-border-radius);display:flex;flex-direction:column;font-family:CaskaydiaCove Italic;justify-content:center;padding:1em;width:40%}.ContentCard__Cover--Light{background:linear-gradient(90deg,#ba8ecd66,#abb2bf66);border:var(--cc-border-light);box-shadow:var(--cc-box-shadow-light)}.ContentCard__Cover--Dark{background:linear-gradient(90deg,#684e7644,#7b829f44);border:var(--cc-border-dark);box-shadow:var(--cc-box-shadow-dark)}.ContentCard__Cover img{border-radius:7px;box-shadow:var(--cc-box-shadow-dark);display:block;margin:auto;width:100%}.ContentCard__Cover--NoBorderImg img{box-shadow:0 0 0 #0000!important}.ContentCard__Cover--Dark img,.ContentCard__Cover--Light img{box-shadow:var(--cc-box-shadow-dark)}.ContentCard__Cover span{padding-top:10px;text-align:center}.ContentCard__Content{border-radius:var(--card-border-radius);display:flex;flex:1 1;flex-direction:column;height:auto;padding:1em}.ContentCard__Content--Light{background:#abb2bf66;border:var(--cc-border-light);box-shadow:var(--cc-box-shadow-light)}.ContentCard__Content--Dark{background:#7b829f44;border:var(--cc-border-dark);box-shadow:var(--cc-box-shadow-dark)}@media (max-width:1050px){.ContentCard{align-items:center;flex-direction:column}.ContentCard__Cover{min-width:300px!important}}@media (max-width:550px){.ContentCard__Cover{min-width:100px!important}}.About{display:flex;flex-direction:row-reverse}.About>*{margin:1%;padding:1em}.AsideMeCard{animation:moveBg 180s infinite;background-attachment:fixed;background-size:15px 15px;border-radius:var(--card-border-radius);display:flex;flex-direction:column;font-family:CaskaydiaCove Italic;justify-content:center;max-height:30em;text-align:center}.AsideMeCard--Light{background-image:linear-gradient(#fafafa 1px,#0000 3em),linear-gradient(90deg,#fafafa 1px,#666 0);border:2px solid #000;box-shadow:2px 2px 5px #666}.AsideMeCard--Dark{background-image:linear-gradient(#111 1px,#0000 3em),linear-gradient(90deg,#111 1px,#666 0);border:2px solid #fff;box-shadow:2px 2px 5px 2px #000}.AsideMeCard__Img{border-radius:var(--card-border-radius);width:20em}.AsideMeCard__Img--Light{border:2px solid #000;box-shadow:2px 2px 5px #666}.AsideMeCard__Img--Dark{border:2px solid #fff;box-shadow:2px 2px 5px #000}.AsideMeCard__Title,.SectionAboutMe__Title{font-family:CaskaydiaCove Italic,monospace;font-size:1em;font-weight:700}.SectionAboutMe{height:30em;overflow-y:scroll}.SectionAboutMe__Quote{font-family:CaskaydiaCove Italic}@media only screen and (max-width:1200px){.About{flex-direction:column}.SectionAboutMe{height:auto;overflow-y:auto}}@media only screen and (max-width:450px){.AsideMeCard__Img{max-width:95%}}.NotFound{align-items:center;display:flex;flex-direction:column;justify-content:center}.GoHomeLink{display:flex;font-size:1em;justify-content:space-around;text-decoration:none;width:110px}.GoHomeLink:hover{text-decoration:underline}.GoHomeLink--Light,.GoHomeLink--Light:hover{color:#000}.GoHomeLink--Dark,.GoHomeLink--Dark:hover{color:#fff}.MeWhenCoding__CoverContainer{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.MeWhenCoding__CoverContainer img{max-height:85%;object-fit:cover;width:100%}.MeWhenCoding__CoverContainer span{display:block;padding:.7em 0 0}.BinaryTime{--bit-border:1px solid #000;--bit-border-radius:4px;display:flex;justify-content:center;width:100%}.BinaryTime__Bits>*{border:var(--bit-border);border-left:0;padding:2px 5px}.BinaryTime__Bits>:first-child{border-bottom-left-radius:var(--bit-border-radius);border-left:var(--bit-border);border-top-left-radius:var(--bit-border-radius)}.BinaryTime__Bits>:last-child{border-bottom-right-radius:var(--bit-border-radius);border-top-right-radius:var(--bit-border-radius)}
/*# sourceMappingURL=main.d3c454e8.css.map*/