@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap";@import"https://fonts.googleapis.com/css2?family=REM:ital,wght@0,100..900;1,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=REM:ital,wght@0,100..900;1,100..900&display=swap";.navbar_container{width:100%;display:flex;justify-content:center;align-items:center;padding:1rem 2rem;position:fixed;top:0;z-index:500;transition:transform .3s ease-in-out}.navbar_container.visible{transform:translateY(0)}.navbar_container.hidden{transform:translateY(-100%)}.navbar{width:90vw;height:var(--nav-size);display:flex;justify-content:space-between;align-items:center;padding:0 .5rem;border-radius:12px;background:var(--bg);margin:auto 0;transition:all .4s ease-in-out;position:relative}.navbar.sticky{width:80vw;border:1px solid var(--line);background-color:var(--bg);box-shadow:0 4px 15px #bebebe1a}.navbar_title{display:flex;align-items:center;position:absolute;left:1rem}.nav_logo{height:calc(var(--nav-size)*(9/10))}.nav_links_center{width:100%;display:flex;justify-content:center;align-items:center}.nav_links_right{display:flex;align-items:center;position:absolute;right:1rem}.nav_link{font-size:1.1rem;color:var(--text-3);text-decoration:none;margin:0 1.5rem;transition:color .4s ease-in-out;transition:filter .4s ease-in-out}.nav_link:hover{color:var(--text);filter:brightness(3)}.nav_link_icon{color:var(--text-2);display:flex;align-items:center;padding:.5rem;border:1px solid var(--line);border-radius:5px;transition:all .4s ease-in-out}.nav_link_icon:hover{filter:brightness(2);border-color:var(--text-2)}.mobile_menu_button{display:flex;align-items:center;justify-content:center;padding:.5rem;background:none;border:1px solid var(--line);border-radius:5px;color:var(--text-2);margin-left:auto;margin-right:5px}.mobile_menu_button:hover{color:var(--text)}@media only screen and (max-width: 850px){.navbar_container{position:sticky;transform:none!important;padding:0}.navbar{width:95vw;margin:.5rem auto}.nav_logo{height:calc(var(--nav-size)*(7/10))}}@media only screen and (max-width: 1000px){.navbar,.navbar_title{position:static}.nav_links_center{width:auto;flex:1}.nav_links_right{position:static;justify-content:flex-end;margin-left:auto}}.nav_mobile_menu_dropdown{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:var(--bg);z-index:999;overflow-x:hidden;overflow-y:hidden;display:flex;flex-direction:column}.nav_mobile_menu{display:flex;flex-direction:column;width:100vw;height:100vh;background-color:var(--bg)}.nav_mobile_menu_header{display:flex;justify-content:flex-end;padding:1rem}.nav_mobile_menu_close{background:none;border:none;color:var(--text-2);cursor:pointer;padding-right:2rem}.nav_mobile_menu_close:hover{color:var(--text)}.nav_mobile_menu_links{display:flex;flex-direction:column;align-items:center;height:100%;padding-top:2rem;text-align:center}.nav_mobile_menu_title{font-size:2rem;font-weight:700;color:var(--text);margin-bottom:1.5rem;padding-right:1rem;padding-left:1rem;padding-bottom:.5rem;border-bottom:1px var(--text) solid}.nav_mobile_menu_link{color:var(--text-2);font-size:1.4rem;margin-bottom:1.2rem;z-index:1000;text-decoration:none;transition:color .2s ease-in-out}.nav_mobile_menu_link:hover{color:var(--text)}.nav_mobile_menu_active_link{color:var(--text-3)}.nav_mobile_menu_svg{position:absolute;background:url(/assets/mobile-menu-BddDBpgt.svg) no-repeat;width:100%;height:100%;background-size:cover}.skip-link{position:absolute;top:-60px;left:0;background:var(--text);color:var(--bg);padding:8px;z-index:100;text-decoration:none}.skip-link:focus{top:0}.footer{background-color:var(--bg-two);color:var(--text);padding:4rem 2rem 2rem;border-top:1px solid var(--line)}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:4rem;margin-bottom:3rem}.footer-column{display:flex;flex-direction:column;gap:1.5rem}.footer-heading{font-size:2.2rem;font-weight:700;color:var(--text);margin:0}.footer-heading-link{font-family:Philosopher,sans-serif}.footer-mission{color:var(--text-2);line-height:1.6;max-width:300px}.footer-spark{position:relative;width:20px;height:20px}.spark-dot{position:absolute;width:8px;height:8px;background-color:var(--alt);border-radius:50%;animation:sparkle 2s infinite}@keyframes sparkle{0%{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}to{opacity:.3;transform:scale(1)}}.footer-subheading{font-size:1.2rem;font-weight:600;color:var(--text);margin:0}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.footer-link{color:var(--text-2);text-decoration:underline;transition:color .3s ease}.footer-link:hover,.footer-link:focus{color:var(--text)}.social-links{display:flex;gap:1.5rem;margin-bottom:1rem}.social-link{color:var(--text-2);transition:all .3s ease}.social-link:hover,.social-link:focus{color:var(--text);transform:translateY(-2px)}.footer-email,.footer-copy{display:flex;align-items:center;gap:.5rem;color:var(--text-2)}.email-link{background:none;border:none;padding:0;color:var(--text-2);text-decoration:underline;transition:color .3s ease;font-family:Montserrat,sans-serif;font-size:1rem;cursor:pointer}.email-link:hover,.email-link:focus{color:var(--text);cursor:pointer}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid var(--line);color:var(--text-3)}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:3rem}.footer-column{align-items:center;text-align:center}.footer-mission{max-width:100%}.footer-links{align-items:center}.social-links{justify-content:center}}.home-hero{min-height:calc(100vh - var(--nav-size));padding-top:calc(var(--nav-size) + 3rem);padding-bottom:4rem;width:100%;display:flex;flex-direction:column;justify-content:center}.home-hero-shell{width:min(1320px,96vw);margin:0 auto;position:relative;padding-left:clamp(1.5rem,4vw,2.5rem);padding-right:clamp(1.5rem,4vw,2.5rem)}.home-hero-inner{position:relative;display:flex;align-items:center;justify-content:space-between;gap:4rem;padding:3.5rem 0;animation:heroFadeIn .7s ease-out both}.home-hero-text{flex:1 1 55%;max-width:52rem}.home-hero-title{font-size:clamp(3rem,4vw + 1.5rem,4rem);font-weight:600;line-height:1.2;letter-spacing:-.02em;color:var(--text);margin:0 0 1.5rem}.home-hero-line{display:block}.home-hero-line+.home-hero-line{margin-top:.35em}.home-hero-line-lead{font-size:.82em;font-weight:400}.home-hero-line-main{font-size:1.12em;font-weight:700}.home-hero-accent{color:var(--alt)}.home-hero-subtitle{font-size:clamp(1.2rem,1.2vw + .7rem,1.45rem);line-height:1.6;color:var(--text-2);max-width:44rem;margin:0 0 2rem;letter-spacing:.01em}.home-hero-ctas{display:flex;flex-wrap:wrap;gap:1.5rem}.hero-cta{cursor:pointer;border-radius:999px;padding:.95rem 1.75rem;font-size:clamp(.95rem,.8vw + .6rem,1.1rem);font-weight:600;letter-spacing:.08em;text-transform:uppercase;border:1px solid transparent;transition:background-color .16s ease,color .16s ease,box-shadow .16s ease,transform .16s ease,border-color .16s ease}.hero-cta-primary{background:var(--alt);color:#050508;box-shadow:0 4px 14px #0a21c040}.hero-cta-primary:hover{transform:translateY(-1px);background:#7ab5ff;box-shadow:0 6px 18px #0a21c04d}.hero-cta-secondary{background:transparent;color:var(--text-2);border-color:var(--line-2)}.hero-cta-secondary:hover{background:#141516e6;color:var(--text);border-color:var(--alt-4);box-shadow:0 10px 30px #0009}.hero-cta:focus-visible{outline:2px solid var(--alt-4);outline-offset:3px}.home-hero-visual{flex:1 1 40%;display:flex;justify-content:flex-end;align-items:center;min-height:200px}.home-hero-orb{width:160px;height:160px;max-width:min(160px,25vw);max-height:min(160px,25vw);border-radius:50%;background:radial-gradient(circle at 30% 30%,rgba(101,169,253,.2),transparent 55%),radial-gradient(circle at 70% 70%,rgba(23,32,122,.25),transparent 60%);filter:blur(24px);opacity:.5;animation:heroVisualFloat 10s ease-in-out infinite}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes heroVisualFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width: 1024px){.home-hero-inner{padding:2.75rem 0;flex-direction:column;align-items:flex-start}.home-hero-title{margin-bottom:1.25rem}.home-hero-subtitle{margin-bottom:1.75rem}.home-hero-text{max-width:none}.home-hero-visual{width:100%;justify-content:center;min-height:220px}.home-hero-orb{width:120px;height:120px;max-width:120px;max-height:120px;filter:blur(20px);opacity:.4}}@media (max-width: 768px){.home-hero{padding-top:calc(var(--nav-size) + 1.5rem);padding-bottom:3rem}.home-hero-inner{padding:2.1rem 0 2.4rem;gap:2rem}.home-hero-title{font-size:clamp(2.25rem,6vw,3rem);line-height:1.3;margin-bottom:1.25rem}.home-hero-subtitle{font-size:clamp(1rem,2vw + .5rem,1.25rem);line-height:1.6;max-width:none;margin-bottom:1.75rem}.home-hero-ctas{flex-direction:column;align-items:flex-start}.home-hero-orb{width:100px;height:100px;max-width:100px;max-height:100px;filter:blur(16px)}}@media (max-width: 560px){.home-hero-shell{width:96vw;padding-left:1.25rem;padding-right:1.25rem}.home-hero-inner{padding:1.75rem 0 2rem}.home-hero-title{font-size:clamp(2rem,5vw,2.75rem);margin-bottom:1rem}.home-hero-subtitle{margin-bottom:1.5rem}}.section-block{width:100%;padding:clamp(5rem,12vw,8rem) 0}.section-block-inner{width:min(1320px,96vw);margin:0 auto;padding-left:clamp(1.5rem,4vw,2.5rem);padding-right:clamp(1.5rem,4vw,2.5rem)}.section-block-eyebrow{font-size:1.125rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--text-3);margin:0 0 3rem;text-align:left;display:inline-block;position:relative}.section-block-eyebrow:after{content:"";position:absolute;left:0;bottom:-.4rem;width:100%;height:2px;background:var(--alt);opacity:.5;transform:skew(-12deg);border-radius:1px}.section-block-title{font-size:2.75rem;font-weight:700;color:var(--text);margin:0 0 2rem;text-align:left;line-height:1.3}.section-block-subtitle{font-size:1.5rem;color:var(--text-2);line-height:1.5;margin:0 0 3.5rem;text-align:left}.section-sub-block{padding-top:clamp(4rem,9vw,6rem)}.section-sub-block:first-of-type{padding-top:0}.section-sub-title{font-size:2.75rem;font-weight:700;color:var(--text);margin:0 0 1.5rem;text-align:left;line-height:1.3}.section-sub-subtitle{font-size:1.375rem;color:var(--text-3);margin:0 0 2.5rem;text-align:left}.section-sub-text{font-size:1.5rem;line-height:1.55;color:var(--text-2);margin:0 0 3.5rem;max-width:58ch;text-align:left}@media (max-width: 900px){.section-block-title,.section-sub-title{font-size:2.25rem}.section-sub-subtitle,.section-sub-text{font-size:1.25rem}}@media (max-width: 700px){.section-block-eyebrow{font-size:1rem;margin-bottom:2rem}.section-block-title{font-size:1.875rem}.section-block-subtitle{font-size:1.25rem}}@media (max-width: 640px){.section-sub-title{font-size:1.875rem}.section-sub-subtitle,.section-sub-text{font-size:1.125rem}}.home-values .section-block-title{margin-bottom:4.5rem}.home-values-list{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;gap:clamp(4rem,8vw,7rem);list-style:none;margin:0;padding:0}.home-values-item{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:1.25rem;min-width:0;flex:1 1 0;max-width:none}.home-values-item-title{font-size:1.75rem;font-weight:600;color:var(--text);line-height:1.3}.home-values-item-desc{font-size:1.375rem;color:var(--text-2);line-height:1.45}@media (max-width: 900px){.home-values-item-title{font-size:1.5rem}.home-values-item-desc{font-size:1.25rem}}@media (max-width: 700px){.home-values .section-block-title{margin-bottom:3rem}.home-values-list{flex-direction:column;flex-wrap:wrap;gap:2.5rem}.home-values-item{flex:0 0 auto;max-width:none}.home-values-item-title{font-size:1.25rem}.home-values-item-desc{font-size:1.125rem}}.home-product.section-block{padding-top:0;padding-bottom:clamp(6rem,14vw,10rem)}.home-product-icons{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:2.5rem;list-style:none;margin:0 0 4rem;padding:0}.home-product-icon-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;color:var(--text-2);font-size:1.25rem;font-weight:500;padding:2.25rem 3rem;border-radius:16px;border:1px solid var(--line-2);background:#ffffff05;transition:border-color .2s ease,background .2s ease}.home-product-icon-item:hover{border-color:var(--alt);background:#65a9fd0a}.home-product-icon-item svg{color:var(--alt);flex-shrink:0;width:40px;height:40px}.home-product-device-wrap{display:flex;justify-content:center;margin-top:4rem}.home-product-device-img{width:100%;max-width:min(440px,90vw);height:auto;display:block}.home-product-glasses-gallery{display:flex;flex-direction:row;justify-content:center;gap:2.5rem;margin-top:4rem}.home-product-glasses-img{width:100%;max-width:min(480px,44vw);height:auto;border-radius:16px;border:1px solid var(--line-2);box-shadow:0 10px 32px #00000073}.home-product-screenshots-wrap{width:100%;display:flex;justify-content:center;margin-top:4rem}.home-product-screenshots{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:2.5rem}.home-product-screenshot{width:auto;max-width:min(340px,92vw);height:auto;border-radius:14px;border:1px solid var(--line-2);box-shadow:0 10px 32px #00000073}@media (max-width: 900px){.home-product-icon-item{font-size:1.125rem;padding:1.5rem 2rem}}@media (max-width: 640px){.home-product-icons{flex-direction:column;align-items:stretch}.home-product-icon-item{flex-direction:row;justify-content:flex-start;text-align:left;padding:1.25rem 1.5rem;font-size:1rem}.home-product-icon-item svg{width:28px;height:28px}.home-product-screenshots{flex-direction:column;align-items:center}.home-product-screenshot{max-width:min(300px,94vw)}.home-product-glasses-gallery{flex-direction:column;align-items:center;gap:2rem}.home-product-glasses-img{max-width:min(340px,90vw)}}.about-hero{width:100%;min-height:calc(60vh - var(--nav-size));padding-top:calc(var(--nav-size) + 5rem);padding-bottom:5rem;display:flex;align-items:center}.about-hero-shell{width:min(1320px,96vw);margin:0 auto;padding-left:clamp(1.5rem,4vw,2.5rem);padding-right:clamp(1.5rem,4vw,2.5rem)}.about-hero-inner{animation:aboutFadeIn .7s ease-out both}.about-hero-eyebrow{font-size:1.125rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--text-3);margin:0 0 3rem;display:inline-block;position:relative}.about-hero-eyebrow:after{content:"";position:absolute;left:0;bottom:-.4rem;width:100%;height:2px;background:var(--alt);opacity:.5;transform:skew(-12deg);border-radius:1px}.about-hero-statements{display:flex;flex-direction:column;gap:.5rem}.about-hero-statement{font-size:2.5rem;color:var(--text-2);line-height:1.35;margin:0;font-weight:300}.about-hero-highlight{color:var(--text);font-weight:600}@keyframes aboutFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 900px){.about-hero-statement{font-size:2rem}}@media (max-width: 640px){.about-hero{padding-top:calc(var(--nav-size) + 3rem);padding-bottom:3rem;min-height:auto}.about-hero-eyebrow{font-size:1rem;margin-bottom:2rem}.about-hero-statement{font-size:1.5rem}}.about-journey-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.about-journey-card{display:flex;flex-direction:column;gap:1.25rem;padding:2.5rem 2rem;border-radius:16px;border:1px solid var(--line-2);background:#ffffff05;transition:border-color .2s ease,background .2s ease}.about-journey-card:hover{border-color:var(--alt);background:#65a9fd08}.about-journey-card-heading{font-size:1.375rem;font-weight:600;color:var(--alt);margin:0}.about-journey-card-text{font-size:1.125rem;line-height:1.6;color:var(--text-2);margin:0}.about-journey-origin{display:flex;flex-direction:column;align-items:center;text-align:center;gap:2rem;padding-top:clamp(4rem,9vw,6rem)}.about-journey-origin-title{font-size:2rem;font-weight:600;color:var(--text);margin:0}.about-journey-audio-btn{display:flex;align-items:center;gap:.75rem;padding:1.1rem 2.25rem;font-size:1rem;font-weight:600;color:var(--text);background:var(--bg-two);border:1px solid var(--line);border-radius:999px;cursor:pointer;transition:border-color .2s ease,transform .2s ease,background .2s ease}.about-journey-audio-btn svg{color:var(--alt)}.about-journey-audio-btn:hover{border-color:var(--alt);transform:translateY(-2px)}.about-journey-audio-btn:focus-visible{outline:2px solid var(--alt-4);outline-offset:3px}@media (max-width: 900px){.about-journey-cards{grid-template-columns:1fr;gap:2rem}.about-journey-origin-title{font-size:1.75rem}}@media (max-width: 640px){.about-journey-card{padding:2rem 1.5rem}.about-journey-card-heading{font-size:1.25rem}.about-journey-card-text{font-size:1rem}.about-journey-origin-title{font-size:1.5rem}.about-journey-audio-btn{font-size:.9375rem;padding:.9rem 1.75rem}}.founder_card{background:var(--bg-two);border:1px solid var(--line-2);border-radius:20px;overflow:hidden;transition:border-color .2s ease,transform .2s ease}.founder_card:hover,.founder_card:focus-within{border-color:var(--alt);transform:translateY(-4px)}.founder_image_container{width:100%;aspect-ratio:1;overflow:hidden}.founder_image{width:100%;height:100%;object-fit:cover}.founder_content{padding:2rem;display:flex;flex-direction:column;gap:.75rem}.founder_name{font-size:1.375rem;color:var(--text);margin:0;font-weight:600}.founder_role{font-size:1rem;color:var(--text-3);margin:0}.founder_actions{display:flex;align-items:center;gap:1rem;margin-top:.75rem}.founder_audio_button{display:flex;align-items:center;gap:.5rem;padding:.65rem 1.25rem;background:var(--bg);border:1px solid var(--line-2);border-radius:999px;color:var(--text);cursor:pointer;transition:border-color .2s ease,background .2s ease}.founder_audio_button:hover,.founder_audio_button:focus{border-color:var(--alt);background:#65a9fd0a}.founder_icon{width:18px;height:18px;color:var(--alt)}.founder_button_text{font-size:1rem;font-weight:500}.founder_linkedin{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:var(--bg);border:1px solid var(--line-2);transition:border-color .2s ease,transform .2s ease}.founder_linkedin:hover,.founder_linkedin:focus{border-color:var(--alt);transform:translateY(-2px)}@media (max-width: 640px){.founder_content{padding:1.5rem}.founder_name{font-size:1.25rem}.founder_role{font-size:.9375rem}}.about-team-founders-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.about-team-member-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;list-style:none;margin:0;padding:0}.about-team-member-card{display:flex;flex-direction:column;gap:.5rem;padding:1.75rem 2rem;border-radius:14px;border:1px solid var(--line-2);background:#ffffff05;transition:border-color .2s ease,background .2s ease}.about-team-member-card:hover{border-color:var(--alt);background:#65a9fd08}.about-team-member-name{font-size:1.25rem;font-weight:600;color:var(--text)}.about-team-member-role{font-size:.9375rem;color:var(--text-3)}@media (max-width: 1024px){.about-team-founders-grid{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:800px}}@media (max-width: 640px){.about-team-founders-grid{grid-template-columns:1fr;max-width:400px;gap:2rem}.about-team-member-card{padding:1.5rem}.about-team-member-name{font-size:1.125rem}.about-team-member-role{font-size:.875rem}}.updates-hero{width:100%;padding-top:calc(var(--nav-size) + 5rem);padding-bottom:clamp(5rem,12vw,8rem)}.updates-hero-shell{width:min(1320px,96vw);margin:0 auto;padding-left:clamp(1.5rem,4vw,2.5rem);padding-right:clamp(1.5rem,4vw,2.5rem)}.updates-hero-eyebrow{font-size:1.5rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--text-3);margin:0 0 3rem;display:inline-block;position:relative}.updates-hero-eyebrow:after{content:"";position:absolute;left:0;bottom:-.4rem;width:100%;height:2px;background:var(--alt);opacity:.5;transform:skew(-12deg);border-radius:1px}.updates-hero-title{font-size:3.5rem;font-weight:700;color:var(--text);margin:0 0 4rem;line-height:1.3}.updates-roadmap{position:relative;display:flex;flex-direction:column;gap:0;padding:1rem 0}.roadmap-line{position:absolute;left:50%;top:0;bottom:0;width:2px;background:var(--line-2);transform:translate(-50%)}.roadmap-node{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;text-decoration:none;position:relative;padding:1.75rem 0}.roadmap-dot-col{grid-column:2;display:flex;justify-content:center;z-index:1}.roadmap-dot{width:14px;height:14px;border-radius:50%;background:var(--bg-three);border:2px solid var(--line);transition:background .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}.roadmap-node:hover .roadmap-dot,.roadmap-node:focus-visible .roadmap-dot{background:var(--alt);border-color:var(--alt);transform:scale(1.35);box-shadow:0 0 12px #65a9fd66}.roadmap-node--left .roadmap-card{grid-column:1;grid-row:1;text-align:right;padding-right:2.5rem}.roadmap-node--right .roadmap-card{grid-column:3;grid-row:1;text-align:left;padding-left:2.5rem}.roadmap-card{display:flex;flex-direction:column;gap:.35rem;transition:opacity .2s ease}.roadmap-node:hover .roadmap-card{opacity:1}.roadmap-card-category{font-size:.875rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--alt)}.roadmap-card-title{font-size:1.375rem;font-weight:600;color:var(--text);line-height:1.35;transition:color .2s ease}.roadmap-node:hover .roadmap-card-title{color:var(--alt)}.roadmap-card-date{font-size:1rem;color:var(--text-3);margin-top:.15rem}.roadmap-future{position:relative;margin-bottom:0;padding:1rem 0 2rem}.roadmap-future-line{position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,transparent,var(--line-2));transform:translate(-50%)}.roadmap-future-heading{font-size:2rem;font-weight:600;color:var(--text);text-align:center;margin:0 0 2.5rem;position:relative;z-index:1}.roadmap-node-future{cursor:default}.roadmap-dot-future{background:transparent;border:2px dashed var(--alt);opacity:.6}.roadmap-node-future:hover .roadmap-dot-future{background:#65a9fd26;border-style:solid;opacity:1}.roadmap-node-future .roadmap-card-title{color:var(--text-2)}.roadmap-node-future:hover .roadmap-card-title{color:var(--text)}.roadmap-fade-dots{display:flex;flex-direction:column;align-items:center;gap:1rem;padding-bottom:1.5rem;position:relative;z-index:1}.roadmap-fade-dot{width:8px;height:8px;border-radius:50%;background:var(--alt)}.roadmap-fade-dots--top .roadmap-fade-dot:nth-child(1){opacity:.1}.roadmap-fade-dots--top .roadmap-fade-dot:nth-child(2){opacity:.25}.roadmap-fade-dots--top .roadmap-fade-dot:nth-child(3){opacity:.45}@media (max-width: 900px){.updates-hero-title{font-size:2.75rem}.roadmap-card-title{font-size:1.25rem}}@media (max-width: 700px){.updates-hero-eyebrow{font-size:1.25rem;margin-bottom:2rem}.updates-hero-title{font-size:2.25rem;margin-bottom:3rem}.roadmap-line{left:1.25rem}.roadmap-node{grid-template-columns:auto 1fr;padding:1.25rem 0}.roadmap-dot-col{grid-column:1;padding-left:.5rem;padding-right:0;width:2.5rem;justify-content:center}.roadmap-node--left .roadmap-card,.roadmap-node--right .roadmap-card{grid-column:2;grid-row:1;text-align:left;padding-left:1.25rem;padding-right:0}.roadmap-card-category{font-size:.8rem}.roadmap-card-title{font-size:1.125rem}.roadmap-dot{width:12px;height:12px}.roadmap-future-line{left:1.25rem}.roadmap-future-heading{font-size:1.5rem;text-align:left;padding-left:3.75rem}.roadmap-node-future{grid-template-columns:auto 1fr}.roadmap-node-future .roadmap-dot-col{grid-column:1;padding-left:.5rem;width:2.5rem;justify-content:center}.roadmap-node-future.roadmap-node--left .roadmap-card,.roadmap-node-future.roadmap-node--right .roadmap-card{grid-column:2;grid-row:1;text-align:left;padding-left:1.25rem;padding-right:0}.roadmap-fade-dots{align-items:flex-start;padding-left:1.05rem}}.update-page{width:min(820px,96vw);margin:0 auto;padding:clamp(2rem,4vw,3rem) clamp(1.5rem,4vw,2.5rem);margin-top:calc(var(--nav-size) + 4rem);color:var(--text);line-height:1.6}.update-header-top{margin-bottom:2.5rem}.update-back-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--text-3);text-decoration:none;font-size:1rem;font-weight:500;transition:color .2s ease}.update-back-link:hover{color:var(--alt)}.update-back-link svg{stroke:currentColor}.update-back-link span{color:inherit}.update-header{margin-bottom:3.5rem;padding-bottom:2rem;border-bottom:1px solid var(--line-2)}.update-header h1{font-size:3rem;font-weight:700;line-height:1.25;color:var(--text);margin:0 0 .75rem}.update-date{font-size:1.125rem;color:var(--text-3);margin:0}.update-content{margin-top:0}.update-page h2,.update-page h3,.update-page h4{color:var(--text);margin:2.5rem 0 1rem;font-weight:600;line-height:1.3}.update-page h2{font-size:2rem}.update-page h3{font-size:1.625rem}.update-page h4{font-size:1.375rem}.update-page p{font-size:1.25rem;line-height:1.65;color:var(--text-2);margin:0 0 1.5rem}.update-page ul,.update-page ol{margin:0 0 1.5rem 1.5rem;color:var(--text-2);font-size:1.25rem;line-height:1.65}.update-page li{margin-bottom:.5rem}.update-page a{color:var(--alt);text-decoration:none;transition:opacity .2s ease}.update-page a:hover{opacity:.8}.update-image-link img{display:block;max-width:100%;height:auto;margin:2rem 0;border:1px solid var(--line-2);border-radius:14px;box-shadow:0 10px 32px #00000073;transition:border-color .2s ease}.update-image-link img:hover{border-color:var(--alt)}@media (max-width: 700px){.update-page{margin-top:calc(var(--nav-size) + 2rem)}.update-header h1{font-size:2.25rem}.update-page p,.update-page ul,.update-page ol{font-size:1.125rem}}.waitlist-page{width:100%;min-height:100vh;padding-top:calc(var(--nav-size) + 5rem);padding-bottom:clamp(5rem,12vw,8rem);display:flex;align-items:flex-start}.waitlist-page-shell{width:min(680px,96vw);margin:0 auto;padding-left:clamp(1.5rem,4vw,2.5rem);padding-right:clamp(1.5rem,4vw,2.5rem)}.waitlist-page-eyebrow{font-size:1.5rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--text-3);margin:0 0 3rem;display:inline-block;position:relative}.waitlist-page-eyebrow:after{content:"";position:absolute;left:0;bottom:-.4rem;width:100%;height:2px;background:var(--alt);opacity:.5;transform:skew(-12deg);border-radius:1px}.waitlist-page-title{font-size:3.5rem;font-weight:700;color:var(--text);margin:0 0 1.5rem;line-height:1.3}.waitlist-page-desc{font-size:1.5rem;color:var(--text-2);line-height:1.55;margin:0 0 3.5rem}.waitlist-page-form{display:flex;flex-direction:column;gap:2rem}.waitlist-page-field{display:flex;flex-direction:column;gap:.5rem}.waitlist-page-label{font-size:1.125rem;font-weight:600;color:var(--text);border:none;padding:0;margin:0}.waitlist-page-form input[type=email]{width:100%;padding:1rem 1.25rem;font-size:1.25rem;font-family:inherit;color:var(--text);background:var(--bg-three);border:1px solid var(--line-2);border-radius:14px;outline:none;transition:border-color .2s ease}.waitlist-page-form input::placeholder{color:var(--text-3)}.waitlist-page-form input:focus{border-color:var(--alt)}.waitlist-page-checks{display:flex;flex-direction:column;gap:.75rem;border:none;padding:0;margin:0}.waitlist-page-checks legend{margin-bottom:.5rem}.waitlist-page-check{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;color:var(--text-2);cursor:pointer}.waitlist-page-check input[type=checkbox]{width:20px;height:20px;accent-color:var(--alt);cursor:pointer}.waitlist-page-submit{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1.15rem 2.25rem;font-size:1.375rem;font-weight:600;color:#050508;background:var(--alt);border:none;border-radius:999px;cursor:pointer;align-self:flex-start;transition:background-color .2s ease,transform .2s ease}.waitlist-page-submit:hover:not(:disabled){background:#7ab5ff;transform:translateY(-2px)}.waitlist-page-submit:disabled{opacity:.5;cursor:not-allowed}.waitlist-page-submit:focus-visible{outline:2px solid var(--alt-4);outline-offset:3px}.waitlist-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#0000008c;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);animation:waitlistFadeIn .2s ease}.waitlist-modal{position:relative;width:min(440px,92vw);background:var(--bg-two);border:1px solid var(--line-2);border-radius:20px;padding:3rem 2.5rem 2.5rem;text-align:center;animation:waitlistSlideUp .3s ease}.waitlist-modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:var(--text-3);cursor:pointer;padding:.25rem;border-radius:8px;transition:color .15s ease}.waitlist-modal-close:hover{color:var(--text)}.waitlist-modal-close:focus-visible{outline:2px solid var(--alt-4);outline-offset:2px}.waitlist-modal-icon{width:64px;height:64px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--alt);color:#050508}.waitlist-modal-title{font-size:2rem;font-weight:700;color:var(--text);margin:0 0 .75rem}.waitlist-modal-text{font-size:1.25rem;color:var(--text-2);line-height:1.5;margin:0 0 2rem}.waitlist-modal-done{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 2.5rem;font-size:1.25rem;font-weight:600;color:#050508;background:var(--alt);border:none;border-radius:999px;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.waitlist-modal-done:hover{background:#7ab5ff;transform:translateY(-1px)}.waitlist-modal-done:focus-visible{outline:2px solid var(--alt-4);outline-offset:3px}@keyframes waitlistFadeIn{0%{opacity:0}to{opacity:1}}@keyframes waitlistSlideUp{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 700px){.waitlist-page-eyebrow{font-size:1.25rem;margin-bottom:2rem}.waitlist-page-title{font-size:2.5rem}.waitlist-page-desc,.waitlist-page-submit{font-size:1.25rem}.waitlist-modal{padding:2.5rem 1.5rem 2rem}}.setup_hero{min-height:100vh;width:100%;box-sizing:border-box;padding-left:1rem;padding-right:1rem;padding-top:calc(var(--nav-size) + 1rem);padding-bottom:10rem;background-color:var(--bg);position:relative;overflow:hidden}@media only screen and (max-width: 850px){.setup_hero{padding-top:2.5rem}}.setup_hero_wrapper{max-width:80vw;margin:0 auto;position:relative;z-index:1}.setup_progress{display:flex;flex-direction:column;align-items:center;margin-bottom:3rem;gap:1rem}.progress_bar{display:flex;gap:1rem;align-items:center}.progress_dot{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:var(--bg-three);border:1px solid var(--line);transition:all .3s ease}.progress_dot.active{background-color:var(--alt);border-color:var(--alt);color:var(--text)}.progress_text{font-size:.95rem;color:var(--text-2);margin:0;font-weight:500}.setup_step{background-color:var(--bg-two);border:1px solid var(--line);border-radius:16px;padding:3rem;margin-bottom:3rem;outline:none;transition:all .3s ease}.setup_step:focus{border-color:var(--alt);box-shadow:0 0 0 2px #2458e626}.step_content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;margin-bottom:3rem}.step_image_container{display:flex;justify-content:center;align-items:center;background-color:var(--bg-three);border-radius:12px;padding:2rem;border:1px solid var(--line-2)}.step_image{max-width:100%;height:auto;border-radius:8px}.step_info{display:flex;flex-direction:column;gap:1.5rem}.step_title{font-size:2.2rem;color:var(--text);margin:0;font-weight:500}.step_description{font-size:1.2rem;color:var(--text-2);line-height:1.6;margin:0}.step_instructions{background-color:var(--bg-three);border-radius:8px;padding:1.5rem;border:1px solid var(--line-2)}.instructions_title{font-size:1.3rem;color:var(--text);margin:0 0 1rem;font-weight:500}.instructions_list{margin:0;padding-left:1.5rem}.instruction_item{font-size:1.1rem;color:var(--text-2);line-height:1.6;margin-bottom:.8rem}.instruction_item:last-child{margin-bottom:0}.step_navigation{display:flex;justify-content:space-between;align-items:center;gap:1rem}.setup_button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;border:1px solid transparent;text-decoration:none;font-family:Montserrat,sans-serif}.setup_button:disabled{opacity:.5;cursor:not-allowed}.setup_button.primary{background-color:var(--alt);color:var(--text);border-color:var(--alt)}.setup_button.primary:hover:not(:disabled),.setup_button.primary:focus:not(:disabled){background-color:var(--alt-2);border-color:var(--alt-2);transform:translateY(-1px)}.setup_button.secondary{background-color:transparent;color:var(--text-2);border-color:var(--line)}.setup_button.secondary:hover:not(:disabled),.setup_button.secondary:focus:not(:disabled){border-color:var(--alt);color:var(--text);transform:translateY(-1px)}.setup_completion{text-align:center;background-color:var(--bg-two);border:2px solid var(--alt);border-radius:16px;padding:4rem 3rem;max-width:600px;margin:0 auto}.completion_icon{width:80px;height:80px;color:var(--alt);margin:0 auto 2rem}.completion_title{font-size:2.5rem;color:var(--text);margin:0 0 1.5rem;font-weight:500}.completion_description{font-size:1.2rem;color:var(--text-2);line-height:1.6;margin:0 0 3rem}.completion_actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.setup_help{background-color:var(--bg-two);border:1px solid var(--line);border-radius:12px;padding:2rem;text-align:center}.help_title{font-size:1.5rem;color:var(--text);margin:0 0 1rem;font-weight:500}.help_text{font-size:1.1rem;color:var(--text-2);line-height:1.6;margin:0 0 1.5rem}.help_link{color:var(--alt);text-decoration:none;font-weight:500;font-size:1.1rem;transition:color .3s ease}.help_link:hover,.help_link:focus{color:var(--alt-2);text-decoration:underline}@media (max-width: 1024px){.step_content{grid-template-columns:1fr;gap:2rem}.step_image_container{order:-1}}@media (max-width: 768px){.setup_hero{padding:2rem 1rem}.setup_hero_wrapper{max-width:95vw}.setup_step{padding:2rem 1.5rem}.step_title{font-size:1.8rem}.step_description{font-size:1.1rem}.step_navigation{flex-direction:column;gap:1rem}.setup_button{width:100%;justify-content:center}.completion_actions{flex-direction:column}.completion_actions .setup_button{width:100%}.progress_bar{flex-wrap:wrap;justify-content:center}.progress_dot{width:28px;height:28px}}@media (max-width: 480px){.step_title{font-size:1.5rem}.setup_step{padding:1.5rem 1rem}.completion_title{font-size:2rem}.completion_description{font-size:1.1rem}}@media (prefers-contrast: high){.setup_step,.setup_button,.progress_dot{border-width:3px}}@media (prefers-reduced-motion: reduce){.setup_button,.progress_dot,.setup_step{transition:none}.setup_button:hover,.setup_button:focus{transform:none}}.admin_login{display:flex;flex-direction:column;height:100vh;min-height:100vh;width:50vw;max-width:50vw;margin-left:auto;margin-right:auto;padding-top:30vh}.admin_login_wrapper{background-color:var(--bg-two);height:fit-content;border:1px solid var(--line);border-radius:5px}.admin_login_wrapper>p{color:var(--text);padding-left:3rem;font-size:1.7rem;margin-bottom:.5rem}.admin_login_line{height:1px;width:80%;margin-left:5%;background-color:var(--alt-3)}.admin_login_input_wrapper{display:flex;flex-direction:row;margin:2rem 0 2rem 3rem}.admin_login_icon_wrapper{margin-top:auto;margin-bottom:auto}.admin_login_icon{color:var(--text)}.admin_login_input{margin-left:1rem;height:2rem;width:50%;padding:0;background-color:transparent;border:none;border-bottom:var(--text) 1px solid;color:var(--text)}@media only screen and (max-width: 1000px){.admin_login{width:70vw;max-width:70vw}}@media only screen and (max-width: 1000px){.admin_login_wrapper>p{padding-left:2rem;font-size:1.5rem}.admin_login_input_wrapper{margin:1.7rem 0 1.7rem 2rem}}.error{height:75vh;width:90vw;margin:auto;padding-top:2rem;padding-bottom:50rem;color:var(--text);background-color:var(--bg)}.error_wrapper{display:flex;flex-direction:column;align-items:center;width:90vw;height:70vh;max-width:90vw;background-color:var(--bg);border-radius:15px}.error_animation{width:25vw}.error_header{font-size:2.5rem;margin:0}.error_text{margin-top:.3rem}.error_message{margin-bottom:2.2rem;color:var(--text-3);font-size:1.125rem}.error_link{display:flex;justify-content:center;color:var(--text);background-color:var(--text);color:var(--bg);font-size:1.2rem;padding:.8rem 1rem;border:.15rem solid var(--line);border-radius:15px}.error_link:hover{background-color:var(--bg);color:var(--text);transition:.25s ease-in-out}:root{--nav-size: 8vh;--footer-size: 10vh;--bg: #080808;--bg-two: #0f1011;--bg-three: #191a1b;--bg-tint: #141516;--line: #37393a;--line-2: #202122;--line-3: #141515;--line-tint: #141516;--text: #f8f8f8;--text-2: #d0d6e0;--text-3: #8a8f98;--alt: #65A9FD;--alt-2: #0a21c0;--alt-3: #17207a;--alt-4: #FFD400;--hero-gradient-1: #171f75;--hero-gradient-2: #0b3f8e;--hero-gradient-3: #2458e6}html{scrollbar-width:normal;scrollbar-color:var(--bg-three) var(--bg)}body{margin:0;padding:0;overflow-x:hidden;width:100vw;background-color:var(--bg);font-family:Montserrat,sans-serif;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}ul{list-style:none;margin:0;padding:0}a{color:var(--text);text-decoration:none;font-family:Montserrat,sans-serif;font-weight:500;letter-spacing:.1rem}*,*:before,*:after{box-sizing:border-box}
