:root{--background:#1E1E1E;--background-200:#161616;--foreground:#E1E1E1;--foreground-200:#7a7a78;--red:#E5484D;--orange:#F5A623;--green:#3ECF8E;--blue:#3B82F6}*{margin:0;padding:0;box-sizing:border-box}::-webkit-scrollbar{display:none}html{-ms-overflow-style:none;scrollbar-width:none}body{font-family:var(--font-space-grotesk,"Space Grotesk"),sans-serif;background-color:var(--background);overflow-x:hidden}[role=button],a,body,button,input,select,textarea{cursor:none}.lokai-cursor{position:fixed;top:0;left:0;width:16px;height:16px;background:var(--foreground);mix-blend-mode:difference;pointer-events:none;z-index:99999;will-change:transform;transition:width .25s cubic-bezier(.22,1,.36,1),height .25s cubic-bezier(.22,1,.36,1)}.lokai-cursor--hover{width:40px;height:40px}@media (max-width:1000px){[role=button],a,body,button,input,select,textarea{cursor:auto}.lokai-cursor{display:none}}img{width:100%;height:100%;object-fit:cover}h1,h2,h3,img{-webkit-user-select:none;user-select:none}h1,h2,h3{line-height:1.1}h1{font-size:clamp(2.5rem,1.815rem + 5.75vw,9rem);font-weight:600;letter-spacing:-.075rem}h2{font-size:clamp(2rem,1.25rem + 2.25vw,5rem);-webkit-font-smoothing:antialiased;letter-spacing:-.015rem}h2,h3{font-weight:550}h3{font-size:clamp(1.5rem,.75rem + 1.75vw,3.5rem);letter-spacing:-.0075rem}@media (max-width:768px){h2{font-size:clamp(1.4rem,1rem + 1.5vw,2rem)}h3{font-size:clamp(1.2rem,.8rem + 1.25vw,1.75rem)}}a,p{font-size:clamp(1.075rem,.325rem + .825vw,2rem);font-weight:500;-webkit-user-select:none;user-select:none}a{text-decoration:none}a.sub,p.sub{font-size:clamp(.8rem,.2rem + .7vw,1.5rem)}a.label,p.label{font-weight:600;-webkit-font-smoothing:antialiased}.label{text-transform:uppercase}a.label.mono,p.label.mono{font-family:var(--font-inter,"Inter"),sans-serif;font-weight:600;-webkit-font-smoothing:antialiased}.dark{color:var(--foreground)}.light{color:var(--background)}.reveal-clip{position:relative;width:max-content;clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}@media (max-width:1000px){h1{letter-spacing:-.05rem}}.lokai-form{display:flex;flex-direction:column;gap:1rem}.lokai-form input:not([type=checkbox]),.lokai-form select,.lokai-form textarea{width:100%;padding:.85rem 0;border:none;border-bottom:1px solid rgba(225,225,225,.2);background:transparent;font-family:inherit;font-size:clamp(.9rem,.5rem + .5vw,1.1rem);color:var(--foreground);outline:none;transition:border-color .3s ease}.lokai-form input:not([type=checkbox])::placeholder,.lokai-form textarea::placeholder{color:var(--foreground-200)}.lokai-form input:not([type=checkbox]):focus,.lokai-form select:focus,.lokai-form textarea:focus{border-bottom-color:var(--foreground)}.lokai-form select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 0 center}.lokai-form select option{background-color:var(--background);color:var(--foreground)}.lokai-form textarea{resize:vertical;min-height:3rem;line-height:1.5}.lokai-form--light input:not([type=checkbox]),.lokai-form--light select,.lokai-form--light textarea{color:var(--background);border-bottom-color:rgba(30,30,30,.15)}.lokai-form--light input:not([type=checkbox])::placeholder,.lokai-form--light textarea::placeholder{color:rgba(30,30,30,.4)}.lokai-form--light input:not([type=checkbox]):focus,.lokai-form--light select:focus,.lokai-form--light textarea:focus{border-bottom-color:var(--background)}.lokai-form--light select{color:rgba(30,30,30,.4)}.lokai-form--light select.has-value{color:var(--background)}.lokai-btn,.lokai-form--light select option{background-color:var(--foreground);color:var(--background)}.lokai-btn{display:inline-block;width:-moz-fit-content;width:fit-content;padding:.75rem 2rem;border:none;font-family:inherit;font-size:clamp(.9rem,.5rem + .5vw,1.1rem);font-weight:500;cursor:pointer;text-decoration:none;transition:background-color .3s ease,opacity .3s ease}.lokai-btn:hover{background-color:var(--foreground-200)}.lokai-btn:disabled{opacity:.35;cursor:not-allowed}.lokai-btn-inv{background-color:var(--background);color:var(--foreground)}.lokai-btn-inv:hover{background-color:var(--background-200)}.lokai-checkbox{display:flex;gap:.75rem;align-items:flex-start;cursor:pointer}.lokai-checkbox input[type=checkbox]{appearance:none;margin:.3rem 0 0;flex-shrink:0;width:13px;height:13px;border-radius:0;background-color:initial;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.lokai-checkbox span{line-height:1.5}.lokai-checkbox a{font-size:inherit;text-decoration:underline;text-underline-offset:2px}.lokai-checkbox--dark input[type=checkbox]{border:1.5px solid rgba(225,225,225,.25)}.lokai-checkbox--dark input[type=checkbox]:checked{background-color:var(--foreground);border-color:var(--foreground)}.lokai-checkbox--dark a,.lokai-checkbox--dark span{color:var(--foreground)}.lokai-checkbox--light input[type=checkbox]{border:1.5px solid rgba(30,30,30,.25)}.lokai-checkbox--light input[type=checkbox]:checked{background-color:var(--background);border-color:var(--background)}.lokai-checkbox--light span{color:rgba(30,30,30,.5)}.lokai-checkbox--light a{color:var(--background)}html.lenis{height:auto}.lenis.lenis-smooth{scroll-behavior:auto}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-scrolling iframe{pointer-events:none}::view-transition-new(root),::view-transition-old(root){animation:none!important}::view-transition-group(root){z-index:auto!important}::view-transition-image-pair(root){isolation:isolate;will-change:transform,opacity,clip-path;z-index:1}::view-transition-new(root){z-index:10000;animation:none!important}::view-transition-old(root){z-index:1;animation:none!important}