:root{--background: oklch(.07 .005 280);--foreground: oklch(.93 .01 60);--card: oklch(.11 .006 280);--muted: oklch(.17 .005 280);--muted-foreground: oklch(.55 .01 60);--border: oklch(.2 .005 280);--accent: oklch(.68 .19 18);--accent-light: oklch(.76 .16 18);--accent-dark: oklch(.55 .19 18);--display-font: "Instrument Serif", Georgia, serif;--body-font: "Satoshi", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;background:var(--background);color:var(--foreground);font-family:var(--body-font);font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body,#root{min-height:100%}body{margin:0;background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}::selection{background:#f75b6b4d;color:#fff}.container{margin:0 auto;max-width:1200px;padding:0 1.25rem;width:100%}@media(min-width:640px){.container{padding:0 2rem}}@media(min-width:1024px){.container{padding:0 3rem}}.entry-gate{align-items:center;background:#000001;display:flex;inset:0;justify-content:center;padding:1.5rem;position:fixed;z-index:1000}.entry-gate__content{animation:reveal-up .8s cubic-bezier(.22,1,.36,1) both;text-align:center}.entry-gate h1,.wordmark,.content-section h2,.hero-copy h1,.portrait--large,.waitlist-success h3{font-family:var(--display-font);font-style:italic;font-weight:400}.entry-gate h1{color:var(--accent);font-size:clamp(4.5rem,12vw,8rem);line-height:.9;margin:0}.entry-gate p{color:var(--muted-foreground);font-size:1.1rem;letter-spacing:.02em;margin:1.5rem 0 0}.entry-gate button{background:transparent;border:1px solid oklch(.68 .19 18 / .65);color:var(--accent);cursor:pointer;margin-top:3rem;padding:1rem 2.5rem;transition:background-color .22s ease,border-color .22s ease,color .22s ease}.entry-gate button:hover{background:var(--accent);border-color:var(--accent);color:#fff}.entry-gate small{color:#76706c8c;display:block;font-size:.72rem;letter-spacing:.16em;margin-top:2rem;text-transform:uppercase}.noir-page{background:var(--background);color:var(--foreground);min-height:100vh;opacity:0;overflow-x:hidden;transition:opacity .65s ease}.noir-page--entered{opacity:1}.noir-nav{align-items:center;background:linear-gradient(to bottom,oklch(.07 .005 280 / .88),transparent);display:flex;height:5rem;justify-content:space-between;left:0;padding:0 1.25rem;position:fixed;right:0;top:0;z-index:50}.noir-nav>a:last-child{color:var(--muted-foreground);font-size:.9rem;letter-spacing:.02em;transition:color .18s ease}.noir-nav>a:last-child:hover,.wordmark{color:var(--accent)}.wordmark{font-size:1.65rem;line-height:1}.hero-section{align-items:end;display:flex;min-height:100svh;overflow:hidden;padding:8rem 0 5rem;position:relative}.hero-section__image,.hero-section__shade{inset:0;position:absolute}.hero-section__image{height:100%;object-fit:cover;opacity:.42;width:100%}.hero-section__shade{background:linear-gradient(to top,var(--background) 5%,oklch(.07 .005 280 / .82),oklch(.07 .005 280 / .2))}.hero-section__inner{align-items:end;display:grid;gap:3rem;grid-template-columns:minmax(0,1fr);position:relative;z-index:1}.hero-copy{animation:reveal-up .9s cubic-bezier(.22,1,.36,1) .18s both;max-width:48rem}.section-kicker{color:var(--accent);font-size:.78rem;letter-spacing:.3em;margin:0 0 1.5rem;text-transform:uppercase}.hero-copy h1,.content-section h2{font-size:clamp(3.4rem,9vw,5.7rem);font-weight:400;letter-spacing:0;line-height:1.05;margin:0}.hero-copy h1 em,.content-section h2 em,.cta-copy h2 em{color:var(--accent);font-style:italic}.hero-copy>p{color:#ede6e19e;font-size:clamp(1.05rem,2vw,1.25rem);line-height:1.7;margin:2rem 0 0;max-width:38rem}.hero-actions{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1.25rem;margin-top:3rem}.primary-cta,.waitlist-form button{background:var(--accent);color:#fff;display:inline-flex;font-weight:700;gap:.75rem;justify-content:center;letter-spacing:.02em;padding:1rem 2rem;transition:background-color .18s ease,box-shadow .18s ease,transform .18s ease}.primary-cta:hover,.waitlist-form button:hover:not(:disabled){background:var(--accent-light);box-shadow:0 0 40px #f75b6b47;transform:translateY(-1px)}.text-cta{border-bottom:1px solid oklch(.2 .005 280 / .6);color:var(--muted-foreground);padding:1rem .25rem;transition:border-color .18s ease,color .18s ease}.text-cta:hover{border-color:#f75b6b99;color:var(--foreground)}.message-card,.lex-chat-preview{background:#040406c7;border:1px solid oklch(.2 .005 280 / .75);border-radius:1.25rem;box-shadow:0 28px 80px #00000047;padding:1.25rem}.message-card{display:none;max-width:18rem;justify-self:end}.message-card__sender{align-items:center;display:flex;gap:.75rem;margin-bottom:.9rem}.message-card__sender p{color:var(--foreground);font-size:.9rem;font-weight:700;margin:0}.message-card__sender span,.message-card__typing span{color:var(--muted-foreground);font-size:.75rem}.message-card__bubble,.lex-chat-preview__bubble{color:#ede6e1d1;font-size:.92rem;line-height:1.5;margin:0}.message-card__typing{align-items:center;display:flex;gap:.55rem;margin-top:.9rem}.typing-dots{display:inline-flex;gap:.22rem}.typing-dots span{animation:typing-bounce 1.4s infinite ease-in-out both;background:var(--accent);border-radius:999px;height:.35rem;opacity:.55;width:.35rem}.typing-dots span:nth-child(1){animation-delay:-.32s}.typing-dots span:nth-child(2){animation-delay:-.16s}.content-section{padding:6rem 0;position:relative}.content-section h2{max-width:48rem}.steps-list{margin-top:4rem}.step-row{border-top:1px solid oklch(.2 .005 280 / .55);display:grid;gap:1.3rem;padding:2rem 0}.step-row span{color:#76706c73;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.78rem}.step-row h3{font-family:var(--display-font);font-size:clamp(2rem,4vw,2.65rem);font-style:italic;font-weight:400;margin:0}.step-row p,.split-copy p,.feature-item p{color:#ede6e19e;line-height:1.7;margin:0}.split-section{overflow:hidden}.split-section:before{background:linear-gradient(to left,oklch(.68 .19 18 / .045),transparent);content:"";inset:0 0 0 50%;pointer-events:none;position:absolute}.split-section__grid{display:grid;gap:4rem;position:relative;z-index:1}.portrait{align-items:center;background:radial-gradient(circle at 35% 22%,oklch(.76 .16 18 / .65),transparent 26%),linear-gradient(145deg,#1b0d0d,#0b0506,#010102);border:1px solid oklch(.68 .19 18 / .28);color:var(--accent-light);display:flex;justify-content:center;overflow:hidden}.portrait--small{border-radius:999px;font-family:var(--display-font);font-size:1.1rem;height:2.25rem;width:2.25rem}.portrait img{display:block;height:100%;object-fit:cover;width:100%}.portrait--large{aspect-ratio:3 / 4;font-size:clamp(3rem,10vw,6rem);max-width:24rem}.portrait--large img{object-position:center top}.portrait-caption{align-items:center;color:var(--muted-foreground);display:flex;font-size:.9rem;font-style:italic;gap:1rem;margin:1.25rem 0 0}.portrait-caption:before{background:#f75b6b8c;content:"";height:1px;width:3rem}.split-copy{display:grid;gap:1.35rem}.split-copy h2{font-size:clamp(3rem,7vw,4.6rem)}.lex-chat-preview{margin-top:1rem;max-width:30rem}.lex-chat-preview__bubble{background:#0f0f12bf;border-radius:1.2rem 1.2rem 1.2rem .25rem;display:inline-block;padding:.75rem 1rem}.grain-section,.cta-section{overflow:hidden}.grain-section:after,.cta-section:after{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");content:"";inset:0;opacity:.03;pointer-events:none;position:absolute}.feature-grid,.quote-grid{display:grid;gap:2rem;margin-top:4rem}.feature-item span{background:#f75b6b80;display:block;height:1px;margin-bottom:1.5rem;transition:width .22s ease;width:2rem}.feature-item:hover span{width:4rem}.feature-item h3{font-size:1.1rem;margin:0 0 .8rem}.quotes-section{border-top:1px solid oklch(.2 .005 280 / .35)}.quote-grid blockquote{border-left:2px solid oklch(.68 .19 18 / .35);color:#ede6e1b8;font-style:italic;line-height:1.65;margin:0;padding:1.5rem;transition:border-color .18s ease}.quote-grid blockquote:hover{border-color:var(--accent)}.cta-section:before{background:linear-gradient(to bottom,transparent,oklch(.68 .19 18 / .04),transparent);content:"";inset:0;pointer-events:none;position:absolute}.cta-copy{margin:0 auto;max-width:45rem;position:relative;text-align:center;z-index:1}.cta-copy h2{font-size:clamp(3.8rem,9vw,7rem)}.cta-copy>p{color:#ede6e194;font-size:1.2rem;line-height:1.65;margin:2rem auto 0;max-width:36rem}.waitlist-form{display:grid;gap:.8rem;margin:3rem auto 0;max-width:34rem}.waitlist-form input{background:#040406b8;border:2px solid oklch(.68 .19 18 / .42);color:var(--foreground);min-height:3.5rem;outline:none;padding:0 1.1rem;transition:border-color .16s ease,box-shadow .16s ease}.waitlist-form input:focus{border-color:var(--accent);box-shadow:0 0 0 4px #f75b6b26}.waitlist-form input::placeholder{color:#76706cb3}.waitlist-form button{border:0;cursor:pointer;min-height:3.5rem}.waitlist-form button:disabled{cursor:not-allowed;opacity:.65}.waitlist-note,.form-message,.waitlist-success p{color:#76706ccc;font-size:.9rem;margin:1rem auto 0;text-align:center}.form-message.error{color:var(--accent-light)}.waitlist-success{margin-top:3rem;text-align:center}.waitlist-success span{align-items:center;background:#f75b6b26;border-radius:999px;color:var(--accent);display:inline-flex;font-size:1.6rem;height:3.5rem;justify-content:center;width:3.5rem}.waitlist-success h3{font-size:2rem;margin:1rem 0 0}.dev-signup-link{border-bottom:1px solid oklch(.68 .19 18 / .45);color:var(--accent-light);display:inline-block;font-size:.9rem;margin-top:1.4rem}.noir-footer{align-items:center;border-top:1px solid oklch(.2 .005 280 / .35);display:flex;flex-direction:column;gap:2rem;padding:4rem 1.25rem;text-align:center}.noir-footer nav{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.noir-footer nav a,.noir-footer p{color:#76706cc7;font-size:.88rem}.noir-footer nav a:hover{color:var(--foreground)}.noir-footer p{margin:0}.divider-fade{background:linear-gradient(to right,transparent,oklch(.68 .19 18 / .32),transparent);height:1px;margin:0 auto;width:min(68%,760px)}@keyframes reveal-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes typing-bounce{0%,80%,to{opacity:.35;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}@media(min-width:760px){.step-row{grid-template-columns:.3fr 1fr 2.3fr}.feature-grid,.quote-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.waitlist-form{grid-template-columns:1fr auto}.noir-footer{flex-direction:row;justify-content:space-between;text-align:left}}@media(min-width:1024px){.hero-section__inner{grid-template-columns:minmax(0,1fr) 20rem}.message-card{display:block}.split-section__grid{align-items:center;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}.feature-grid,.quote-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.noir-nav{-webkit-backdrop-filter:blur(18px) saturate(140%);backdrop-filter:blur(18px) saturate(140%);background:linear-gradient(180deg,#040407c2,#0101027a),#0102035c;border-bottom:1px solid oklch(.8 .12 36 / .16);box-shadow:0 18px 34px #0000004d}}@media(max-width:520px){.noir-nav{height:4.25rem}.hero-section{padding-bottom:4rem}.content-section{padding:4.5rem 0}}
