.directory{background:#121212;font-family:monospace;color:#fff;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:10px}.directory .tree,.directory .tree-node,.directory .tree-node-group{list-style:none;margin:0;padding:0}.directory .tree-branch-wrapper,.directory .tree-node__leaf{outline:none}.directory .tree-node{cursor:pointer}.directory .tree-node:hover{background:#ffffff1a}.directory .tree .tree-node--focused{background:#fff3}.directory .tree-node__branch{display:block}.directory .icon{vertical-align:middle;padding-right:5px}#terminalEditor{border-radius:0;line-height:15px;font-size:10px}.index_caretAfter__6aXPx{width:5px!important;height:10px!important}.custom-select-wrapper{position:relative;display:inline-block}.custom-select{position:relative;display:block;width:100%;cursor:pointer}.custom-select-trigger{background-color:inherit;color:#fff;display:flex;flex-direction:row;align-items:center;justify-content:space-between;font-size:13px;font-family:STARBLASTER;opacity:.7;transition:opacity .25s linear}.custom-select-trigger:hover{opacity:1;transition:opacity .25s linear}.custom-options{position:absolute;left:0;right:0;top:100%;border-radius:4px;margin-top:5px;display:none;z-index:999}.custom-options .custom-option{padding:10px;cursor:pointer;background-color:#f1f1f1;border-bottom:1px solid #ddd;font-size:13px;font-family:STARBLASTER;transition:all .25s linear}.custom-options .custom-option:last-child{border-bottom:none}.custom-options .custom-option:hover{background-color:#18a0fb;color:#fff;transition:all .25s linear}.custom-select.open .custom-options{display:flex;flex-direction:column;width:300px}@media (max-width:834px){.custom-select.open .custom-options{width:auto}}.nav__link{font-family:STARBLASTER;color:#fff;opacity:.7;transition:opacity .25s linear;font-size:13px;text-align:center;cursor:pointer}.nav__link:hover{opacity:1;transition:opacity .25s linear}.nav__link_icon{display:flex;gap:.3rem;align-items:center}.project-name-block{display:flex;align-items:center;gap:.5rem}.project-name-block__title{color:#fff;opacity:.5;font-size:13px;font-weight:700;font-family:Inter,sans-serif}#project-name{background-color:inherit;color:#fff;display:inline-block}.project-name-block__button{color:#fff;background-color:#18a0fb;border-radius:8px;padding:8px 16px;font-family:STARBLASTER,serif;font-size:14px;margin-left:2rem;opacity:.5;transition:opacity .25s linear}.project-name-block__button:hover{opacity:1;transition:opacity .25s linear}.hidden-span{font-family:Inter,sans-serif;font-size:16px;visibility:hidden;position:absolute;white-space:pre;pointer-events:none}@media (max-width: 600px){.project-name-block{display:flex;flex-direction:column;align-items:center}.project-name-block__button{display:none}}.modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#ffffff1a;width:100%;height:100%;padding:0 3%;box-shadow:0 0 10px #00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000;display:flex;justify-content:center;align-items:center}.modal__content{width:60%;padding:10%;background-color:#141414;border-radius:.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;opacity:1}.modal__header{text-align:center;font-size:20px;color:#fff}.modal__text{color:#fff;opacity:.7;font-size:16px}.modal__button{color:#fff;background-color:#18a0fb;border-radius:.5rem;padding:8px 16px;font-size:14px}.editor-page__console{display:flex;grid-column:3/10;grid-row:7/10}.editor-page__mobile-nav{display:none}.editor-page__file-tree{grid-column:1/3;grid-row:1/11}.editor-page__editor{grid-column:3/10;grid-row:1/7;border:1px solid rgba(140,140,140,.5);border-top-right-radius:.5rem;border-bottom:0}@media (max-width:600px){.editor-page__editor{position:relative;border-bottom:1px solid rgba(140,140,140,.5);border-end-end-radius:.5rem;grid-column:3/11;grid-row:1/11}.editor-page__console{display:none}.editor-page__console-active{display:flex;grid-row:1/11;grid-column:1/11;z-index:1}.editor-page__console-active div{border-radius:.5rem}.editor-page__mobile-nav{grid-column:1/2;grid-row:1/11;border:1px solid rgba(140,140,140,.5);border-right:0;border-top-left-radius:.5rem;border-bottom-left-radius:.5rem;display:flex;justify-content:center;align-items:flex-start;padding:1rem 2px;cursor:pointer}.editor-page__mobile-nav img{width:min(80%,25px)}.editor-page__file-tree{display:none}.open-file-tree{display:block;grid-column:2/11;border-left:0;z-index:1;border-radius:0 .5rem .5rem 0;border-right:1px solid rgba(140,140,140,.5)}.open-file-tree div{background:#363636;border-radius:0 .5rem .5rem 0}.editor-page__editor{grid-column:2/11}}#menu__toggle{opacity:0}.overflow{overflow:hidden}@media (max-width: 834px){.menu__btn,#menu-toggle{display:block}#menu__toggle:checked~.menu__btn>span{transform:rotate(45deg);background-color:#333}#menu__toggle:checked~.menu__btn>span:before{top:0;transform:rotate(0);background-color:#333}#menu__toggle:checked~.menu__btn>span:after{top:0;transform:rotate(90deg);background-color:#333}#menu__toggle:checked~.menu__box{top:0;transition:top .25s linear}.menu__btn{display:flex;align-items:center;position:relative;right:2rem;width:26px;height:26px;cursor:pointer;z-index:11}.menu__btn>span,.menu__btn>span:before,.menu__btn>span:after{display:block;position:absolute;width:100%;height:2px;background-color:#fff;transition-duration:.25s;z-index:10}.menu__btn>span:before{content:"";top:-8px}.menu__btn>span:after{content:"";top:8px}.menu__box{display:flex;flex-direction:column;justify-content:space-evenly;position:absolute;top:-100vh;left:0;width:100%;height:100vh;margin:0;padding:80px 0;background-color:#eceff1;box-shadow:1px 0 6px #0003;transition:top .25s linear;z-index:10}.menu__item{display:flex;padding:12px 24px;color:#333;transition:color .2s linear}.menu__item:hover,.custom-options .custom-option,.custom-select-trigger:hover{background-color:#333;color:#fff}.menu__item{width:60vw;display:flex;justify-content:center;background-color:#818181;color:#fff}.menu__edit{right:0;height:auto}}.hero__header{font-weight:500;font-size:max(3.75vw,34px);letter-spacing:-2%}.hero__description{width:85%}@media (max-width:340px){.hero__description{font-size:12px}}@media (max-width:640px){.hero__description{width:100%}}.wrapper{width:100%;background:url(/assets/BG-7evZ55DS.png) no-repeat,#03020a}.pros-icons{display:flex;justify-content:space-between}.pros-icons__item{display:flex;flex-direction:column;align-items:center;gap:42px;width:max(12vw,126px)}.pros-icons__item>p{color:#d5d4e2;font-weight:400;font-size:13px;text-align:center}@media (max-width:640px){.pros-icons{display:flex;flex-direction:column;align-items:center;gap:2rem}.pros-icons__item{display:flex;flex-direction:column;align-items:center}}.get-started-section{padding:max(7.3vw,3rem) 0}.get-started-section__header{color:#fff;font-size:max(2.5vw,34px);text-align:center;font-weight:500}.get-started-section__text{max-width:746px;text-align:center;color:#d5d4e2;font-size:16px}.get-started-section__link{background-color:inherit;color:#fff;border:2px solid #8884FF;padding:15px 30px;font-size:16px;border-radius:5px;transform:skew(-15deg);transition:background-color .2s linear}.get-started-section__link:hover{background-color:#8884ff}.get-started-section__link>span{display:inline-block;transform:skew(15deg)}@media (max-width:340px){.get-started-section__text{width:100%;font-size:12px}}.links-section{padding:max(7.3vw,3rem) 0;display:flex;flex-direction:column;gap:5rem}.links-section__header{color:#fff;font-size:max(2.5vw,27px);text-align:center}.links-section__header>span{color:#acaafd}.links-section__grid{display:grid;gap:1rem;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr 1fr;position:relative}.links-section__grid:before,.links-section__grid:after{content:url("data:image/svg+xml,%3csvg%20width='19'%20height='19'%20viewBox='0%200%2019%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M17.0327%202H3C2.44772%202%202%202.44772%202%203V17'%20stroke='%23E7E6F1'%20stroke-width='3'%20stroke-linecap='round'/%3e%3c/svg%3e");position:absolute}.links-section__grid:before{right:calc(100% - 16px);bottom:calc(100% - 22px)}.links-section__grid:after{transform:rotate(180deg);left:calc(100% - 16px);top:calc(100% - 22px)}.links-section__item{height:230px;width:100%;background-color:#fff;display:flex;justify-content:space-between;align-items:start;padding:15px;transition:all .2s linear}.links-section__item:hover{background:#dcdcdc;box-shadow:10px 10px 5px #000000bf;padding:10px}.links-section__link-description>h1{font-size:24px;font-weight:500;color:#26262b}.links-section__link-description>p{font-size:16px;font-weight:200;color:#5f5e66}.links-section__item_c2{grid-row:1/3;height:100%}.links-section__item_r2{grid-column:2/4;width:100%}.links-section__item_plus{position:relative;justify-content:space-between}.links-section__item_plus:before,.links-section__item_plus:after{content:url("data:image/svg+xml,%3csvg%20width='25'%20height='25'%20viewBox='0%200%2025%2025'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_385_59)'%3e%3cpath%20d='M23.0286%2014.1714H14.1714V23.0286C14.1714%2023.4984%2013.9848%2023.949%2013.6526%2024.2812C13.3204%2024.6134%2012.8698%2024.8%2012.4%2024.8C11.9302%2024.8%2011.4796%2024.6134%2011.1474%2024.2812C10.8152%2023.949%2010.6286%2023.4984%2010.6286%2023.0286V14.1714H1.77143C1.30162%2014.1714%200.851047%2013.9848%200.51884%2013.6526C0.186633%2013.3204%200%2012.8698%200%2012.4C0%2011.9302%200.186633%2011.4796%200.51884%2011.1474C0.851047%2010.8152%201.30162%2010.6286%201.77143%2010.6286H10.6286V1.77143C10.6286%201.30162%2010.8152%200.851046%2011.1474%200.518839C11.4796%200.186632%2011.9302%200%2012.4%200C12.8698%200%2013.3204%200.186632%2013.6526%200.518839C13.9848%200.851046%2014.1714%201.30162%2014.1714%201.77143V10.6286H23.0286C23.4984%2010.6286%2023.949%2010.8152%2024.2812%2011.1474C24.6134%2011.4796%2024.8%2011.9302%2024.8%2012.4C24.8%2012.8698%2024.6134%2013.3204%2024.2812%2013.6526C23.949%2013.9848%2023.4984%2014.1714%2023.0286%2014.1714Z'%20fill='%23B7B6D2'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_385_59'%3e%3crect%20width='24.8'%20height='24.8'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");position:absolute}.links-section__item_plus:before{left:-12px;bottom:calc(100% - 19px)}.links-section__item_plus:after{right:-12px;top:calc(100% - 13px)}.mobile-link{display:none}@media (max-width:640px){.links-section__grid{grid-template-rows:1fr 1fr 1fr 1fr;grid-template-columns:1fr}.links-section__item_c2{grid-row:1}.links-section__item_r2{grid-column:1}.mobile-link{display:flex;align-items:center;justify-content:center}}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:#0000001a}::-webkit-scrollbar-thumb{background-color:#424242c1;border-radius:5px;border:2px solid rgba(0,0,0,.1)}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.static{position:static}.my-4{margin-top:1rem;margin-bottom:1rem}.my-\[10\%\]{margin-top:10%;margin-bottom:10%}.mr-1{margin-right:.25rem}.flex{display:flex}.grid{display:grid}.hidden{display:none}.h-0{height:0px}.h-\[100\%\]{height:100%}.h-\[166px\]{height:166px}.h-\[26px\]{height:26px}.h-\[2px\]{height:2px}.h-\[35px\]{height:35px}.h-\[calc\(100\%-35px\)\]{height:calc(100% - 35px)}.h-full{height:100%}.max-h-screen{max-height:100vh}.min-h-\[35px\]{min-height:35px}.min-h-screen{min-height:100vh}.w-\[100\%\]{width:100%}.w-\[133px\]{width:133px}.w-full{width:100%}.max-w-\[1232px\]{max-width:1232px}.max-w-\[150px\]{max-width:150px}.max-w-\[70px\]{max-width:70px}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.basis-full{flex-basis:100%}.cursor-pointer{cursor:pointer}.grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.grid-rows-9{grid-template-rows:repeat(9,minmax(0,1fr))}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-evenly{justify-content:space-evenly}.gap-1{gap:.25rem}.gap-10{gap:2.5rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-\[100px\]{gap:100px}.gap-\[20vw\]{gap:20vw}.gap-\[4vw\]{gap:4vw}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-br-lg{border-bottom-right-radius:.5rem}.rounded-tr-lg{border-top-right-radius:.5rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.border-t{border-top-width:1px}.border-t-2{border-top-width:2px}.border-\[\#8c8c8c\]{--tw-border-opacity: 1;border-color:rgb(140 140 140 / var(--tw-border-opacity))}.border-t-\[\#931cff\]{--tw-border-opacity: 1;border-top-color:rgb(147 28 255 / var(--tw-border-opacity))}.border-opacity-50{--tw-border-opacity: .5}.bg-\[\#121212\]{--tw-bg-opacity: 1;background-color:rgb(18 18 18 / var(--tw-bg-opacity))}.bg-\[\#12141d\]{--tw-bg-opacity: 1;background-color:rgb(18 20 29 / var(--tw-bg-opacity))}.bg-beige{--tw-bg-opacity: 1;background-color:rgb(231 230 241 / var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.p-2{padding:.5rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[18\%\]{padding-left:18%;padding-right:18%}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-\[1rem\]{padding-top:1rem;padding-bottom:1rem}.pb-4{padding-bottom:1rem}.text-\[10px\]{font-size:10px}.text-\[12px\]{font-size:12px}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.lowercase{text-transform:lowercase}.text-\[\#03020A\]{--tw-text-opacity: 1;color:rgb(3 2 10 / var(--tw-text-opacity))}.text-lightgrey{--tw-text-opacity: 1;color:rgb(213 212 226 / var(--tw-text-opacity))}.text-violet{--tw-text-opacity: 1;color:rgb(172 170 253 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.opacity-100{opacity:1}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.AzeretMono{font-family:Azeret Mono,monospace}.Inter{font-family:Inter,sans-serif}@font-face{font-family:STARBLASTER;src:url(/assets/STARBLASTER_demo-ryJlmxEJ.ttf) format("truetype"),url(/assets/STARBLASTER_demo-CYgbbKy1.woff) format("woff")}.Star-Blaster{font-family:STARBLASTER}.monaco-editor,.monaco-editor .overflow-guard{border-bottom-right-radius:.5rem}.hover\:bg-\[\#2d2b2a\]:hover{--tw-bg-opacity: 1;background-color:rgb(45 43 42 / var(--tw-bg-opacity))}.hover\:bg-\[\#4e4b49\]:hover{--tw-bg-opacity: 1;background-color:rgb(78 75 73 / var(--tw-bg-opacity))}@media (max-width: 425px){.mobile\:h-auto{height:auto}.mobile\:flex-col{flex-direction:column}.mobile\:items-center{align-items:center}.mobile\:justify-center{justify-content:center}.mobile\:gap-4{gap:1rem}.mobile\:border-r{border-right-width:1px}.mobile\:p-4{padding:1rem}}@media (max-width: 600px){.mid\:absolute{position:absolute}.mid\:right-8{right:2rem}.mid\:flex{display:flex}.mid\:hidden{display:none}.mid\:h-\[26px\]{height:26px}.mid\:flex-col{flex-direction:column}.mid\:justify-evenly{justify-content:space-evenly}}@media (max-width: 834px){.tablet\:w-\[90\%\]{width:90%}.tablet\:p-8{padding:2rem}.tablet\:hover\:text-violet:hover{--tw-text-opacity: 1;color:rgb(172 170 253 / var(--tw-text-opacity))}}@media (min-width: 835px){.desktop\:hidden{display:none}}
