:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;width:100vw;height:100%;color-scheme:light dark;color:#ffffffde;background-color:#000}body{animation:gradient 5s ease infinite;background:linear-gradient(0deg,#000,#965800);background-color:#000}.dc{flex-wrap:wrap}@keyframes gradient{0%{transform:rotate(0) scale(1)}25%{transform:rotate(.1deg) scale(1.01)}50%{transform:rotate(0) scale(1)}75%{transform:rotate(-.1deg) scale(1.01)}to{transform:rotate(0) scale(1)}}.app{height:100%;min-height:100vh;width:100%;display:flex;flex-direction:column}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#fff3}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-corner{background:transparent}::-webkit-scrollbar{display:none}header{overflow-x:visible;width:calc(100% - 3em);padding:0 1em .5em;text-align:center;flex:1;display:flex;justify-content:center;align-items:end;gap:1em;flex-direction:row;flex-wrap:wrap;border-bottom:1px solid rgba(255,255,255,.1)}header .icons{margin-left:auto;display:flex;flex-wrap:wrap;gap:1em;font-size:1.5em;align-items:center;justify-content:center}.NavLink{text-decoration:none;color:#fff;font-weight:500;padding:.25em .5em;border-radius:8px;border:1px solid transparent;transition:all .5s}.NavLink:hover{border-color:#646cff;color:#646cff}.project{margin-left:1em;margin-right:1em;margin-top:50px;max-width:100px;padding:1em;font-size:1.25em;font-weight:600;border:1px solid #000;min-width:100px;height:160px;overflow-y:hidden;overflow-x:hidden;text-align:center;border-radius:8px;background-position:center;background-color:#000c;background-blend-mode:multiply;background-size:cover;box-shadow:0 10px 30px -5px #000000d9;transition:all .5s cubic-bezier(.68,-.55,.265,1.55);cursor:pointer;-webkit-user-select:none;user-select:none}.project.testgame{background-image:url(/image.png)}.project.onobs{background-image:url(/oobs.png)}.project.bookoneofus{background-image:url(/jzn.jpg)}.project:hover{background-color:#000000c2;min-width:200px;max-width:200px;height:260px;background-position:bottom;border-color:#646cff;color:#646cff;transform:scale(1.02);filter:drop-shadow(0 10px 30px rgba(0,0,0,1));transform:translateY(-5px)}.project:hover.onobs,.project:hover.bookoneofus{background-position:top}.project.active{background-color:#000000c2;min-width:200px;max-width:200px;height:260px;background-position:bottom;border-color:#646cff;color:#646cff;transform:scale(1.02);filter:drop-shadow(0 10px 30px rgba(0,0,0,1));transform:translateY(-5px)}.halfproject{margin-top:50px;padding-left:1em;font-size:1.25em;font-weight:600;height:160px;overflow-y:hidden;overflow-x:hidden;text-align:center;border-radius:8px}.project p{transition:all .3s;font-size:18px}.project:not(:hover) p{color:#01010100}.active p{color:#646cff}.active:not(:hover) p{color:#646cff}.outer-scroll{max-width:100vw;overflow-x:auto;height:450px;justify-self:center}.projects-container{display:flex;gap:1em;padding:1em 2em;overflow:visible;flex-direction:row}.outer-scroll::-webkit-scrollbar-track{background:#1a1a1a}.outer-scroll::-webkit-scrollbar-corner{background:#1a1a1a}.outer-scroll::-webkit-scrollbar{display:block}.text{display:flex;gap:1em;margin-left:3em}.inside{flex:8;display:flex;justify-content:center;align-items:center;padding:1em}footer{padding:1em;text-align:center;font-size:.875em;flex-shrink:0;flex:1}footer .dc{display:flex;gap:1.5em;justify-content:center;align-items:center}footer .dc p{margin:0;font-size:.875em}footer .dc p.big{font-size:1.5em;font-weight:600}.iframe{transition:all .25s;box-shadow:0 10px 30px -5px #0000004d}.iframe iframe{border:none;border-radius:12px}.iframe:hover{transform:scale(1.02);filter:drop-shadow(0 10px 30px rgba(0,0,0,.5))}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{margin:0 auto;padding:2rem;text-align:center;width:calc(100vw - 12em)}.rhap_container{box-sizing:border-box;display:flex;flex-direction:column;line-height:1;font-family:inherit;width:100%;min-width:400px;padding:20px 25px;background-color:#0007;box-shadow:0 0 3px #000;border-radius:12px}.rhap_container:focus:not(:focus-visible){outline:0}.rhap_container svg{vertical-align:initial}.rhap_header{margin-bottom:10px}.rhap_footer{margin-top:5px}.rhap_main{display:flex;flex-direction:column;flex:1 1 auto}.rhap_stacked .rhap_controls-section{margin-top:8px}.rhap_horizontal{flex-direction:row}.rhap_horizontal .rhap_controls-section{margin-left:8px}.rhap_horizontal-reverse{flex-direction:row-reverse}.rhap_horizontal-reverse .rhap_controls-section{margin-right:8px}.rhap_stacked-reverse{flex-direction:column-reverse}.rhap_stacked-reverse .rhap_controls-section{margin-bottom:8px}.rhap_progress-section{display:flex;flex:3 1 auto;align-items:center}.rhap_progress-container{display:flex;align-items:center;height:20px;flex:1 0 auto;align-self:center;margin:0 calc(10px + 1%);cursor:pointer;user-select:none;-webkit-user-select:none}.rhap_progress-container:focus:not(:focus-visible){outline:0}.rhap_time{color:#ffa600;font-size:16px;user-select:none;-webkit-user-select:none}.rhap_progress-bar{box-sizing:border-box;position:relative;z-index:0;width:100%;height:5px;background-color:#000;border-radius:2px}.rhap_progress-filled{height:100%;position:absolute;z-index:2;background-color:#ffa600;border-radius:2px}.rhap_progress-bar-show-download{background-color:#00000080}.rhap_download-progress{height:100%;position:absolute;z-index:1;background-color:#412e16;border-radius:2px}.rhap_progress-indicator{box-sizing:border-box;position:absolute;z-index:3;width:10px;height:10px;margin-left:-10px;top:-3px;background:#ffa600;border-radius:50px;box-shadow:#00000080 0 0 5px}.rhap_controls-section{display:flex;flex:1 1 auto;justify-content:space-between;align-items:center}.rhap_additional-controls{display:flex;flex:1 0 auto;align-items:center}.rhap_repeat-button{font-size:26px;width:26px;height:26px;color:#ffa600;margin-right:6px}.rhap_main-controls{flex:0 1 auto;display:flex;justify-content:center;align-items:center}.rhap_main-controls-button{margin:0 3px;color:#ffa600;font-size:35px;width:35px;height:35px}.rhap_play-pause-button{font-size:40px;width:40px;height:40px}.rhap_volume-controls{display:flex;flex:1 0 auto;justify-content:flex-end;align-items:center}.rhap_volume-button{flex:0 0 26px;font-size:26px;width:26px;height:26px;color:#ffa600;margin-right:6px}.rhap_volume-container{display:flex;align-items:center;flex:0 1 100px;user-select:none;-webkit-user-select:none}.rhap_volume-bar-area{display:flex;align-items:center;width:100%;height:14px;cursor:pointer}.rhap_volume-bar-area:focus:not(:focus-visible){outline:0}.rhap_volume-bar{box-sizing:border-box;position:relative;width:100%;height:4px;background:#ffa600;border-radius:2px}.rhap_volume-indicator{box-sizing:border-box;position:absolute;width:12px;height:12px;margin-left:-6px;left:0;top:-4px;background:#ffa600;opacity:.9;border-radius:50px;box-shadow:#00000080 0 0 3px;cursor:pointer}.rhap_volume-indicator:hover{opacity:.9}.rhap_volume-filled{height:100%;position:absolute;z-index:2;background-color:#ffa600;border-radius:2px}.rhap_button-clear{background-color:transparent;border:none;padding:0;overflow:hidden;cursor:pointer}.rhap_button-clear:hover{opacity:.9;transition-duration:.2s}.rhap_button-clear:active{opacity:.95}.rhap_button-clear:focus:not(:focus-visible){outline:0}.song-container{display:flex;flex-wrap:wrap;gap:20px;flex-direction:row;align-items:center;justify-content:center;margin-top:20px}
