*,*:before,*:after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role=list],ol[role=list]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5;overflow-x:hidden}a:not([class]){text-decoration-skip-ink:auto}a{color:inherit;-webkit-tap-highlight-color:transparent}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}:root{--theme-primary: #88c9f1;--theme-primary-hover: #6cb8e6;--theme-on-primary: #000;--theme-accent: #ff9d3d;--theme-accent-hover: #ff8a17;--theme-on-accent: #ffffff;--theme-accent-soft: #fff1e0;--theme-bg: #fff;--theme-on-bg: #000;--theme-text-secondary: #555;--theme-surface-1: #f2f2f2;--theme-on-surface-1: #000;--theme-surface-2: #d4ebf7;--theme-on-surface-2: #000;--theme-shape-radius: clamp(.75rem, 1.25rem, 1.5rem);--theme-button-border-radius: 3rem;--theme-transition: .2s ease-in-out;--section-margin: clamp(2.5rem, 5vw, 5rem);--theme-grid-gap: 1rem;--container-max-width: 1280px;--container-max-width-narrow: 960px;--container-padding: 0 1.5rem;--theme-blog-post-header-width: 1200px;--theme-font-family-serif: "Roboto Serif", Georgia, Cambria, "Times New Roman", Times, serif;--theme-font-family-sans: "Lato", -apple-system, BlinkMacSystemFont, sans-serif}[data-theme=default]{color-scheme:light;--theme-primary: #88c9f1;--theme-primary-hover: #6cb8e6;--theme-on-primary: #000;--theme-bg: #fff;--theme-on-bg: #000;--theme-text-secondary: #555;--theme-surface-1: #f2f2f2;--theme-on-surface-1: #000;--theme-surface-2: #d4ebf7;--theme-on-surface-2: #000;--theme-shape-radius: clamp(.75rem, 1.25rem, 1.5rem);--theme-button-border-radius: 3rem;--theme-transition: .2s ease-in-out;--section-margin: clamp(2.5rem, 5vw, 5rem);--theme-grid-gap: 1rem;--container-max-width: 1280px;--container-max-width-narrow: 960px;--container-padding: 0 1.5rem;--theme-blog-post-header-width: 1200px}[data-theme=dark]{color-scheme:dark;--theme-primary: hsl(0, 0%, 100%);--theme-primary-hover: hsl(0, 0%, 90%);--theme-on-primary: hsl(0, 0%, 0%);--theme-bg: hsl(0, 0%, 2%);--theme-on-bg: hsl(0, 0%, 100%);--theme-text-secondary: hsl(0, 0%, 65%);--theme-surface-1: hsl(0, 0%, 20%);--theme-on-surface-1: hsl(0, 0%, 100%);--theme-surface-2: #203422;--theme-on-surface-2: #ffffff;--theme-shape-radius: 0;--form-field-input-color: var(--theme-on-bg)}[data-theme=earth]{--theme-primary: #2c3e2d;--theme-primary-hover: #395a3b;--theme-on-primary: hsl(0, 0%, 100%);--theme-bg: #eeeff1;--theme-on-bg: #272f27;--theme-text-secondary: #5a6b5a;--theme-surface-1: #e6e4e0;--theme-on-surface-1: #272f27;--theme-surface-2: #c3d9c4;--theme-on-surface-2: #000;--theme-button-border-radius: .5rem}[data-theme=ocean]{--theme-primary: #1556ac;--theme-primary-hover: #2569c3;--theme-on-primary: hsl(0, 0%, 100%);--theme-bg: #fafafa;--theme-on-bg: #0c0d0d;--theme-text-secondary: #4a5568;--theme-surface-1: #eef1f3;--theme-on-surface-1: #0c0d0d;--theme-surface-2: #072650;--theme-on-surface-2: #ffffff}[data-theme=sand]{--theme-primary: #e38a20;--theme-primary-hover: #eb870f;--theme-on-primary: hsl(0, 0%, 100%);--theme-bg: #fffffe;--theme-on-bg: #5e4536;--theme-text-secondary: #7a6b5f;--theme-surface-1: #ffecd9;--theme-on-surface-1: #5e4536;--theme-surface-2: #6a4d34;--theme-on-surface-2: #ffffff;--theme-button-border-radius: .5rem}html{scroll-behavior:smooth;scroll-padding-top:80px}.cta-secondary{margin:.85rem 0 0;font-size:.9rem;color:var(--theme-text-secondary);text-align:center}.cta-secondary a{color:var(--theme-primary);text-decoration:underline;text-underline-offset:3px;font-weight:500}.cta-secondary a:hover{text-decoration:none}.scroll-progress{position:fixed;top:0;left:0;right:0;height:2px;z-index:1001;pointer-events:none;background:transparent}.scroll-progress__bar{height:100%;background:linear-gradient(90deg,var(--theme-primary),var(--theme-primary-hover, var(--theme-primary)));transform:scaleX(0);transform-origin:left center;transition:transform 80ms linear;box-shadow:0 0 8px #88c9f180}.marquee{overflow:hidden;width:100%;-webkit-mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent);mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent)}.marquee__track{display:flex;gap:2.5rem;width:max-content;animation:marquee-scroll 32s linear infinite}.marquee:hover .marquee__track{animation-play-state:paused}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.hero-aurora{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:0;opacity:.55}.hero-aurora:before,.hero-aurora:after{content:"";position:absolute;width:60vmax;height:60vmax;border-radius:50%;filter:blur(80px);will-change:transform}.hero-aurora:before{background:radial-gradient(circle,var(--theme-primary) 0%,transparent 60%);top:-25%;left:-10%;animation:aurora-drift-a 22s ease-in-out infinite alternate}.hero-aurora:after{background:radial-gradient(circle,#c9e9ff 0%,transparent 60%);bottom:-30%;right:-15%;animation:aurora-drift-b 28s ease-in-out infinite alternate}@keyframes aurora-drift-a{0%{transform:translate(0) scale(1)}to{transform:translate(8vw,6vh) scale(1.15)}}@keyframes aurora-drift-b{0%{transform:translate(0) scale(1.05)}to{transform:translate(-10vw,-5vh) scale(.95)}}@media(prefers-reduced-motion:reduce){.scroll-progress__bar{transition:none}.marquee__track{animation:none}.hero-aurora:before,.hero-aurora:after{animation:none}}.back-to-top{position:fixed;bottom:2rem;right:2rem;width:3.5rem;height:3.5rem;background:var(--theme-primary);color:var(--theme-on-primary);border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s,transform .2s;z-index:1000;font-size:1.5rem;font-weight:700}.back-to-top.visible{opacity:1;visibility:visible}.back-to-top:hover{transform:translateY(-3px);box-shadow:0 6px 16px #0003;background:var(--theme-primary-hover)}.back-to-top:active{transform:translateY(-1px)}.parallax{will-change:transform;transition:transform .1s ease-out}.animate-from-left{opacity:0;transform:translate(-50px);transition:opacity .8s ease-out,transform .8s ease-out}.animate-from-left.animate-visible{opacity:1;transform:translate(0)}.animate-from-right{opacity:0;transform:translate(50px);transition:opacity .8s ease-out,transform .8s ease-out}.animate-from-right.animate-visible{opacity:1;transform:translate(0)}.animate-fade-in{opacity:0;transition:opacity .8s ease-out}.animate-fade-in.animate-visible{opacity:1}.pop-in{opacity:0;transform:scale(.8);transition:opacity .6s ease,transform .6s cubic-bezier(.34,1.56,.64,1)}.pop-in.animate-visible{opacity:1;transform:scale(1)}.fade-up{opacity:0;transform:translateY(40px);transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1)}.fade-up.animate-visible{opacity:1;transform:translateY(0)}a:not(.no-transition),button:not(.no-transition),input:not(.no-transition),select:not(.no-transition),textarea:not(.no-transition){transition:all var(--theme-transition)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.fade-up,.pop-in,.animate-fade-in,.animate-from-left,.animate-from-right,.animate-on-scroll{opacity:1!important;transform:none!important}.scroll-frame-canvas,.scroll-frame-loading{display:none!important}}@font-face{font-family:"Roboto Serif";font-style:normal;font-weight:600;font-display:swap;src:local(""),url(/assets/fonts/roboto-serif-v8-latin-600.woff2) format("woff2"),url(/assets/fonts/roboto-serif-v8-latin-600.woff) format("woff")}@font-face{font-family:"Roboto Serif";font-style:normal;font-weight:700;font-display:swap;src:local(""),url(/assets/fonts/roboto-serif-v8-latin-700.woff2) format("woff2"),url(/assets/fonts/roboto-serif-v8-latin-700.woff) format("woff")}@font-face{font-family:Lato;font-style:normal;font-weight:300;font-display:swap;src:local(""),url(/assets/fonts/lato-v23-latin-300.woff2) format("woff2"),url(/assets/fonts/lato-v23-latin-300.woff) format("woff")}@font-face{font-family:Lato;font-style:normal;font-weight:400;font-display:swap;src:local(""),url(/assets/fonts/lato-v23-latin-regular.woff2) format("woff2"),url(/assets/fonts/lato-v23-latin-regular.woff) format("woff")}@font-face{font-family:Lato;font-style:normal;font-weight:700;font-display:swap;src:local(""),url(/assets/fonts/lato-v23-latin-700.woff2) format("woff2"),url(/assets/fonts/lato-v23-latin-700.woff) format("woff")}@font-face{font-family:Lato;font-style:italic;font-weight:700;font-display:swap;src:local(""),url(/assets/fonts/lato-v23-latin-700italic.woff2) format("woff2"),url(/assets/fonts/lato-v23-latin-700italic.woff) format("woff")}:root{--font-size-sm: clamp(14.4px, .07vw + 14.13px, 15px);--font-size-base: clamp(18px, .23vw + 17.09px, 20px);--font-size-md: clamp(22.5px, .47vw + 20.61px, 26.66px);--font-size-lg: clamp(28.13px, .84vw + 24.76px, 35.54px);--font-size-xl: clamp(35.16px, 1.39vw + 29.6px, 47.37px);--font-size-xxl: clamp(43.95px, 2.18vw + 35.22px, 63.15px);--font-size-xxxl: clamp(54.93px, 3.32vw + 41.64px, 84.17px)}html,body{line-height:1.5;font-family:var(--theme-font-family-sans);font-size:var(--font-size-base);color:var(--theme-on-bg)}h1,h2,h3{font-family:var(--theme-font-family-serif);font-weight:700}h1{font-size:var(--font-size-xxl)}h2{font-size:var(--font-size-xl)}h3{font-size:var(--font-size-lg)}h1,h2{line-height:1.1;font-weight:700}h3{font-weight:500}h6{font-size:var(--font-size-sm)}h1,h2,h3,h4,h5,h6,p{margin:0 0 1rem}blockquote{font-style:italic;font-size:var(--font-size-base);font-weight:500;margin-bottom:1rem;padding-left:1.5rem;border-left:.25rem solid var(--theme-on-bg)}html,body{height:100%}body{max-width:1920px;margin:0 auto;background-color:var(--theme-bg);position:relative}pre{padding:1em;border-radius:.5em;overflow:auto}pre .language-id{display:none}.full-width-section{width:100%;padding:var(--section-margin) 0;position:relative;overflow:hidden}.bg-surface-1{background-color:var(--theme-surface-1)}.bg-surface-2{background-color:var(--theme-surface-2)}.section-header{text-align:center;margin-bottom:2.5rem}.section-header h2{font-size:var(--font-size-xl);margin:0 0 .75rem}.section-eyebrow{text-transform:uppercase;letter-spacing:.1em;font-size:.85rem;color:var(--theme-primary);font-weight:700;margin:0 0 .5rem}.section-sub{font-size:1.1rem;color:var(--theme-text-secondary);max-width:40rem;margin:0 auto;line-height:1.6}.hero-eyebrow{text-transform:uppercase;letter-spacing:.1em;font-size:.85rem;color:var(--theme-primary);font-weight:700;margin:0 0 .75rem}.hero-description{font-size:1.05rem;line-height:1.6;margin-bottom:1.5rem;color:var(--theme-on-bg);opacity:0;animation:fade-in-up .8s ease-out .3s forwards}.hero-buttons{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;opacity:0;animation:fade-in-up .8s ease-out .5s forwards}@keyframes fade-in-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:48rem;margin:0 auto}.stat-card{padding:1.5rem;background:var(--theme-surface-1);border-radius:var(--theme-shape-radius);text-align:center}.stat-number{display:block;font-size:var(--font-size-lg);font-weight:700;color:var(--theme-primary);margin-bottom:.25rem}.stat-label{font-size:.85rem;color:var(--theme-text-secondary);line-height:1.4}.badge{background:var(--theme-primary);color:var(--theme-on-primary);font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:100px;text-transform:uppercase;letter-spacing:.05em}.early-access-banner{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem 1.5rem;background:var(--theme-bg);border-radius:var(--theme-shape-radius);border:1px solid var(--theme-primary);flex-wrap:wrap}.early-access-banner p{margin:0;font-size:.95rem}.early-access-link{font-weight:600;color:var(--theme-primary);text-decoration:none;font-size:.95rem}.early-access-link:hover{text-decoration:underline}.newsletter-section{background:var(--theme-bg);text-align:center}.newsletter-wrapper{max-width:36rem;margin:0 auto}.newsletter-wrapper h2{font-size:var(--font-size-lg);margin-bottom:.5rem}.newsletter-wrapper .section-sub{margin-bottom:1.5rem}.cta-content{text-align:center;max-width:36rem;margin:0 auto}.cta-content h2{font-size:var(--font-size-xl);margin-bottom:.75rem}.cta-text{font-size:1.05rem;line-height:1.6;margin-bottom:1.5rem;color:var(--theme-on-bg)}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.5rem}.cta-contact{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;font-size:.9rem;color:var(--theme-text-secondary)}.cta-contact span{display:inline-flex;align-items:center;gap:.35rem}.cta-contact svg{width:1rem;height:1rem}.cta-contact a{color:inherit;text-decoration:none}.cta-contact a:hover{color:var(--theme-primary)}.card-link{display:inline-block;margin-top:.75rem;font-weight:600;font-size:.85rem;color:var(--theme-primary);transition:transform .2s ease}@media(prefers-reduced-motion:reduce){.hero-description,.hero-buttons{opacity:1!important;transform:none!important;animation:none!important}}@media(max-width:768px){.full-width-section{padding:2.5rem 0}.stats-grid{grid-template-columns:1fr;max-width:20rem}.early-access-banner{flex-direction:column;text-align:center}}.lunolabs-logo[data-astro-cid-tvrurpns]{height:48px;width:auto;margin:0;display:block}.lunolabs-logo[data-astro-cid-tvrurpns]:hover{opacity:.9;cursor:pointer}
