@font-face{font-family:Playpen Sans;src:local("Playpen Sans"),url(src/assets/fonts/PlaypenSans-VariableFont_wght.ttf) format("truetype");font-weight:400,500,600,700,800}@view-transition{navigation: auto;}:root{--background: oklch(1 0 0);--foreground: oklch(.145 0 0);--toggle-color: var(--foreground);--color-1: hsl(273, 50%, 49%);--color-1-dark: hsl(274, 48%, 50%);--color-2: hsl(329, 86%, 70%);--color-3: hsl(304, 58%, 67%);--color-4: hsl(300, 47%, 75%);--color-5: hsl(257, 70%, 96%);--color-5-dark: hsl(269.14deg 39.33% 17.45%);--color-1-transparency: hsla(273, 50%, 49%, 40%);--color-2-transparency: hsla(329, 86%, 70%, 40%);--black: hsl(0, 0%, 0%);--white: hsl(0, 0%, 100%);--dark-bg: hsl(265, 24%, 9.8%);--error-color: #f44336;--success-color: #4caf50;--text-color: #333;--border-radius: 25px;--youtube-color: hsl(359, 98%, 47%);--twitch-color: hsl(263.8, 79.9%, 62.9%);--twitter-color: hsl(204, 88%, 48%);--tiktok-color: hsl(345, 86%, 52%);--bluesky-color: hsl(210.9, 85.8%, 52.9%);color-scheme:light}.dark{--background: oklch(.145 0 0);--foreground: oklch(.985 0 0);color-scheme:dark;transition:all .5s;.about-main{background:url(/images/bg-about-dark.png) center center no-repeat;background-size:contain}.hero-stats{background:url(/images/bg-2-dark.png) center center no-repeat;background-size:contain}.community-container{background:url(/images/bg-1-dark.png) center center no-repeat;background-size:contain}footer{background:url(/images/bg-1-dark.png) top center}}@media prefers-reduced-motion{:root{transition:none;animation:none}}::selection{background-color:hsl(from var(--foreground) h s l / .2)}*,*:before,*:after{box-sizing:border-box}*{--step--3: clamp(.6813rem, .6772rem + .0203vw, .7rem);--step--2: clamp(.7813rem, .7772rem + .0203vw, .8rem);--step--1: clamp(.9375rem, .924rem + .0676vw, 1rem);--step-0: clamp(1.125rem, 1.098rem + .1351vw, 1.25rem);--step-1: clamp(1.35rem, 1.3041rem + .2297vw, 1.5625rem);--step-2: clamp(1.62rem, 1.548rem + .3601vw, 1.9531rem);--step-3: clamp(1.944rem, 1.8365rem + .5377vw, 2.4414rem);--step-4: clamp(2.3328rem, 2.1773rem + .7773vw, 3.0518rem);--step-5: clamp(2.7994rem, 2.5798rem + 1.0977vw, 3.8147rem);--step-6: clamp(3.3492rem, 3.0491rem + 1.5204vw, 4.7686rem);--space-3xs: clamp(.3125rem, .3125rem + 0vw, .3125rem);--space-2xs: clamp(.5625rem, .5408rem + .1087vw, .625rem);--space-xs: clamp(.875rem, .8533rem + .1087vw, .9375rem);--space-s: clamp(1.125rem, 1.0815rem + .2174vw, 1.25rem);--space-m: clamp(1.6875rem, 1.6223rem + .3261vw, 1.875rem);--space-l: clamp(2.25rem, 2.163rem + .4348vw, 2.5rem);--space-xl: clamp(3.375rem, 3.2446rem + .6522vw, 3.75rem);--space-2xl: clamp(4.5rem, 4.3261rem + .8696vw, 5rem);--space-3xl: clamp(6.75rem, 6.4891rem + 1.3043vw, 7.5rem);--font-family: "Playpen Sans", sans-serif;--font-family-heading: "Playpen Sans", sans-serif;scroll-behavior:smooth;transition-behavior:allow-discrete;margin:0}ul[role=list],ol[role=list]{list-style:none}body{-webkit-font-smoothing:antialiased;line-height:1.6}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p{font-family:var(--font-family);font-size:var(--step-0);overflow-wrap:break-word}h1,h2,h3,h4,h5,h6{font-family:var(--font-family-heading);overflow-wrap:break-word}#root,#__next{isolation:isolate}html{font-family:Playpen Sans;font-size:1.2rem;line-height:1.6;transition:all .5s;background-color:light-dark(var(--white),var(--dark-bg))}body{line-height:1.7}ul,ol{list-style:none}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}iframe{max-width:100%;aspect-ratio:16 / 9}::selection{background-color:var(--color-1-transparency)}button{border:8px solid var(--color-3);background:none;cursor:pointer;border-radius:50px;padding:.6rem 1.25rem;min-width:200px;background-color:var(--color-1);color:var(--white);font-weight:600;transition:all ease .3s}button:hover{box-shadow:0 0 20px var(--color-2-transparency);border-color:var(--color-2);scale:110%}button:active{scale:95%;rotate:-3deg}button:focus-visible{outline:none;box-shadow:0 0 0 2px var(--white),0 0 0 4px var(--color-2-transparency)}button.long{min-width:500px;padding-inline:25px}#nav-button{color:var(--white)}.secondary-button{border:8px solid var(--color-3);background-color:light-dark(var(--white),var(--dark-bg));color:light-dark(var(--color-1),var(--color-3));&:active{rotate:3deg}&:hover{color:light-dark(var(--color-3),var(--color-2))}}h1{font-size:3.4rem;font-weight:700;line-height:1;text-wrap:balance;user-select:none}h2{font-size:3rem;font-weight:700;line-height:1}h3{font-size:1.5rem;font-weight:500;line-height:1}p{font-size:1rem;line-height:1.6;text-wrap:pretty}.text-center{text-align:center}.toggle-theme{display:flex;justify-content:center;cursor:pointer;list-style:none}.toggle-theme svg{width:24px;height:24px;max-width:24px;fill:var(--color-1)}.light-theme .toggle-theme .moon-icon,.dark-theme .toggle-theme .sun-icon{display:none}.text-gradient{background:-webkit-linear-gradient(0deg,var(--color-1),var(--color-3));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}main{width:100%}.top-banner{display:none;position:relative;height:auto;width:100%;background-color:var(--color-1);overflow:hidden;transition:all .3s ease}.top-banner.is-live{display:block}.top-banner-content{display:flex;justify-content:center;white-space:nowrap;font-size:1.2rem;font-weight:500;padding-block:6px;color:#fff;img{max-height:36px;padding-inline:8px}}.hero-section,.social-container,.support-container,.about-section,.videos-container,.community-container,.contact-container{position:relative;display:flex;flex-direction:column;justify-content:space-between;padding-block:64px;width:100%;gap:2rem}.hero-main,.about-main{display:flex;width:100%;max-width:1440px;min-height:450px;justify-content:center;align-self:center;padding:0 1.25rem;overflow:hidden;gap:2rem}.hero-main-text,.about-main-text{display:flex;justify-content:center;width:60%;flex-direction:column;gap:2rem;flex-shrink:1;z-index:99;p{max-width:60ch}}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem 2rem;padding-bottom:1rem;button{font-size:1rem}}.hero-main-image,.about-main-image{position:relative;display:flex;justify-content:center;align-self:center;width:calc(40% - 2rem);user-select:none}.hero-cookie{position:relative;left:4%}.hero-stats{position:relative;align-self:center;width:100%;max-width:1920px;background:url(/images/bg-2.png) center center no-repeat;height:300px;background-size:contain}.hero-stats ul{display:flex;flex-direction:row;flex-wrap:wrap;margin:0 auto;max-width:1250px;justify-content:space-around;align-items:center;height:280px;width:100%;text-align:center;font-size:1.5rem;font-weight:500;line-height:1.1;padding:1rem 3rem;gap:0px 40px;cursor:pointer}.hero-stats li{width:150px;transition:all .3s ease;&:hover{scale:110%}}.stat-number{font-size:3rem;font-weight:700;color:var(--color-1)}.emoji{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.smug,.wave,.cool,.heart,.cry,.shrimp,.smug-flip,.trans-heart{width:15%}.smug{top:1%;left:5%;z-index:5;transition:ease-out .3s}.wave{position:absolute;top:33%;left:85%;z-index:5;transition:ease-out .5s}.cool{top:66%;left:5%;z-index:5;transition:ease-out .4s}.heart{bottom:1%;right:5%;z-index:5;transition:ease-out .6s}.carrot{left:-140px;top:-120px;transform:rotate(-18deg) scale(25%);transition:ease-out .3s}.stream{left:270px;top:-50px;transform:rotate(5deg);filter:saturate(55) hue-rotate(65deg);transition:ease-out .6s}.brocoli{left:0;bottom:-105px;transform:scale(.3) rotate(-10deg);transition:ease-out .4s}.bunnui{right:-60px;top:170px;transform:rotate(25deg) scale(25%);transition:ease-out .4s}.stick{right:-150px;top:-60px;transform:scale(25%);transition:ease-out .6s}.happy-cookie{left:15%;bottom:50px;transform:rotate(5deg) scale(75%);transition:ease-out .5s}.smug-cookie{left:22%;top:30px;transform:rotate(5deg) scale(.6);transition:ease-out .5s}.uhh-cookie{left:72%;bottom:50px;transform:rotate(-0deg) scale(.4);transition:ease-out .5s}.lol-cookie{left:80%;top:20px;transform:rotate(5deg) scale(55%);transition:ease-out .5s}.mushroom{top:10%;left:20px;transform:scale(.4);transition:ease-out .6s}.salty{top:15%;right:-30%;transform:scale(8%);transition:ease-out .6s}.social-section,.support-section,.videos-section,.community-section,.contact-section{display:flex;margin:auto;text-align:center;justify-content:center}.social-container,.support-container,.videos-container,.community-container,.contact-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1440px;padding-inline:1.125rem;overflow-x:hidden;p{max-width:75ch}}.social-card-container,.support-card-container{display:flex;flex-wrap:wrap;justify-content:center;gap:50px;width:100%;max-width:1200px;margin:0 auto}.social-card,.support-card{position:relative;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;padding-top:70px;margin-block:20px;width:325px;aspect-ratio:1/1;border-radius:50px;border:5px solid black;font-weight:600;transition:ease .5s;cursor:pointer;user-select:none;&:hover{scale:110%}.social-card-img{position:absolute;top:-12%;border-radius:25%;transition:ease .5s;&:hover{scale:110%}}strong{font-size:3rem;line-height:.5}strong.new-channel{font-size:2.5rem}p{line-height:1}span{font-size:1.4rem;transition:ease .5s;&:hover{scale:110%;rotate:10deg}}}.support-card{height:325px;width:487.5px}.social-card.youtube{border:8px solid var(--youtube-color);box-shadow:0 0 25px -5px var(--youtube-color);.social-card-img{filter:drop-shadow(0 1rem 2rem var(--youtube-color))}strong{color:var(--youtube-color)}}.social-card.twitch{border:8px solid var(--twitch-color);box-shadow:0 0 25px -5px var(--twitch-color);.social-card-img{filter:drop-shadow(0 1rem 2rem var(--twitch-color))}strong{color:var(--twitch-color)}}.social-card.twitter{border:8px solid var(--twitter-color);box-shadow:0 0 25px -5px var(--twitter-color);.social-card-img{filter:drop-shadow(0 1rem 2rem var(--twitter-color))}strong{color:var(--twitter-color)}}.social-card.tiktok{border:8px solid var(--black);box-shadow:0 0 25px -5px var(--tiktok-color);.social-card-img{filter:drop-shadow(0 1rem 2rem var(--tiktok-color))}strong{color:var(--black)}}.social-card.bluesky{border:8px solid var(--bluesky-color);box-shadow:0 0 25px -5px var(--bluesky-color);.social-card-img{filter:drop-shadow(0 1rem 2rem var(--bluesky-color))}strong{color:var(--bluesky-color)}}span.long-name{font-size:1.3rem}.support-card.kofi{border:8px solid hsl(18,100%,54%);box-shadow:0 0 25px -5px #ff5b14;.social-card-img{filter:drop-shadow(0 .5rem 1.25rem hsl(18,100%,54%))}}.support-card.patreon{border:8px solid hsl(0,0%,94%);box-shadow:0 0 25px -5px #f0f0f0;.social-card-img{filter:drop-shadow(0 .5rem 1.25rem hsl(0,0%,94%))}}.about-main{background:url(/images/bg-about.png) center center no-repeat}.about-main-text{align-items:last baseline;margin:0 0 0 4%}.videos-section{display:flex;flex-direction:column;justify-content:center;align-items:center}.yt-videos-container{display:grid;grid-template-columns:2fr 1fr 1fr;grid-auto-rows:200px;gap:0px 20px;grid-auto-flow:row}.Latest-Video{grid-area:1 / 1 / 4 / 2}.Latest-Video-Thumbnail{grid-area:1 / 1 / 3 / 2;align-items:center;justify-content:center;align-content:center;display:grid;position:relative;iframe{border-radius:25px;aspect-ratio:16 / 9}}.Latest-Video-Text{grid-area:3 / 1 / 4 / 2;margin-inline:20px;text-align:left;h3{margin-bottom:16px}}.Video-1-Thumbnail{grid-area:1 / 2 / 2 / 3;display:grid;align-items:center;justify-content:center;iframe{border-radius:25px}}.Video-1-Text{grid-area:1 / 3 / 2 / 4;text-align:left;align-content:center}.Video-2-Thumbnail{grid-area:2 / 2 / 3 / 3;display:grid;align-items:center;justify-content:center;iframe{border-radius:25px}}.Video-2-Text{grid-area:2 / 3 / 3 / 4;text-align:left;align-content:center}.Video-3-Thumbnail{grid-area:3 / 2 / 4 / 3;display:grid;align-items:center;justify-content:center;iframe{border-radius:25px}}.Video-3-Text{grid-area:3 / 3 / 4 / 4;text-align:left;align-content:center}.thumbnail-1,.thumbnail-2,.thumbnail-3,.thumbnail-4{width:100%;height:auto;transition:all .3s;border-radius:25px}.video-link-1:hover .thumbnail-1,.video-link-2:hover .thumbnail-2,.video-link-3:hover .thumbnail-3,.video-link-4:hover .thumbnail-4{box-shadow:0 0 20px var(--color-2-transparency);scale:102%}.video-link-1,.video-link-2,.video-link-3,.video-link-4{position:relative;display:block}.video-link-1:after,.video-link-2:after,.video-link-3:after,.video-link-4:after{content:"▶";position:absolute;height:40px;font-size:1.5rem;aspect-ratio:1/1;line-height:1.4;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--color-1);color:#fff;padding:15px;border-radius:30%;opacity:.8;transition:opacity .2s}.video-link-2:after,.video-link-3:after,.video-link-4:after{height:20px;line-height:.7}.video-link-1:hover:after,.video-link-2:hover:after,.video-link-3:hover:after,.video-link-4:hover:after{opacity:1}.quota-error-message{width:100%;max-width:600px;margin:20px auto;background:var(--error-color);border-radius:20px;box-shadow:0 2px 4px #0000001a}.quota-error-message h3{margin-bottom:10px}.community-section{margin-block:64px}.community-container{background:url(/images/bg-1.png) center center no-repeat;background-size:contain;overflow:hidden}.contact-section form{max-width:800px;width:80%;.form-group{margin-bottom:25px;position:relative}label{display:block;font-weight:500}input,textarea{width:100%;padding:12px;border:4px solid var(--color-3);border-radius:var(--border-radius);background-color:transparent;color:light-dark (var(--black),var(--white));font-size:.9rem;transition:border-color .3s ease}input:focus,textarea:focus{outline:none;border-color:var(--color-4)}textarea{min-height:200px;resize:vertical}.error-message{color:var(--error-color);font-size:14px;margin-top:5px;display:none}input:invalid:not(:placeholder-shown)~.error-message,textarea:invalid:not(:placeholder-shown)~.error-message{display:block}input:invalid:not(:placeholder-shown),textarea:invalid:not(:placeholder-shown){border-color:var(--error-color)}}.success-message{display:none;color:var(--success-color)}footer{background:url(/images/bg-1.png) top center;width:100%;height:auto;text-align:center;padding-top:32px}.footer-nav{display:flex;align-items:center;gap:var(--space-m);a{color:light-dark(var(--color-1-dark),var(--color-2));&:hover{color:var(--color-1-dark)}}}.footer-section{display:flex;flex-direction:column;background-color:light-dark(var(--color-5),var(--color-5-dark));height:fit-content;margin-top:10px;gap:var(--space-xs);padding-block:var(--space-xs);span{font-size:2rem;font-weight:600}a{transition:.3s ease all;&:hover{color:var(--color-1-dark)}}}.footer-info{display:flex;flex-direction:column;em{line-height:2;margin-top:-20px}}.footer-links{padding-inline:20px;display:flex;flex-wrap:wrap;justify-content:center;gap:0px 64px}.icons{display:flex;flex-direction:row;gap:2rem;justify-content:center;.icon{transition:all .3s ease;img{width:32px;border-radius:25%}&:hover{scale:110%}}}#kittycode{color:light-dark (var(--black),var(--white));font-size:.8rem;font-weight:500;cursor:pointer;align-items:center;display:flex;gap:5px;margin-top:32px;margin-bottom:12px;justify-content:center}.community-section{display:flex;flex-direction:column;text-align:left}.community-container{margin:0 auto}.feed-container{max-width:1440px;width:100%;margin:0 auto;padding:20px}.posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:20px;margin-bottom:20px;grid-template-rows:masonry;align-tracks:start;@supports not (grid-template-rows: masonry){grid-auto-flow:dense}}.post{padding:15px;border-radius:12px;background:light-dark(var(--color-1-transparency),var(--color-5-dark));display:flex;flex-direction:column;height:fit-content;break-inside:avoid;grid-row:span 1}@supports (-moz-appearance: none){.posts-grid{columns:auto 450px;grid-template-rows:unset;display:block}.post{margin-bottom:20px;break-inside:avoid;page-break-inside:avoid;display:inline-block;width:100%}}.reply-context{margin-bottom:10px;padding-left:10px;border-left:2px solid #e1e8ed}.reply-text{color:#657786;font-size:.9em;margin:0}.post-header{display:flex;align-items:center;margin-bottom:10px}.avatar{width:48px;height:48px;border-radius:50%;margin-right:10px;object-fit:cover}.user-info{flex-grow:1}.display-name{font-weight:700;margin:0;color:light-dark(var(--black),var(--white))}.handle{color:light-dark(var(--text-color),var(--white));margin:2px 0 0;font-size:.9em}.post-content{margin:10px 0;line-height:1.4;color:light-dark(var(--black),var(--white));white-space:pre-wrap;word-wrap:break-word}.post-content a{color:light-dark(var(--color-1-dark),var(--color-2));text-decoration:none;&:hover{text-decoration:underline}}.post-images{margin:10px 0;width:100%}.image-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px}.post-image{width:100%;border-radius:8px;object-fit:cover;aspect-ratio:1}.post-timestamp{color:light-dark(var(--text-color),var(--white));font-size:.9em;margin:10px 0 0}.load-more-button{display:block;margin:20px auto;padding:10px 20px;background-color:var(--color-1);color:#fff;border:none;border-radius:20px;cursor:pointer;font-size:14px;transition:background-color .2s}.load-more-button:hover{background-color:var(--color-2)}.load-more-button:disabled{background-color:#ccc;cursor:not-allowed}@media screen and (max-width: 1200px){.yt-videos-container{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto auto auto auto auto;grid-auto-rows:1fr;gap:20px;grid-auto-flow:row}.Latest-Video{grid-area:1 / 1 / 4 / 2}.Latest-Video-Thumbnail{grid-area:1 / 1 / 3 / 4}.Latest-Video-Text{grid-area:3 / 1 / 4 / 4;text-align:center;p{margin:0 auto}}.Video-1-Thumbnail{grid-area:4 / 1 / 5 / 2}.Video-2-Thumbnail{grid-area:4 / 2 / 5 / 3}.Video-3-Thumbnail{grid-area:4 / 3 / 5 / 4}.Video-1-Text{grid-area:5 / 1 / 6 / 2;text-align:center;align-content:flex-start;padding-inline:20px}.Video-2-Text{grid-area:5 / 2 / 6 / 3;text-align:center;align-content:flex-start;padding-inline:20px}.Video-3-Text{grid-area:5 / 3 / 6 / 4;text-align:center;align-content:flex-start;padding-inline:20px}}@media screen and (max-width: 1120px){html{font-size:1.1rem}body{overflow-x:hidden}h1{font-size:3.2rem}h2{font-size:2.8rem}h3{font-size:1.4rem}.support-card{height:325px;width:unset}.brocoli{left:20px;bottom:-105px}.bunnui{right:-100px;top:120px}.stick{right:-140px;bottom:-20px}.stream{left:250px;top:-50px}.happy-cookie{left:7%;bottom:50px;transform:rotate(5deg) scale(75%)}.smug-cookie{left:12%;top:30px;transform:rotate(5deg) scale(.6)}.uhh-cookie{left:82%;bottom:50px;transform:rotate(-0deg) scale(.4)}.lol-cookie{left:90%;top:20px;transform:rotate(5deg) scale(55%)}}@media screen and (max-width: 880px){h1{font-size:3rem}h2{font-size:2.6rem}h3{font-size:1.3rem}button{min-width:175px}.about-main{background-size:cover!important}.hero-cookie{left:15%}.hero-stats,.community-container{background-size:cover!important}.hero-buttons{gap:1rem}.yt-videos-container{grid-template-columns:1fr 1fr 0fr;gap:20px 0px}.Video-3-Thumbnail,.Video-3-Text{display:none}.uhh-cookie{left:82%;bottom:70px;transform:rotate(-0deg) scale(.4)}.lol-cookie{left:75%;top:20px;transform:rotate(5deg) scale(55%)}}@media screen and (max-width: 770px){.hero-main,.about-main{gap:4rem}.hero-main-text,.about-main-text{width:80%}.about-main-text{margin:0 0 0 8%}.hero-main-image,.about-main-image{height:fit-content;width:calc(20% - 2rem)}.hero-image-background,.about-image-background{min-width:330px}.about-image-background{left:30px}.smug,.wave,.cool,.heart,.cry,.shrimp,.smug-flip,.trans-heart{width:60%}.smug{top:10%;left:-120%}.wave{top:0%;left:55%}.cool{top:88%;left:-114%}.heart{bottom:8%;right:5%}.stream{left:200px;top:-40px}.mushroom{top:15%;left:-20px;transform:scale(.3)}.salty{top:15%;right:-42%;transform:scale(.1)}.social-card{width:280px}span.long-name{font-size:1.1rem}.social-card,.support-card{strong.new-channel{font-size:2.2rem}}.Video-1-Thumbnail,.Video-2-Thumbnail{padding-inline:3px}button.long{min-width:400px}.posts-grid{grid-template-columns:1fr}}@media screen and (max-width: 650px){.social-card-container{gap:40px}.social-card{width:250px;padding-top:90px;margin-block:10px}span.long-name{font-size:1rem}.bunnui{right:-120px;top:0}.stick{right:-130px;bottom:-20px}.brocoli{left:120px;bottom:-110px}.happy-cookie{left:2%;bottom:50px}.smug-cookie{left:0%;top:30px}.uhh-cookie{left:82%;bottom:70px}.lol-cookie{left:78%;top:-20px}.mushroom{top:35%;left:-60px;transform:scale(.3)}.salty{top:40%;right:-42%;transform:scale(12%)}}@media screen and (max-width: 600px){.yt-videos-container{grid-template-columns:1fr 1fr 0fr}.Video-1-Thumbnail,.Video-2-Thumbnail{padding-inline:unset}.Video-1-Text{grid-area:4 /2;align-content:center}.Video-2-Thumbnail{grid-area:5 / 1}.Video-2-Text{grid-area:5 / 2;align-content:center}}@media screen and (max-width: 550px){.hero-main{flex-direction:column-reverse}.hero-buttons{justify-content:center}.about-main{flex-direction:column}.hero-main-text,.about-main-text{width:100%;text-align:center;align-items:center}.about-main-text{margin:0}.hero-main-image,.about-main-image{width:100%}.hero-image-background,.about-image-background{width:60%;min-width:300px}.hero-cookie{left:unset}.smug,.wave,.cool,.heart,.cry,.shrimp,.smug-flip,.trans-heart{width:10%}.smug{top:13%;left:12%}.wave{top:2%;left:73%}.cool{top:91%;left:9%}.heart{bottom:7%;right:14%}}@media screen and (max-width: 525px){button.long{min-width:unset;width:100%;padding-inline:25px}.social-card-container{gap:35px}.footer-links{gap:0px 2rem}}@media screen and (max-width: 450px){button{min-width:150px;margin:auto}.hero-stats ul{font-size:1.2rem;padding:1rem;gap:10px 0px}.hero-stats li{width:150px}.stat-number{font-size:2rem}.yt-videos-container{grid-template-columns:1fr 0fr 0fr}.Video-1-Text,.Video-2-Text{display:none}.footer-info{em{font-size:.9rem;line-height:1.6;margin-top:-10px;margin-bottom:10px}}}.scroll-to-top[data-astro-cid-hnzwq3ap]{position:fixed;bottom:2rem;right:2rem;width:44px;height:44px;background:hsl(from var(--card) h s l / .15);backdrop-filter:blur(8px);border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;z-index:5;display:flex;align-items:center;justify-content:center;color:var(--foreground);transform:translateY(100px);opacity:0;visibility:hidden}.scroll-to-top[data-astro-cid-hnzwq3ap].visible{transform:translateY(0);opacity:1;visibility:visible}.scroll-to-top[data-astro-cid-hnzwq3ap]:hover{transform:translateY(0) scale(1.05)}@media screen and (max-width: 768px){.scroll-to-top[data-astro-cid-hnzwq3ap]{bottom:1rem;right:1rem}}
