.styles-module__jpuCrW__container{flex-direction:column;gap:1.5rem;display:flex}.styles-module__jpuCrW__header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.styles-module__jpuCrW__title{color:var(--foreground);font-size:1.5rem;font-weight:600}.styles-module__jpuCrW__card{background-color:var(--white);border-radius:var(--border-radius);border:1px solid var(--border-color);overflow:hidden}.styles-module__jpuCrW__pollCardWrapper{border-radius:var(--border-radius);background:0 0;border:none;overflow:hidden}.styles-module__jpuCrW__cardHeader{border-bottom:1px solid var(--grey-200);padding:1.25rem}.styles-module__jpuCrW__cardTitle{color:var(--foreground);font-size:1.125rem;font-weight:500}.styles-module__jpuCrW__cardContent{padding:1.25rem}.styles-module__jpuCrW__table{border-collapse:collapse;width:100%}.styles-module__jpuCrW__table th{text-align:left;font-weight:500;font-size:var(--font-size);color:var(--grey-500);border-bottom:1px solid var(--grey-200);padding:.75rem 1rem}.styles-module__jpuCrW__table td{font-size:var(--font-size);border-bottom:1px solid var(--grey-200);padding:.75rem 1rem}.styles-module__jpuCrW__table td:last-child{vertical-align:top;width:50%;padding:1rem}.styles-module__jpuCrW__responsesContainer{scrollbar-width:thin;scrollbar-color:var(--grey-300)transparent;max-height:300px;padding-right:.5rem;overflow-y:auto}.styles-module__jpuCrW__responsesContainer::-webkit-scrollbar{width:6px}.styles-module__jpuCrW__responsesContainer::-webkit-scrollbar-track{background:0 0}.styles-module__jpuCrW__responsesContainer::-webkit-scrollbar-thumb{background-color:var(--grey-300);border-radius:3px}.styles-module__jpuCrW__responsesContainer::-webkit-scrollbar-thumb:hover{background-color:var(--grey-400)}.styles-module__jpuCrW__table tr:last-child td{border-bottom:none}.styles-module__jpuCrW__table tr:hover{background-color:var(--grey-50)}.styles-module__jpuCrW__respondentsTable{border-radius:var(--border-radius);overflow:hidden}.styles-module__jpuCrW__respondentsTable .styles-module__jpuCrW__table tr{transition:background-color .2s}.styles-module__jpuCrW__respondentsTable .styles-module__jpuCrW__table tr:nth-child(2n){background-color:var(--grey-50)}.styles-module__jpuCrW__badge{border-radius:9999px;align-items:center;padding:.25rem .5rem;font-size:.75rem;font-weight:600;display:inline-flex}.styles-module__jpuCrW__badgeGreen{color:#065f46;background-color:#d1fae5}.styles-module__jpuCrW__badgeGray{color:#4b5563;background-color:#f3f4f6}.styles-module__jpuCrW__badgeRed{color:#991b1b;background-color:#fee2e2}.styles-module__jpuCrW__badgeBlue{color:#1e40af;background-color:#dbeafe}.styles-module__jpuCrW__button{border-radius:var(--border-radius);font-size:var(--font-size);cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:500;transition:all .2s;display:inline-flex}.styles-module__jpuCrW__buttonPrimary{background-color:var(--primary);color:var(--white)}.styles-module__jpuCrW__buttonPrimary:hover{background-color:var(--primary-300)}.styles-module__jpuCrW__buttonSecondary{background-color:var(--grey-200);color:var(--foreground)}.styles-module__jpuCrW__buttonSecondary:hover{background-color:var(--grey-300);color:var(--white)}.styles-module__jpuCrW__buttonSmall{padding:.25rem .5rem;font-size:.75rem}.styles-module__jpuCrW__graphContainer{height:300px;margin-bottom:1.5rem}.styles-module__jpuCrW__emptyChartState{text-align:center;height:300px;color:var(--grey-500);flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex}.styles-module__jpuCrW__emptyChartState svg{margin-bottom:1rem}.styles-module__jpuCrW__emptyChartState p{margin:.25rem 0;font-size:1rem;font-weight:500}.styles-module__jpuCrW__emptyStateSubtext{color:var(--grey-400);font-size:.875rem!important;font-weight:400!important}.styles-module__jpuCrW__formGroup{margin-bottom:1.25rem}.styles-module__jpuCrW__label{font-size:var(--font-size);color:var(--foreground);margin-bottom:.5rem;font-weight:500;display:block}.styles-module__jpuCrW__input{border:1px solid var(--grey-200);border-radius:var(--border-radius);width:100%;font-size:var(--font-size);background:var(--white);color:var(--foreground);padding:.75rem 1rem;transition:all .2s}.styles-module__jpuCrW__input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #28a58a1a}.styles-module__jpuCrW__input::placeholder{color:var(--grey-400)}.styles-module__jpuCrW__emailChip{color:var(--primary);background:#28a58a14;border:1px solid #28a58a33;border-radius:20px;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.styles-module__jpuCrW__emailChip:hover{background:#28a58a1f;border-color:#28a58a4d}.styles-module__jpuCrW__removeChip{color:var(--primary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:2px;transition:all .2s;display:flex}.styles-module__jpuCrW__removeChip:hover{color:#177058;background:#28a58a26}.styles-module__jpuCrW__planCard{border:1px solid var(--grey-200);border-radius:var(--border-radius);flex-direction:column;margin-bottom:1.5rem;padding:1.5rem;display:flex}.styles-module__jpuCrW__planName{margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.styles-module__jpuCrW__planPrice{margin-bottom:1rem;font-size:2rem;font-weight:700}.styles-module__jpuCrW__planPeriod{color:var(--grey-500);font-size:.875rem}.styles-module__jpuCrW__planFeatures{margin:1.5rem 0}.styles-module__jpuCrW__planFeature{align-items:flex-start;gap:.5rem;margin-bottom:.75rem;display:flex}.styles-module__jpuCrW__featureIcon{color:var(--primary);margin-top:.125rem}.styles-module__jpuCrW__downloadLink{color:var(--primary);text-decoration:none}.styles-module__jpuCrW__downloadLink:hover{text-decoration:underline}.styles-module__jpuCrW__emptyState{text-align:center;color:var(--grey-500);flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex}.styles-module__jpuCrW__dangerZone{border-radius:var(--border-radius);background-color:#fff5f5;border:1px solid #fee2e2;padding:1rem}.styles-module__jpuCrW__dangerAction{justify-content:space-between;align-items:center;display:flex}.styles-module__jpuCrW__dangerTitle{color:#b91c1c;margin-bottom:.25rem;font-size:1rem;font-weight:600}.styles-module__jpuCrW__dangerDescription{font-size:var(--font-size);color:var(--grey-500)}.styles-module__jpuCrW__buttonDanger{color:var(--white);background-color:#b91c1c}.styles-module__jpuCrW__buttonDanger:hover{background-color:#991b1b}.styles-module__jpuCrW__tabButtons{border-bottom:1px solid var(--grey-200);display:flex;overflow-x:auto}.styles-module__jpuCrW__tabButton{font-size:var(--font-size);color:var(--grey-500);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:.5rem;padding:1rem 1.25rem;font-weight:500;display:flex}.styles-module__jpuCrW__tabButton:hover{color:var(--foreground)}.styles-module__jpuCrW__tabButtonActive{color:var(--primary);border-bottom-color:var(--primary)}.styles-module__jpuCrW__pollHeader{margin-bottom:1.5rem}.styles-module__jpuCrW__pollTitle{color:var(--foreground);margin-bottom:1rem;font-size:1.5rem;font-weight:600}.styles-module__jpuCrW__pollMeta{flex-wrap:wrap;gap:1rem;margin-top:1rem;display:flex}.styles-module__jpuCrW__pollMetaItem{font-size:var(--font-size);color:var(--grey-500);align-items:center;gap:.5rem;display:flex}.styles-module__jpuCrW__pollMetaItem .styles-module__jpuCrW__responseCount{color:var(--foreground);margin-left:.5rem;font-weight:500}.styles-module__jpuCrW__questionBlock{border:1px solid var(--grey-200);border-radius:var(--border-radius);background:var(--white);margin-bottom:2.5rem;padding:1.5rem}.styles-module__jpuCrW__questionBlock:last-child{margin-bottom:0}.styles-module__jpuCrW__questionTitle{color:var(--foreground);margin-bottom:1rem;font-size:1.125rem;font-weight:600}.styles-module__jpuCrW__questionType{font-size:var(--font-size);color:var(--grey-500);margin-bottom:.25rem}.styles-module__jpuCrW__responseCount{font-size:var(--font-size);color:var(--grey-500);margin-bottom:1.5rem}.styles-module__jpuCrW__optionResult{margin-bottom:1rem}.styles-module__jpuCrW__optionInfo{justify-content:space-between;margin-bottom:.25rem;display:flex}.styles-module__jpuCrW__optionText{font-size:var(--font-size);font-weight:500}.styles-module__jpuCrW__optionCount{font-size:var(--font-size);color:var(--grey-500)}.styles-module__jpuCrW__optionBar{background-color:var(--grey-200);border-radius:4px;height:8px;overflow:hidden}.styles-module__jpuCrW__optionBarFill{background-color:var(--primary);border-radius:4px;height:100%}.styles-module__jpuCrW__textResponse{border:1px solid var(--grey-200);border-radius:var(--border-radius);margin-bottom:1rem;padding:1rem}.styles-module__jpuCrW__responseHeader{justify-content:space-between;margin-bottom:.5rem;display:flex}.styles-module__jpuCrW__respondentName{font-weight:500}.styles-module__jpuCrW__responseTime{color:var(--grey-500);font-size:.875rem}.styles-module__jpuCrW__responseText{color:var(--foreground)}.styles-module__jpuCrW__ratingResults{margin-top:1rem;display:flex}.styles-module__jpuCrW__avgRating{border-right:1px solid var(--grey-200);flex-direction:column;flex:0 0 120px;justify-content:center;align-items:center;padding:1rem;display:flex}.styles-module__jpuCrW__avgRatingValue{color:var(--primary);font-size:2.5rem;font-weight:700}.styles-module__jpuCrW__avgRatingLabel{color:var(--grey-500);margin-bottom:.5rem;font-size:.875rem}.styles-module__jpuCrW__totalRatings{color:var(--grey-500);font-size:.875rem}.styles-module__jpuCrW__ratingDistribution{flex:1;padding:1rem}.styles-module__jpuCrW__ratingRow{align-items:center;margin-bottom:.5rem;display:flex}.styles-module__jpuCrW__ratingValue{font-size:var(--font-size);flex:0 0 40px}.styles-module__jpuCrW__ratingBar{background-color:var(--grey-200);border-radius:4px;flex:1;height:8px;margin:0 .5rem;overflow:hidden}.styles-module__jpuCrW__ratingBarFill{background-color:var(--primary);border-radius:4px;height:100%}.styles-module__jpuCrW__ratingCount{font-size:var(--font-size);color:var(--grey-500);text-align:right;flex:0 0 30px}.styles-module__jpuCrW__respondentInfo{align-items:center;gap:.75rem;display:flex}.styles-module__jpuCrW__respondentAvatar{background-color:var(--primary);width:32px;height:32px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:.875rem;font-weight:600;display:flex}.styles-module__jpuCrW__respondentDisplayName{font-weight:500}.styles-module__jpuCrW__respondentUsername{color:var(--grey-500);font-size:.875rem}.styles-module__jpuCrW__responseItem{border-radius:var(--border-radius);background-color:var(--grey-100);margin-bottom:.75rem;padding:.75rem;font-size:.9375rem}.styles-module__jpuCrW__responseItem:last-child{margin-bottom:0}.styles-module__jpuCrW__responseQuestion{color:var(--foreground);border-bottom:1px solid var(--grey-200);align-items:center;margin-bottom:.375rem;padding-bottom:.375rem;font-size:.8125rem;font-weight:500;display:flex}.styles-module__jpuCrW__responseQuestionText{white-space:nowrap;text-overflow:ellipsis;max-width:calc(100% - 2rem);overflow:hidden}.styles-module__jpuCrW__responseQuestionText[title]{cursor:help;border-bottom:1px dotted var(--grey-400)}.styles-module__jpuCrW__responseValue{color:var(--foreground);background-color:var(--white);border-radius:var(--border-radius);border-left:3px solid var(--primary);margin-bottom:.25rem;padding:.375rem .5rem;font-size:.9375rem}.styles-module__jpuCrW__responseValues{flex-direction:column;gap:.5rem;margin-top:.25rem;display:flex}.styles-module__jpuCrW__responseValues .styles-module__jpuCrW__responseValue{background-color:var(--white);border-left:3px solid var(--primary);margin-bottom:0;box-shadow:0 1px 2px #0000000d}.styles-module__jpuCrW__responseValues .styles-module__jpuCrW__responseValue:not(:last-child){margin-bottom:.5rem}.styles-module__jpuCrW__responseValues .styles-module__jpuCrW__responseValue:hover{background-color:var(--grey-50)}.styles-module__jpuCrW__multiResponseIndicator{background-color:var(--primary-100);min-width:1.5rem;height:1.5rem;color:var(--primary-600);border-radius:999px;justify-content:center;align-items:center;margin-left:.5rem;font-size:.75rem;font-weight:600;display:inline-flex}.styles-module__jpuCrW__expandToggle{background:var(--grey-200);cursor:pointer;width:20px;height:20px;color:var(--grey-600);border:none;border-radius:50%;justify-content:center;align-items:center;margin-left:auto;padding:0;font-size:12px;line-height:1;transition:all .2s;display:inline-flex}.styles-module__jpuCrW__expandToggle:hover{background-color:var(--grey-400);color:var(--grey-700)}.styles-module__jpuCrW__pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem;display:flex}.styles-module__jpuCrW__paginationButton{border-radius:var(--border-radius);background-color:var(--white);border:1px solid var(--grey-200);min-width:2rem;height:2rem;color:var(--grey-600);cursor:pointer;justify-content:center;align-items:center;padding:0 .5rem;font-size:.875rem;transition:all .2s;display:inline-flex}.styles-module__jpuCrW__paginationButton:hover{background-color:var(--grey-100);border-color:var(--grey-300)}.styles-module__jpuCrW__paginationButtonActive{background-color:var(--primary);border-color:var(--primary);color:var(--white)}.styles-module__jpuCrW__paginationButtonActive:hover{background-color:var(--primary-600);border-color:var(--primary-600)}.styles-module__jpuCrW__paginationInfo{color:var(--grey-500);font-size:.875rem}.styles-module__jpuCrW__collapsedResponse{background-color:var(--grey-100);border-radius:var(--border-radius);cursor:pointer;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:.375rem .5rem;display:flex}.styles-module__jpuCrW__collapsedResponse:hover{background-color:var(--grey-200)}.styles-module__jpuCrW__collapsedResponseCount{color:var(--grey-700);background-color:var(--grey-200);border-radius:999px;padding:.25rem .375rem;font-size:.75rem}.styles-module__jpuCrW__errorMessage{color:#b91c1c;border-radius:var(--border-radius);background-color:#fee2e2;align-items:center;gap:.75rem;margin-top:1rem;padding:1rem;display:flex}.styles-module__jpuCrW__headerActions{gap:.5rem;display:flex}.styles-module__jpuCrW__pollMetrics{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.5rem;display:grid}.styles-module__jpuCrW__metricCard{background-color:var(--grey-100);border-radius:var(--border-radius);padding:1rem}.styles-module__jpuCrW__metricValue{color:var(--primary);margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.styles-module__jpuCrW__metricLabel{font-size:var(--font-size);color:var(--grey-500)}.styles-module__jpuCrW__tableContainer{width:100%;overflow-x:auto}.styles-module__jpuCrW__pollQuestionCell{white-space:nowrap;text-overflow:ellipsis;max-width:250px;overflow:hidden}.styles-module__jpuCrW__pollCards{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;width:100%;display:grid}.styles-module__jpuCrW__pollCard{background-color:var(--white);border-radius:var(--border-radius);border:1px solid var(--border-color);flex-direction:column;height:100%;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.styles-module__jpuCrW__pollCard:hover{transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}.styles-module__jpuCrW__pollCardHeader{border-bottom:1px solid var(--grey-200);justify-content:space-between;align-items:flex-start;gap:.5rem;padding:1rem;display:flex}.styles-module__jpuCrW__pollCardTitle{color:var(--foreground);-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;margin:0;font-size:1rem;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.styles-module__jpuCrW__pollCardMeta{flex:1;grid-template-columns:repeat(2,1fr);gap:.75rem;padding:.75rem 1rem;display:grid}.styles-module__jpuCrW__pollCardMetaItem{color:var(--grey-600);align-items:center;gap:.5rem;font-size:.8125rem;display:flex}.styles-module__jpuCrW__pollCardMetaItem svg{color:var(--primary);flex-shrink:0}.styles-module__jpuCrW__pollCardMetaItem span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.styles-module__jpuCrW__pollCardFooter{border-top:1px solid var(--grey-200);justify-content:flex-end;padding:.75rem 1rem;display:flex}.styles-module__jpuCrW__pollCardFooter .styles-module__jpuCrW__button{justify-content:center;width:100%}.styles-module__jpuCrW__viewToggle{border:1px solid var(--grey-200);border-radius:var(--border-radius);display:flex;overflow:hidden}.styles-module__jpuCrW__viewToggleButton{background:var(--white);cursor:pointer;border:none;padding:.375rem .75rem;font-size:.875rem;transition:all .2s}.styles-module__jpuCrW__viewToggleButton:first-child{border-right:1px solid var(--grey-200)}.styles-module__jpuCrW__viewToggleButtonActive{background-color:var(--primary);color:var(--white)}.styles-module__jpuCrW__loadingSpinner{border:2px solid var(--grey-200);border-top-color:var(--primary);border-radius:50%;width:2rem;height:2rem;margin-bottom:1rem;animation:.8s linear infinite styles-module__jpuCrW__spin}@keyframes styles-module__jpuCrW__spin{to{transform:rotate(360deg)}}.styles-module__jpuCrW__subtitle{color:var(--grey-600);margin-top:.25rem;font-size:.9375rem}.styles-module__jpuCrW__billingGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.styles-module__jpuCrW__fullWidth{grid-column:1/-1}.styles-module__jpuCrW__billingSection{padding:1.5rem}.styles-module__jpuCrW__billingSectionHeader{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.styles-module__jpuCrW__billingSectionTitle{color:var(--foreground);margin:0;font-size:1.125rem;font-weight:600}.styles-module__jpuCrW__billingSectionSubtitle{color:var(--grey-600);margin-top:0;margin-bottom:1.5rem;font-size:.875rem}.styles-module__jpuCrW__billingSectionBadge{background-color:var(--grey-200);color:var(--grey-600);border-radius:9999px;align-items:center;padding:.25rem .5rem;font-size:.75rem;font-weight:500;display:inline-flex}.styles-module__jpuCrW__pricingDisplay{margin:1.5rem 0}.styles-module__jpuCrW__pricingAmount{color:var(--foreground);font-size:2.5rem;font-weight:700}.styles-module__jpuCrW__pricingPeriod{color:var(--grey-600);margin-left:.5rem;font-size:.875rem}.styles-module__jpuCrW__usageInfo{background-color:var(--grey-100);border-radius:var(--border-radius);align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:.75rem;display:flex}.styles-module__jpuCrW__usageInfoIcon{color:var(--primary)}.styles-module__jpuCrW__buttonOutline{border:1px solid var(--grey-300);color:var(--foreground);background-color:#0000}.styles-module__jpuCrW__buttonOutline:hover{background-color:var(--grey-100);border-color:var(--grey-400)}.styles-module__jpuCrW__paymentMethodCard{border:1px solid var(--grey-200);border-radius:var(--border-radius);background-color:var(--white);align-items:center;gap:1rem;padding:1rem;display:flex}.styles-module__jpuCrW__paymentMethodIcon{border-radius:var(--border-radius);background-color:var(--grey-100);width:40px;height:40px;color:var(--foreground);justify-content:center;align-items:center;display:flex}.styles-module__jpuCrW__paymentMethodDetails{flex:1}.styles-module__jpuCrW__paymentMethodType{align-items:center;gap:.5rem;font-weight:500;display:flex}.styles-module__jpuCrW__defaultBadge{background-color:var(--grey-100);color:var(--grey-600);border-radius:9999px;align-items:center;padding:.125rem .375rem;font-size:.6875rem;font-weight:500;display:inline-flex}.styles-module__jpuCrW__paymentMethodExpiry,.styles-module__jpuCrW__paymentMethodEmail{color:var(--grey-600);margin-top:.25rem;font-size:.8125rem}.styles-module__jpuCrW__paymentMethodEmail{align-items:center;gap:.375rem;display:flex}.styles-module__jpuCrW__invoiceCell{align-items:center;gap:.75rem;display:flex}.styles-module__jpuCrW__invoiceIcon{border-radius:var(--border-radius);background-color:var(--grey-100);width:32px;height:32px;color:var(--grey-600);justify-content:center;align-items:center;display:flex}.styles-module__jpuCrW__emailChipsContainer{flex-wrap:wrap;gap:.75rem;min-height:24px;margin-bottom:1.5rem;display:flex}.styles-module__jpuCrW__emailChipsContainer:empty{display:none}.styles-module__jpuCrW__emailInputContainer{align-items:flex-start;gap:.75rem;display:flex}.styles-module__jpuCrW__emailInputContainer .styles-module__jpuCrW__input{flex:1;min-width:200px;height:48px;padding:.75rem 1rem}.styles-module__jpuCrW__emailInputContainer .styles-module__jpuCrW__button{white-space:nowrap;border-radius:var(--border-radius);flex-shrink:0;align-items:center;gap:.5rem;height:48px;padding:.75rem 1.25rem;font-weight:500;transition:all .2s;display:flex}.styles-module__jpuCrW__emailInputContainer .styles-module__jpuCrW__buttonPrimary{background:var(--primary);color:var(--white);border:1px solid var(--primary)}.styles-module__jpuCrW__emailInputContainer .styles-module__jpuCrW__buttonPrimary:hover{background:#1e8a71;border-color:#1e8a71;transform:translateY(-1px);box-shadow:0 4px 8px #28a58a33}.styles-module__jpuCrW__emailInputContainer .styles-module__jpuCrW__buttonPrimary:disabled{background:var(--grey-200);color:var(--grey-400);border-color:var(--grey-200);cursor:not-allowed;box-shadow:none;transform:none}@media (max-width:768px){.styles-module__jpuCrW__table{display:block;overflow-x:auto}.styles-module__jpuCrW__header{flex-direction:column;align-items:flex-start;gap:1rem}.styles-module__jpuCrW__ratingResults{flex-direction:column}.styles-module__jpuCrW__avgRating{border-right:none;border-bottom:1px solid var(--grey-200);margin-bottom:1rem;padding-bottom:1rem}.styles-module__jpuCrW__dangerAction{flex-direction:column;align-items:flex-start;gap:1rem}.styles-module__jpuCrW__pollCards,.styles-module__jpuCrW__pollCardMeta,.styles-module__jpuCrW__billingGrid{grid-template-columns:1fr}.styles-module__jpuCrW__paymentMethodCard{flex-direction:column;align-items:flex-start}.styles-module__jpuCrW__paymentMethodIcon{margin-bottom:.5rem}.styles-module__jpuCrW__paymentMethodCard .styles-module__jpuCrW__button{align-self:stretch;margin-top:1rem}.styles-module__jpuCrW__billingSectionHeader{flex-direction:column;align-items:flex-start;gap:.5rem}.styles-module__jpuCrW__billingSectionHeader .styles-module__jpuCrW__button{justify-content:center;align-self:stretch}.styles-module__jpuCrW__emailInputContainer{flex-direction:column}.styles-module__jpuCrW__emailInputContainer .styles-module__jpuCrW__button{align-self:stretch}.styles-module__jpuCrW__searchFilterBar{flex-direction:column}.styles-module__jpuCrW__searchForm{width:100%;min-width:unset}.styles-module__jpuCrW__statusFilters{flex-direction:column;align-items:flex-start;gap:.75rem;width:100%}.styles-module__jpuCrW__filterToggleButton{justify-content:center;width:100%}.styles-module__jpuCrW__filterPanel{flex-direction:column}.styles-module__jpuCrW__filterGroup{width:100%;min-width:unset}.styles-module__jpuCrW__clearFiltersButton{width:100%}}.styles-module__jpuCrW__searchFilterBar{flex-wrap:wrap;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.styles-module__jpuCrW__searchForm{flex:1;gap:.5rem;min-width:300px;display:flex}.styles-module__jpuCrW__searchInputWrapper{flex:1;align-items:center;display:flex;position:relative}.styles-module__jpuCrW__searchIcon{color:var(--grey-400);pointer-events:none;position:absolute;left:.75rem}.styles-module__jpuCrW__searchInput{border:1px solid var(--grey-200);border-radius:var(--border-radius);width:100%;font-size:var(--font-size);background:var(--white);color:var(--foreground);padding:.625rem 2.5rem;transition:all .2s}.styles-module__jpuCrW__searchInput:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #28a58a1a}.styles-module__jpuCrW__clearSearchButton{color:var(--grey-400);cursor:pointer;border-radius:var(--border-radius);background:0 0;border:none;padding:.25rem .5rem;font-size:1.5rem;line-height:1;transition:all .2s;position:absolute;right:.5rem}.styles-module__jpuCrW__clearSearchButton:hover{color:var(--grey-600);background-color:var(--grey-100)}.styles-module__jpuCrW__statusFilters{background-color:var(--white);border:1px solid var(--grey-200);border-radius:var(--border-radius);align-items:center;gap:1.5rem;padding:.5rem 1rem;display:flex}.styles-module__jpuCrW__checkboxLabel{color:var(--foreground);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;font-size:.9375rem;transition:color .2s;display:flex}.styles-module__jpuCrW__checkboxLabel:hover{color:var(--primary)}.styles-module__jpuCrW__checkbox{border:2px solid var(--grey-300);cursor:pointer;width:18px;height:18px;accent-color:var(--primary);border-radius:4px;transition:all .2s}.styles-module__jpuCrW__checkbox:hover{border-color:var(--primary)}.styles-module__jpuCrW__checkbox:checked{background-color:var(--primary);border-color:var(--primary)}.styles-module__jpuCrW__checkboxLabel span{font-weight:500}.styles-module__jpuCrW__filterToggleButton{white-space:nowrap;position:relative}.styles-module__jpuCrW__filterBadge{background-color:var(--primary);border:2px solid var(--white);border-radius:50%;width:8px;height:8px;position:absolute;top:6px;right:6px}.styles-module__jpuCrW__filterPanel{background-color:var(--grey-50);border:1px solid var(--grey-200);border-radius:var(--border-radius);flex-wrap:wrap;align-items:flex-end;gap:1rem;margin-bottom:1rem;padding:1rem;display:flex}.styles-module__jpuCrW__filterGroup{flex-direction:column;flex:1;gap:.5rem;min-width:150px;display:flex}.styles-module__jpuCrW__filterLabel{color:var(--grey-700);font-size:.875rem;font-weight:500}.styles-module__jpuCrW__filterSelect{border:1px solid var(--grey-200);border-radius:var(--border-radius);font-size:var(--font-size);background:var(--white);color:var(--foreground);cursor:pointer;padding:.5rem .75rem;transition:all .2s}.styles-module__jpuCrW__filterSelect:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #28a58a1a}.styles-module__jpuCrW__clearFiltersButton{white-space:nowrap;margin-top:auto}.styles-module__jpuCrW__resultsInfo{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.styles-module__jpuCrW__resultsText{color:var(--grey-600);margin:0;font-size:.875rem}.styles-module__jpuCrW__paginationEllipsis{color:var(--grey-400);-webkit-user-select:none;user-select:none;padding:.5rem;font-size:.875rem}.styles-module__jpuCrW__paginationButton:disabled{opacity:.5;cursor:not-allowed}.styles-module__jpuCrW__paginationButton:disabled:hover{background-color:var(--white);border-color:var(--grey-200);transform:none}.styles-module__jpuCrW__modalOverlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.styles-module__jpuCrW__modal{background:#fff;border-radius:8px;width:100%;max-width:500px;overflow:hidden;box-shadow:0 10px 25px #0000001a}.styles-module__jpuCrW__modalHeader{border-bottom:1px solid #e2e2e2;justify-content:space-between;align-items:center;padding:20px;display:flex}.styles-module__jpuCrW__modalTitle{color:#171717;margin:0;font-size:18px;font-weight:600}.styles-module__jpuCrW__modalClose{cursor:pointer;color:#6b6a76;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;display:flex}.styles-module__jpuCrW__modalClose:hover{color:#171717;background-color:#f5f5f5}.styles-module__jpuCrW__modalContent{padding:20px}.styles-module__jpuCrW__actionButtons{flex-wrap:wrap;gap:.5rem;display:flex}.styles-module__jpuCrW__actionButtons .styles-module__jpuCrW__button{white-space:nowrap;min-width:0}.styles-module__jpuCrW__invoiceList{flex-direction:column;gap:.75rem;display:flex}.styles-module__jpuCrW__invoiceRow{border:1px solid var(--grey-200);border-radius:var(--border-radius);background:var(--white);color:inherit;cursor:pointer;justify-content:space-between;align-items:center;padding:1rem;text-decoration:none;transition:all .2s;display:flex}.styles-module__jpuCrW__invoiceRow:hover{border-color:var(--primary);transform:translateY(-1px);box-shadow:0 4px 8px #28a58a1a}.styles-module__jpuCrW__invoiceRowLeft{flex:1;align-items:center;gap:.75rem;display:flex}.styles-module__jpuCrW__invoiceRowRight{flex-shrink:0}.styles-module__jpuCrW__invoiceDetails{flex-direction:column;gap:.25rem;display:flex}.styles-module__jpuCrW__invoiceHeader{align-items:center;gap:.5rem;display:flex}.styles-module__jpuCrW__invoiceNumber{color:var(--foreground);font-weight:500}.styles-module__jpuCrW__invoiceMeta{color:var(--grey-500);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.styles-module__jpuCrW__emptyInvoiceState{text-align:center;color:var(--grey-500);flex-direction:column;align-items:center;gap:1rem;padding:2rem;display:flex}.styles-module__jpuCrW__emptyIcon{color:var(--grey-300)}.styles-module__jpuCrW__downloadIcon{color:var(--grey-400);transition:color .2s}.styles-module__jpuCrW__invoiceRow:hover .styles-module__jpuCrW__downloadIcon{color:var(--primary)}.styles-module__jpuCrW__viewAllContainer{border-top:1px solid var(--grey-200);justify-content:center;margin-top:1rem;padding-top:1rem;display:flex}.styles-module__jpuCrW__viewAllButton{padding:.75rem 1.5rem;font-size:.875rem}.styles-module__jpuCrW__emailRecipientsEmpty{text-align:center;color:var(--grey-500);border-radius:var(--border-radius);background:#28a58a05;border:1px dashed #28a58a33;margin-bottom:1.5rem;padding:1.5rem;font-size:.875rem}.styles-module__jpuCrW__emailRecipientsEmpty:before{content:"📧";opacity:.7;margin-bottom:.5rem;font-size:2rem;display:block}
.PaymentMethodForm-module__ACxZQq__paymentForm{width:100%;max-width:500px;margin:0 auto}.PaymentMethodForm-module__ACxZQq__formGroup{margin-bottom:24px}.PaymentMethodForm-module__ACxZQq__label{color:#535862;margin-bottom:8px;font-size:14px;font-weight:500;display:block}.PaymentMethodForm-module__ACxZQq__cardElementContainer{background-color:#fff;border:1px solid #e2e2e2;border-radius:8px;padding:12px 16px;transition:box-shadow .15s,border-color .15s}.PaymentMethodForm-module__ACxZQq__cardElementContainer:hover{border-color:#b3e6db}.PaymentMethodForm-module__ACxZQq__cardElementContainer:focus-within{border-color:#28a58a;outline:none;box-shadow:0 0 0 1px #28a58a33}.PaymentMethodForm-module__ACxZQq__error{color:#e53935;margin-top:8px;margin-bottom:16px;font-size:14px}.PaymentMethodForm-module__ACxZQq__button{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;padding:10px 20px;font-size:14px;font-weight:500;transition:background-color .2s,transform .1s;display:inline-flex}.PaymentMethodForm-module__ACxZQq__button:disabled{opacity:.7;cursor:not-allowed}.PaymentMethodForm-module__ACxZQq__buttonPrimary{background-color:var(--primary,#28a58a);color:#fff}.PaymentMethodForm-module__ACxZQq__buttonPrimary:hover:not(:disabled){background-color:#1e8a71;transform:translateY(-1px)}.PaymentMethodForm-module__ACxZQq__buttonPrimary:active:not(:disabled){transform:translateY(0)}
.promo-banner-module__9l78GG__banner{border-radius:var(--border-radius);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1rem 1.5rem;display:flex;position:relative}.promo-banner-module__9l78GG__banner-default{background:var(--primary);color:#fff}.promo-banner-module__9l78GG__banner-subtle{color:var(--foreground);background-color:#f5f5f5;border:1px solid #e2e2e2}.promo-banner-module__9l78GG__content{flex:1}.promo-banner-module__9l78GG__title{margin:0 0 .25rem;font-size:1rem;font-weight:600}.promo-banner-module__9l78GG__description{opacity:.9;margin:0;font-size:.875rem}.promo-banner-module__9l78GG__actions{align-items:center;gap:1rem;display:flex}.promo-banner-module__9l78GG__cta{color:var(--primary);background-color:#fff;border-radius:4px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.promo-banner-module__9l78GG__banner-default .promo-banner-module__9l78GG__cta:hover{background-color:#ffffffe6;transform:translateY(-2px)}.promo-banner-module__9l78GG__banner-subtle .promo-banner-module__9l78GG__cta{background-color:var(--primary);color:#fff}.promo-banner-module__9l78GG__banner-subtle .promo-banner-module__9l78GG__cta:hover{background-color:#24926f;transform:translateY(-2px)}.promo-banner-module__9l78GG__dismiss{color:inherit;cursor:pointer;opacity:.7;background:0 0;border:none;padding:.25rem;font-size:1.25rem;line-height:1;transition:opacity .2s}.promo-banner-module__9l78GG__dismiss:hover{opacity:1}@media (max-width:640px){.promo-banner-module__9l78GG__banner{flex-direction:column;align-items:flex-start;gap:1rem;padding:1rem}.promo-banner-module__9l78GG__actions{justify-content:space-between;width:100%}.promo-banner-module__9l78GG__cta{flex:1;justify-content:center}}
.install-banner-module__B8P5tq__banner{border-radius:var(--border-radius);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1rem 1.5rem;display:flex;position:relative}.install-banner-module__B8P5tq__banner-default{background:var(--primary);color:#fff}.install-banner-module__B8P5tq__banner-subtle{color:var(--foreground);background-color:#f5f5f5;border:1px solid #e2e2e2}.install-banner-module__B8P5tq__content{flex:1}.install-banner-module__B8P5tq__title{margin:0 0 .25rem;font-size:1rem;font-weight:600}.install-banner-module__B8P5tq__description{opacity:.9;margin:0;font-size:.875rem}.install-banner-module__B8P5tq__actions{align-items:center;gap:1rem;display:flex}.install-banner-module__B8P5tq__dismiss{color:inherit;cursor:pointer;opacity:.7;background:0 0;border:none;padding:.25rem;font-size:1.25rem;line-height:1;transition:opacity .2s}.install-banner-module__B8P5tq__dismiss:hover{opacity:1}@media (max-width:640px){.install-banner-module__B8P5tq__banner{flex-direction:column;align-items:flex-start;gap:1rem;padding:1rem}.install-banner-module__B8P5tq__actions{justify-content:space-between;width:100%}.install-banner-module__B8P5tq__cta{flex:1;justify-content:center}}
.style-module__yLfuCa__card{border-radius:var(--border-radius);text-align:left;background-color:#fff;border:1px solid #e5e7eb;flex-direction:column;gap:20px;padding:40px;display:flex;position:relative}.style-module__yLfuCa__savingsBadge{background-color:var(--primary);color:#fff;border-radius:12px;padding:4px 8px;font-size:12px;font-weight:600;position:absolute;top:15px;right:15px}.style-module__yLfuCa__billingToggle{justify-content:flex-start;align-items:center;gap:10px;margin-bottom:10px;display:flex}.style-module__yLfuCa__toggle{width:44px;height:24px;display:inline-block;position:relative}.style-module__yLfuCa__toggle input{opacity:0;width:0;height:0}.style-module__yLfuCa__slider{cursor:pointer;background-color:#ccc;border-radius:24px;transition:all .4s;position:absolute;inset:0}.style-module__yLfuCa__slider:before{content:"";background-color:#fff;border-radius:50%;width:18px;height:18px;transition:all .4s;position:absolute;bottom:3px;left:3px}input:checked+.style-module__yLfuCa__slider{background-color:var(--primary)}input:checked+.style-module__yLfuCa__slider:before{transform:translate(20px)}.style-module__yLfuCa__activeOption{color:#000;font-weight:600}.style-module__yLfuCa__inactiveOption{color:#6b7280}.style-module__yLfuCa__priceContainer{flex-direction:row;align-items:flex-end;gap:4px;display:flex}.style-module__yLfuCa__price{font-size:40px;font-weight:600;line-height:40px}.style-module__yLfuCa__pricePeriod{color:#6b7280;font-size:16px;font-weight:400}.style-module__yLfuCa__title{font-size:18px;font-weight:600;line-height:18px}.style-module__yLfuCa__description{color:#6b7280;margin-bottom:10px;font-size:14px;font-weight:400;line-height:14px}ul.style-module__yLfuCa__features{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:20px;list-style:none;display:flex}li.style-module__yLfuCa__feature{flex-direction:row;gap:10px;display:flex}.style-module__yLfuCa__featureIcon{width:12px;height:12px}.style-module__yLfuCa__button{color:#fff;border-radius:var(--border-radius);text-align:center;background-color:#000;max-width:300px;padding:8px 20px;font-size:16px;font-weight:600;line-height:28px;text-decoration:none;transition:background-color .3s}.style-module__yLfuCa__button:hover{background-color:var(--primary);color:var(--white)}
.styles-module__2PlSWW__slackButton{white-space:nowrap;color:var(--white);border-radius:30px;justify-content:center;align-items:center;gap:8px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;position:relative;overflow:hidden}.styles-module__2PlSWW__slackButton:hover{color:var(--white)}.styles-module__2PlSWW__primary{color:#fff;background-color:#333;box-shadow:0 2px 4px #0000001a}.styles-module__2PlSWW__primary:hover{background-color:#222;transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.styles-module__2PlSWW__white{color:#333;background-color:#fff;border:1px solid #0000001a;box-shadow:0 2px 4px #0000000d}.styles-module__2PlSWW__white:hover{color:#333;background-color:#f9f9f9;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.styles-module__2PlSWW__default{height:42px;padding:0 16px;font-size:14px}.styles-module__2PlSWW__large{height:50px;padding:0 20px;font-size:16px}.styles-module__2PlSWW__iconWrapper{justify-content:center;align-items:center;display:flex}.styles-module__2PlSWW__slackIcon{display:block}.styles-module__2PlSWW__buttonText{letter-spacing:.2px;font-weight:600}@media (max-width:768px){.styles-module__2PlSWW__large{height:46px;padding:0 18px;font-size:15px}}
.faqs-module__wsUbYG__faqSection{padding:100px 24px;position:relative;overflow:hidden}.faqs-module__wsUbYG__faqContainer{z-index:1;max-width:1000px;margin:0 auto;position:relative}.faqs-module__wsUbYG__faqHeading{text-align:center;color:var(--foreground);margin-bottom:16px;font-size:3rem;font-weight:800}.faqs-module__wsUbYG__faqSubheading{text-align:center;max-width:700px;color:var(--gray-600);margin-bottom:60px;margin-left:auto;margin-right:auto;font-size:1.25rem;line-height:1.6}.faqs-module__wsUbYG__faqList{flex-direction:column;gap:16px;display:flex}.faqs-module__wsUbYG__faqItem{border-bottom:1px solid #00000014}.faqs-module__wsUbYG__faqQuestion{cursor:pointer;text-align:left;width:100%;color:var(--foreground);background:0 0;border:none;justify-content:space-between;align-items:center;padding:24px 0;font-size:1.25rem;font-weight:600;transition:color .3s;display:flex}.faqs-module__wsUbYG__faqQuestion:hover{color:var(--primary)}.faqs-module__wsUbYG__faqIcon{background:rgba(var(--primary-rgb,0,0,255),.1);min-width:32px;min-height:32px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.faqs-module__wsUbYG__faqIconOpen{background:var(--primary);color:#fff;transform:rotate(180deg)}.faqs-module__wsUbYG__faqAnswer{max-height:0;color:var(--gray-600);padding:0 20px 0 0;font-size:1.1rem;line-height:1.6;transition:all .3s;overflow:hidden}.faqs-module__wsUbYG__faqAnswerOpen{max-height:500px;padding-bottom:24px}@media (max-width:768px){.faqs-module__wsUbYG__faqHeading{font-size:2.5rem}.faqs-module__wsUbYG__faqSubheading{margin-bottom:40px;font-size:1.1rem}.faqs-module__wsUbYG__faqQuestion{padding:20px 0;font-size:1.1rem}.faqs-module__wsUbYG__faqAnswer{font-size:1rem}}
.styles-module__kaW-Aa__ctaSection{background-color:var(--primary);color:#fff;padding:80px 0}.styles-module__kaW-Aa__container{max-width:1000px;margin:0 auto;padding:0 24px}.styles-module__kaW-Aa__ctaContent{text-align:center;max-width:700px;margin:0 auto}.styles-module__kaW-Aa__ctaHeading{color:#fff;margin-bottom:16px;font-size:2.5rem;font-weight:700}.styles-module__kaW-Aa__ctaSubheading{color:#ffffffe6;margin-bottom:24px;font-size:1.4rem;font-weight:600}.styles-module__kaW-Aa__ctaDescription{color:#ffffffe6;margin-bottom:32px;font-size:1.125rem;line-height:1.6}.styles-module__kaW-Aa__benefitsList{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:12px;grid-template-columns:repeat(2,1fr);gap:16px;max-width:500px;margin:0 auto 32px;padding:24px;display:grid}.styles-module__kaW-Aa__benefit{color:#fffffff2;text-align:left;align-items:center;gap:12px;font-size:.95rem;font-weight:500;display:flex}.styles-module__kaW-Aa__checkmark{color:#fff;background:#fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:1.1rem;font-weight:700;display:flex}.styles-module__kaW-Aa__ctaButtons{flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:24px;display:flex}.styles-module__kaW-Aa__slackButton{background-color:#fff;border-radius:8px;padding:5px 10px;transition:transform .2s,box-shadow .2s;display:inline-block}.styles-module__kaW-Aa__slackButton:hover{transform:translateY(-3px);box-shadow:0 8px 16px #0003}.styles-module__kaW-Aa__secondaryButton{color:#fff;cursor:pointer;background-color:#fff3;border:1px solid #fff6;border-radius:30px;height:50px;padding:10px 20px;font-size:1rem;font-weight:600;transition:background-color .2s,transform .2s,box-shadow .2s}.styles-module__kaW-Aa__secondaryButton:hover{background-color:#ffffff4d;transform:translateY(-3px);box-shadow:0 4px 8px #0003}.styles-module__kaW-Aa__ctaFooter{margin-top:24px}.styles-module__kaW-Aa__ctaFooterText{color:#ffffffb3;font-size:.875rem}@media (max-width:768px){.styles-module__kaW-Aa__ctaSection{padding:60px 0}.styles-module__kaW-Aa__ctaHeading{font-size:2rem}.styles-module__kaW-Aa__ctaSubheading{font-size:1.2rem}.styles-module__kaW-Aa__ctaDescription{font-size:1rem}}@media (max-width:640px){.styles-module__kaW-Aa__ctaButtons{flex-direction:column;align-items:center}.styles-module__kaW-Aa__benefitsList{grid-template-columns:1fr;gap:12px;padding:20px}.styles-module__kaW-Aa__benefit{justify-content:center;font-size:.9rem}}
.styles-module__ruaK_W__pricingCta{background-color:#f9f9f9;margin:0;padding:80px 0;position:relative}.styles-module__ruaK_W__container{max-width:1000px;margin:0 auto;padding:0 24px}.styles-module__ruaK_W__content{text-align:center;max-width:700px;margin:0 auto}.styles-module__ruaK_W__heading{color:#333;margin-bottom:16px;font-size:2.5rem;font-weight:700}.styles-module__ruaK_W__description{color:#666;margin-bottom:32px;font-size:1.125rem;line-height:1.6}.styles-module__ruaK_W__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;display:flex}.styles-module__ruaK_W__slackButton{transition:transform .2s,box-shadow .2s;display:inline-block}.styles-module__ruaK_W__slackButton:hover{transform:translateY(-3px);box-shadow:0 8px 16px #0000001a}.styles-module__ruaK_W__pricingButton{color:#333;background-color:#fff;border:2px solid #333;border-radius:30px;justify-content:center;align-items:center;height:50px;padding:12px 30px;font-size:1rem;font-weight:600;text-decoration:none;transition:background-color .2s,transform .2s,box-shadow .2s;display:flex}.styles-module__ruaK_W__pricingButton:hover{color:#fff;background-color:#333;transform:translateY(-3px);box-shadow:0 8px 16px #00000026}@media (max-width:768px){.styles-module__ruaK_W__pricingCta{padding:60px 0}.styles-module__ruaK_W__heading{font-size:2rem}.styles-module__ruaK_W__description{font-size:1rem}}@media (max-width:640px){.styles-module__ruaK_W__actions{flex-direction:column}}
.styles-module__b2pzNG__socialProof{background-color:#fff;margin:3rem auto;padding:5rem 1.5rem;position:relative}.styles-module__b2pzNG__container{flex-direction:column;gap:3rem;max-width:1200px;margin:0 auto;display:flex}.styles-module__b2pzNG__joinMessage{text-align:center;max-width:800px;margin:0 auto}.styles-module__b2pzNG__joinHeadline{color:#212529;font-size:2rem;font-weight:600;line-height:1.3}.styles-module__b2pzNG__highlight{color:var(--primary);font-weight:700}.styles-module__b2pzNG__statsContainer{text-align:center;background-color:#f8f9fa;border-radius:30px;max-width:900px;margin:0 auto;padding:2.5rem;box-shadow:0 5px 15px #0000000d}.styles-module__b2pzNG__statsHeading{color:#212529;margin-bottom:2rem;font-size:1.75rem;font-weight:600;display:inline-block;position:relative}.styles-module__b2pzNG__statsHeading:after{content:"";background:linear-gradient(90deg,#28a58a 0%,#1e8a71 100%);border-radius:3px;width:80px;height:3px;position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%)}.styles-module__b2pzNG__statsGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin:0 auto 2rem;display:grid}.styles-module__b2pzNG__statBox{background-color:#fff;border:1px solid #e9ecef;border-radius:30px;padding:1.5rem;transition:transform .3s;box-shadow:0 3px 10px #0000000a}.styles-module__b2pzNG__statBox:hover{transform:translateY(-5px);box-shadow:0 8px 15px #00000014}.styles-module__b2pzNG__statValue{color:#333;margin-bottom:.75rem;font-size:2.5rem;font-weight:700}.styles-module__b2pzNG__statDescription{color:#495057;font-size:1rem;line-height:1.5}.styles-module__b2pzNG__statsSource{color:#6c757d;margin-bottom:1.5rem;font-size:.875rem;font-style:italic}.styles-module__b2pzNG__sourceLink{color:#333;text-decoration:none;transition:color .2s,-webkit-text-decoration .2s,text-decoration .2s}.styles-module__b2pzNG__sourceLink:hover{color:#000;text-decoration:underline}.styles-module__b2pzNG__statsConclusion{color:#495057;max-width:700px;margin:0 auto;font-size:1.125rem;line-height:1.6}.styles-module__b2pzNG__clientLogos{flex-wrap:wrap;justify-content:center;align-items:center;gap:30px;margin-top:40px;padding:0 20px;display:flex}.styles-module__b2pzNG__logoContainer{justify-content:center;align-items:center;height:50px;display:flex}.styles-module__b2pzNG__clientLogo{opacity:.7;filter:grayscale();transition:opacity .3s,filter .3s}.styles-module__b2pzNG__logoContainer:hover .styles-module__b2pzNG__clientLogo{opacity:1;filter:grayscale(0%)}@media (max-width:768px){.styles-module__b2pzNG__socialProof{padding:2rem 1rem}.styles-module__b2pzNG__container{gap:2rem}.styles-module__b2pzNG__joinHeadline{font-size:1.5rem}.styles-module__b2pzNG__statsContainer{padding:1.5rem}.styles-module__b2pzNG__statsHeading{margin-bottom:1.5rem;font-size:1.5rem}.styles-module__b2pzNG__statsGrid{grid-template-columns:1fr;gap:1rem}.styles-module__b2pzNG__statValue{font-size:2rem}.styles-module__b2pzNG__statsConclusion{font-size:1rem}.styles-module__b2pzNG__clientLogos{gap:20px}}
.styles-module__c3kVIa__statsBanner{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);padding:60px 0;position:relative;overflow:hidden}.styles-module__c3kVIa__statsBanner:before{content:"";pointer-events:none;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2328a58a' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.styles-module__c3kVIa__container{z-index:1;max-width:1000px;margin:0 auto;padding:0 24px;position:relative}.styles-module__c3kVIa__statsGrid{grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:32px;display:grid}.styles-module__c3kVIa__statItem{text-align:center;background:#fff;border:1px solid #28a58a1a;border-radius:16px;padding:32px 24px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 8px 32px #00000014}.styles-module__c3kVIa__statItem:before{content:"";background:linear-gradient(90deg,var(--primary)0%,var(--primary-300)100%);height:4px;position:absolute;top:0;left:0;right:0}.styles-module__c3kVIa__statItem:hover{transform:translateY(-8px);box-shadow:0 16px 48px #28a58a26}.styles-module__c3kVIa__statNumber{color:var(--primary);font-feature-settings:"tnum";margin-bottom:8px;font-size:3rem;font-weight:800;line-height:1}.styles-module__c3kVIa__statLabel{color:var(--gray-600);margin:0;font-size:1rem;font-weight:500;line-height:1.4}.styles-module__c3kVIa__statsFooter{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #28a58a1a;border-radius:12px;padding:24px}.styles-module__c3kVIa__statsFooter p{color:var(--gray-700);margin:0;font-size:1.1rem;font-weight:600}@media (max-width:768px){.styles-module__c3kVIa__statsBanner{padding:40px 0}.styles-module__c3kVIa__statsGrid{grid-template-columns:1fr;gap:24px}.styles-module__c3kVIa__statItem{padding:24px 20px}.styles-module__c3kVIa__statNumber{font-size:2.5rem}.styles-module__c3kVIa__statsFooter p{font-size:1rem}}@media (max-width:480px){.styles-module__c3kVIa__statNumber{font-size:2rem}.styles-module__c3kVIa__statLabel{font-size:.9rem}}
.styles-module__ForVRG__featureSection{background-color:#f8f9fa;padding:5rem 1.5rem}.styles-module__ForVRG__container{text-align:center;max-width:1200px;margin:0 auto}.styles-module__ForVRG__heading{text-align:center;color:#212529;max-width:800px;margin:3rem auto;font-size:2.5rem;font-weight:700}.styles-module__ForVRG__featureCard{background-color:#fff;border-radius:1rem;padding:3rem;overflow:hidden;box-shadow:0 10px 25px #0000000d}.styles-module__ForVRG__featureContent{flex-direction:column;align-items:center;display:flex}.styles-module__ForVRG__featureHeading{text-align:center;color:#212529;margin-bottom:1rem;font-size:1.75rem;font-weight:600}.styles-module__ForVRG__featureDescription{text-align:center;color:#6c757d;max-width:700px;margin:0 auto 4rem;font-size:1.125rem;line-height:2.25rem}.styles-module__ForVRG__featureImage{border-radius:.5rem;width:100%;max-width:1000px;overflow:hidden;box-shadow:0 5px 20px #0000000d}.styles-module__ForVRG__slackContainer{background-color:#f8f9fa;border-radius:.5rem;width:100%;height:600px;position:relative;overflow:hidden}.styles-module__ForVRG__slackUI{background-color:#fff;border:1px solid #eaecef;border-radius:.5rem;height:100%;display:flex}.styles-module__ForVRG__slackSidebar{color:#fff;background-color:#4a154b;flex-shrink:0;width:220px;padding:1rem 0}.styles-module__ForVRG__slackWorkspace{color:#4a154b;background-color:#fff;border-radius:.25rem;justify-content:center;align-items:center;width:36px;height:36px;margin:0 1rem 1.5rem;font-size:1.25rem;font-weight:700;display:flex}.styles-module__ForVRG__slackChannel{cursor:pointer;opacity:.8;padding:.5rem 1rem;font-size:.9rem}.styles-module__ForVRG__slackChannel:hover,.styles-module__ForVRG__slackChannel:first-of-type{opacity:1;background-color:#ffffff1a}.styles-module__ForVRG__slackContent{background-color:#fff;flex-direction:column;flex:1;display:flex}.styles-module__ForVRG__slackHeader{border-bottom:1px solid #eaecef;padding:1rem}.styles-module__ForVRG__slackChannelName{font-size:1.125rem;font-weight:700}.styles-module__ForVRG__slackMessages{flex:1;padding:1rem;overflow-y:auto}.styles-module__ForVRG__slackMessage{margin-bottom:1rem;display:flex}.styles-module__ForVRG__slackAvatar{color:#2e7d32;background-color:#e8f5e9;border-radius:.25rem;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin-right:.75rem;font-weight:600;display:flex}.styles-module__ForVRG__slackMessageContent{flex:1}.styles-module__ForVRG__slackUserName{margin-bottom:.25rem;font-weight:700}.styles-module__ForVRG__slackTime{color:#6c757d;margin-left:.5rem;font-size:.75rem;font-weight:400}.styles-module__ForVRG__slackText{margin-bottom:.75rem}.styles-module__ForVRG__slackPoll{background-color:#f8f9fa;border:1px solid #eaecef;border-radius:.5rem;margin-bottom:.5rem;padding:1rem}.styles-module__ForVRG__slackPollTitle{margin-bottom:1rem;font-weight:600}.styles-module__ForVRG__slackPollOptions{margin-bottom:1rem}.styles-module__ForVRG__slackPollOption{align-items:center;margin-bottom:.75rem;display:flex;position:relative}.styles-module__ForVRG__slackPollOptionText{flex-shrink:0;width:140px}.styles-module__ForVRG__slackPollBar{background-color:var(--primary);border-radius:6px;flex:1;height:12px;margin:0 1rem}.styles-module__ForVRG__slackPollPercentage{color:#6c757d;text-align:right;width:40px;font-size:.875rem}.styles-module__ForVRG__slackPollFooter{color:#6c757d;font-size:.875rem}.styles-module__ForVRG__slackModal{z-index:10;background-color:#00000080;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.styles-module__ForVRG__slackModalContent{background-color:#fff;border-radius:.5rem;width:500px;max-width:90%;overflow:hidden;box-shadow:0 5px 20px #00000026}.styles-module__ForVRG__slackModalHeader{border-bottom:1px solid #eaecef;justify-content:space-between;align-items:center;padding:1rem;display:flex}.styles-module__ForVRG__slackModalTitle{font-size:1.25rem;font-weight:700}.styles-module__ForVRG__slackModalClose{cursor:pointer;color:#6c757d;font-size:1.5rem;line-height:1}.styles-module__ForVRG__slackModalBody{padding:1rem}.styles-module__ForVRG__slackFormGroup{margin-bottom:1.5rem}.styles-module__ForVRG__slackLabel{margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.styles-module__ForVRG__slackInput{border:1px solid #eaecef;border-radius:.25rem;width:100%;padding:.75rem;font-size:.875rem}.styles-module__ForVRG__slackOptionsList{flex-direction:column;gap:.75rem;display:flex}.styles-module__ForVRG__slackOption{align-items:center;gap:.75rem;display:flex}.styles-module__ForVRG__slackImageUpload{cursor:pointer;border:1px dashed #6c757d;border-radius:.25rem;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:40px;display:flex}.styles-module__ForVRG__slackImagePlaceholder{color:#6c757d;flex-direction:column;align-items:center;gap:.25rem;font-size:.75rem;display:flex}.styles-module__ForVRG__slackImageIcon{color:#6c757d;width:16px;height:16px}.styles-module__ForVRG__slackAddOption{color:var(--primary);cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-size:.875rem}.styles-module__ForVRG__slackCheckbox{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.styles-module__ForVRG__slackCheckbox label{font-size:.875rem}.styles-module__ForVRG__slackModalFooter{border-top:1px solid #eaecef;justify-content:flex-end;gap:.75rem;padding:1rem;display:flex}.styles-module__ForVRG__slackCancelButton{cursor:pointer;background-color:#fff;border:1px solid #eaecef;border-radius:.25rem;padding:.5rem 1rem;font-size:.875rem}.styles-module__ForVRG__slackSubmitButton{background-color:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:.25rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600}@media (max-width:992px){.styles-module__ForVRG__slackUI{flex-direction:column}.styles-module__ForVRG__slackSidebar{width:100%;padding:.75rem 0}.styles-module__ForVRG__slackWorkspace{margin-bottom:.75rem}.styles-module__ForVRG__slackContent{flex:1;height:0}}@media (max-width:768px){.styles-module__ForVRG__featureSection{padding:3rem 1rem}.styles-module__ForVRG__heading{margin-bottom:2rem;font-size:2rem}.styles-module__ForVRG__featureCard{padding:2rem 1rem}.styles-module__ForVRG__featureHeading{font-size:1.5rem}.styles-module__ForVRG__featureDescription{margin-bottom:2rem;font-size:1rem}.styles-module__ForVRG__slackContainer{height:500px}}
.styles-module__iluSja__slashCommand{background-color:#f0f0f0;border-radius:.5rem;padding:.25rem .5rem;display:inline-block}
.styles-module__-51ULa__comparisonSection{padding:4rem 0}.styles-module__-51ULa__tableContainer{background:#fff;border-radius:12px;margin-bottom:2rem;overflow:hidden;box-shadow:0 4px 24px #00000014}.styles-module__-51ULa__featureTable{border-collapse:collapse;width:100%;font-size:.95rem}.styles-module__-51ULa__featureTable th,.styles-module__-51ULa__featureTable td{text-align:left;border-bottom:1px solid #f0f0f0;padding:1.5rem}.styles-module__-51ULa__featureTable th{color:var(--foreground);background-color:#fafafa;font-weight:600}.styles-module__-51ULa__featureHeader{width:40%;font-size:1.1rem}.styles-module__-51ULa__planHeader{text-align:center;width:30%;position:relative}.styles-module__-51ULa__planTitle{color:var(--foreground);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.styles-module__-51ULa__planPrice{color:var(--font-color);font-size:1rem;font-weight:500}.styles-module__-51ULa__popularBadge{background:linear-gradient(135deg,var(--primary),var(--primary-400));color:#fff;text-transform:uppercase;letter-spacing:.5px;border-radius:12px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:-8px;right:10px}.styles-module__-51ULa__ctaRow{background-color:#f8fafc;border-top:2px solid #e2e8f0}.styles-module__-51ULa__ctaRow td{border-bottom:none;padding:2rem 1.5rem}.styles-module__-51ULa__ctaCell{text-align:center;color:var(--foreground);font-weight:600}
.styles-module__nppX2W__genericCta{margin:40px 0;padding:80px 0;position:relative}.styles-module__nppX2W__container{max-width:1000px;margin:0 auto;padding:0 24px}.styles-module__nppX2W__content{text-align:center;max-width:700px;margin:0 auto}.styles-module__nppX2W__heading{color:#333;margin-bottom:16px;font-size:2.5rem;font-weight:700;line-height:1.2}.styles-module__nppX2W__description{color:#666;margin-bottom:32px;font-size:1.125rem;line-height:1.6}.styles-module__nppX2W__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;display:flex}.styles-module__nppX2W__button{cursor:pointer;border-radius:30px;justify-content:center;align-items:center;min-width:120px;height:50px;padding:12px 30px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.styles-module__nppX2W__button.styles-module__nppX2W__primary{background-color:var(--primary);color:#fff;border:2px solid var(--primary)}.styles-module__nppX2W__button.styles-module__nppX2W__primary:hover{background-color:#1e8a71;border-color:#1e8a71;transform:translateY(-3px);box-shadow:0 8px 16px #28a58a4d}.styles-module__nppX2W__button.styles-module__nppX2W__secondary{color:#333;background-color:#fff;border:2px solid #333}.styles-module__nppX2W__button.styles-module__nppX2W__secondary:hover{color:#fff;background-color:#333;transform:translateY(-3px);box-shadow:0 8px 16px #00000026}@media (max-width:768px){.styles-module__nppX2W__genericCta{margin:30px 0 0;padding:60px 0}.styles-module__nppX2W__heading{font-size:2rem}.styles-module__nppX2W__description{font-size:1rem}.styles-module__nppX2W__actions{gap:15px}.styles-module__nppX2W__button{min-width:100px;padding:10px 24px;font-size:.9rem}}@media (max-width:640px){.styles-module__nppX2W__genericCta{padding:40px 0}.styles-module__nppX2W__actions{flex-direction:column;gap:12px}.styles-module__nppX2W__button{width:100%;max-width:280px}}
.styles-module__5KD-HW__container{z-index:2;justify-content:center;gap:4rem;max-width:1000px;margin:0 auto;padding:3rem 2rem 4rem;display:flex;position:relative}.styles-module__5KD-HW__pageHeaderWrapper{z-index:2;text-align:center;background-color:#fafafa;border-bottom:1px solid #eaeaea;margin-bottom:2rem;padding:7rem 0 0;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.styles-module__5KD-HW__pageHeaderWrapper:before{content:"";z-index:-1;background:linear-gradient(135deg,#f9fafbf2 0%,#fffffff2 100%);position:absolute;inset:0}.styles-module__5KD-HW__pageHeaderWrapper:after{content:"";clip-path:polygon(100% 0,0% 100%,100% 100%);z-index:-1;background:linear-gradient(135deg,#0000 0%,#3333331a 100%);width:35%;height:100%;position:absolute;top:0;right:0}.styles-module__5KD-HW__leftContent{flex-direction:column;flex:1;align-items:center;max-width:900px;display:flex;position:relative}.styles-module__5KD-HW__tagContainer{justify-content:center;width:100%;margin-bottom:1.75rem;display:flex}.styles-module__5KD-HW__tag{color:#333;background-color:#3333331a;border-radius:30px;align-items:center;padding:.4rem .8rem;font-size:.875rem;font-weight:500;display:inline-flex;box-shadow:0 2px 5px #33333326}.styles-module__5KD-HW__tagIcon{margin-right:.5rem}.styles-module__5KD-HW__tagText{letter-spacing:.025em}.styles-module__5KD-HW__title{color:#28a58a;margin-bottom:1.5rem;font-size:3rem;font-weight:700;line-height:1.2}.styles-module__5KD-HW__description{color:#6b7280;max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.6}.styles-module__5KD-HW__actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1.5rem;display:flex}.styles-module__5KD-HW__primaryButton{color:#fff;background-color:#333;border-radius:30px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.938rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 2px 4px #3333334d}.styles-module__5KD-HW__primaryButton span{margin-left:.5rem}.styles-module__5KD-HW__primaryButton:hover{color:var(--white);background-color:#222;transform:translateY(-1px);box-shadow:0 4px 6px #3336}.styles-module__5KD-HW__secondaryButton{color:#374151;background-color:#fff;border:1px solid #e0e0e0;border-radius:30px;justify-content:center;align-items:center;gap:.5rem;height:42px;padding:.75rem 1.5rem;font-size:.938rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 1px 2px #0000000d}.styles-module__5KD-HW__secondaryButton span{margin-right:.5rem}.styles-module__5KD-HW__secondaryButton:hover{color:var(--color-text-primary);background-color:#f9fafb;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.styles-module__5KD-HW__previewButton{color:#374151;cursor:pointer;background-color:#fff;border:1px solid #e5e7eb;border-radius:30px;align-items:center;padding:.625rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex;box-shadow:0 1px 2px #0000000d}.styles-module__5KD-HW__previewButton span{margin-right:.5rem}.styles-module__5KD-HW__previewButton:hover{background-color:#f9fafb;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.styles-module__5KD-HW__buyButton{color:#fff;background-color:#111827;border-radius:.375rem;align-items:center;padding:.625rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 1px 3px #0003}.styles-module__5KD-HW__buyButton span{margin-left:.5rem}.styles-module__5KD-HW__buyButton:hover{background-color:#1f2937;transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}@media (max-width:1024px){.styles-module__5KD-HW__container{flex-direction:column;gap:2rem;padding:2.5rem 1.5rem 3rem}.styles-module__5KD-HW__leftContent,.styles-module__5KD-HW__rightContent{max-width:100%}.styles-module__5KD-HW__rightContent{padding-top:0}.styles-module__5KD-HW__title{font-size:2.5rem}.styles-module__5KD-HW__rightTag{align-self:flex-start}.styles-module__5KD-HW__pageHeaderWrapper:after,.styles-module__5KD-HW__rightContent:before{display:none}}@media (max-width:640px){.styles-module__5KD-HW__title{font-size:2rem}.styles-module__5KD-HW__description,.styles-module__5KD-HW__rightDescription{font-size:.875rem}.styles-module__5KD-HW__actions{flex-direction:column;width:100%}.styles-module__5KD-HW__previewButton,.styles-module__5KD-HW__buyButton,.styles-module__5KD-HW__primaryButton,.styles-module__5KD-HW__secondaryButton{justify-content:center;width:100%}}
.styles-module__d7lSpa__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.styles-module__d7lSpa__modalContent{background-color:#fff;border-radius:12px;flex-direction:column;width:90%;max-width:600px;max-height:90vh;animation:.3s ease-out styles-module__d7lSpa__fadeIn;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 25px #00000026}@keyframes styles-module__d7lSpa__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.styles-module__d7lSpa__closeButton{cursor:pointer;color:#333;z-index:10;background:0 0;border:none;justify-content:center;align-items:center;padding:8px;display:flex;position:absolute;top:16px;left:auto;right:16px}.styles-module__d7lSpa__closeButton:hover{color:#28a58a}.styles-module__d7lSpa__modalHeader{padding:32px 48px 20px;position:relative}.styles-module__d7lSpa__modalHeader h2{color:#111;margin:0;font-size:2rem;font-weight:700;line-height:1.2}.styles-module__d7lSpa__modalBody{flex-direction:column;padding:0 48px 40px;display:flex}.styles-module__d7lSpa__modalBody p{color:#444;margin-top:0;margin-bottom:24px;font-size:1.1rem;line-height:1.5}.styles-module__d7lSpa__benefitsList{margin:0 0 32px;padding-left:0;list-style:none}.styles-module__d7lSpa__benefitsList li{color:#444;align-items:flex-start;gap:12px;margin-bottom:16px;font-size:1rem;line-height:1.4;display:flex}.styles-module__d7lSpa__benefitsList li svg{color:#28a58a;flex-shrink:0;margin-top:2px}.styles-module__d7lSpa__slackButtonContainer{justify-content:center;width:100%;margin-top:24px;display:flex}.styles-module__d7lSpa__slackSignInButton{color:#000;background-color:#fff;border:1px solid #ddd;border-radius:24px;justify-content:center;align-items:center;gap:12px;width:256px;height:48px;font-family:Lato,sans-serif;font-size:16px;font-weight:700;text-decoration:none;display:flex}.styles-module__d7lSpa__slackLogoContainer{background-color:#0000;border-radius:0;justify-content:center;align-items:center;width:auto;height:auto;padding:0;display:flex}.styles-module__d7lSpa__buttonText{display:block}.styles-module__d7lSpa__modalContent{position:relative}.styles-module__d7lSpa__decorationContainer{pointer-events:none;opacity:.8;width:40%;height:100%;position:absolute;top:0;right:0;overflow:hidden}.styles-module__d7lSpa__decoration{opacity:.1;position:absolute;transform:rotate(-10deg)}.styles-module__d7lSpa__decoration1{background-color:#28a58a;border-radius:30px;width:150px;height:150px;top:10%;right:-10%}.styles-module__d7lSpa__decoration2{background-color:#24926f;border-radius:20px;width:80px;height:80px;top:30%;right:20%}.styles-module__d7lSpa__decoration3{border:3px solid #1e8a71;border-radius:50%;width:120px;height:120px;bottom:20%;right:10%}@media (max-width:640px){.styles-module__d7lSpa__modalContent{width:95%;max-width:none}.styles-module__d7lSpa__modalHeader{padding:24px 24px 12px}.styles-module__d7lSpa__modalHeader h2{font-size:1.6rem}.styles-module__d7lSpa__modalBody{padding:0 24px 32px}.styles-module__d7lSpa__decorationContainer{display:none}}
.styles-module__BzMUtq__footer{background-color:#fff;border-top:1px solid #eaeaea;padding:4rem 1.5rem 2rem}.styles-module__BzMUtq__container{max-width:1200px;margin:0 auto}.styles-module__BzMUtq__main{justify-content:space-between;gap:2rem;margin-bottom:3rem;display:flex}.styles-module__BzMUtq__brand{flex:0 0 25%}.styles-module__BzMUtq__logo{align-items:center;gap:.625rem;margin-bottom:1rem;text-decoration:none;display:flex}.styles-module__BzMUtq__logoIcon{align-items:center;display:flex}.styles-module__BzMUtq__logoText{color:#000;font-size:1.25rem;font-weight:700}.styles-module__BzMUtq__tagline{color:#666;margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}.styles-module__BzMUtq__socialIcons{gap:1rem;display:flex}.styles-module__BzMUtq__socialIcons a{color:#666;transition:color .2s}.styles-module__BzMUtq__socialIcons a:hover{color:var(--primary)}.styles-module__BzMUtq__footerNav{flex:1;justify-content:space-between;gap:1.5rem;display:flex}.styles-module__BzMUtq__footerColumn{flex:1}.styles-module__BzMUtq__columnTitle{color:#666;letter-spacing:.05em;margin-bottom:1.25rem;font-size:.75rem;font-weight:700}.styles-module__BzMUtq__footerLinks{margin:0;padding:0;list-style:none}.styles-module__BzMUtq__footerLinks li{margin-bottom:.75rem}.styles-module__BzMUtq__footerLinks a{color:#333;font-size:.9rem;text-decoration:none;transition:color .2s}.styles-module__BzMUtq__footerLinks a:hover{color:var(--primary)}.styles-module__BzMUtq__bottom{color:#666;border-top:1px solid #eaeaea;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.875rem;display:flex}.styles-module__BzMUtq__heart{color:#f56565;margin:0 .25rem;display:inline-block}@media (max-width:992px){.styles-module__BzMUtq__main{flex-direction:column}.styles-module__BzMUtq__brand{flex:0 0 100%;margin-bottom:2rem}.styles-module__BzMUtq__footerNav{flex-wrap:wrap}.styles-module__BzMUtq__footerColumn{flex:0 0 calc(50% - 1rem);margin-bottom:2rem}}@media (max-width:576px){.styles-module__BzMUtq__bottom{text-align:center;flex-direction:column;gap:1rem}.styles-module__BzMUtq__footerColumn{flex:0 0 100%}}
.styles-module__8WinHG__categorySection{background-color:#e2fff24d;border-radius:10px;margin:2rem 0;padding:4rem 1rem}.styles-module__8WinHG__container{text-align:center;max-width:1200px;margin:0 auto}.styles-module__8WinHG__tagWrapper{justify-content:center;margin-bottom:1rem;display:flex}.styles-module__8WinHG__heading{background:linear-gradient(90deg,var(--primary)0%,#34d399 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.5rem;display:inline-block}.styles-module__8WinHG__subheading{max-width:600px;color:var(--text-secondary);margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.1rem}.styles-module__8WinHG__carouselContainer{justify-content:center;align-items:center;height:450px;margin:2rem 0;display:flex;position:relative}.styles-module__8WinHG__carouselItem{opacity:0;width:100%;max-width:350px;transition:all .5s;position:absolute;transform:scale(.8)}.styles-module__8WinHG__carouselItemcurrent{opacity:1;z-index:5;transform:translate(0)scale(1)}.styles-module__8WinHG__carouselItemprevious{opacity:.6;z-index:4;transform:translate(-85%)scale(.85)}.styles-module__8WinHG__carouselItemnext{opacity:.6;z-index:4;transform:translate(85%)scale(.85)}.styles-module__8WinHG__carouselButton{cursor:pointer;z-index:10;color:#333;background-color:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 10px #0000001a}.styles-module__8WinHG__carouselButton:hover{background-color:var(--primary);color:#fff;transform:translateY(-50%)scale(1.1)}.styles-module__8WinHG__prevButton{left:0}.styles-module__8WinHG__nextButton{right:0}.styles-module__8WinHG__carouselDots{justify-content:center;gap:.5rem;margin-top:1rem;display:flex}.styles-module__8WinHG__carouselDot{cursor:pointer;background-color:#e5e7eb;border:none;border-radius:50%;width:10px;height:10px;transition:all .2s}.styles-module__8WinHG__carouselDot.styles-module__8WinHG__active{background-color:var(--primary);border-radius:10px;width:30px}.styles-module__8WinHG__categoryCard{height:100%;color:var(--color-text-primary);background-color:#fff;border-radius:15px;flex-direction:column;align-items:center;padding:2rem;transition:all .3s;display:flex;box-shadow:0 4px 20px #0000000d}.styles-module__8WinHG__categoryCard:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001a}.styles-module__8WinHG__categoryImageContainer{margin-bottom:1.5rem}.styles-module__8WinHG__categoryImage{object-fit:contain}.styles-module__8WinHG__categoryTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1.4rem}.styles-module__8WinHG__categoryDescription{color:var(--text-secondary);flex-grow:1;margin-bottom:1.5rem;font-size:.95rem}.styles-module__8WinHG__categoryCount{color:var(--text-secondary);background-color:#f3f4f6;border-radius:20px;padding:.5rem 1rem;font-size:.9rem}.styles-module__8WinHG__categoryCount span{color:var(--primary);font-weight:600}@media (max-width:768px){.styles-module__8WinHG__categorySection{padding:3rem 1rem}.styles-module__8WinHG__heading{font-size:2rem}.styles-module__8WinHG__carouselContainer{height:400px}.styles-module__8WinHG__carouselItem{max-width:300px}.styles-module__8WinHG__carouselItemprevious{opacity:.4;transform:translate(-75%)scale(.8)}.styles-module__8WinHG__carouselItemnext{opacity:.4;transform:translate(75%)scale(.8)}}@media (max-width:480px){.styles-module__8WinHG__categorySection{padding:2rem 1rem}.styles-module__8WinHG__heading{font-size:1.75rem}.styles-module__8WinHG__subheading{font-size:1rem}.styles-module__8WinHG__carouselContainer{height:380px}.styles-module__8WinHG__carouselItem{max-width:260px}.styles-module__8WinHG__carouselItemprevious,.styles-module__8WinHG__carouselItemnext{display:none}.styles-module__8WinHG__categoryTitle{font-size:1.2rem}.styles-module__8WinHG__categoryDescription{font-size:.9rem}}
.styles-module__4CK9Ra__button{border-radius:var(--border-radius);color:var(--font-color);cursor:pointer;font-weight:600;font-size:var(--font-size);line-height:var(--line-height);white-space:nowrap;background-color:#0000;border:1px solid #0000;flex-direction:row;justify-content:center;align-self:center;align-items:center;gap:10px;height:42px;padding:10px 20px;transition:background-color .2s ease-in-out;display:flex}.styles-module__4CK9Ra__button.styles-module__4CK9Ra__fill{width:100%}.styles-module__4CK9Ra__button.styles-module__4CK9Ra__iconButton{width:42px;height:42px;padding:8px}.styles-module__4CK9Ra__button.styles-module__4CK9Ra__iconButton.styles-module__4CK9Ra__small{font-size:var(--font-size-sm);line-height:var(--line-height-sm);max-height:34px;padding:8px}.styles-module__4CK9Ra__button.styles-module__4CK9Ra__iconButton>svg{max-width:24px;max-height:24px}.styles-module__4CK9Ra__button .styles-module__4CK9Ra__icon{justify-content:center;align-items:center;width:20px;height:20px;display:flex;overflow:hidden}.styles-module__4CK9Ra__button.styles-module__4CK9Ra__primary{background-color:var(--primary);color:var(--white);border-color:var(--primary-400)}.styles-module__4CK9Ra__button.styles-module__4CK9Ra__primary.styles-module__4CK9Ra__loading{opacity:.7;cursor:default;background-color:var(--primary-300)}.styles-module__4CK9Ra__button.styles-module__4CK9Ra__primary.styles-module__4CK9Ra__loading>div{width:20px;height:20px}.styles-module__4CK9Ra__button.styles-module__4CK9Ra__primary.styles-module__4CK9Ra__loading>div svg path{fill:var(--white)}.styles-module__4CK9Ra__button.styles-module__4CK9Ra__primary:hover{background-color:var(--primary-300)}.styles-module__4CK9Ra__button.styles-module__4CK9Ra__secondary{background-color:var(--grey-100);color:var(--black);border-color:var(--grey-400)}.styles-module__4CK9Ra__button.styles-module__4CK9Ra__secondary.styles-module__4CK9Ra__loading{opacity:.5;cursor:default;background-color:var(--grey-200)}.styles-module__4CK9Ra__button.styles-module__4CK9Ra__secondary.styles-module__4CK9Ra__loading>div{width:20px;height:20px}.styles-module__4CK9Ra__button.styles-module__4CK9Ra__secondary.styles-module__4CK9Ra__loading>div svg path{fill:var(--black)}.styles-module__4CK9Ra__button.styles-module__4CK9Ra__secondary:hover{background-color:var(--grey-200)}.styles-module__4CK9Ra__button.styles-module__4CK9Ra__tertiary{background-color:var(--white);color:var(--black);border-color:var(--grey-200)}.styles-module__4CK9Ra__button.styles-module__4CK9Ra__tertiary.styles-module__4CK9Ra__loading{opacity:.5;cursor:default;background-color:var(--grey-100)}.styles-module__4CK9Ra__button.styles-module__4CK9Ra__tertiary.styles-module__4CK9Ra__loading>div{width:20px;height:20px}.styles-module__4CK9Ra__button.styles-module__4CK9Ra__tertiary.styles-module__4CK9Ra__loading>div svg path{fill:var(--black)}.styles-module__4CK9Ra__button.styles-module__4CK9Ra__tertiary:hover{background-color:var(--grey-100)}.styles-module__4CK9Ra__button.styles-module__4CK9Ra__small{font-size:var(--font-size-sm);line-height:var(--line-height-sm);max-height:34px;padding:8px 16px}.styles-module__4CK9Ra__button:disabled{opacity:.5;cursor:default}
.styles-module__H77xdG__cookieConsent{z-index:1000;background-color:#fff;border-top:1px solid #e2e2e2;transition:transform .3s ease-out;animation:.3s ease-out styles-module__H77xdG__slideUp;position:fixed;bottom:0;left:0;right:0;transform:translateY(0);box-shadow:0 -4px 20px #0000001a}.styles-module__H77xdG__cookieConsent.styles-module__H77xdG__closing{transform:translateY(100%)}@keyframes styles-module__H77xdG__slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.styles-module__H77xdG__container{max-width:1200px;margin:0 auto;padding:20px 24px}.styles-module__H77xdG__content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}.styles-module__H77xdG__textContent{flex:1;min-width:300px}.styles-module__H77xdG__heading{color:#333;margin:0 0 8px;font-size:1.25rem;font-weight:600;line-height:1.2}.styles-module__H77xdG__description{color:#666;margin:0 0 8px;font-size:.9rem;line-height:1.4}.styles-module__H77xdG__links{flex-wrap:wrap;gap:16px;display:flex}.styles-module__H77xdG__link{color:var(--primary);font-size:.85rem;font-weight:500;text-decoration:none;transition:color .2s}.styles-module__H77xdG__link:hover{color:#1e8a71;text-decoration:underline}.styles-module__H77xdG__actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.styles-module__H77xdG__button{cursor:pointer;border:2px solid #0000;border-radius:20px;justify-content:center;align-items:center;min-width:80px;height:36px;padding:8px 16px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.styles-module__H77xdG__button.styles-module__H77xdG__decline{color:#666;background-color:#f5f5f5;border-color:#e2e2e2}.styles-module__H77xdG__button.styles-module__H77xdG__decline:hover{color:#333;background-color:#e2e2e2;transform:translateY(-1px)}.styles-module__H77xdG__button.styles-module__H77xdG__customize{color:#333;background-color:#fff;border-color:#333}.styles-module__H77xdG__button.styles-module__H77xdG__customize:hover{color:#fff;background-color:#333;transform:translateY(-1px)}.styles-module__H77xdG__button.styles-module__H77xdG__accept{background-color:var(--primary);color:#fff;border-color:var(--primary)}.styles-module__H77xdG__button.styles-module__H77xdG__accept:hover{background-color:#1e8a71;border-color:#1e8a71;transform:translateY(-1px);box-shadow:0 4px 12px #28a58a4d}@media (max-width:768px){.styles-module__H77xdG__container{padding:16px 20px}.styles-module__H77xdG__content{flex-direction:column;align-items:flex-start;gap:16px}.styles-module__H77xdG__textContent{min-width:unset}.styles-module__H77xdG__heading{font-size:1.125rem}.styles-module__H77xdG__description{font-size:.85rem}.styles-module__H77xdG__actions{justify-content:center;width:100%}.styles-module__H77xdG__button{flex:1;min-width:70px}}@media (max-width:480px){.styles-module__H77xdG__container{padding:14px 16px}.styles-module__H77xdG__actions{flex-direction:column;gap:8px}.styles-module__H77xdG__button{flex:none;width:100%}.styles-module__H77xdG__links{flex-direction:column;gap:8px}}
.styles-module__npKRXW__container{max-width:1200px;margin:0 auto;padding:3rem 2rem 6rem}.styles-module__npKRXW__templateIntro{text-align:center;margin-bottom:3rem}.styles-module__npKRXW__templateIntro h2{background:linear-gradient(90deg,#28a58a 0%,#1e8a71 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:2.25rem;font-weight:700}.styles-module__npKRXW__templateIntro p{color:#6b7280;max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.6}.styles-module__npKRXW__featuredTemplates{border-top:1px solid #f3f4f6;margin:5rem 0;padding:3rem 0}.styles-module__npKRXW__sectionHeader{text-align:center;margin-bottom:3rem}.styles-module__npKRXW__sectionHeader h2{background:linear-gradient(90deg,#28a58a 0%,#1e8a71 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:2.25rem;font-weight:700}.styles-module__npKRXW__sectionHeader p{color:#6b7280;max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.6}.styles-module__npKRXW__faqSection{margin-top:4rem;margin-bottom:4rem}.styles-module__npKRXW__faqSection h2{text-align:center;background:linear-gradient(90deg,#28a58a 0%,#1e8a71 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:2rem;font-size:2rem}.styles-module__npKRXW__faqContainer{border:1px solid #e5e7eb;border-radius:12px;max-width:800px;margin:0 auto 3rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.styles-module__npKRXW__faqItem{border-bottom:1px solid #e5e7eb}.styles-module__npKRXW__faqItem:last-child{border-bottom:none}.styles-module__npKRXW__faqQuestion{color:#111827;cursor:pointer;text-align:left;background-color:#f9fafb;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.25rem 1.5rem;font-size:1.1rem;font-weight:500;transition:all .3s;display:flex}.styles-module__npKRXW__faqQuestion:hover{background-color:#f3f4f6}.styles-module__npKRXW__faqQuestion.styles-module__npKRXW__active{color:#28a58a;background-color:#e6f7ef}.styles-module__npKRXW__chevron{color:#28a58a;min-width:20px;transition:transform .3s}.styles-module__npKRXW__rotate{transform:rotate(180deg)}.styles-module__npKRXW__faqAnswer{background-color:#fff;max-height:0;transition:max-height .3s,padding .3s;overflow:hidden}.styles-module__npKRXW__faqAnswer.styles-module__npKRXW__show{max-height:500px;padding-top:.5rem;padding-bottom:1.5rem}.styles-module__npKRXW__faqAnswer p{color:#4b5563;opacity:0;padding:0 1.5rem;font-size:1rem;line-height:1.6;transition:opacity .3s .1s,transform .3s .1s;transform:translateY(-10px)}.styles-module__npKRXW__faqAnswer.styles-module__npKRXW__show p{opacity:1;transform:translateY(0)}.styles-module__npKRXW__contactSection{text-align:center;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;margin-top:3rem;padding:3rem 1.5rem;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.styles-module__npKRXW__contactSection:before{content:"";clip-path:polygon(100% 0,0% 100%,100% 100%);z-index:0;background:linear-gradient(135deg,#0000 0%,#28a58a1a 100%);width:30%;height:100%;position:absolute;top:0;right:0}.styles-module__npKRXW__contactSection h3{color:#111827;z-index:1;margin-bottom:1rem;font-size:1.5rem;font-weight:600;position:relative}.styles-module__npKRXW__contactSection p{color:#6b7280;z-index:1;max-width:500px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:1.125rem;position:relative}.styles-module__npKRXW__contactButton{text-align:center;color:#fff;z-index:1;background-color:#28a58a;border-radius:6px;padding:.8rem 1.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block;position:relative;box-shadow:0 2px 4px #28a58a4d}.styles-module__npKRXW__contactButton:hover{color:var(--white);background-color:#1e8a71;transform:translateY(-2px);box-shadow:0 4px 6px #28a58a66}@media (max-width:768px){.styles-module__npKRXW__container{padding:2rem 1.5rem 4rem}.styles-module__npKRXW__templateIntro h2,.styles-module__npKRXW__sectionHeader h2{font-size:1.75rem}.styles-module__npKRXW__templateIntro p,.styles-module__npKRXW__sectionHeader p{font-size:1rem}.styles-module__npKRXW__featuredTemplates{margin:3rem 0;padding:2rem 0}.styles-module__npKRXW__faqSection h2{font-size:1.75rem}.styles-module__npKRXW__faqQuestion{padding:1rem 1.25rem;font-size:1rem}.styles-module__npKRXW__contactSection{padding:2rem 1rem}.styles-module__npKRXW__contactSection h3{font-size:1.25rem}.styles-module__npKRXW__contactSection p{font-size:1rem}}@media (max-width:640px){.styles-module__npKRXW__templateIntro h2,.styles-module__npKRXW__sectionHeader h2{font-size:1.5rem}.styles-module__npKRXW__featuredTemplates{margin:2rem 0;padding:1.5rem 0}.styles-module__npKRXW__faqSection h2{font-size:1.5rem}.styles-module__npKRXW__faqQuestion{padding:.875rem 1rem;font-size:.95rem}.styles-module__npKRXW__faqAnswer p{padding:0 1rem;font-size:.9rem}.styles-module__npKRXW__contactButton{width:100%;padding:.75rem 1rem}}.styles-module__npKRXW__directoryContainer{width:100%;max-width:1000px;margin:0 auto;padding:20px 0 60px}.styles-module__npKRXW__categorySection{border-bottom:1px solid #e2e2e2;margin-bottom:48px;padding-bottom:32px}.styles-module__npKRXW__categorySection:last-child{border-bottom:none}.styles-module__npKRXW__categoryHeader{margin-bottom:24px}.styles-module__npKRXW__categoryHeader h2{margin-bottom:8px;font-size:24px}.styles-module__npKRXW__categoryHeader h2 a{color:#171717;text-decoration:none}.styles-module__npKRXW__categoryHeader h2 a:hover{color:var(--primary);text-decoration:underline}.styles-module__npKRXW__templatesList{grid-template-columns:repeat(1,1fr);gap:20px;display:grid}.styles-module__npKRXW__noTemplates{text-align:center;color:#6b6a76;background-color:#fafafa;border-radius:8px;grid-column:1/-1;padding:24px;font-style:italic}.styles-module__npKRXW__templateItem{background-color:#fafafa;border-radius:8px;padding:16px;transition:transform .2s,box-shadow .2s;display:flex}.styles-module__npKRXW__templateImageContainer{flex-shrink:0;margin-right:16px}.styles-module__npKRXW__templateThumbnail{object-fit:cover;border-radius:6px}.styles-module__npKRXW__templateInfo{flex:1}.styles-module__npKRXW__templateInfo h3{color:#171717;margin:0 0 8px;font-size:18px;transition:color .2s}.styles-module__npKRXW__templateInfo p{color:#535862;margin:0 0 12px;font-size:14px}.styles-module__npKRXW__templateTags{flex-wrap:wrap;gap:8px;display:flex}.styles-module__npKRXW__tag{color:#177058;background-color:#e6f7f3;border-radius:4px;padding:4px 8px;font-size:12px}@media (min-width:640px){.styles-module__npKRXW__templatesList{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.styles-module__npKRXW__templatesList{grid-template-columns:repeat(3,1fr)}.styles-module__npKRXW__templateItem{flex-direction:column}.styles-module__npKRXW__templateImageContainer{text-align:center;width:100%;margin-bottom:12px;margin-right:0}.styles-module__npKRXW__templateThumbnail{width:100px;height:100px}}.styles-module__npKRXW__viewAllContainer{text-align:center;margin-top:32px}.styles-module__npKRXW__viewAllLink{color:var(--primary);background-color:#fafafa;border-radius:8px;align-items:center;padding:12px 24px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.styles-module__npKRXW__viewAllLink:hover{background-color:#e6f7f3;transform:translateY(-2px)}.styles-module__npKRXW__arrowIcon{margin-left:8px;transition:transform .2s}.styles-module__npKRXW__viewAllLink:hover .styles-module__npKRXW__arrowIcon{transform:translate(4px)}.styles-module__npKRXW__templateCard{color:inherit;height:100%;text-decoration:none;display:block}.styles-module__npKRXW__templateCard:hover .styles-module__npKRXW__templateItem{transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.styles-module__npKRXW__templateCard:hover .styles-module__npKRXW__templateInfo h3{color:var(--primary)}
.styles-module__8lEHsG__benefitsSection{margin:5rem 0}.styles-module__8lEHsG__title{color:var(--color-text-primary);text-align:center;margin-bottom:2.5rem;font-size:1.75rem;font-weight:600}.styles-module__8lEHsG__benefitsGrid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.styles-module__8lEHsG__benefitCard{text-align:center;background-color:var(--color-gray-50);border-radius:8px;flex-direction:column;align-items:center;padding:2rem;transition:transform .3s,box-shadow .3s;display:flex}.styles-module__8lEHsG__benefitCard:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000014}.styles-module__8lEHsG__iconContainer{background-color:var(--primary-100);width:64px;height:64px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.styles-module__8lEHsG__icon{font-size:28px}.styles-module__8lEHsG__benefitTitle{color:var(--color-text-primary);margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.styles-module__8lEHsG__benefitDescription{color:var(--color-text-secondary);font-size:1rem;line-height:1.6}@media (max-width:1024px){.styles-module__8lEHsG__benefitsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.styles-module__8lEHsG__benefitsGrid{grid-template-columns:1fr}.styles-module__8lEHsG__title{font-size:1.5rem}.styles-module__8lEHsG__benefitCard{padding:1.5rem}}
.styles-module__L8uMeG__overlay{z-index:1001;background-color:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.styles-module__L8uMeG__modal{background:#fff;border-radius:12px;width:100%;max-width:480px;max-height:80vh;animation:.3s ease-out styles-module__L8uMeG__modalAppear;overflow-y:auto;box-shadow:0 20px 40px #00000026}@keyframes styles-module__L8uMeG__modalAppear{0%{opacity:0;transform:scale(.9)translateY(-20px)}to{opacity:1;transform:scale(1)translateY(0)}}.styles-module__L8uMeG__header{border-bottom:1px solid #e2e2e2;justify-content:space-between;align-items:center;margin-bottom:16px;padding:16px 20px 0;display:flex}.styles-module__L8uMeG__title{color:#333;margin:0;font-size:1.25rem;font-weight:600}.styles-module__L8uMeG__closeButton{color:#666;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:24px;transition:all .2s;display:flex}.styles-module__L8uMeG__closeButton:hover{color:#333;background-color:#f5f5f5}.styles-module__L8uMeG__content{padding:0 20px}.styles-module__L8uMeG__description{color:#666;margin-bottom:16px;font-size:.9rem;line-height:1.4}.styles-module__L8uMeG__cookieTypes{flex-direction:column;gap:12px;display:flex}.styles-module__L8uMeG__cookieType{border:1px solid #e2e2e2;border-radius:6px;padding:12px;transition:border-color .2s}.styles-module__L8uMeG__cookieType:hover{border-color:#ccc}.styles-module__L8uMeG__cookieHeader{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.styles-module__L8uMeG__cookieInfo{flex:1}.styles-module__L8uMeG__cookieInfo h3{color:#333;margin:0 0 4px;font-size:1rem;font-weight:600}.styles-module__L8uMeG__cookieInfo p{color:#666;margin:0;font-size:.85rem;line-height:1.3}.styles-module__L8uMeG__toggle{width:48px;height:24px;display:inline-block;position:relative}.styles-module__L8uMeG__toggle input{opacity:0;z-index:1;cursor:pointer;width:100%;height:100%;position:absolute}.styles-module__L8uMeG__slider{cursor:pointer;z-index:0;background-color:#ccc;border-radius:24px;transition:all .3s;position:absolute;inset:0}.styles-module__L8uMeG__slider:before{content:"";background-color:#fff;border-radius:50%;width:18px;height:18px;transition:all .3s;position:absolute;bottom:3px;left:3px}.styles-module__L8uMeG__toggle input:checked+.styles-module__L8uMeG__slider{background-color:var(--primary)}.styles-module__L8uMeG__toggle input:checked+.styles-module__L8uMeG__slider:before{transform:translate(24px)}.styles-module__L8uMeG__slider.styles-module__L8uMeG__disabled{background-color:var(--primary);cursor:not-allowed}.styles-module__L8uMeG__slider.styles-module__L8uMeG__disabled:before{transform:translate(24px)}.styles-module__L8uMeG__actions{border-top:1px solid #e2e2e2;justify-content:flex-end;gap:10px;margin-top:16px;padding:16px 20px;display:flex}.styles-module__L8uMeG__button{cursor:pointer;border:2px solid #0000;border-radius:18px;justify-content:center;align-items:center;min-width:90px;height:36px;padding:8px 16px;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.styles-module__L8uMeG__button.styles-module__L8uMeG__decline{color:#666;background-color:#f5f5f5;border-color:#e2e2e2}.styles-module__L8uMeG__button.styles-module__L8uMeG__decline:hover{color:#333;background-color:#e2e2e2}.styles-module__L8uMeG__button.styles-module__L8uMeG__save{color:#333;background-color:#fff;border-color:#333}.styles-module__L8uMeG__button.styles-module__L8uMeG__save:hover{color:#fff;background-color:#333}.styles-module__L8uMeG__button.styles-module__L8uMeG__accept{background-color:var(--primary);color:#fff;border-color:var(--primary)}.styles-module__L8uMeG__button.styles-module__L8uMeG__accept:hover{background-color:#1e8a71;border-color:#1e8a71;box-shadow:0 4px 12px #28a58a4d}@media (max-width:768px){.styles-module__L8uMeG__overlay{padding:10px}.styles-module__L8uMeG__modal{max-height:85vh}.styles-module__L8uMeG__header{padding:20px 20px 0}.styles-module__L8uMeG__title{font-size:1.25rem}.styles-module__L8uMeG__content{padding:0 20px}.styles-module__L8uMeG__cookieHeader{flex-direction:column;gap:12px}.styles-module__L8uMeG__actions{flex-direction:column;gap:8px;padding:20px}.styles-module__L8uMeG__button{width:100%}}@media (max-width:480px){.styles-module__L8uMeG__overlay{padding:5px}.styles-module__L8uMeG__header{padding:16px 16px 0}.styles-module__L8uMeG__content{padding:0 16px}.styles-module__L8uMeG__actions{padding:16px}.styles-module__L8uMeG__cookieType{padding:12px}}
.styles-module__vplzaa__featureRow:hover{background-color:#fafafa}.styles-module__vplzaa__featureCell{font-weight:500}.styles-module__vplzaa__featureName{color:var(--foreground);margin-bottom:.25rem;font-size:1rem}.styles-module__vplzaa__featureDescription{color:var(--font-color);font-size:.875rem;line-height:1.4}.styles-module__vplzaa__planCell{text-align:center;font-size:1rem;font-weight:500}.styles-module__vplzaa__checkIcon{color:var(--primary);font-size:1.25rem;font-weight:700}.styles-module__vplzaa__crossIcon{color:#d1d5db;font-size:1.25rem;font-weight:700}
.styles-module__7UQVCq__spinner{width:24px;height:24px;animation:1.2s linear infinite styles-module__7UQVCq__spin}.styles-module__7UQVCq__spinner svg{width:100%;height:100%}@keyframes styles-module__7UQVCq__spin{to{transform:rotate(360deg)}}
.styles-module__R8uqpa__slackPreviewWrapper{font-family:var(--font-family);background-color:#fff;border:1px solid #e2e2e2;border-radius:8px;width:100%;max-width:500px;margin:0 auto 24px;padding:16px;box-shadow:0 2px 10px #0000000d}.styles-module__R8uqpa__slackHeader{align-items:center;margin-bottom:12px;display:flex}.styles-module__R8uqpa__appIcon{margin-right:8px}.styles-module__R8uqpa__appName{color:#1d1c1d;margin-right:8px;font-weight:600}.styles-module__R8uqpa__appLabel{color:#616061;background-color:#f2f2f2;border-radius:4px;margin-right:8px;padding:2px 6px;font-size:12px;font-weight:500}.styles-module__R8uqpa__timestamp{color:#616061;margin-left:auto;font-size:12px}.styles-module__R8uqpa__pollQuestion{color:#1d1c1d;margin-bottom:16px;font-size:16px;font-weight:600}.styles-module__R8uqpa__pollOptions{flex-direction:column;gap:10px;margin-bottom:16px;display:flex}.styles-module__R8uqpa__pollOption{border-bottom:1px solid #f2f2f2;align-items:center;padding:8px 0;display:flex}.styles-module__R8uqpa__optionNumber{color:#1d1c1d;background-color:#f2f2f2;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;margin-right:12px;font-size:14px;font-weight:500;display:flex}.styles-module__R8uqpa__optionText{color:#1d1c1d;flex:1;font-size:14px}.styles-module__R8uqpa__voteButton{color:#1264a3;cursor:pointer;background-color:#fff;border:1px solid #1264a3;border-radius:4px;padding:4px 12px;font-size:14px;font-weight:500;transition:all .2s}.styles-module__R8uqpa__voteButton:hover{background-color:#f8f8f8}.styles-module__R8uqpa__pollFooter{border-top:1px solid #f2f2f2;margin-top:8px;padding-top:8px}.styles-module__R8uqpa__pollBy{color:#616061;font-size:12px}.styles-module__R8uqpa__userName{color:#1d1c1d;font-weight:500}
.style-module__CZYRtW__card{border-radius:var(--border-radius);text-align:left;border:1px solid var(--border-color);background-color:#fff;flex-direction:column;gap:20px;padding:40px;display:flex;position:relative}.style-module__CZYRtW__workspaceHeader{align-items:center;gap:15px;margin-bottom:5px;display:flex}.style-module__CZYRtW__workspaceIcon{object-fit:cover;border-radius:8px;width:40px;height:40px}.style-module__CZYRtW__workspaceIconPlaceholder{background-color:var(--primary);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;font-weight:700;display:flex}.style-module__CZYRtW__savingsBadge{background-color:var(--primary);color:#fff;border-radius:12px;padding:4px 8px;font-size:12px;font-weight:600;position:absolute;top:15px;right:15px}.style-module__CZYRtW__billingToggle{justify-content:flex-start;align-items:center;gap:10px;margin-bottom:10px;display:flex}.style-module__CZYRtW__toggle{width:44px;height:24px;display:inline-block;position:relative}.style-module__CZYRtW__toggle input{opacity:0;width:0;height:0}.style-module__CZYRtW__slider{cursor:pointer;background-color:#ccc;border-radius:24px;transition:all .4s;position:absolute;inset:0}.style-module__CZYRtW__slider:before{content:"";background-color:#fff;border-radius:50%;width:18px;height:18px;transition:all .4s;position:absolute;bottom:3px;left:3px}input:checked+.style-module__CZYRtW__slider{background-color:var(--primary)}input:checked+.style-module__CZYRtW__slider:before{transform:translate(20px)}.style-module__CZYRtW__activeOption{color:#000;font-weight:600}.style-module__CZYRtW__inactiveOption{color:#6b7280}.style-module__CZYRtW__priceContainer{flex-direction:row;align-items:flex-end;gap:4px;display:flex}.style-module__CZYRtW__price{font-size:40px;font-weight:600;line-height:40px}.style-module__CZYRtW__pricePeriod{color:#6b7280;font-size:16px;font-weight:400}.style-module__CZYRtW__title{font-size:18px;font-weight:600;line-height:18px}.style-module__CZYRtW__description{color:#6b7280;margin-bottom:10px;font-size:14px;font-weight:400;line-height:14px}ul.style-module__CZYRtW__features{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:20px;list-style:none;display:flex}li.style-module__CZYRtW__feature{flex-direction:row;gap:10px;display:flex}.style-module__CZYRtW__feature.style-module__CZYRtW__warning{color:#d97706}.style-module__CZYRtW__feature.style-module__CZYRtW__warning svg{stroke:#d97706}.style-module__CZYRtW__feature.style-module__CZYRtW__info{color:#6b7280}.style-module__CZYRtW__feature.style-module__CZYRtW__info svg{stroke:#6b7280}.style-module__CZYRtW__featureIcon{width:12px;height:12px}.style-module__CZYRtW__button{color:#fff;border-radius:var(--border-radius);text-align:center;cursor:pointer;background-color:#000;max-width:300px;padding:8px 20px;font-size:16px;font-weight:600;line-height:28px;text-decoration:none;transition:background-color .3s}.style-module__CZYRtW__button:hover{background-color:var(--primary);color:var(--white)}
