.WhiteboardWindow-module__abopQa__window{border:1px solid var(--action);box-shadow:var(--shadow-lg);will-change:transform,opacity;pointer-events:auto;-webkit-user-select:none;user-select:none;cursor:default;background:#17191d;border-radius:12px;flex-direction:column;transition:border-color .3s,box-shadow .3s;display:flex;position:absolute;overflow:hidden}.WhiteboardWindow-module__abopQa__window.WhiteboardWindow-module__abopQa__focused{border-color:var(--action);box-shadow:0 25px 50px -12px #00000080,0 0 0 1px var(--action),0 0 30px #05966940,0 0 60px #0478571f}.WhiteboardWindow-module__abopQa__titleBar{align-items:center;gap:var(--space-sm);padding:var(--space-sm)var(--space-md);border-bottom:1px solid var(--surface-3);background:#1e2024;min-height:40px;display:flex}.WhiteboardWindow-module__abopQa__titleIcon{color:var(--ink-tertiary);justify-content:center;align-items:center;display:flex}.WhiteboardWindow-module__abopQa__title{font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--ink-secondary)}.WhiteboardWindow-module__abopQa__content{padding:var(--space-md);flex:1;overflow:hidden}@media (max-width:767px){.WhiteboardWindow-module__abopQa__window{opacity:1!important;width:100%!important;max-width:100%!important;height:auto!important;position:static!important;transform:none!important}.WhiteboardWindow-module__abopQa__window:not(.WhiteboardWindow-module__abopQa__focused){display:none}.WhiteboardWindow-module__abopQa__window.WhiteboardWindow-module__abopQa__focused{box-shadow:none;border-radius:0}}
.SectionTitle-module__c_7XmG__title{color:var(--ink-primary);font-family:var(--font-display);font-weight:var(--font-normal);line-height:var(--leading-tight);letter-spacing:var(--tracking-tight);text-align:center}.SectionTitle-module__c_7XmG__sm{font-size:var(--text-xl)}.SectionTitle-module__c_7XmG__md{font-size:var(--text-2xl)}.SectionTitle-module__c_7XmG__lg{font-size:var(--text-4xl)}.SectionTitle-module__c_7XmG__xl{font-size:var(--text-5xl)}@media (max-width:768px){.SectionTitle-module__c_7XmG__sm{font-size:var(--text-lg)}.SectionTitle-module__c_7XmG__md{font-size:var(--text-xl)}.SectionTitle-module__c_7XmG__lg{font-size:var(--text-3xl)}.SectionTitle-module__c_7XmG__xl{font-size:var(--text-4xl)}}
.Divider-module__8xqc1G__divider{background:var(--action);border-radius:var(--radius-full);width:60px;height:3px;margin:var(--space-md)auto}
.WindowContent-module__V5h_wG__introContent{text-align:center;justify-content:center;align-items:center;gap:var(--space-md);flex-direction:column;height:100%;display:flex}.WindowContent-module__V5h_wG__logoContainer{color:var(--action)}.WindowContent-module__V5h_wG__introTitle{font-family:var(--font-display);font-size:var(--text-3xl);font-weight:var(--font-normal);color:var(--ink-primary);margin:0}.WindowContent-module__V5h_wG__introTagline{font-size:var(--text-xl);color:var(--ink-secondary);max-width:400px;margin:0}.WindowContent-module__V5h_wG__introSubtitle{font-size:var(--text-base);color:var(--ink-muted);max-width:450px;margin:0;line-height:1.5}.WindowContent-module__V5h_wG__introActions{gap:var(--space-md);margin-top:var(--space-sm);display:flex}.WindowContent-module__V5h_wG__introHelper{font-size:var(--text-sm);color:var(--ink-muted);margin:0}.WindowContent-module__V5h_wG__heroVideoContainer{width:100%;max-width:500px;margin:var(--space-md)0}.WindowContent-module__V5h_wG__heroVideoWrapper{aspect-ratio:16/9;background:var(--surface-2);border-radius:var(--radius-lg);border:1px solid var(--surface-3);cursor:pointer;width:100%;position:relative;overflow:hidden}.WindowContent-module__V5h_wG__heroVideo{object-fit:cover;width:100%;height:100%}.WindowContent-module__V5h_wG__muteIndicator{top:var(--space-md);right:var(--space-md);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:var(--radius-full);color:#fff;background:#0009;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s;display:flex;position:absolute}.WindowContent-module__V5h_wG__heroVideoWrapper:hover .WindowContent-module__V5h_wG__muteIndicator{background:#10b981cc}.WindowContent-module__V5h_wG__muteHint{font-size:var(--text-xs);color:var(--ink-muted);margin:var(--space-xs)0 0;text-align:center}.WindowContent-module__V5h_wG__badges{gap:var(--space-sm);display:flex}.WindowContent-module__V5h_wG__chatContent{flex-direction:column;height:100%;display:flex}.WindowContent-module__V5h_wG__chatHeader{align-items:center;gap:var(--space-sm);margin-bottom:var(--space-md);display:flex}.WindowContent-module__V5h_wG__connectionLine{background:linear-gradient(90deg,var(--action),transparent);border-radius:1px;height:2px}.WindowContent-module__V5h_wG__messageList{gap:var(--space-sm);flex-direction:column;flex:1;display:flex;overflow:hidden}.WindowContent-module__V5h_wG__message{max-width:85%;padding:var(--space-sm)var(--space-md);font-size:var(--text-sm);border-radius:12px}.WindowContent-module__V5h_wG__message.WindowContent-module__V5h_wG__user{background:var(--action);color:#fff;align-self:flex-end}.WindowContent-module__V5h_wG__message.WindowContent-module__V5h_wG__ai{background:var(--surface-2);color:var(--ink-primary);align-self:flex-start}.WindowContent-module__V5h_wG__message.WindowContent-module__V5h_wG__faded{opacity:.4}.WindowContent-module__V5h_wG__messageText{line-height:1.4}.WindowContent-module__V5h_wG__disconnectedIndicator,.WindowContent-module__V5h_wG__connectedIndicator{align-items:center;gap:var(--space-xs);font-size:var(--text-xs);color:var(--ink-muted);margin-top:var(--space-md);display:flex}.WindowContent-module__V5h_wG__connectedIndicator{color:var(--action)}.WindowContent-module__V5h_wG__comparisonContent{height:100%;overflow:auto}.WindowContent-module__V5h_wG__comparisonTable{border-collapse:collapse;width:100%;font-size:var(--text-sm)}.WindowContent-module__V5h_wG__comparisonTable th,.WindowContent-module__V5h_wG__comparisonTable td{padding:var(--space-xs)var(--space-sm);text-align:center;border-bottom:1px solid var(--surface-3)}.WindowContent-module__V5h_wG__comparisonTable th:first-child,.WindowContent-module__V5h_wG__comparisonTable td:first-child{text-align:left}.WindowContent-module__V5h_wG__comparisonTable th{color:var(--ink-muted);font-weight:var(--font-medium)}.WindowContent-module__V5h_wG__comparisonTable th.WindowContent-module__V5h_wG__highlight{color:var(--action)}.WindowContent-module__V5h_wG__checkCell,.WindowContent-module__V5h_wG__crossCell{text-align:center}.WindowContent-module__V5h_wG__limitedText{color:var(--ink-muted);font-size:var(--text-xs)}.WindowContent-module__V5h_wG__databaseContent{flex-direction:column;height:100%;display:flex}.WindowContent-module__V5h_wG__databaseHeader{margin-bottom:var(--space-md);justify-content:space-between;align-items:center;display:flex}.WindowContent-module__V5h_wG__databaseHeader h4{font-size:var(--text-base);font-weight:var(--font-medium);margin:0}.WindowContent-module__V5h_wG__permissionsTable{border-collapse:collapse;width:100%;font-size:var(--text-sm)}.WindowContent-module__V5h_wG__permissionsTable th,.WindowContent-module__V5h_wG__permissionsTable td{padding:var(--space-sm);text-align:left;border-bottom:1px solid var(--surface-3)}.WindowContent-module__V5h_wG__permissionsTable th{color:var(--ink-muted);font-weight:var(--font-medium);font-size:var(--text-xs)}.WindowContent-module__V5h_wG__agentName{font-weight:var(--font-medium)}.WindowContent-module__V5h_wG__timeCell{color:var(--ink-muted);font-size:var(--text-xs)}.WindowContent-module__V5h_wG__revokedRow{opacity:.5}.WindowContent-module__V5h_wG__auditNote{align-items:center;gap:var(--space-xs);font-size:var(--text-xs);color:var(--ink-muted);padding-top:var(--space-md);margin-top:auto;display:flex}.WindowContent-module__V5h_wG__canvasContent{flex-direction:column;height:100%;display:flex}.WindowContent-module__V5h_wG__canvasHeader{margin-bottom:var(--space-sm)}.WindowContent-module__V5h_wG__canvasArea{background:var(--surface-2);border-radius:var(--radius-md);flex:1;min-height:200px;position:relative}.WindowContent-module__V5h_wG__connectionsSvg{width:100%;height:100%;position:absolute;inset:0}.WindowContent-module__V5h_wG__canvasNode{padding:var(--space-xs)var(--space-sm);border-radius:var(--radius-sm);font-size:var(--text-xs);font-weight:var(--font-medium);white-space:nowrap;position:absolute;transform:translate(-50%,-50%)}.WindowContent-module__V5h_wG__canvasNode.WindowContent-module__V5h_wG__memory{background:var(--action);color:#fff}.WindowContent-module__V5h_wG__canvasNode.WindowContent-module__V5h_wG__task,.WindowContent-module__V5h_wG__canvasNode.WindowContent-module__V5h_wG__doc{background:var(--surface-3);color:var(--ink-primary)}.WindowContent-module__V5h_wG__canvasNode.WindowContent-module__V5h_wG__context{background:var(--action-light);color:var(--ink-primary)}.WindowContent-module__V5h_wG__canvasCaption{font-size:var(--text-xs);color:var(--ink-muted);text-align:center;margin-top:var(--space-sm)}.WindowContent-module__V5h_wG__pricingContent{height:100%}.WindowContent-module__V5h_wG__pricingTiers{gap:var(--space-md);height:100%;display:flex}.WindowContent-module__V5h_wG__pricingTier{padding:var(--space-md);background:var(--surface-2);border-radius:var(--radius-md);border:1px solid var(--surface-3);flex-direction:column;flex:1;display:flex}.WindowContent-module__V5h_wG__pricingTier.WindowContent-module__V5h_wG__highlighted{border-color:var(--action);background:linear-gradient(180deg,var(--action-light)0%,var(--surface-2)100%)}.WindowContent-module__V5h_wG__popularBadge{margin-bottom:var(--space-xs);align-self:flex-start}.WindowContent-module__V5h_wG__tierName{font-size:var(--text-lg);font-weight:var(--font-medium);margin:0 0 var(--space-xs)}.WindowContent-module__V5h_wG__tierPrice{margin-bottom:var(--space-md)}.WindowContent-module__V5h_wG__price{font-size:var(--text-2xl);font-weight:var(--font-semibold)}.WindowContent-module__V5h_wG__period{font-size:var(--text-sm);color:var(--ink-muted)}.WindowContent-module__V5h_wG__tierFeatures{margin:0 0 var(--space-md);flex:1;padding:0;list-style:none}.WindowContent-module__V5h_wG__tierFeatures li{align-items:center;gap:var(--space-xs);font-size:var(--text-sm);margin-bottom:var(--space-xs);display:flex}.WindowContent-module__V5h_wG__tierButton{width:100%}.WindowContent-module__V5h_wG__signupContent{flex-direction:column;height:100%;display:flex}.WindowContent-module__V5h_wG__signupHeader{text-align:center;margin-bottom:var(--space-md)}.WindowContent-module__V5h_wG__signupHeader h3{font-size:var(--text-xl);font-weight:var(--font-medium);margin:0 0 var(--space-xs)}.WindowContent-module__V5h_wG__signupForm{gap:var(--space-md);flex-direction:column;display:flex}.WindowContent-module__V5h_wG__inputGroup{gap:var(--space-xs);flex-direction:column;display:flex}.WindowContent-module__V5h_wG__inputGroup label{font-size:var(--text-sm);color:var(--ink-muted)}.WindowContent-module__V5h_wG__fakeInput{padding:var(--space-sm)var(--space-md);background:var(--surface-2);border:1px solid var(--surface-3);border-radius:var(--radius-md);color:var(--ink-muted);font-size:var(--text-sm)}.WindowContent-module__V5h_wG__signupButton{justify-content:center;align-items:center;gap:var(--space-sm);display:flex}.WindowContent-module__V5h_wG__signupNote{text-align:center;font-size:var(--text-sm);color:var(--ink-muted);margin:0}.WindowContent-module__V5h_wG__socialButtons{gap:var(--space-sm);display:flex}.WindowContent-module__V5h_wG__socialButton{justify-content:center;align-items:center;gap:var(--space-xs);flex:1;display:flex}.WindowContent-module__V5h_wG__helpContent{flex-direction:column;height:100%;display:flex}.WindowContent-module__V5h_wG__helpHeader{margin-bottom:var(--space-md)}.WindowContent-module__V5h_wG__faqList{gap:var(--space-sm);flex-direction:column;display:flex}.WindowContent-module__V5h_wG__faqItem{border:1px solid var(--surface-3);border-radius:var(--radius-md);overflow:hidden}.WindowContent-module__V5h_wG__faqQuestion{width:100%;padding:var(--space-sm)var(--space-md);background:var(--surface-2);cursor:pointer;font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--ink-primary);text-align:left;border:none;justify-content:space-between;align-items:center;display:flex}.WindowContent-module__V5h_wG__faqQuestion:hover{background:var(--surface-3)}.WindowContent-module__V5h_wG__faqQuestion svg{flex-shrink:0;transition:transform .2s}.WindowContent-module__V5h_wG__faqAnswer{overflow:hidden}.WindowContent-module__V5h_wG__faqAnswer p{padding:var(--space-sm)var(--space-md);font-size:var(--text-sm);color:var(--ink-secondary);margin:0;line-height:1.5}.WindowContent-module__V5h_wG__problemContent{height:100%;padding:var(--space-md);flex-direction:column;display:flex}.WindowContent-module__V5h_wG__problemIntro{font-size:var(--text-base);color:var(--ink-secondary);margin:var(--space-sm)0;text-align:center;line-height:1.5}.WindowContent-module__V5h_wG__demoVideoContainer{margin-top:var(--space-xs);margin-bottom:var(--space-sm);flex-direction:column;flex:1;display:flex}.WindowContent-module__V5h_wG__demoVideoWrapper{aspect-ratio:16/9;background:var(--surface-2);border-radius:var(--radius-lg);border:1px solid var(--surface-3);cursor:pointer;width:100%;position:relative;overflow:hidden}.WindowContent-module__V5h_wG__demoVideo{object-fit:contain;width:100%;height:100%}.WindowContent-module__V5h_wG__videoOverlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0006;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.WindowContent-module__V5h_wG__playButton{background:linear-gradient(135deg,var(--action)0%,#10b98199 100%);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 20px #10b98166}.WindowContent-module__V5h_wG__playButton:hover{transform:scale(1.05);box-shadow:0 6px 24px #10b98180}.WindowContent-module__V5h_wG__problemList{gap:var(--space-sm);margin-top:var(--space-sm);flex-direction:column;display:flex}.WindowContent-module__V5h_wG__problemItem{padding:var(--space-md);background:var(--surface-2);border-radius:var(--radius-md);border-left:3px solid var(--action)}.WindowContent-module__V5h_wG__problemTitle{font-size:var(--text-lg);font-weight:var(--font-medium);color:var(--ink-primary);margin:0 0 var(--space-xs)}.WindowContent-module__V5h_wG__problemDesc{font-size:var(--text-sm);color:var(--ink-secondary);margin:0;line-height:1.5}.WindowContent-module__V5h_wG__solutionContent{height:100%;padding:var(--space-md);flex-direction:column;display:flex}.WindowContent-module__V5h_wG__solutionIntro{font-size:var(--text-base);color:var(--ink-secondary);margin:var(--space-xs)0;line-height:1.5}.WindowContent-module__V5h_wG__principlesGrid{gap:var(--space-sm);flex:1;transition:grid-template-columns .3s,grid-template-rows .3s;display:grid}.WindowContent-module__V5h_wG__principleCell{padding:var(--space-md);background:var(--surface-2);border-radius:var(--radius-md);border:1px solid var(--surface-3);cursor:pointer;text-align:left;flex-direction:column;transition:all .3s;display:flex;position:relative;overflow:hidden}.WindowContent-module__V5h_wG__principleCell:hover{border-color:var(--action)}.WindowContent-module__V5h_wG__principleCell.WindowContent-module__V5h_wG__active{border-color:var(--action);background:linear-gradient(180deg,var(--action-light)0%,var(--surface-2)100%)}.WindowContent-module__V5h_wG__cellHeader{align-items:center;gap:var(--space-sm);margin-bottom:var(--space-sm);display:flex}.WindowContent-module__V5h_wG__cellIcon{color:var(--action)}.WindowContent-module__V5h_wG__cellTitle{font-size:var(--text-base);font-weight:var(--font-medium);color:var(--ink-primary);margin:0 0 var(--space-xs)}.WindowContent-module__V5h_wG__cellDesc{font-size:var(--text-sm);color:var(--ink-secondary);flex:1;margin:0;line-height:1.4}.WindowContent-module__V5h_wG__progressContainer{background:var(--surface-3);height:3px;position:absolute;bottom:0;left:0;right:0}.WindowContent-module__V5h_wG__progressBar{background:var(--action);height:100%;transition:width 50ms linear}.WindowContent-module__V5h_wG__comparisonIntro{font-size:var(--text-base);color:var(--ink-secondary);margin:var(--space-sm)0;text-align:center;line-height:1.5}.WindowContent-module__V5h_wG__tableWrapper{margin-top:var(--space-sm);overflow-x:auto}.WindowContent-module__V5h_wG__featureName{font-weight:var(--font-medium);color:var(--ink-primary)}.WindowContent-module__V5h_wG__highlight{color:var(--action);font-weight:var(--font-medium)}.WindowContent-module__V5h_wG__intangleCell{color:var(--action)}.WindowContent-module__V5h_wG__tabSwitcher{margin:var(--space-xs)0;background:var(--surface-2);border-radius:16px;justify-content:center;gap:2px;width:fit-content;margin-left:auto;margin-right:auto;padding:3px;display:flex}.WindowContent-module__V5h_wG__tabButton{color:var(--ink-muted);font-size:var(--text-xs);font-weight:var(--font-medium);cursor:pointer;background:0 0;border:none;border-radius:12px;padding:4px 12px;transition:all .2s}.WindowContent-module__V5h_wG__tabButton:hover{color:var(--ink-secondary)}.WindowContent-module__V5h_wG__tabActive{background:var(--action-light);color:var(--action)}.WindowContent-module__V5h_wG__cellContent{flex-direction:column;align-items:center;gap:2px;display:flex}.WindowContent-module__V5h_wG__statusIcon{font-size:var(--text-lg);font-weight:var(--font-semibold)}.WindowContent-module__V5h_wG__cellText{font-size:var(--text-xs);opacity:.8}.WindowContent-module__V5h_wG__statusYes{color:var(--action)}.WindowContent-module__V5h_wG__statusNo{color:var(--ink-muted)}.WindowContent-module__V5h_wG__statusPartial{color:var(--ink-secondary)}.WindowContent-module__V5h_wG__securityContent{height:100%;padding:var(--space-md);flex-direction:column;display:flex}.WindowContent-module__V5h_wG__protocolSection{padding:var(--space-lg);background:var(--surface-2);border-radius:var(--radius-md);margin:var(--space-md)0}.WindowContent-module__V5h_wG__protocolTitle{font-size:var(--text-xl);font-weight:var(--font-medium);color:var(--ink-primary);margin:var(--space-sm)0}.WindowContent-module__V5h_wG__protocolDesc{font-size:var(--text-base);color:var(--ink-secondary);margin:0;line-height:1.5}.WindowContent-module__V5h_wG__securityFeatures{gap:var(--space-md);margin-top:var(--space-md);grid-template-columns:repeat(2,1fr);display:grid}.WindowContent-module__V5h_wG__securityFeature{padding:var(--space-md);background:var(--surface-2);border-radius:var(--radius-md)}.WindowContent-module__V5h_wG__securityFeature h4{font-size:var(--text-base);font-weight:var(--font-medium);color:var(--ink-primary);margin:0 0 var(--space-xs)}.WindowContent-module__V5h_wG__securityFeature p{font-size:var(--text-sm);color:var(--ink-secondary);margin:0;line-height:1.4}.WindowContent-module__V5h_wG__workflowContent{height:100%;padding:var(--space-md);flex-direction:column;display:flex}.WindowContent-module__V5h_wG__workflowIntro{font-size:var(--text-base);color:var(--ink-secondary);margin:var(--space-xs)0;line-height:1.5}.WindowContent-module__V5h_wG__stepsList{gap:var(--space-md);margin-top:var(--space-md);flex-direction:column;display:flex}.WindowContent-module__V5h_wG__stepItem{align-items:flex-start;gap:var(--space-md);display:flex;position:relative}.WindowContent-module__V5h_wG__stepNumber{background:var(--action);color:#fff;border-radius:var(--radius-full);width:40px;height:40px;font-size:var(--text-sm);font-weight:var(--font-semibold);flex-shrink:0;justify-content:center;align-items:center;display:flex}.WindowContent-module__V5h_wG__stepContent{padding-top:var(--space-xs);flex:1}.WindowContent-module__V5h_wG__stepTitle{font-size:var(--text-base);font-weight:var(--font-medium);color:var(--ink-primary);margin:0 0 var(--space-xs)}.WindowContent-module__V5h_wG__stepDesc{font-size:var(--text-sm);color:var(--ink-secondary);margin:0;line-height:1.5}.WindowContent-module__V5h_wG__stepConnector{width:2px;height:calc(100% + var(--space-md));background:var(--surface-3);position:absolute;top:40px;left:19px}.WindowContent-module__V5h_wG__pricingIntro{font-size:var(--text-base);color:var(--ink-secondary);margin:var(--space-xs)0;text-align:center}.WindowContent-module__V5h_wG__tierDesc{font-size:var(--text-sm);color:var(--ink-muted);margin-bottom:var(--space-md)}.WindowContent-module__V5h_wG__ctaContent{text-align:center;justify-content:center;align-items:center;gap:var(--space-lg);height:100%;padding:var(--space-xl);flex-direction:column;display:flex}.WindowContent-module__V5h_wG__ctaSubtitle{font-size:var(--text-lg);color:var(--ink-secondary);max-width:450px;margin:0;line-height:1.5}.WindowContent-module__V5h_wG__ctaActions{gap:var(--space-md);display:flex}.WindowContent-module__V5h_wG__faqContent{height:100%;padding:var(--space-md);flex-direction:column;display:flex}.WindowContent-module__V5h_wG__faqAccordion{margin-top:var(--space-md)}.WindowContent-module__V5h_wG__faqTrigger{text-align:left}.WindowContent-module__V5h_wG__featureContent{height:100%;padding:var(--space-md);flex-direction:column;display:flex}.WindowContent-module__V5h_wG__featureIntro{font-size:var(--text-base);color:var(--ink-secondary);margin:var(--space-xs)0 var(--space-sm);text-align:center;line-height:1.5}.WindowContent-module__V5h_wG__videoContainer{flex:1;min-height:0;margin-bottom:0;overflow:hidden}.WindowContent-module__V5h_wG__videoPlaceholder{background:var(--surface-2);border-radius:var(--radius-md);border:1px solid var(--surface-3);width:100%;height:100%;position:relative;overflow:hidden}.WindowContent-module__V5h_wG__featureVideo{object-fit:cover;width:100%;height:100%}.WindowContent-module__V5h_wG__featureList{gap:var(--space-sm);flex-direction:column;display:flex}.WindowContent-module__V5h_wG__featureItem{align-items:flex-start;gap:var(--space-md);padding:var(--space-sm);background:var(--surface-2);border-radius:var(--radius-md);display:flex}.WindowContent-module__V5h_wG__featureIcon{background:var(--action-light);width:36px;height:36px;color:var(--action);border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;display:flex}.WindowContent-module__V5h_wG__featureText h4{font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--ink-primary);margin:0 0 var(--space-xs)}.WindowContent-module__V5h_wG__featureText p{font-size:var(--text-xs);color:var(--ink-secondary);margin:0;line-height:1.4}@media (max-width:767px){.WindowContent-module__V5h_wG__introContent{padding:var(--space-lg)var(--space-md);gap:var(--space-sm)}.WindowContent-module__V5h_wG__introTitle{font-size:var(--text-2xl)}.WindowContent-module__V5h_wG__introTagline{font-size:var(--text-base);max-width:100%}.WindowContent-module__V5h_wG__introSubtitle{font-size:var(--text-sm);max-width:100%}.WindowContent-module__V5h_wG__introActions{gap:var(--space-sm);flex-direction:column;width:100%}.WindowContent-module__V5h_wG__introActions button{width:100%}.WindowContent-module__V5h_wG__featureContent{padding:var(--space-md);height:auto;min-height:400px}.WindowContent-module__V5h_wG__featureContent .WindowContent-module__V5h_wG__videoContainer{flex:none;height:350px;min-height:350px}.WindowContent-module__V5h_wG__featureContent .WindowContent-module__V5h_wG__videoPlaceholder{height:350px;min-height:350px;overflow:auto hidden}.WindowContent-module__V5h_wG__problemContent,.WindowContent-module__V5h_wG__securityContent,.WindowContent-module__V5h_wG__protocolSection{padding:var(--space-md)}.WindowContent-module__V5h_wG__securityFeatures{gap:var(--space-sm);grid-template-columns:1fr}.WindowContent-module__V5h_wG__securityFeature{padding:var(--space-sm)}.WindowContent-module__V5h_wG__securityFeature h4{font-size:var(--text-sm)}.WindowContent-module__V5h_wG__securityFeature p{font-size:var(--text-xs)}.WindowContent-module__V5h_wG__comparisonContent{padding:var(--space-md);overflow-x:auto}.WindowContent-module__V5h_wG__comparisonTable{font-size:var(--text-xs);min-width:500px}.WindowContent-module__V5h_wG__comparisonTable th,.WindowContent-module__V5h_wG__comparisonTable td{padding:var(--space-xs)}.WindowContent-module__V5h_wG__tabSwitcher{flex-wrap:wrap}.WindowContent-module__V5h_wG__faqContent{padding:var(--space-md)}.WindowContent-module__V5h_wG__faqAccordion{gap:var(--space-xs)}.WindowContent-module__V5h_wG__faqTrigger,.WindowContent-module__V5h_wG__faqAnswer{font-size:var(--text-sm);padding:var(--space-sm)}.WindowContent-module__V5h_wG__signupContent{padding:var(--space-md)}}
.CollaborationDemo-module__gswuMW__container{border-radius:var(--radius-md);background:#0a0a0a;width:100%;min-width:700px;height:100%;min-height:300px;font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,sans-serif;position:relative;overflow:hidden}.CollaborationDemo-module__gswuMW__canvas{width:100%;height:100%;position:relative}.CollaborationDemo-module__gswuMW__dottedGrid{pointer-events:none;background-image:radial-gradient(circle,#ffffff26 1px,#0000 1px);background-size:16px 16px;position:absolute;inset:0}.CollaborationDemo-module__gswuMW__header{align-items:center;gap:var(--space-sm);padding:var(--space-sm)var(--space-md);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;background:#0f0f0fe6;border-bottom:1px solid #ffffff0f;display:flex;position:absolute;top:0;left:0;right:0}.CollaborationDemo-module__gswuMW__logo{align-items:center;gap:var(--space-xs);color:var(--action);display:flex}.CollaborationDemo-module__gswuMW__logoText{font-size:var(--text-sm);color:var(--ink-primary);letter-spacing:-.01em;font-weight:600}.CollaborationDemo-module__gswuMW__headerTitle{font-size:var(--text-xs);color:var(--ink-muted);margin-left:var(--space-xs)}.CollaborationDemo-module__gswuMW__avatarStack{align-items:center;gap:-6px;margin-left:auto;display:flex}.CollaborationDemo-module__gswuMW__avatar{color:#fff;border:2px solid #0a0a0a;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;margin-left:-6px;font-size:10px;font-weight:600;display:flex}.CollaborationDemo-module__gswuMW__avatar:first-child{margin-left:0}.CollaborationDemo-module__gswuMW__avatarAgent{z-index:3;background:linear-gradient(135deg,#059669 0%,#047857 100%)}.CollaborationDemo-module__gswuMW__avatarSarah{z-index:2;background:linear-gradient(135deg,#ec4899 0%,#db2777 100%)}.CollaborationDemo-module__gswuMW__avatarJames{z-index:1;background:linear-gradient(135deg,#a78bfa 0%,#8b5cf6 100%)}.CollaborationDemo-module__gswuMW__demoWindow{background:#141414;border:1px solid #ffffff14;border-radius:8px;font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,sans-serif;position:absolute;overflow:hidden;box-shadow:0 8px 32px #00000080}.CollaborationDemo-module__gswuMW__windowTitleBar{background:#191919f2;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:8px 12px;display:flex}.CollaborationDemo-module__gswuMW__windowTitleLeft{align-items:center;gap:6px;display:flex}.CollaborationDemo-module__gswuMW__windowIcon{color:var(--ink-muted);opacity:.7}.CollaborationDemo-module__gswuMW__windowTitle{color:var(--ink-secondary);letter-spacing:-.01em;font-size:11px;font-weight:500}.CollaborationDemo-module__gswuMW__windowMenu{color:var(--ink-muted);opacity:.4}.CollaborationDemo-module__gswuMW__windowContent{height:calc(100% - 33px);padding:14px;overflow:hidden}.CollaborationDemo-module__gswuMW__cursor{pointer-events:none;z-index:1000;position:absolute;transform:translate(-2px,-2px)}.CollaborationDemo-module__gswuMW__cursorIcon{filter:drop-shadow(0 2px 4px #0006)}.CollaborationDemo-module__gswuMW__cursorLabel{color:#fff;white-space:nowrap;border-radius:4px;align-items:center;gap:4px;padding:4px 10px;font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:10px;font-weight:500;display:flex;position:absolute;top:18px;left:14px;box-shadow:0 2px 12px #0006}.CollaborationDemo-module__gswuMW__agentIcon{flex-shrink:0}.CollaborationDemo-module__gswuMW__summaryContent{height:100%}.CollaborationDemo-module__gswuMW__summaryTitle{color:var(--ink-primary);letter-spacing:-.01em;margin:0 0 14px;font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:600}.CollaborationDemo-module__gswuMW__summaryTable{border:1px solid #ffffff14;border-radius:4px;overflow:hidden}.CollaborationDemo-module__gswuMW__tableHeader{background:#191919e6;border-bottom:1px solid #ffffff14;display:flex}.CollaborationDemo-module__gswuMW__tableRow{display:flex}.CollaborationDemo-module__gswuMW__tableCell{width:44px;color:var(--ink-muted);text-align:center;border-right:1px solid #ffffff0d;padding:10px;font-size:11px}.CollaborationDemo-module__gswuMW__tableCellWide{color:var(--ink-secondary);flex:1;padding:10px;font-size:11px}.CollaborationDemo-module__gswuMW__inputCell{border:1px solid var(--action);background:#10b98114;border-radius:4px;align-items:center;min-height:28px;padding:6px 10px;display:flex}.CollaborationDemo-module__gswuMW__typingText{color:var(--ink-primary);font-size:12px}.CollaborationDemo-module__gswuMW__textCursor{color:var(--action);margin-left:1px;animation:.8s infinite CollaborationDemo-module__gswuMW__blink}@keyframes CollaborationDemo-module__gswuMW__blink{0%,50%{opacity:1}51%,to{opacity:0}}.CollaborationDemo-module__gswuMW__documentContent{height:100%}.CollaborationDemo-module__gswuMW__documentTitle{color:var(--ink-primary);letter-spacing:-.01em;margin:0 0 14px;font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:15px;font-weight:600}.CollaborationDemo-module__gswuMW__documentBody{line-height:1.7}.CollaborationDemo-module__gswuMW__documentParagraph{color:var(--ink-secondary);margin:0;font-size:12px}.CollaborationDemo-module__gswuMW__highlightText{background:linear-gradient(90deg,#ec489940 0% 100%) no-repeat;border-radius:2px;padding:2px 0}.CollaborationDemo-module__gswuMW__documentText{color:var(--ink-muted)}.CollaborationDemo-module__gswuMW__ibeamCursor{color:#ec4899;animation:.8s infinite CollaborationDemo-module__gswuMW__blink}.CollaborationDemo-module__gswuMW__configContent{flex-direction:column;gap:14px;height:100%;display:flex}.CollaborationDemo-module__gswuMW__configTitle{color:var(--ink-primary);letter-spacing:-.01em;margin:0;font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:600}.CollaborationDemo-module__gswuMW__formGroup{flex-direction:column;gap:5px;display:flex;position:relative}.CollaborationDemo-module__gswuMW__formLabel{color:var(--ink-muted);text-transform:uppercase;letter-spacing:.5px;font-size:10px;font-weight:500}.CollaborationDemo-module__gswuMW__formInput{color:var(--ink-primary);background:#191919e6;border:1px solid #ffffff14;border-radius:4px;align-items:center;min-height:32px;padding:8px 12px;font-size:12px;display:flex}.CollaborationDemo-module__gswuMW__formSelect{background:#191919e6;border:1px solid #ffffff14;border-radius:4px;justify-content:space-between;align-items:center;min-height:32px;padding:8px 12px;font-size:12px;display:flex}.CollaborationDemo-module__gswuMW__formSelect.CollaborationDemo-module__gswuMW__selectOpen{border-color:var(--action);background:#10b98114}.CollaborationDemo-module__gswuMW__selectedText{color:var(--ink-primary)}.CollaborationDemo-module__gswuMW__placeholderText{color:var(--ink-muted)}.CollaborationDemo-module__gswuMW__selectIcon{color:var(--ink-muted);flex-shrink:0}.CollaborationDemo-module__gswuMW__dropdown{border:1px solid var(--action);z-index:10;background:#1a1a1a;border-radius:4px;margin-top:4px;position:absolute;top:100%;left:0;right:0;overflow:hidden;box-shadow:0 8px 24px #00000080}.CollaborationDemo-module__gswuMW__dropdownOption{color:var(--ink-secondary);cursor:default;padding:10px 12px;font-size:12px}.CollaborationDemo-module__gswuMW__dropdownOption:hover,.CollaborationDemo-module__gswuMW__optionSelected{color:var(--ink-primary);background:#10b98126}.CollaborationDemo-module__gswuMW__cursorLayer{pointer-events:none;z-index:1000;position:absolute;inset:0;overflow:visible}
.WhiteboardBackground-module__BvI0Pq__container{z-index:2;-webkit-user-select:none;user-select:none;background:0 0;width:100vw;height:100vh;position:fixed;inset:0;overflow:hidden}.WhiteboardBackground-module__BvI0Pq__canvas{will-change:transform;position:absolute}.WhiteboardBackground-module__BvI0Pq__gridOverlay{background-image:radial-gradient(circle at 1px 1px,var(--surface-3)1px,transparent 1px);opacity:.5;background-size:40px 40px;position:absolute;inset:0}.WhiteboardBackground-module__BvI0Pq__vignetteOverlay{background:radial-gradient(ellipse at center,transparent 60%,var(--surface-1)100%);pointer-events:none;opacity:.7;position:absolute;inset:0}@media (max-width:767px){.WhiteboardBackground-module__BvI0Pq__container{display:none}}
.TimelineNav-module__3RyRnG__nav{left:var(--space-element);z-index:var(--z-nav);flex-direction:column;align-items:center;display:flex;position:fixed;top:50%;transform:translateY(-50%)}.TimelineNav-module__3RyRnG__line{display:none}.TimelineNav-module__3RyRnG__dots{gap:var(--space-md);flex-direction:column;display:flex;position:relative}.TimelineNav-module__3RyRnG__dot{align-items:center;gap:var(--space-tight);padding:var(--space-xs);cursor:pointer;transition:all var(--transition-base);background:0 0;border:none;display:flex}.TimelineNav-module__3RyRnG__dotInner{border-radius:var(--radius-full);background:var(--surface-3);width:8px;height:8px;transition:all var(--transition-base);border:none;flex-shrink:0}.TimelineNav-module__3RyRnG__label{font-size:var(--text-xs);color:var(--ink-muted);white-space:nowrap;transition:all var(--transition-base);font-weight:var(--font-medium);letter-spacing:var(--tracking-wide);text-transform:uppercase}.TimelineNav-module__3RyRnG__dot:hover .TimelineNav-module__3RyRnG__dotInner{background:var(--ink-muted);transform:scale(1.2)}.TimelineNav-module__3RyRnG__dot:hover .TimelineNav-module__3RyRnG__label{color:var(--ink-secondary)}.TimelineNav-module__3RyRnG__dot.TimelineNav-module__3RyRnG__past .TimelineNav-module__3RyRnG__dotInner{background:var(--ink-muted)}.TimelineNav-module__3RyRnG__dot.TimelineNav-module__3RyRnG__active .TimelineNav-module__3RyRnG__dotInner{background:var(--action);transform:scale(1.3)}.TimelineNav-module__3RyRnG__dot.TimelineNav-module__3RyRnG__active .TimelineNav-module__3RyRnG__label{color:var(--ink-primary)}.TimelineNav-module__3RyRnG__dot:focus-visible{outline:none}.TimelineNav-module__3RyRnG__dot:focus-visible .TimelineNav-module__3RyRnG__dotInner{outline:2px solid var(--action);outline-offset:2px}@media (max-width:767px){.TimelineNav-module__3RyRnG__nav{display:none}}
.FloatingOrb-module__11tFDq__orb{pointer-events:none;z-index:100;width:88px;height:88px;position:fixed}.FloatingOrb-module__11tFDq__orbContainer{border-radius:50%;width:100%;height:100%;position:relative;overflow:visible}.FloatingOrb-module__11tFDq__speechBubble{-webkit-backdrop-filter:blur(24px)saturate(1.5);white-space:nowrap;pointer-events:none;z-index:10;background:#0a0a0acc;border:1px solid #ffffff1a;border-radius:1rem;padding:.5rem .875rem;position:absolute;bottom:calc(100% + 16px);left:50%;box-shadow:inset 0 1px #ffffff1a,0 8px 32px #00000080}.FloatingOrb-module__11tFDq__speechBubbleText{color:#ffffffe6;letter-spacing:-.01em;font-size:.8125rem;font-weight:500}.FloatingOrb-module__11tFDq__speechBubbleTail{background:#0a0a0acc;border-bottom:1px solid #ffffff1a;border-right:1px solid #ffffff1a;width:12px;height:12px;position:absolute;bottom:-6px;left:50%;transform:translate(-50%)rotate(45deg)}@media (max-width:767px){.FloatingOrb-module__11tFDq__orb{display:none}}
.DockingTray-module__VML6zq__tray{z-index:90;pointer-events:auto;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.DockingTray-module__VML6zq__trayInner{background:var(--surface-1);border:1px solid var(--surface-3);border-radius:32px;align-items:center;gap:0;padding:6px;transition:all .3s;display:flex}.DockingTray-module__VML6zq__tray.DockingTray-module__VML6zq__active .DockingTray-module__VML6zq__trayInner{border-color:var(--action);box-shadow:0 0 20px #10b9814d,0 0 40px #10b98126,inset 0 0 1px #10b98180}.DockingTray-module__VML6zq__chatPanel{align-items:center;gap:var(--space-sm);padding:var(--space-xs)var(--space-sm);padding-left:var(--space-md);display:flex}.DockingTray-module__VML6zq__chatInput{width:280px;padding:var(--space-sm)var(--space-md);background:var(--surface-2);border:1px solid var(--surface-3);color:var(--ink-primary);font-size:var(--text-sm);border-radius:20px;outline:none;transition:all .2s}.DockingTray-module__VML6zq__chatInput::placeholder{color:var(--ink-muted)}.DockingTray-module__VML6zq__chatInput:focus{border-color:var(--action)}.DockingTray-module__VML6zq__chatInput:disabled{opacity:.5;cursor:not-allowed}.DockingTray-module__VML6zq__tray.DockingTray-module__VML6zq__active .DockingTray-module__VML6zq__chatInput{opacity:1}.DockingTray-module__VML6zq__sendButton{background:var(--surface-3);width:36px;height:36px;color:var(--ink-muted);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.DockingTray-module__VML6zq__sendButton:hover:not(:disabled){background:var(--action);color:#fff}.DockingTray-module__VML6zq__sendButton:disabled{opacity:.5;cursor:not-allowed}.DockingTray-module__VML6zq__tray.DockingTray-module__VML6zq__active .DockingTray-module__VML6zq__sendButton{background:var(--action);color:#fff}.DockingTray-module__VML6zq__dock{justify-content:center;align-items:center;width:56px;height:56px;display:flex;position:relative}.DockingTray-module__VML6zq__dockRing{border-radius:var(--radius-full);border:2px dashed var(--surface-3);background:var(--surface-2);width:48px;height:48px;transition:all .3s}.DockingTray-module__VML6zq__tray.DockingTray-module__VML6zq__active .DockingTray-module__VML6zq__dockRing{border-color:var(--action);background:0 0;border-style:solid;box-shadow:inset 0 0 15px #10b98133}
.IntangleBranding-module__JWgX1q__container{z-index:100;position:fixed;top:1.5rem;left:1.5rem}.IntangleBranding-module__JWgX1q__badge{-webkit-backdrop-filter:blur(24px)saturate(1.5);background:#26262ccc;border:1px solid #ffffff1a;border-radius:1rem;align-items:center;gap:.375rem;padding:.625rem .875rem;text-decoration:none;transition:all .2s;display:flex;box-shadow:inset 0 1px #ffffff1a,0 8px 32px #00000080}.IntangleBranding-module__JWgX1q__badge:hover{background:#26262cd9;border-color:#ffffff26}.IntangleBranding-module__JWgX1q__logo{opacity:.9;flex-shrink:0}.IntangleBranding-module__JWgX1q__nameGroup{align-items:baseline;gap:.25rem;display:flex}.IntangleBranding-module__JWgX1q__name{color:var(--ink-primary,#fafafa);white-space:nowrap;font-size:.875rem;font-weight:600}.IntangleBranding-module__JWgX1q__betaBadge{color:#34d399cc;white-space:nowrap;background:#40404066;border:1px solid #5252524d;border-radius:9999px;padding:.125rem .375rem;font-size:.5rem;font-weight:500;position:relative;top:-.375rem}.IntangleBranding-module__JWgX1q__byLine{color:var(--ink-muted,#fafafa99);white-space:nowrap;margin-left:.25rem;font-size:.75rem}.IntangleBranding-module__JWgX1q__company{color:var(--ink-secondary,#fafafacc);margin-left:.125rem;font-weight:500}@media (max-width:767px){.IntangleBranding-module__JWgX1q__container{top:1rem;left:1rem}.IntangleBranding-module__JWgX1q__badge{padding:.5rem .75rem}.IntangleBranding-module__JWgX1q__byLine{display:none}}
.MobileLanding-module__7CG0aW__container{display:none}@media (max-width:767px){.MobileLanding-module__7CG0aW__container{z-index:5;-webkit-overflow-scrolling:touch;background:var(--surface-1);width:100%;height:100%;padding-bottom:180px;display:block;position:fixed;inset:0;overflow:hidden auto}}.MobileLanding-module__7CG0aW__section{width:100%;min-height:80vh;padding:var(--space-lg)var(--space-md);justify-content:center;align-items:center;padding-top:80px;display:flex}.MobileLanding-module__7CG0aW__section:first-child{padding-top:100px}.MobileLanding-module__7CG0aW__windowWrapper{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:100%;overflow:hidden;box-shadow:0 4px 24px #0000004d,inset 0 1px #ffffff0d}.MobileLanding-module__7CG0aW__windowWrapper .sectionTitle{font-size:var(--text-xl);text-align:center}.MobileLanding-module__7CG0aW__windowWrapper .faqContent{padding:var(--space-md)}.MobileLanding-module__7CG0aW__windowWrapper .faqAccordion{gap:var(--space-xs)}
.GetStartedContent-module__9f4DRW__container{box-sizing:border-box;flex-direction:column;gap:.75rem;width:100%;padding:0 1.5rem;display:flex}.GetStartedContent-module__9f4DRW__modeToggle{background:#ffffff0f;border-radius:.375rem;gap:.125rem;padding:.125rem;display:flex}.GetStartedContent-module__9f4DRW__modeButton{color:#ffffff80;cursor:pointer;background:0 0;border:none;border-radius:.25rem;flex:1;padding:.25rem .5rem;font-size:.75rem;font-weight:500;transition:all .2s}.GetStartedContent-module__9f4DRW__modeButton:hover{color:#fffc;background:#ffffff0f}.GetStartedContent-module__9f4DRW__modeButtonActive{color:var(--foreground,#fff);background:#ffffff1f}.GetStartedContent-module__9f4DRW__authContainer{box-sizing:border-box;width:100%;min-height:auto;padding:.75rem .5rem .5rem;overflow:visible}.GetStartedContent-module__9f4DRW__clerkRoot,.GetStartedContent-module__9f4DRW__clerkCardBox{width:100%!important;max-width:100%!important;box-shadow:none!important;border:none!important;margin:0!important;padding:0!important}.GetStartedContent-module__9f4DRW__clerkCard{box-shadow:none!important;background:0 0!important;border:none!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important}.GetStartedContent-module__9f4DRW__clerkHeader,.GetStartedContent-module__9f4DRW__clerkHeaderTitle,.GetStartedContent-module__9f4DRW__clerkHeaderSubtitle{display:none!important}.GetStartedContent-module__9f4DRW__clerkMain,.GetStartedContent-module__9f4DRW__clerkForm{gap:.5rem!important}.GetStartedContent-module__9f4DRW__clerkFormFieldRow{margin-bottom:.25rem!important}.GetStartedContent-module__9f4DRW__clerkFormFieldLabel{color:#ffffffb3!important;margin-bottom:.125rem!important;font-size:.75rem!important}.GetStartedContent-module__9f4DRW__clerkInput{color:#fff!important;background:#1a1f1a!important;border:1px solid #404040!important;border-radius:.375rem!important;height:2rem!important;min-height:2rem!important;padding:0 .5rem!important;font-size:.8125rem!important}.GetStartedContent-module__9f4DRW__clerkInput::placeholder{color:#6b7280!important;opacity:1!important}.GetStartedContent-module__9f4DRW__clerkInput:focus{border-color:#525252!important;outline:none!important}.GetStartedContent-module__9f4DRW__clerkShowPasswordButton{width:1.5rem!important;height:1.5rem!important}.GetStartedContent-module__9f4DRW__clerkOtpInput{width:2.25rem!important;height:2.25rem!important;font-size:1rem!important}.GetStartedContent-module__9f4DRW__clerkSocialButton{color:#fff!important;background:#1a1f1a!important;border:1px solid #404040!important;border-radius:.375rem!important;height:2rem!important;min-height:2rem!important;padding:0 .5rem!important;transition:all .2s!important}.GetStartedContent-module__9f4DRW__clerkSocialButton:hover{background:#252a25!important}.GetStartedContent-module__9f4DRW__clerkSocialButtonText{font-size:.75rem!important}.GetStartedContent-module__9f4DRW__clerkPrimaryButton{color:#fff!important;background:#1a1f1a!important;border:1px solid #404040!important;border-radius:.375rem!important;width:calc(100% - 1rem)!important;height:2.25rem!important;min-height:2.25rem!important;margin:0 auto!important;padding:0 .75rem!important;font-size:.8125rem!important;transition:all .2s!important}.GetStartedContent-module__9f4DRW__clerkPrimaryButton:hover{color:#059669!important;background:#252a25!important;border-color:#404040!important}.GetStartedContent-module__9f4DRW__clerkAlternativeMethodButton{color:#059669b3!important;background:0 0!important;border:none!important;height:2rem!important;min-height:2rem!important;padding:0 .5rem!important;font-size:.75rem!important}.GetStartedContent-module__9f4DRW__clerkAlternativeMethodButton:hover{color:#059669!important;background:0 0!important}.GetStartedContent-module__9f4DRW__clerkDividerRow{margin:.375rem 0!important}.GetStartedContent-module__9f4DRW__clerkDivider{background:#ffffff1a!important}.GetStartedContent-module__9f4DRW__clerkDividerText{color:#fff6!important;padding:0 .5rem!important;font-size:.6875rem!important}.GetStartedContent-module__9f4DRW__clerkFooter{background:#0a0f0a!important;margin-top:.5rem!important;padding-top:.5rem!important}.GetStartedContent-module__9f4DRW__clerkFooterAction{background:#0a0f0a!important;gap:.25rem!important}.GetStartedContent-module__9f4DRW__clerkFooterActionText{color:#ffffff80!important;font-size:.75rem!important}.GetStartedContent-module__9f4DRW__clerkLink{color:#059669!important;font-size:.75rem!important}.GetStartedContent-module__9f4DRW__clerkLink:hover{color:#10b981!important}.GetStartedContent-module__9f4DRW__clerkIdentityPreview{background:#ffffff0d!important;border-radius:.375rem!important;margin-bottom:.375rem!important;padding:.375rem .5rem!important}.GetStartedContent-module__9f4DRW__clerkIdentityPreviewText{font-size:.75rem!important}.GetStartedContent-module__9f4DRW__clerkIdentityPreviewEditButton{padding:.125rem .375rem!important;font-size:.6875rem!important}.GetStartedContent-module__9f4DRW__clerkResendCodeLink{font-size:.75rem!important}:is(.GetStartedContent-module__9f4DRW__authContainer .cl-rootBox,.GetStartedContent-module__9f4DRW__authContainer .cl-cardBox,.GetStartedContent-module__9f4DRW__authContainer .cl-card,.GetStartedContent-module__9f4DRW__authContainer .cl-signIn-root,.GetStartedContent-module__9f4DRW__authContainer .cl-signUp-root){box-shadow:none!important;border:none!important;width:100%!important;max-width:100%!important;margin:0!important;padding-left:0!important}.GetStartedContent-module__9f4DRW__authContainer .cl-internal-b3fm6y{gap:.5rem!important}.GetStartedContent-module__9f4DRW__authContainer .cl-socialButtons-root{gap:.375rem!important}.GetStartedContent-module__9f4DRW__authContainer .cl-formField-root{margin-bottom:.375rem!important}.GetStartedContent-module__9f4DRW__authContainer .cl-card{box-shadow:none!important;border:none!important;padding:0!important}.GetStartedContent-module__9f4DRW__authContainer .cl-logoBox{display:none!important}.GetStartedContent-module__9f4DRW__authContainer .cl-internal-text{font-size:.75rem!important}.GetStartedContent-module__9f4DRW__authContainer .cl-main{border:none!important;margin:0!important;padding:0!important}.GetStartedContent-module__9f4DRW__authContainer .cl-form{border:none!important;margin:0!important}:is(.GetStartedContent-module__9f4DRW__authContainer .cl-formButtonPrimary,.GetStartedContent-module__9f4DRW__authContainer .cl-button__primary,.GetStartedContent-module__9f4DRW__authContainer button[data-variant=primary]){box-shadow:none!important;border:1px solid #404040!important;outline:none!important}:is(.GetStartedContent-module__9f4DRW__authContainer .cl-formButtonPrimary:focus,.GetStartedContent-module__9f4DRW__authContainer .cl-button__primary:focus){box-shadow:none!important;border:1px solid #525252!important;outline:none!important}:is(.GetStartedContent-module__9f4DRW__authContainer .cl-otpCodeField,.GetStartedContent-module__9f4DRW__authContainer .cl-otpCodeFieldInputs){margin-top:.25rem!important;padding-top:.5rem!important}:is(.GetStartedContent-module__9f4DRW__authContainer .cl-alternativeMethods,.GetStartedContent-module__9f4DRW__authContainer .cl-footerAction__useAnotherMethod,.GetStartedContent-module__9f4DRW__authContainer [data-localization-key="signIn.emailCode.useAnotherMethod"],.GetStartedContent-module__9f4DRW__authContainer .cl-footerActionLink,.GetStartedContent-module__9f4DRW__authContainer .cl-linkButton,.GetStartedContent-module__9f4DRW__authContainer button[data-localization-key*=useAnotherMethod]){color:#059669b3!important;box-shadow:none!important;text-shadow:none!important;background:0 0!important;border:none!important}:is(.GetStartedContent-module__9f4DRW__authContainer .cl-alternativeMethods:hover,.GetStartedContent-module__9f4DRW__authContainer .cl-footerActionLink:hover,.GetStartedContent-module__9f4DRW__authContainer .cl-linkButton:hover){color:#059669!important;background:0 0!important}:is(.GetStartedContent-module__9f4DRW__authContainer .cl-internal-b3fm6y,.GetStartedContent-module__9f4DRW__authContainer [data-mode=development],.GetStartedContent-module__9f4DRW__authContainer .cl-devModeNotice,.GetStartedContent-module__9f4DRW__authContainer .cl-alert,.GetStartedContent-module__9f4DRW__authContainer .cl-alert__warning){display:none!important}:is(.GetStartedContent-module__9f4DRW__authContainer a,.GetStartedContent-module__9f4DRW__authContainer button[type=button]:not(.cl-formButtonPrimary)){color:#059669b3!important}:is(.GetStartedContent-module__9f4DRW__authContainer a:hover,.GetStartedContent-module__9f4DRW__authContainer button[type=button]:not(.cl-formButtonPrimary):hover){color:#059669!important}.GetStartedContent-module__9f4DRW__signedInContainer{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2rem;display:flex}.GetStartedContent-module__9f4DRW__signedInText{color:rgba(var(--muted-foreground-rgb,160,160,160),.7);font-size:.875rem}.GetStartedContent-module__9f4DRW__continueLink{color:#fff;background:#1a1f1a;border:1px solid #3f3f46;border-radius:.5rem;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.GetStartedContent-module__9f4DRW__continueLink:hover{color:#059669;background:#252a25;border-color:#4a4a52}.GetStartedContent-module__9f4DRW__signOutButton{color:#fff9;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:.375rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:400;transition:all .2s}.GetStartedContent-module__9f4DRW__signOutButton:hover{color:#fffc;background:#ffffff0d;border-color:#ffffff4d}
.LandingFloatingPanel-module__9vhSaG__container{z-index:100;flex-direction:column;align-items:flex-end;display:flex;position:fixed;top:1.5rem;right:1.5rem}.LandingFloatingPanel-module__9vhSaG__tabBar{-webkit-backdrop-filter:blur(24px)saturate(1.5);backdrop-filter:blur(24px)saturate(1.5);background:#26262ccc;border:1px solid #ffffff1a;border-radius:1rem;align-items:center;gap:.125rem;padding:.25rem;display:flex;box-shadow:inset 0 1px #ffffff1a,0 8px 32px #00000080}.LandingFloatingPanel-module__9vhSaG__tabButton{cursor:pointer;color:rgba(var(--muted-foreground-rgb,160,160,160),.7);white-space:nowrap;background:0 0;border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:.375rem;height:2rem;padding:0 .75rem;font-size:.75rem;font-weight:500;transition:all .2s;display:flex;position:relative}.LandingFloatingPanel-module__9vhSaG__tabButton:hover{color:var(--foreground,#fff);background:#ffffff1a}.LandingFloatingPanel-module__9vhSaG__tabButtonActive{color:var(--foreground,#fff);background:#ffffff26}.LandingFloatingPanel-module__9vhSaG__tabIcon{flex-shrink:0}.LandingFloatingPanel-module__9vhSaG__tabLabel{overflow:hidden}.LandingFloatingPanel-module__9vhSaG__tabButtonCollapsed{width:2rem;padding:0}.LandingFloatingPanel-module__9vhSaG__contentPanel{-webkit-backdrop-filter:blur(24px)saturate(1.5);backdrop-filter:blur(24px)saturate(1.5);background:#26262ccc;border:1px solid #ffffff1a;border-radius:1rem;flex-direction:column;width:360px;max-height:calc(100vh - 120px);margin-top:.5rem;display:flex;overflow:hidden;box-shadow:inset 0 1px #ffffff1a,0 8px 32px #00000080}.LandingFloatingPanel-module__9vhSaG__contentArea{flex:1;min-height:auto;max-height:550px;padding:.75rem;overflow-y:auto}.LandingFloatingPanel-module__9vhSaG__placeholder{height:200px;color:rgba(var(--muted-foreground-rgb,160,160,160),.5);justify-content:center;align-items:center;font-size:.875rem;display:flex}.LandingFloatingPanel-module__9vhSaG__tabButtonGetStarted{color:#fff;background:#136c51}.LandingFloatingPanel-module__9vhSaG__tabButtonGetStarted:hover{color:#fff;background:#15805f}.LandingFloatingPanel-module__9vhSaG__externalLink{color:rgba(var(--muted-foreground-rgb,160,160,160),.8);justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:.875rem;text-decoration:none;transition:color .2s;display:flex}.LandingFloatingPanel-module__9vhSaG__externalLink:hover{color:var(--foreground,#fff)}.LandingFloatingPanel-module__9vhSaG__externalLinkIcon{flex-shrink:0}@media (max-width:767px){.LandingFloatingPanel-module__9vhSaG__container{top:1rem;right:1rem}.LandingFloatingPanel-module__9vhSaG__tabButtonGetStarted .LandingFloatingPanel-module__9vhSaG__tabLabel{display:none}.LandingFloatingPanel-module__9vhSaG__tabButtonGetStarted{width:2rem;padding:0}.LandingFloatingPanel-module__9vhSaG__contentPanel{width:calc(100vw - 2rem);max-width:360px}}
.InteractiveGrid-module__ZWORCq__webglCanvas{pointer-events:none;z-index:1;width:100vw;height:100vh;position:fixed;top:0;left:0}@media (max-width:767px){.InteractiveGrid-module__ZWORCq__webglCanvas{display:none}}@media (prefers-reduced-motion:reduce){.InteractiveGrid-module__ZWORCq__webglCanvas{display:none}}
