:root{--foreground: #414141BB;--foreground: #473BBF99;--mideground: #252525;--background: #151516;--fontColorMajor: #9CC9A4;--fontColorMinor: #9ABCD4;--fontColorSmall: #9ABCD4;--colorMajor: #A80C46;--colorMinor: #A818BB;--colorSmall: #473BBF}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;scroll-behavior:smooth;text-rendering:optimizeSpeed;line-height:1.5}ul[class],ol[class]{list-style:none}img,video{width:100%;height:100%;display:block;object-fit:cover;object-position:center;content-visibility:auto}@media (prefers-reduced-motion:reduce){*{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important;scroll-behavior:auto !important}}h1,h2{color:var(--fontColorMajor)}h1{font-size:2.4rem;letter-spacing:-0.015rem;line-height:1.25em;margin-bottom:0}h2{font-size:1.8rem;letter-spacing:-0.015rem}@media screen and (max-width:736px){h1{font-size:1.75rem}h2{font-size:1.375rem}}small{color:var(--fontColorMinor);font-size:0.8rem}small:hover{color:var(--fontColorMajor)}footer{text-align:center;padding:1rem;position:absolute;bottom:0;left:0;width:100%}form input,form textarea{border:1px solid var(--background);background:var(--mideground);padding:0.5rem;width:100%;-webkit-appearance:none;transition:border 0.25s ease-in-out;line-height:1.35em;color:inherit;font:inherit}form input:active,form input:focus,form textarea:active,form textarea:focus{border:1px solid var(--colorMajor);outline:none}form label{position:absolute;transform:translateY(-0.7rem);font-size:0.9rem;color:var(--fontColorMinor);pointer-events:none;width:auto}form label+input,form label+textarea{margin-top:0.5rem}form input[type="button"],form input[type="submit"],form input[type="reset"]{cursor:pointer;transition:background-color 0.25s ease-in-out}form input[type="button"]:hover,form input[type="submit"]:hover,form input[type="reset"]:hover{background:var(--background)}form :-moz-placeholder,form ::-moz-placeholder,form :-ms-input-placeholder,form ::-webkit-input-placeholder{color:#999}.gallery{display:grid;grid-gap:5px;grid-template-columns:repeat(auto-fit, minmax(49%, 1fr));grid-area:content;width:100%;grid-auto-flow:dense}@media screen and (min-width:736px){.gallery{grid-template-columns:repeat(auto-fit, minmax(32%, 1fr))}}.gallery>figure{display:flex;justify-content:center;cursor:pointer;transition:transform 0.3s ease-in-out;align-items:center}.gallery>figure img{object-fit:cover;border:1px solid var(--background);user-select:text}.gallery>figure:hover{outline:none;transform:scale(1.05)}.gallery>figure figcaption{display:none}.gallery .horizontal{grid-column:span 2}.gallery .vertical{grid-row:span 2}.gallery .big{grid-column:span 2;grid-row:span 2}.row{overflow:hidden;display:flex;flex-wrap:nowrap;margin-bottom:10px}.row .col{white-space:nowrap;flex:1 1 0;margin-right:10px}.row .col:last-child{margin-right:0}header{margin:0;grid-area:header}header>p{margin:0.5em 0 0 0;color:var(--fontColorMinor)}@media screen and (max-width:736px){header h2{text-align:center}}.intro header{flex-grow:1;flex-shrink:1;padding:3em 2em;margin-bottom:0;width:100%}.intro header p{font-size:1.25em;margin:0.25em 0 0 0}@media screen and (max-width:736px){.intro header{padding:1rem;text-align:center}}#lightbox{position:fixed;top:0;left:0;display:none;justify-content:center;align-items:center;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.75);animation:openTinyx 0.2s ease forwards;box-sizing:border-box;z-index:9}#lightbox.active{display:flex}#lightbox .container{position:relative;box-shadow:0 10px 15px rgba(0, 0, 0, 0.25);animation:openTinyxCont 0.3s ease forwards;width:80%}@media (min-width:641px){#lightbox .container{height:80%;width:auto}}#lightbox h3,#lightbox .control,#lightbox figcaption{position:absolute;background-color:rgba(0, 0, 0, 0.6);z-index:7}#lightbox h3{top:0;left:0;font-size:2rem;padding:5px}#lightbox figcaption{bottom:0;width:100%;padding:5px}#lightbox figure{display:flex;justify-content:center;align-items:center;position:relative;width:100%}#lightbox figure img,#lightbox figure video{display:block;object-fit:contain}#lightbox .control{top:calc(50% - 4rem);fill:#fff;cursor:pointer;width:3rem}#lightbox .control.prev,#lightbox .control.next{height:8rem}#lightbox .control.close{right:0;top:0;height:3rem}#lightbox .control.prev{left:0}#lightbox .control.next{right:0}@keyframes openTinyx{0%{opacity:0}100%{opacity:1}}@keyframes openTinyxCont{0%{transform:scale(0.1)}100%{transform:scale(1)}}nav{cursor:default;display:flex;grid-area:menu;justify-content:center}nav.secondary{flex-direction:row}@media screen and (min-width:736px){nav.secondary{justify-content:start;flex-direction:column;width:4rem}}nav a{position:relative;display:inline-block;width:1em;height:1em;line-height:0.9em;font-size:2.5em;margin:0.25em}nav a svg{fill:var(--colorMinor);width:100%;height:100%}nav a:hover{opacity:1}nav a.active{opacity:1}nav a.active svg{fill:var(--colorMajor)}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.3);background-color:var(--background)}::-webkit-scrollbar{width:8px;height:8px;background-color:var(--background)}::-webkit-scrollbar-thumb{background-color:var(--foreground)}::-webkit-input-placeholder,::-moz-placeholder,:-ms-input-placeholder,:-moz-placeholder{color:var(--fontColorMinor)}*{scrollbar-width:thin;scrollbar-color:var(--foreground) transparent}shadow{background-image:-moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 75%);background-image:-webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 75%);background-image:-ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 75%);background-image:linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 75%);bottom:0;cursor:default;height:2rem;left:0;position:fixed;width:100%;pointer-events:none}toast{visibility:hidden;max-width:35px;height:35px;margin:auto;backdrop-filter:blur(2px);background-color:var(--foreground);position:absolute;z-index:100;left:0;right:0;bottom:8%;white-space:nowrap;text-align:center;overflow:hidden}toast.show{visibility:visible;animation:toast_fadein 0.4s, toast_expand 0.4s 0.4s, toast_stay 3000s 0.8s}toast.move-left{left:0}toast icon{width:35px;height:35px;float:left;padding:0;line-height:35px;background-color:var(--background)}toast icon svg{height:90%;margin:5%}toast span{color:var(--fontColorMinor);padding:0 16px;line-height:35px;font-size:1.2em;overflow:hidden;white-space:nowrap}toast .check svg{fill:#55CB0B}toast .warning svg{fill:#F08D24}toast .error svg{fill:#FF483A}@-webkit-keyframes toast_fadein{from{bottom:0;opacity:0}to{bottom:30px;opacity:1}}@keyframes toast_fadein{from{bottom:0;opacity:0}to{bottom:30px;opacity:1}}@-webkit-keyframes toast_expand{from{min-width:35px}to{min-width:250px}}@keyframes toast_expand{from{min-width:35px}to{min-width:250px}}@-webkit-keyframes toast_stay{from{min-width:250px}to{min-width:250px}}@keyframes toast_stay{from{min-width:250px}to{min-width:250px}}@-webkit-keyframes toast_shrink{from{min-width:250px}to{min-width:35px}}@keyframes toast_shrink{from{min-width:250px}to{min-width:35px}}@-webkit-keyframes toast_fadeout{from{bottom:30px;opacity:1}to{bottom:60px;opacity:0}}@keyframes toast_fadeout{from{bottom:30px;opacity:1}to{bottom:60px;opacity:0}}main{position:relative;overflow:hidden;width:100%;backdrop-filter:blur(5px);background:var(--foreground);transition:opacity 0.25s ease-in-out;opacity:1;border-radius:10px}main::before{content:"";position:absolute;width:100%;height:100%;background:inherit;z-index:-1;clip-path:polygon(0 0, calc(30% - 0.5px) 0, 0 calc(30% - 0.5px), 0 calc(70% + 0.5px), calc(30% - 0.5px) 100%, calc(70% + 0.5px) 100%, 100% calc(70% + 0.5px), 100% calc(30% - 0.5px))}main.loading{opacity:0}main section{padding:1.5rem;display:flex;flex-direction:column}main section .profile{text-decoration:none;position:relative;flex-grow:0;flex-shrink:0;height:20em;width:30%}@media screen and (min-width:736px){main section{padding:0.5rem;flex-direction:column}main section .profile{width:25rem;height:30%}}.hide{display:none !important}