@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap);:root{--bg-primary:#fff;--bg-secondary:#f5f5f5;--text-secondary:#444;--border-color:#e0e0e0;--border-color-dark:#222;--black:#000;--white:#fff}*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;background-color:var(--bg-primary);color:#000;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;letter-spacing:-.01em}h1,h2,h3,h4,h5,h6{letter-spacing:-.03em}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary:#000;--primary-hover:#333;--bg-dark:#fff;--surface:#fff;--surface-light:#f9f9f9;--text-primary:#000;--text-secondary:#555;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--shadow-sm:0 1px 3px #0000000d;--shadow-md:0 4px 12px #00000014;--transition:all 0.2s ease;--border-light:1px solid #e5e5e5;--border-dark:1px solid #000}.navBar{align-items:center;background:#fff;background:var(--surface);border-bottom:1px solid #e5e5e5;border-bottom:var(--border-light);color:#000;color:var(--text-primary);display:flex;justify-content:space-between;padding:1.5rem 4rem}.navBar h2{color:#000;font-weight:800;letter-spacing:-.05em}.navBar h2 span{color:#777;font-weight:400}.navBar>div:nth-child(2){align-items:center;display:flex;gap:1.5rem}.meetContainer{align-items:center;background:#fff;background:var(--bg-dark);color:#000;color:var(--text-primary);display:flex;gap:4rem;height:calc(100vh - 85px);justify-content:space-between;padding:4rem 6rem}.leftPanel{display:flex;flex:1 1;flex-direction:column;gap:2rem;justify-content:center}.leftPanel h2{color:#000;font-size:clamp(2.5rem,4vw,4rem);font-weight:800;letter-spacing:-.03em;line-height:1.1}.leftPanel p{line-height:1.6}.rightPanel{display:flex;flex:1 1;justify-content:flex-end}.rightPanel>img{border:1px solid #e5e5e5;border:var(--border-light);border-radius:4px;border-radius:var(--radius-sm);box-shadow:0 4px 12px #00000014;box-shadow:var(--shadow-md);filter:grayscale(100%);max-width:500px;width:100%}@media (max-width:1024px){.meetContainer{flex-direction:column;gap:4rem;padding:4rem 2rem;text-align:left}.leftPanel h2{font-size:2.8rem}.navBar{padding:1.2rem 2rem}}@media (max-width:768px){.meetContainer{padding:3rem 1.5rem}}*,:after,:before{box-sizing:border-box;margin:0;padding:0}.landing-root{background:#fff;color:#000;font-family:Inter,Segoe UI,system-ui,sans-serif;min-height:100vh;overflow-x:hidden;width:100%}.landing-nav{align-items:center;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);background:#ffffffb3;border-bottom:1px solid #0000;display:flex;position:fixed;top:0;inset-inline:0;justify-content:space-between;padding:1.25rem 5%;transition:border-color .25s ease,background .25s ease;z-index:200}.landing-nav--scrolled{background:#fffffff2;border-bottom-color:#e5e5e5}.landing-nav__brand{align-items:center;display:flex;gap:.5rem}.brand-dot{background:#000;border-radius:50%;flex-shrink:0;height:8px;width:8px}.landing-nav__brand h2{color:#000;font-size:1.5rem;font-weight:800;letter-spacing:-.05em;line-height:1}.landing-nav__brand h2 span{color:#666;font-weight:400}.landing-nav__links{align-items:center;display:flex;gap:2rem}.nav-link{background:none;border:none;color:#555;cursor:pointer;font-family:inherit;font-size:.95rem;font-weight:500;padding:0;transition:color .2s ease}.nav-link:hover{color:#000}.nav-btn{background:#000;border:1px solid #000;border-radius:4px;color:#fff;cursor:pointer;font-family:inherit;font-size:.9rem;font-weight:600;padding:.55rem 1.4rem;transition:background .2s ease,color .2s ease}.nav-btn:hover{background:#fff;color:#000}.hamburger{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;padding:4px}.hamburger span{background:#000;border-radius:2px;display:block;height:2px;transition:transform .3s ease,opacity .3s ease;width:24px}.hamburger--open span:first-child{transform:translateY(7px) rotate(45deg)}.hamburger--open span:nth-child(2){opacity:0}.hamburger--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-drawer{background:#fff;border-bottom:1px solid #e5e5e5;display:none;flex-direction:column;gap:0;position:fixed;top:68px;inset-inline:0;transform:translateY(-110%);transition:transform .3s ease;z-index:190}.mobile-drawer--open{transform:translateY(0)}.mobile-drawer .nav-btn,.mobile-drawer .nav-link{border-bottom:1px solid #f0f0f0;border-radius:0;padding:1rem 5%;text-align:left;width:100%}.mobile-drawer .mobile-login{border-radius:4px;margin:1rem 5%;text-align:center;width:90%}.hero{align-items:center;display:flex;gap:3rem;justify-content:space-between;min-height:100dvh;padding:6rem 5% 4rem}.hero__text{display:flex;flex:1 1;flex-direction:column;gap:1.5rem;max-width:560px}.hero__eyebrow{align-items:center;color:#888;display:flex;font-size:.75rem;font-weight:600;gap:.5rem;letter-spacing:.12em;text-transform:uppercase}.hero__eyebrow:before{background:#888;content:"";display:block;height:1px;width:24px}.hero__headline{color:#000;font-size:clamp(2.6rem,5vw,4.5rem);font-weight:900;letter-spacing:-.04em;line-height:1.05}.hero__headline span{color:#555;font-weight:400}.hero__sub{color:#555;font-size:clamp(1rem,1.4vw,1.2rem);line-height:1.7;max-width:480px}.hero__cta-group{align-items:center;display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:.5rem}.cta-primary{background:#000;border:1px solid #000;border-radius:4px;color:#fff;display:inline-block;font-size:1rem;font-weight:600;padding:.9rem 2rem;text-decoration:none;transition:background .2s ease,color .2s ease;white-space:nowrap}.cta-primary:hover{background:#fff;color:#000}.cta-primary--large{font-size:1.05rem;padding:1rem 2.4rem}.cta-ghost{background:none;border:none;color:#000;cursor:pointer;font-family:inherit;font-size:1rem;font-weight:500;text-decoration:underline;text-underline-offset:4px;transition:opacity .2s ease}.cta-ghost:hover{opacity:.6}.hero__visual{display:flex;flex:1 1;justify-content:flex-end;position:relative}.hero__img-wrapper{max-width:600px;position:relative;width:100%}.hero__img-wrapper img{border:1px solid #e5e5e5;border-radius:8px;box-shadow:0 24px 64px #0000001a;display:block;filter:grayscale(100%) contrast(1.05);height:auto;object-fit:cover;width:100%}.features{border-top:1px solid #eee;padding:6rem 5%}.features__title{color:#000;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:800;letter-spacing:-.03em;margin-bottom:3.5rem;max-width:560px}.features__grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.feature-card{border:1px solid #e5e5e5;border-radius:8px;display:flex;flex-direction:column;gap:.75rem;padding:2rem;transition:border-color .2s ease,box-shadow .2s ease}.feature-card:hover{border-color:#000;box-shadow:0 8px 24px #00000012}.feature-icon{align-items:center;background:#000;border-radius:6px;color:#fff;display:flex;flex-shrink:0;height:44px;justify-content:center;width:44px}.feature-card h3{color:#000;font-size:1.1rem;font-weight:700}.feature-card p{color:#666;font-size:.93rem;line-height:1.6}.cta-band{align-items:center;background:#000;color:#fff;display:flex;flex-direction:column;gap:1.2rem;padding:6rem 5%;text-align:center}.cta-band h2{font-size:clamp(2rem,4vw,3rem);font-weight:900;letter-spacing:-.04em}.cta-band p{color:#aaa;font-size:1.05rem;line-height:1.6;max-width:420px}.cta-band .cta-primary{background:#fff;border-color:#fff;color:#000;margin-top:.5rem}.cta-band .cta-primary:hover{background:#0000;color:#fff}.landing-footer{align-items:center;border-top:1px solid #eee;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between;padding:1.6rem 5%}.footer-brand{font-size:1rem;font-weight:800;letter-spacing:-.04em}.footer-copy{color:#999;font-size:.82rem}@media (max-width:900px){.hero{align-items:flex-start;flex-direction:column;gap:3rem;min-height:auto;padding:8rem 5% 4rem}.hero__text{max-width:100%}.hero__visual{justify-content:center;width:100%}.hero__img-wrapper{max-width:100%}}@media (max-width:640px){.landing-nav__links{display:none}.hamburger,.mobile-drawer{display:flex}.stats{grid-template-columns:1fr 1fr}.stat-item:nth-child(2n){border-right:none}.stat-item:nth-child(-n+2){border-bottom:1px solid #eee}.landing-footer{align-items:center;flex-direction:column;text-align:center}}@media (max-width:420px){.hero__cta-group{align-items:flex-start;flex-direction:column}.cta-primary{text-align:center;width:100%}}.videoComponent_meetVideoContainer__PG\+-a{background:#fafafa;font-family:Inter,sans-serif;height:100vh;overflow:hidden;position:relative}.videoComponent_meetUserVideo__YChTF{background:#000;border:1px solid #e5e5e5;border-radius:4px;bottom:100px;box-shadow:0 8px 24px #00000026;cursor:grab;height:200px;object-fit:cover;position:absolute;right:20px;width:320px;z-index:10}.videoComponent_meetUserVideo__YChTF:active{cursor:grabbing}.videoComponent_meetUserVideo__YChTF:hover{transform:scale(1.02)}.videoComponent_buttonContainers__XiDLy{background:#fff;border:1px solid #e5e5e5;border-radius:4px;bottom:20px;box-shadow:0 4px 16px #0000000f;display:flex;gap:15px;left:50%;padding:12px 24px;position:absolute;text-align:center;transform:translateX(-50%);width:auto;z-index:20}.videoComponent_buttonContainers__XiDLy button{border-radius:40px;transition:all .2s ease}.videoComponent_buttonContainers__XiDLy button:hover{background:#f5f5f5!important}.videoComponent_buttonContainers__XiDLy svg{color:#000;font-size:1.8rem}.videoComponent_conferenceView__ICkaB{grid-gap:2px;background:#000;display:grid;gap:2px;height:100vh;left:0;position:absolute;top:0;width:100vw;z-index:1}.videoComponent_conferenceView__ICkaB[data-participants="1"]{grid-template-columns:1fr;grid-template-rows:1fr}.videoComponent_conferenceView__ICkaB[data-participants="2"]{grid-template-columns:1fr 1fr;grid-template-rows:1fr}.videoComponent_conferenceView__ICkaB[data-participants="3"],.videoComponent_conferenceView__ICkaB[data-participants="4"]{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}.videoComponent_conferenceView__ICkaB[data-participants="5"],.videoComponent_conferenceView__ICkaB[data-participants="6"]{grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr}.videoComponent_conferenceView__ICkaB:not([data-participants="1"]):not([data-participants="2"]):not([data-participants="3"]):not([data-participants="4"]):not([data-participants="5"]):not([data-participants="6"]){grid-template-columns:repeat(auto-fit,minmax(33%,1fr))}.videoComponent_conferenceView__ICkaB video{background-color:#000;height:100%;object-fit:cover;transition:all .3s ease;width:100%}.videoComponent_activeSpeaker__3eFKO{border:2px solid #000!important;box-shadow:0 4px 12px #0000001a!important}.videoComponent_chatRoom__wId\+U{background:#fff;border:1px solid #e5e5e5;border-radius:4px;box-shadow:0 8px 24px #00000014;color:#000;display:flex;flex-direction:column;height:calc(100vh - 40px);padding:24px;position:absolute;right:20px;top:20px;width:320px;z-index:30}.videoComponent_chatContainer__Gw42a{display:flex;flex-direction:column;height:100%;position:relative}.videoComponent_chattingArea__zai7k{display:flex;flex-direction:column;gap:12px;margin-top:auto;width:100%}.videoComponent_lobbyContainer__C6i3T{align-items:center;background:#fff;color:#000;display:flex;height:100vh;justify-content:center}.videoComponent_lobbyContent__bY5ap{background:#fff;border:1px solid #e5e5e5;border-radius:8px;box-shadow:none;max-width:650px;padding:3rem;text-align:center;width:100%}.videoComponent_lobbyContent__bY5ap h2{font-weight:800;letter-spacing:-.03em;margin-bottom:.5rem}.videoComponent_videoPreviewContainer__0h7pV{background:#000;border:1px solid #e5e5e5;border-radius:4px;height:350px;margin:25px auto;overflow:hidden;position:relative;width:100%}.videoComponent_videoPreview__wx0F0{height:100%;object-fit:cover;width:100%}.videoComponent_previewControls__9EML2{background:#fff;border:1px solid #e5e5e5;border-radius:40px;bottom:20px;box-shadow:0 4px 12px #0000001a;display:flex;gap:15px;left:50%;padding:12px 24px;position:absolute;transform:translateX(-50%)}.videoComponent_previewControls__9EML2 button{border-radius:50%;transition:all .2s ease}.videoComponent_previewControls__9EML2 button:hover{background:#f0f0f0!important}.videoComponent_previewControls__9EML2 svg{color:#000!important}.videoComponent_joinForm__1t2PH{display:flex;flex-direction:column;gap:15px;margin-top:30px}.nf-root{align-items:center;background:#fff;color:#000;display:flex;font-family:Inter,Segoe UI,system-ui,sans-serif;justify-content:center;min-height:100vh;padding:2rem}.nf-content{max-width:480px;text-align:center}.nf-code{display:block;font-size:clamp(6rem,15vw,10rem);font-weight:900;letter-spacing:-.06em;line-height:1}.nf-code,.nf-title{color:#000;margin-bottom:1rem}.nf-title{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;letter-spacing:-.04em}.nf-sub{color:#666;font-size:1rem;line-height:1.6;margin-bottom:2.5rem}.nf-link{color:#000;display:inline-block;font-size:.95rem;font-weight:600;text-decoration:underline;text-underline-offset:4px;transition:opacity .2s ease}.nf-link:hover{opacity:.55}
/*# sourceMappingURL=main.7bef0227.css.map*/