@import"https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300;400;500;700&display=swap";.button{box-shadow:0 0 10px #0000004d;border-radius:20%;border:1px solid transparent;width:50px;height:50px;font-size:.8em;font-weight:500;font-family:inherit;background-color:#b0b0b0;cursor:pointer;transition:border-color 0s;display:flex;align-items:center;justify-content:center;padding:0;line-height:1;-webkit-user-select:none;user-select:none;transition:background-color .1s,border-color .1s,box-shadow .1s,transform .1s}.button{background-color:#d8d8d8be}.button:hover{border-color:#8d8d8dbe;transform:scale(1.05);box-shadow:0 0 10px #00000080}.button:active{background-color:#8d8d8dbe;border-color:#0000;box-shadow:0 0 8px #4b4b4b99}.button-logo{width:90%;height:90%;object-fit:contain;opacity:.5;pointer-events:none}.taskbar-container{width:100%;display:flex;justify-content:center}.taskbar{width:100%;height:100%;border-radius:10px;background-image:linear-gradient(135deg,#00000050,#00000030,#00000050);background-color:#00000020;box-shadow:0 0 30px #00000080;display:flex;align-items:center;justify-content:space-between;gap:30px;z-index:1000;container-type:inline-size}.buttons-container{display:flex;justify-content:center;align-items:center;gap:30px;flex:1}.time-date-container{position:absolute;right:10px;text-align:right;color:#fff;font-family:inherit;top:50%;transform:translateY(-50%);pointer-events:none}.taskbar-grabber{position:absolute;bottom:0;left:0;width:100%;height:30px;background-color:#0000;z-index:1001;pointer-events:none}@container (max-width: 570px){.time-date-container{display:none}}@media (hover: none) and (pointer: coarse){.game-button{display:none}}.general-main-container{width:100%;max-width:1000px;height:90%;overflow-y:auto;display:flex;justify-content:center}.general-container{width:95%;display:flex;flex-direction:column;align-items:center;justify-content:center}.subcontainer{max-width:95%;height:auto;min-height:250px;margin-bottom:20px;background-color:#00000090;border-radius:10px;justify-self:center;display:flex;align-items:center;gap:50px;padding:20px;overflow-y:auto;box-sizing:border-box;transition:box-shadow .3s ease;font-size:1.5rem;container-type:inline-size}.general-subcontainer{flex-direction:column}.subcontainer-title{font-family:inherit;font-size:clamp(1.6rem,6cqw,5rem);text-shadow:0px 0px 8px rgba(255,255,255,.5);color:#fff;text-align:center;margin-top:10px;margin-bottom:-10px;transition:text-shadow .3s ease,font-size .3s ease}.subcontainer-title:hover{text-shadow:0px 0px 12px rgba(255,255,255,.7);font-size:clamp(1.7rem,7cqw,6rem)}.skills-main-container{width:100%;height:90%;display:flex;justify-content:center;align-items:center;flex-direction:column;overflow-y:auto;overflow-x:hidden;box-sizing:border-box}.subcontainer{width:100%;height:auto;min-height:200px;margin-bottom:20px;background-color:#00000090;border-radius:10px;display:flex;align-items:center;gap:40px;margin-top:5px;padding:20px;box-sizing:border-box;transition:box-shadow .3s ease;font-size:1.5rem;container-type:inline-size}.from-left{margin-left:-5%;padding-left:5%;border-top-left-radius:0;border-bottom-left-radius:0;justify-content:flex-end}.from-right{margin-right:-5%;padding-right:5%;border-top-right-radius:0;border-bottom-right-radius:0;justify-content:flex-start}.image-container{width:20%;min-width:150px;aspect-ratio:1 / 1;border-radius:8px;background-color:#ffffff20;border:2px solid #ffffff40;flex-shrink:0;box-shadow:0 0 10px #fff3;overflow:hidden;transition:transform .5s ease,box-shadow .5s ease}.image-container:hover{box-shadow:0 0 15px #ffffff4d;transform:scale(1.05)}.subcontainer-title-skills{transition:text-shadow .5s ease transform .5s ease;font-family:inherit;text-shadow:0px 0px 8px rgba(255,255,255,.5);color:#fff;text-align:center;margin-bottom:-10px;margin-left:20px;margin-right:20px;transition:text-shadow .3s ease,font-size .3s ease,scale .3s ease;font-size:clamp(1rem,5cqw,10rem)}.subcontainer-title-skills:hover{text-shadow:0px 0px 12px rgba(255,255,255,.7);font-size:clamp(1rem,6.5cqw,10rem)}.skill-image{width:100%;height:100%;object-fit:cover;border-radius:8px;filter:grayscale(100%);transition:filter .5s ease}.skills-subcontainer{transition:transform .5s ease,box-shadow .5s ease}.skills-subcontainer:hover{box-shadow:0 0 8px var(--skill-color, rgba(255, 255, 255, .7));transform:scale(1.02)}.skills-subcontainer:hover .image-container{box-shadow:0 0 15px var(--skill-color, rgba(255, 255, 255, .3));border:2px solid var(--skill-color, rgba(255, 255, 255, .3));background-color:var(--skill-color, rgba(255, 255, 255, .1))}.skills-subcontainer:hover .skill-image{filter:grayscale(0%)}.skills-subcontainer:hover .subcontainer-title-skills{text-shadow:0px 0px 14px var(--skill-color, rgba(255, 255, 255, .7))}.other-main-container{width:100%;height:100%;overflow-y:hidden}.warning-page{width:100%;height:100%;top:40px;overflow-y:hidden;position:absolute;display:flex;gap:50px;flex-direction:column;align-items:center;justify-content:center;color:#fff;font-size:2rem;text-align:center}.warning-title{font-size:4rem;font-weight:700;color:#700000;text-shadow:0px 0px 10px rgba(255,0,0,.5);text-decoration:underline;text-decoration-color:#860000;transition:text-decoration-color .3s ease,color .3s ease,text-shadow .3s ease,transform .3s ease;z-index:0}.warning-title:hover{text-decoration-color:red;color:#960000;text-shadow:0px 0px 15px rgba(255,0,0,.7);transform:scale(1.05)}.warning-text{color:#aaaa;text-shadow:0px 0px 5px rgba(255,255,255,.3);font-size:1.5rem}.warning-button{font-family:inherit;padding:10px 20px;font-size:1.2rem;background-color:#960000;color:#490000;border:none;border-radius:5px;box-shadow:0 0 10px #99000080;text-shadow:0px 0px 5px rgba(136,0,0,.3);cursor:pointer;transition:background-color .3s ease,color .3s ease,box-shadow .3s ease,transform .3s ease}.warning-button:hover{background-color:#b30000;color:#640000;box-shadow:0 0 30px #520000b3;transform:scale(1.05)}.other-content{padding-top:5px;top:0;box-sizing:border-box;width:100%;height:90%;overflow-y:auto;display:flex;flex-direction:column;align-items:center;gap:10px;margin-bottom:20px;white-space:normal;overflow-wrap:break-word;word-break:break-word;overflow-y:hidden;container-type:inline-size}.other-header{position:sticky;top:5px;width:90%;border-radius:10px;height:125px;background-color:#77000090;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 0 10px #00000080,inset 0 0 0 4px #00000020;display:flex;align-items:center;justify-self:center;justify-content:center;transition:box-shadow .3s ease,transform .3s ease,background-color .3s ease}.other-header:hover{box-shadow:0 0 15px #340000b3,inset 0 0 0 4px #44000030;background-color:#ff191954;transform:scale(1.02)}.other-header-text{font-family:inherit;width:40%;text-align:center;font-size:clamp(1.4rem,5cqw,3rem);color:#fff;text-shadow:0px 0px 10px rgba(255,255,255,.5);min-width:0;transition:text-decoration-color .3s ease,text-shadow .3s ease,transform .3s ease}.other-header-text:hover{text-decoration-color:#fff;text-shadow:0px 0px 15px rgba(247,73,73,.7);transform:scale(1.05)}.other-subcontainer-row{display:flex;flex-direction:row;width:90%;gap:20px;align-items:stretch}#other-subcontainer-1{width:40%;background-color:#500}#other-subcontainer-2{width:40%;background-color:#300}#other-subcontainer-3{width:20%;justify-content:center;align-items:center;background-color:#100}#other-subcontainer-4{width:100%;background:linear-gradient(90deg,#100 10%,#000,#100 90%)}#other-subcontainer-5{width:20%;justify-content:center;align-items:center;background-color:#100}#other-subcontainer-6{width:40%;background-color:#300}#other-subcontainer-7{width:40%;background-color:#500}.other-subcontainer{width:100%;opacity:.6;height:auto;min-height:300px;background-color:#00000049;border-radius:10px;display:flex;flex-direction:column;align-items:center;text-align:center;margin:10px 0;padding:20px;box-sizing:border-box;transition:box-shadow .3s ease;font-size:1.5rem;container-type:inline-size;box-shadow:0 0 4px #0006,inset 0 0 0 4px #00000020;transition:transform .3s ease,box-shadow .3s ease,opacity .3s ease}.other-subcontainer:hover{opacity:.75;transform:scale(1.02);box-shadow:0 0 8px #000000b3,inset 0 0 0 4px #00000030}.other-subcontainer-title{font-family:inherit;width:50%;text-align:center;font-size:1.7rem;color:#fff;text-shadow:0px 0px 10px rgba(255,255,255,.5);flex-grow:1;min-width:0;transition:text-decoration-color .3s ease,text-shadow .3s ease,transform .3s ease}.title-big{font-size:2.5rem;margin-top:15px;margin-bottom:5px;font-weight:700;color:#fff;text-shadow:0px 0px 15px rgba(255,255,255,.7)}.other-subcontainer-title:hover{text-decoration-color:#fff;text-shadow:0px 0px 15px rgba(255,255,255,.8);transform:scale(1.05)}.other-subcontainer-content{display:flex;flex-direction:row;align-items:center;width:100%;height:100%;min-height:200px;gap:10px;box-sizing:border-box;color:#fffa;text-shadow:0px 0px 5px rgba(255,255,255,.3)}.other-subcontainer-text{font-family:inherit;color:#fffa;width:100%;text-align:center;text-shadow:0px 0px 5px rgba(255,255,255,.3);font-size:1rem;line-height:1.5;flex-grow:1;min-width:0}.other-subcontainer-img-container{width:20%;min-width:100px;aspect-ratio:1 / 1;border-radius:8px;flex-shrink:0;transition:transform .5s ease;display:flex;justify-content:center;align-items:center;overflow:hidden}#bass-img-container{aspect-ratio:1 / 2}.head-img{width:90%;max-width:90%;aspect-ratio:1 / 1}.other-subcontainer-img-container:hover{transform:rotate(2deg) scale(1.07)}.other-subcontainer-img{width:auto;height:100%;align-self:center;background-color:#0000}.other-image-stream .other-subcontainer-img{width:100%;object-fit:cover}.other-image-stream{width:calc(100% + 40px);height:150px;overflow:hidden;position:relative;flex-direction:row;padding-bottom:10px;background-color:#fff0}.other-image-stream-img{width:150px;aspect-ratio:1 / 1;position:absolute;background-color:#000;border-radius:8px;margin:5px 5px 10px;box-shadow:0 0 10px #00000080;overflow:hidden}@container (max-width: 900px){#other-subcontainer-1,#other-subcontainer-2{width:50%}#other-subcontainer-3,#other-subcontainer-5{display:none}#other-subcontainer-6,#other-subcontainer-7{width:50%}}@container (max-width: 600px){.other-subcontainer-row{flex-direction:column;align-items:center;width:90%}#other-subcontainer-1,#other-subcontainer-2,#other-subcontainer-3,#other-subcontainer-5,#other-subcontainer-6,#other-subcontainer-7{width:100%}.title-big{margin-bottom:40px}}.intro-main-container{width:100%;max-width:1000px;display:flex;justify-content:center;align-items:center;flex-direction:column;height:90%;overflow-y:auto}.subcontainer{max-width:90%;height:auto;min-height:10px;margin-bottom:20px;background-color:#00000090;border-radius:10px;justify-self:center;display:flex;align-items:center;gap:10px;padding:20px;overflow-y:auto;box-sizing:border-box;transition:box-shadow .3s ease;font-size:1.5rem;container-type:inline-size}.intro-subcontainer{flex-direction:column}.subcontainer:hover{background-color:#00000095;box-shadow:0 0 8px #000000b3}.skills-list{display:flex;flex-wrap:wrap;gap:10px;align-items:stretch;justify-content:stretch;width:95%}.skills-item{flex:1 1 80px;text-align:center;justify-content:center;align-items:center;display:inline-flex;background-color:#ffffff10;padding:5px 4px;border-radius:5px;color:#fff;font-size:clamp(.6rem,2.5cqw,1.8rem);text-shadow:0px 0px 5px rgba(255,255,255,.3);transition:transform .2s ease,box-shadow .2s ease}.skills-item:hover{background-color:#ffffff20;box-shadow:0 0 8px #ffffff80;transform:scale(1.03)}hr{width:80%;border:0;border-top:1px solid #ffffff40;margin:20px auto}.profile-image{width:20%;min-width:200px;aspect-ratio:1 / 1;border-radius:8px;background-color:#ffffff20;border:2px solid #ffffff40;flex-shrink:0;box-shadow:0 0 10px #fff3;transition:transform .3s ease,box-shadow .3s ease}.profile-image:hover{box-shadow:0 0 15px #ffffff4d;transform:scale(1.05)}.headshot-image{width:100%;height:100%;object-fit:cover;border-radius:8px;filter:grayscale(100%);transition:filter .3s ease}.headshot-image:hover{filter:grayscale(0%)}.profile-text{font-family:inherit;text-align:center;font-size:clamp(1.4rem,5cqw,10rem);color:#fff;text-shadow:0px 0px 10px rgba(255,255,255,.5);flex-grow:1;min-width:0;text-decoration:none;background-image:linear-gradient(currentColor,currentColor);background-position:50% 100%;background-repeat:no-repeat;background-size:0% 2px;transition:color .3s ease,text-shadow .3s ease,background-size .4s ease}.profile-text:hover{color:#fff;text-shadow:0px 0px 20px rgba(255,255,255,.7);background-size:100% 2px}@container (max-width: 250px){.profile-image{width:95%;max-width:200px;min-width:100px}}a{text-decoration:none;color:inherit}.subcontainer-title{font-family:inherit;font-size:clamp(.8rem,5cqw,4rem);text-shadow:0px 0px 8px rgba(255,255,255,.5);color:#fff;text-align:center;margin-top:10px;margin-bottom:-10px;transition:text-shadow .3s ease,font-size .3s ease}.subcontainer-title:hover{text-shadow:0px 0px 12px rgba(255,255,255,.7);font-size:clamp(.8rem,5.5cqw,4.5rem)}.subcontainer-text{font-family:inherit;font-size:clamp(.8rem,3cqw,2rem);color:#ffffff80;text-align:center;line-height:1.5;padding:0 10%}.important-text{text-shadow:0px 0px 12px rgba(255,255,255,.7);color:#fffa;transition:.3s ease}.important-text:hover{text-shadow:0px 0px 14px rgba(255,255,255,.8);color:#fffd;text-decoration:underline;text-decoration-color:#ffffff90;text-decoration-thickness:2px}.main-container{height:100%;width:100%;display:flex;justify-content:center;align-items:flex-start;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.about-container{width:100%;height:100%;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.background{position:absolute;top:40px;height:1000%;overflow-y:hidden;width:100%;background-image:linear-gradient(110deg,#727272,#0e0e0e);z-index:-1}.content{padding-top:10px;top:0;box-sizing:border-box;width:100%;min-height:100%;z-index:1;display:flex;justify-self:center;justify-content:center;white-space:normal;overflow-wrap:break-word;word-break:break-word}.content-container{width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:20px;padding:10px 0;box-sizing:border-box}.header{position:sticky;top:5px;margin-top:5px;width:95%;border-radius:10px;height:50px;background-color:#00000090;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 0 10px #00000080;display:flex;align-items:center;justify-self:center;justify-content:center;z-index:2;transition:box-shadow .3s ease}.header-container{width:100%;display:flex;justify-content:center;align-items:center}.header:hover{box-shadow:0 0 15px #000000b3}.page-button{font-family:inherit;font-size:.8rem;color:#fff;background-color:#ffffff10;box-shadow:0 0 5px #ffffff1a;border:none;border-radius:5px;margin:0 1%;padding:8px 5%;cursor:pointer;transition:background-color .3s ease,color .3s ease}.page-button:hover{background-color:#ffffff20;box-shadow:0 0 7px #fff3;color:#fff}.projects-main-container{height:100%;width:100%;overflow:hidden;scrollbar-width:none;-ms-overflow-style:none}.carousel-container{width:100%;height:100%;overflow:hidden;position:relative}.arrow{position:absolute;top:50%;transform:translateY(-50%);border:none;color:#fff;padding:10px;cursor:pointer;z-index:1;border-radius:50%;font-size:2rem;color:#000d}.left-arrow{left:0}.right-arrow{right:0}.carousel{display:flex;transition:transform .5s ease-in-out;height:100%;width:100%}.link-text{color:#fff;text-decoration:none;font-size:1.2rem;font-weight:700}.page-main-container{height:100%;width:100%;box-sizing:border-box;container-type:size;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.main-container::-webkit-scrollbar{display:none}.page-container{display:flex;flex-direction:row;height:100%;width:100%;padding:10px 30px;box-sizing:border-box;gap:10px}.page-column-1{display:flex;flex-direction:column;width:40%;height:100%;gap:10px}.page-column-2{display:flex;flex-direction:column;width:60%;height:100%;gap:10px}.page-title{height:10%;width:100%;background-color:#00000049;border-radius:10px;padding:10px;box-sizing:border-box;font-size:clamp(1.5rem,2.5cqi,2.5rem);font-weight:700;color:#fffe;text-shadow:0px 0px 5px rgba(255,255,255,.5);justify-content:center;align-items:center;display:flex;box-shadow:0 0 10px #00000080;transition:text-shadow .3s ease,transform .3s ease,box-shadow .3s ease,background-color .3s ease}.page-title:hover{background-color:#00000059;box-shadow:0 0 15px #000000b3;text-shadow:0px 0px 10px rgba(255,255,255,.7);transform:scale(1.01)}.page-description{height:90%;width:100%;background-color:#00000049;border-radius:10px;padding:10px 20px;box-sizing:border-box;font-size:clamp(.77rem,1.5cqi,2rem);color:#fffd;text-shadow:0px 0px 5px rgba(255,255,255,.5);justify-content:center;align-items:center;text-align:center;display:flex;box-shadow:0 0 10px #00000080;transition:text-shadow .3s ease,transform .3s ease,box-shadow .3s ease,background-color .3s ease}.page-description:hover{background-color:#00000059;box-shadow:0 0 15px #000000b3;text-shadow:0px 0px 10px rgba(255,255,255,.7);transform:scale(1.01)}.page-image{height:70%;width:100%;background-color:#00000049;justify-content:center;align-self:center;display:flex;padding:10px;box-sizing:border-box;border-radius:10px;box-shadow:0 0 10px #00000080;transition:box-shadow .3s ease,transform .3s ease,background-color .3s ease}.page-image:hover{background-color:#00000059;box-shadow:0 0 15px #000000b3;transform:scale(1.01)}.page-image-container{height:100%;width:100%;background-color:#00000049;border:2px solid #00000011;box-shadow:0 0 10px #00000080;border-radius:10px}.page-links{height:30%;width:100%;background-color:#00000049;border-radius:10px;display:flex;justify-content:center;align-items:center;box-shadow:0 0 10px #00000080;transition:box-shadow .3s ease,transform .3s ease,background-color .3s ease}.page-links:hover{background-color:#00000059;box-shadow:0 0 15px #000000b3;transform:scale(1.01)}.projects-page-link{height:80%;width:80%;margin:0 10px;background-color:#00000049;border:2px solid #00000011;box-shadow:0 0 10px #00000080;border-radius:10px;display:flex;justify-content:center;align-items:center;font-size:clamp(.8rem,1.5cqi,2rem);color:#fffd;cursor:pointer;transition:box-shadow .3s ease,text-shadow .3s ease,transform .3s ease}.projects-page-link a{text-decoration:none;color:inherit}.projects-page-link:hover{transform:scale(1.02);box-shadow:0 0 15px #0009;text-shadow:0px 0px 10px rgba(255,255,255,.7)}.projects-link-text{color:#fff;text-shadow:white 0px 0px 5px;text-decoration:none;font-size:clamp(1.5rem,2.5cqi,4rem);font-weight:700;transition:text-shadow .3s ease,transform .3s ease}.projects-link-text:hover{text-shadow:white 0px 0px 10px;transform:scale(1.05)}@container (max-width: 650px){.page-title{font-size:1.4rem}}@container (max-height: 450px){.page-container{overflow-y:auto;flex-direction:column;height:1000px;padding:10px 30px}.page-column-1{width:100%;height:60%}.page-column-2{width:100%;height:40%}.page-title{height:15%;font-size:2rem}.page-description{height:85%;font-size:clamp(1rem,1.2cqi,2rem)}.page-image{height:70%}.page-links{height:30%}}@container (max-width: 520px){.page-container{overflow-y:auto;flex-direction:column;height:1000px;padding:10px 30px}.page-column-1{width:100%;height:60%}.page-column-2{width:100%;height:40%}.page-title{height:15%;font-size:2rem}.page-description{height:85%;font-size:clamp(1rem,1.2cqi,2rem)}.page-image{height:70%}.page-links{height:30%}}.posts-container{display:flex;flex-direction:row;height:100%;width:100%;container-type:size}.side-column{display:flex;flex-direction:column;height:100%;width:20%;border-right:2px solid #00000055;background-color:#f0f0f0;background:linear-gradient(135deg,#999,#efefef)}.posts-list{display:flex;flex-direction:column;height:100%;width:100%;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.posts-list::-webkit-scrollbar{display:none}.post-item{padding:5px 0;margin:5px 10px;border-radius:5px;background-color:#0003;box-shadow:0 0 5px #0009;color:#000a;text-align:center;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,background-color .2s ease,color .2s ease,box-shadow .2s ease}.post-item:hover{background-color:#0005;color:#000e;box-shadow:0 0 10px #000000e6;transform:scale(1.02)}.side-column-header{display:flex;justify-content:center;align-items:center;text-align:center;height:10%;width:100%;font-size:clamp(1.5rem,4cqi,5rem);text-shadow:0px 0px 3px rgba(0,0,0,.3);color:#000e;background-color:#0003;padding:15px 0;font-weight:700;border-bottom:2px solid #00000055}.post-title{text-align:center;align-self:center;height:100%;width:100%;font-size:clamp(.5rem,2cqi,1.5rem);text-shadow:0px 0px 2px rgba(0,0,0,.3);cursor:pointer;transition:font-size .2s ease,text-shadow .2s ease}.post-title:hover{font-size:clamp(.7rem,2.1cqi,1.7rem);text-shadow:0px 0px 3px rgba(0,0,0,.4)}.main-section{display:flex;flex-direction:column;height:100%;width:80%}.general-post-container{display:flex;flex-direction:column;height:100%;width:100%;background-color:#fff;background:linear-gradient(135deg,#fff,#aaa);overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.general-post-title{font-size:24px;font-weight:700;text-align:center;margin:10px 0;background:#0004;padding:10px;border-radius:8px;width:80%;align-self:center;box-shadow:0 0 10px #0004;text-shadow:0px 0px 5px #333333;transition:text-shadow .2s ease,box-shadow .2s ease,transform .2s ease}.general-post-title:hover{text-shadow:0px 0px 8px #555555;box-shadow:0 0 15px #000b;transform:scale(1.02)}.general-post-subtitle{font-size:18px;font-style:italic;text-align:center;margin:10px 0;width:80%;align-self:center;color:#fffc;background-color:#0002;width:40%;padding:5px;border-radius:8px;box-shadow:0 0 10px #0002;transition:text-shadow .2s ease,box-shadow .2s ease,transform .2s ease}.general-post-subtitle:hover{box-shadow:0 0 15px #0003;transform:scale(1.02)}.general-post-content{font-size:15px;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:20px 0;width:80%;align-self:center;border-radius:8px;box-shadow:0 0 10px #0004;background-color:#0004;padding:15px;transition:text-shadow .2s ease,box-shadow .2s ease,transform .2s ease}.general-post-content:hover{text-shadow:0px 0px 5px #333333;box-shadow:0 0 15px #0005;transform:scale(1.02)}.general-post-image-container{width:80%;height:clamp(150px,30cqi,500px);display:flex;justify-content:center;align-items:center;align-self:center;justify-self:center;background-color:#0005;border-radius:8px;box-shadow:0 0 10px #0004;padding:10px;margin:20px 0;transition:box-shadow .2s ease,transform .2s ease}.general-post-image-container:hover{box-shadow:0 0 15px #0006;transform:scale(1.02)}.general-post-image{max-width:90%;max-height:90%;min-width:90%;min-height:90%;border-radius:8px;box-shadow:0 0 10px #0004;border:none;object-fit:cover;transition:box-shadow .2s ease,transform .2s ease}.game-main-container{height:100%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#000;container-type:size;overflow:hidden;scrollbar-width:none;-ms-overflow-style:none}.start-button{height:60px;width:200px;padding:15px 30px;font-size:2rem;color:#fff;background-color:#000;text-align:center;justify-content:center;align-items:center;display:flex;border:1px solid #ffffff;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.start-button:hover{transform:scale(1.05)}.start-button:active{background-color:#333}.game-container{height:100%;width:100%;background-color:#000;color:#fff}.paddle{left:10px;height:86px;width:10px;background-color:#0000;font-size:5rem;text-align:center;justify-self:center;justify-content:center;display:flex;line-height:80px;-webkit-user-select:none;user-select:none;position:absolute;transition:top .05s ease-out}.ball{height:20px;width:20px;background-color:#fff0;position:absolute;text-align:center;justify-self:center;justify-content:center;display:flex;line-height:20px;font-size:2rem;-webkit-user-select:none;user-select:none;transition:left .05s ease-out,top .05s ease-out}.score{height:100%;width:100%;justify-content:center;align-items:center;display:flex;font-size:clamp(4rem,15cqh,10rem);color:#333}.window{position:absolute;font-family:inherit;top:500px;left:500px;transform:translate(-50%,-50%);width:60%;height:60%;background-color:#f0f0f0;border:0px solid #cfcfcf;background-image:linear-gradient(135deg,#fff,#d0d0d0 40%,#909090);box-shadow:0 8px 10px #0000001a;border-radius:8px;overflow:hidden}.window-header{background-color:#0006;box-shadow:0 4px 8px #0000001a;font-family:inherit;color:#fff;height:30px;padding:5px;margin-bottom:0;text-align:left;font-size:1.2em;display:flex;justify-content:space-between;align-items:center;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;z-index:100}.window-content{width:100%;height:calc(100% - 40px);margin:0;display:flex;justify-content:center;align-items:center;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;z-index:0}.window-content::-webkit-scrollbar{display:none}.window-controls{display:flex;gap:5px}.window-button{box-shadow:0 0 10px #0000004d;border-radius:20%;border:1px solid transparent;width:20px;height:20px;font-size:.8em;font-weight:500;font-family:inherit;background-color:#b0b0b0;cursor:pointer;transition:border-color .25s;display:flex;align-items:center;justify-content:center;padding:0;line-height:1;-webkit-user-select:none;user-select:none}.close{background-color:#dd3333be}.close:hover{border-color:#993333be}.close:active{background-color:#993333be;border-color:#0000;box-shadow:0 0 8px #64000099}.maximize{background-color:#18c733be}.maximize:hover{border-color:#189733be}.maximize:active{background-color:#189733be;border-color:#0000;box-shadow:0 0 8px #00640099}.window-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999;background-image:radial-gradient(circle at 1px 1px,rgba(139,0,0,.2) 1px,transparent 0);background-size:3px 3px}.resize{background-color:#0000;position:absolute;z-index:1001}.resize-right{width:5px;height:calc(100% - 10px);top:5px;right:0;cursor:ew-resize}.resize-left{width:5px;height:calc(100% - 10px);top:5px;left:0;cursor:ew-resize}.resize-bottom{width:calc(100% - 10px);height:5px;bottom:0;left:5px;cursor:ns-resize}.resize-top{width:calc(100% - 10px);height:5px;top:0;left:5px;cursor:ns-resize}.resize-bottom-right{width:5px;height:5px;bottom:0;right:0;cursor:nwse-resize}.resize-bottom-left{width:5px;height:5px;bottom:0;left:0;cursor:nesw-resize}.resize-top-right{width:5px;height:5px;top:0;right:0;cursor:nesw-resize}.resize-top-left{width:5px;height:5px;top:0;left:0;cursor:nwse-resize}.background-image{font-family:inherit;color:#333;background-color:#34d;background-image:linear-gradient(90deg,#01b3fb,#0647bf);height:100vh;width:100vw;overflow:hidden;position:absolute;z-index:0}.head-image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:11}.circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:500px;height:500px;background:radial-gradient(circle,#fffc,#fff0 70%);pointer-events:none;z-index:10}.background{height:100vh;width:100vw;overflow:hidden}html,body{height:100vh;width:100vw;overflow:hidden;margin:0;padding:0;font-family:Comic Sans MS,sans-serif}#root{font-family:Comic Sans MS,sans-serif;height:100%;width:100%;overflow:hidden;-webkit-user-select:none;user-select:none}@supports (-webkit-touch-callout: none){#root,html,body{font-family:Roboto Mono,SF Mono,Monaco,Menlo,monospace}}@media (hover: none) and (pointer: coarse){#root,html,body{font-family:Roboto Mono,SF Mono,Monaco,Menlo,monospace}}.taskbar-container{position:fixed;inset-inline:0;margin-inline:auto;bottom:10px;width:90%;height:70px;background-color:#0000;border-radius:10px;z-index:50}.loading-screen{font-family:inherit;position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000d;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:100;transition:opacity .5s ease-in-out}.loading-text{font-family:inherit;color:#fff;font-size:5em}
