@import "https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap";html{scroll-behavior:smooth}*{font-family:JetBrains Mono,monospace}body{background-color:var(--clr-dark-a0);color:var(--clr-primary-a80);height:100%;margin:0}.header-font{font-family:Cook Widetype,monospace}.sigma-font{color:var(--clr-primary-a10);font-family:Arial,Helvetica,sans-serif;font-weight:800}::selection{background-color:var(--clr-primary-a30);color:var(--clr-dark-a0)}::selection{background-color:var(--clr-primary-a30);color:var(--clr-dark-a0)}:root{--clr-dark-a0:#000;--clr-light-a0:#fff;--clr-primary-a0:#4b66c6;--clr-primary-a10:#6375cd;--clr-primary-a20:#7985d3;--clr-primary-a30:#8d96da;--clr-primary-a40:#a0a7e0;--clr-primary-a50:#b4b8e7;--clr-primary-a60:#c7c9ed;--clr-primary-a70:#d9dbf3;--clr-primary-a80:#ecedf9;--clr-surface-a0:#121212;--clr-surface-a10:#282828;--clr-surface-a20:#3f3f3f;--clr-surface-a30:#575757;--clr-surface-a40:#717171;--clr-surface-a50:#8b8b8b;--clr-surface-a80:#c3c3c3;--clr-surface-tonal-a0:#1c1b26;--clr-surface-tonal-a10:#31303a;--clr-surface-tonal-a20:#474650;--clr-surface-tonal-a30:#5f5e67;--clr-surface-tonal-a40:#78777e;--clr-surface-tonal-a50:#919097;--clr-success-a0:#22946e;--clr-success-a10:#47d5a6;--clr-success-a20:#9ae8ce;--clr-warning-a0:#a87a2a;--clr-warning-a10:#d7ac61;--clr-warning-a20:#ecd7b2;--clr-danger-a0:#9c2121;--clr-danger-a10:#d94a4a;--clr-danger-a20:#eb9e9e;--clr-info-a0:#21498a;--clr-info-a10:#4077d1;--clr-info-a20:#92b2e5;--soft-red:#ec3750;--soft-yellow:#f2cc32;--soft-green:#33d6a6;--lightningcss-light: !important;--lightningcss-dark:initial!important;color-scheme:dark!important}@font-face{font-family:Cook Widetype;src:url(/assets/CookWidetype-BchFMo8x.ttf)format("truetype");font-weight:400;font-style:normal}.dotted-bg{z-index:-1;background-image:radial-gradient(circle, color-mix(in srgb, var(--clr-surface-a10) 80%, black) 1px, transparent 1px);background-size:20px 20px;width:100%;height:100%;animation:3s linear infinite drift;position:absolute}.dotted-bg:before{content:"";pointer-events:none;background:radial-gradient(circle at center, transparent 60%, var(--clr-dark-a0));position:fixed;inset:0}@keyframes drift{0%{background-position:0 0}to{background-position:20px 20px}}.viewport{flex-direction:column;align-items:center;width:100%;min-height:100%;display:flex;position:relative;overflow-x:hidden}#trailer{aspect-ratio:1;-webkit-backdrop-filter:invert();backdrop-filter:invert();z-index:100000;pointer-events:none;opacity:0;border-radius:50%;place-items:center;height:2rem;transition:opacity .5s;display:grid;position:fixed;top:0;left:0}:hover>#trailer{opacity:1}.landing{flex-direction:column;width:100%;height:100vh;max-height:47rem;display:flex}.landing .hero{flex-direction:column;flex:1 0;justify-content:flex-start;align-items:center;width:100%;height:calc(100vh - 4rem);min-height:0;margin-top:6rem;display:flex}.landing .hero h1{letter-spacing:.25rem;height:6rem;margin:0 0 1rem;font-family:Cook Widetype,cursive;font-size:4rem;font-weight:800}.landing .hero p{color:var(--clr-surface-tonal-a50);text-align:center;margin:.2rem}.landing .hero .buttons{-webkit-user-select:none;user-select:none;flex-direction:row;justify-content:center;align-items:center;gap:1rem;margin-top:1.75rem;display:flex}.landing .hero .buttons .button-container{outline:2px solid var(--clr-surface-tonal-a50);outline-offset:-2px;color:var(--clr-primary-a70);background-color:var(--clr-dark-a0);border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:200;transition:all .2s;display:flex}.landing .hero .buttons .button-container:hover{translate:0 -.4rem}.landing .hero .buttons .button-container-important{background-color:var(--clr-primary-a0);color:var(--clr-primary-a80);border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:400;transition:all .2s ease-in-out;display:flex}.landing .hero .buttons .button-container-important:hover{translate:0 -.4rem}.landing .hero .terminal{background-color:color-mix(in srgb, var(--clr-surface-a0) 50%, black);border-top:2px solid var(--clr-surface-a10);border-right:2px solid var(--clr-surface-a10);border-left:2px solid var(--clr-surface-a10);width:65%;min-width:27rem;max-width:55rem;box-shadow:0 0 3rem .25rem var(--clr-surface-a0);border-bottom:0;border-radius:1.25rem 1.25rem 0 0;flex-direction:column;flex-grow:1;flex-shrink:0;align-items:center;margin-top:4rem;transition:all .3s ease-in-out;display:flex}.landing .hero .terminal:hover{margin-top:3.75rem;scale:1.05}.landing .hero .terminal .titlebar{background-color:var(--clr-surface-a0);outline:2px solid var(--clr-surface-a10);border-radius:1.25rem 1.25rem 0 0;align-items:center;width:100%;height:3.5rem;display:flex}.landing .hero .terminal .titlebar .actions{flex-direction:row;justify-content:center;align-items:center;gap:.75rem;margin-left:1.25rem;display:flex;position:absolute}.landing .hero .terminal .titlebar .actions .circle{border-radius:100%;width:.85rem;height:.85rem}.red{background-color:var(--soft-red)}.yellow{background-color:var(--soft-yellow)}.green{background-color:var(--soft-green)}.landing .hero .terminal .titlebar .title-container{width:100%;color:var(--clr-surface-a80);justify-content:center;align-items:center;margin-left:5rem;display:flex}.landing .hero .terminal .body{flex-direction:column;flex-grow:1;align-items:flex-start;width:100%;margin-top:1rem;display:flex;overflow:hidden}.landing .hero .terminal .body p{text-align:left;margin-left:1.5rem}.ysws{flex-direction:column;align-items:center;width:100%;margin-bottom:12rem;display:flex}.divider{z-index:0;white-space:nowrap;color:var(--clr-surface-a10);letter-spacing:.2rem;background-color:color-mix(in srgb, var(--clr-surface-a0) 40%, black);border-top:2px solid var(--clr-surface-a0);border-bottom:2px solid var(--clr-surface-a0);justify-content:center;align-items:center;width:100%;height:2rem;font-weight:800;display:flex;position:absolute;overflow:hidden}.divider .track{animation:15s linear infinite scroll;display:inline-block}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(25%)}}.glow{width:100%;height:5rem}.ysws h1{letter-spacing:.25rem;text-align:center;margin-top:0;font-family:Cook Widetype,cursive;font-size:3.25rem;font-weight:800}.ysws h2{letter-spacing:.25rem;text-align:center;margin:0 0 1.5rem;font-family:Cook Widetype,cursive;font-size:2rem;font-weight:800}.small-divider{background-color:var(--clr-surface-a10);width:65%;height:2px;margin:0 0 2.5rem}.ysws p{color:var(--clr-surface-tonal-a50);text-align:center;margin:.2rem}.ysws .cards{flex-direction:row;justify-content:center;width:55rem;height:32rem;margin-top:4rem;display:flex}.ysws .cards .card{border:2px solid var(--clr-surface-a10);background-color:color-mix(in srgb, var(--clr-surface-a0) 40%, black);border-radius:1rem;flex-direction:column;align-items:center;width:calc(46% - 3rem);height:90%;padding:1.5rem;transition:all .3s ease-in-out;display:flex}.ysws .cards .card.ys{rotate:-5deg}.ysws .cards .card.ys:hover{rotate:-7deg;scale:1.05}.ysws .cards .card.ws{box-shadow:0 0 1rem 0 var(--clr-surface-a0);margin-top:5rem;rotate:5deg}.ysws .cards .card.ws:hover{rotate:7deg;scale:1.05}.ysws .cards .card .header{background-color:color-mix(in srgb, var(--clr-surface-a10) 50%, black);border-radius:.75rem;flex-direction:column;justify-content:center;align-items:center;width:100%;height:5rem;margin:0 0 1.5rem;display:flex}.ysws .cards .card .header h1{color:var(--clr-primary-a80);margin-bottom:.5rem;font-size:1.75rem}.ysws .cards .card .ideas{width:100%;color:var(--clr-surface-a80);flex-direction:column;flex-grow:1;align-items:center;gap:.65rem;margin-top:1.5rem;display:flex}.ysws .cards .card .ideas .ideas-container{outline:2px dashed color-mix(in srgb, var(--clr-surface-a10) 80%, black);border-radius:.5rem;flex-direction:row;justify-content:center;align-items:center;width:calc(100% - 2rem);padding:.75rem 1rem;display:flex}.arrow{background-color:var(--clr-primary-a80);z-index:99;width:9rem;height:4rem;margin-left:2rem;transition:transform .3s ease-in-out;position:absolute;transform:scaleY(-1)rotate(-10deg);-webkit-mask:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!--%20Created%20with%20Inkscape%20(http://www.inkscape.org/)%20--%3e%3csvg%20width='413.27515'%20height='202.0097'%20viewBox='0%200%20103.31879%2050.502426'%20version='1.1'%20id='svg1'%20inkscape:version='1.4%20(e7c3feb1,%202024-10-09)'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:svg='http://www.w3.org/2000/svg'%3e%3csodipodi:namedview%20id='namedview1'%20pagecolor='%23505050'%20bordercolor='%23eeeeee'%20borderopacity='1'%20inkscape:showpageshadow='false'%20inkscape:pageopacity='0'%20inkscape:pagecheckerboard='true'%20inkscape:deskcolor='%23505050'%20inkscape:document-units='px'%20inkscape:zoom='1.1458542'%20inkscape:cx='580.35306'%20inkscape:cy='293.23102'%20inkscape:window-width='1688'%20inkscape:window-height='1015'%20inkscape:window-x='12'%20inkscape:window-y='52'%20inkscape:window-maximized='0'%20inkscape:current-layer='layer1'%20showborder='true'%20borderlayer='true'%20labelstyle='default'%20inkscape:antialias-rendering='true'%20inkscape:clip-to-page='false'%3e%3cinkscape:page%20x='0'%20y='0'%20width='103.31879'%20height='50.502426'%20id='page2'%20margin='0'%20bleed='0'%20/%3e%3c/sodipodi:namedview%3e%3cdefs%20id='defs1'%20/%3e%3cg%20inkscape:label='Layer%201'%20inkscape:groupmode='layer'%20id='layer1'%20transform='translate(-24.185752,-79.791229)'%3e%3cg%20id='g3'%20inkscape:export-filename='arrow.svg'%20inkscape:export-xdpi='96'%20inkscape:export-ydpi='96'%3e%3cg%20id='g4'%20inkscape:export-filename='arrow.svg'%20inkscape:export-xdpi='96'%20inkscape:export-ydpi='96'%20transform='translate(-5.8274927,-29.969962)'%3e%3cpath%20style='fill:none;stroke:%23ffffff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:5;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke%20fill%20markers'%20d='M%2033.012245,47.604478%20C%2048.59687,101.5458%2089.788574,89.304297%2089.958101,70.718506%2090.130678,51.798135%2064.563837,51.477589%2064.218645,70.198517%2063.861197,89.5841%20107.57794,101.57131%20124.73848,47.515462'%20id='path2'%20sodipodi:nodetypes='cssc'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:3.14113;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:5;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke%20fill%20markers'%20d='m%20116.91399,46.135911%2015.2439,3.402114%20-5.92089,-9.323004%20z'%20id='path3'%20/%3e%3c/g%3e%3cg%20id='g5'%20inkscape:export-filename='arrow.svg'%20inkscape:export-xdpi='96'%20inkscape:export-ydpi='96'%20transform='translate(-6.8264914,42.457447)'%3e%3cg%20id='g6'%3e%3cpath%20style='fill:none;stroke:%23ffffff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:5;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke%20fill%20markers'%20d='M%2033.012245,47.604478%20C%2048.596847,101.5458%2088.57169,87.6007%2089.958101,70.718506%2091.506743,51.86083%2058.851299,52.260181%2064.218645,70.198517%20c%205.847566,19.543292%2055.965225,7.69968%2060.519835,-22.683055'%20id='path4'%20sodipodi:nodetypes='cssc'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:3.14113;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:5;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke%20fill%20markers'%20d='m%20117.24148,45.782774%2015.51919,1.762208%20-6.87849,-8.6407%20z'%20id='path5'%20/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!--%20Created%20with%20Inkscape%20(http://www.inkscape.org/)%20--%3e%3csvg%20width='413.27515'%20height='202.0097'%20viewBox='0%200%20103.31879%2050.502426'%20version='1.1'%20id='svg1'%20inkscape:version='1.4%20(e7c3feb1,%202024-10-09)'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:svg='http://www.w3.org/2000/svg'%3e%3csodipodi:namedview%20id='namedview1'%20pagecolor='%23505050'%20bordercolor='%23eeeeee'%20borderopacity='1'%20inkscape:showpageshadow='false'%20inkscape:pageopacity='0'%20inkscape:pagecheckerboard='true'%20inkscape:deskcolor='%23505050'%20inkscape:document-units='px'%20inkscape:zoom='1.1458542'%20inkscape:cx='580.35306'%20inkscape:cy='293.23102'%20inkscape:window-width='1688'%20inkscape:window-height='1015'%20inkscape:window-x='12'%20inkscape:window-y='52'%20inkscape:window-maximized='0'%20inkscape:current-layer='layer1'%20showborder='true'%20borderlayer='true'%20labelstyle='default'%20inkscape:antialias-rendering='true'%20inkscape:clip-to-page='false'%3e%3cinkscape:page%20x='0'%20y='0'%20width='103.31879'%20height='50.502426'%20id='page2'%20margin='0'%20bleed='0'%20/%3e%3c/sodipodi:namedview%3e%3cdefs%20id='defs1'%20/%3e%3cg%20inkscape:label='Layer%201'%20inkscape:groupmode='layer'%20id='layer1'%20transform='translate(-24.185752,-79.791229)'%3e%3cg%20id='g3'%20inkscape:export-filename='arrow.svg'%20inkscape:export-xdpi='96'%20inkscape:export-ydpi='96'%3e%3cg%20id='g4'%20inkscape:export-filename='arrow.svg'%20inkscape:export-xdpi='96'%20inkscape:export-ydpi='96'%20transform='translate(-5.8274927,-29.969962)'%3e%3cpath%20style='fill:none;stroke:%23ffffff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:5;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke%20fill%20markers'%20d='M%2033.012245,47.604478%20C%2048.59687,101.5458%2089.788574,89.304297%2089.958101,70.718506%2090.130678,51.798135%2064.563837,51.477589%2064.218645,70.198517%2063.861197,89.5841%20107.57794,101.57131%20124.73848,47.515462'%20id='path2'%20sodipodi:nodetypes='cssc'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:3.14113;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:5;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke%20fill%20markers'%20d='m%20116.91399,46.135911%2015.2439,3.402114%20-5.92089,-9.323004%20z'%20id='path3'%20/%3e%3c/g%3e%3cg%20id='g5'%20inkscape:export-filename='arrow.svg'%20inkscape:export-xdpi='96'%20inkscape:export-ydpi='96'%20transform='translate(-6.8264914,42.457447)'%3e%3cg%20id='g6'%3e%3cpath%20style='fill:none;stroke:%23ffffff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:5;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke%20fill%20markers'%20d='M%2033.012245,47.604478%20C%2048.596847,101.5458%2088.57169,87.6007%2089.958101,70.718506%2091.506743,51.86083%2058.851299,52.260181%2064.218645,70.198517%20c%205.847566,19.543292%2055.965225,7.69968%2060.519835,-22.683055'%20id='path4'%20sodipodi:nodetypes='cssc'%20/%3e%3cpath%20style='fill:%23ffffff;fill-opacity:1;stroke:%23ffffff;stroke-width:3.14113;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:5;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke%20fill%20markers'%20d='m%20117.24148,45.782774%2015.51919,1.762208%20-6.87849,-8.6407%20z'%20id='path5'%20/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") 50%/contain no-repeat}.arrow:hover{transform:scaleY(-1)rotate(-25deg)}.community{flex-direction:column;align-items:center;width:100%;margin-bottom:5rem;display:flex}.community h1{letter-spacing:.25rem;text-align:center;margin-top:0;font-family:Cook Widetype,cursive;font-size:3.25rem;font-weight:800}.community .container{flex-direction:row;justify-content:center;align-items:center;gap:5rem;width:65rem;margin-top:1rem;display:flex}.community .container h2{margin:0}.community .container p{color:var(--clr-surface-tonal-a50)}.community .container .description{flex-direction:column;justify-content:center;width:22rem;display:flex}.community .container .terminal{background-color:color-mix(in srgb, var(--clr-surface-a0) 50%, black);border:2px solid var(--clr-surface-a10);width:27rem;height:15rem;box-shadow:0 0 2rem 0 var(--clr-surface-a0);border-radius:1rem;flex-direction:column;transition:all .3s ease-in-out;display:flex}.community .container .terminal:hover{rotate:3deg;scale:1.05}.community .container .terminal .titlebar{background-color:var(--clr-surface-a0);border-bottom:2px solid var(--clr-surface-a10);border-radius:.9rem .9rem 0 0;align-items:center;gap:2.5rem;width:100%;height:3rem;display:flex}.community .container .terminal .titlebar .actions{flex-direction:row;justify-content:center;align-items:center;gap:.5rem;margin-left:1.25rem;display:flex;position:relative}.community .container .terminal .titlebar .actions .circle{border-radius:100%;width:.75rem;height:.75rem}.community .container .terminal .titlebar .title-container{color:var(--clr-surface-a80)}.community .container .terminal .body{flex-direction:column;flex-grow:1;width:100%;margin-top:1.5rem;display:flex;overflow:hidden}.community .container .terminal .body p{margin:0 0 1rem 1.5rem}.community .container .terminal .body .bright{color:var(--clr-light-a0)}.accent{color:var(--clr-primary-a20);font-weight:700}.success{color:var(--clr-success-a10);font-weight:700}.info{color:var(--clr-warning-a10);font-weight:700}.warn{color:var(--soft-red);font-weight:700}.community .container .buttons{flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem;margin-top:.75rem;display:flex}.community .container .buttons .button-container-important{background-color:var(--clr-primary-a0);color:var(--clr-primary-a80);border-radius:.5rem;padding:.75rem 1.5rem;font-weight:400;transition:all .2s ease-in-out}.community .container .buttons .button-container-important:hover{translate:.5rem}a{text-decoration:none}.footer a{color:var(--clr-primary-a80)}.faqs{flex-direction:column;align-items:center;width:100%;margin-bottom:5rem;display:flex}.faqs h1{letter-spacing:.25rem;text-align:center;margin-top:0;font-family:Cook Widetype,cursive;font-size:3.25rem;font-weight:800}.faqs p{color:var(--clr-surface-tonal-a50);text-align:center;margin:.2rem}.faqs .container{border-radius:.5rem;flex-direction:column;justify-content:center;align-items:center;width:46rem;max-width:65%;margin-top:1.5rem;display:flex}.faqs .container .faq{border-radius:.5rem;flex-direction:column;align-items:center;gap:.5rem;width:100%;max-width:40rem;padding:1rem 2rem;display:flex}.faqs .container .faq .question{background-color:var(--clr-surface-a0);width:100%;color:var(--clr-surface-a80);border-radius:.75rem;padding:1rem 2rem}.faqs .container .faq .answer{width:calc(100% - 4px);color:var(--clr-surface-tonal-a50);outline:2px dashed color-mix(in srgb, var(--clr-surface-a10) 80%, black);background-color:var(--clr-dark-a0);border-radius:.75rem;padding:1rem 2rem;line-height:1.65rem}.footer{text-align:center;flex-direction:column;align-items:center;width:100%;display:flex}.footer .container{border-radius:.5rem;flex-direction:column;justify-content:center;align-items:center;width:46rem;max-width:65%;margin-top:2rem;display:flex}.footer .rsvp{background-color:color-mix(in srgb, var(--clr-surface-a0) 50%, black);border:2px dashed var(--clr-surface-a20);border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;max-width:40rem;margin:6rem 6rem 1rem;padding:3rem 2rem;display:flex}.footer .rsvp h1{letter-spacing:2px;text-align:center;margin:0;font-family:Cook Widetype,cursive}.footer p{width:80%;color:var(--clr-surface-tonal-a50);text-align:center;line-height:1.65rem}.footer .rsvp .buttons{flex-direction:row;justify-content:center;align-items:center;gap:1rem;margin-top:.4rem;display:flex}.footer .rsvp .buttons .button-container{background-color:var(--clr-primary-a0);border-radius:.5rem;flex-direction:row;align-items:center;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease-in-out;display:flex}.footer .rsvp .buttons .button-container:hover{translate:0 -.4rem}.footer .container .footer{background-color:color-mix(in srgb, var(--clr-surface-a0) 50%, black);border:2px dashed var(--clr-surface-a20);border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:40rem;margin:0 6rem 6rem;padding:2rem;display:flex}.landing .cursor{animation:1.5s infinite blink}@keyframes blink{0%,50%,to{opacity:1}25%,75%{opacity:0}}@media screen and (width<=930px){.ysws .cards{flex-direction:column;justify-content:center;align-items:center;width:55rem;height:64rem}.arrow{rotate:50deg}.community .container .description{text-align:center}.community .container .buttons{justify-content:center}.community .container{flex-direction:column;gap:2.5rem}}@media screen and (width<=480px){.landing .hero .terminal{width:90%;min-width:5rem}.community .container{width:100%}.community .container .terminal{width:90%;min-width:5rem}}@media screen and (width<=430px){.ysws .cards{text-align:center;width:100%;height:auto}.ysws .cards .card{width:70%;height:90%}.ysws .cards .card.ys,.ysws .cards .card.ws{rotate:0deg}}@media screen and (width<=380px){.actions{opacity:0;visibility:hidden;width:0;height:0}.landing .hero .terminal .titlebar .title-container{margin-left:0}.community h1{font-size:2.5rem}}.nav{z-index:100;border:1px solid var(--clr-surface-a10);-webkit-backdrop-filter:blur(.5rem)brightness(.5);backdrop-filter:blur(.5rem)brightness(.5);border-radius:1rem;flex-direction:row;justify-content:space-between;align-items:center;width:50%;height:3rem;margin-top:1rem;display:flex;position:fixed}.nav .logo-container{flex-direction:row;justify-content:center;align-items:center;gap:.5rem;margin-left:1.5rem;display:flex}.nav .logo{background-image:url("data:image/svg+xml,%3csvg%20width='1440'%20height='1440'%20viewBox='0%200%201440%201440'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_30_46)'%3e%3cpath%20d='M1331.44%20883.299C1365.01%20754.689%201378.1%20640.243%201368.41%20539.345C1357.05%20436.795%201314.33%20347.079%201240.26%20270.203C1164.76%20194.156%201050.57%20135.655%20897.699%2094.7024C739.167%2052.2332%20607.628%2044.9062%20503.086%2072.7207C397.108%20101.364%20313.564%20157.254%20252.457%20240.391C192.803%20321.548%20144.087%20426.45%20108.56%20555.702L1331.44%20883.299Z'%20fill='white'/%3e%3cpath%20d='M1331.44%20883.299C1296.22%201011.47%201249.21%201116.83%201190.38%201199.37C1129.28%201282.51%201047.43%201338.85%20944.849%201368.41C841.44%201396.52%20713.297%201390.11%20560.428%201349.15C401.896%201306.69%20284.31%201247.27%20207.672%201170.92C130.206%201093.14%2085.7902%201002.97%2074.426%20900.417C63.3326%20800.307%2074.716%20685.404%20108.56%20555.702L1331.44%20883.299Z'%20fill='white'/%3e%3cpath%20d='M1190.41%20845.519C1216.24%20746.59%201226.63%20657.008%201219.17%20579.396C1210.43%20500.513%201177.57%20431.502%201120.6%20372.367C1062.52%20313.87%20974.68%20268.87%20857.09%20237.368C735.144%20204.7%20633.962%20199.064%20553.546%20220.46C472.026%20242.493%20407.763%20285.485%20360.758%20349.435C314.871%20411.863%20276.915%20494.059%20249.587%20593.482L1190.41%20845.519Z'%20fill='white'/%3e%3cpath%20d='M1190.41%20845.519C1163.32%20944.11%201127.48%201023.61%201082.23%201087.1C1035.22%201151.05%20972.265%201194.39%20893.359%201217.13C813.815%201238.75%20715.245%201233.82%20597.655%201202.32C475.709%201169.65%20385.26%201123.95%20326.309%201065.22C266.72%201005.38%20232.555%20936.024%20223.813%20857.14C215.28%20780.133%20223.554%20693.251%20249.587%20593.482L1190.41%20845.519Z'%20fill='white'/%3e%3cpath%20d='M597.501%201202.78C715.091%201234.28%20813.664%201239.22%20893.209%201217.59C972.115%201194.86%201035.07%201151.51%201082.08%201087.56C1127.33%201024.07%201163.32%20944.109%201190.41%20845.519C1216.24%20746.59%201226.47%20657.469%201219.02%20579.856C1210.28%20500.975%201177.42%20431.965%201120.45%20372.831C1100.05%20352.284%201075.96%20333.415%201048.22%20316.198L1031.93%20376.976C1024.01%20406.535%201020.05%20421.313%201008.41%20428.035C996.763%20434.757%20981.982%20430.8%20952.418%20422.878L933.596%20417.835L765.553%201044.98C757.047%201076.73%20724.413%201095.56%20692.663%201087.06C660.916%201078.55%20642.072%201045.92%20650.575%201014.18L503.466%20974.759C486.416%20970.19%20477.889%20967.903%20473.383%20961.683C472.509%20960.475%20471.761%20959.18%20471.153%20957.82C468.018%20950.807%20470.305%20942.282%20474.873%20925.234L481.136%20901.862C483.956%20891.34%20495.395%20885.827%20506.29%20885.827C537.663%20885.827%20563.097%20860.396%20563.099%20829.027C563.098%20812.306%20555.872%20797.274%20544.372%20786.882C532.468%20776.126%20526.515%20770.748%20525.25%20769.053C520.492%20762.679%20520.467%20762.597%20520.999%20754.661C521.141%20752.551%20522.106%20748.96%20524.029%20741.783C525.878%20734.883%20526.802%20731.431%20528.364%20728.828C532.209%20722.425%20539.085%20718.459%20546.553%20718.332C549.589%20718.281%20553.041%20719.207%20559.942%20721.056L717.784%20763.349L818.62%20387.027L803.048%20382.855C773.484%20374.933%20758.7%20370.969%20751.977%20359.325C745.255%20347.681%20749.216%20332.901%20757.136%20303.343L779.417%20220.189C691.449%20203.995%20616.109%20204.238%20553.397%20220.923C471.876%20242.956%20407.609%20285.949%20360.603%20349.899C314.718%20412.327%20276.915%20494.06%20249.587%20593.482C223.554%20693.251%20215.128%20780.598%20223.661%20857.605C232.403%20936.488%20266.57%201005.85%20326.158%201065.68C385.109%201124.41%20475.557%201170.11%20597.501%201202.78Z'%20fill='%234B78C7'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_30_46'%3e%3crect%20width='1440'%20height='1440'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-position:50%;background-repeat:no-repeat;background-size:contain;width:1.5rem;height:1.5rem}.nav h1{letter-spacing:2px;margin:0 0 2px;font-size:1.2rem}
