@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Playfair+Display:wght@500;600;700&display=swap";:root{--bg: #f2f2f2;--panel: #e8e8e8;--text: #121212;--muted: #505050;--action: #111111;--action-text: #f4f4f4;--line: #d2d2d2;--surface: #ffffff;--subtle-surface: #efefef;--badge-bg: #f4f4f4;--focus: #121212;--play-bg: rgba(17, 17, 17, .88)}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100dvh;font-family:Manrope,Segoe UI,sans-serif;color:var(--text);background:radial-gradient(1100px 540px at -10% 15%,rgba(255,255,255,.08),transparent 45%),radial-gradient(900px 420px at 110% 70%,rgba(0,0,0,.08),transparent 45%),var(--bg)}#root{min-height:100dvh}.landing{display:grid;height:100dvh;grid-template-columns:45fr 55fr;gap:clamp(.75rem,1.8vw,1.4rem);padding:clamp(.75rem,1.4vw,1.15rem);overflow:hidden}.landing__left{display:flex;height:100%;min-width:0}.panel{width:100%;height:100%;border-radius:2rem;background:var(--panel);padding:clamp(1.2rem,2vw,1.9rem);display:flex;flex-direction:column;justify-content:flex-start;animation:rise .5s ease both}.panel__top{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:0 0 clamp(.9rem,1.8vw,1.5rem)}.brand{margin:0;font-size:clamp(2.25rem,4vw,3.4rem);font-family:Playfair Display,Georgia,serif;line-height:1}.badge{width:fit-content;margin:0 0 .8rem;border-radius:.45rem;background:var(--badge-bg);padding:.5rem .75rem;font-size:.75rem;letter-spacing:.08em;font-weight:700}#hero-title{margin:0;max-width:20ch;font-size:clamp(1.72rem,3.25vw,3.12rem);font-family:Playfair Display,Georgia,serif;line-height:1.06}.hero-bee{display:inline-block;width:1.6em;height:1.6em;vertical-align:-.15em;margin-left:.15em;color:#121212;animation:bee-float 3s ease-in-out infinite,bee-wobble .3s ease-in-out infinite;transform-origin:center;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.lead{margin:.8rem 0 0;max-width:35ch;color:var(--muted);font-size:clamp(.95rem,1.1vw,1.1rem);line-height:1.5}.waitlist{margin-top:.9rem;max-width:36rem}.waitlist__helper{margin:0 0 .85rem;color:var(--muted);font-size:.95rem}.waitlist__actions{display:flex;align-items:center}.waitlist__button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;width:fit-content;min-width:11rem;border:0;border-radius:.8rem;padding:.85rem 1.1rem;font:inherit;font-weight:700;color:var(--action-text);background:var(--action);cursor:pointer;transition:transform .14s ease,opacity .14s ease}.waitlist__button--link:hover{transform:translateY(-1px)}.waitlist__button:disabled{cursor:not-allowed;opacity:.55}.waitlist__button:focus-visible,.demo-card__video:focus-visible{outline:3px solid var(--focus);outline-offset:2px}.waitlist__hint{margin:.55rem 0 0;color:var(--muted);font-size:.85rem}.waitlist__status{margin:.55rem 0 0;color:var(--muted);font-size:.9rem}.panel__footnote{margin:.85rem 0 0;color:var(--muted);font-size:.84rem}.landing__right{display:flex;height:100%;align-items:center;justify-content:center;min-width:0}.demo-card{width:min(100%,44rem);max-height:100%;padding:clamp(.9rem,1.8vw,1.2rem);border:1px solid var(--line);border-radius:1.5rem;background:var(--subtle-surface);animation:rise .65s ease both}.demo-card__frame{position:relative;aspect-ratio:16 / 9;max-height:min(58vh,32rem);overflow:hidden;border-radius:1.1rem;border:1px solid var(--line);background:var(--surface)}.demo-card__frame img,.demo-card__frame video{display:block;width:100%;height:100%;object-fit:cover}.demo-card__video{background:var(--surface)}.demo-card__title{margin:.8rem 0 0;font-size:1.05rem;font-weight:700}.demo-card__caption{margin:.4rem 0 0;color:var(--muted);font-size:.93rem}@keyframes rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes bee-float{0%{transform:translateY(0) translate(0) rotate(-3deg)}25%{transform:translateY(-5px) translate(3px) rotate(2deg)}50%{transform:translateY(-2px) translate(6px) rotate(-1deg)}75%{transform:translateY(-7px) translate(2px) rotate(3deg)}to{transform:translateY(0) translate(0) rotate(-3deg)}}@keyframes bee-wobble{0%,to{scale:1 1}50%{scale:1.02 .97}}@media(max-width:960px){.landing{grid-template-columns:minmax(0,1fr);padding:.85rem;height:auto;min-height:100dvh;overflow:visible}.panel{border-radius:1.4rem;height:auto}.panel__top{margin-bottom:1.1rem;align-items:flex-start;flex-direction:column}.landing__right{height:auto}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
