@charset "UTF-8";.animate-on-scroll{opacity:0;transition:all .8s cubic-bezier(.4,0,.2,1)}.animate-on-scroll.visible{opacity:1}.fade-up{transform:translateY(40px)}.fade-up.visible{transform:translateY(0)}.fade-left{transform:translate(-40px)}.fade-left.visible{transform:translate(0)}.fade-right{transform:translate(40px)}.fade-right.visible{transform:translate(0)}.fade-scale{transform:scale(.95)}.fade-scale.visible{transform:scale(1)}.stagger-children>*{opacity:0;transform:translateY(20px);transition:all .6s cubic-bezier(.4,0,.2,1)}.stagger-children>*:nth-child(1){transition-delay:.1s}.stagger-children>*:nth-child(2){transition-delay:.2s}.stagger-children>*:nth-child(3){transition-delay:.3s}.stagger-children>*:nth-child(4){transition-delay:.4s}.stagger-children>*:nth-child(5){transition-delay:.5s}.stagger-children>*:nth-child(6){transition-delay:.6s}.stagger-children>*:nth-child(7){transition-delay:.7s}.stagger-children>*:nth-child(8){transition-delay:.8s}.stagger-children>*:nth-child(9){transition-delay:.9s}.stagger-children>*:nth-child(10){transition-delay:1s}.stagger-children>*:nth-child(11){transition-delay:1.1s}.stagger-children>*:nth-child(12){transition-delay:1.2s}.stagger-children.visible>*{opacity:1;transform:translateY(0)}:root{--color-bg: #FEFEFE;--color-text: #1c1917;--color-gray: #A3998F;--color-border: #D1CCC7;--color-accent: #FEF3C7;--color-orange: #D97706;--container-max-width: 1120px;--container-padding: 40px;--font-primary: "Poppins", sans-serif;--font-secondary: "Inter", sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:80px}html,body{width:100%;min-height:100%;overflow-x:hidden}#root{width:100%;min-height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:var(--font-secondary);font-size:16px;background-color:var(--color-bg);color:var(--color-text)}h1,h2,h3,h4,h5,h6,p,figure{margin:0}h1{font-family:var(--font-primary);font-size:64px;font-weight:500;line-height:110%;letter-spacing:-.5px;color:var(--color-text)}h2{font-family:var(--font-primary);font-size:48px;font-weight:500;line-height:120%;letter-spacing:-.02em;color:var(--color-text)}h3{font-family:var(--font-primary);font-size:40px;font-weight:500;line-height:110%;letter-spacing:-.5px;color:var(--color-text)}h4{font-family:var(--font-primary);font-size:32px;font-weight:500;line-height:120%;letter-spacing:-.02em;color:var(--color-text)}h5{font-family:var(--font-primary);font-size:24px;font-weight:500;line-height:120%;letter-spacing:-.02em;color:var(--color-text)}h6{font-family:var(--font-primary);font-size:20px;font-weight:500;line-height:120%;letter-spacing:-.02em;color:var(--color-text)}p{font-family:var(--font-secondary);font-size:18px;font-weight:400;line-height:160%;letter-spacing:0em;color:var(--color-text)}small{font-family:var(--font-secondary);font-size:14px;font-weight:400;line-height:160%;letter-spacing:0em;color:var(--color-gray)}label{font-family:var(--font-secondary);font-size:14px;font-weight:500;line-height:120%;letter-spacing:-.02em;color:var(--color-text)}strong,b{font-weight:600}a{text-decoration:none;color:inherit}.container{max-width:var(--container-max-width);margin:0 auto;padding:0 var(--container-padding);width:100%}.section{padding:100px 40px;width:100%}.section-bordered{border-bottom:1px solid var(--color-border)}@media(max-width:1200px){h1{font-size:56px}h2{font-size:42px}h3{font-size:36px}h4{font-size:28px}h5{font-size:22px}}@media(max-width:810px){:root{--container-padding: 32px}.section{padding:80px 32px}h1{font-size:48px}h2{font-size:36px}h3{font-size:32px}h4{font-size:26px}h5{font-size:20px}h6{font-size:18px}p{font-size:16px}}@media(max-width:768px){:root{--container-padding: 20px}.section{padding:60px 20px}h1{font-size:40px}h2{font-size:32px}h3{font-size:28px}h4{font-size:24px}h5{font-size:20px}h6{font-size:18px}}._loadingContainer_1alew_1{display:flex;align-items:center;justify-content:center;min-height:100vh;background-color:#fafaf9}._spinner_1alew_9{width:32px;height:32px;border:3px solid #E7E5E4;border-top-color:#059669;border-radius:50%;animation:_spin_1alew_9 .8s linear infinite}@keyframes _spin_1alew_9{to{transform:rotate(360deg)}}@keyframes _fadeInUp_69rpx_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._modalOverlay_69rpx_19{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#1c191780;display:flex;align-items:center;justify-content:center;z-index:1300;animation:_fadeIn_69rpx_1 .2s ease;padding:20px}@keyframes _fadeIn_69rpx_1{0%{opacity:0}to{opacity:1}}._modalCard_69rpx_42{display:flex;flex-direction:column;align-items:flex-start;background-color:#fff;border-radius:8px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714;width:100%;max-width:400px;position:relative;animation:_slideUp_69rpx_1 .2s ease}@media(max-width:768px){._modalCard_69rpx_42{max-width:100%}}@keyframes _slideUp_69rpx_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}._modalHeader_69rpx_71{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:8px 8px 8px 20px;border-bottom:1px solid #E7E5E4}@media(max-width:768px){._modalHeader_69rpx_71{padding:4px 4px 4px 16px}}._closeButton_69rpx_86{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;background-color:transparent;border:none;border-radius:4px;color:#57534e;cursor:pointer;transition:all .15s ease}._closeButton_69rpx_86:hover{background-color:#1c19170d;color:#1c1917}._closeButton_69rpx_86:active{transform:scale(.95)}._modalTitle_69rpx_108{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;color:#1c1917;margin:0}@media(max-width:768px){._modalTitle_69rpx_108{font-size:15px}}._modalBody_69rpx_121{width:100%;padding:20px}@media(max-width:768px){._modalBody_69rpx_121{padding:16px}}._modalText_69rpx_131{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0;line-height:1.6}@media(max-width:768px){._modalText_69rpx_131{font-size:12px}}._modalActions_69rpx_144{display:flex;justify-content:flex-end;align-items:center;gap:8px;width:100%;padding:16px 20px;border-top:1px solid #E7E5E4}@media(max-width:768px){._modalActions_69rpx_144{padding:8px 16px;flex-direction:column-reverse;gap:4px}}._cancelButton_69rpx_161{display:flex;align-items:center;justify-content:center;gap:4px;padding:4px 20px;background:#fff;color:#1c1917;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;border:1px solid #E7E5E4;border-radius:4px;cursor:pointer;transition:all .15s ease}@media(max-width:768px){._cancelButton_69rpx_161{width:100%}}._cancelButton_69rpx_161:hover{background:#f5f5f4;border-color:#57534e}._cancelButton_69rpx_161:active{transform:scale(.98)}._confirmButton_69rpx_190{display:flex;align-items:center;justify-content:center;gap:4px;padding:4px 20px;background:#dc2626;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;border:none;border-radius:4px;cursor:pointer;transition:all .15s ease}@media(max-width:768px){._confirmButton_69rpx_190{width:100%}}._confirmButton_69rpx_190:hover{background:#bb1e1e}._confirmButton_69rpx_190:active{transform:scale(.98)}@keyframes _fadeInUp_94uii_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._modalOverlay_94uii_19{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#1c191780;display:flex;align-items:center;justify-content:center;z-index:1300;animation:_fadeIn_94uii_1 .2s ease;padding:20px}@keyframes _fadeIn_94uii_1{0%{opacity:0}to{opacity:1}}._modalCard_94uii_42{display:flex;flex-direction:column;align-items:flex-start;background-color:#fff;border-radius:8px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714;width:100%;max-width:400px;position:relative;animation:_slideUp_94uii_1 .2s ease}@media(max-width:768px){._modalCard_94uii_42{max-width:100%}}@keyframes _slideUp_94uii_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}._modalHeader_94uii_71{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:8px 8px 8px 20px;border-bottom:1px solid #E7E5E4}@media(max-width:768px){._modalHeader_94uii_71{padding:4px 4px 4px 16px}}._closeButton_94uii_86{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;background-color:transparent;border:none;border-radius:4px;color:#57534e;cursor:pointer;transition:all .15s ease}._closeButton_94uii_86:hover{background-color:#1c19170d;color:#1c1917}._closeButton_94uii_86:active{transform:scale(.95)}._modalTitle_94uii_108{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;color:#1c1917;margin:0}@media(max-width:768px){._modalTitle_94uii_108{font-size:15px}}._modalBody_94uii_121{width:100%;padding:20px}@media(max-width:768px){._modalBody_94uii_121{padding:16px}}._modalText_94uii_131{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0;line-height:1.6}._modalText_94uii_131 strong{color:#1c1917;font-weight:600}@media(max-width:768px){._modalText_94uii_131{font-size:12px}}._guestNote_94uii_148{color:#f59e0b}._modalActions_94uii_152{display:flex;justify-content:flex-end;align-items:center;gap:8px;width:100%;padding:16px 20px;border-top:1px solid #E7E5E4}@media(max-width:768px){._modalActions_94uii_152{padding:8px 16px;flex-direction:column-reverse;gap:4px}}._cancelButton_94uii_169{display:flex;align-items:center;justify-content:center;gap:4px;padding:4px 20px;background:#fff;color:#1c1917;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;border:1px solid #E7E5E4;border-radius:4px;cursor:pointer;transition:all .15s ease}@media(max-width:768px){._cancelButton_94uii_169{width:100%}}._cancelButton_94uii_169:hover{background:#f5f5f4;border-color:#57534e}._cancelButton_94uii_169:active{transform:scale(.98)}._confirmButton_94uii_198{display:flex;align-items:center;justify-content:center;gap:4px;padding:4px 20px;background:#059669;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;border:none;border-radius:4px;cursor:pointer;transition:all .15s ease}@media(max-width:768px){._confirmButton_94uii_198{width:100%}}._confirmButton_94uii_198:hover{background:#047857}._confirmButton_94uii_198:active{transform:scale(.98)}@keyframes _fadeInUp_1uk4s_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._modalOverlay_1uk4s_19{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fafaf9;z-index:9999;animation:_fadeIn_1uk4s_1 .2s ease}._modalContainer_1uk4s_30{width:100%;height:100%;display:flex;flex-direction:column}._modalHeader_1uk4s_37{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:16px 20px;background:#fff;border-bottom:1px solid #E7E5E4;flex-shrink:0}@media(max-width:768px){._modalHeader_1uk4s_37{padding:8px 16px}}._compactHeader_1uk4s_53{padding:8px 8px 8px 20px}@media(max-width:768px){._compactHeader_1uk4s_53{padding:4px 4px 4px 16px}}._modalTitle_1uk4s_62{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;color:#1c1917;margin:0}@media(max-width:768px){._modalTitle_1uk4s_62{font-size:15px}}._compactTitle_1uk4s_75{font-size:16px;font-weight:600}@media(max-width:768px){._compactTitle_1uk4s_75{font-size:15px}}._closeButton_1uk4s_85{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;background:transparent;border:none;border-radius:4px;color:#57534e;cursor:pointer;transition:all .15s ease}._closeButton_1uk4s_85:hover{background:#1c19170d;color:#1c1917}._closeButton_1uk4s_85:active{transform:scale(.95)}._modalContent_1uk4s_107{flex:1;overflow-y:auto;padding:24px;background:#fafaf9}@media(max-width:768px){._modalContent_1uk4s_107{padding:16px}}@keyframes _fadeIn_1uk4s_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeIn_oa8ee_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_oa8ee_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._subscriptionContent_oa8ee_19{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:32px}._statusSection_oa8ee_27{display:flex;flex-direction:column;gap:16px}._sectionTitle_oa8ee_33{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;color:#1c1917;margin:0}._statusCard_oa8ee_41{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;padding:24px;background:#fff;border-radius:8px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714}@media(max-width:768px){._statusCard_oa8ee_41{grid-template-columns:1fr;padding:20px}}._statusInfo_oa8ee_58{display:flex;flex-direction:column;gap:4px}._statusLabel_oa8ee_64{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e}._statusValue_oa8ee_70{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#1c1917}._statusBadge_oa8ee_77{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:600;width:fit-content}._statusBadge_oa8ee_77._active_oa8ee_88{background:#10b98114;border:1px solid rgba(16,185,129,.2);color:#10b981}._statusBadge_oa8ee_77._cancelled_oa8ee_93{background:#dc262614;border:1px solid rgba(220,38,38,.2);color:#dc2626}._planSection_oa8ee_99{display:flex;flex-direction:column;gap:16px}._planGrid_oa8ee_105{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1200px;margin:0 auto}@media(max-width:810px){._planGrid_oa8ee_105{grid-template-columns:1fr;max-width:500px;gap:16px}}._planCard_oa8ee_120{position:relative;display:flex;flex-direction:column;gap:20px;padding:48px;background:#fff;border:1px solid #E7E5E4;border-radius:8px;cursor:pointer;transition:all .15s ease}._planCard_oa8ee_120:hover{border-color:#059669;box-shadow:0 2px 8px #05966914}._planCard_oa8ee_120:active{transform:scale(.98)}._planCard_oa8ee_120._selected_oa8ee_139{border-color:#059669;box-shadow:0 4px 16px #0596691f;background:#05966905}._planCard_oa8ee_120._popular_oa8ee_144{border-color:#059669}._planCard_oa8ee_120._enterprise_oa8ee_147{grid-column:1/-1;background:#05966905;border-color:#059669}@media(max-width:768px){._planCard_oa8ee_120{padding:40px}}._popularBadge_oa8ee_158{position:absolute;top:-12px;left:50%;transform:translate(-50%);padding:4px 8px;background:#059669;color:#fff;border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;white-space:nowrap}._currentBadge_oa8ee_173{position:absolute;top:16px;right:16px;padding:4px 8px;background:#57534e1a;color:#57534e;border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:500}._planHeader_oa8ee_186{display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center}._planName_oa8ee_194{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;font-weight:600;color:#1c1917;margin:0}@media(max-width:768px){._planName_oa8ee_194{font-size:16px}}._planSubtitle_oa8ee_207{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0;font-weight:500}._planPrice_oa8ee_215{display:flex;align-items:baseline;gap:4px;justify-content:center}._priceAmount_oa8ee_222{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:28px;font-weight:700;color:#059669}@media(max-width:768px){._priceAmount_oa8ee_222{font-size:24px}}._pricePeriod_oa8ee_234{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e}._featureGroup_oa8ee_240{display:flex;flex-direction:column;gap:8px}._featureGroupTitle_oa8ee_246{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:700;color:#57534e;margin:0;text-transform:uppercase;letter-spacing:.05em;padding-bottom:4px;border-bottom:1px solid #E7E5E4}._featureList_oa8ee_258{display:flex;flex-direction:column;gap:8px;list-style:none;padding:0;margin:0}._feature_oa8ee_240{display:flex;align-items:flex-start;gap:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#1c1917}._feature_oa8ee_240 svg{flex-shrink:0;color:#059669;margin-top:2px}._enterpriseContent_oa8ee_281{display:flex;align-items:center;justify-content:space-between;gap:40px}@media(max-width:810px){._enterpriseContent_oa8ee_281{flex-direction:column;align-items:flex-start}}._enterpriseInfo_oa8ee_294{flex:1;display:flex;flex-direction:column;gap:16px}._enterpriseTier_oa8ee_301{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:20px;font-weight:600;color:#1c1917;margin:0}@media(max-width:768px){._enterpriseTier_oa8ee_301{font-size:18px}}._enterpriseDescription_oa8ee_314{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.6;color:#57534e;margin:0;max-width:600px}@media(max-width:768px){._enterpriseDescription_oa8ee_314{font-size:13px}}._enterpriseHighlights_oa8ee_328{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;list-style:none;padding:0;margin:0}@media(max-width:768px){._enterpriseHighlights_oa8ee_328{grid-template-columns:1fr}}._enterpriseHighlights_oa8ee_328 li{display:flex;align-items:flex-start;gap:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#1c1917;line-height:1.5}._enterpriseHighlights_oa8ee_328 li svg{color:#059669;flex-shrink:0;margin-top:2px}._enterpriseCta_oa8ee_356{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center}@media(max-width:810px){._enterpriseCta_oa8ee_356{width:100%}}._enterpriseButton_oa8ee_369{padding:16px 40px;background:#059669;color:#fff;text-decoration:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;font-size:13px;border-radius:4px;transition:all .15s ease;white-space:nowrap;border:none;cursor:pointer}._enterpriseButton_oa8ee_369:hover{background:#047857}._enterpriseButton_oa8ee_369:active{transform:scale(.98)}@media(max-width:810px){._enterpriseButton_oa8ee_369{width:100%}}._enterpriseNote_oa8ee_395{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;margin:0}._actionsSection_oa8ee_402{display:flex;justify-content:center;gap:16px;padding-top:20px;border-top:1px solid #E7E5E4}@media(max-width:768px){._actionsSection_oa8ee_402{flex-direction:column}}._upgradeButton_oa8ee_415,._downgradeButton_oa8ee_416,._cancelButton_oa8ee_417,._reactivateButton_oa8ee_418{display:flex;align-items:center;gap:8px;padding:8px 24px;border:none;border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease}._upgradeButton_oa8ee_415:disabled,._downgradeButton_oa8ee_416:disabled,._cancelButton_oa8ee_417:disabled,._reactivateButton_oa8ee_418:disabled{opacity:.5;cursor:not-allowed;transform:none!important}@media(max-width:768px){._upgradeButton_oa8ee_415,._downgradeButton_oa8ee_416,._cancelButton_oa8ee_417,._reactivateButton_oa8ee_418{justify-content:center;width:100%}}._upgradeButton_oa8ee_415,._reactivateButton_oa8ee_418{background:#059669;color:#fff}._upgradeButton_oa8ee_415:hover,._reactivateButton_oa8ee_418:hover{background:#047857}._upgradeButton_oa8ee_415:active,._reactivateButton_oa8ee_418:active{transform:scale(.98)}._downgradeButton_oa8ee_416{background:#fff;color:#1c1917;border:1px solid #E7E5E4}._downgradeButton_oa8ee_416:hover{border-color:#059669;color:#059669;background:#05966905}._downgradeButton_oa8ee_416:active{transform:scale(.98)}._cancelButton_oa8ee_417{background:#fff;color:#dc2626;border:1px solid #DC2626}._cancelButton_oa8ee_417:hover{background:#dc26260d}._cancelButton_oa8ee_417:active{transform:scale(.98)}._errorMessage_oa8ee_489,._infoMessage_oa8ee_490,._warningMessage_oa8ee_491{padding:16px 20px;border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px}._errorMessage_oa8ee_489 p,._errorMessage_oa8ee_489 span,._infoMessage_oa8ee_490 p,._infoMessage_oa8ee_490 span,._warningMessage_oa8ee_491 p,._warningMessage_oa8ee_491 span{margin:0}._errorMessage_oa8ee_489{background:#dc262614;border:1px solid rgba(220,38,38,.2);color:#b21d1d}._infoMessage_oa8ee_490{background:#05966914;border:1px solid rgba(5,150,105,.2);color:#034c35}._warningMessage_oa8ee_491{background:#f59e0b14;border:1px solid rgba(245,158,11,.2);color:#ac6f07}@keyframes _fadeInUp_is9oy_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._mobileMenuOverlay_is9oy_19{position:fixed;top:0;left:0;right:0;bottom:0;background:#1c191780;z-index:1400;animation:_fadeIn_is9oy_1 .2s ease}@keyframes _fadeIn_is9oy_1{0%{opacity:0}to{opacity:1}}@keyframes _slideIn_is9oy_1{0%{transform:translate(-100%)}to{transform:translate(0)}}._mobileMenuDrawer_is9oy_46{position:absolute;top:0;left:0;bottom:0;width:280px;max-width:85vw;background:#fff;box-shadow:4px 0 16px #1c19171f;display:flex;flex-direction:column;animation:_slideIn_is9oy_1 .25s ease;overflow:hidden}._drawerHeader_is9oy_61{display:flex;align-items:center;justify-content:space-between;padding:8px 20px;border-bottom:1px solid #E7E5E4;flex-shrink:0}._drawerLogo_is9oy_70{height:36px;width:auto;object-fit:contain}._closeButton_is9oy_76{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:none;border-radius:4px;color:#57534e;cursor:pointer;transition:all .15s ease}._closeButton_is9oy_76:hover{background:#0596690d;color:#1c1917}._closeButton_is9oy_76:active{transform:scale(.95)}._workspaceSection_is9oy_97{padding:16px 20px;border-bottom:1px solid #E7E5E4;flex-shrink:0}._sectionTitle_is9oy_103{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;color:#57534e;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}._workspaceList_is9oy_113{display:flex;flex-direction:column;gap:4px}._workspaceItem_is9oy_119{display:flex;align-items:center;gap:10px;width:100%;padding:8px 16px;background:transparent;border:1px solid transparent;border-radius:4px;cursor:pointer;transition:all .15s ease;text-align:left}._workspaceItem_is9oy_119:hover{background:#0596690d}._workspaceItem_is9oy_119._active_is9oy_135{background:#05966914;border-color:#05966933}._workspaceIcon_is9oy_140{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:4px;background:#0596691a;color:#059669;flex-shrink:0}._workspaceInfo_is9oy_152{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}._workspaceName_is9oy_160{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500;color:#1c1917;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._workspaceRole_is9oy_170{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;color:#6366f1;font-weight:500}._checkIcon_is9oy_177{color:#059669;flex-shrink:0}._navigation_is9oy_182{flex:1;overflow-y:auto;padding:16px 0}._navSection_is9oy_188:not(:last-child){margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #E7E5E4}._navSection_is9oy_188 ._sectionTitle_is9oy_103{padding:0 20px;margin-bottom:8px}._navList_is9oy_198{display:flex;flex-direction:column;gap:2px}._navItem_is9oy_204{display:flex;align-items:center;gap:10px;padding:16px 20px;color:#57534e;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500;text-decoration:none;transition:all .15s ease}._navItem_is9oy_204:hover{background:#0596690d;color:#1c1917}._navItem_is9oy_204._active_is9oy_135{background:#05966914;color:#059669;font-weight:600}._navItem_is9oy_204._active_is9oy_135 ._navIcon_is9oy_225{color:#059669}._navIcon_is9oy_225{flex-shrink:0;color:inherit}._navLabel_is9oy_234{flex:1}@keyframes _fadeIn_viwhk_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_viwhk_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._appHeader_viwhk_19{position:fixed;top:0;left:0;right:0;height:56px;background:#fff;border-bottom:1px solid #E7E5E4;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 24px}@media(max-width:768px){._appHeader_viwhk_19{padding:0 16px;height:52px}}._headerLeft_viwhk_40{display:flex;align-items:center;gap:10px;flex-shrink:0}._hamburgerButton_viwhk_47{display:none;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:none;border-radius:4px;color:#57534e;cursor:pointer;transition:all .15s ease}._hamburgerButton_viwhk_47:hover{background:#0596690d;color:#1c1917}._hamburgerButton_viwhk_47:active{transform:scale(.95)}@media(max-width:810px){._hamburgerButton_viwhk_47{display:flex}}._desktopOnly_viwhk_73{display:block}@media(max-width:810px){._desktopOnly_viwhk_73{display:none}}._logo_viwhk_82{display:flex;align-items:center;text-decoration:none;flex-shrink:0}._logo_viwhk_82:hover{opacity:.8}@media(max-width:810px){._logo_viwhk_82{display:none}}._logoImage_viwhk_97{height:42px;width:auto;object-fit:contain}._headerRight_viwhk_103{display:flex;align-items:center;gap:16px}._companyMenu_viwhk_109{position:relative}._companyButton_viwhk_113{display:flex;align-items:center;gap:8px;padding:4px 16px;background:#fff;border:1px solid #E7E5E4;border-radius:4px;cursor:pointer;transition:all .15s ease}._companyButton_viwhk_113:hover{border-color:#059669;background:#05966905}._companyButton_viwhk_113:active{transform:scale(.98)}._companyButton_viwhk_113._guest_viwhk_131 ._companyIcon_viwhk_131{color:#6366f1}@media(max-width:768px){._companyButton_viwhk_113{padding:4px 8px}._companyButton_viwhk_113 ._companyName_viwhk_138{display:none}}._companyIcon_viwhk_131{color:#059669;flex-shrink:0}._companyName_viwhk_138{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;color:#1c1917;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._guestBadge_viwhk_159{padding:2px 6px;background:#6366f11a;color:#6366f1;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:10px;font-weight:600;border-radius:4px;text-transform:uppercase;letter-spacing:.3px}._chevron_viwhk_171{color:#57534e;flex-shrink:0}._companyDropdown_viwhk_176{position:absolute;top:calc(100% + 8px);right:0;width:260px;background:#fff;border:1px solid #E7E5E4;border-radius:8px;box-shadow:0 4px 16px #1c19171f;overflow:hidden;animation:_slideDown_viwhk_1 .2s ease}@media(max-width:768px){._companyDropdown_viwhk_176{left:0;right:auto}}._companyDropdownHeader_viwhk_195{padding:8px 16px;border-bottom:1px solid #E7E5E4;background:#f5f5f4}._companyDropdownTitle_viwhk_201{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;color:#57534e;text-transform:uppercase;letter-spacing:.5px}._companyList_viwhk_210{max-height:240px;overflow-y:auto}._companyItem_viwhk_215{display:flex;align-items:center;gap:10px;width:100%;padding:8px 16px;background:transparent;border:none;cursor:pointer;transition:all .15s ease;text-align:left}._companyItem_viwhk_215:hover{background:#0596690d}._companyItem_viwhk_215._active_viwhk_230{background:#05966914}._companyItemIcon_viwhk_234{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:4px;background:#0596691a;color:#059669;flex-shrink:0}._companyItemInfo_viwhk_246{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}._companyItemName_viwhk_254{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;color:#1c1917;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._companyItemRole_viwhk_264{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;color:#6366f1}._checkIcon_viwhk_270{color:#059669;flex-shrink:0}._iconButton_viwhk_275{position:relative;display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:none;border-radius:4px;color:#57534e;cursor:pointer;transition:all .15s ease}._iconButton_viwhk_275:hover{background:#0596690d;color:#1c1917}._iconButton_viwhk_275:active{transform:scale(.95)}._notificationBadge_viwhk_297{position:absolute;top:4px;right:4px;display:flex;align-items:center;justify-content:center;min-width:16px;height:16px;padding:0 4px;background:#dc2626;border-radius:8px;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:10px;font-weight:700}._profileMenu_viwhk_315{position:relative}._profileButton_viwhk_319{background:transparent;border:none;cursor:pointer;padding:0}._profileButton_viwhk_319:active{transform:scale(.95)}._avatar_viwhk_329{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#059669,#036546);color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:700}._profileDropdown_viwhk_343{position:absolute;top:calc(100% + 8px);right:0;width:240px;background:#fff;border:1px solid #E7E5E4;border-radius:8px;box-shadow:0 4px 16px #1c19171f;overflow:hidden;animation:_slideDown_viwhk_1 .2s ease}@keyframes _slideDown_viwhk_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}._dropdownHeader_viwhk_366{display:flex;align-items:center;gap:10px;padding:20px}._dropdownAvatar_viwhk_373{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#059669,#036546);color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:700;flex-shrink:0}._dropdownInfo_viwhk_388{flex:1;min-width:0}._dropdownEmail_viwhk_393{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;color:#1c1917;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._dropdownPlanWrapper_viwhk_404{display:flex;align-items:center;gap:4px}._dropdownPlan_viwhk_404{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;margin:2px 0 0}._upgradeIcon_viwhk_418{display:inline-flex;align-items:center;justify-content:center;padding:2px;background:transparent;border:none;color:#059669;cursor:pointer;transition:all .15s ease;border-radius:4px;flex-shrink:0}._upgradeIcon_viwhk_418:hover{background:#0596691a;color:#047857;transform:translateY(-1px)}._upgradeIcon_viwhk_418:active{transform:scale(.95)}._dropdownDivider_viwhk_440{height:1px;background:#e7e5e4;margin:0}._dropdownItem_viwhk_446{display:flex;align-items:center;gap:10px;width:100%;padding:8px 20px;background:transparent;border:none;color:#1c1917;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;text-decoration:none;cursor:pointer;transition:all .15s ease}._dropdownItem_viwhk_446:hover{background:#0596690d}._dropdownItem_viwhk_446 svg{color:#57534e;flex-shrink:0;width:16px;height:16px}._notificationMenu_viwhk_471{position:relative}._notificationDropdown_viwhk_475{position:absolute;top:calc(100% + 8px);right:0;width:380px;max-height:480px;background:#fff;border:1px solid #E7E5E4;border-radius:8px;box-shadow:0 4px 16px #1c19171f;overflow:hidden;display:flex;flex-direction:column;animation:_slideDown_viwhk_1 .2s ease}@media(max-width:768px){._notificationDropdown_viwhk_475{width:320px;max-height:400px}}._notificationHeader_viwhk_497{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #E7E5E4;flex-shrink:0}._notificationTitle_viwhk_506{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;color:#1c1917;margin:0}._markAllReadButton_viwhk_514{background:transparent;border:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:600;color:#059669;cursor:pointer;padding:4px 8px;border-radius:4px;transition:all .15s ease}._markAllReadButton_viwhk_514:hover{background:#0596691a;color:#047857}._markAllReadButton_viwhk_514:active{transform:scale(.98)}._notificationList_viwhk_534{overflow-y:auto;flex:1;min-height:0}._notificationItem_viwhk_540{display:flex;align-items:flex-start;gap:10px;padding:16px 20px;border-bottom:1px solid #E7E5E4;cursor:pointer;transition:all .15s ease;position:relative}._notificationItem_viwhk_540:last-child{border-bottom:none}._notificationItem_viwhk_540:hover{background:#05966908}._notificationItem_viwhk_540:active{transform:scale(.98)}._notificationItem_viwhk_540._unread_viwhk_559{background:#05966905}._notificationIcon_viwhk_563{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:4px;background:#05966914;flex-shrink:0}._notificationIcon_viwhk_563 svg{width:16px;height:16px}._notificationContent_viwhk_578{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}._notificationItemTitle_viwhk_586{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#1c1917;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._notificationMessage_viwhk_597{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;margin:0;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}._notificationTime_viwhk_610{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;margin-top:2px}._unreadDot_viwhk_617{width:8px;height:8px;border-radius:50%;background:#059669;flex-shrink:0;margin-top:12px}._emptyNotifications_viwhk_626{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 20px;gap:8px;text-align:center}._emptyText_viwhk_636{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;color:#1c1917;margin:0}._emptySubtext_viwhk_644{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;margin:0;max-width:200px;line-height:1.4}@keyframes _fadeIn_11tkm_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_11tkm_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._appSidebar_11tkm_19{position:fixed;top:56px;left:0;bottom:0;width:220px;background:#fff;border-right:1px solid #E7E5E4;overflow-y:auto;z-index:50}@media(max-width:810px){._appSidebar_11tkm_19{display:none}}._sidebarNav_11tkm_36{padding:20px 0}._navSection_11tkm_40:not(:last-child){margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #E7E5E4}._navSection_11tkm_40:last-child{margin-bottom:16px}._sectionTitle_11tkm_49{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;color:#57534e;text-transform:uppercase;letter-spacing:.5px;margin:0 0 8px;padding:0 20px}._navList_11tkm_60{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2px}._navItem_11tkm_69{position:relative;display:flex;align-items:center;gap:8px;padding:8px 16px;margin:0 8px;border-radius:4px;color:#57534e;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;text-decoration:none;transition:all .15s ease;cursor:pointer}._navItem_11tkm_69:hover{background:#0596690d;color:#1c1917}._navItem_11tkm_69._active_11tkm_89{background:#05966914;color:#059669;font-weight:600}._navItem_11tkm_69._active_11tkm_89:before{content:"";position:absolute;left:-8px;top:50%;transform:translateY(-50%);width:3px;height:20px;background:#059669;border-radius:0 2px 2px 0}._navItem_11tkm_69._active_11tkm_89 ._navIcon_11tkm_105{color:#059669}._navIcon_11tkm_105{flex-shrink:0;color:inherit;width:18px;height:18px}._navLabel_11tkm_116{flex:1}@keyframes _fadeIn_1sacu_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_1sacu_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._appLayout_1sacu_19{display:flex;flex-direction:column;min-height:100vh;background:#fafaf9}._appBody_1sacu_26{display:flex;flex:1;margin-top:56px}@media(max-width:768px){._appBody_1sacu_26{margin-top:52px}}._appContent_1sacu_37{flex:1;margin-left:220px;padding:32px;min-height:calc(100vh - 56px);background:#fafaf9;max-width:calc(100vw - 220px);overflow-x:hidden}@media(max-width:810px){._appContent_1sacu_37{margin-left:0;padding:24px 20px;max-width:100vw}}@media(max-width:768px){._appContent_1sacu_37{padding:20px 16px;min-height:calc(100vh - 52px)}}@keyframes _fadeIn_dxhx2_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_dxhx2_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._overlay_dxhx2_19{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:9998;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}._cookieBanner_dxhx2_30{position:fixed;bottom:0;left:0;right:0;background-color:#fff;border-top:1px solid #E7E5E4;box-shadow:0 -2px 8px #0000000d;padding:24px 32px;z-index:9999;animation:_slideUp_dxhx2_1 .3s ease-out}@media(max-width:768px){._cookieBanner_dxhx2_30{padding:20px}}@keyframes _slideUp_dxhx2_1{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}._bannerContent_dxhx2_58{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:16px}@media(max-width:810px){._bannerContent_dxhx2_58{gap:10px}}._bannerHeader_dxhx2_71{display:flex;align-items:flex-start;justify-content:flex-start;align-items:center;gap:10px}._cookieIcon_dxhx2_79{color:#059669;flex-shrink:0}._bannerTitle_dxhx2_84{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:600;color:#1c1917;margin:0}._bannerDescription_dxhx2_92{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0;line-height:1.5;max-width:600px}._bannerActions_dxhx2_101{display:flex;align-items:flex-start;justify-content:flex-start;gap:10px;flex-wrap:wrap}@media(max-width:768px){._bannerActions_dxhx2_101{flex-direction:column;width:100%}}._acceptButton_dxhx2_115,._rejectButton_dxhx2_116,._preferencesButton_dxhx2_117{padding:4px 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;border-radius:4px;cursor:pointer;transition:all .15s ease;border:1px solid}@media(max-width:768px){._acceptButton_dxhx2_115,._rejectButton_dxhx2_116,._preferencesButton_dxhx2_117{width:100%;justify-content:center}}._acceptButton_dxhx2_115{background-color:#059669;color:#fff;border-color:#059669}._acceptButton_dxhx2_115:hover{background-color:#047857;box-shadow:0 2px 4px #05966926}._acceptButton_dxhx2_115:active{transform:scale(.98)}._rejectButton_dxhx2_116{background-color:transparent;color:#1c1917;border-color:#e7e5e4}._rejectButton_dxhx2_116:hover{background-color:#f5f5f4;border-color:#1c1917}._rejectButton_dxhx2_116:active{transform:scale(.98)}._preferencesButton_dxhx2_117{background-color:transparent;color:#57534e;border-color:#e7e5e4}._preferencesButton_dxhx2_117:hover{color:#1c1917;border-color:#1c1917}._preferencesButton_dxhx2_117:active{transform:scale(.98)}._preferencesModal_dxhx2_175{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border:1px solid #E7E5E4;border-radius:8px;box-shadow:0 10px 40px #0000001a;max-width:600px;width:calc(100% - 32px);max-height:80vh;z-index:9999;animation:_fadeIn_dxhx2_1 .2s ease-out;display:flex;flex-direction:column}@media(max-width:768px){._preferencesModal_dxhx2_175{max-height:90vh;width:calc(100% - 24px)}}@keyframes _fadeIn_dxhx2_1{0%{opacity:0;transform:translate(-50%,-45%)}to{opacity:1;transform:translate(-50%,-50%)}}._modalHeader_dxhx2_209{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid rgba(28,25,23,.1)}@media(max-width:768px){._modalHeader_dxhx2_209{padding:20px}}._modalTitleWrapper_dxhx2_223{display:flex;align-items:flex-start;justify-content:flex-start;align-items:center;gap:10px}._shieldIcon_dxhx2_231{color:#059669;flex-shrink:0}._modalTitle_dxhx2_223{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;color:#1c1917;margin:0}._closeButton_dxhx2_244{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background-color:transparent;border:none;border-radius:4px;color:#57534e;cursor:pointer;transition:all .15s ease}._closeButton_dxhx2_244:hover{background-color:#f5f5f4;color:#1c1917}._closeButton_dxhx2_244:active{transform:scale(.98)}._modalContent_dxhx2_265{padding:24px;overflow-y:auto;flex:1}@media(max-width:768px){._modalContent_dxhx2_265{padding:20px}}._modalDescription_dxhx2_276{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0 0 20px;line-height:1.5}._categoriesList_dxhx2_284{display:flex;flex-direction:column;gap:16px}._categoryItem_dxhx2_290{padding:20px;background-color:#f5f5f4;border:1px solid #E7E5E4;border-radius:6px}._categoryHeader_dxhx2_297{display:flex;align-items:center;justify-content:space-between;align-items:flex-start;gap:16px}@media(max-width:768px){._categoryHeader_dxhx2_297{flex-direction:column;gap:10px}}._categoryInfo_dxhx2_311{flex:1;display:flex;flex-direction:column;gap:4px}._categoryTitle_dxhx2_318{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;color:#1c1917;margin:0}._categoryDescription_dxhx2_326{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;margin:0;line-height:1.4}._toggle_dxhx2_334{display:flex;align-items:center;justify-content:center;gap:8px;font-size:11px;color:#57534e}._toggle_dxhx2_334 input{opacity:.5;cursor:not-allowed}._toggleLabel_dxhx2_347{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:.5px}._switch_dxhx2_354{position:relative;display:inline-block;width:50px;height:26px;flex-shrink:0}._switch_dxhx2_354 input{opacity:0;width:0;height:0}._switch_dxhx2_354 input:checked+._slider_dxhx2_366{background-color:#059669}._switch_dxhx2_354 input:checked+._slider_dxhx2_366:before{transform:translate(24px)}._slider_dxhx2_366{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#e7e5e4;transition:all .15s ease;border-radius:26px}._slider_dxhx2_366:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;transition:all .15s ease;border-radius:50%}._modalActions_dxhx2_396{display:flex;align-items:flex-start;justify-content:flex-start;gap:10px;padding:24px;border-top:1px solid rgba(28,25,23,.1)}@media(max-width:768px){._modalActions_dxhx2_396{flex-direction:column-reverse;padding:20px}}._saveButton_dxhx2_411,._acceptAllButton_dxhx2_412{padding:4px 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;border-radius:4px;cursor:pointer;transition:all .15s ease;border:1px solid}@media(max-width:768px){._saveButton_dxhx2_411,._acceptAllButton_dxhx2_412{width:100%;justify-content:center}}._saveButton_dxhx2_411{background-color:#1c1917;color:#fff;border-color:#1c1917;flex:1}._saveButton_dxhx2_411:hover{background-color:#38322e;box-shadow:0 2px 4px #1c191726}._saveButton_dxhx2_411:active{transform:scale(.98)}._acceptAllButton_dxhx2_412{background-color:#059669;color:#fff;border-color:#059669}._acceptAllButton_dxhx2_412:hover{background-color:#047857;box-shadow:0 2px 4px #05966926}._acceptAllButton_dxhx2_412:active{transform:scale(.98)}@keyframes _fadeInUp_une1c_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._headerContainer_une1c_19{position:sticky;top:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #E7E5E4;z-index:1000;transition:all .15s ease}._headerContainer_une1c_19._scrolled_une1c_29{box-shadow:0 1px 4px #0000000d}._header_une1c_19{width:100%;display:flex;align-items:center;justify-content:center;max-width:1200px;margin:0 auto;padding:16px 32px}@media(max-width:810px){._header_une1c_19{padding:16px 24px}}@media(max-width:768px){._header_une1c_19{padding:8px 20px}}._container_une1c_53{display:flex;align-items:center;justify-content:space-between;width:100%;gap:24px}._logoWrapper_une1c_61{display:flex;align-items:center;justify-content:center;flex-shrink:0}._logoLink_une1c_68{display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .15s ease}._logoLink_une1c_68 img{height:44px;width:auto;object-fit:contain}@media(max-width:768px){._logoLink_une1c_68 img{height:36px}}._logoLink_une1c_68:hover{opacity:.8}._navLinks_une1c_89{display:flex;align-items:center;justify-content:center;gap:20px;margin-left:auto}@media(max-width:810px){._navLinks_une1c_89{gap:16px}}@media(max-width:768px){._navLinks_une1c_89{display:none}}._navLink_une1c_89,._navLinkWithBadge_une1c_107{position:relative;text-decoration:none;cursor:pointer;background:none;border:none;padding:0;display:flex;align-items:center;gap:4px}._navLink_une1c_89 p,._navLinkWithBadge_une1c_107 p{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;color:#57534e;transition:color .15s ease;white-space:nowrap}._navLink_une1c_89 svg,._navLinkWithBadge_une1c_107 svg{color:#57534e;transition:all .15s ease}._navLink_une1c_89:after,._navLinkWithBadge_une1c_107:after{content:"";position:absolute;bottom:-4px;left:0;width:0%;height:2px;background:#059669;transition:width .2s ease}._navLink_une1c_89:hover p,._navLinkWithBadge_une1c_107:hover p{color:#059669}._navLink_une1c_89:hover svg,._navLinkWithBadge_une1c_107:hover svg{color:#059669;transform:rotate(180deg)}._navLink_une1c_89:hover:after,._navLinkWithBadge_une1c_107:hover:after{width:100%}._dropdownWrapper_une1c_152{position:relative}._dropdown_une1c_152{position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%);min-width:240px;background:#fff;border:1px solid #E7E5E4;border-radius:8px;box-shadow:0 4px 12px #00000014;padding:4px;z-index:1400;animation:_dropdownFadeIn_une1c_1 .15s ease}._dropdown_une1c_152:before{content:"";position:absolute;top:-6px;left:50%;transform:translate(-50%);width:10px;height:10px;background:#fff;border-left:1px solid #E7E5E4;border-top:1px solid #E7E5E4;transform:translate(-50%) rotate(45deg)}._dropdownItem_une1c_184{display:flex;flex-direction:column;gap:2px;padding:8px 16px;text-decoration:none;border-radius:4px;transition:all .15s ease}._dropdownItem_une1c_184 span:first-child{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#1c1917}._dropdownItem_une1c_184:hover{background:#0596690d}._dropdownItem_une1c_184:hover span:first-child{color:#059669}._dropdownItem_une1c_184:active{transform:scale(.98)}._dropdownDesc_une1c_209{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;color:#57534e;line-height:1.4}@keyframes _dropdownFadeIn_une1c_1{0%{opacity:0;transform:translate(-50%) translateY(-4px)}to{opacity:1;transform:translate(-50%) translateY(0)}}._navLinkWithBadge_une1c_107{display:flex;align-items:center;gap:8px}._navLinkWithBadge_une1c_107 p{margin:0}._comingSoonBadge_une1c_235{display:inline-flex;align-items:center;padding:2px 6px;background:#059669;color:#fff;border-radius:100px;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.3px}._ctaButton_une1c_248{display:inline-flex;align-items:center;justify-content:center;padding:4px 20px;border-radius:4px;background:#059669;text-decoration:none;cursor:pointer;transition:all .15s ease}._ctaButton_une1c_248 p{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#fff;white-space:nowrap}._ctaButton_une1c_248:hover{background:#047857;box-shadow:0 2px 4px #05966926}._ctaButton_une1c_248:active{transform:scale(.98)}._hamburger_une1c_275{display:none;background:none;border:none;cursor:pointer;padding:4px;color:#1c1917;transition:all .15s ease;border-radius:4px}._hamburger_une1c_275:hover{background:#0596690d;color:#059669}._hamburger_une1c_275:active{transform:scale(.95)}@media(max-width:768px){._hamburger_une1c_275{display:flex;align-items:center;justify-content:center}}._mobileMenuOverlay_une1c_300{display:none}@media(max-width:768px){._mobileMenuOverlay_une1c_300{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0006;z-index:1299;animation:_fadeIn_une1c_1 .2s ease}}._mobileMenu_une1c_300{display:none}@media(max-width:768px){._mobileMenu_une1c_300{display:flex;flex-direction:column;position:fixed;top:0;right:0;width:80%;max-width:300px;height:100vh;background:#fff;border-left:1px solid #E7E5E4;box-shadow:-4px 0 16px #00000014;z-index:1300;padding:40px 20px;gap:4px;animation:_slideInRight_une1c_1 .2s ease;overflow-y:auto}}._mobileMenuItem_une1c_341,._mobileMenuItemWithBadge_une1c_341{display:flex;align-items:center;padding:8px 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500;color:#1c1917;text-decoration:none;border-radius:4px;transition:all .15s ease}._mobileMenuItem_une1c_341:hover,._mobileMenuItemWithBadge_une1c_341:hover{background:#0596690d;color:#059669}._mobileMenuItem_une1c_341:active,._mobileMenuItemWithBadge_une1c_341:active{transform:scale(.98)}._mobileMenuItemWithBadge_une1c_341{justify-content:space-between}._mobileBadge_une1c_365{display:inline-flex;align-items:center;padding:3px 8px;background:#059669;color:#fff;border-radius:100px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.3px}._mobileMenuCta_une1c_378{display:flex;align-items:center;justify-content:center;padding:8px;margin-top:16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;color:#fff;background:#059669;text-decoration:none;border-radius:4px;transition:all .15s ease}._mobileMenuCta_une1c_378:hover{background:#047857}._mobileMenuCta_une1c_378:active{transform:scale(.98)}@keyframes _fadeIn_une1c_1{0%{opacity:0}to{opacity:1}}@keyframes _slideInRight_une1c_1{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes _fadeIn_1sl1e_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_1sl1e_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._overlay_1sl1e_20{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:9998;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}._modal_1sl1e_31{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border:1px solid #E7E5E4;border-radius:8px;box-shadow:0 10px 40px #0000001a;max-width:800px;width:calc(100% - 32px);max-height:85vh;z-index:9999;animation:_fadeIn_1sl1e_1 .2s ease-out;display:flex;flex-direction:column}@media(max-width:768px){._modal_1sl1e_31{max-height:90vh;width:calc(100% - 24px)}}@keyframes _fadeIn_1sl1e_1{0%{opacity:0;transform:translate(-50%,-45%)}to{opacity:1;transform:translate(-50%,-50%)}}._modalHeader_1sl1e_65{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:8px 8px 8px 20px;border-bottom:1px solid #E7E5E4}._modalTitle_1sl1e_75{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;color:#1c1917;margin:0}._closeButton_1sl1e_83{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background-color:transparent;border:none;border-radius:4px;color:#57534e;cursor:pointer;transition:all .15s ease}._closeButton_1sl1e_83:hover{background-color:#f5f5f4;color:#1c1917}._closeButton_1sl1e_83:active{transform:scale(.98)}._modalContent_1sl1e_104{padding:24px;overflow-y:auto;flex:1}@media(max-width:768px){._modalContent_1sl1e_104{padding:20px}}._lastUpdated_1sl1e_115{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;font-weight:400;line-height:160%;letter-spacing:0em;color:#1c1917;margin:0}@media(max-width:810px){._lastUpdated_1sl1e_115{font-size:17px}}._lastUpdated_1sl1e_115{font-size:13px;color:#57534e;font-style:italic;margin:0 0 24px;padding-bottom:20px;border-bottom:1px solid rgba(28,25,23,.1)}._section_1sl1e_138{display:flex;flex-direction:column;gap:10px;margin-bottom:32px}._section_1sl1e_138:last-child{margin-bottom:0}._section_1sl1e_138 h3{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:700;color:#1c1917;margin:24px 0 16px}@media(max-width:768px){._section_1sl1e_138 h3{font-size:15px}}._section_1sl1e_138 h4{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:600;color:#1c1917;margin:20px 0 8px}._section_1sl1e_138 p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;font-weight:400;line-height:160%;letter-spacing:0em;color:#1c1917;margin:0}@media(max-width:810px){._section_1sl1e_138 p{font-size:17px}}._section_1sl1e_138 p{font-size:13px;color:#57534e;line-height:160%;margin:0 0 16px}._section_1sl1e_138 p:last-child{margin-bottom:0}._section_1sl1e_138 p strong{color:#1c1917;font-weight:600}._section_1sl1e_138 ul{list-style:none;padding:0;margin:16px 0;display:flex;flex-direction:column;gap:8px}._section_1sl1e_138 ul li{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;font-weight:400;line-height:160%;letter-spacing:0em;color:#1c1917;margin:0}@media(max-width:810px){._section_1sl1e_138 ul li{font-size:17px}}._section_1sl1e_138 ul li{font-size:13px;color:#57534e;line-height:160%;padding-left:20px;position:relative}._section_1sl1e_138 ul li:before{content:"•";position:absolute;left:0;color:#059669;font-weight:700;font-size:16px}._section_1sl1e_138 ul li strong{color:#1c1917;font-weight:600}._subsection_1sl1e_235{padding:20px;background-color:#f5f5f4;border:1px solid #E7E5E4;border-radius:6px;margin-bottom:20px}._subsection_1sl1e_235:last-child{margin-bottom:0}._modalFooter_1sl1e_246{display:flex;justify-content:flex-end;padding:8px 20px;border-top:1px solid #E7E5E4}._closeFooterButton_1sl1e_253{padding:8px 24px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;background-color:#059669;color:#fff;border:1px solid #059669;border-radius:4px;cursor:pointer;transition:all .15s ease;min-width:120px}._closeFooterButton_1sl1e_253:hover{background-color:#047857;box-shadow:0 2px 4px #05966926}._closeFooterButton_1sl1e_253:active{transform:scale(.98)}@media(max-width:768px){._closeFooterButton_1sl1e_253{width:100%}}@keyframes _fadeIn_7813v_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_7813v_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._footer_7813v_19{width:100%;background:#fafaf9;border-top:1px solid #E7E5E4;padding:48px 0 32px}@media(max-width:810px){._footer_7813v_19{padding:40px 0 24px}}@media(max-width:768px){._footer_7813v_19{padding:32px 0 20px}}._footerContainer_7813v_36{max-width:1200px;margin:0 auto;padding:0 32px}@media(max-width:768px){._footerContainer_7813v_36{padding:0 20px}}._footerMain_7813v_47{display:grid;grid-template-columns:1.2fr 2fr;gap:32px;padding-bottom:40px;border-bottom:1px solid #E7E5E4}@media(max-width:810px){._footerMain_7813v_47{grid-template-columns:1fr;gap:24px;padding-bottom:32px}}._footerBrand_7813v_62{display:flex;flex-direction:column;gap:10px}._brandLogo_7813v_68{display:flex;align-items:center}._brandLogo_7813v_68 img{height:44px;width:auto}@media(max-width:768px){._brandLogo_7813v_68 img{height:36px}}._brandTagline_7813v_82{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;color:#57534e;line-height:1.5;max-width:280px;margin:0}._socialLinks_7813v_92{display:flex;align-items:center;gap:10px;margin-top:4px}._socialLink_7813v_92{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:500;color:#57534e;text-decoration:none;transition:color .15s ease}._socialLink_7813v_92:hover{color:#059669}._footerLinks_7813v_111{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media(max-width:810px){._footerLinks_7813v_111{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:768px){._footerLinks_7813v_111{grid-template-columns:repeat(2,1fr);gap:20px 16px}}._footerColumn_7813v_129{display:flex;flex-direction:column;gap:8px}._columnTitle_7813v_135{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;color:#1c1917;text-transform:uppercase;letter-spacing:.5px;margin:0 0 4px}._footerLink_7813v_111{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:400;color:#57534e;text-decoration:none;transition:color .15s ease;background:none;border:none;padding:0;cursor:pointer;text-align:left;display:inline-block;width:fit-content}._footerLink_7813v_111:hover{color:#059669}._footerBottom_7813v_164{display:flex;align-items:center;justify-content:space-between;padding-top:24px;gap:16px}@media(max-width:768px){._footerBottom_7813v_164{flex-direction:column;align-items:flex-start;gap:8px;padding-top:20px}}._copyright_7813v_180{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:400;color:#57534e}._footerBottomLinks_7813v_187{display:flex;align-items:center;gap:16px}._statusLink_7813v_193{display:flex;align-items:center;gap:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:500;color:#57534e;text-decoration:none;transition:color .15s ease}._statusLink_7813v_193:hover{color:#059669}._statusDot_7813v_208{width:6px;height:6px;border-radius:50%;background:#059669;box-shadow:0 0 6px #05966966;animation:_pulse_7813v_1 2s ease-in-out infinite}@keyframes _pulse_7813v_1{0%,to{opacity:1}50%{opacity:.6}}@keyframes _fadeIn_12187_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_12187_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._home_12187_19{width:100%;min-height:100vh;background:#fafaf9}._hero_12187_25{position:relative;padding:48px 32px;background:linear-gradient(135deg,#0596690a,#6366f10d,#05966908);overflow:hidden}._hero_12187_25:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 49px,rgba(5,150,105,.03) 49px,rgba(5,150,105,.03) 50px),repeating-linear-gradient(90deg,transparent,transparent 49px,rgba(5,150,105,.03) 49px,rgba(5,150,105,.03) 50px);opacity:.4;pointer-events:none}._hero_12187_25:after{content:"";position:absolute;top:-20%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(99,102,241,.08) 0%,transparent 70%);filter:blur(60px);pointer-events:none;animation:_floatOrb_12187_1 20s ease-in-out infinite}@media(max-width:810px){._hero_12187_25{padding:40px 24px}}@media(max-width:768px){._hero_12187_25{padding:32px 20px}}@keyframes _floatOrb_12187_1{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-50px,50px) scale(1.1)}}._heroContainer_12187_73{max-width:1120px;margin:0 auto;position:relative;z-index:1}._heroContent_12187_80{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center}@media(max-width:810px){._heroContent_12187_80{grid-template-columns:1fr;gap:24px}}._heroText_12187_93{display:flex;flex-direction:column;gap:20px}@media(max-width:768px){._heroText_12187_93{gap:16px}}._heroTitle_12187_104{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:32px;font-weight:700;line-height:1.15;color:#1c1917;margin:0}@media(max-width:810px){._heroTitle_12187_104{font-size:28px}}@media(max-width:768px){._heroTitle_12187_104{font-size:24px}}._highlight_12187_123{color:#059669;position:relative;display:inline-block}._highlight_12187_123:after{content:"";position:absolute;bottom:2px;left:0;width:100%;height:6px;background:linear-gradient(90deg,#05966933,#0596691a);z-index:-1}._heroSubtitle_12187_139{font-size:17px;line-height:1.6;color:#57534e;margin:0}@media(max-width:768px){._heroSubtitle_12187_139{font-size:15px}}._heroCtas_12187_151{display:flex;gap:10px;flex-wrap:wrap}@media(max-width:768px){._heroCtas_12187_151{flex-direction:column;width:100%}}._ctaPrimary_12187_163{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 24px;background:#059669;color:#fff;text-decoration:none;font-weight:600;font-size:15px;border-radius:4px;transition:all .15s ease}._ctaPrimary_12187_163:hover{background:#047857}._ctaPrimary_12187_163:active{transform:scale(.98)}@media(max-width:768px){._ctaPrimary_12187_163{width:100%;padding:8px 20px}}._ctaSecondary_12187_190{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 24px;background:#fff;color:#6366f1;text-decoration:none;font-weight:600;font-size:15px;border:1px solid #6366F1;border-radius:4px;transition:all .15s ease}._ctaSecondary_12187_190:hover{background:#6366f10d}._ctaSecondary_12187_190:active{transform:scale(.98)}@media(max-width:768px){._ctaSecondary_12187_190{width:100%;padding:8px 20px}}._trustBar_12187_218{display:flex;gap:32px;padding-top:24px;border-top:1px solid #E7E5E4}@media(max-width:810px){._trustBar_12187_218{gap:24px}}@media(max-width:768px){._trustBar_12187_218{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding-top:20px}}._trustItem_12187_238{display:flex;flex-direction:column;gap:2px}._trustNumber_12187_244{font-size:22px;font-weight:700;color:#059669}@media(max-width:768px){._trustNumber_12187_244{font-size:18px}}._trustLabel_12187_255{font-size:13px;color:#57534e;text-transform:uppercase;letter-spacing:.05em}._heroVisual_12187_262{position:relative}._heroVisual_12187_262:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 50%,rgba(5,150,105,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(99,102,241,.08) 0%,transparent 50%);animation:_particlesFloat_12187_1 15s ease-in-out infinite;pointer-events:none;border-radius:6px}._heroPipeline_12187_278{display:flex;flex-direction:column;align-items:center;gap:10px;position:relative;z-index:1}@media(max-width:768px){._heroPipeline_12187_278{gap:8px}}._heroCard_12187_292{width:100%;background:#fff;border:1px solid #E7E5E4;border-radius:6px;overflow:hidden;box-shadow:0 2px 8px #1c19170f;transition:all .15s ease}._heroCard_12187_292:hover{box-shadow:0 4px 16px #1c19171a}._heroCardOutput_12187_305{border-color:#059669;background:linear-gradient(135deg,#05966905,#0596690d)}._heroCardHeader_12187_310{display:flex;align-items:center;gap:4px;padding:4px 8px;background:#f5f5f4;border-bottom:1px solid #E7E5E4;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:11px;color:#57534e}._heroCardHeader_12187_310 svg{color:#57534e;flex-shrink:0}._heroCardHeader_12187_310 span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@keyframes _fadeInDown_12187_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}._heroCardContent_12187_341{padding:8px;display:flex;flex-direction:column;gap:0}._heroTableHeader_12187_348{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#f5f5f4;border-bottom:1px solid #E7E5E4;animation:_fadeInDown_12187_1 .4s ease}._heroTableCol_12187_357{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:10px;font-weight:600;color:#57534e;padding:6px 4px;background:#f5f5f4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}._heroTableColOutput_12187_370{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:10px;font-weight:600;color:#059669;padding:6px 4px;background:#0596690d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;display:flex;align-items:center;justify-content:center;gap:4px}._heroConfidenceInline_12187_387{font-size:8px;font-weight:700;color:#059669;background:#05966926;padding:1px 4px;border-radius:3px}._heroConfidenceInlineMed_12187_396{font-size:8px;font-weight:700;color:#c57f08;background:#f59e0b26;padding:1px 4px;border-radius:3px}._heroTableRow_12187_405{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;border-bottom:1px solid rgba(231,229,228,.5)}._heroTableRow_12187_405:last-child{border-bottom:none}._heroTableRow_12187_405 span{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:10px;color:#1c1917;padding:5px 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}._heroCardLabel_12187_425{padding:4px 8px;background:#0596690d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:10px;font-weight:600;color:#059669;text-align:center;border-top:1px solid #E7E5E4}._heroArrow_12187_436{display:flex;align-items:center;justify-content:center;flex-shrink:0}._heroAiChip_12187_443{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:linear-gradient(135deg,#059669,#047857);border-radius:50%;box-shadow:0 3px 12px #0596694d;color:#fff;animation:_aiPulse_12187_1 3s ease-in-out infinite}._heroAiChip_12187_443:before{content:"";position:absolute;top:-3px;left:-3px;right:-3px;bottom:-3px;border-radius:50%;background:linear-gradient(135deg,#059669,#6366f1);opacity:.3;animation:_ringPulse_12187_1 3s ease-in-out infinite;z-index:-1}._heroAiChip_12187_443 svg{animation:_iconRotate_12187_1 4s linear infinite}@keyframes _aiPulse_12187_1{0%,to{box-shadow:0 3px 12px #0596694d;transform:scale(1)}50%{box-shadow:0 4px 16px #05966980;transform:scale(1.03)}}@keyframes _ringPulse_12187_1{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.5;transform:scale(1.08)}}@keyframes _particleGlow_12187_1{0%{opacity:.3}to{opacity:.6}}@keyframes _iconRotate_12187_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _particlesFloat_12187_1{0%,to{background-position:0% 50%,100% 100%}50%{background-position:100% 50%,0% 100%}}._container_12187_516{max-width:1120px;margin:0 auto;position:relative}._sectionTitle_12187_522{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:28px;font-weight:700;color:#1c1917;text-align:center;margin:0 0 40px}@media(max-width:810px){._sectionTitle_12187_522{font-size:22px}}@media(max-width:768px){._sectionTitle_12187_522{font-size:18px;margin-bottom:32px}}._sectionSubtitle_12187_542{font-size:17px;color:#57534e;text-align:center;margin:-32px 0 40px}@media(max-width:768px){._sectionSubtitle_12187_542{margin:-24px 0 32px;font-size:15px}}._problemSection_12187_555{padding:48px 32px;background:#fff;position:relative}._problemSection_12187_555:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#E7E5E4 50%,transparent 100%)}@media(max-width:768px){._problemSection_12187_555{padding:40px 20px}}._problemGrid_12187_575{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media(max-width:810px){._problemGrid_12187_575{grid-template-columns:1fr;gap:16px}}._problemCard_12187_587{padding:24px;background:#f5f5f4;border-radius:6px;border:1px solid #E7E5E4;transition:all .15s ease}._problemCard_12187_587:hover{background:#fff;border-color:#059669;box-shadow:0 2px 8px #05966914}._problemCard_12187_587:active{transform:scale(.98)}@media(max-width:768px){._problemCard_12187_587{padding:20px}}._problemIcon_12187_608{color:#059669;width:28px;height:28px;margin-bottom:16px}._problemTitle_12187_615{font-size:19px;font-weight:700;color:#1c1917;margin:0 0 8px}._problemText_12187_622{font-size:15px;line-height:1.6;color:#57534e;margin:0}._howItWorks_12187_629{padding:48px 32px;background:linear-gradient(180deg,#0596690a,#0596690f,#0596690a);position:relative}._howItWorks_12187_629:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(5,150,105,.3) 50%,transparent 100%)}@media(max-width:768px){._howItWorks_12187_629{padding:40px 20px}}._stepsContainer_12187_649{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:20px;align-items:start;max-width:800px;margin:0 auto}@media(max-width:810px){._stepsContainer_12187_649{grid-template-columns:1fr;gap:24px}}._step_12187_649{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;position:relative;cursor:pointer;transition:all .15s ease}._step_12187_649:hover ._stepIcon_12187_674{background:#059669;box-shadow:0 4px 16px #0596694d;transform:scale(1.05)}._stepIcon_12187_674{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6ee7b7,#059669);border-radius:50%;color:#fff;box-shadow:0 3px 12px #05966933;transition:all .15s ease}._stepIcon_12187_674 svg{width:22px;height:22px}._stepIconAi_12187_697{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6ee7b7,#059669);border-radius:50%;color:#fff;position:relative;animation:_aiPulse_12187_1 3s ease-in-out infinite;z-index:2}._stepIconAi_12187_697:before{content:"";position:absolute;top:-6px;left:-6px;right:-6px;bottom:-6px;border-radius:50%;background:radial-gradient(circle,rgba(5,150,105,.4) 0%,transparent 70%);animation:_ringPulse_12187_1 3s ease-in-out infinite;z-index:-1}._stepIconAi_12187_697 svg{width:22px;height:22px;animation:_iconRotate_12187_1 4s linear infinite;z-index:1}._stepNumber_12187_729{font-size:13px;font-weight:700;color:#059669;text-transform:uppercase;letter-spacing:.1em}._stepTitle_12187_737{font-size:19px;font-weight:700;color:#1c1917;margin:0}._stepText_12187_744{font-size:15px;line-height:1.6;color:#57534e;margin:0}._stepConnector_12187_751{width:48px;height:2px;background:linear-gradient(90deg,#6ee7b7,#059669);margin-top:36px}@media(max-width:810px){._stepConnector_12187_751{display:none}}._pipelineContainer_12187_763{display:flex;align-items:stretch;justify-content:center;gap:16px;margin-top:24px}@media(max-width:810px){._pipelineContainer_12187_763{flex-direction:column;align-items:center;gap:10px}}._pipelineStep_12187_778{display:flex;flex-direction:column;align-items:center;gap:8px;flex:1;max-width:220px}@media(max-width:810px){._pipelineStep_12187_778{max-width:280px;width:100%}}._pipelineCard_12187_793{background:#fff;border:1px solid #E7E5E4;border-radius:6px;width:100%;min-height:160px;overflow:hidden;box-shadow:0 2px 8px #1c19170f;transition:all .15s ease;display:flex;flex-direction:column}._pipelineCard_12187_793:hover{box-shadow:0 4px 16px #1c19171a;transform:translateY(-2px)}._pipelineCardProcessing_12187_810,._pipelineCardOutput_12187_815{border-color:#059669;background:linear-gradient(135deg,#05966905,#0596690d)}._pipelineHeader_12187_820{display:flex;align-items:center;gap:4px;padding:4px 8px;background:#f5f5f4;border-bottom:1px solid #E7E5E4;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:11px;color:#57534e}._pipelineHeader_12187_820 svg{color:#57534e}._pipelineContent_12187_835{padding:8px;flex:1;display:flex;flex-direction:column;justify-content:center}._pipelineRow_12187_843{padding:4px;border-bottom:1px dashed rgba(231,229,228,.5)}._pipelineRow_12187_843:last-child{border-bottom:none}._pipelineColHeader_12187_851{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:12px;color:#57534e}._pipelineArrow_12187_857{display:flex;align-items:center;justify-content:center;color:#059669;animation:_arrowPulseX_12187_1 1.5s ease-in-out infinite}@media(max-width:768px){._pipelineArrow_12187_857{transform:rotate(90deg);animation:_arrowPulseY_12187_1 1.5s ease-in-out infinite}}@keyframes _arrowPulseX_12187_1{0%,to{opacity:.5;transform:translate(0)}50%{opacity:1;transform:translate(4px)}}@keyframes _arrowPulseY_12187_1{0%,to{opacity:.5;transform:rotate(90deg) translate(0)}50%{opacity:1;transform:rotate(90deg) translate(4px)}}._pipelineProcessingContent_12187_891{padding:8px;display:flex;flex-direction:column;gap:6px;flex:1;justify-content:center}._pipelineProcessingItem_12187_900{display:flex;align-items:center;gap:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e}._pipelineProcessingIcon_12187_909{font-size:12px}._pipelineConnectorIcon_12187_913{color:#059669}._pipelineProcessingBadge_12187_917{margin-left:auto;padding:2px 6px;background:#0596691a;color:#059669;border-radius:4px;font-size:10px;font-weight:700}._pipelineProcessingCheck_12187_927{margin-left:auto;color:#059669;font-weight:700}._pipelineOutputContent_12187_933{padding:8px;display:flex;flex-direction:column;gap:4px;flex:1;justify-content:center}._pipelineOutputRow_12187_942{display:flex;align-items:center;gap:4px;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:11px}._pipelineOutputKey_12187_950{color:#6366f1}._pipelineOutputValue_12187_954{color:#1c1917;flex:1}._pipelineConfidence_12187_959{padding:2px 6px;background:#0596691a;color:#059669;border-radius:4px;font-size:10px;font-weight:700}._pipelineConfidenceMed_12187_968{padding:2px 6px;background:#f59e0b1a;color:#c57f08;border-radius:4px;font-size:10px;font-weight:700}._pipelineLabel_12187_977{display:flex;align-items:center;gap:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:500;color:#57534e}._pipelineLabel_12187_977 svg{color:#059669}._pipelineNote_12187_990{text-align:center;margin-top:20px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#57534e}._pipelineNoteHighlight_12187_998{color:#059669;font-weight:600}._comparisonSection_12187_1003{padding:48px 32px;background:#fff;position:relative}._comparisonSection_12187_1003:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#E7E5E4 50%,transparent 100%)}@media(max-width:768px){._comparisonSection_12187_1003{padding:40px 20px}}._comparisonGrid_12187_1023{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media(max-width:810px){._comparisonGrid_12187_1023{grid-template-columns:1fr;gap:16px}}._comparisonCard_12187_1035{padding:24px;background:#f5f5f4;border-radius:6px;border:1px solid #E7E5E4;transition:all .15s ease}._comparisonCard_12187_1035._highlighted_12187_1042{background:#fff;border-color:#059669;box-shadow:0 3px 12px #0596691a}._comparisonCard_12187_1035:hover{box-shadow:0 2px 8px #1c19170d}@media(max-width:768px){._comparisonCard_12187_1035{padding:20px}}._comparisonBadge_12187_1056{display:inline-flex;align-items:center;gap:4px;padding:4px 16px;background:#57534e;color:#fff;border-radius:100px;font-size:13px;font-weight:700;margin-bottom:20px}._comparisonBadge_12187_1056._primary_12187_1068{background:#059669}._comparisonTitle_12187_1072{font-size:19px;font-weight:700;color:#1c1917;margin:0 0 20px}._comparisonList_12187_1079{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}._comparisonList_12187_1079 li{display:flex;align-items:start;gap:8px;font-size:15px;line-height:1.5}._comparisonList_12187_1079 li span{flex:1;color:#57534e}._comparisonIconNegative_12187_1099{color:#dc2626;flex-shrink:0;width:18px;height:18px;margin-top:1px}._comparisonIconPositive_12187_1107{color:#059669;flex-shrink:0;width:18px;height:18px;margin-top:1px}._featuresSection_12187_1115{padding:48px 32px;background:#fff}@media(max-width:768px){._featuresSection_12187_1115{padding:40px 20px}}._featuresGrid_12187_1125{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media(max-width:810px){._featuresGrid_12187_1125{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._featuresGrid_12187_1125{grid-template-columns:1fr;gap:16px}}._featureCard_12187_1142{padding:24px;background:#fff;border:1px solid #E7E5E4;border-radius:6px;transition:all .15s ease;display:flex;flex-direction:column;gap:8px}._featureCard_12187_1142:hover{border-color:#059669;box-shadow:0 2px 8px #05966914}._featureCard_12187_1142:hover ._featureIconWrapper_12187_1156{background:#059669}._featureCard_12187_1142:hover ._featureIconWrapper_12187_1156 ._featureIcon_12187_1156{color:#fff}._featureCard_12187_1142:active{transform:scale(.98)}@media(max-width:768px){._featureCard_12187_1142{padding:20px}}._featureIconWrapper_12187_1156{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#d1fae5;border-radius:4px;transition:all .15s ease;flex-shrink:0}._featureIcon_12187_1156{color:#059669;width:20px;height:20px;transition:all .15s ease}._featureTitle_12187_1190{font-size:19px;font-weight:700;color:#1c1917;margin:0}._featureText_12187_1197{font-size:15px;line-height:1.5;color:#57534e;margin:0;flex:1}._featureHighlight_12187_1205{display:flex;align-items:center;gap:4px;padding:4px 8px;background:#d1fae5;border-radius:4px;color:#059669;font-size:13px;font-weight:600;margin-top:auto}._featureHighlight_12187_1205 svg{flex-shrink:0;width:14px;height:14px}._developerSection_12187_1223{padding:48px 32px;background:linear-gradient(135deg,#1c1917,#161412);position:relative;overflow:hidden}._developerSection_12187_1223:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(99,102,241,.5) 50%,transparent 100%);z-index:1}@media(max-width:768px){._developerSection_12187_1223{padding:40px 20px}}._developerSection_12187_1223 ._sectionTitle_12187_522{color:#fff;position:relative;z-index:1}._developerContent_12187_1250{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start;position:relative;z-index:2}@media(max-width:810px){._developerContent_12187_1250{grid-template-columns:1fr;gap:24px}}._codeBlock_12187_1265{background:#fafaf9;border-radius:6px;overflow:hidden;box-shadow:0 10px 15px #1c19171a}._codeHeader_12187_1272{display:flex;justify-content:space-between;align-items:center;padding:8px 16px;background:#f5f5f4;border-bottom:1px solid #E7E5E4}._codeLang_12187_1281{font-size:13px;font-weight:500;color:#57534e;text-transform:uppercase;letter-spacing:.05em}._copyButton_12187_1289{padding:2px 8px;background:#fff;border:1px solid #E7E5E4;border-radius:4px;font-size:11px;font-weight:500;color:#57534e;cursor:pointer;transition:all .15s ease}._copyButton_12187_1289:hover{border-color:#059669;color:#059669}._copyButton_12187_1289:active{transform:scale(.98)}._code_12187_1265{padding:20px;margin:0;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:13px;line-height:1.6;color:#1c1917;overflow-x:auto}._developerFeatures_12187_1318{display:flex;flex-direction:column;gap:20px}._devFeature_12187_1324{display:flex;gap:10px;align-items:start}._devIcon_12187_1330{color:#6366f1;flex-shrink:0;width:22px;height:22px;margin-top:2px}._devFeatureTitle_12187_1338{font-size:19px;font-weight:700;color:#fff;margin:0 0 2px}._devFeatureText_12187_1345{font-size:15px;color:#ffffffb3;margin:0}._devCta_12187_1351{display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:8px 24px;background:#6366f1;color:#fff;text-decoration:none;font-weight:600;font-size:15px;border-radius:4px;margin-top:16px;transition:all .15s ease;align-self:start}._devCta_12187_1351:hover{background:#4f46e5}._devCta_12187_1351:active{transform:scale(.98)}@media(max-width:768px){._devCta_12187_1351{width:100%;align-self:stretch}}._demoContainer_12187_1380{margin-top:40px;padding-top:40px;border-top:1px solid rgba(255,255,255,.1);position:relative;z-index:2}._connectorsSection_12187_1388{padding:48px 32px;background:#f5f5f4;position:relative}._connectorsSection_12187_1388:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#E7E5E4 50%,transparent 100%)}@media(max-width:768px){._connectorsSection_12187_1388{padding:40px 20px}}._connectorsGrid_12187_1408{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media(max-width:810px){._connectorsGrid_12187_1408{grid-template-columns:1fr;gap:16px}}._connectorCard_12187_1420{padding:24px;background:#fff;border:1px solid #E7E5E4;border-radius:6px;text-align:center;transition:all .15s ease}._connectorCard_12187_1420:hover{border-color:#059669;box-shadow:0 2px 8px #05966914}._connectorCard_12187_1420:hover ._connectorIcon_12187_1432{background:#059669;color:#fff}._connectorCard_12187_1420:active{transform:scale(.98)}@media(max-width:768px){._connectorCard_12187_1420{padding:20px}}._connectorIcon_12187_1432{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#d1fae5;color:#059669;border-radius:4px;margin:0 auto 16px;transition:all .15s ease}._connectorTitle_12187_1458{font-size:19px;font-weight:700;color:#1c1917;margin:0 0 8px}._connectorText_12187_1465{font-size:15px;line-height:1.6;color:#57534e;margin:0}._connectorsFooter_12187_1472{display:flex;flex-direction:column;align-items:center;gap:10px;margin-top:32px;padding-top:24px;border-top:1px solid #E7E5E4}._connectorsNote_12187_1482{font-size:15px;color:#57534e;margin:0;text-align:center}._connectorsLink_12187_1489{display:inline-flex;align-items:center;gap:4px;color:#059669;text-decoration:none;font-weight:600;font-size:15px;transition:all .15s ease}._connectorsLink_12187_1489:hover{color:#047857;gap:8px}._connectorsLink_12187_1489:active{transform:scale(.98)}._useCasesSection_12187_1507{padding:48px 32px;background:#f5f5f4;position:relative}._useCasesSection_12187_1507:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#E7E5E4 50%,transparent 100%)}@media(max-width:768px){._useCasesSection_12187_1507{padding:40px 20px}}._useCasesGrid_12187_1527{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media(max-width:810px){._useCasesGrid_12187_1527{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._useCasesGrid_12187_1527{grid-template-columns:1fr;gap:16px}}._useCaseCard_12187_1544{padding:24px;background:#fff;border:1px solid #E7E5E4;border-radius:6px;transition:all .15s ease;display:flex;flex-direction:column;gap:8px}._useCaseCard_12187_1544:hover{border-color:#059669;box-shadow:0 2px 8px #05966914}._useCaseCard_12187_1544:hover ._useCaseIcon_12187_1558{background:#059669;color:#fff}._useCaseCard_12187_1544:active{transform:scale(.98)}@media(max-width:768px){._useCaseCard_12187_1544{padding:20px}}._useCaseIcon_12187_1558{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#d1fae5;color:#059669;border-radius:4px;transition:all .15s ease}._useCaseIcon_12187_1558 svg{width:20px;height:20px}._useCaseTitle_12187_1587{font-size:19px;font-weight:700;color:#1c1917;margin:0}._useCaseDescription_12187_1594{font-size:15px;line-height:1.5;color:#57534e;margin:0;flex:1}._useCaseStat_12187_1602{display:flex;align-items:center;gap:4px;padding:4px 8px;background:#d1fae5;border-radius:4px;color:#059669;font-size:13px;font-weight:600;margin-top:auto}._useCaseStat_12187_1602 svg{flex-shrink:0;width:14px;height:14px}._complianceSection_12187_1620{padding:40px 32px;background:linear-gradient(135deg,#0596690a,#6366f10d,#05966908);position:relative}._complianceSection_12187_1620:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(5,150,105,.3) 50%,transparent 100%)}@media(max-width:768px){._complianceSection_12187_1620{padding:32px 20px}}._complianceSection_12187_1620 ._sectionTitle_12187_522{margin-bottom:32px}._complianceSimple_12187_1643{display:flex;flex-direction:column;align-items:center;gap:16px}._complianceBadges_12187_1650{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}@media(max-width:768px){._complianceBadges_12187_1650{gap:10px}}._complianceBadgeItem_12187_1662{display:flex;align-items:center;gap:4px;padding:8px 20px;background:#fff;border:1px solid #E7E5E4;border-radius:100px;color:#059669;font-weight:600;font-size:15px;transition:all .15s ease}._complianceBadgeItem_12187_1662:hover{border-color:#059669;box-shadow:0 2px 8px #05966914}._complianceBadgeItem_12187_1662 svg{flex-shrink:0;width:20px;height:20px}@media(max-width:768px){._complianceBadgeItem_12187_1662{padding:4px 16px;font-size:13px}._complianceBadgeItem_12187_1662 svg{width:18px;height:18px}}._complianceNote_12187_1695{font-size:15px;color:#57534e;text-align:center;margin:0;max-width:550px}._finalCta_12187_1703{padding:48px 32px;background:linear-gradient(135deg,#059669,#047857);position:relative;overflow:hidden}._finalCta_12187_1703:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 50%,transparent 100%)}._finalCta_12187_1703:after{content:"";position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(99,102,241,.15) 0%,transparent 70%);pointer-events:none}@media(max-width:768px){._finalCta_12187_1703{padding:40px 20px}}._ctaContent_12187_1734{text-align:center;display:flex;flex-direction:column;align-items:center;gap:20px;position:relative;z-index:1}._ctaTitle_12187_1744{font-size:28px;font-weight:700;color:#fff;margin:0}@media(max-width:810px){._ctaTitle_12187_1744{font-size:22px}}@media(max-width:768px){._ctaTitle_12187_1744{font-size:18px}}._ctaSubtitle_12187_1761{font-size:17px;color:#ffffffe6;margin:0;max-width:500px}._ctaButtons_12187_1768{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}@media(max-width:768px){._ctaButtons_12187_1768{flex-direction:column;width:100%;max-width:320px;margin:0 auto}}._ctaButtonPrimary_12187_1783{display:inline-flex;align-items:center;justify-content:center;padding:8px 32px;background:#fff;color:#059669;text-decoration:none;font-weight:700;font-size:17px;border-radius:4px;transition:all .15s ease}._ctaButtonPrimary_12187_1783:hover{box-shadow:0 3px 10px #fff3}._ctaButtonPrimary_12187_1783:active{transform:scale(.98)}@media(max-width:768px){._ctaButtonPrimary_12187_1783{width:100%;padding:8px 24px;font-size:15px}}._ctaButtonSecondary_12187_1810{display:inline-flex;align-items:center;justify-content:center;padding:8px 32px;background:transparent;color:#fff;text-decoration:none;font-weight:700;font-size:17px;border:1px solid white;border-radius:4px;transition:all .15s ease}._ctaButtonSecondary_12187_1810:hover{background:#ffffff1a}._ctaButtonSecondary_12187_1810:active{transform:scale(.98)}@media(max-width:768px){._ctaButtonSecondary_12187_1810{width:100%;padding:8px 24px;font-size:15px}}._ctaNote_12187_1838{font-size:15px;color:#fffc;margin:0}@keyframes _fadeIn_131je_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_131je_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._contactPage_131je_19{width:100%;background:#fafaf9}._hero_131je_24{padding:48px 32px;background:linear-gradient(135deg,#05966908,#6366f108)}@media(max-width:768px){._hero_131je_24{padding:40px 20px}}._container_131je_34{max-width:1120px;margin:0 auto}._heroContent_131je_39{text-align:center;max-width:600px;margin:0 auto}._heroTitle_131je_45{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:32px;font-weight:700;color:#1c1917;margin:0 0 16px}@media(max-width:810px){._heroTitle_131je_45{font-size:28px}}@media(max-width:768px){._heroTitle_131je_45{font-size:24px}}._heroSubtitle_131je_63{font-size:15px;line-height:1.6;color:#57534e;margin:0}@media(max-width:768px){._heroSubtitle_131je_63{font-size:14px}}._contactSection_131je_75{padding:48px 32px;background:#fff}@media(max-width:768px){._contactSection_131je_75{padding:40px 20px}}._contactGrid_131je_85{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media(max-width:810px){._contactGrid_131je_85{grid-template-columns:1fr;gap:16px;max-width:400px;margin:0 auto}}._contactCard_131je_99{position:relative;padding:24px;background:#fff;border:1px solid #E7E5E4;border-radius:8px;text-decoration:none;display:flex;flex-direction:column;gap:10px;transition:all .15s ease}._contactCard_131je_99:hover{border-color:#059669;box-shadow:0 2px 8px #05966914}._contactCard_131je_99:hover ._cardIconWrapper_131je_115{background:#059669;color:#fff}._contactCard_131je_99:hover ._cardArrow_131je_119{opacity:1;transform:translate(0)}._contactCard_131je_99:active{transform:scale(.98)}@media(max-width:768px){._contactCard_131je_99{padding:20px}}._cardIconWrapper_131je_115{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#0596691a;border-radius:4px;color:#059669;transition:all .15s ease}._cardIcon_131je_115{flex-shrink:0}._cardTitle_131je_148{font-size:15px;font-weight:600;color:#1c1917;margin:0}._cardValue_131je_155{font-size:13px;font-weight:500;color:#059669;margin:0;font-family:JetBrains Mono,Fira Code,Consolas,monospace}._cardDescription_131je_163{font-size:13px;line-height:1.5;color:#57534e;margin:0}._cardArrow_131je_119{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#0596691a;border-radius:50%;color:#059669;margin-top:auto;opacity:0;transform:translate(-4px);transition:all .15s ease}._infoSection_131je_185{padding:48px 32px;background:#f5f5f4}@media(max-width:768px){._infoSection_131je_185{padding:40px 20px}}._infoGrid_131je_195{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media(max-width:810px){._infoGrid_131je_195{grid-template-columns:1fr;gap:16px;max-width:500px;margin:0 auto}}._infoCard_131je_209{display:flex;gap:16px;padding:24px;background:#fff;border-radius:8px;border:1px solid #E7E5E4;transition:all .15s ease}._infoCard_131je_209:hover{border-color:#6366f1;box-shadow:0 2px 8px #6366f114}@media(max-width:768px){._infoCard_131je_209{padding:20px;gap:10px}}._infoIconWrapper_131je_229{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#6366f11a;border-radius:50%;color:#6366f1;flex-shrink:0}._infoIcon_131je_229{flex-shrink:0}._infoContent_131je_245{display:flex;flex-direction:column;gap:4px}._infoTitle_131je_251{font-size:14px;font-weight:600;color:#1c1917;margin:0}._infoText_131je_258{font-size:13px;line-height:1.5;color:#57534e;margin:0}._ctaSection_131je_265{padding:48px 32px;background:linear-gradient(135deg,#059669f2,#047857)}@media(max-width:768px){._ctaSection_131je_265{padding:40px 20px}}._ctaContent_131je_275{text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}._ctaTitle_131je_283{font-size:28px;font-weight:700;color:#fff;margin:0}@media(max-width:810px){._ctaTitle_131je_283{font-size:24px}}@media(max-width:768px){._ctaTitle_131je_283{font-size:22px}}._ctaSubtitle_131je_300{font-size:14px;color:#ffffffe6;margin:0;max-width:500px}._ctaButtons_131je_307{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-top:8px}._ctaButtonPrimary_131je_315{padding:8px 32px;background:#fff;color:#059669;text-decoration:none;font-weight:600;font-size:14px;border-radius:4px;transition:all .15s ease}._ctaButtonPrimary_131je_315:hover{box-shadow:0 2px 8px #fff3}._ctaButtonPrimary_131je_315:active{transform:scale(.98)}._ctaButtonSecondary_131je_332{padding:8px 32px;background:transparent;color:#fff;text-decoration:none;font-weight:600;font-size:14px;border:1px solid white;border-radius:4px;transition:all .15s ease}._ctaButtonSecondary_131je_332:hover{background:#ffffff1a}._ctaButtonSecondary_131je_332:active{transform:scale(.98)}._contact_2eehn_1{width:100%;min-height:100vh;background:#fafaf9}@keyframes _fadeIn_6zzdu_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_6zzdu_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._faqPage_6zzdu_19{min-height:100vh;display:flex;flex-direction:column}._faqSection_6zzdu_25{flex:1;padding:48px 32px;background:linear-gradient(135deg,#05966908,#6366f108)}@media(max-width:768px){._faqSection_6zzdu_25{padding:40px 20px}}._container_6zzdu_36{max-width:1000px;margin:0 auto}._pageTitle_6zzdu_41{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:32px;font-weight:700;color:#1c1917;text-align:center;margin:0 0 16px}@media(max-width:810px){._pageTitle_6zzdu_41{font-size:28px}}@media(max-width:768px){._pageTitle_6zzdu_41{font-size:24px}}._pageSubtitle_6zzdu_60{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;color:#57534e;text-align:center;max-width:600px;margin:0 auto 40px;line-height:1.6}@media(max-width:768px){._pageSubtitle_6zzdu_60{font-size:14px;margin-bottom:32px}}._faqGrid_6zzdu_76{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media(max-width:810px){._faqGrid_6zzdu_76{grid-template-columns:1fr;gap:16px}}._faqCard_6zzdu_88{background:#fff;padding:24px;border-radius:8px;border:1px solid #E7E5E4;transition:all .15s ease;display:flex;flex-direction:column;gap:10px}._faqCard_6zzdu_88:hover{border-color:#059669;box-shadow:0 2px 8px #05966914}._faqCard_6zzdu_88:active{transform:scale(.98)}@media(max-width:768px){._faqCard_6zzdu_88{padding:20px}}._faqIcon_6zzdu_111{color:#059669;flex-shrink:0}._faqQuestion_6zzdu_116{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:600;color:#1c1917;line-height:1.4;margin:0}._faqAnswer_6zzdu_125{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;line-height:1.6;margin:0}@keyframes _fadeIn_1igg1_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_1igg1_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._statusPage_1igg1_19{min-height:100vh;display:flex;flex-direction:column;background:#fafaf9}._statusSection_1igg1_26{flex:1;padding:64px 40px}@media(max-width:810px){._statusSection_1igg1_26{padding:48px 32px}}@media(max-width:768px){._statusSection_1igg1_26{padding:48px 20px}}._container_1igg1_41{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:64px}@media(max-width:768px){._container_1igg1_41{gap:48px}}._overallStatus_1igg1_54{display:flex;flex-direction:column;gap:20px;padding:40px;background:#fff;border-radius:8px;border:2px solid #E7E5E4;box-shadow:0 4px 6px #1c191712}@media(max-width:768px){._overallStatus_1igg1_54{padding:32px;gap:16px}}._statusHeader_1igg1_71{display:flex;align-items:start;gap:24px}@media(max-width:768px){._statusHeader_1igg1_71{gap:16px}}._statusIndicator_1igg1_82{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .15s ease}._statusIndicator_1igg1_82 svg{width:24px;height:24px}@media(max-width:768px){._statusIndicator_1igg1_82{width:40px;height:40px}._statusIndicator_1igg1_82 svg{width:20px;height:20px}}._statusOperational_1igg1_107{background:#d1fae5;color:#059669}._statusDegraded_1igg1_112{background:#fef3c7;color:#f59e0b}._statusOutage_1igg1_117{background:#fee2e2;color:#dc2626}._statusInfo_1igg1_122{flex:1;display:flex;flex-direction:column;gap:10px}._statusTitle_1igg1_129{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:36px;font-weight:700;color:#1c1917;margin:0}@media(max-width:810px){._statusTitle_1igg1_129{font-size:28px}}@media(max-width:768px){._statusTitle_1igg1_129{font-size:22px}}._statusSubtitle_1igg1_147{font-size:17px;line-height:1.6;color:#57534e;margin:0}@media(max-width:768px){._statusSubtitle_1igg1_147{font-size:15px}}._lastUpdated_1igg1_159{display:flex;align-items:center;gap:8px;padding-top:24px;border-top:1px solid #E7E5E4;font-size:15px;color:#57534e}._lastUpdated_1igg1_159 svg{flex-shrink:0}@media(max-width:768px){._lastUpdated_1igg1_159{font-size:13px}}._systemsSection_1igg1_177{display:flex;flex-direction:column;gap:32px}._sectionTitle_1igg1_183{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:28px;font-weight:700;color:#1c1917;margin:0}@media(max-width:768px){._sectionTitle_1igg1_183{font-size:22px}}._systemsGrid_1igg1_196{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media(max-width:810px){._systemsGrid_1igg1_196{grid-template-columns:1fr;gap:20px}}._systemCard_1igg1_208{display:flex;flex-direction:column;gap:20px;padding:40px;background:#fff;border-radius:8px;border:2px solid #E7E5E4;transition:all .15s ease}._systemCard_1igg1_208:hover{border-color:#059669;box-shadow:0 2px 8px #05966914}._systemCard_1igg1_208:active{transform:scale(.98)}@media(max-width:768px){._systemCard_1igg1_208{padding:32px;gap:16px}}._systemHeader_1igg1_232{display:flex;gap:16px;align-items:start}._systemIcon_1igg1_238{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#d1fae5;border-radius:6px;color:#059669;flex-shrink:0}@media(max-width:768px){._systemIcon_1igg1_238{width:40px;height:40px}}._systemMeta_1igg1_256{flex:1;display:flex;flex-direction:column;gap:4px}._systemName_1igg1_263{font-size:18px;font-weight:700;color:#1c1917;margin:0}@media(max-width:768px){._systemName_1igg1_263{font-size:19px}}._systemDescription_1igg1_275{font-size:15px;line-height:1.5;color:#57534e;margin:0}@media(max-width:768px){._systemDescription_1igg1_275{font-size:13px}}._systemFooter_1igg1_287{display:flex;justify-content:space-between;align-items:center;padding-top:20px;border-top:1px solid #E7E5E4}@media(max-width:768px){._systemFooter_1igg1_287{flex-direction:column;align-items:start;gap:10px}}._systemStatus_1igg1_302{display:flex;align-items:center;gap:8px;padding:4px 16px;border-radius:4px;font-size:15px;font-weight:600}._systemStatus_1igg1_302 svg{flex-shrink:0}@media(max-width:768px){._systemStatus_1igg1_302{font-size:13px}}._systemUptime_1igg1_320{display:flex;align-items:center;gap:4px;font-size:15px}@media(max-width:768px){._systemUptime_1igg1_320{font-size:13px}}._uptimeLabel_1igg1_332{color:#57534e}._uptimeValue_1igg1_336{font-weight:700;color:#059669}._incidentsSection_1igg1_341{display:flex;flex-direction:column;gap:32px}._noIncidents_1igg1_347{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:80px 40px;background:#fff;border-radius:8px;border:2px solid #E7E5E4;text-align:center}@media(max-width:768px){._noIncidents_1igg1_347{padding:48px 32px;gap:10px}}._noIncidentsIcon_1igg1_366{color:#059669}._noIncidentsTitle_1igg1_370{font-size:22px;font-weight:700;color:#1c1917;margin:0}@media(max-width:768px){._noIncidentsTitle_1igg1_370{font-size:18px}}._noIncidentsText_1igg1_382{font-size:17px;line-height:1.6;color:#57534e;margin:0;max-width:600px}@media(max-width:768px){._noIncidentsText_1igg1_382{font-size:15px}}._definitionsSection_1igg1_395{display:flex;flex-direction:column;gap:32px}._definitionsGrid_1igg1_401{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media(max-width:810px){._definitionsGrid_1igg1_401{grid-template-columns:1fr;gap:16px}}._definitionCard_1igg1_413{display:flex;align-items:center;gap:16px;padding:32px;background:#fff;border-radius:6px;border:2px solid #E7E5E4;transition:all .15s ease}._definitionCard_1igg1_413:hover{border-color:#059669;box-shadow:0 2px 8px #05966914}._definitionCard_1igg1_413:active{transform:scale(.98)}@media(max-width:768px){._definitionCard_1igg1_413{padding:20px;gap:10px}}._definitionIcon_1igg1_437{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0}@media(max-width:768px){._definitionIcon_1igg1_437{width:32px;height:32px}}._definitionTitle_1igg1_453{font-size:17px;font-weight:700;color:#1c1917;margin:0 0 4px}@media(max-width:768px){._definitionTitle_1igg1_453{font-size:15px}}._definitionText_1igg1_465{font-size:15px;color:#57534e;margin:0}@media(max-width:768px){._definitionText_1igg1_465{font-size:13px}}._subscribeSection_1igg1_476{display:flex;flex-direction:column;gap:32px}._subscribeCard_1igg1_482{display:flex;flex-direction:column;align-items:center;gap:24px;padding:64px 40px;background:linear-gradient(135deg,#05966908,#6366f108);border-radius:8px;border:2px solid #E7E5E4;text-align:center}@media(max-width:768px){._subscribeCard_1igg1_482{padding:48px 32px;gap:20px}}._subscribeText_1igg1_500{font-size:19px;line-height:1.6;color:#57534e;margin:0;max-width:600px}@media(max-width:768px){._subscribeText_1igg1_500{font-size:17px}}._subscribeButton_1igg1_513{padding:16px 40px;background:#059669;color:#fff;border:none;border-radius:4px;font-size:17px;font-weight:600;cursor:pointer;transition:all .15s ease}._subscribeButton_1igg1_513:hover{background:#047857;box-shadow:0 2px 4px #05966926}._subscribeButton_1igg1_513:active{transform:scale(.98)}@media(max-width:768px){._subscribeButton_1igg1_513{width:100%}}@keyframes _fadeIn_vev9j_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_vev9j_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._pricingPage_vev9j_19{width:100%;min-height:100vh;background:#fafaf9}._hero_vev9j_25{padding:48px 32px;background:linear-gradient(135deg,#05966908,#6366f108);text-align:center}@media(max-width:768px){._hero_vev9j_25{padding:40px 20px}}._container_vev9j_36{max-width:1120px;margin:0 auto}._heroTitle_vev9j_41{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:32px;font-weight:700;color:#1c1917;margin:0 0 16px}@media(max-width:810px){._heroTitle_vev9j_41{font-size:28px}}@media(max-width:768px){._heroTitle_vev9j_41{font-size:24px}}._heroSubtitle_vev9j_59{font-size:15px;color:#57534e;max-width:500px;margin:0 auto;line-height:1.6}@media(max-width:768px){._heroSubtitle_vev9j_59{font-size:14px}}._pricingSection_vev9j_74{padding:48px 32px;background:#fafaf9}@media(max-width:768px){._pricingSection_vev9j_74{padding:40px 20px}}._pricingGrid_vev9j_84{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1100px;margin:0 auto}@media(max-width:810px){._pricingGrid_vev9j_84{grid-template-columns:1fr;max-width:400px;gap:16px}}._pricingCard_vev9j_99._enterprise_vev9j_99{grid-column:1/-1;background:linear-gradient(135deg,#05966908,#6366f108);border-color:#059669}._pricingCard_vev9j_99{position:relative;padding:24px;background:#fff;border:1px solid #E7E5E4;border-radius:8px;display:flex;flex-direction:column;gap:16px;transition:all .15s ease}._pricingCard_vev9j_99:hover{border-color:#059669;box-shadow:0 2px 8px #05966914}._pricingCard_vev9j_99:active{transform:scale(.98)}._pricingCard_vev9j_99._popular_vev9j_123{border-color:#059669;border-width:2px}._pricingCard_vev9j_99._popular_vev9j_123:hover{box-shadow:0 4px 12px #0596691f}@media(max-width:768px){._pricingCard_vev9j_99{padding:20px}}._popularBadge_vev9j_136{position:absolute;top:-11px;left:50%;transform:translate(-50%);padding:4px 16px;background:#059669;color:#fff;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border-radius:100px}._cardHeader_vev9j_151{display:flex;flex-direction:column;align-items:center;gap:2px}._pricingTier_vev9j_158{font-size:18px;font-weight:700;color:#1c1917;margin:0;text-align:center}._pricingSubtitle_vev9j_166{font-size:13px;color:#57534e;margin:0;text-align:center;font-weight:500}._pricingPrice_vev9j_174{text-align:center;padding:8px 0}._priceAmount_vev9j_179{font-size:36px;font-weight:700;color:#059669}@media(max-width:768px){._priceAmount_vev9j_179{font-size:32px}}._pricePeriod_vev9j_190{font-size:13px;color:#57534e}._featuresGroup_vev9j_195{display:flex;flex-direction:column;gap:8px}._featureGroupTitle_vev9j_201{font-size:10px;font-weight:700;color:#57534e;margin:0;text-transform:uppercase;letter-spacing:.5px;padding-bottom:4px;border-bottom:1px solid #E7E5E4}._pricingFeatures_vev9j_212{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}._pricingFeatures_vev9j_212 li{display:flex;align-items:flex-start;gap:4px;font-size:13px;color:#1c1917;line-height:1.5}._pricingFeatures_vev9j_212 li svg{color:#059669;flex-shrink:0;margin-top:2px}._pricingButton_vev9j_234{padding:8px 24px;background:#059669;color:#fff;text-decoration:none;text-align:center;font-weight:600;font-size:13px;border-radius:4px;transition:all .15s ease;margin-top:auto}._pricingButton_vev9j_234:hover{background:#047857;box-shadow:0 2px 4px #05966926}._pricingButton_vev9j_234:active{transform:scale(.98)}._enterpriseContent_vev9j_254{display:flex;align-items:center;justify-content:space-between;gap:32px}@media(max-width:810px){._enterpriseContent_vev9j_254{flex-direction:column;align-items:flex-start}}._enterpriseInfo_vev9j_267{flex:1;display:flex;flex-direction:column;gap:10px}._enterpriseTier_vev9j_274{font-size:20px;font-weight:700;color:#1c1917;margin:0}._enterpriseDescription_vev9j_281{font-size:14px;line-height:1.6;color:#57534e;margin:0;max-width:500px}._enterpriseHighlights_vev9j_289{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;list-style:none;padding:0;margin:0}@media(max-width:768px){._enterpriseHighlights_vev9j_289{grid-template-columns:1fr}}._enterpriseHighlights_vev9j_289 li{display:flex;align-items:flex-start;gap:4px;font-size:13px;color:#1c1917;line-height:1.5}._enterpriseHighlights_vev9j_289 li svg{color:#059669;flex-shrink:0;margin-top:2px}._enterpriseCta_vev9j_316{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}@media(max-width:810px){._enterpriseCta_vev9j_316{width:100%}}._enterpriseButton_vev9j_329{padding:8px 32px;background:#059669;color:#fff;text-decoration:none;font-weight:600;font-size:14px;border-radius:4px;transition:all .15s ease;white-space:nowrap}._enterpriseButton_vev9j_329:hover{background:#047857;box-shadow:0 2px 8px #05966926}._enterpriseButton_vev9j_329:active{transform:scale(.98)}@media(max-width:810px){._enterpriseButton_vev9j_329{width:100%}}._enterpriseNote_vev9j_353{font-size:12px;color:#57534e;margin:0}._faqSection_vev9j_359{padding:48px 32px;background:#fff}@media(max-width:768px){._faqSection_vev9j_359{padding:40px 20px}}._sectionTitle_vev9j_369{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:28px;font-weight:700;color:#1c1917;text-align:center;margin:0 0 40px}@media(max-width:810px){._sectionTitle_vev9j_369{font-size:24px}}@media(max-width:768px){._sectionTitle_vev9j_369{font-size:22px;margin-bottom:32px}}._faqGrid_vev9j_389{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:900px;margin:0 auto}@media(max-width:810px){._faqGrid_vev9j_389{grid-template-columns:1fr;gap:20px}}._faqItem_vev9j_403{display:flex;flex-direction:column;gap:4px}._faqQuestion_vev9j_409{font-size:15px;font-weight:600;color:#1c1917;margin:0}._faqAnswer_vev9j_416{font-size:13px;line-height:1.6;color:#57534e;margin:0}._ctaSection_vev9j_423{padding:48px 32px;background:linear-gradient(135deg,#059669f2,#047857);text-align:center}@media(max-width:768px){._ctaSection_vev9j_423{padding:40px 20px}}._ctaTitle_vev9j_434{font-size:28px;font-weight:700;color:#fff;margin:0 0 8px}@media(max-width:810px){._ctaTitle_vev9j_434{font-size:24px}}@media(max-width:768px){._ctaTitle_vev9j_434{font-size:22px}}._ctaSubtitle_vev9j_451{font-size:14px;color:#ffffffe6;max-width:500px;margin:0 auto 32px}._ctaButtons_vev9j_460{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}._ctaButtonPrimary_vev9j_467{padding:8px 32px;background:#fff;color:#059669;text-decoration:none;font-weight:600;font-size:14px;border-radius:4px;transition:all .15s ease}._ctaButtonPrimary_vev9j_467:hover{box-shadow:0 2px 8px #fff3}._ctaButtonPrimary_vev9j_467:active{transform:scale(.98)}._ctaButtonSecondary_vev9j_484{padding:8px 32px;background:transparent;color:#fff;text-decoration:none;font-weight:600;font-size:14px;border:1px solid white;border-radius:4px;transition:all .15s ease}._ctaButtonSecondary_vev9j_484:hover{background:#ffffff1a}._ctaButtonSecondary_vev9j_484:active{transform:scale(.98)}@keyframes _fadeIn_ezjv1_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_ezjv1_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._agentPage_ezjv1_19{width:100%;min-height:100vh;background:#fafaf9}._hero_ezjv1_25{padding:64px 40px;background:linear-gradient(135deg,#0596690a,#6366f10d,#05966908);position:relative}@media(max-width:768px){._hero_ezjv1_25{padding:48px 20px}}._container_ezjv1_36{max-width:1120px;margin:0 auto}._heroContent_ezjv1_41{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}@media(max-width:810px){._heroContent_ezjv1_41{grid-template-columns:1fr;gap:48px}}._comingSoonBadge_ezjv1_54{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;background:linear-gradient(135deg,#059669,#047857);color:#fff;border-radius:100px;font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:24px;width:fit-content}._heroTitle_ezjv1_70{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:42px;font-weight:700;line-height:1.1;color:#1c1917;margin:0 0 24px}@media(max-width:810px){._heroTitle_ezjv1_70{font-size:36px}}@media(max-width:768px){._heroTitle_ezjv1_70{font-size:28px}}._highlight_ezjv1_89{color:#059669;position:relative;display:inline-block}._heroSubtitle_ezjv1_95{font-size:19px;line-height:1.6;color:#57534e;margin:0 0 40px}@media(max-width:768px){._heroSubtitle_ezjv1_95{font-size:17px}}._platformBadges_ezjv1_107{display:flex;gap:16px;flex-wrap:wrap}._platformBadge_ezjv1_107{display:flex;align-items:center;gap:8px;padding:16px 24px;background:#fff;border:2px solid #E7E5E4;border-radius:4px;font-size:17px;font-weight:500;color:#1c1917}._heroVisual_ezjv1_126{position:relative}._mockupPlaceholder_ezjv1_130{width:100%;display:flex;justify-content:center;align-items:center}._mockupWindow_ezjv1_137{width:100%;max-width:500px;background:#fff;border-radius:8px;box-shadow:0 20px 25px #1c19171a;overflow:hidden;border:1px solid #E7E5E4}._mockupHeader_ezjv1_147{display:flex;align-items:center;gap:10px;padding:16px 20px;background:#f5f5f4;border-bottom:1px solid #E7E5E4}._mockupDots_ezjv1_156{display:flex;gap:8px}._mockupDots_ezjv1_156 span{width:12px;height:12px;border-radius:50%;background:#e7e5e4}._mockupDots_ezjv1_156 span:nth-child(1){background:#ff5f57}._mockupDots_ezjv1_156 span:nth-child(2){background:#ffbd2e}._mockupDots_ezjv1_156 span:nth-child(3){background:#28ca42}._mockupTitle_ezjv1_176{font-size:15px;font-weight:500;color:#57534e}._mockupContent_ezjv1_182{padding:40px;display:flex;flex-direction:column;gap:32px}._mockupStats_ezjv1_189{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}._mockupStat_ezjv1_189{display:flex;flex-direction:column;gap:4px;padding:20px;background:#d1fae5;border-radius:6px}._mockupStatValue_ezjv1_204{font-size:28px;font-weight:700;color:#059669}._mockupStatLabel_ezjv1_210{font-size:13px;color:#57534e;text-transform:uppercase;letter-spacing:.05em}._mockupChart_ezjv1_217{display:flex;align-items:flex-end;gap:10px;height:120px;padding:20px;background:#f5f5f4;border-radius:6px}._mockupChartBar_ezjv1_227{flex:1;background:linear-gradient(180deg,#059669,#047857);border-radius:4px;min-height:20px}._featuresSection_ezjv1_234{padding:100px 48px;background:#fff;position:relative}._featuresSection_ezjv1_234:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#E7E5E4 50%,transparent 100%)}@media(max-width:768px){._featuresSection_ezjv1_234{padding:64px 20px}}._sectionTitle_ezjv1_254{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:42px;font-weight:700;color:#1c1917;text-align:center;margin:0 0 24px}@media(max-width:810px){._sectionTitle_ezjv1_254{font-size:36px}}@media(max-width:768px){._sectionTitle_ezjv1_254{font-size:28px}}._sectionSubtitle_ezjv1_273{font-size:19px;color:#57534e;text-align:center;margin:0 0 64px}@media(max-width:768px){._sectionSubtitle_ezjv1_273{margin-bottom:48px}}._featuresGrid_ezjv1_285{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}@media(max-width:810px){._featuresGrid_ezjv1_285{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._featuresGrid_ezjv1_285{grid-template-columns:1fr;gap:24px}}._featureCard_ezjv1_302{padding:48px;background:#fff;border-radius:8px;border:2px solid #E7E5E4;transition:all .15s ease}._featureCard_ezjv1_302:hover{border-color:#059669;box-shadow:0 2px 8px #05966914}._featureCard_ezjv1_302:hover ._featureIconWrapper_ezjv1_313{background:#059669}._featureCard_ezjv1_302:hover ._featureIconWrapper_ezjv1_313 ._featureIcon_ezjv1_313{color:#fff}._featureCard_ezjv1_302:active{transform:scale(.98)}@media(max-width:768px){._featureCard_ezjv1_302{padding:40px}}._featureIconWrapper_ezjv1_313{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#d1fae5;border-radius:6px;margin-bottom:20px;transition:all .15s ease}._featureIcon_ezjv1_313{color:#059669;transition:all .15s ease}._featureTitle_ezjv1_345{font-size:18px;font-weight:700;color:#1c1917;margin:0 0 16px}._featureText_ezjv1_352{font-size:17px;line-height:1.6;color:#57534e;margin:0}._useCasesSection_ezjv1_359{padding:100px 48px;background:#f5f5f4;position:relative}._useCasesSection_ezjv1_359:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#E7E5E4 50%,transparent 100%)}@media(max-width:768px){._useCasesSection_ezjv1_359{padding:64px 20px}}._useCasesList_ezjv1_379{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:900px;margin:0 auto}@media(max-width:810px){._useCasesList_ezjv1_379{grid-template-columns:1fr}}._useCaseItem_ezjv1_392{display:flex;align-items:center;gap:16px;padding:24px;background:#fff;border-radius:6px;border:2px solid #E7E5E4;font-size:17px;color:#1c1917;transition:all .15s ease}._useCaseItem_ezjv1_392:hover{border-color:#059669;box-shadow:0 2px 8px #05966914}._useCaseIcon_ezjv1_409{color:#059669;flex-shrink:0}._waitlistSection_ezjv1_414{padding:100px 48px;background:linear-gradient(135deg,#059669,#046f4d,#047857);position:relative;overflow:hidden}._waitlistSection_ezjv1_414:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 50%,transparent 100%)}._waitlistSection_ezjv1_414:after{content:"";position:absolute;top:-50%;left:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(99,102,241,.15) 0%,transparent 70%);pointer-events:none}@media(max-width:768px){._waitlistSection_ezjv1_414{padding:64px 20px}}._waitlistContent_ezjv1_445{text-align:center;display:flex;flex-direction:column;align-items:center;gap:32px;position:relative;z-index:1;max-width:700px;margin:0 auto}._waitlistTitle_ezjv1_457{font-size:42px;font-weight:700;color:#fff;margin:0}@media(max-width:810px){._waitlistTitle_ezjv1_457{font-size:36px}}@media(max-width:768px){._waitlistTitle_ezjv1_457{font-size:28px}}._waitlistSubtitle_ezjv1_474{font-size:19px;color:#ffffffe6;margin:0}._waitlistForm_ezjv1_480{display:flex;gap:10px;width:100%;max-width:500px}@media(max-width:768px){._waitlistForm_ezjv1_480{flex-direction:column}}._waitlistInput_ezjv1_492{flex:1;padding:20px 24px;background:#fff;border:2px solid transparent;border-radius:4px;font-size:19px;color:#1c1917;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;outline:none;transition:all .15s ease}._waitlistInput_ezjv1_492::placeholder{color:#57534e}._waitlistInput_ezjv1_492:focus{border-color:#059669}._waitlistButton_ezjv1_511{padding:20px 48px;background:#fff;color:#059669;border:none;border-radius:4px;font-size:19px;font-weight:700;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;cursor:pointer;transition:all .15s ease}._waitlistButton_ezjv1_511:hover{box-shadow:0 4px 12px #fff3;transform:translateY(-1px)}._waitlistButton_ezjv1_511:active{transform:scale(.98)}._waitlistNote_ezjv1_531{font-size:17px;color:#fffc;margin:0}@keyframes _fadeIn_13xhc_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_13xhc_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._securityPage_13xhc_19{width:100%;min-height:100vh;background:#fafaf9}._hero_13xhc_25{position:relative;padding:48px 32px;background:linear-gradient(135deg,#05966908,#6366f108)}@media(max-width:768px){._hero_13xhc_25{padding:40px 20px}}._heroContainer_13xhc_36{max-width:1120px;margin:0 auto}._heroContent_13xhc_41{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}@media(max-width:810px){._heroContent_13xhc_41{grid-template-columns:1fr;gap:32px}}._heroText_13xhc_54{display:flex;flex-direction:column;gap:0}._heroTitle_13xhc_60{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:32px;font-weight:700;line-height:1.2;color:#1c1917;margin:0 0 20px}@media(max-width:810px){._heroTitle_13xhc_60{font-size:28px}}@media(max-width:768px){._heroTitle_13xhc_60{font-size:24px;margin-bottom:16px}}._highlight_13xhc_80{color:#059669}._heroSubtitle_13xhc_84{font-size:15px;line-height:1.6;color:#57534e;margin:0 0 24px}@media(max-width:768px){._heroSubtitle_13xhc_84{font-size:14px}}._trustBar_13xhc_96{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding-top:20px;border-top:1px solid #E7E5E4}@media(max-width:810px){._trustBar_13xhc_96{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._trustBar_13xhc_96{gap:10px;padding-top:16px}}._trustItem_13xhc_115{display:flex;flex-direction:column;gap:2px}._trustNumber_13xhc_121{font-size:20px;font-weight:700;color:#059669}@media(max-width:768px){._trustNumber_13xhc_121{font-size:18px}}._trustLabel_13xhc_132{font-size:11px;color:#57534e;text-transform:uppercase;letter-spacing:.3px;font-weight:500}._heroVisual_13xhc_140{position:relative;display:flex;align-items:center;justify-content:center;padding:24px}@media(max-width:810px){._heroVisual_13xhc_140{padding:20px}}._shieldIllustration_13xhc_153{position:relative;width:100%;max-width:280px;height:280px;display:flex;align-items:center;justify-content:center}@media(max-width:768px){._shieldIllustration_13xhc_153{max-width:240px;height:240px}}._shieldOuter_13xhc_169{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:160px;height:160px;background:linear-gradient(135deg,#059669,#047857);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #05966940}._shieldOuter_13xhc_169:before{content:"";position:absolute;top:-12px;left:-12px;right:-12px;bottom:-12px;border-radius:50%;border:2px solid rgba(5,150,105,.2)}@media(max-width:768px){._shieldOuter_13xhc_169{width:140px;height:140px}}._shieldInner_13xhc_200{position:relative;width:130px;height:130px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center}@media(max-width:768px){._shieldInner_13xhc_200{width:110px;height:110px}}._shieldIcon_13xhc_217{width:56px;height:56px;color:#059669}@media(max-width:768px){._shieldIcon_13xhc_217{width:48px;height:48px}}._floatingBadge_13xhc_229{position:absolute;display:flex;align-items:center;gap:4px;padding:4px 10px;background:#fff;border-radius:100px;box-shadow:0 2px 8px #00000014;font-size:11px;font-weight:600;color:#1c1917;white-space:nowrap}._floatingBadge_13xhc_229 ._badgeIcon_13xhc_243{font-size:12px;line-height:1}@media(max-width:768px){._floatingBadge_13xhc_229{font-size:10px;padding:3px 8px}}._protectionSection_13xhc_254{padding:48px 32px;background:#fff}@media(max-width:768px){._protectionSection_13xhc_254{padding:40px 20px}}._container_13xhc_264{max-width:1120px;margin:0 auto}._sectionTitle_13xhc_269{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:28px;font-weight:700;color:#1c1917;text-align:center;margin:0 0 8px}@media(max-width:810px){._sectionTitle_13xhc_269{font-size:24px}}@media(max-width:768px){._sectionTitle_13xhc_269{font-size:22px}}._sectionSubtitle_13xhc_288{font-size:14px;color:#57534e;text-align:center;margin:0 0 40px}@media(max-width:768px){._sectionSubtitle_13xhc_288{font-size:13px;margin-bottom:32px}}._featuresGrid_13xhc_301{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media(max-width:810px){._featuresGrid_13xhc_301{grid-template-columns:repeat(2,1fr);gap:16px}}@media(max-width:768px){._featuresGrid_13xhc_301{grid-template-columns:1fr}}._featureCard_13xhc_318{padding:24px;background:#f5f5f4;border-radius:8px;border:1px solid #E7E5E4;transition:all .15s ease;display:flex;flex-direction:column;gap:10px}._featureCard_13xhc_318:hover{background:#fff;border-color:#059669;box-shadow:0 2px 8px #05966914}._featureCard_13xhc_318:hover ._featureIconWrapper_13xhc_333{background:#059669}._featureCard_13xhc_318:hover ._featureIconWrapper_13xhc_333 ._featureIcon_13xhc_333{color:#fff}._featureCard_13xhc_318:active{transform:scale(.98)}@media(max-width:768px){._featureCard_13xhc_318{padding:20px}}._featureIconWrapper_13xhc_333{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#0596691a;border-radius:4px;transition:all .15s ease}._featureIcon_13xhc_333{width:20px;height:20px;color:#059669;transition:all .15s ease}._featureTitle_13xhc_366{font-size:15px;font-weight:600;color:#1c1917;margin:0}._featureText_13xhc_373{font-size:13px;line-height:1.5;color:#57534e;margin:0}._privacySection_13xhc_380{padding:48px 32px;background:linear-gradient(135deg,#05966908,#6366f108)}@media(max-width:768px){._privacySection_13xhc_380{padding:40px 20px}}._commitmentsGrid_13xhc_390{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media(max-width:810px){._commitmentsGrid_13xhc_390{grid-template-columns:1fr;gap:16px}}._commitmentCard_13xhc_402{padding:24px;background:#fff;border-radius:8px;border:1px solid #E7E5E4;transition:all .15s ease}._commitmentCard_13xhc_402:hover{box-shadow:0 2px 8px #0000000d}._commitmentCard_13xhc_402:active{transform:scale(.98)}._commitmentCard_13xhc_402._success_13xhc_415 ._commitmentIconWrapper_13xhc_415{background:#0596691a}._commitmentCard_13xhc_402._success_13xhc_415 ._commitmentIcon_13xhc_415,._commitmentCard_13xhc_402._success_13xhc_415 ._listIcon_13xhc_418{color:#059669}._commitmentCard_13xhc_402._error_13xhc_421 ._commitmentIconWrapper_13xhc_415{background:#dc26261a}._commitmentCard_13xhc_402._error_13xhc_421 ._commitmentIcon_13xhc_415,._commitmentCard_13xhc_402._error_13xhc_421 ._listIcon_13xhc_418{color:#dc2626}@media(max-width:768px){._commitmentCard_13xhc_402{padding:20px}}._commitmentHeader_13xhc_433{display:flex;align-items:center;gap:10px;margin-bottom:20px}._commitmentIconWrapper_13xhc_415{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:4px}._commitmentIcon_13xhc_415{width:20px;height:20px}._commitmentTitle_13xhc_454{font-size:16px;font-weight:600;color:#1c1917;margin:0}._commitmentList_13xhc_461{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}._commitmentList_13xhc_461 li{display:flex;align-items:flex-start;gap:8px;font-size:13px;line-height:1.5;color:#1c1917}._listIcon_13xhc_418{flex-shrink:0;margin-top:2px}._complianceSection_13xhc_483{padding:48px 32px;background:#fff}@media(max-width:768px){._complianceSection_13xhc_483{padding:40px 20px}}._complianceGrid_13xhc_493{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media(max-width:810px){._complianceGrid_13xhc_493{grid-template-columns:1fr;gap:16px}}._complianceCard_13xhc_505{padding:24px;background:#f5f5f4;border-radius:8px;border:1px solid #E7E5E4;transition:all .15s ease;display:flex;flex-direction:column;gap:10px}._complianceCard_13xhc_505:hover{background:#fff;border-color:#059669;box-shadow:0 2px 8px #05966914}._complianceCard_13xhc_505:active{transform:scale(.98)}@media(max-width:768px){._complianceCard_13xhc_505{padding:20px}}._complianceBadge_13xhc_529{display:inline-flex;align-items:center;gap:4px;padding:4px 16px;background:#059669;color:#fff;border-radius:100px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.3px;align-self:flex-start}._complianceRegion_13xhc_544{font-size:10px;color:#57534e;text-transform:uppercase;letter-spacing:.5px;font-weight:500}._complianceTitle_13xhc_552{font-size:15px;font-weight:600;color:#1c1917;margin:0}._complianceDescription_13xhc_559{font-size:13px;line-height:1.5;color:#57534e;margin:0;flex:1}._complianceFeatures_13xhc_567{list-style:none;padding:16px 0 0;margin:0;display:flex;flex-direction:column;gap:4px;border-top:1px solid #E7E5E4}._complianceFeatures_13xhc_567 li{display:flex;align-items:center;gap:4px;font-size:12px;color:#1c1917}._complianceFeatures_13xhc_567 li svg{color:#059669;flex-shrink:0}._lifecycleSection_13xhc_589{padding:48px 32px;background:linear-gradient(135deg,#6366f108,#05966908)}@media(max-width:768px){._lifecycleSection_13xhc_589{padding:40px 20px}}._lifecycleTimeline_13xhc_599{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media(max-width:810px){._lifecycleTimeline_13xhc_599{grid-template-columns:repeat(2,1fr);gap:16px}}@media(max-width:768px){._lifecycleTimeline_13xhc_599{grid-template-columns:1fr}}._lifecycleStage_13xhc_616{position:relative;padding:32px 24px 24px;background:#fff;border-radius:8px;border:1px solid #E7E5E4;transition:all .15s ease;text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px}._lifecycleStage_13xhc_616:hover{border-color:#059669;box-shadow:0 2px 8px #05966914}._lifecycleStage_13xhc_616:hover ._stageIcon_13xhc_634{background:#059669}._lifecycleStage_13xhc_616:hover ._stageIcon_13xhc_634 svg{color:#fff}._lifecycleStage_13xhc_616:active{transform:scale(.98)}._stageNumber_13xhc_644{position:absolute;top:-12px;left:50%;transform:translate(-50%);width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#059669;color:#fff;border-radius:50%;font-size:11px;font-weight:700}._stageIcon_13xhc_634{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#0596691a;border-radius:4px;transition:all .15s ease}._stageIcon_13xhc_634 svg{width:20px;height:20px;color:#059669;transition:all .15s ease}._stageTitle_13xhc_678{font-size:14px;font-weight:600;color:#1c1917;margin:0}._stageDescription_13xhc_685{font-size:12px;line-height:1.5;color:#57534e;margin:0}._stageConnector_13xhc_692{display:none}._trustSection_13xhc_696{padding:48px 32px;background:#fff}@media(max-width:768px){._trustSection_13xhc_696{padding:40px 20px}}._trustContent_13xhc_706{display:grid;grid-template-columns:1.2fr 1fr;gap:32px;align-items:center}@media(max-width:810px){._trustContent_13xhc_706{grid-template-columns:1fr;gap:24px}}._trustText_13xhc_719{display:flex;flex-direction:column;gap:20px}._trustTitle_13xhc_725{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:28px;font-weight:700;color:#1c1917;margin:0}@media(max-width:810px){._trustTitle_13xhc_725{font-size:24px}}@media(max-width:768px){._trustTitle_13xhc_725{font-size:22px}}._trustDescription_13xhc_743{font-size:14px;line-height:1.6;color:#57534e;margin:0}._trustFeatures_13xhc_750{display:flex;flex-direction:column;gap:16px}._trustFeature_13xhc_750{display:flex;gap:10px;align-items:flex-start}._trustFeatureIcon_13xhc_762{width:24px;height:24px;color:#059669;flex-shrink:0;margin-top:2px}._trustFeatureTitle_13xhc_770{font-size:14px;font-weight:600;color:#1c1917;margin:0 0 2px}._trustFeatureText_13xhc_777{font-size:13px;line-height:1.5;color:#57534e;margin:0}._trustStats_13xhc_784{display:flex;flex-direction:column;gap:20px;padding:32px;background:linear-gradient(135deg,#05966908,#6366f108);border-radius:8px;border:1px solid #E7E5E4}@media(max-width:768px){._trustStats_13xhc_784{padding:24px}}._trustStat_13xhc_784{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}._trustStatIcon_13xhc_807{width:32px;height:32px;color:#059669}._trustStatValue_13xhc_813{font-size:28px;font-weight:700;color:#1c1917}@media(max-width:768px){._trustStatValue_13xhc_813{font-size:24px}}._trustStatLabel_13xhc_824{font-size:12px;color:#57534e;font-weight:500}._ctaSection_13xhc_830{padding:48px 32px;background:linear-gradient(135deg,#059669f2,#047857)}@media(max-width:768px){._ctaSection_13xhc_830{padding:40px 20px}}._ctaContent_13xhc_840{text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}._ctaIcon_13xhc_848{width:48px;height:48px;color:#fff}._ctaTitle_13xhc_854{font-size:28px;font-weight:700;color:#fff;margin:0}@media(max-width:810px){._ctaTitle_13xhc_854{font-size:24px}}@media(max-width:768px){._ctaTitle_13xhc_854{font-size:22px}}._ctaSubtitle_13xhc_871{font-size:14px;color:#ffffffe6;margin:0;max-width:600px;line-height:1.6}._ctaButtons_13xhc_879{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-top:8px}@media(max-width:768px){._ctaButtons_13xhc_879{flex-direction:column;width:100%;max-width:320px}}._ctaButtonPrimary_13xhc_894{display:inline-flex;align-items:center;justify-content:center;padding:8px 32px;background:#fff;color:#059669;text-decoration:none;font-weight:600;font-size:14px;border-radius:4px;transition:all .15s ease}._ctaButtonPrimary_13xhc_894:hover{box-shadow:0 2px 8px #fff3}._ctaButtonPrimary_13xhc_894:active{transform:scale(.98)}@media(max-width:768px){._ctaButtonPrimary_13xhc_894{width:100%}}._ctaButtonSecondary_13xhc_919{display:inline-flex;align-items:center;justify-content:center;padding:8px 32px;background:transparent;color:#fff;text-decoration:none;font-weight:600;font-size:14px;border:1px solid white;border-radius:4px;transition:all .15s ease}._ctaButtonSecondary_13xhc_919:hover{background:#ffffff1a}._ctaButtonSecondary_13xhc_919:active{transform:scale(.98)}@media(max-width:768px){._ctaButtonSecondary_13xhc_919{width:100%}}@keyframes _fadeIn_wltiz_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_wltiz_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._loginPage_wltiz_19{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:48px 32px;background:linear-gradient(135deg,#05966908,#6366f108)}@media(max-width:768px){._loginPage_wltiz_19{padding:40px 20px}}._loginContainer_wltiz_33{width:100%;max-width:400px;display:flex;flex-direction:column;gap:24px}._header_wltiz_41{display:flex;justify-content:center}._logo_wltiz_46{display:flex;align-items:center;text-decoration:none;transition:all .15s ease}._logo_wltiz_46:hover{opacity:.8}._logo_wltiz_46:active{transform:scale(.98)}._logoImage_wltiz_59{height:36px;width:auto;object-fit:contain}._loginCard_wltiz_65{background:#fff;border-radius:8px;border:1px solid #E7E5E4;box-shadow:0 2px 8px #1c191714;padding:40px 32px;display:flex;flex-direction:column;gap:24px}@media(max-width:768px){._loginCard_wltiz_65{padding:32px 24px;gap:20px}}._cardHeader_wltiz_82{display:flex;flex-direction:column;gap:4px;text-align:center}._title_wltiz_89{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:24px;font-weight:700;color:#1c1917;margin:0}@media(max-width:768px){._title_wltiz_89{font-size:22px}}._subtitle_wltiz_102{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#57534e;margin:0}@media(max-width:768px){._subtitle_wltiz_102{font-size:13px}}._errorBanner_wltiz_114{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#fee2e2;border:1px solid #DC2626;border-radius:4px;color:#dc2626;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;animation:_slideDown_wltiz_1 .2s ease-out}._errorBanner_wltiz_114 svg{flex-shrink:0}@media(max-width:768px){._errorBanner_wltiz_114{font-size:12px}}@keyframes _slideDown_wltiz_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}._loginForm_wltiz_146{display:flex;flex-direction:column;gap:20px}._formGroup_wltiz_152{display:flex;flex-direction:column;gap:4px}._labelRow_wltiz_158{display:flex;justify-content:space-between;align-items:center}._label_wltiz_158{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;color:#1c1917}._forgotLink_wltiz_171{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#059669;text-decoration:none;font-weight:500;transition:all .15s ease}._forgotLink_wltiz_171:hover{color:#047857;text-decoration:underline}._input_wltiz_184{width:100%;padding:8px 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#1c1917;background:#fff;border:1px solid #E7E5E4;border-radius:4px;transition:all .15s ease;outline:none}._input_wltiz_184::placeholder{color:#57534e;opacity:.6}._input_wltiz_184:hover{border-color:#cfcbc9}._input_wltiz_184:focus{border-color:#059669;box-shadow:0 0 0 2px #0596691a}._input_wltiz_184:disabled{background:#f5f5f4;cursor:not-allowed;opacity:.6}._passwordField_wltiz_213{position:relative}._passwordToggle_wltiz_217{position:absolute;right:8px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:transparent;border:none;border-radius:4px;color:#57534e;cursor:pointer;transition:all .15s ease}._passwordToggle_wltiz_217:hover{background:#f5f5f4;color:#1c1917}._passwordToggle_wltiz_217:active{transform:translateY(-50%) scale(.95)}._submitButton_wltiz_242{display:flex;align-items:center;justify-content:center;gap:4px;width:100%;padding:8px 24px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;color:#fff;background:#059669;border:none;border-radius:4px;cursor:pointer;transition:all .15s ease}._submitButton_wltiz_242:hover:not(:disabled){background:#047857;box-shadow:0 2px 4px #05966926}._submitButton_wltiz_242:active:not(:disabled){transform:scale(.98)}._submitButton_wltiz_242:disabled{opacity:.7;cursor:not-allowed}._submitButton_wltiz_242 svg{flex-shrink:0}._spinner_wltiz_274{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_wltiz_274 .6s linear infinite}@keyframes _spin_wltiz_274{to{transform:rotate(360deg)}}._divider_wltiz_288{position:relative;text-align:center;margin:8px 0}._divider_wltiz_288:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e7e5e4}._divider_wltiz_288 span{position:relative;padding:0 16px;background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e}._socialButtons_wltiz_311{display:flex;flex-direction:column;gap:8px}._socialButton_wltiz_311{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:8px 24px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500;color:#1c1917;background:#fff;border:1px solid #E7E5E4;border-radius:4px;cursor:pointer;transition:all .15s ease}._socialButton_wltiz_311 svg{flex-shrink:0}._socialButton_wltiz_311:hover{background:#f5f5f4;border-color:#cfcbc9}._socialButton_wltiz_311:active{transform:scale(.98)}._socialButton_wltiz_311:disabled{opacity:.5;cursor:not-allowed}._signupSection_wltiz_349{text-align:center}._signupText_wltiz_353{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0}@media(max-width:768px){._signupText_wltiz_353{font-size:12px}}._signupLink_wltiz_365{color:#059669;text-decoration:none;font-weight:600;transition:all .15s ease}._signupLink_wltiz_365:hover{color:#047857;text-decoration:underline}._footer_wltiz_376{display:flex;justify-content:space-between;align-items:center;gap:10px;padding-top:20px}@media(max-width:768px){._footer_wltiz_376{flex-direction:column;gap:8px}}._footerLinks_wltiz_390{display:flex;align-items:center;gap:8px}._footerLink_wltiz_390{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;text-decoration:none;transition:all .15s ease}._footerLink_wltiz_390:hover{color:#059669}@media(max-width:768px){._footerLink_wltiz_390{font-size:11px}}._separator_wltiz_412{color:#57534e;opacity:.5}@keyframes _fadeIn_89agn_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_89agn_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._forgotPasswordPage_89agn_19{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:48px 32px;background:linear-gradient(135deg,#05966908,#6366f108)}@media(max-width:768px){._forgotPasswordPage_89agn_19{padding:40px 20px}}._forgotPasswordContainer_89agn_33{width:100%;max-width:400px;display:flex;flex-direction:column;gap:24px}._header_89agn_41{display:flex;justify-content:center}._logo_89agn_46{display:flex;align-items:center;text-decoration:none;transition:all .15s ease}._logo_89agn_46:hover{opacity:.8}._logo_89agn_46:active{transform:scale(.98)}._logoImage_89agn_59{height:36px;width:auto;object-fit:contain}._forgotPasswordCard_89agn_65{background:#fff;border-radius:8px;border:1px solid #E7E5E4;box-shadow:0 2px 8px #1c191714;padding:40px 32px;display:flex;flex-direction:column;gap:24px}@media(max-width:768px){._forgotPasswordCard_89agn_65{padding:32px 24px;gap:20px}}._cardHeader_89agn_82{display:flex;flex-direction:column;gap:4px;text-align:center}._title_89agn_89{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:24px;font-weight:700;color:#1c1917;margin:0}@media(max-width:768px){._title_89agn_89{font-size:22px}}._subtitle_89agn_102{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#57534e;margin:0;line-height:1.5}._subtitle_89agn_102 strong{color:#1c1917;font-weight:600}@media(max-width:768px){._subtitle_89agn_102{font-size:13px}}._successIcon_89agn_119{display:flex;justify-content:center;margin-bottom:16px}._successIcon_89agn_119 svg{color:#059669}._infoBox_89agn_128{padding:16px;background:#e0f2fe;border:1px solid #0EA5E9;border-radius:4px}._infoText_89agn_135{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0;line-height:1.5;text-align:center}@media(max-width:768px){._infoText_89agn_135{font-size:12px}}._backToLoginButton_89agn_149{display:flex;align-items:center;justify-content:center;gap:4px;width:100%;padding:8px 24px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;color:#fff;background:#059669;border:none;border-radius:4px;text-decoration:none;transition:all .15s ease}._backToLoginButton_89agn_149:hover{background:#047857;box-shadow:0 2px 4px #05966926}._backToLoginButton_89agn_149:active{transform:scale(.98)}._backToLoginButton_89agn_149 svg{flex-shrink:0}._errorBanner_89agn_177{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#fee2e2;border:1px solid #DC2626;border-radius:4px;color:#dc2626;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;animation:_slideDown_89agn_1 .2s ease-out}._errorBanner_89agn_177 svg{flex-shrink:0}@media(max-width:768px){._errorBanner_89agn_177{font-size:12px}}@keyframes _slideDown_89agn_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}._forgotPasswordForm_89agn_209{display:flex;flex-direction:column;gap:20px}._formGroup_89agn_215{display:flex;flex-direction:column;gap:4px}._label_89agn_221{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;color:#1c1917}._input_89agn_228{width:100%;padding:8px 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#1c1917;background:#fff;border:1px solid #E7E5E4;border-radius:4px;transition:all .15s ease;outline:none}._input_89agn_228::placeholder{color:#57534e;opacity:.6}._input_89agn_228:hover{border-color:#cfcbc9}._input_89agn_228:focus{border-color:#059669;box-shadow:0 0 0 2px #0596691a}._input_89agn_228:disabled{background:#f5f5f4;cursor:not-allowed;opacity:.6}._submitButton_89agn_257{display:flex;align-items:center;justify-content:center;gap:4px;width:100%;padding:8px 24px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;color:#fff;background:#059669;border:none;border-radius:4px;cursor:pointer;transition:all .15s ease}._submitButton_89agn_257:hover:not(:disabled){background:#047857;box-shadow:0 2px 4px #05966926}._submitButton_89agn_257:active:not(:disabled){transform:scale(.98)}._submitButton_89agn_257:disabled{opacity:.7;cursor:not-allowed}._submitButton_89agn_257 svg{flex-shrink:0}._spinner_89agn_289{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_89agn_289 .6s linear infinite}@keyframes _spin_89agn_289{to{transform:rotate(360deg)}}._backToLogin_89agn_149{display:flex;justify-content:center;padding-top:8px;border-top:1px solid #E7E5E4}._backLink_89agn_310{display:flex;align-items:center;gap:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;text-decoration:none;font-weight:500;transition:all .15s ease}._backLink_89agn_310 svg{flex-shrink:0}._backLink_89agn_310:hover{color:#059669}@media(max-width:768px){._backLink_89agn_310{font-size:12px}}._footer_89agn_333{display:flex;justify-content:space-between;align-items:center;gap:10px;padding-top:20px}@media(max-width:768px){._footer_89agn_333{flex-direction:column;gap:8px}}._footerLinks_89agn_347{display:flex;align-items:center;gap:8px}._footerLink_89agn_347{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;text-decoration:none;transition:all .15s ease}._footerLink_89agn_347:hover{color:#059669}@media(max-width:768px){._footerLink_89agn_347{font-size:11px}}._separator_89agn_369{color:#57534e;opacity:.5}@keyframes _fadeIn_14ag2_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_14ag2_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._resetPasswordPage_14ag2_19{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:48px 32px;background:linear-gradient(135deg,#05966908,#6366f108)}@media(max-width:768px){._resetPasswordPage_14ag2_19{padding:40px 20px}}._resetPasswordContainer_14ag2_33{width:100%;max-width:400px;display:flex;flex-direction:column;gap:24px}._header_14ag2_41{display:flex;justify-content:center}._logo_14ag2_46{display:flex;align-items:center;text-decoration:none;transition:all .15s ease}._logo_14ag2_46:hover{opacity:.8}._logo_14ag2_46:active{transform:scale(.98)}._logoImage_14ag2_59{height:36px;width:auto;object-fit:contain}._resetPasswordCard_14ag2_65{background:#fff;border-radius:8px;border:1px solid #E7E5E4;box-shadow:0 2px 8px #1c191714;padding:40px 32px;display:flex;flex-direction:column;gap:24px}@media(max-width:768px){._resetPasswordCard_14ag2_65{padding:32px 24px;gap:20px}}._cardHeader_14ag2_82{display:flex;flex-direction:column;gap:4px;text-align:center}._title_14ag2_89{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:24px;font-weight:700;color:#1c1917;margin:0}@media(max-width:768px){._title_14ag2_89{font-size:22px}}._subtitle_14ag2_102{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#57534e;margin:0;line-height:1.5}._subtitle_14ag2_102 strong{color:#1c1917;font-weight:600}@media(max-width:768px){._subtitle_14ag2_102{font-size:13px}}._successIcon_14ag2_119{display:flex;justify-content:center;margin-bottom:16px}._successIcon_14ag2_119 svg{color:#059669}._loginButton_14ag2_128{display:flex;align-items:center;justify-content:center;gap:4px;width:100%;padding:8px 24px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;color:#fff;background:#059669;border:none;border-radius:4px;text-decoration:none;transition:all .15s ease}._loginButton_14ag2_128:hover{background:#047857;box-shadow:0 2px 4px #05966926}._loginButton_14ag2_128:active{transform:scale(.98)}._loginButton_14ag2_128 svg{flex-shrink:0}._errorBanner_14ag2_156{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#fee2e2;border:1px solid #DC2626;border-radius:4px;color:#dc2626;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;animation:_slideDown_14ag2_1 .2s ease-out}._errorBanner_14ag2_156 svg{flex-shrink:0}@media(max-width:768px){._errorBanner_14ag2_156{font-size:12px}}@keyframes _slideDown_14ag2_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}._resetPasswordForm_14ag2_188{display:flex;flex-direction:column;gap:16px}._formGroup_14ag2_194{display:flex;flex-direction:column;gap:4px}._label_14ag2_200{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;color:#1c1917}._input_14ag2_207{width:100%;padding:8px 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#1c1917;background:#fff;border:1px solid #E7E5E4;border-radius:4px;transition:all .15s ease;outline:none}._input_14ag2_207::placeholder{color:#57534e;opacity:.6}._input_14ag2_207:hover{border-color:#cfcbc9}._input_14ag2_207:focus{border-color:#059669;box-shadow:0 0 0 2px #0596691a}._input_14ag2_207:disabled{background:#f5f5f4;cursor:not-allowed;opacity:.6}._passwordField_14ag2_236{position:relative}._passwordToggle_14ag2_240{position:absolute;right:8px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:transparent;border:none;border-radius:4px;color:#57534e;cursor:pointer;transition:all .15s ease}._passwordToggle_14ag2_240:hover{background:#f5f5f4;color:#1c1917}._passwordToggle_14ag2_240:active{transform:translateY(-50%) scale(.95)}._passwordRequirements_14ag2_265{display:flex;flex-direction:column;gap:4px;padding:8px;background:#f5f5f4;border:1px solid #E7E5E4;border-radius:4px;margin-top:4px;animation:_slideDown_14ag2_1 .2s ease-out}._requirementsTitle_14ag2_277{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;color:#1c1917;margin:0 0 2px}._requirementsList_14ag2_285{display:flex;flex-direction:column;gap:2px}._requirement_14ag2_277{display:flex;align-items:center;gap:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;color:#57534e;transition:all .15s ease}._requirement_14ag2_277 svg{flex-shrink:0;color:#57534e}._requirement_14ag2_277._met_14ag2_304{color:#059669}._requirement_14ag2_277._met_14ag2_304 svg{color:#059669}._submitButton_14ag2_311{display:flex;align-items:center;justify-content:center;gap:4px;width:100%;padding:8px 24px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;color:#fff;background:#059669;border:none;border-radius:4px;cursor:pointer;transition:all .15s ease}._submitButton_14ag2_311:hover:not(:disabled){background:#047857;box-shadow:0 2px 4px #05966926}._submitButton_14ag2_311:active:not(:disabled){transform:scale(.98)}._submitButton_14ag2_311:disabled{opacity:.7;cursor:not-allowed}._submitButton_14ag2_311 svg{flex-shrink:0}._spinner_14ag2_343{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_14ag2_343 .6s linear infinite}@keyframes _spin_14ag2_343{to{transform:rotate(360deg)}}._backToLogin_14ag2_357{display:flex;justify-content:center;padding-top:8px;border-top:1px solid #E7E5E4}._backLink_14ag2_364{display:flex;align-items:center;gap:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;text-decoration:none;font-weight:500;transition:all .15s ease}._backLink_14ag2_364 svg{flex-shrink:0}._backLink_14ag2_364:hover{color:#059669}@media(max-width:768px){._backLink_14ag2_364{font-size:12px}}._footer_14ag2_387{display:flex;justify-content:space-between;align-items:center;gap:10px;padding-top:20px}@media(max-width:768px){._footer_14ag2_387{flex-direction:column;gap:8px}}._footerLinks_14ag2_401{display:flex;align-items:center;gap:8px}._footerLink_14ag2_401{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;text-decoration:none;transition:all .15s ease}._footerLink_14ag2_401:hover{color:#059669}@media(max-width:768px){._footerLink_14ag2_401{font-size:11px}}._separator_14ag2_423{color:#57534e;opacity:.5}@keyframes _fadeIn_i0uqw_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_i0uqw_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._signupPage_i0uqw_19{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:48px 32px;background:linear-gradient(135deg,#05966908,#6366f108)}@media(max-width:768px){._signupPage_i0uqw_19{padding:40px 20px}}._signupContainer_i0uqw_33{width:100%;max-width:400px;display:flex;flex-direction:column;gap:24px}._header_i0uqw_41{display:flex;justify-content:center}._logo_i0uqw_46{display:flex;align-items:center;text-decoration:none;transition:all .15s ease}._logo_i0uqw_46:hover{opacity:.8}._logo_i0uqw_46:active{transform:scale(.98)}._logoImage_i0uqw_59{height:36px;width:auto;object-fit:contain}._signupCard_i0uqw_65{background:#fff;border-radius:8px;border:1px solid #E7E5E4;box-shadow:0 2px 8px #1c191714;padding:40px 32px;display:flex;flex-direction:column;gap:24px}@media(max-width:768px){._signupCard_i0uqw_65{padding:32px 24px;gap:20px}}._cardHeader_i0uqw_82{display:flex;flex-direction:column;gap:4px;text-align:center}._title_i0uqw_89{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:24px;font-weight:700;color:#1c1917;margin:0}@media(max-width:768px){._title_i0uqw_89{font-size:22px}}._subtitle_i0uqw_102{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#57534e;margin:0}@media(max-width:768px){._subtitle_i0uqw_102{font-size:13px}}._errorBanner_i0uqw_114{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#fee2e2;border:1px solid #DC2626;border-radius:4px;color:#dc2626;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;animation:_slideDown_i0uqw_1 .2s ease-out}._errorBanner_i0uqw_114 svg{flex-shrink:0}@media(max-width:768px){._errorBanner_i0uqw_114{font-size:12px}}@keyframes _slideDown_i0uqw_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}._signupForm_i0uqw_146{display:flex;flex-direction:column;gap:16px}._formGroup_i0uqw_152{display:flex;flex-direction:column;gap:4px}._label_i0uqw_158{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;color:#1c1917}._input_i0uqw_165{width:100%;padding:8px 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#1c1917;background:#fff;border:1px solid #E7E5E4;border-radius:4px;transition:all .15s ease;outline:none}._input_i0uqw_165::placeholder{color:#57534e;opacity:.6}._input_i0uqw_165:hover{border-color:#cfcbc9}._input_i0uqw_165:focus{border-color:#059669;box-shadow:0 0 0 2px #0596691a}._input_i0uqw_165:disabled{background:#f5f5f4;cursor:not-allowed;opacity:.6}._passwordField_i0uqw_194{position:relative}._passwordToggle_i0uqw_198{position:absolute;right:8px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:transparent;border:none;border-radius:4px;color:#57534e;cursor:pointer;transition:all .15s ease}._passwordToggle_i0uqw_198:hover{background:#f5f5f4;color:#1c1917}._passwordToggle_i0uqw_198:active{transform:translateY(-50%) scale(.95)}._passwordRequirements_i0uqw_223{display:flex;flex-direction:column;gap:4px;padding:8px;background:#f5f5f4;border:1px solid #E7E5E4;border-radius:4px;margin-top:4px;animation:_slideDown_i0uqw_1 .2s ease-out}._requirementsTitle_i0uqw_235{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;color:#1c1917;margin:0 0 2px}._requirementsList_i0uqw_243{display:flex;flex-direction:column;gap:2px}._requirement_i0uqw_235{display:flex;align-items:center;gap:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;color:#57534e;transition:all .15s ease}._requirement_i0uqw_235 svg{flex-shrink:0;color:#57534e}._requirement_i0uqw_235._met_i0uqw_262{color:#059669}._requirement_i0uqw_235._met_i0uqw_262 svg{color:#059669}._submitButton_i0uqw_269{display:flex;align-items:center;justify-content:center;gap:4px;width:100%;padding:8px 24px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;color:#fff;background:#059669;border:none;border-radius:4px;cursor:pointer;transition:all .15s ease}._submitButton_i0uqw_269:hover:not(:disabled){background:#047857;box-shadow:0 2px 4px #05966926}._submitButton_i0uqw_269:active:not(:disabled){transform:scale(.98)}._submitButton_i0uqw_269:disabled{opacity:.7;cursor:not-allowed}._submitButton_i0uqw_269 svg{flex-shrink:0}._spinner_i0uqw_301{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_i0uqw_301 .6s linear infinite}@keyframes _spin_i0uqw_301{to{transform:rotate(360deg)}}._termsCheckbox_i0uqw_315{display:flex;align-items:flex-start;gap:8px}._checkbox_i0uqw_321{width:16px;height:16px;margin-top:2px;cursor:pointer;accent-color:#059669;flex-shrink:0}._checkbox_i0uqw_321:hover{opacity:.8}._checkboxLabel_i0uqw_333{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;line-height:1.5;cursor:pointer}@media(max-width:768px){._checkboxLabel_i0uqw_333{font-size:11px}}._termsLink_i0uqw_346{color:#059669;text-decoration:none;font-weight:500;background:none;border:none;padding:0;cursor:pointer;transition:all .15s ease;font-size:inherit;font-family:inherit}._termsLink_i0uqw_346:hover{color:#047857;text-decoration:underline}._termsLink_i0uqw_346:active{transform:scale(.98)}._divider_i0uqw_366{position:relative;text-align:center;margin:8px 0}._divider_i0uqw_366:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e7e5e4}._divider_i0uqw_366 span{position:relative;padding:0 16px;background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e}._socialButtons_i0uqw_389{display:flex;flex-direction:column;gap:8px}._socialButton_i0uqw_389{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:8px 24px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500;color:#1c1917;background:#fff;border:1px solid #E7E5E4;border-radius:4px;cursor:pointer;transition:all .15s ease}._socialButton_i0uqw_389 svg{flex-shrink:0}._socialButton_i0uqw_389:hover{background:#f5f5f4;border-color:#cfcbc9}._socialButton_i0uqw_389:active{transform:scale(.98)}._socialButton_i0uqw_389:disabled{opacity:.5;cursor:not-allowed}._loginSection_i0uqw_427{text-align:center}._loginText_i0uqw_431{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0}@media(max-width:768px){._loginText_i0uqw_431{font-size:12px}}._loginLink_i0uqw_443{color:#059669;text-decoration:none;font-weight:600;transition:all .15s ease}._loginLink_i0uqw_443:hover{color:#047857;text-decoration:underline}._footer_i0uqw_454{display:flex;justify-content:space-between;align-items:center;gap:10px;padding-top:20px}@media(max-width:768px){._footer_i0uqw_454{flex-direction:column;gap:8px}}._footerLinks_i0uqw_468{display:flex;align-items:center;gap:8px}._footerLink_i0uqw_468{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;text-decoration:none;transition:all .15s ease}._footerLink_i0uqw_468:hover{color:#059669}@media(max-width:768px){._footerLink_i0uqw_468{font-size:11px}}._separator_i0uqw_490{color:#57534e;opacity:.5}@keyframes _fadeIn_16b5d_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_16b5d_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._dashboardPage_16b5d_19{display:flex;flex-direction:column;gap:24px;width:100%}._pageHeader_16b5d_26{display:flex;align-items:center;justify-content:space-between;gap:20px}._pageTitle_16b5d_33{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:20px;font-weight:600;color:#1c1917;margin:0}@media(max-width:768px){._pageTitle_16b5d_33{font-size:18px}}._pageSubtitle_16b5d_46{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#57534e;margin:4px 0 0}@media(max-width:768px){._pageSubtitle_16b5d_46{font-size:13px}}._statsGrid_16b5d_58{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media(max-width:810px){._statsGrid_16b5d_58{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._statsGrid_16b5d_58{grid-template-columns:1fr;gap:10px}}._statCard_16b5d_75{display:flex;align-items:center;gap:16px;padding:20px;background:#fff;border-radius:6px;border:1px solid #E7E5E4;transition:all .15s ease}._statCard_16b5d_75:hover{border-color:#059669;box-shadow:0 2px 8px #05966914}@media(max-width:768px){._statCard_16b5d_75{padding:16px;gap:10px}}._statIcon_16b5d_96{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:4px;background:#05966914;color:#059669;flex-shrink:0}._statIcon_16b5d_96 svg{width:22px;height:22px}@media(max-width:768px){._statIcon_16b5d_96{width:40px;height:40px}._statIcon_16b5d_96 svg{width:20px;height:20px}}._statContent_16b5d_122{display:flex;flex-direction:column;gap:2px;flex:1}._statValue_16b5d_129{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;font-weight:600;color:#1c1917;line-height:1}@media(max-width:768px){._statValue_16b5d_129{font-size:16px}}._statLabel_16b5d_142{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e}._quickActions_16b5d_148{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(max-width:768px){._quickActions_16b5d_148{grid-template-columns:1fr;gap:10px}}._actionCard_16b5d_160{display:flex;align-items:flex-start;gap:16px;padding:24px;background:#05966905;border:2px dashed rgba(5,150,105,.3);border-radius:6px;text-decoration:none;transition:all .15s ease}._actionCard_16b5d_160:hover{background:#0596690d;border-color:#059669;box-shadow:0 2px 8px #05966914}._actionCard_16b5d_160:hover ._actionCardIcon_16b5d_176{background:#059669;color:#fff;transform:scale(1.05)}._actionCard_16b5d_160:active{transform:scale(.99)}@media(max-width:768px){._actionCard_16b5d_160{padding:20px;gap:10px}}._actionCardIcon_16b5d_176{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#0596691a;color:#059669;flex-shrink:0;transition:all .15s ease}@media(max-width:768px){._actionCardIcon_16b5d_176{width:40px;height:40px}._actionCardIcon_16b5d_176 svg{width:20px;height:20px}}._actionCardContent_16b5d_214{display:flex;flex-direction:column;gap:8px;flex:1}._actionCardTitle_16b5d_221{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:600;color:#1c1917;margin:0}@media(max-width:768px){._actionCardTitle_16b5d_221{font-size:14px}}._actionCardDescription_16b5d_234{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0;line-height:1.4}@media(max-width:768px){._actionCardDescription_16b5d_234{font-size:12px}}._actionCardFeatures_16b5d_247{list-style:none;padding:0;margin:4px 0 0;display:flex;flex-direction:column;gap:4px}._actionCardFeatures_16b5d_247 li{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;display:flex;align-items:center;gap:6px}._actionCardFeatures_16b5d_247 li:before{content:"";width:4px;height:4px;border-radius:50%;background:#059669;flex-shrink:0}@media(max-width:768px){._actionCardFeatures_16b5d_247 li{font-size:11px}}._activitySection_16b5d_277{display:flex;flex-direction:column;gap:0;background:#fff;border-radius:8px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714}._sectionHeader_16b5d_287{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #E7E5E4;background:#f5f5f4}@media(max-width:768px){._sectionHeader_16b5d_287{padding:16px;flex-direction:column;align-items:flex-start;gap:8px}}._sectionTitle_16b5d_304{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#57534e;margin:0;text-transform:uppercase;letter-spacing:.5px}._viewAllLink_16b5d_314{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;color:#059669;text-decoration:none}._viewAllLink_16b5d_314:hover{text-decoration:underline}._activityList_16b5d_325{display:flex;flex-direction:column;gap:0}@keyframes _skeletonPulse_16b5d_1{0%{opacity:1}50%{opacity:.4}to{opacity:1}}._skeletonIconBox_16b5d_342{width:20px;height:20px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:4px;animation:_skeletonPulse_16b5d_1 1.5s ease-in-out infinite}._skeletonTitle_16b5d_351{height:16px;width:180px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:4px;animation:_skeletonPulse_16b5d_1 1.5s ease-in-out infinite;animation-delay:.1s}._skeletonDetails_16b5d_361{height:14px;width:200px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:4px;animation:_skeletonPulse_16b5d_1 1.5s ease-in-out infinite;animation-delay:.2s}._skeletonBadge_16b5d_371{height:24px;width:80px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:4px;animation:_skeletonPulse_16b5d_1 1.5s ease-in-out infinite;animation-delay:.3s}._skeletonTime_16b5d_381{height:14px;width:60px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:4px;animation:_skeletonPulse_16b5d_1 1.5s ease-in-out infinite;animation-delay:.4s}._skeletonStatValue_16b5d_391{height:32px;width:100px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:4px;animation:_skeletonPulse_16b5d_1 1.5s ease-in-out infinite}._emptyState_16b5d_400{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;gap:10px}._emptyState_16b5d_400 svg{width:48px;height:48px;color:#57534e;opacity:.3}._emptyText_16b5d_415{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:600;color:#1c1917;margin:0}._emptySubtext_16b5d_423{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0;text-align:center;max-width:280px;line-height:1.4}._activityItem_16b5d_433{display:flex;align-items:center;gap:10px;padding:16px 20px;border-bottom:1px solid #E7E5E4;transition:background .15s ease}._activityItem_16b5d_433:last-child{border-bottom:none}._activityItem_16b5d_433:hover{background:#05966905}@media(max-width:768px){._activityItem_16b5d_433{padding:16px;gap:8px}}._activityIcon_16b5d_454{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:4px;background:#05966914;color:#059669;flex-shrink:0}@media(max-width:768px){._activityIcon_16b5d_454{width:32px;height:32px}._activityIcon_16b5d_454 svg{width:16px;height:16px}}._activityContent_16b5d_476{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}._activityTitle_16b5d_484{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500;color:#1c1917;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._activityDetails_16b5d_495{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;margin:0}._activityMeta_16b5d_502{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}._statusBadge_16b5d_510{display:inline-flex;align-items:center;padding:3px 8px;border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}._statusBadge_16b5d_510._success_16b5d_521{background:#05966914;border:1px solid rgba(5,150,105,.2);color:#059669}._statusBadge_16b5d_510._processing_16b5d_526{background:#0ea5e914;border:1px solid rgba(14,165,233,.2);color:#0ea5e9}._statusBadge_16b5d_510._failed_16b5d_531{background:#dc262614;border:1px solid rgba(220,38,38,.2);color:#dc2626}._statusBadge_16b5d_510._review_16b5d_536{background:#f59e0b14;border:1px solid rgba(245,158,11,.2);color:#f59e0b}._activityTime_16b5d_542{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e}._usageSection_16b5d_548{display:flex;flex-direction:column;background:#fff;border-radius:8px;border:1px solid #E7E5E4;overflow:hidden}._usageContent_16b5d_557{display:flex;flex-direction:column;gap:16px;padding:20px}@media(max-width:768px){._usageContent_16b5d_557{padding:16px;gap:10px}}._planBadge_16b5d_570{padding:4px 8px;border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.3px}._planBadge_16b5d_570._free_16b5d_579{background:#57534e1a;color:#57534e}._planBadge_16b5d_570._pro_16b5d_526{background:#0596691a;color:#059669}._planBadge_16b5d_570._business_16b5d_587{background:#6366f11a;color:#6366f1}._planBadge_16b5d_570._enterprise_16b5d_591{background:linear-gradient(135deg,#6366f126,#05966926);color:#6366f1}._usageGrid_16b5d_596{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(max-width:768px){._usageGrid_16b5d_596{grid-template-columns:1fr;gap:10px}}._usageItem_16b5d_608{display:flex;flex-direction:column;gap:4px}._usageItemHeader_16b5d_614{display:flex;align-items:center;gap:4px;color:#57534e}._usageItemHeader_16b5d_614 svg{flex-shrink:0}._usageLabel_16b5d_624{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:500;color:#57534e}._usageMetric_16b5d_631{display:flex;flex-direction:column;gap:4px}._usageValue_16b5d_637{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;font-weight:700;color:#1c1917}@media(max-width:768px){._usageValue_16b5d_637{font-size:16px}}._usageLimit_16b5d_649{font-size:13px;font-weight:500;color:#57534e;margin-left:2px}@media(max-width:768px){._usageLimit_16b5d_649{font-size:12px}}._usageBar_16b5d_661{width:100%;height:6px;background:#0596691a;border-radius:3px;overflow:hidden}._usageProgress_16b5d_669{height:100%;background:#059669;border-radius:3px;transition:width .3s ease}._upgradeLink_16b5d_676{display:inline-flex;align-items:center;gap:4px;padding:4px 16px;background:#0596691a;border-radius:4px;color:#059669;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:600;text-decoration:none;transition:all .15s ease;width:fit-content;margin-top:4px}._upgradeLink_16b5d_676:hover{background:#05966926}._upgradeLink_16b5d_676:active{transform:scale(.98)}@media(max-width:768px){._upgradeLink_16b5d_676{font-size:12px;padding:4px 16px}}@keyframes _fadeIn_sdllh_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_sdllh_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._pagination_sdllh_19{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 24px;border-top:1px solid #E7E5E4}@media(max-width:768px){._pagination_sdllh_19{flex-direction:column;gap:10px;padding:16px}}._itemCount_sdllh_35{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e}@media(max-width:768px){._itemCount_sdllh_35{font-size:11px}}._countNumber_sdllh_46{font-weight:600;color:#1c1917}._pageControls_sdllh_51{display:flex;align-items:center;gap:10px}@media(max-width:768px){._pageControls_sdllh_51{width:100%;justify-content:space-between}}._navButton_sdllh_63{display:flex;align-items:center;gap:4px;padding:4px 8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:500;color:#57534e;background:#fff;border:1px solid #E7E5E4;border-radius:4px;cursor:pointer;transition:all .15s ease}._navButton_sdllh_63:hover:not(:disabled){border-color:#059669;background:#05966905;color:#059669}._navButton_sdllh_63:active:not(:disabled){transform:scale(.98)}._navButton_sdllh_63:disabled{opacity:.4;cursor:not-allowed}@media(max-width:768px){._navButton_sdllh_63{font-size:11px;padding:4px}}._pageNumbers_sdllh_97{display:flex;align-items:center;gap:4px}@media(max-width:768px){._pageNumbers_sdllh_97{gap:4px}}._pageButton_sdllh_108{display:flex;align-items:center;justify-content:center;min-width:32px;height:32px;padding:0 4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:500;color:#57534e;background:#fff;border:1px solid #E7E5E4;border-radius:4px;cursor:pointer;transition:all .15s ease}._pageButton_sdllh_108:hover{border-color:#059669;background:#05966905;color:#059669}._pageButton_sdllh_108:active{transform:scale(.98)}._pageButton_sdllh_108._active_sdllh_133{background:#059669;border-color:#059669;color:#fff;font-weight:600;cursor:default}._pageButton_sdllh_108._active_sdllh_133:hover{background:#059669;color:#fff}@media(max-width:768px){._pageButton_sdllh_108{min-width:28px;height:28px;font-size:11px}}._ellipsis_sdllh_152{display:flex;align-items:center;justify-content:center;min-width:24px;height:32px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:500;color:#57534e;-webkit-user-select:none;user-select:none}@media(max-width:768px){._ellipsis_sdllh_152{min-width:20px;height:28px;font-size:11px}}@keyframes _fadeInUp_crqt1_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._overlay_crqt1_19{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#1c191780;display:flex;align-items:center;justify-content:center;z-index:10001;padding:20px;animation:_fadeIn_crqt1_1 .2s ease}._modal_crqt1_34{background-color:#fff;border-radius:8px;border:1px solid #E7E5E4;width:100%;max-width:480px;box-shadow:0 4px 16px #1c191714;animation:_slideUp_crqt1_1 .2s ease}._header_crqt1_44{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:8px 8px 8px 20px;border-bottom:1px solid #E7E5E4}._title_crqt1_54{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;color:#1c1917;margin:0}._closeButton_crqt1_62{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;background-color:transparent;border:none;border-radius:4px;color:#57534e;cursor:pointer;transition:all .15s ease}._closeButton_crqt1_62:hover{background-color:#1c19170d;color:#1c1917}._closeButton_crqt1_62:active{transform:scale(.95)}._body_crqt1_84{padding:20px;display:flex;flex-direction:column;gap:10px}._field_crqt1_91{display:flex;flex-direction:column;gap:6px}._labelRow_crqt1_97{display:flex;align-items:center;justify-content:space-between}._label_crqt1_97{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;color:#1c1917;display:flex;align-items:center;gap:6px}._hint_crqt1_113{font-weight:400;color:#57534e;font-size:11px}._input_crqt1_119,._inputMono_crqt1_119,._textarea_crqt1_120{padding:10px 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#1c1917;background:#fff;border:1px solid #E7E5E4;border-radius:6px;transition:all .15s ease}._input_crqt1_119:focus,._inputMono_crqt1_119:focus,._textarea_crqt1_120:focus{outline:none;border-color:#059669;box-shadow:0 0 0 3px #0596691a}._input_crqt1_119::placeholder,._inputMono_crqt1_119::placeholder,._textarea_crqt1_120::placeholder{color:#57534e}._inputMono_crqt1_119{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:13px}._textarea_crqt1_120{resize:vertical;min-height:60px}._addButton_crqt1_151{display:flex;align-items:center;gap:4px;padding:4px 8px;background:transparent;border:1px solid #E7E5E4;border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:500;color:#57534e;cursor:pointer;transition:all .15s ease}._addButton_crqt1_151:hover:not(:disabled){border-color:#059669;color:#059669}._addButton_crqt1_151:disabled{opacity:.5;cursor:not-allowed}._examplesList_crqt1_175{display:flex;flex-direction:column;gap:6px}._exampleItem_crqt1_181{display:flex;align-items:center;gap:6px}._exampleInput_crqt1_187{flex:1;padding:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#1c1917;background:#f5f5f4;border:1px solid #E7E5E4;border-radius:4px}._exampleInput_crqt1_187:focus{outline:none;border-color:#059669;background:#fff}._exampleInput_crqt1_187::placeholder{color:#57534e99}._removeExampleButton_crqt1_206{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:transparent;border:none;border-radius:4px;color:#57534e;cursor:pointer;transition:all .15s ease}._removeExampleButton_crqt1_206:hover{background:#dc26261a;color:#dc2626}._emptyHint_crqt1_224{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;opacity:.7}._footer_crqt1_231{display:flex;justify-content:flex-end;align-items:center;gap:8px;width:100%;padding:16px 20px;border-top:1px solid #E7E5E4}._cancelButton_crqt1_241{display:flex;align-items:center;justify-content:center;gap:4px;padding:4px 20px;background:#fff;color:#1c1917;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;border:1px solid #E7E5E4;border-radius:4px;cursor:pointer;transition:all .15s ease}._cancelButton_crqt1_241:hover{background:#f5f5f4;border-color:#57534e}._cancelButton_crqt1_241:active{transform:scale(.98)}._saveButton_crqt1_265{display:flex;align-items:center;justify-content:center;gap:4px;padding:4px 20px;background:#059669;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;border:none;border-radius:4px;cursor:pointer;transition:all .15s ease}._saveButton_crqt1_265:hover:not(:disabled){background:#047857}._saveButton_crqt1_265:disabled{opacity:.5;cursor:not-allowed}._saveButton_crqt1_265:active:not(:disabled){transform:scale(.98)}@keyframes _fadeIn_crqt1_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_crqt1_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes _fadeInUp_1v865_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._overlay_1v865_19{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2100;display:flex;align-items:center;justify-content:center;animation:_fadeIn_1v865_1 .2s ease}@keyframes _fadeIn_1v865_1{0%{opacity:0}to{opacity:1}}._modal_1v865_42{display:flex;flex-direction:column;width:440px;max-width:calc(100% - 32px);max-height:calc(100vh - 64px);background:#fff;border-radius:8px;box-shadow:0 20px 60px #0003;animation:_slideUp_1v865_1 .25s ease}@keyframes _slideUp_1v865_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._header_1v865_64{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:20px 24px;border-bottom:1px solid #E7E5E4;flex-shrink:0}._headerInfo_1v865_74{display:flex;align-items:flex-start;gap:10px}._connectorIcon_1v865_80{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#0596691a;color:#059669;border-radius:4px;flex-shrink:0}._title_1v865_92{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;font-weight:700;color:#1c1917;margin:0}._subtitle_1v865_100{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:4px 0 0}._closeButton_1v865_107{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:transparent;border:none;border-radius:4px;color:#57534e;cursor:pointer;transition:all .15s ease;flex-shrink:0}._closeButton_1v865_107:hover{background:#f5f5f4;color:#1c1917}._body_1v865_127{display:flex;flex-direction:column;gap:16px;flex:1;overflow-y:auto;padding:24px}._fieldInfoSection_1v865_136{display:flex;flex-direction:column;gap:8px}._sectionLabel_1v865_142{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:700;color:#57534e;text-transform:uppercase;letter-spacing:.5px}._fieldInfoCard_1v865_151{display:flex;align-items:center;gap:10px;padding:16px;background:#0596690d;border:1px solid rgba(5,150,105,.2);border-radius:4px}._fieldIcon_1v865_161{color:#059669;flex-shrink:0}._fieldDetails_1v865_166{display:flex;flex-direction:column;gap:2px;min-width:0}._fieldDisplayName_1v865_173{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:600;color:#1c1917}._fieldName_1v865_180{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:12px;color:#57534e}._configSection_1v865_186{display:flex;flex-direction:column;gap:10px}._noConfigSection_1v865_192{padding:20px;background:#f5f5f4;border-radius:4px;text-align:center}._noConfigText_1v865_199{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;color:#57534e;margin:0;line-height:1.5}._formGroup_1v865_207{display:flex;flex-direction:column;gap:4px}._labelRow_1v865_213{display:flex;align-items:center;justify-content:space-between}._label_1v865_213{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:600;color:#1c1917}._hint_1v865_226{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e}._checkboxLabel_1v865_232{display:flex;align-items:center;gap:8px;cursor:pointer}._checkbox_1v865_232{width:18px;height:18px;accent-color:#059669;cursor:pointer}._checkboxText_1v865_246{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;color:#1c1917}._textInput_1v865_252{width:100%;padding:8px 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;color:#1c1917;background:#fff;border:2px solid #E7E5E4;border-radius:4px;transition:all .2s ease}._textInput_1v865_252::placeholder{color:#57534e}._textInput_1v865_252:hover{border-color:#05966966}._textInput_1v865_252:focus{outline:none;border-color:#059669}._select_1v865_274{width:100%;padding:8px 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;color:#1c1917;background:#fff;border:2px solid #E7E5E4;border-radius:4px;cursor:pointer;transition:all .2s ease}._select_1v865_274:hover{border-color:#05966966}._select_1v865_274:focus{outline:none;border-color:#059669}._addButton_1v865_294{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background:transparent;color:#059669;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:500;border:1px solid #059669;border-radius:4px;cursor:pointer;transition:all .15s ease}._addButton_1v865_294:hover{background:#0596690d}._arrayList_1v865_313{display:flex;flex-direction:column;gap:4px;margin-top:4px}._emptyArray_1v865_320{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;color:#57534e;font-style:italic;margin:0;padding:8px 16px;background:#f5f5f4;border-radius:4px;text-align:center}._arrayItem_1v865_332{display:flex;align-items:center;gap:8px;padding:4px 8px;background:#f5f5f4;border-radius:4px}._arrayItemText_1v865_341{flex:1;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:13px;color:#1c1917}._removeButton_1v865_348{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;background:transparent;border:none;border-radius:4px;color:#57534e;cursor:pointer;transition:all .15s ease;flex-shrink:0}._removeButton_1v865_348:hover{background:#dc26261a;color:#dc2626}._footer_1v865_368{display:flex;justify-content:flex-end;gap:8px;padding:20px 24px;border-top:1px solid #E7E5E4;flex-shrink:0}._cancelButton_1v865_377{padding:8px 20px;background:#fff;color:#57534e;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500;border:1px solid #E7E5E4;border-radius:4px;cursor:pointer;transition:all .15s ease}._cancelButton_1v865_377:hover{background:#f5f5f4;color:#1c1917}._saveButton_1v865_394{padding:8px 24px;background:#059669;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;border:none;border-radius:4px;cursor:pointer;transition:all .15s ease}._saveButton_1v865_394:hover{background:#047857}._saveButton_1v865_394:active{transform:scale(.98)}@keyframes _fadeInUp_1cv5v_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._overlay_1cv5v_19{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#1c191780;display:flex;align-items:center;justify-content:center;z-index:10001;padding:20px;animation:_fadeIn_1cv5v_1 .2s ease}._modal_1cv5v_34{background-color:#fff;border-radius:8px;border:1px solid #E7E5E4;width:100%;max-width:800px;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 4px 16px #1c191714;animation:_slideUp_1cv5v_1 .2s ease}._header_1cv5v_47{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:20px 24px;border-bottom:1px solid #E7E5E4;flex-shrink:0}._headerInfo_1cv5v_58{display:flex;flex-direction:column;gap:2px}._title_1cv5v_64{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;font-weight:600;color:#1c1917;margin:0}._subtitle_1cv5v_72{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e}._closeButton_1cv5v_78{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;background-color:transparent;border:none;border-radius:4px;color:#57534e;cursor:pointer;transition:all .15s ease}._closeButton_1cv5v_78:hover{background-color:#1c19170d;color:#1c1917}._closeButton_1cv5v_78:active{transform:scale(.95)}._body_1cv5v_100{flex:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:20px}._configuredSection_1cv5v_109{background:#05966908;border:1px solid rgba(5,150,105,.15);border-radius:6px;padding:16px}._configuredHeader_1cv5v_116{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._configuredTitle_1cv5v_123{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:700;color:#059669;text-transform:uppercase;letter-spacing:.5px}._configuredCount_1cv5v_132{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:700;color:#fff;background:#059669;padding:2px 6px;border-radius:4px}._configuredList_1cv5v_142{display:flex;flex-direction:column;gap:6px}._configuredItem_1cv5v_148{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#fff;border:1px solid #E7E5E4;border-radius:4px}._dragHandle_1cv5v_158{display:flex;align-items:center;justify-content:center;width:20px;height:20px;color:#57534e;cursor:grab;flex-shrink:0}._dragHandle_1cv5v_158:hover{color:#1c1917}._dragHandle_1cv5v_158:active{cursor:grabbing}._orderNumber_1cv5v_175{display:flex;align-items:center;justify-content:center;min-width:20px;height:20px;background:#059669;color:#fff;border-radius:50%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:700;flex-shrink:0}._configuredIcon_1cv5v_190{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#0596691a;color:#059669;border-radius:4px;flex-shrink:0}._configuredName_1cv5v_202{flex:1;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;color:#1c1917}._configuredActions_1cv5v_210{display:flex;align-items:center;gap:4px}._configBtn_1cv5v_216,._removeBtn_1cv5v_217{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:transparent;border:none;border-radius:4px;color:#57534e;cursor:pointer;transition:all .15s ease}._configBtn_1cv5v_216:hover{background:#0596691a;color:#059669}._removeBtn_1cv5v_217:hover{background:#dc26261a;color:#dc2626}._categorySection_1cv5v_241{display:flex;flex-direction:column;gap:16px}._categoryHeader_1cv5v_247{display:flex;align-items:center;gap:8px;color:#57534e}._categoryTitle_1cv5v_254{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#57534e;text-transform:uppercase;letter-spacing:.5px;margin:0}._connectorsGrid_1cv5v_264{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(max-width:600px){._connectorsGrid_1cv5v_264{grid-template-columns:1fr}}._connectorCard_1cv5v_275{display:flex;flex-direction:column;gap:8px;padding:16px;background:#fff;border:1px solid #E7E5E4;border-radius:6px;cursor:pointer;transition:all .15s ease}._connectorCard_1cv5v_275:hover:not(._added_1cv5v_286){border-color:#059669;box-shadow:0 2px 8px #05966914}._connectorCard_1cv5v_275:active:not(._added_1cv5v_286){transform:scale(.98)}._connectorCard_1cv5v_275._added_1cv5v_286{border-color:#059669;background:#05966908}._cardHeader_1cv5v_298{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}._cardIcon_1cv5v_305{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#0596691a;color:#059669;border-radius:4px;flex-shrink:0}._cardContent_1cv5v_317{flex:1;display:flex;flex-direction:column;gap:4px}._cardName_1cv5v_324{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;color:#1c1917}._cardDesc_1cv5v_331{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;line-height:1.4}._cardAction_1cv5v_338{flex-shrink:0}._plusIcon_1cv5v_342{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid #E7E5E4;border-radius:4px;color:#57534e;transition:all .15s ease}._connectorCard_1cv5v_275:hover:not(._added_1cv5v_286) ._plusIcon_1cv5v_342{border-color:#059669;color:#059669}._checkIcon_1cv5v_358{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#059669;border-radius:4px;color:#fff}._footer_1cv5v_369{display:flex;justify-content:flex-end;align-items:center;gap:8px;width:100%;padding:16px 24px;border-top:1px solid #E7E5E4;flex-shrink:0}._cancelButton_1cv5v_380{display:flex;align-items:center;justify-content:center;gap:4px;padding:8px 24px;background:#fff;color:#1c1917;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;border:1px solid #E7E5E4;border-radius:4px;cursor:pointer;transition:all .15s ease}._cancelButton_1cv5v_380:hover{background:#f5f5f4;border-color:#57534e}._cancelButton_1cv5v_380:active{transform:scale(.98)}._saveButton_1cv5v_404{display:flex;align-items:center;justify-content:center;gap:4px;padding:8px 24px;background:#059669;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;border:none;border-radius:4px;cursor:pointer;transition:all .15s ease}._saveButton_1cv5v_404:hover:not(:disabled){background:#047857}._saveButton_1cv5v_404:disabled{opacity:.5;cursor:not-allowed}._saveButton_1cv5v_404:active:not(:disabled){transform:scale(.98)}@keyframes _fadeIn_1cv5v_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_1cv5v_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes _fadeIn_1i07r_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_1i07r_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._columnCard_1i07r_19{display:flex;flex-direction:column;gap:4px;padding:16px;background:#fff;border:1px solid #E7E5E4;border-radius:6px;transition:all .15s ease}._columnCard_1i07r_19:hover{border-color:#0596694d;box-shadow:0 2px 8px #1c19170f}._mainRow_1i07r_34{display:flex;align-items:center;gap:8px}._positionNumber_1i07r_40{display:flex;align-items:center;justify-content:center;min-width:20px;height:20px;background:#f5f5f4;color:#57534e;border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;flex-shrink:0}._dragHandle_1i07r_55{display:flex;align-items:center;justify-content:center;width:24px;height:24px;color:#57534e;cursor:grab;border-radius:4px;flex-shrink:0}._dragHandle_1i07r_55:hover{background:#f5f5f4;color:#1c1917}._dragHandle_1i07r_55:active{cursor:grabbing}._fieldInfo_1i07r_74{flex:1;min-width:0;display:flex;align-items:baseline;gap:8px}._fieldName_1i07r_82{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;color:#1c1917}._fieldId_1i07r_89{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:11px;color:#57534e;opacity:.7}._placeholder_1i07r_96{font-style:italic;opacity:.5}._actions_1i07r_101{display:flex;align-items:center;gap:4px;flex-shrink:0}._actionButton_1i07r_108{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:transparent;border:1px solid #E7E5E4;border-radius:4px;color:#57534e;cursor:pointer;transition:all .15s ease}._actionButton_1i07r_108:hover{border-color:#059669;color:#059669;background:#0596690d}._actionButton_1i07r_108:disabled{opacity:.4;cursor:not-allowed}._removeButton_1i07r_131{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:transparent;border:1px solid transparent;border-radius:4px;color:#57534e;cursor:pointer;transition:all .15s ease}._removeButton_1i07r_131:hover{border-color:#dc2626;color:#dc2626;background:#dc26260d}._removeButton_1i07r_131:disabled{opacity:.4;cursor:not-allowed}._descriptionRow_1i07r_154{padding-left:52px}._fieldDescription_1i07r_158{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;line-height:1.4}._connectorsRow_1i07r_165{padding:8px 16px 8px 52px;background:#6366f108;margin:4px -16px -16px;border-radius:4px 4px 6px 6px}._connectorsPipeline_1i07r_178{display:flex;align-items:center;gap:6px;flex-wrap:wrap}._connectorChip_1i07r_185{display:inline-flex;align-items:center;padding:4px 10px;background:#fff;border:1px solid rgba(99,102,241,.3);border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:500;color:#6366f1}._connectorArrow_1i07r_198{color:#57534e;opacity:.5;flex-shrink:0}._noConnectors_1i07r_204{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;font-style:italic;opacity:.6}._addConnectorButton_1i07r_212{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#fff;border:1px dashed #E7E5E4;border-radius:4px;color:#57534e;cursor:pointer;transition:all .15s ease;flex-shrink:0}._addConnectorButton_1i07r_212:hover{border-color:#6366f1;border-style:solid;color:#6366f1;background:#6366f10d}._addConnectorButton_1i07r_212:disabled{opacity:.4;cursor:not-allowed}.react-flow{direction:ltr;--xy-edge-stroke-default: #b1b1b7;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #555;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(255, 255, 255, .5);--xy-minimap-background-color-default: #fff;--xy-minimap-mask-background-color-default: rgba(240, 240, 240, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #e2e2e2;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: transparent;--xy-background-pattern-dots-color-default: #91919a;--xy-background-pattern-lines-color-default: #eee;--xy-background-pattern-cross-color-default: #e2e2e2;background-color:var(--xy-background-color, var(--xy-background-color-default));--xy-node-color-default: inherit;--xy-node-border-default: 1px solid #1a192b;--xy-node-background-color-default: #fff;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(0, 0, 0, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #1a192b;--xy-node-border-radius-default: 3px;--xy-handle-background-color-default: #1a192b;--xy-handle-border-color-default: #fff;--xy-selection-background-color-default: rgba(0, 89, 220, .08);--xy-selection-border-default: 1px dotted rgba(0, 89, 220, .8);--xy-controls-button-background-color-default: #fefefe;--xy-controls-button-background-color-hover-default: #f4f4f4;--xy-controls-button-color-default: inherit;--xy-controls-button-color-hover-default: inherit;--xy-controls-button-border-color-default: #eee;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #ffffff;--xy-edge-label-color-default: inherit;--xy-resize-background-color-default: #3367d9}.react-flow.dark{--xy-edge-stroke-default: #3e3e3e;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #727272;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(150, 150, 150, .25);--xy-minimap-background-color-default: #141414;--xy-minimap-mask-background-color-default: rgba(60, 60, 60, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #2b2b2b;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: #141414;--xy-background-pattern-dots-color-default: #777;--xy-background-pattern-lines-color-default: #777;--xy-background-pattern-cross-color-default: #777;--xy-node-color-default: #f8f8f8;--xy-node-border-default: 1px solid #3c3c3c;--xy-node-background-color-default: #1e1e1e;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(255, 255, 255, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #999;--xy-handle-background-color-default: #bebebe;--xy-handle-border-color-default: #1e1e1e;--xy-selection-background-color-default: rgba(200, 200, 220, .08);--xy-selection-border-default: 1px dotted rgba(200, 200, 220, .8);--xy-controls-button-background-color-default: #2b2b2b;--xy-controls-button-background-color-hover-default: #3e3e3e;--xy-controls-button-color-default: #f8f8f8;--xy-controls-button-color-hover-default: #fff;--xy-controls-button-border-color-default: #5b5b5b;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #141414;--xy-edge-label-color-default: #f8f8f8}.react-flow__background{background-color:var(--xy-background-color-props, var(--xy-background-color, var(--xy-background-color-default)));pointer-events:none;z-index:-1}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1}.react-flow__pane.draggable{cursor:grab}.react-flow__pane.dragging{cursor:grabbing}.react-flow__pane.selection{cursor:pointer}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow__edge-path{stroke:var(--xy-edge-stroke, var(--xy-edge-stroke-default));stroke-width:var(--xy-edge-stroke-width, var(--xy-edge-stroke-width-default));fill:none}.react-flow__connection-path{stroke:var(--xy-connectionline-stroke, var(--xy-connectionline-stroke-default));stroke-width:var(--xy-connectionline-stroke-width, var(--xy-connectionline-stroke-width-default));fill:none}.react-flow .react-flow__edges{position:absolute}.react-flow .react-flow__edges svg{overflow:visible;position:absolute;pointer-events:none}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.selectable{cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge.selectable:focus .react-flow__edge-path,.react-flow__edge.selectable:focus-visible .react-flow__edge-path{stroke:var(--xy-edge-stroke-selected, var(--xy-edge-stroke-selected-default))}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__arrowhead polyline{stroke:var(--xy-edge-stroke, var(--xy-edge-stroke-default))}.react-flow__arrowhead polyline.arrowclosed{fill:var(--xy-edge-stroke, var(--xy-edge-stroke-default))}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}svg.react-flow__connectionline{z-index:1001;overflow:visible;position:absolute}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:default}.react-flow__node.selectable{cursor:pointer}.react-flow__node.draggable{cursor:grab;pointer-events:all}.react-flow__node.draggable.dragging{cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background-color:var(--xy-handle-background-color, var(--xy-handle-background-color-default));border:1px solid var(--xy-handle-border-color, var(--xy-handle-border-color-default));border-radius:100%}.react-flow__handle.connectingfrom{pointer-events:all}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:0;transform:translate(-50%,50%)}.react-flow__handle-top{top:0;left:50%;transform:translate(-50%,-50%)}.react-flow__handle-left{top:50%;left:0;transform:translate(-50%,-50%)}.react-flow__handle-right{top:50%;right:0;transform:translate(50%,-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__pane.selection .react-flow__panel{pointer-events:none}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.top.center,.react-flow__panel.bottom.center{left:50%;transform:translate(-15px) translate(-50%)}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.left.center,.react-flow__panel.right.center{top:50%;transform:translateY(-15px) translateY(-50%)}.react-flow__attribution{font-size:10px;background:var(--xy-attribution-background-color, var(--xy-attribution-background-color-default));padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;left:0;top:0}.react-flow__viewport-portal{position:absolute;width:100%;height:100%;left:0;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__minimap{background:var( --xy-minimap-background-color-props, var(--xy-minimap-background-color, var(--xy-minimap-background-color-default)) )}.react-flow__minimap-svg{display:block}.react-flow__minimap-mask{fill:var( --xy-minimap-mask-background-color-props, var(--xy-minimap-mask-background-color, var(--xy-minimap-mask-background-color-default)) );stroke:var( --xy-minimap-mask-stroke-color-props, var(--xy-minimap-mask-stroke-color, var(--xy-minimap-mask-stroke-color-default)) );stroke-width:var( --xy-minimap-mask-stroke-width-props, var(--xy-minimap-mask-stroke-width, var(--xy-minimap-mask-stroke-width-default)) )}.react-flow__minimap-node{fill:var( --xy-minimap-node-background-color-props, var(--xy-minimap-node-background-color, var(--xy-minimap-node-background-color-default)) );stroke:var( --xy-minimap-node-stroke-color-props, var(--xy-minimap-node-stroke-color, var(--xy-minimap-node-stroke-color-default)) );stroke-width:var( --xy-minimap-node-stroke-width-props, var(--xy-minimap-node-stroke-width, var(--xy-minimap-node-stroke-width-default)) )}.react-flow__background-pattern.dots{fill:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-dots-color-default)) )}.react-flow__background-pattern.lines{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-lines-color-default)) )}.react-flow__background-pattern.cross{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-cross-color-default)) )}.react-flow__controls{display:flex;flex-direction:column;box-shadow:var(--xy-controls-box-shadow, var(--xy-controls-box-shadow-default))}.react-flow__controls.horizontal{flex-direction:row}.react-flow__controls-button{display:flex;justify-content:center;align-items:center;height:26px;width:26px;padding:4px;border:none;background:var(--xy-controls-button-background-color, var(--xy-controls-button-background-color-default));border-bottom:1px solid var( --xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)) );color:var( --xy-controls-button-color-props, var(--xy-controls-button-color, var(--xy-controls-button-color-default)) );cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px;fill:currentColor}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-input,.react-flow__node-default,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:var(--xy-node-border-radius, var(--xy-node-border-radius-default));width:150px;font-size:12px;color:var(--xy-node-color, var(--xy-node-color-default));text-align:center;border:var(--xy-node-border, var(--xy-node-border-default));background-color:var(--xy-node-background-color, var(--xy-node-background-color-default))}.react-flow__node-input.selectable:hover,.react-flow__node-default.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:var(--xy-node-boxshadow-hover, var(--xy-node-boxshadow-hover-default))}.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:var(--xy-node-boxshadow-selected, var(--xy-node-boxshadow-selected-default))}.react-flow__node-group{background-color:var(--xy-node-group-background-color, var(--xy-node-group-background-color-default))}.react-flow__nodesselection-rect,.react-flow__selection{background:var(--xy-selection-background-color, var(--xy-selection-background-color-default));border:var(--xy-selection-border, var(--xy-selection-border-default))}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls-button:hover{background:var( --xy-controls-button-background-color-hover-props, var(--xy-controls-button-background-color-hover, var(--xy-controls-button-background-color-hover-default)) );color:var( --xy-controls-button-color-hover-props, var(--xy-controls-button-color-hover, var(--xy-controls-button-color-hover-default)) )}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__controls-button:last-child{border-bottom:none}.react-flow__controls.horizontal .react-flow__controls-button{border-bottom:none;border-right:1px solid var( --xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)) )}.react-flow__controls.horizontal .react-flow__controls-button:last-child{border-right:none}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:5px;height:5px;border:1px solid #fff;border-radius:1px;background-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));translate:-50% -50%}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.react-flow__edge-textbg{fill:var(--xy-edge-label-background-color, var(--xy-edge-label-background-color-default))}.react-flow__edge-text{fill:var(--xy-edge-label-color, var(--xy-edge-label-color-default))}@keyframes _fadeInUp_rbyna_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._overlay_rbyna_19{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;display:flex;align-items:center;justify-content:center;animation:_fadeIn_rbyna_1 .2s ease}@keyframes _fadeIn_rbyna_1{0%{opacity:0}to{opacity:1}}._modal_rbyna_42{display:flex;flex-direction:column;width:calc(100vw - 64px);height:calc(100vh - 64px);max-width:1400px;background:#fff;border-radius:8px;box-shadow:0 20px 60px #0000004d;overflow:hidden}._header_rbyna_54{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 8px 8px 20px;border-bottom:1px solid #E7E5E4;background:#fff;flex-shrink:0}._title_rbyna_65{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;color:#1c1917;margin:0}._headerActions_rbyna_73{display:flex;align-items:center;gap:4px;margin-left:auto}._undoButton_rbyna_80,._redoButton_rbyna_81{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:transparent;border:none;border-radius:4px;color:#57534e;cursor:pointer;transition:all .15s ease}._undoButton_rbyna_80:hover:not(._disabled_rbyna_94),._redoButton_rbyna_81:hover:not(._disabled_rbyna_94){background:#1c19170d;color:#1c1917}._undoButton_rbyna_80._disabled_rbyna_94,._redoButton_rbyna_81._disabled_rbyna_94{opacity:.4;cursor:not-allowed}._closeButton_rbyna_105{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;background:transparent;border:none;border-radius:4px;color:#57534e;cursor:pointer;transition:all .15s ease}._closeButton_rbyna_105:hover{background:#1c19170d;color:#1c1917}._closeButton_rbyna_105:active{transform:scale(.95)}._canvasContainer_rbyna_127{flex:1;background:#fafafa}._spreadsheetHeader_rbyna_132{position:relative;min-width:100px;background:linear-gradient(180deg,#f8f9fa,#e9ecef);border:1px solid #dee2e6;border-bottom:2px solid #059669;box-shadow:0 2px 4px #00000014;overflow:visible}._spreadsheetHeader_rbyna_132:hover{background:linear-gradient(180deg,#fff,#f1f3f4);box-shadow:0 4px 12px #0000001f}._columnLetter_rbyna_146{position:absolute;top:-12px;left:50%;transform:translate(-50%);min-width:24px;height:24px;padding:0 6px;display:flex;align-items:center;justify-content:center;background:#059669;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:700;border-radius:4px;border:2px solid white;box-shadow:0 2px 4px #0003;z-index:1}._deleteHeaderButton_rbyna_168{position:absolute;top:-8px;right:-8px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:#dc2626;color:#fff;border:2px solid white;border-radius:50%;cursor:pointer;opacity:0;transition:all .15s ease;z-index:2;padding:0}._deleteHeaderButton_rbyna_168:hover{background:#b21d1d;transform:scale(1.1)}._spreadsheetHeader_rbyna_132:hover ._deleteHeaderButton_rbyna_168{opacity:1}._headerContent_rbyna_195{display:flex;flex-direction:column;align-items:center;padding:16px 8px;text-align:center}._headerTitle_rbyna_203{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#1c1917;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}._headerCode_rbyna_214{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:10px;color:#57534e;margin-top:2px;opacity:.7}._fieldNode_rbyna_222{display:flex;flex-direction:column;position:relative;min-width:100px;background:#fff;border:2px solid #059669;border-radius:6px;box-shadow:0 2px 8px #0000001a;overflow:visible}._fieldNode_rbyna_222:hover{box-shadow:0 4px 16px #05966933}._orderBadge_rbyna_237{position:absolute;top:-10px;left:-10px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#059669;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:700;border-radius:50%;border:2px solid white;box-shadow:0 2px 4px #0003;z-index:1}._deleteNodeButton_rbyna_257{position:absolute;top:-8px;right:-8px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:#dc2626;color:#fff;border:2px solid white;border-radius:50%;cursor:pointer;opacity:0;transition:all .15s ease;z-index:2;padding:0}._deleteNodeButton_rbyna_257:hover{background:#b21d1d;transform:scale(1.1)}._fieldNode_rbyna_222:hover ._deleteNodeButton_rbyna_257,._connectorNode_rbyna_280:hover ._deleteNodeButton_rbyna_257{opacity:1}._connectorNode_rbyna_280{display:flex;flex-direction:column;position:relative;width:140px;background:#fff;border:2px solid #6366F1;border-radius:6px;box-shadow:0 2px 8px #0000001a;overflow:visible}._connectorNode_rbyna_280:hover{box-shadow:0 4px 16px #6366f133}._connectorNode_rbyna_280._validation_rbyna_298{border-color:#f59e0b}._connectorNode_rbyna_280._transformation_rbyna_301{border-color:#6366f1}._nodeHeader_rbyna_305{display:flex;align-items:center;gap:4px;padding:8px 16px;background:#f5f5f4;border-bottom:1px solid #E7E5E4;min-width:0}._fieldNode_rbyna_222 ._nodeHeader_rbyna_305{background:#0596691a;color:#059669}._connectorNode_rbyna_280 ._nodeHeader_rbyna_305{background:#6366f11a;color:#6366f1}._connectorNode_rbyna_280._validation_rbyna_298 ._nodeHeader_rbyna_305{background:#f59e0b1a;color:#d97706}._nodeHeaderEditing_rbyna_327{display:flex;align-items:center;gap:4px;padding:4px 8px;background:#0596691a;color:#059669;border-bottom:1px solid #E7E5E4}._fieldInput_rbyna_337{flex:1;padding:4px 6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:600;background:#fff;border:1px solid #E7E5E4;border-radius:4px;color:#1c1917;outline:none;min-width:80px}._fieldInput_rbyna_337:focus{border-color:#059669}._fieldCodeInput_rbyna_354{width:100%;padding:4px 6px;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:11px;background:#f5f5f4;border:1px solid #E7E5E4;border-radius:4px;color:#57534e;outline:none}._fieldCodeInput_rbyna_354:focus{border-color:#059669}._saveButtonSmall_rbyna_369{display:flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;background:#059669;border:none;border-radius:4px;color:#fff;cursor:pointer;transition:all .15s ease;flex-shrink:0}._saveButtonSmall_rbyna_369:hover{background:#047857}._nodeTitle_rbyna_388{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._nodeBody_rbyna_398{padding:8px 16px}._fieldCode_rbyna_354{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:12px;color:#57534e;background:#f5f5f4;padding:2px 6px;border-radius:4px}._nodeDescription_rbyna_411{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;color:#57534e}._templateInfoNode_rbyna_417{display:flex;flex-direction:column;min-width:200px;max-width:300px;background:#fff;border:2px solid #1C1917;border-radius:6px;box-shadow:0 4px 12px #00000026;overflow:hidden}._templateInfoHeader_rbyna_429{display:flex;align-items:center;gap:8px;padding:16px 20px;background:#1c1917;color:#fff}._templateInfoTitle_rbyna_438{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:700}._templateInfoBody_rbyna_444{padding:8px 20px}._templateInfoDescription_rbyna_448{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;margin:0;line-height:1.4}._templateInfoHeaderEditing_rbyna_456{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#1c1917;color:#fff}._templateInfoInput_rbyna_465{flex:1;padding:4px 8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:700;background:#ffffff26;border:1px solid rgba(255,255,255,.3);border-radius:4px;color:#fff;outline:none}._templateInfoInput_rbyna_465::placeholder{color:#ffffff80}._templateInfoInput_rbyna_465:focus{background:#fff3;border-color:#ffffff80}._templateInfoBodyEditing_rbyna_485{padding:8px 16px}._templateInfoTextarea_rbyna_489{width:100%;min-width:250px;padding:6px 8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;background:#f5f5f4;border:1px solid #E7E5E4;border-radius:4px;color:#1c1917;resize:both;outline:none;min-height:50px}._templateInfoTextarea_rbyna_489::placeholder{color:#57534e}._templateInfoTextarea_rbyna_489:focus{border-color:#059669}._editButton_rbyna_510{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;background:#ffffff26;border:none;border-radius:4px;color:#fff;cursor:pointer;transition:all .15s ease;opacity:.7}._editButton_rbyna_510:hover{background:#ffffff40;opacity:1}._saveButton_rbyna_369{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;background:#059669;border:none;border-radius:4px;color:#fff;cursor:pointer;transition:all .15s ease}._saveButton_rbyna_369:hover{background:#047857}._handleHidden_rbyna_548{width:1px!important;height:1px!important;background:transparent!important;border:none!important;opacity:0!important;pointer-events:none!important}._addFieldNode_rbyna_557{position:relative}._addFieldButton_rbyna_561{display:flex;align-items:center;justify-content:center;gap:4px;width:100px;padding:6px 12px;background:#fff;border:2px dashed #E7E5E4;border-radius:16px;color:#57534e;cursor:pointer;transition:all .15s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;white-space:nowrap}._addFieldButton_rbyna_561:hover{border-color:#059669;color:#059669;background:#0596690d}._addConnectorNode_rbyna_584{position:relative}._addConnectorButton_rbyna_588{display:flex;align-items:center;justify-content:center;gap:4px;width:100px;padding:6px 12px;background:#fff;border:2px dashed #E7E5E4;border-radius:16px;color:#57534e;cursor:pointer;transition:all .15s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;white-space:nowrap}._addConnectorButton_rbyna_588:hover{border-color:#059669;color:#059669;background:#0596690d}._connectorDropdown_rbyna_611{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:8px;min-width:160px;background:#fff;border:1px solid #E7E5E4;border-radius:4px;box-shadow:0 4px 16px #00000026;overflow:hidden;z-index:100}._connectorDropdownItem_rbyna_626{display:flex;align-items:center;gap:8px;width:100%;padding:8px 16px;background:transparent;border:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#1c1917;cursor:pointer;transition:all .15s ease;text-align:left}._connectorDropdownItem_rbyna_626:hover{background:#0596690d;color:#059669}._connectorDropdownItem_rbyna_626:not(:last-child){border-bottom:1px solid #E7E5E4}._handle_rbyna_548{width:12px!important;height:12px!important;background:#059669!important;border:2px solid white!important}._connectorNode_rbyna_280 ._handle_rbyna_548{background:#6366f1!important}._connectorNode_rbyna_280._validation_rbyna_298 ._handle_rbyna_548{background:#f59e0b!important}._handleTop_rbyna_662{width:10px!important;height:10px!important;background:#059669!important;border:2px solid white!important;top:-5px!important}._connectorNode_rbyna_280 ._handleTop_rbyna_662{background:#6366f1!important}._connectorNode_rbyna_280._validation_rbyna_298 ._handleTop_rbyna_662{background:#f59e0b!important}._handleBottom_rbyna_676{width:10px!important;height:10px!important;background:#059669!important;border:2px solid white!important;bottom:-5px!important}._connectorNode_rbyna_280 ._handleBottom_rbyna_676{background:#6366f1!important}._connectorNode_rbyna_280._validation_rbyna_298 ._handleBottom_rbyna_676{background:#f59e0b!important}._templateInfoNode_rbyna_417 ._handleBottom_rbyna_676{background:#1c1917!important}._panel_rbyna_693{margin:16px}._addMenuContainer_rbyna_697{position:relative}._addButton_rbyna_701{display:flex;align-items:center;gap:4px;padding:8px 16px;background:#059669;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;border:none;border-radius:4px;cursor:pointer;transition:all .15s ease;box-shadow:0 2px 8px #0596694d}._addButton_rbyna_701:hover{background:#047857}._addMenu_rbyna_697{position:absolute;top:100%;left:0;margin-top:4px;min-width:180px;background:#fff;border:1px solid #E7E5E4;border-radius:4px;box-shadow:0 4px 16px #00000026;overflow:hidden;z-index:10}._menuItem_rbyna_735{display:flex;align-items:center;gap:8px;width:100%;padding:8px 16px;background:transparent;border:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#1c1917;cursor:pointer;transition:all .15s ease;text-align:left}._menuItem_rbyna_735:hover{background:#0596690d;color:#059669}._menuDivider_rbyna_755{padding:4px 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:700;color:#57534e;text-transform:uppercase;letter-spacing:.5px;background:#f5f5f4;border-top:1px solid #E7E5E4}._helpPanel_rbyna_767{background:#0009;color:#fff;padding:4px 16px;border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;margin-bottom:16px}@keyframes _fadeInUp_gwyv0_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._modalContent_gwyv0_19{display:flex;flex-direction:column;gap:16px;max-width:1100px;margin:0 auto;width:100%}._templateSection_gwyv0_28{display:flex;flex-direction:column;gap:10px;padding:20px;background:#fff;border:1px solid #E7E5E4;border-radius:8px;box-shadow:0 2px 8px #1c19170f}._apiIdBanner_gwyv0_39{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#6366f10d;border:1px solid rgba(99,102,241,.15);border-radius:6px}._apiIdLabel_gwyv0_49{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e}._apiIdValue_gwyv0_55{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:12px;color:#6366f1;background:#fff;padding:2px 8px;border-radius:4px}._formGroup_gwyv0_64{display:flex;flex-direction:column;gap:6px}._label_gwyv0_70{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;color:#1c1917;display:flex;align-items:center;gap:6px}._optional_gwyv0_80{font-weight:400;color:#57534e;font-size:12px}._input_gwyv0_86,._textarea_gwyv0_87{padding:10px 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#1c1917;background:#fff;border:1px solid #E7E5E4;border-radius:6px;transition:all .15s ease}._input_gwyv0_86:focus,._textarea_gwyv0_87:focus{outline:none;border-color:#059669;box-shadow:0 0 0 3px #0596691a}._input_gwyv0_86::placeholder,._textarea_gwyv0_87::placeholder{color:#57534e}._input_gwyv0_86:disabled,._textarea_gwyv0_87:disabled{background:#f5f5f4;opacity:.7}._textarea_gwyv0_87{resize:vertical;min-height:60px}._divider_gwyv0_118{display:none}._columnsSection_gwyv0_122{display:flex;flex-direction:column;gap:10px;padding:20px;background:#fff;border:1px solid #E7E5E4;border-radius:8px;box-shadow:0 2px 8px #1c19170f}._sectionHeader_gwyv0_133{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}._sectionTitleGroup_gwyv0_141{display:flex;align-items:center;gap:8px}._sectionTitle_gwyv0_141{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#57534e;text-transform:uppercase;letter-spacing:.5px;margin:0}._sectionCount_gwyv0_157{display:flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;background:#f5f5f4;color:#57534e;border-radius:100px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600}._sectionActions_gwyv0_172{display:flex;align-items:center;gap:8px}._flowButton_gwyv0_178,._aiButton_gwyv0_179{display:flex;align-items:center;gap:6px;padding:6px 12px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:600;border-radius:4px;cursor:pointer;transition:all .15s ease}._flowButton_gwyv0_178 svg,._aiButton_gwyv0_179 svg{flex-shrink:0}._flowButton_gwyv0_178:disabled,._aiButton_gwyv0_179:disabled{opacity:.5;cursor:not-allowed}._flowButton_gwyv0_178:active:not(:disabled),._aiButton_gwyv0_179:active:not(:disabled){transform:scale(.98)}._flowButton_gwyv0_178{background:#fff;border:1px solid #E7E5E4;color:#57534e}._flowButton_gwyv0_178:hover:not(:disabled){border-color:#059669;color:#059669}._aiButton_gwyv0_179{background:#6366f1;border:none;color:#fff}._aiButton_gwyv0_179:hover:not(:disabled){background:#4f46e5;box-shadow:0 4px 12px #6366f140}._emptyState_gwyv0_225{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px;background:#f5f5f4;border:2px dashed #E7E5E4;border-radius:8px;text-align:center}._emptyState_gwyv0_225 p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#57534e;margin:0 0 16px}._emptyActions_gwyv0_243{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:center}._orText_gwyv0_251{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e}._addFirstButton_gwyv0_257,._generateFirstButton_gwyv0_258{display:flex;align-items:center;gap:6px;padding:6px 12px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:600;border-radius:4px;cursor:pointer;transition:all .15s ease}._addFirstButton_gwyv0_257:disabled,._generateFirstButton_gwyv0_258:disabled{opacity:.5;cursor:not-allowed}._addFirstButton_gwyv0_257:active:not(:disabled),._generateFirstButton_gwyv0_258:active:not(:disabled){transform:scale(.98)}._addFirstButton_gwyv0_257{background:#fff;border:1px solid #E7E5E4;color:#1c1917}._addFirstButton_gwyv0_257:hover:not(:disabled){border-color:#059669;color:#059669}._generateFirstButton_gwyv0_258{background:#6366f1;border:none;color:#fff}._generateFirstButton_gwyv0_258:hover:not(:disabled){background:#4f46e5;box-shadow:0 4px 12px #6366f140}._columnsList_gwyv0_300{display:flex;flex-direction:column;gap:8px}._addColumnButton_gwyv0_306{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:8px;background:transparent;border:1px dashed #E7E5E4;border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:500;color:#57534e;cursor:pointer;transition:all .15s ease}._addColumnButton_gwyv0_306:hover:not(:disabled){border-color:#059669;color:#059669;background:#05966905}._addColumnButton_gwyv0_306:active:not(:disabled){transform:scale(.99)}._addColumnButton_gwyv0_306:disabled{opacity:.5;cursor:not-allowed}._errorMessage_gwyv0_336{padding:8px 16px;background:#dc26261a;border:1px solid rgba(220,38,38,.2);border-radius:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#dc2626}._footerActions_gwyv0_346{display:flex;align-items:center;justify-content:flex-end;gap:8px}._cancelButton_gwyv0_353,._submitButton_gwyv0_354{display:flex;align-items:center;justify-content:center;padding:8px 24px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;border-radius:4px;cursor:pointer;transition:all .15s ease}._cancelButton_gwyv0_353:disabled,._submitButton_gwyv0_354:disabled{opacity:.5;cursor:not-allowed}._cancelButton_gwyv0_353:active:not(:disabled),._submitButton_gwyv0_354:active:not(:disabled){transform:scale(.98)}._cancelButton_gwyv0_353{background:#fff;border:1px solid #E7E5E4;color:#1c1917}._cancelButton_gwyv0_353:hover:not(:disabled){border-color:#57534e;background:#f5f5f4}._submitButton_gwyv0_354{background:#059669;border:none;color:#fff}._submitButton_gwyv0_354:hover:not(:disabled){background:#047857;box-shadow:0 4px 12px #05966940}._aiModalOverlay_gwyv0_396{position:fixed;top:0;left:0;right:0;bottom:0;background:#1c191780;display:flex;align-items:center;justify-content:center;z-index:10001;padding:20px;animation:_fadeIn_gwyv0_1 .2s ease}._aiModalContent_gwyv0_411{background:#fff;border-radius:8px;width:100%;max-width:440px;box-shadow:0 8px 32px #00000026;animation:_slideUp_gwyv0_1 .2s ease}._aiModalHeader_gwyv0_420{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #E7E5E4}._aiModalTitle_gwyv0_428{display:flex;align-items:center;gap:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;color:#1c1917;margin:0}._aiModalTitle_gwyv0_428 svg{color:#6366f1}._aiModalClose_gwyv0_442{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:transparent;border:none;border-radius:4px;color:#57534e;cursor:pointer;transition:all .15s ease}._aiModalClose_gwyv0_442:hover{background:#f5f5f4;color:#1c1917}._aiModalBody_gwyv0_460{padding:20px}._aiModalDescription_gwyv0_464{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0 0 16px;line-height:1.5}._aiPromptInput_gwyv0_472{width:100%;padding:16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#1c1917;background:#f5f5f4;border:1px solid #E7E5E4;border-radius:6px;resize:vertical;min-height:100px}._aiPromptInput_gwyv0_472:focus{outline:none;border-color:#6366f1;background:#fff}._aiPromptInput_gwyv0_472::placeholder{color:#57534e}._aiPromptInput_gwyv0_472:disabled{opacity:.7}._aiModalFooter_gwyv0_496{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:16px 20px;border-top:1px solid #E7E5E4}._aiModalCancelBtn_gwyv0_505,._aiModalGenerateBtn_gwyv0_506{display:flex;align-items:center;justify-content:center;padding:8px 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;border-radius:4px;cursor:pointer;transition:all .15s ease}._aiModalCancelBtn_gwyv0_505:disabled,._aiModalGenerateBtn_gwyv0_506:disabled{opacity:.5;cursor:not-allowed}._aiModalCancelBtn_gwyv0_505:active:not(:disabled),._aiModalGenerateBtn_gwyv0_506:active:not(:disabled){transform:scale(.98)}._aiModalCancelBtn_gwyv0_505{background:#fff;border:1px solid #E7E5E4;color:#1c1917}._aiModalCancelBtn_gwyv0_505:hover:not(:disabled){border-color:#57534e;background:#f5f5f4}._aiModalGenerateBtn_gwyv0_506{gap:6px;background:#6366f1;border:none;color:#fff}._aiModalGenerateBtn_gwyv0_506:hover:not(:disabled){background:#4f46e5;box-shadow:0 4px 12px #6366f140}@keyframes _fadeIn_gwyv0_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_gwyv0_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes _fadeInUp_1jxr7_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes _fadeIn_1jxr7_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_1jxr7_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes _skeletonPulse_1jxr7_1{0%{opacity:1}50%{opacity:.4}to{opacity:1}}._modalOverlay_1jxr7_48{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#1c191780;display:flex;align-items:center;justify-content:center;z-index:1400;animation:_fadeIn_1jxr7_1 .2s ease;padding:20px}._modalCard_1jxr7_63{display:flex;flex-direction:column;background-color:#fff;border-radius:8px;border:1px solid #E7E5E4;box-shadow:0 8px 32px #0000001f;width:100%;max-width:680px;max-height:85vh;position:relative;animation:_slideUp_1jxr7_1 .3s cubic-bezier(.4,0,.2,1);overflow:hidden}._modalHeader_1jxr7_78{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:8px 8px 8px 20px;border-bottom:1px solid #E7E5E4}@media(max-width:768px){._modalHeader_1jxr7_78{padding:4px 4px 4px 16px}}._modalTitle_1jxr7_93{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;color:#1c1917;margin:0}@media(max-width:768px){._modalTitle_1jxr7_93{font-size:15px}}._closeButton_1jxr7_106{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;background-color:transparent;border:none;border-radius:4px;color:#57534e;cursor:pointer;transition:all .15s ease}._closeButton_1jxr7_106:hover{background-color:#1c19170d;color:#1c1917}._closeButton_1jxr7_106:active{transform:scale(.95)}._limitError_1jxr7_128{padding:8px 32px;background:#dc262614;border-bottom:1px solid rgba(220,38,38,.2);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#dc2626;font-weight:500}._modalBody_1jxr7_138{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:0}._selectedSection_1jxr7_146{padding:20px 32px;background:linear-gradient(135deg,#0596690d,#05966905);border-bottom:2px solid rgba(5,150,105,.2);display:flex;flex-direction:column;gap:10px}._selectedHeader_1jxr7_155{display:flex;align-items:center;justify-content:space-between}._selectedTitle_1jxr7_161{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:700;color:#059669;margin:0;text-transform:uppercase;letter-spacing:.5px}._clearAllButton_1jxr7_171{padding:4px 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:600;color:#57534e;background:#fff;border:1px solid #E7E5E4;border-radius:4px;cursor:pointer;transition:all .15s ease}._clearAllButton_1jxr7_171:hover{border-color:#dc2626;color:#dc2626;background:#dc26260d}._clearAllButton_1jxr7_171:active{transform:scale(.98)}._selectedGrid_1jxr7_192{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:8px}@media(max-width:768px){._selectedGrid_1jxr7_192{grid-template-columns:1fr}}._selectedCard_1jxr7_203{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 16px;background:#fff;border:1px solid rgba(5,150,105,.3);border-radius:4px;transition:all .15s ease}._selectedCard_1jxr7_203:hover{box-shadow:0 2px 6px #05966926}._selectedCardContent_1jxr7_218{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}._selectedCardName_1jxr7_226{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:600;color:#1c1917;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._selectedCardMeta_1jxr7_236{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;color:#57534e}._selectedCardActions_1jxr7_242{display:flex;align-items:center;gap:4px;flex-shrink:0}._sourceBadge_1jxr7_249{padding:2px 4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border-radius:4px}._sourceBadge_1jxr7_249._my_1jxr7_258{background:#6366f11a;color:#6366f1}._sourceBadge_1jxr7_249._library_1jxr7_262{background:#57534e1a;color:#57534e}._removeButton_1jxr7_267{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:transparent;border:1px solid #E7E5E4;border-radius:4px;color:#57534e;cursor:pointer;transition:all .15s ease}._removeButton_1jxr7_267:hover{border-color:#dc2626;background:#dc26260d;color:#dc2626}._removeButton_1jxr7_267:active{transform:scale(.95)}._tabs_1jxr7_289{display:flex;gap:8px;padding:0 32px;border-bottom:2px solid #E7E5E4}._tab_1jxr7_289{padding:16px 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:600;color:#57534e;background:transparent;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;cursor:pointer;transition:all .15s ease}._tab_1jxr7_289:hover{color:#059669}._tab_1jxr7_289._active_1jxr7_312{color:#059669;border-bottom-color:#059669}._tabContent_1jxr7_317{display:flex;flex-direction:column;gap:10px;padding:20px 32px;flex:1;min-height:350px}._tabHeader_1jxr7_326{display:flex;align-items:center;gap:10px;flex-wrap:wrap}._filters_1jxr7_333{display:flex;gap:8px;flex:1}._filterSelect_1jxr7_339{padding:4px 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#1c1917;background:#fff;border:1px solid #E7E5E4;border-radius:4px;cursor:pointer;transition:all .15s ease;min-width:150px}._filterSelect_1jxr7_339:focus{outline:none;border-color:#059669;box-shadow:0 0 0 3px #0596691a}._searchContainer_1jxr7_357{position:relative;flex:1;min-width:200px}._searchIcon_1jxr7_363{position:absolute;left:8px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#57534e;pointer-events:none}._searchInput_1jxr7_374{width:100%;padding:4px 16px 4px 36px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#1c1917;background:#fff;border:1px solid #E7E5E4;border-radius:4px;transition:all .15s ease}._searchInput_1jxr7_374::placeholder{color:#57534e}._searchInput_1jxr7_374:focus{outline:none;border-color:#059669;box-shadow:0 0 0 3px #0596691a}._createButton_1jxr7_394{display:flex;align-items:center;gap:4px;padding:4px 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;background:#059669;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:all .15s ease;white-space:nowrap}._createButton_1jxr7_394:hover{background:#047857;box-shadow:0 2px 4px #05966926}._createButton_1jxr7_394:active{transform:scale(.98)}._templatesGrid_1jxr7_418{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px}@media(max-width:768px){._templatesGrid_1jxr7_418{grid-template-columns:1fr}}._templateCard_1jxr7_429{position:relative;display:flex;flex-direction:column;gap:4px;padding:16px;background:#fff;border:1px solid #E7E5E4;border-radius:6px;cursor:pointer;transition:all .15s ease}._templateCard_1jxr7_429:hover{border-color:#059669;box-shadow:0 2px 8px #05966914}._templateCard_1jxr7_429:active{transform:scale(.98)}._templateCard_1jxr7_429._selected_1jxr7_146{border-color:#059669;background:#05966905;box-shadow:0 0 0 3px #0596691a}._templateCard_1jxr7_429._library_1jxr7_262{border-color:#57534e33}._templateIcon_1jxr7_457{width:20px;height:20px;color:#059669;flex-shrink:0}._libraryIcon_1jxr7_464{font-size:32px;line-height:1}._libraryIconImg_1jxr7_469{width:32px;height:32px;object-fit:contain}._templateInfo_1jxr7_475{display:flex;flex-direction:column;gap:4px;flex:1}._templateName_1jxr7_482{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;color:#1c1917;margin:0;line-height:1.3}._libraryBadges_1jxr7_491{display:flex;gap:4px;flex-wrap:wrap}._platformBadge_1jxr7_497{padding:2px 4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border-radius:4px;background:#0596691a;color:#059669}._templateMeta_1jxr7_509{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e}._selectedCheck_1jxr7_515{position:absolute;top:4px;right:4px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:#059669;color:#fff;border-radius:50%;font-size:12px;font-weight:700}._emptyState_1jxr7_531,._loadingState_1jxr7_532{align-items:center;justify-content:center;display:flex;flex-direction:column;gap:10px;padding:48px 24px;text-align:center}._emptyIcon_1jxr7_543{width:48px;height:48px;color:#57534e;opacity:.3}._emptyText_1jxr7_550{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:600;color:#1c1917;margin:0}._emptySubtext_1jxr7_558{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0;max-width:280px;line-height:1.4}._loadingState_1jxr7_532{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e}._modalActions_1jxr7_573{padding:16px 32px 24px;border-top:1px solid #E7E5E4;display:flex;justify-content:flex-end;gap:10px}._cancelButton_1jxr7_581{padding:4px 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;background:#fff;color:#1c1917;border:1px solid #E7E5E4;border-radius:4px;cursor:pointer;transition:all .15s ease}._cancelButton_1jxr7_581:hover{border-color:#059669;background:#0596690d;color:#059669}._cancelButton_1jxr7_581:active{transform:scale(.98)}._confirmButton_1jxr7_602{padding:4px 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;background:#059669;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:all .15s ease}._confirmButton_1jxr7_602:hover{background:#047857;box-shadow:0 2px 4px #05966926}._confirmButton_1jxr7_602:active{transform:scale(.98)}._confirmButton_1jxr7_602:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}._skeletonIcon_1jxr7_628{width:20px;height:20px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);border-radius:4px;animation:_skeletonPulse_1jxr7_1 1.5s ease-in-out infinite}._skeletonTitle_1jxr7_636{width:70%;height:16px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);border-radius:4px;animation:_skeletonPulse_1jxr7_1 1.5s ease-in-out infinite;animation-delay:.1s;margin-bottom:4px}._skeletonMeta_1jxr7_646{width:40%;height:12px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);border-radius:4px;animation:_skeletonPulse_1jxr7_1 1.5s ease-in-out infinite;animation-delay:.2s}@media(max-width:768px){._modalCard_1jxr7_63{max-width:100%;max-height:100%;border-radius:0}._tabHeader_1jxr7_326{flex-direction:column;align-items:stretch}._filters_1jxr7_333{flex-direction:column}._filterSelect_1jxr7_339{width:100%}}@keyframes _fadeIn_pkspd_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_pkspd_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._uploadContent_pkspd_19{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:24px}._section_pkspd_27{display:flex;flex-direction:column;gap:16px}._sectionHeader_pkspd_33{display:flex;align-items:center;justify-content:space-between;gap:10px}._sectionTitle_pkspd_40{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;color:#1c1917;margin:0}._fileInfo_pkspd_48{display:flex;flex-direction:column;gap:10px;padding:20px;background:#f5f5f4;border-radius:6px;border:1px solid #E7E5E4}._fileInfoItem_pkspd_58{display:flex;align-items:center;gap:10px}._fileInfoLabel_pkspd_64{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#57534e;min-width:100px}._fileInfoValue_pkspd_72{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#1c1917}._filesList_pkspd_78{display:flex;flex-direction:column;gap:10px}._fileItem_pkspd_84{display:flex;align-items:flex-start;gap:10px;padding:16px;background:#fff;border:1px solid #E7E5E4;border-radius:6px;transition:all .15s ease}._fileItem_pkspd_84:hover{border-color:#059669;box-shadow:0 2px 8px #05966914}._fileItemIcon_pkspd_99{position:relative;flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f5f5f4;border-radius:4px;color:#57534e}._fileStatusIcon_pkspd_112{position:absolute;bottom:-4px;right:-4px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center}._fileItemInfo_pkspd_123{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}._fileItemName_pkspd_131{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#1c1917;word-break:break-word}._fileItemMeta_pkspd_139{display:flex;align-items:center;gap:10px;flex-wrap:wrap}._fileItemSize_pkspd_146{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e}._fileItemProgress_pkspd_152{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:12px;font-weight:600;color:#059669}._fileItemError_pkspd_159{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#dc2626}._fileItemProgressBar_pkspd_165{width:100%;height:4px;background:#f5f5f4;border-radius:2px;overflow:hidden}._fileItemProgressFill_pkspd_173{height:100%;background:#059669;transition:width .15s ease}._fileItemRemove_pkspd_179{flex-shrink:0;padding:4px;background:transparent;border:none;color:#57534e;cursor:pointer;border-radius:4px;transition:all .15s ease}._fileItemRemove_pkspd_179:hover{background:#dc26261a;color:#dc2626}._fileItemRemove_pkspd_179:active{transform:scale(.95)}._filesGrid_pkspd_197{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:10px}@media(max-width:768px){._filesGrid_pkspd_197{grid-template-columns:1fr}}._addFileCard_pkspd_208{align-items:center;justify-content:center;display:flex;flex-direction:column;gap:4px;padding:24px;background:transparent;border:1px dashed #E7E5E4;border-radius:6px;cursor:pointer;transition:all .15s ease;min-height:100px}._addFileCard_pkspd_208:hover{border-color:#059669;background:#05966905}._addFileCard_pkspd_208:active{transform:scale(.98)}._addFileIcon_pkspd_231{color:#059669}._addFileText_pkspd_235{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#57534e}._createTemplateButton_pkspd_242{display:flex;align-items:center;gap:4px;padding:4px 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;background:#fff;color:#059669;border:1px solid #059669;border-radius:4px;cursor:pointer;transition:all .15s ease}._createTemplateButton_pkspd_242:hover{background:#0596690d}._createTemplateButton_pkspd_242:active{transform:scale(.98)}._searchContainer_pkspd_264{position:relative;margin-bottom:16px}._searchIcon_pkspd_269{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#57534e;pointer-events:none}._searchInput_pkspd_280{width:100%;padding:8px 16px 8px 44px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#1c1917;background:#fff;border:1px solid #E7E5E4;border-radius:4px;transition:all .15s ease}._searchInput_pkspd_280::placeholder{color:#57534e}._searchInput_pkspd_280:hover{border-color:#05966966}._searchInput_pkspd_280:focus{outline:none;border-color:#059669;box-shadow:0 0 0 3px #05966914}._templatesGrid_pkspd_303{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:10px}@media(max-width:768px){._templatesGrid_pkspd_303{grid-template-columns:1fr}}._templateCard_pkspd_314{position:relative;display:flex;flex-direction:column;gap:8px;padding:20px;background:#fff;border:1px solid #E7E5E4;border-radius:6px;cursor:pointer;transition:all .15s ease}._templateCard_pkspd_314:hover{border-color:#059669;box-shadow:0 2px 8px #05966914}._templateCard_pkspd_314._selected_pkspd_330{border-color:#059669;background:#05966905;box-shadow:0 2px 8px #05966914}._templateCard_pkspd_314:active{transform:scale(.98)}._selectedBadge_pkspd_339{position:absolute;top:8px;right:8px;display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#059669;color:#fff;border-radius:50%;box-shadow:0 2px 4px #0596694d}._templateCardHeader_pkspd_354{display:flex;align-items:center;gap:8px}._templateIcon_pkspd_360{color:#059669;flex-shrink:0}._templateName_pkspd_365{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#1c1917;margin:0;line-height:1.4}._templateId_pkspd_374{padding:4px;background:#6366f114;border-radius:4px}._templateId_pkspd_374 code{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:11px;color:#6366f1;font-weight:500}._templateMeta_pkspd_386{display:flex;align-items:center;gap:4px}._templateFields_pkspd_392{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e}._emptyState_pkspd_398{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;gap:10px;background:#f5f5f4;border-radius:6px;border:1px dashed #E7E5E4}._emptyIcon_pkspd_410{width:48px;height:48px;color:#57534e;opacity:.3}._emptyText_pkspd_417{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;color:#1c1917;margin:0}._emptySubtext_pkspd_425{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;margin:0;text-align:center}._emptyStateButton_pkspd_433{display:flex;align-items:center;gap:4px;padding:8px 24px;margin-top:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;background:#059669;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:all .15s ease}._emptyStateButton_pkspd_433:hover{background:#047857}._emptyStateButton_pkspd_433:active{transform:scale(.98)}._loadingState_pkspd_456{display:flex;align-items:center;justify-content:center;padding:40px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e}._errorMessage_pkspd_466{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#dc2626;padding:8px 16px;background-color:#dc262614;border-radius:4px;border:1px solid rgba(220,38,38,.2)}._sectionSubtitle_pkspd_476{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:-8px 0 16px}._formatOptions_pkspd_483{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media(max-width:768px){._formatOptions_pkspd_483{grid-template-columns:1fr}}._formatGroup_pkspd_494{display:flex;flex-direction:column;gap:10px}._formatLabel_pkspd_500{display:flex;flex-direction:column;gap:4px}._formatHeader_pkspd_506{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#1c1917}._formatHint_pkspd_513{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;font-style:italic}._formatCheckboxes_pkspd_520{display:flex;flex-direction:column;gap:8px}._checkboxLabel_pkspd_526{display:flex;align-items:center;gap:8px;padding:16px;background:#fff;border:1px solid #E7E5E4;border-radius:4px;cursor:pointer;transition:all .15s ease}._checkboxLabel_pkspd_526:hover{border-color:#059669;background:#05966905}._checkbox_pkspd_526{width:18px;height:18px;cursor:pointer;accent-color:#059669}._checkboxText_pkspd_549{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;color:#1c1917;-webkit-user-select:none;user-select:none}._progressSection_pkspd_557{display:flex;flex-direction:column;gap:8px;padding:20px;background:#0596690d;border-radius:4px;border:1px solid rgba(5,150,105,.2)}._progressInfo_pkspd_567{display:flex;justify-content:space-between;align-items:center}._progressLabel_pkspd_573{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;color:#1c1917}._progressPercent_pkspd_580{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:700;color:#059669}._progressBar_pkspd_587{width:100%;height:8px;background:#0596691a;border-radius:100px;overflow:hidden}._progressFill_pkspd_595{height:100%;background:#059669;border-radius:100px;transition:width .15s ease}._actions_pkspd_602{display:flex;justify-content:center;gap:10px;padding-top:24px;border-top:1px solid #E7E5E4}@media(max-width:768px){._actions_pkspd_602{flex-direction:column}}._cancelButton_pkspd_615,._uploadButton_pkspd_616{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 24px;border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease;border:none}@media(max-width:768px){._cancelButton_pkspd_615,._uploadButton_pkspd_616{width:100%}}._cancelButton_pkspd_615:disabled,._uploadButton_pkspd_616:disabled{opacity:.6;cursor:not-allowed}._cancelButton_pkspd_615{background:#fff;color:#1c1917;border:1px solid #E7E5E4}._cancelButton_pkspd_615:hover:not(:disabled){border-color:#57534e;background:#f5f5f4}._cancelButton_pkspd_615:active:not(:disabled){transform:scale(.98)}._uploadButton_pkspd_616{background:#059669;color:#fff}._uploadButton_pkspd_616:hover:not(:disabled){background:#047857}._uploadButton_pkspd_616:active:not(:disabled){transform:scale(.98)}._selectedTemplatesGrid_pkspd_666{display:flex;flex-direction:column;gap:10px}._selectedTemplateCard_pkspd_672{display:flex;align-items:center;gap:16px;padding:20px;background:#fff;border:1px solid #E7E5E4;border-radius:6px;transition:all .15s ease}._selectedTemplateCard_pkspd_672:hover{border-color:#059669;box-shadow:0 2px 8px #05966914}@media(max-width:768px){._selectedTemplateCard_pkspd_672{flex-direction:column;align-items:flex-start}}._selectedTemplateIcon_pkspd_693{display:flex;align-items:center;justify-content:center;width:56px;height:56px;flex-shrink:0;background:#f5f5f4;border-radius:6px;color:#059669}@media(max-width:768px){._selectedTemplateIcon_pkspd_693{width:48px;height:48px}}._libraryEmoji_pkspd_711{font-size:32px;line-height:1}@media(max-width:768px){._libraryEmoji_pkspd_711{font-size:28px}}._libraryEmojiImg_pkspd_721{width:32px;height:32px;object-fit:contain}@media(max-width:768px){._libraryEmojiImg_pkspd_721{width:28px;height:28px}}._selectedTemplateContent_pkspd_733{display:flex;flex-direction:column;gap:8px;flex:1;min-width:0}._selectedTemplateHeader_pkspd_741{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}._selectedTemplateName_pkspd_749{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;color:#1c1917}._selectedTemplateBadges_pkspd_756{display:flex;align-items:center;gap:4px;flex-wrap:wrap}._sourceBadge_pkspd_763,._platformBadge_pkspd_764,._typeBadge_pkspd_765,._categoryBadge_pkspd_766{padding:2px 4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border-radius:4px}._sourceBadge_pkspd_763._my_pkspd_776{background:#6366f11a;color:#6366f1}._sourceBadge_pkspd_763._library_pkspd_711{background:#57534e1a;color:#57534e}._platformBadge_pkspd_764,._typeBadge_pkspd_765{background:#0596691a;color:#059669}._categoryBadge_pkspd_766{background:#6366f11a;color:#6366f1}._fieldsPreview_pkspd_796{display:flex;align-items:center;gap:4px;flex-wrap:wrap}._fieldChip_pkspd_803{padding:4px 8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:500;color:#57534e;background:#f5f5f4;border:1px solid #E7E5E4;border-radius:4px;white-space:nowrap}._selectedTemplateRemove_pkspd_815{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:1px solid #E7E5E4;border-radius:4px;color:#57534e;cursor:pointer;transition:all .15s ease;flex-shrink:0}._selectedTemplateRemove_pkspd_815:hover{border-color:#dc2626;background:#dc26260d;color:#dc2626}._selectedTemplateRemove_pkspd_815:active{transform:scale(.95)}@media(max-width:768px){._selectedTemplateRemove_pkspd_815{position:absolute;top:8px;right:8px}}._addTemplateCard_pkspd_845{align-items:center;justify-content:center;display:flex;flex-direction:column;gap:4px;padding:24px;background:transparent;border:1px dashed #E7E5E4;border-radius:6px;cursor:pointer;transition:all .15s ease;min-height:80px}._addTemplateCard_pkspd_845:hover{border-color:#059669;background:#05966905}._addTemplateCard_pkspd_845:active{transform:scale(.98)}._addTemplateIcon_pkspd_868{color:#059669}._addTemplateText_pkspd_872{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#57534e}@keyframes _fadeInUp_l0jiy_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._modalOverlay_l0jiy_19{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#1c191780;display:flex;align-items:center;justify-content:center;z-index:10000;animation:_fadeIn_l0jiy_1 .2s ease;padding:20px}@keyframes _fadeIn_l0jiy_1{0%{opacity:0}to{opacity:1}}._modalCard_l0jiy_42{display:flex;flex-direction:column;align-items:flex-start;background-color:#fff;border-radius:8px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714;width:100%;max-width:440px;position:relative;animation:_slideUp_l0jiy_1 .2s ease;max-height:90vh;overflow-y:auto}@media(max-width:768px){._modalCard_l0jiy_42{max-width:100%}}@keyframes _slideUp_l0jiy_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}._modalHeader_l0jiy_73{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:8px 8px 8px 20px;border-bottom:1px solid #E7E5E4}@media(max-width:768px){._modalHeader_l0jiy_73{padding:4px 4px 4px 16px}}._modalTitle_l0jiy_88{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;color:#1c1917;margin:0}@media(max-width:768px){._modalTitle_l0jiy_88{font-size:15px}}._closeButton_l0jiy_101{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;background-color:transparent;border:none;border-radius:4px;color:#57534e;cursor:pointer;transition:all .15s ease}._closeButton_l0jiy_101:hover{background-color:#1c19170d;color:#1c1917}._closeButton_l0jiy_101:active{transform:scale(.95)}._modalBody_l0jiy_123{display:flex;flex-direction:column;gap:16px;width:100%;padding:20px 20px 0}@media(max-width:768px){._modalBody_l0jiy_123{padding:16px 16px 0;gap:10px}}._fileInfo_l0jiy_137{display:flex;align-items:center;gap:4px;padding:8px 16px;background:#f5f5f4;border:1px solid #E7E5E4;border-radius:4px}._fileLabel_l0jiy_147{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:500;color:#57534e;flex-shrink:0}._fileName_l0jiy_155{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:12px;color:#1c1917;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._modalDescription_l0jiy_164{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0;line-height:1.6}._optionsList_l0jiy_172{display:flex;flex-direction:column;gap:4px}._optionButton_l0jiy_178{display:flex;align-items:center;gap:10px;width:100%;padding:8px 16px;background:#fff;border:1px solid #E7E5E4;border-radius:4px;cursor:pointer;transition:all .15s ease;text-align:left}._optionButton_l0jiy_178:hover:not(:disabled){border-color:#059669;background:#05966905}._optionButton_l0jiy_178:hover:not(:disabled) ._optionIcon_l0jiy_195{background:#0596691a;color:#059669}._optionButton_l0jiy_178:hover:not(:disabled) ._optionTitle_l0jiy_199{color:#059669}._optionButton_l0jiy_178:active:not(:disabled){transform:scale(.98)}._optionButton_l0jiy_178:disabled{opacity:.5;cursor:not-allowed}._optionIcon_l0jiy_195{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#f5f5f4;border-radius:4px;color:#57534e;flex-shrink:0;transition:all .15s ease}._optionContent_l0jiy_223{flex:1;display:flex;flex-direction:column;gap:2px}._optionTitle_l0jiy_199{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#1c1917;transition:color .15s ease}._optionDescription_l0jiy_238{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;line-height:1.4}._modalActions_l0jiy_245{display:flex;justify-content:flex-end;align-items:center;gap:8px;width:100%;padding:16px 20px;border-top:1px solid #E7E5E4}@media(max-width:768px){._modalActions_l0jiy_245{padding:8px 16px}}._cancelButton_l0jiy_260{display:flex;align-items:center;justify-content:center;gap:4px;padding:4px 20px;background:#fff;color:#1c1917;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;border:1px solid #E7E5E4;border-radius:4px;cursor:pointer;transition:all .15s ease}@media(max-width:768px){._cancelButton_l0jiy_260{width:100%}}._cancelButton_l0jiy_260:hover{background:#f5f5f4;border-color:#57534e}._cancelButton_l0jiy_260:active{transform:scale(.98)}._spinner_l0jiy_289{animation:_spin_l0jiy_289 .6s linear infinite}@keyframes _spin_l0jiy_289{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _fadeInUp_72ncl_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._jobContent_72ncl_19{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:16px}._headerCard_72ncl_27{display:flex;flex-direction:column;gap:10px;padding:20px;background:#fff;border:1px solid #E7E5E4;border-radius:8px;box-shadow:0 2px 8px #1c19170f}._headerMain_72ncl_38{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}@media(max-width:768px){._headerMain_72ncl_38{flex-direction:column}}._fileInfo_72ncl_50{display:flex;align-items:flex-start;gap:10px;flex:1;min-width:0}._fileIcon_72ncl_58{color:#059669;flex-shrink:0;margin-top:2px}._fileDetails_72ncl_64{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}._fileName_72ncl_72{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;color:#1c1917;margin:0;word-break:break-word}._fileMeta_72ncl_81{display:flex;align-items:center;gap:4px;flex-wrap:wrap;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e}._templateName_72ncl_91{color:#059669;font-weight:500}._metaSeparator_72ncl_96{opacity:.5}._metaItem_72ncl_100{color:#57534e}._statusBadge_72ncl_104{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;flex-shrink:0}._statusBadge_72ncl_104._success_72ncl_117{background:#0596691a;color:#059669}._statusBadge_72ncl_104._processing_72ncl_121{background:#0ea5e91a;color:#0ea5e9}._statusBadge_72ncl_104._failed_72ncl_125{background:#dc26261a;color:#dc2626}._errorCard_72ncl_130{display:flex;align-items:flex-start;gap:10px;padding:16px;background:#dc26260d;border:1px solid rgba(220,38,38,.2);border-radius:6px}._errorCard_72ncl_130>svg{color:#dc2626;flex-shrink:0}._errorContent_72ncl_144{display:flex;flex-direction:column;gap:4px;flex:1}._errorTitle_72ncl_151{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#1c1917;margin:0}._errorText_72ncl_159{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;margin:0}._warningCard_72ncl_166{display:flex;align-items:flex-start;gap:10px;padding:16px;background:#f59e0b0d;border:1px solid rgba(245,158,11,.2);border-radius:6px}._warningCard_72ncl_166>svg{color:#f59e0b;flex-shrink:0}._warningContent_72ncl_180{display:flex;flex-direction:column;gap:4px;flex:1}._warningTitle_72ncl_187{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#1c1917;margin:0}._warningText_72ncl_195{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;margin:0}._statsRow_72ncl_202{display:flex;align-items:stretch;gap:1px;background:#e7e5e4;border:1px solid #E7E5E4;border-radius:6px;overflow:hidden}._statItem_72ncl_212{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:16px 8px;background:#fff;min-width:0}._statItem_72ncl_212._high_72ncl_223 ._statValue_72ncl_223{color:#059669}._statItem_72ncl_212._medium_72ncl_226 ._statValue_72ncl_223{color:#f59e0b}._statItem_72ncl_212._low_72ncl_229 ._statValue_72ncl_223{color:#dc2626}._statValue_72ncl_223{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;font-weight:700;color:#1c1917;line-height:1}._statLabel_72ncl_241{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:10px;font-weight:500;color:#57534e;text-transform:uppercase;letter-spacing:.5px;text-align:center}._mappingsSection_72ncl_251{display:flex;flex-direction:column;gap:10px}._sectionTitle_72ncl_257{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#57534e;text-transform:uppercase;letter-spacing:.5px;margin:0}._mappingsTable_72ncl_267{background:#fff;border:1px solid #E7E5E4;border-radius:6px;overflow:hidden}._tableHeader_72ncl_274{display:grid;grid-template-columns:1fr 24px 1fr 80px;gap:10px;padding:8px 16px;background:#f5f5f4;border-bottom:1px solid #E7E5E4;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;color:#57534e;text-transform:uppercase;letter-spacing:.5px}@media(max-width:768px){._tableHeader_72ncl_274{display:none}}._tableBody_72ncl_294{display:flex;flex-direction:column}._tableRow_72ncl_299{display:grid;grid-template-columns:1fr 24px 1fr 80px;gap:10px;align-items:center;padding:8px 16px;border-bottom:1px solid #E7E5E4;transition:background .15s ease}._tableRow_72ncl_299:last-child{border-bottom:none}._tableRow_72ncl_299:hover{background:#05966905}@media(max-width:768px){._tableRow_72ncl_299{grid-template-columns:1fr;gap:4px;padding:16px}}._colField_72ncl_322{display:flex;align-items:center;gap:4px;min-width:0}._colArrow_72ncl_329{display:flex;align-items:center;justify-content:center;color:#57534e}@media(max-width:768px){._colArrow_72ncl_329{display:none}}._colSource_72ncl_341{display:flex;flex-direction:column;gap:2px;min-width:0}._colConfidence_72ncl_348{display:flex;justify-content:flex-end}@media(max-width:768px){._colConfidence_72ncl_348{justify-content:flex-start}}._fieldCode_72ncl_358{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:12px;font-weight:500;color:#1c1917;background:#f5f5f4;padding:2px 4px;border-radius:4px}._sourceColumn_72ncl_368{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#1c1917;font-weight:500}._sourceSheet_72ncl_375{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;color:#57534e}._confidenceBadge_72ncl_381{display:inline-flex;align-items:center;padding:2px 8px;border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:700}._confidenceBadge_72ncl_381._high_72ncl_223{background:#0596691a;color:#059669}._confidenceBadge_72ncl_381._medium_72ncl_226{background:#f59e0b1a;color:#c57f08}._confidenceBadge_72ncl_381._low_72ncl_229{background:#dc26261a;color:#dc2626}._reviewedBadge_72ncl_403{display:flex;align-items:center;justify-content:center;color:#059669;flex-shrink:0}._validationSection_72ncl_411{display:flex;flex-direction:column;gap:10px}._validationCard_72ncl_417{display:flex;flex-direction:column;gap:8px;padding:16px;background:#fff;border:1px solid #E7E5E4;border-radius:6px}._validationHeader_72ncl_427{display:flex;align-items:center;gap:8px}._validationIconWarning_72ncl_433{color:#f59e0b;flex-shrink:0}._validationIconInfo_72ncl_438{color:#0ea5e9;flex-shrink:0}._validationTitle_72ncl_443{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#1c1917;margin:0}._validationList_72ncl_451{margin:0;padding-left:24px;display:flex;flex-direction:column;gap:4px}._validationList_72ncl_451 li{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;line-height:1.5}._accordionSection_72ncl_465{background:#fff;border:1px solid #E7E5E4;border-radius:6px;overflow:hidden}._accordionHeader_72ncl_472{width:100%;display:flex;align-items:center;justify-content:space-between;padding:8px 16px;background:#fff;border:none;cursor:pointer;transition:background .15s ease}._accordionHeader_72ncl_472:hover{background:#f5f5f4}._accordionHeader_72ncl_472 svg{color:#57534e;flex-shrink:0}._accordionTitle_72ncl_491{display:flex;align-items:center;gap:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;color:#1c1917;margin:0}._accordionCount_72ncl_502{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 4px;background:#f5f5f4;border-radius:10px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:700;color:#57534e}._accordionContent_72ncl_517{padding:16px;border-top:1px solid #E7E5E4;background:#f5f5f4}._unmappedGroup_72ncl_523{display:flex;flex-direction:column;gap:8px}._unmappedGroup_72ncl_523:not(:first-child){margin-top:10px;padding-top:10px;border-top:1px solid #E7E5E4}._unmappedLabel_72ncl_534{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;color:#57534e;text-transform:uppercase;letter-spacing:.5px;margin:0}._unmappedList_72ncl_544{display:flex;flex-wrap:wrap;gap:4px}._unmappedBadge_72ncl_550{display:inline-flex;align-items:center;padding:3px 8px;background:#fff;border:1px solid #E7E5E4;border-radius:4px;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:11px;color:#57534e}._sheetItem_72ncl_562{display:flex;flex-direction:column;gap:8px;padding:8px;background:#fff;border:1px solid #E7E5E4;border-radius:4px}._sheetItem_72ncl_562:not(:first-child){margin-top:8px}._sheetHeader_72ncl_575{display:flex;align-items:center;justify-content:space-between;gap:10px}._sheetName_72ncl_582{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#1c1917}._sheetMeta_72ncl_589{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;color:#57534e}._sheetHeaders_72ncl_595{display:flex;flex-wrap:wrap;gap:4px}._headerBadge_72ncl_601{display:inline-flex;align-items:center;padding:2px 4px;background:#f5f5f4;border-radius:4px;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:10px;color:#57534e}._headerMore_72ncl_612{display:inline-flex;align-items:center;padding:2px 4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:10px;color:#57534e;font-style:italic}._rejectedItem_72ncl_622{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px;background:#fff;border:1px solid #E7E5E4;border-radius:4px}._rejectedItem_72ncl_622:not(:first-child){margin-top:4px}._rejectedName_72ncl_636{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#1c1917}._rejectedConfidence_72ncl_642{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:700;padding:2px 8px;border-radius:4px}._rejectedConfidence_72ncl_642._high_72ncl_223{background:#0596691a;color:#059669}._rejectedConfidence_72ncl_642._medium_72ncl_226{background:#f59e0b1a;color:#c57f08}._rejectedConfidence_72ncl_642._low_72ncl_229{background:#dc26261a;color:#dc2626}._loadingState_72ncl_662{display:flex;align-items:center;justify-content:center;padding:40px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;background:#fff;border-radius:8px;border:1px solid #E7E5E4}._emptyState_72ncl_675{display:flex;align-items:center;justify-content:center;padding:40px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;background:#fff;border-radius:8px;border:1px dashed #E7E5E4}._errorState_72ncl_688{flex-direction:column;display:flex;align-items:center;justify-content:center;gap:10px;padding:40px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#dc2626;background:#dc262605;border-radius:8px;border:1px dashed rgba(220,38,38,.2)}._errorState_72ncl_688 svg{color:#dc2626}._errorState_72ncl_688 p{margin:0}._actions_72ncl_710{display:flex;justify-content:flex-end;align-items:center;gap:10px;padding-top:16px;border-top:1px solid #E7E5E4;margin-top:10px}@media(max-width:768px){._actions_72ncl_710{flex-direction:column-reverse}}._closeButton_72ncl_725{display:flex;align-items:center;justify-content:center;padding:8px 24px;background:#fff;color:#1c1917;border:1px solid #E7E5E4;border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease}._closeButton_72ncl_725:hover{border-color:#57534e;background:#f5f5f4}._closeButton_72ncl_725:active{transform:scale(.98)}@media(max-width:768px){._closeButton_72ncl_725{width:100%}}._downloadButton_72ncl_753{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 24px;background:#059669;color:#fff;border:none;border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease}._downloadButton_72ncl_753:hover{background:#047857;box-shadow:0 4px 12px #05966940}._downloadButton_72ncl_753:active{transform:scale(.98)}@media(max-width:768px){._downloadButton_72ncl_753{width:100%}}._tabNavigation_72ncl_782{display:flex;align-items:center;gap:4px;padding:4px;background:#f5f5f4;border-radius:6px}._tabButton_72ncl_791{flex:1;display:flex;align-items:center;justify-content:center;padding:8px 20px;background:transparent;border:none;border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;color:#57534e;cursor:pointer;transition:all .15s ease}._tabButton_72ncl_791:hover:not(._active_72ncl_807){color:#1c1917;background:#ffffff80}._tabButton_72ncl_791._active_72ncl_807{background:#fff;color:#1c1917;font-weight:600;box-shadow:0 1px 3px #1c191714}._dataPreviewSection_72ncl_818{display:flex;flex-direction:column;gap:10px}._dataTableHeader_72ncl_824{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}._dataTableInfo_72ncl_832{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e}._dataTablePagination_72ncl_838{display:flex;align-items:center;gap:4px}._paginationButton_72ncl_844{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#fff;border:1px solid #E7E5E4;border-radius:4px;color:#57534e;cursor:pointer;transition:all .15s ease}._paginationButton_72ncl_844:hover:not(:disabled){border-color:#059669;color:#059669;background:#05966905}._paginationButton_72ncl_844:active:not(:disabled){transform:scale(.95)}._paginationButton_72ncl_844:disabled{opacity:.4;cursor:not-allowed}._paginationInfo_72ncl_870{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;padding:0 8px;white-space:nowrap}._dataTableWrapper_72ncl_878{background:#fff;border:1px solid #E7E5E4;border-radius:6px;overflow-x:auto}._dataTable_72ncl_824{width:100%;min-width:800px;border-collapse:collapse;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px}._dataTable_72ncl_824 thead tr{background:#f5f5f4;border-bottom:1px solid #E7E5E4}._dataTable_72ncl_824 thead th{padding:8px 16px;text-align:left;font-size:11px;font-weight:600;color:#57534e;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}._dataTable_72ncl_824 tbody tr{border-bottom:1px solid #E7E5E4;transition:background .15s ease}._dataTable_72ncl_824 tbody tr:last-child{border-bottom:none}._dataTable_72ncl_824 tbody tr:hover{background:#05966905}._dataTable_72ncl_824 tbody td{padding:8px 16px;color:#1c1917;vertical-align:middle}._cellId_72ncl_922{color:#57534e;font-size:12px;width:50px}._cellProduct_72ncl_928{font-weight:500;min-width:150px}._cellSku_72ncl_933{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:12px;color:#57534e}._cellPrice_72ncl_939{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-weight:500;color:#059669}._cellQuantity_72ncl_945{font-family:JetBrains Mono,Fira Code,Consolas,monospace;text-align:right}._cellDate_72ncl_950{font-size:12px;color:#57534e;white-space:nowrap}._dataTable_72ncl_824 ._statusBadge_72ncl_104{display:inline-flex;align-items:center;padding:3px 8px;border-radius:4px;font-size:11px;font-weight:600;white-space:nowrap}._dataTable_72ncl_824 ._statusBadge_72ncl_104._instock_72ncl_965{background:#0596691a;color:#059669}._dataTable_72ncl_824 ._statusBadge_72ncl_104._lowstock_72ncl_969{background:#f59e0b1a;color:#c57f08}._dataTable_72ncl_824 ._statusBadge_72ncl_104._outofstock_72ncl_973{background:#dc26261a;color:#dc2626}._dataTable_72ncl_824 ._statusBadge_72ncl_104._discontinued_72ncl_977{background:#57534e1a;color:#57534e}._columnHeader_72ncl_982{display:flex;align-items:center;gap:4px}._columnName_72ncl_988{flex:1}._columnReplaceButton_72ncl_992{display:flex;align-items:center;justify-content:center;width:22px;height:22px;background:transparent;border:none;border-radius:4px;color:#57534e;opacity:.5;cursor:pointer;transition:all .15s ease}._columnReplaceButton_72ncl_992:hover{opacity:1;background:#0596691a;color:#059669}._columnReplaceButton_72ncl_992._hasOverride_72ncl_1011{opacity:1;color:#059669;background:#0596691a}._overriddenCell_72ncl_1017{background:#05966908}._columnModalOverlay_72ncl_1021{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#1c191780;display:flex;align-items:center;justify-content:center;z-index:10001;animation:_fadeIn_72ncl_1 .2s ease;padding:20px}@keyframes _fadeIn_72ncl_1{0%{opacity:0}to{opacity:1}}._columnModalCard_72ncl_1044{display:flex;flex-direction:column;background-color:#fff;border-radius:8px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714;width:100%;max-width:480px;max-height:80vh;animation:_slideUp_72ncl_1 .2s ease}@keyframes _slideUp_72ncl_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}._columnModalHeader_72ncl_1067{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #E7E5E4}._columnModalTitle_72ncl_1075{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;color:#1c1917;margin:0}._columnModalClose_72ncl_1083{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;border-radius:4px;color:#57534e;cursor:pointer;transition:all .15s ease}._columnModalClose_72ncl_1083:hover{background:#1c19170d;color:#1c1917}._columnModalSubtitle_72ncl_1101{padding:8px 20px;background:#f5f5f4;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;border-bottom:1px solid #E7E5E4}._columnModalSubtitle_72ncl_1101 code{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:12px;color:#059669;background:#0596691a;padding:2px 4px;border-radius:4px}._columnModalBody_72ncl_1118{display:flex;flex-direction:column;padding:8px;overflow-y:auto;max-height:400px;gap:4px}._columnOption_72ncl_1127{display:flex;align-items:center;gap:10px;width:100%;padding:8px 16px;background:#fff;border:1px solid #E7E5E4;border-radius:4px;cursor:pointer;transition:all .15s ease;text-align:left}._columnOption_72ncl_1127:hover{border-color:#059669;background:#05966905}._columnOption_72ncl_1127:active{transform:scale(.99)}._columnOption_72ncl_1127._current_72ncl_1147{border-color:#57534e;background:#f5f5f4}._columnOption_72ncl_1127._selected_72ncl_1151{border-color:#059669;background:#0596690d}._columnOptionName_72ncl_1156{flex:1;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:13px;color:#1c1917}._columnOptionSheet_72ncl_1163{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;color:#57534e;padding:2px 4px;background:#f5f5f4;border-radius:4px}._columnOptionBadge_72ncl_1172{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:2px 4px;border-radius:4px;background:#0596691a;color:#059669}._columnModalFooter_72ncl_1184{display:flex;justify-content:flex-end;align-items:center;gap:8px;padding:16px 20px;border-top:1px solid #E7E5E4}._columnModalCancel_72ncl_1193{display:flex;align-items:center;justify-content:center;padding:8px 24px;background:#fff;color:#1c1917;border:1px solid #E7E5E4;border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease}._columnModalCancel_72ncl_1193:hover:not(:disabled){border-color:#57534e;background:#f5f5f4}._columnModalCancel_72ncl_1193:active:not(:disabled){transform:scale(.98)}._columnModalCancel_72ncl_1193:disabled{opacity:.5;cursor:not-allowed}._columnModalConfirm_72ncl_1220{display:flex;align-items:center;justify-content:center;padding:8px 24px;background:#059669;color:#fff;border:none;border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease}._columnModalConfirm_72ncl_1220:hover:not(:disabled){background:#047857}._columnModalConfirm_72ncl_1220:active:not(:disabled){transform:scale(.98)}._columnModalConfirm_72ncl_1220:disabled{opacity:.5;cursor:not-allowed}@keyframes _fadeIn_lrux2_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_lrux2_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._desktopOnly_lrux2_19{display:block}@media(max-width:810px){._desktopOnly_lrux2_19{display:none}}._mobileOnly_lrux2_28{display:none}@media(max-width:810px){._mobileOnly_lrux2_28{display:flex;align-items:center;gap:8px}}._actionButton_lrux2_39{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:1px solid #E7E5E4;border-radius:4px;color:#57534e;cursor:pointer;transition:all .15s ease}._actionButton_lrux2_39:hover{background:#0596690d;border-color:#059669;color:#059669}._actionButton_lrux2_39:active{transform:scale(.98)}._dropdown_lrux2_61{position:fixed;background:#fff;border:1px solid #E7E5E4;border-radius:4px;box-shadow:0 4px 16px #1c19171f;min-width:160px;z-index:1400;overflow:hidden;animation:_fadeIn_lrux2_1 .15s ease}._dropdown_lrux2_61._openUpward_lrux2_72{animation:_fadeInUp_lrux2_1 .15s ease}@keyframes _fadeIn_lrux2_1{0%{opacity:0;transform:translate(-100%) translateY(-4px)}to{opacity:1;transform:translate(-100%) translateY(0)}}@keyframes _fadeInUp_lrux2_1{0%{opacity:0;transform:translate(-100%) translateY(4px)}to{opacity:1;transform:translate(-100%) translateY(0)}}._dropdownItem_lrux2_96{display:flex;align-items:center;gap:8px;width:100%;padding:8px 16px;background:transparent;border:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#1c1917;cursor:pointer;transition:all .15s ease;text-align:left}._dropdownItem_lrux2_96:hover{background:#f5f5f4}._dropdownItem_lrux2_96._danger_lrux2_114{color:#dc2626}._dropdownItem_lrux2_96._danger_lrux2_114:hover{background:#dc26260d}._mobileButton_lrux2_121{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:1px solid #E7E5E4;border-radius:4px;color:#57534e;cursor:pointer;transition:all .15s ease}._mobileButton_lrux2_121:hover{background:#0596690d;border-color:#059669;color:#059669}._mobileButton_lrux2_121:active{transform:scale(.98)}._mobileButton_lrux2_121._danger_lrux2_114:hover{background:#dc26260d;border-color:#dc2626;color:#dc2626}@keyframes _fadeIn_pjjup_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_pjjup_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._filesPage_pjjup_19{display:flex;flex-direction:column;gap:24px;width:100%}._pageHeader_pjjup_26{display:flex;align-items:center;justify-content:space-between;gap:20px}._pageTitle_pjjup_33{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:20px;font-weight:600;color:#1c1917;margin:0}@media(max-width:768px){._pageTitle_pjjup_33{font-size:18px}}._pageSubtitle_pjjup_46{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#57534e;margin:4px 0 0}@media(max-width:768px){._pageSubtitle_pjjup_46{font-size:13px}}._uploadSection_pjjup_58{display:flex;flex-direction:column;gap:0}._sectionTitle_pjjup_64{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#57534e;margin:0;padding:16px 24px;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #E7E5E4;background:#f5f5f4}@media(max-width:768px){._sectionTitle_pjjup_64{padding:16px 20px}}._uploadArea_pjjup_82{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:48px;border:2px dashed rgba(5,150,105,.3);border-radius:8px;background:#05966905;cursor:pointer;transition:all .15s ease;text-align:center}._uploadArea_pjjup_82:hover{border-color:#059669;background:#0596690d;box-shadow:0 2px 8px #05966914}._uploadArea_pjjup_82:hover ._uploadIconWrapper_pjjup_102{background:#059669;color:#fff;transform:scale(1.05)}._uploadArea_pjjup_82._dragActive_pjjup_107{border-color:#059669;background:#05966914}._uploadArea_pjjup_82._dragActive_pjjup_107 ._uploadIconWrapper_pjjup_102{background:#059669;color:#fff;transform:scale(1.1)}._uploadArea_pjjup_82:active{transform:scale(.99)}@media(max-width:768px){._uploadArea_pjjup_82{padding:40px 20px}}._uploadIconWrapper_pjjup_102{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:#0596691a;color:#059669;transition:all .15s ease}@media(max-width:768px){._uploadIconWrapper_pjjup_102{width:48px;height:48px}}._uploadIcon_pjjup_102{width:28px;height:28px}@media(max-width:768px){._uploadIcon_pjjup_102{width:24px;height:24px}}._uploadTitle_pjjup_154{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;color:#1c1917;margin:0}@media(max-width:768px){._uploadTitle_pjjup_154{font-size:15px}}._uploadSubtitle_pjjup_167{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0;max-width:300px;line-height:1.4}._fileInput_pjjup_176{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}._uploadFormats_pjjup_186{display:flex;flex-direction:column;gap:4px;margin-top:4px}._uploadFormats_pjjup_186 span{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;display:flex;align-items:center;gap:6px}._uploadFormats_pjjup_186 span:before{content:"";width:4px;height:4px;border-radius:50%;background:#059669;flex-shrink:0}._filesSection_pjjup_209{display:flex;flex-direction:column;gap:0;background:#fff;border-radius:8px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714}._filterSelect_pjjup_219{padding:4px 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;color:#1c1917;border:1px solid #E7E5E4;border-radius:4px;background:#fff;cursor:pointer;transition:all .15s ease}._filterSelect_pjjup_219:hover{border-color:#cfcbc9}._filterSelect_pjjup_219:focus{outline:none;border-color:#059669}._filesTable_pjjup_238{display:flex;flex-direction:column;gap:0;overflow-x:auto}@media(max-width:810px){._filesTable_pjjup_238{overflow-x:visible}}._tableHeader_pjjup_250{display:grid;grid-template-columns:2fr 100px 90px 70px 70px 100px 100px;gap:16px;padding:8px 24px;background:#57534e08;border-bottom:1px solid #E7E5E4;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;color:#57534e;text-transform:uppercase;letter-spacing:.5px;align-items:center}@media(max-width:810px){._tableHeader_pjjup_250{display:none}}._headerFilter_pjjup_271{display:flex;justify-content:flex-end}._headerFilter_pjjup_271 ._filterSelect_pjjup_219{padding:4px 8px;font-size:11px;text-transform:none;letter-spacing:0}._tableBody_pjjup_282{display:flex;flex-direction:column;gap:0}._tableRow_pjjup_288{display:grid;grid-template-columns:2fr 100px 90px 70px 70px 100px 100px;gap:16px;padding:16px 24px;border-bottom:1px solid #E7E5E4;align-items:center;transition:all .15s ease}._tableRow_pjjup_288:last-child{border-bottom:none}._tableRow_pjjup_288:hover{background:#05966905}@media(max-width:810px){._tableRow_pjjup_288{grid-template-columns:1fr;gap:10px;padding:20px}}._colFileName_pjjup_311{display:flex;align-items:center;gap:10px;min-width:0}._fileIcon_pjjup_318{width:20px;height:20px;color:#059669;flex-shrink:0}._fileInfo_pjjup_325{display:flex;flex-direction:column;gap:4px;min-width:0}._fileName_pjjup_332{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500;color:#1c1917;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._colStatus_pjjup_342{display:flex;align-items:center}._statusBadge_pjjup_347{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}._statusBadge_pjjup_347._success_pjjup_359{background:#05966914;border:1px solid rgba(5,150,105,.2);color:#059669}._statusBadge_pjjup_347._processing_pjjup_364{background:#0ea5e914;border:1px solid rgba(14,165,233,.2);color:#0ea5e9}._statusBadge_pjjup_347._failed_pjjup_369{background:#dc262614;border:1px solid rgba(220,38,38,.2);color:#dc2626}._colConfidence_pjjup_375{display:flex;align-items:center}._confidenceBadge_pjjup_380{display:inline-flex;align-items:center;justify-content:center;padding:3px 8px;border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600}._confidenceBadge_pjjup_380._high_pjjup_390{background:#05966914;border:1px solid rgba(5,150,105,.2);color:#059669}._confidenceBadge_pjjup_380._medium_pjjup_395{background:#f59e0b14;border:1px solid rgba(245,158,11,.2);color:#f59e0b}._confidenceBadge_pjjup_380._low_pjjup_400,._confidenceBadge_pjjup_380._zero_pjjup_405{background:#dc262614;border:1px solid rgba(220,38,38,.2);color:#dc2626}._tableBody_pjjup_282 ._colRows_pjjup_411,._tableBody_pjjup_282 ._colSize_pjjup_412,._tableBody_pjjup_282 ._colDate_pjjup_413{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e}._rowsZero_pjjup_419{color:#57534e}._sizeInfo_pjjup_423{display:flex;align-items:center}._originalSize_pjjup_428{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e}._colActions_pjjup_434{display:flex;align-items:center;justify-content:flex-end}._dropdownContainer_pjjup_440{position:relative}._actionButton_pjjup_444{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:1px solid #E7E5E4;border-radius:4px;color:#57534e;cursor:pointer;transition:all .15s ease}._actionButton_pjjup_444:hover{border-color:#059669;background:#0596690d;color:#059669}._actionButton_pjjup_444:active{transform:scale(.98)}._dropdown_pjjup_440{position:absolute;top:100%;right:0;margin-top:4px;background:#fff;border:1px solid #E7E5E4;border-radius:4px;box-shadow:0 4px 16px #1c19171f;min-width:150px;z-index:100;overflow:hidden}._dropdownItem_pjjup_480{display:flex;align-items:center;gap:8px;width:100%;padding:8px 16px;background:transparent;border:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#1c1917;cursor:pointer;transition:all .15s ease;text-align:left}._dropdownItem_pjjup_480:hover{background:#f5f5f4}._dropdownItem_pjjup_480._danger_pjjup_498{color:#dc2626}._dropdownItem_pjjup_480._danger_pjjup_498:hover{background:#dc26260d}._processingText_pjjup_505{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;color:#0ea5e9;font-weight:500}._emptyState_pjjup_512{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;gap:10px}._emptyIcon_pjjup_521{width:48px;height:48px;color:#57534e;opacity:.3}._emptyTitle_pjjup_528{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:600;color:#1c1917;margin:0}._emptySubtitle_pjjup_536{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0;text-align:center;max-width:280px;line-height:1.4}._uploadButton_pjjup_546{display:flex;align-items:center;gap:4px;padding:4px 20px;margin-top:4px;background:#059669;color:#fff;border:none;border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease}._uploadButton_pjjup_546:hover{background:#047857;transform:translateY(-1px);box-shadow:0 4px 12px #0596694d}._uploadButton_pjjup_546:active{transform:translateY(0)}@keyframes _skeletonPulse_pjjup_1{0%{opacity:1}50%{opacity:.4}to{opacity:1}}._skeletonIcon_pjjup_582{width:20px;height:20px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:4px;animation:_skeletonPulse_pjjup_1 1.5s ease-in-out infinite;flex-shrink:0}._skeletonName_pjjup_592{height:16px;width:200px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:4px;animation:_skeletonPulse_pjjup_1 1.5s ease-in-out infinite;animation-delay:.1s}._skeletonStatus_pjjup_602{height:24px;width:80px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:4px;animation:_skeletonPulse_pjjup_1 1.5s ease-in-out infinite;animation-delay:.2s}._skeletonBadge_pjjup_612{height:24px;width:60px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:4px;animation:_skeletonPulse_pjjup_1 1.5s ease-in-out infinite;animation-delay:.3s}._skeletonText_pjjup_622{height:16px;width:80px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:4px;animation:_skeletonPulse_pjjup_1 1.5s ease-in-out infinite;animation-delay:.4s}._skeletonDate_pjjup_632{height:16px;width:120px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:4px;animation:_skeletonPulse_pjjup_1 1.5s ease-in-out infinite;animation-delay:.5s}._skeletonActions_pjjup_642{height:32px;width:100px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:4px;animation:_skeletonPulse_pjjup_1 1.5s ease-in-out infinite;animation-delay:.6s;margin-left:auto}._errorMessage_pjjup_653{padding:16px 20px;margin:20px 24px;background:#dc262614;border:1px solid rgba(220,38,38,.2);border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;color:#dc2626}@keyframes _fadeInUp_113sv_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._modalOverlay_113sv_19{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#1c191780;display:flex;align-items:center;justify-content:center;z-index:1400;animation:_fadeIn_113sv_1 .2s ease;padding:20px}@keyframes _fadeIn_113sv_1{0%{opacity:0}to{opacity:1}}._modalCard_113sv_42{display:flex;flex-direction:column;align-items:flex-start;background-color:#fff;border-radius:8px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714;width:100%;max-width:400px;position:relative;animation:_slideUp_113sv_1 .2s ease}@media(max-width:768px){._modalCard_113sv_42{max-width:100%}}@keyframes _slideUp_113sv_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}._modalHeader_113sv_71{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:8px 8px 8px 20px;border-bottom:1px solid #E7E5E4}@media(max-width:768px){._modalHeader_113sv_71{padding:4px 4px 4px 16px}}._closeButton_113sv_86{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;background-color:transparent;border:none;border-radius:4px;color:#57534e;cursor:pointer;transition:all .15s ease}._closeButton_113sv_86:hover{background-color:#1c19170d;color:#1c1917}._closeButton_113sv_86:active{transform:scale(.95)}._modalTitle_113sv_108{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;color:#1c1917;margin:0}@media(max-width:768px){._modalTitle_113sv_108{font-size:15px}}._modalBody_113sv_121{width:100%;padding:20px}@media(max-width:768px){._modalBody_113sv_121{padding:16px}}._modalText_113sv_131{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0;line-height:1.6}@media(max-width:768px){._modalText_113sv_131{font-size:12px}}._modalActions_113sv_144{display:flex;justify-content:flex-end;align-items:center;gap:8px;width:100%;padding:16px 20px;border-top:1px solid #E7E5E4}@media(max-width:768px){._modalActions_113sv_144{padding:8px 16px;flex-direction:column-reverse;gap:4px}}._cancelButton_113sv_161{display:flex;align-items:center;justify-content:center;gap:4px;padding:4px 20px;background:#fff;color:#1c1917;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;border:1px solid #E7E5E4;border-radius:4px;cursor:pointer;transition:all .15s ease}@media(max-width:768px){._cancelButton_113sv_161{width:100%}}._cancelButton_113sv_161:hover{background:#f5f5f4;border-color:#57534e}._cancelButton_113sv_161:active{transform:scale(.98)}._confirmButton_113sv_190{display:flex;align-items:center;justify-content:center;gap:4px;padding:4px 20px;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;border:none;border-radius:4px;cursor:pointer;transition:all .15s ease}@media(max-width:768px){._confirmButton_113sv_190{width:100%}}._confirmButton_113sv_190:active{transform:scale(.98)}._confirmButton_113sv_190._danger_113sv_213{background:#dc2626}._confirmButton_113sv_190._danger_113sv_213:hover{background:#bb1e1e}._confirmButton_113sv_190._primary_113sv_219{background:#059669}._confirmButton_113sv_190._primary_113sv_219:hover{background:#047857}@keyframes _fadeInUp_30dvf_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes _fadeIn_30dvf_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_30dvf_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._modalOverlay_30dvf_37{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#1c191780;display:flex;align-items:center;justify-content:center;z-index:1400;animation:_fadeIn_30dvf_1 .2s ease;padding:20px}._modalCard_30dvf_52{display:flex;flex-direction:column;align-items:flex-start;background-color:#fff;border-radius:8px;border:1px solid #E7E5E4;box-shadow:0 8px 32px #0000001f;width:100%;max-width:600px;max-height:90vh;position:relative;animation:_slideUp_30dvf_1 .3s cubic-bezier(.4,0,.2,1);overflow:hidden}._closeButton_30dvf_68{position:absolute;top:20px;right:20px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #E7E5E4;border-radius:4px;color:#57534e;cursor:pointer;transition:all .15s ease;z-index:1}._closeButton_30dvf_68:hover{border-color:#059669;background:#0596690d;color:#059669}._closeButton_30dvf_68:active{transform:scale(.95)}._modalHeader_30dvf_94{width:100%;padding:24px 32px 16px;border-bottom:1px solid #E7E5E4;display:flex;align-items:flex-start;gap:16px}._templateIcon_30dvf_103{font-size:48px;line-height:1;flex-shrink:0}._templateIconImg_30dvf_109{width:48px;height:48px;object-fit:contain}._headerContent_30dvf_115{display:flex;flex-direction:column;gap:8px;flex:1;padding-right:40px}._modalTitle_30dvf_123{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:20px;font-weight:600;color:#1c1917;margin:0}._badges_30dvf_131{display:flex;gap:4px;flex-wrap:wrap}._platformBadge_30dvf_137,._typeBadge_30dvf_138,._categoryBadge_30dvf_139{padding:4px 8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border-radius:4px;white-space:nowrap}._platformBadge_30dvf_137,._typeBadge_30dvf_138{background:#0596691a;color:#059669}._categoryBadge_30dvf_139{background:#57534e1a;color:#57534e}._modalBody_30dvf_161{width:100%;padding:24px 32px;overflow-y:auto;max-height:calc(90vh - 200px);display:flex;flex-direction:column;gap:24px}._section_30dvf_171{display:flex;flex-direction:column;gap:10px}._sectionTitle_30dvf_177{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:700;color:#1c1917;margin:0;text-transform:uppercase;letter-spacing:.05em}._description_30dvf_187{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;color:#57534e;margin:0;line-height:1.6}._statsGrid_30dvf_195{display:grid;grid-template-columns:1fr;gap:10px}._statCard_30dvf_201{display:flex;flex-direction:column;gap:4px;padding:20px;background:#f5f5f4;border:1px solid #E7E5E4;border-radius:6px}._statLabel_30dvf_211{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;color:#57534e;text-transform:uppercase;letter-spacing:.05em}._statValue_30dvf_219{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:22px;font-weight:700;color:#059669}._fieldsList_30dvf_226{display:flex;flex-direction:column;gap:4px;max-height:300px;overflow-y:auto;padding:8px;background:#f5f5f4;border:1px solid #E7E5E4;border-radius:6px}._fieldItem_30dvf_238{display:flex;align-items:center;gap:10px;padding:8px 16px;background:#fff;border:1px solid #E7E5E4;border-radius:4px;transition:all .15s ease}._fieldItem_30dvf_238:hover{border-color:#059669;background:#05966905}._fieldNumber_30dvf_253{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#0596691a;color:#059669;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:12px;font-weight:700;border-radius:4px;flex-shrink:0}._fieldName_30dvf_268{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:17px;color:#1c1917;font-weight:500}._modalActions_30dvf_275{width:100%;padding:16px 32px 24px;border-top:1px solid #E7E5E4;display:flex;justify-content:flex-end;gap:10px}._cancelButton_30dvf_284{padding:8px 24px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:600;background:#fff;color:#1c1917;border:1px solid #E7E5E4;border-radius:4px;cursor:pointer;transition:all .15s ease}._cancelButton_30dvf_284:hover{border-color:#059669;background:#0596690d;color:#059669}._cancelButton_30dvf_284:active{transform:scale(.98)}._useButton_30dvf_305{padding:8px 24px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:600;background:#059669;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:all .15s ease}._useButton_30dvf_305:hover{background:#047857;box-shadow:0 2px 4px #05966926;transform:translateY(-1px)}._useButton_30dvf_305:active{transform:scale(.98)}@media(max-width:768px){._modalCard_30dvf_52{max-width:100%;max-height:100%;border-radius:0}._modalHeader_30dvf_94,._modalBody_30dvf_161{padding:20px}._headerContent_30dvf_115{padding-right:32px}}@keyframes _fadeIn_1xruz_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_1xruz_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._templatesPage_1xruz_19{display:flex;flex-direction:column;gap:24px;width:100%}._pageHeader_1xruz_26{display:flex;align-items:center;justify-content:space-between;gap:20px}@media(max-width:768px){._pageHeader_1xruz_26{flex-direction:column;align-items:flex-start}}._pageTitle_1xruz_39{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:20px;font-weight:600;color:#1c1917;margin:0}@media(max-width:768px){._pageTitle_1xruz_39{font-size:18px}}._pageSubtitle_1xruz_52{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#57534e;margin:4px 0 0}@media(max-width:768px){._pageSubtitle_1xruz_52{font-size:13px}}._headerActions_1xruz_64{display:flex;align-items:center;gap:10px}@media(max-width:768px){._headerActions_1xruz_64{width:100%;flex-direction:column}}._createButton_1xruz_76{display:flex;align-items:center;gap:8px;padding:8px 24px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:600;background:#059669;color:#fff;border:2px solid #059669;border-radius:4px;cursor:pointer;transition:all .15s ease}._createButton_1xruz_76:hover{background:#047857;box-shadow:0 2px 4px #05966926;transform:translateY(-1px)}._createButton_1xruz_76:active{transform:scale(.98)}@media(max-width:768px){._createButton_1xruz_76{width:100%;justify-content:center}}._prototypeButton_1xruz_106{display:flex;align-items:center;gap:8px;padding:8px 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:500;background:#fff;color:#6366f1;border:2px solid #6366F1;border-radius:4px;cursor:pointer;transition:all .15s ease}._prototypeButton_1xruz_106:hover{background:#6366f10d;box-shadow:0 2px 4px #6366f126;transform:translateY(-1px)}._prototypeButton_1xruz_106:active{transform:scale(.98)}@media(max-width:768px){._prototypeButton_1xruz_106{width:100%;justify-content:center}}._templatesSection_1xruz_136{display:flex;flex-direction:column;gap:0;background:#fff;border-radius:8px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714}._sectionHeader_1xruz_146{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #E7E5E4;background:#f5f5f4}@media(max-width:768px){._sectionHeader_1xruz_146{padding:16px;flex-direction:column;align-items:flex-start;gap:8px}}._sectionTitle_1xruz_163{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#57534e;margin:0;text-transform:uppercase;letter-spacing:.5px}._stats_1xruz_173{display:flex;align-items:center;gap:10px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e}._statItem_1xruz_182{display:flex;align-items:center;gap:4px}._statValue_1xruz_188{font-weight:600;color:#1c1917}._templatesGrid_1xruz_193{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px;padding:24px}@media(max-width:768px){._templatesGrid_1xruz_193{grid-template-columns:1fr;padding:20px;gap:10px}}._createTemplateCard_1xruz_207{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:24px;background:#05966905;border:2px dashed rgba(5,150,105,.3);border-radius:6px;cursor:pointer;transition:all .15s ease;text-align:center;min-height:220px}._createTemplateCard_1xruz_207:hover{background:#0596690d;border-color:#059669;box-shadow:0 2px 8px #05966914}._createTemplateCard_1xruz_207:hover ._createCardIcon_1xruz_227{background:#059669;color:#fff;transform:scale(1.05)}._createTemplateCard_1xruz_207:active{transform:scale(.98)}._createCardIcon_1xruz_227{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#0596691a;color:#059669;transition:all .15s ease}._createCardTitle_1xruz_248{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;color:#1c1917;margin:0}._createCardDescription_1xruz_256{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0;max-width:260px;line-height:1.4}._createCardFeatures_1xruz_265{display:flex;flex-direction:column;gap:4px;margin:8px 0 0;padding:0;list-style:none}._createCardFeatures_1xruz_265 li{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;display:flex;align-items:center;gap:6px}._createCardFeatures_1xruz_265 li:before{content:"";width:4px;height:4px;border-radius:50%;background:#059669;flex-shrink:0}._templateCard_1xruz_290{display:flex;flex-direction:column;gap:0;background:#fff;border:1px solid #E7E5E4;border-radius:6px;transition:all .15s ease}._templateCard_1xruz_290:hover{border-color:#059669;box-shadow:0 2px 8px #05966914}._cardBody_1xruz_304{display:flex;flex-direction:column;gap:8px;padding:20px;flex:1}._cardTitleRow_1xruz_312{display:flex;align-items:center;gap:8px}._cardIcon_1xruz_318{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:4px;background:#0596691a;color:#059669;flex-shrink:0}._templateName_1xruz_330{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;color:#1c1917;margin:0;line-height:1.3}._templateId_1xruz_339{display:inline-flex;align-items:center;align-self:flex-start;gap:4px;padding:3px 8px;background:#f5f5f4;border:1px solid #E7E5E4;border-radius:4px;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:11px;color:#57534e;cursor:pointer;transition:all .15s ease}._templateId_1xruz_339:hover{background:#6366f114;border-color:#6366f14d;color:#6366f1}._templateId_1xruz_339._copied_1xruz_359{background:#0596691a;border-color:#0596694d;color:#059669}._templateDescription_1xruz_365{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._fieldsList_1xruz_377{display:flex;flex-wrap:wrap;gap:4px;margin-top:4px}._fieldBadge_1xruz_384{display:inline-flex;align-items:center;padding:3px 8px;background:#f5f5f4;border-radius:4px;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:11px;color:#1c1917}._fieldBadge_1xruz_384._moreBadge_1xruz_394{background:transparent;color:#57534e;padding:3px 4px}._updatedTime_1xruz_400{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;color:#57534e;margin-top:auto;padding-top:4px}._cardFooter_1xruz_408{display:flex;align-items:center;justify-content:space-between;padding:8px 20px;border-top:1px solid #E7E5E4;background:#f5f5f4;gap:10px}._useButton_1xruz_418{display:flex;align-items:center;gap:4px;padding:6px 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;background:#059669;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:all .15s ease}._useButton_1xruz_418:hover{background:#047857}._useButton_1xruz_418:active{transform:scale(.98)}._dropdownContainer_1xruz_440{position:relative}._actionButton_1xruz_444{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#fff;border:1px solid #E7E5E4;border-radius:4px;color:#57534e;cursor:pointer;transition:all .15s ease}._actionButton_1xruz_444:hover{background:#0596690d;border-color:#059669;color:#059669}._actionButton_1xruz_444:active{transform:scale(.95)}._dropdown_1xruz_440{position:absolute;top:100%;right:0;margin-top:4px;background:#fff;border:1px solid #E7E5E4;border-radius:4px;box-shadow:0 4px 16px #1c19171f;min-width:150px;z-index:100;overflow:hidden}._dropdownItem_1xruz_480{display:flex;align-items:center;gap:8px;width:100%;padding:8px 16px;background:transparent;border:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#1c1917;cursor:pointer;transition:all .15s ease;text-align:left}._dropdownItem_1xruz_480:hover{background:#f5f5f4}._dropdownItem_1xruz_480._danger_1xruz_498{color:#dc2626}._dropdownItem_1xruz_480._danger_1xruz_498:hover{background:#dc26260d}._emptyState_1xruz_505{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;gap:10px;grid-column:1/-1}._emptyIcon_1xruz_515{width:48px;height:48px;color:#57534e;opacity:.3}._emptyTitle_1xruz_522{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:600;color:#1c1917;margin:0;text-align:center}._emptySubtitle_1xruz_531{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0;text-align:center;max-width:280px;line-height:1.4}@keyframes _skeletonPulse_1xruz_1{0%{opacity:1}50%{opacity:.4}to{opacity:1}}._skeletonIcon_1xruz_552{width:40px;height:40px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);border-radius:6px;animation:_skeletonPulse_1xruz_1 1.5s ease-in-out infinite}._skeletonBadges_1xruz_560{width:80px;height:20px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);border-radius:4px;animation:_skeletonPulse_1xruz_1 1.5s ease-in-out infinite;animation-delay:.1s}._skeletonButton_1xruz_569{width:120px;height:32px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);border-radius:4px;animation:_skeletonPulse_1xruz_1 1.5s ease-in-out infinite;animation-delay:.6s}._skeletonActions_1xruz_578{width:72px;height:32px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);border-radius:4px;animation:_skeletonPulse_1xruz_1 1.5s ease-in-out infinite;animation-delay:.7s}._skeletonTitle_1xruz_587{width:70%;height:20px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);border-radius:4px;animation:_skeletonPulse_1xruz_1 1.5s ease-in-out infinite;animation-delay:.2s;margin-bottom:8px}._skeletonDescription_1xruz_597{width:100%;height:36px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);border-radius:4px;animation:_skeletonPulse_1xruz_1 1.5s ease-in-out infinite;animation-delay:.3s;margin-bottom:10px}._skeletonMeta_1xruz_607{width:40%;height:16px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);border-radius:4px;animation:_skeletonPulse_1xruz_1 1.5s ease-in-out infinite;animation-delay:.4s;margin-bottom:10px}._skeletonFields_1xruz_617{width:100%;height:60px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);border-radius:4px;animation:_skeletonPulse_1xruz_1 1.5s ease-in-out infinite;animation-delay:.5s}._errorState_1xruz_626{align-items:center;justify-content:center;display:flex;flex-direction:column;gap:16px;padding:40px;background:#fff;border-radius:8px;border:1px solid #E7E5E4}._errorMessage_1xruz_639{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;color:#dc2626;margin:0;text-align:center}._retryButton_1xruz_647{display:flex;align-items:center;gap:8px;padding:8px 24px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:600;background:#059669;color:#fff;border:2px solid #059669;border-radius:4px;cursor:pointer;transition:all .15s ease}._retryButton_1xruz_647:hover{background:#047857;box-shadow:0 2px 4px #05966926;transform:translateY(-1px)}._retryButton_1xruz_647:active{transform:scale(.98)}._tabs_1xruz_671{display:flex;gap:8px;border-bottom:2px solid #E7E5E4;padding:0 4px}._tab_1xruz_671{padding:16px 24px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:600;color:#57534e;background:transparent;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;cursor:pointer;transition:all .15s ease}._tab_1xruz_671:hover{color:#059669}._tab_1xruz_671._active_1xruz_694{color:#059669;border-bottom-color:#059669}@media(max-width:768px){._tab_1xruz_671{flex:1;text-align:center;padding:16px 8px}}._filters_1xruz_706{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:24px;border-bottom:1px solid #E7E5E4}@media(max-width:810px){._filters_1xruz_706{grid-template-columns:1fr}}._filterGroup_1xruz_719{display:flex;flex-direction:column;gap:4px}._filterLabel_1xruz_725{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:600;color:#1c1917}._filterSelect_1xruz_732,._filterSearch_1xruz_733{padding:8px 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;color:#1c1917;background:#fff;border:1px solid #E7E5E4;border-radius:4px;transition:all .15s ease}._filterSelect_1xruz_732:focus,._filterSearch_1xruz_733:focus{outline:none;border-color:#059669;box-shadow:0 0 0 3px #0596691a}._filterSearch_1xruz_733::placeholder{color:#57534e}._libraryGrid_1xruz_754{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px;padding:24px}@media(max-width:768px){._libraryGrid_1xruz_754{grid-template-columns:1fr;padding:20px;gap:10px}}._libraryCard_1xruz_768{display:flex;flex-direction:column;gap:0;background:#fff;border:1px solid #E7E5E4;border-radius:6px;transition:all .15s ease}._libraryCard_1xruz_768:hover{border-color:#059669;box-shadow:0 2px 8px #05966914}._libraryCard_1xruz_768:active{transform:scale(.98)}._libraryCardHeader_1xruz_785{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #E7E5E4}._libraryCardIcon_1xruz_793{font-size:40px;line-height:1}._libraryIconImg_1xruz_798{width:40px;height:40px;object-fit:contain}._libraryCardBadges_1xruz_804{display:flex;gap:4px}._platformBadge_1xruz_809,._typeBadge_1xruz_810,._categoryBadge_1xruz_811{padding:4px 8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-radius:4px;white-space:nowrap}._platformBadge_1xruz_809,._typeBadge_1xruz_810{background:#0596691a;color:#059669}._categoryBadge_1xruz_811{background:#57534e1a;color:#57534e}._libraryCardBody_1xruz_833{display:flex;flex-direction:column;gap:10px;padding:20px;flex:1}._libraryCardTitle_1xruz_841{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;font-weight:600;color:#1c1917;margin:0}._libraryCardDescription_1xruz_849{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;color:#57534e;margin:0;line-height:1.5}._libraryCardMeta_1xruz_857{display:flex;align-items:center;gap:16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;color:#57534e}._usageCount_1xruz_866,._fieldCount_1xruz_867{display:flex;align-items:center;gap:4px}._libraryCardFields_1xruz_873{display:flex;flex-wrap:wrap;gap:4px}._libraryCardFooter_1xruz_879{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-top:1px solid #E7E5E4;background:#f5f5f4}._useTemplateButton_1xruz_888{padding:8px 24px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:600;background:#059669;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:all .15s ease}._useTemplateButton_1xruz_888:hover{background:#047857;box-shadow:0 2px 4px #05966926;transform:translateY(-1px)}._useTemplateButton_1xruz_888:active{transform:scale(.98)}@keyframes _fadeIn_15pru_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_15pru_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._connectorsPage_15pru_19{display:flex;flex-direction:column;gap:24px;width:100%}._pageHeader_15pru_26{display:flex;align-items:center;justify-content:space-between;gap:20px}@media(max-width:768px){._pageHeader_15pru_26{flex-direction:column;align-items:flex-start}}._pageTitle_15pru_39{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:20px;font-weight:600;color:#1c1917;margin:0}@media(max-width:768px){._pageTitle_15pru_39{font-size:18px}}._pageSubtitle_15pru_52{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#57534e;margin:4px 0 0}@media(max-width:768px){._pageSubtitle_15pru_52{font-size:13px}}._templatesButton_15pru_64{display:flex;align-items:center;gap:8px;padding:4px 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;background:#059669;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:all .15s ease;text-decoration:none}._templatesButton_15pru_64:hover{background:#047857;box-shadow:0 2px 4px #05966926}._templatesButton_15pru_64:active{transform:scale(.98)}@media(max-width:768px){._templatesButton_15pru_64{width:100%;justify-content:center}}._infoCard_15pru_94{display:flex;align-items:center;gap:16px;padding:20px 24px;background:#fff;border:1px solid #E7E5E4;border-radius:8px;box-shadow:0 4px 16px #1c191714}@media(max-width:810px){._infoCard_15pru_94{flex-direction:column;align-items:flex-start;text-align:left}}._infoIcon_15pru_112{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#0596691a;color:#059669;border-radius:6px;flex-shrink:0}._infoContent_15pru_124{flex:1;display:flex;flex-direction:column;gap:4px}._infoTitle_15pru_131{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;color:#1c1917;margin:0}._infoDescription_15pru_139{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0;line-height:1.5}._infoButton_15pru_147{display:flex;align-items:center;gap:4px;padding:4px 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;background:#fff;color:#059669;border:1px solid #E7E5E4;border-radius:4px;cursor:pointer;transition:all .15s ease;text-decoration:none;flex-shrink:0;white-space:nowrap}._infoButton_15pru_147:hover{border-color:#059669;background:#05966905}._infoButton_15pru_147:active{transform:scale(.98)}@media(max-width:810px){._infoButton_15pru_147{width:100%;justify-content:center}}._connectorsSection_15pru_179{display:flex;flex-direction:column;gap:0;background:#fff;border-radius:8px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714}._sectionHeader_15pru_189{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #E7E5E4;background:#f5f5f4}@media(max-width:768px){._sectionHeader_15pru_189{padding:16px;flex-direction:column;align-items:flex-start;gap:8px}}._sectionTitle_15pru_206{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#57534e;margin:0;text-transform:uppercase;letter-spacing:.5px}._stats_15pru_216{display:flex;align-items:center;gap:10px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e}._statItem_15pru_225{display:flex;align-items:center;gap:4px}._statValue_15pru_231{font-weight:600;color:#1c1917}._statSeparator_15pru_236{color:#e7e5e4}._filters_15pru_240{display:flex;align-items:center;gap:10px;padding:20px;border-bottom:1px solid #E7E5E4}@media(max-width:768px){._filters_15pru_240{flex-direction:column;align-items:stretch;padding:16px}}._searchContainer_15pru_255{position:relative;flex:1;max-width:320px}@media(max-width:768px){._searchContainer_15pru_255{max-width:100%}}._searchIcon_15pru_266{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#57534e;pointer-events:none}._searchInput_15pru_277{width:100%;padding:8px 16px 8px 44px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#1c1917;background:#fff;border:1px solid #E7E5E4;border-radius:4px;transition:all .15s ease}._searchInput_15pru_277::placeholder{color:#57534e}._searchInput_15pru_277:hover{border-color:#cfcbc9}._searchInput_15pru_277:focus{outline:none;border-color:#059669;box-shadow:0 0 0 3px #0596691a}._categorySelect_15pru_300{padding:8px 20px 8px 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#1c1917;background:#fff;border:1px solid #E7E5E4;border-radius:4px;cursor:pointer;transition:all .15s ease}._categorySelect_15pru_300:hover{border-color:#cfcbc9}._categorySelect_15pru_300:focus{outline:none;border-color:#059669;box-shadow:0 0 0 3px #0596691a}@media(max-width:768px){._categorySelect_15pru_300{width:100%}}._resultsCount_15pru_325{padding:0 20px 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e}@media(max-width:768px){._resultsCount_15pru_325{padding:0 16px 8px}}._connectorsGrid_15pru_337{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;padding:20px}@media(max-width:768px){._connectorsGrid_15pru_337{grid-template-columns:1fr;padding:16px;gap:10px}}._connectorCard_15pru_351{display:flex;flex-direction:column;gap:10px;padding:20px;background:#fff;border:1px solid #E7E5E4;border-radius:6px;transition:all .15s ease}._connectorCard_15pru_351:hover{border-color:#059669;box-shadow:0 2px 8px #05966914}._connectorCard_15pru_351:active{transform:scale(.98)}._cardHeader_15pru_369{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}._cardIcon_15pru_376{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#0596691a;color:#059669;border-radius:4px;flex-shrink:0}._statusBadge_15pru_388{display:inline-flex;align-items:center;padding:3px 8px;border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}._statusBadge_15pru_388._active_15pru_399{background:#05966914;border:1px solid rgba(5,150,105,.2);color:#059669}._statusBadge_15pru_388._coming_15pru_404{background:#f59e0b14;border:1px solid rgba(245,158,11,.2);color:#f59e0b}._cardTitle_15pru_410{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;color:#1c1917;margin:0}._cardDescription_15pru_418{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;line-height:1.5;margin:0;flex:1}._cardFooter_15pru_427{display:flex;align-items:center;padding-top:8px;border-top:1px solid #E7E5E4}._categoryBadge_15pru_434{display:inline-flex;align-items:center;gap:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:500;color:#57534e;text-transform:uppercase;letter-spacing:.3px}._emptyState_15pru_446{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 24px;gap:10px}._emptyIcon_15pru_455{width:48px;height:48px;color:#57534e;opacity:.3}._emptyTitle_15pru_462{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;color:#1c1917;margin:0}._emptySubtitle_15pru_470{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0;text-align:center}._clearFiltersButton_15pru_478{display:flex;align-items:center;gap:8px;padding:4px 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;background:#fff;color:#059669;border:1px solid #E7E5E4;border-radius:4px;cursor:pointer;transition:all .15s ease;margin-top:8px}._clearFiltersButton_15pru_478:hover{border-color:#059669;background:#05966905}._clearFiltersButton_15pru_478:active{transform:scale(.98)}@keyframes _fadeInUp_1d750_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._modalOverlay_1d750_19{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#1c191780;display:flex;align-items:center;justify-content:center;z-index:1400;animation:_fadeIn_1d750_1 .2s ease;padding:20px}@keyframes _fadeIn_1d750_1{0%{opacity:0}to{opacity:1}}._modalCard_1d750_42{display:flex;flex-direction:column;align-items:flex-start;background-color:#fff;border-radius:8px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714;width:100%;max-width:440px;position:relative;animation:_slideUp_1d750_1 .2s ease;max-height:90vh;overflow-y:auto}@media(max-width:768px){._modalCard_1d750_42{max-width:100%}}@keyframes _slideUp_1d750_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}._modalHeader_1d750_73{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:8px 8px 8px 20px;border-bottom:1px solid #E7E5E4}@media(max-width:768px){._modalHeader_1d750_73{padding:4px 4px 4px 16px}}._modalTitle_1d750_88{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;color:#1c1917;margin:0}@media(max-width:768px){._modalTitle_1d750_88{font-size:15px}}._closeButton_1d750_101{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;background-color:transparent;border:none;border-radius:4px;color:#57534e;cursor:pointer;transition:all .15s ease}._closeButton_1d750_101:hover{background-color:#1c19170d;color:#1c1917}._closeButton_1d750_101:active{transform:scale(.95)}._modalBody_1d750_123{display:flex;flex-direction:column;gap:16px;width:100%;padding:20px 20px 0}@media(max-width:768px){._modalBody_1d750_123{padding:16px 16px 0;gap:10px}}._modalText_1d750_137{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0;line-height:1.6}@media(max-width:768px){._modalText_1d750_137{font-size:12px}}._formGroup_1d750_150{display:flex;flex-direction:column;gap:4px;width:100%}._label_1d750_157{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:500;color:#57534e;margin:0}._input_1d750_165{width:100%;padding:8px 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#1c1917;background:#fff;border:1px solid #E7E5E4;border-radius:4px;transition:all .15s ease}._input_1d750_165::placeholder{color:#57534e;opacity:.6}._input_1d750_165:hover{border-color:#05966966}._input_1d750_165:focus{outline:none;border-color:#059669;box-shadow:0 0 0 2px #05966914}._input_1d750_165:disabled{opacity:.6;cursor:not-allowed;background:#f5f5f4}._errorMessage_1d750_194{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#dc2626;margin:0;padding:4px 8px;background-color:#dc262614;border-radius:4px;border:1px solid rgba(220,38,38,.2);line-height:1.5}._errorMessage_1d750_194._validation_1d750_205{background-color:#dc262614;border-color:#dc262633;color:#dc2626}._errorMessage_1d750_194._limit_1d750_210{background-color:#f59e0b14;border-color:#f59e0b33;color:#ac6f07}._errorMessage_1d750_194._server_1d750_215{background-color:#dc262614;border-color:#dc262633;color:#dc2626}._successMessage_1d750_221{display:flex;flex-direction:column;gap:4px;padding:8px 16px;background:#05966914;border:1px solid rgba(5,150,105,.2);border-radius:4px}._successTitle_1d750_231{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#059669;margin:0}@media(max-width:768px){._successTitle_1d750_231{font-size:12px}}._warningText_1d750_244{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;margin:0;line-height:1.5}._keyDisplay_1d750_252{display:flex;flex-direction:column;gap:4px}._keyWrapper_1d750_258{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#f5f5f4;border:1px solid #E7E5E4;border-radius:4px}._keyValue_1d750_268{flex:1;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:12px;color:#1c1917;word-break:break-all;line-height:1.5}._copyButton_1d750_277{display:flex;align-items:center;gap:4px;padding:4px 8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:600;background:#059669;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:all .15s ease;white-space:nowrap;flex-shrink:0}._copyButton_1d750_277:hover{background:#047857}._copyButton_1d750_277:active{transform:scale(.98)}._keyInfo_1d750_301{display:flex;flex-direction:column;gap:4px;padding:8px 16px;background:#f5f5f4;border-radius:4px}._infoItem_1d750_310{display:flex;align-items:center;gap:8px}._infoLabel_1d750_316{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:500;color:#57534e;min-width:56px}._infoValue_1d750_324{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#1c1917;word-break:break-all}._modalActions_1d750_331{display:flex;justify-content:flex-end;align-items:center;gap:8px;width:calc(100% + 40px);margin:20px -20px 0;padding:16px 20px;border-top:1px solid #E7E5E4}@media(max-width:768px){._modalActions_1d750_331{width:calc(100% + 32px);margin:16px -16px 0;padding:8px 16px;flex-direction:column-reverse;gap:4px}}._cancelButton_1d750_351{display:flex;align-items:center;justify-content:center;gap:4px;padding:4px 20px;background:#fff;color:#1c1917;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;border:1px solid #E7E5E4;border-radius:4px;cursor:pointer;transition:all .15s ease}@media(max-width:768px){._cancelButton_1d750_351{width:100%}}._cancelButton_1d750_351:hover{background:#f5f5f4;border-color:#57534e}._cancelButton_1d750_351:active{transform:scale(.98)}._cancelButton_1d750_351:disabled{opacity:.5;cursor:not-allowed}._confirmButton_1d750_384{display:flex;align-items:center;justify-content:center;gap:4px;padding:4px 20px;background:#059669;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;border:none;border-radius:4px;cursor:pointer;transition:all .15s ease}@media(max-width:768px){._confirmButton_1d750_384{width:100%}}._confirmButton_1d750_384:hover{background:#047857}._confirmButton_1d750_384:active{transform:scale(.98)}._confirmButton_1d750_384:disabled{opacity:.5;cursor:not-allowed}@keyframes _fadeIn_1m7h4_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_1m7h4_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._apiKeysPage_1m7h4_19{display:flex;flex-direction:column;gap:24px;width:100%}._pageHeader_1m7h4_26{display:flex;align-items:center;justify-content:space-between;gap:20px}@media(max-width:768px){._pageHeader_1m7h4_26{flex-direction:column;align-items:flex-start}}._pageTitle_1m7h4_39{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:20px;font-weight:600;color:#1c1917;margin:0}@media(max-width:768px){._pageTitle_1m7h4_39{font-size:18px}}._pageSubtitle_1m7h4_52{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#57534e;margin:4px 0 0}@media(max-width:768px){._pageSubtitle_1m7h4_52{font-size:13px}}._createButton_1m7h4_64{display:flex;align-items:center;gap:8px;padding:4px 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;background:#059669;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:all .15s ease}._createButton_1m7h4_64:hover{background:#047857;box-shadow:0 2px 4px #05966926}._createButton_1m7h4_64:active{transform:scale(.98)}@media(max-width:768px){._createButton_1m7h4_64{width:100%;justify-content:center}}._keysSection_1m7h4_93{display:flex;flex-direction:column;gap:0;background:#fff;border-radius:8px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714}._sectionHeader_1m7h4_103{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #E7E5E4;background:#f5f5f4}@media(max-width:768px){._sectionHeader_1m7h4_103{padding:16px;flex-direction:column;align-items:flex-start;gap:8px}}._sectionTitle_1m7h4_120{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#57534e;margin:0;text-transform:uppercase;letter-spacing:.5px}._stats_1m7h4_130{display:flex;align-items:center;gap:10px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e}._statItem_1m7h4_139{display:flex;align-items:center;gap:4px}._statValue_1m7h4_145{font-weight:600;color:#1c1917}._statSeparator_1m7h4_150{color:#e7e5e4}._keysTable_1m7h4_154{display:flex;flex-direction:column;gap:0;overflow-x:auto}@media(max-width:810px){._keysTable_1m7h4_154{overflow-x:visible}}._tableHeader_1m7h4_166{display:grid;grid-template-columns:1.5fr 2fr 100px 120px 80px;gap:16px;padding:8px 24px;background:#57534e08;border-bottom:1px solid #E7E5E4;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;color:#57534e;text-transform:uppercase;letter-spacing:.5px;align-items:center}@media(max-width:810px){._tableHeader_1m7h4_166{display:none}}._tableBody_1m7h4_187{display:flex;flex-direction:column;gap:0}@media(max-width:810px){._tableBody_1m7h4_187{gap:10px;padding:20px}}._tableRow_1m7h4_199{display:grid;grid-template-columns:1.5fr 2fr 100px 120px 80px;gap:16px;align-items:center;padding:16px 24px;border-bottom:1px solid #E7E5E4;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;transition:all .15s ease}._tableRow_1m7h4_199:hover{background:#05966905}._tableRow_1m7h4_199:last-child{border-bottom:none}@media(max-width:810px){._tableRow_1m7h4_199{display:flex;flex-direction:column;align-items:flex-start;gap:10px;background:#f5f5f4;border:1px solid #E7E5E4;border-radius:6px;padding:20px}._tableRow_1m7h4_199:hover{border-color:#059669;box-shadow:0 2px 8px #05966914}}._colName_1m7h4_233{display:flex;align-items:center;gap:10px}@media(max-width:810px){._colName_1m7h4_233{width:100%}}._keyIcon_1m7h4_244{width:18px;height:18px;color:#059669;flex-shrink:0}._keyName_1m7h4_251{font-size:14px;font-weight:500;color:#1c1917}@media(max-width:810px){._colKey_1m7h4_258{width:100%}}._keyValue_1m7h4_263{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:13px;color:#57534e;background:#f5f5f4;padding:4px 8px;border-radius:4px;border:1px solid #E7E5E4}@media(max-width:810px){._keyValue_1m7h4_263{width:100%;font-size:12px}}@media(max-width:810px){._colStatus_1m7h4_280{width:100%}}._statusBadge_1m7h4_285{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}._statusBadge_1m7h4_285._active_1m7h4_297{background:#05966914;border:1px solid rgba(5,150,105,.2);color:#059669}._statusBadge_1m7h4_285._revoked_1m7h4_302{background:#57534e14;border:1px solid rgba(87,83,78,.2);color:#57534e}._colRequests_1m7h4_308{font-weight:600;color:#1c1917}@media(max-width:810px){._colRequests_1m7h4_308{display:flex;gap:4px}._colRequests_1m7h4_308:before{content:"Requests:";color:#57534e;font-weight:400}}._tableBody_1m7h4_187 ._colCreated_1m7h4_324,._tableBody_1m7h4_187 ._colLastUsed_1m7h4_325{font-size:13px;color:#57534e}@media(max-width:810px){._colCreated_1m7h4_324{display:flex;gap:4px}._colCreated_1m7h4_324:before{content:"Created:";font-weight:600;color:#1c1917}}@media(max-width:810px){._colLastUsed_1m7h4_325{display:flex;gap:4px}._colLastUsed_1m7h4_325:before{content:"Last used:";font-weight:600;color:#1c1917}}._colActions_1m7h4_354{display:flex;align-items:center;justify-content:flex-end}@media(max-width:810px){._colActions_1m7h4_354{justify-content:flex-start}}._dropdownContainer_1m7h4_365{position:relative}._actionButton_1m7h4_369{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:1px solid #E7E5E4;border-radius:4px;color:#57534e;cursor:pointer;transition:all .15s ease}._actionButton_1m7h4_369:hover{background:#0596690d;border-color:#059669;color:#059669}._actionButton_1m7h4_369:active{transform:scale(.98)}._dropdown_1m7h4_365{position:absolute;top:100%;right:0;margin-top:4px;background:#fff;border:1px solid #E7E5E4;border-radius:4px;box-shadow:0 4px 16px #1c19171f;min-width:150px;z-index:100;overflow:hidden}._dropdownItem_1m7h4_405{display:flex;align-items:center;gap:8px;width:100%;padding:8px 16px;background:transparent;border:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#1c1917;cursor:pointer;transition:all .15s ease;text-align:left}._dropdownItem_1m7h4_405:hover{background:#f5f5f4}._dropdownItem_1m7h4_405._danger_1m7h4_423{color:#dc2626}._dropdownItem_1m7h4_405._danger_1m7h4_423:hover{background:#dc26260d}._revokedText_1m7h4_430{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;color:#57534e;font-style:italic}._emptyState_1m7h4_437{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;gap:10px}._emptyIcon_1m7h4_446{width:48px;height:48px;color:#57534e;opacity:.3}._emptyTitle_1m7h4_453{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:600;color:#1c1917;margin:0}._emptySubtitle_1m7h4_461{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0;text-align:center;max-width:280px;line-height:1.4}@keyframes _skeletonPulse_1m7h4_1{0%{opacity:1}50%{opacity:.4}to{opacity:1}}._skeletonIcon_1m7h4_482{width:20px;height:20px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:4px;animation:_skeletonPulse_1m7h4_1 1.5s ease-in-out infinite;flex-shrink:0}._skeletonName_1m7h4_492{height:16px;width:150px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:4px;animation:_skeletonPulse_1m7h4_1 1.5s ease-in-out infinite;animation-delay:.1s}._skeletonKey_1m7h4_502{height:24px;width:200px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:4px;animation:_skeletonPulse_1m7h4_1 1.5s ease-in-out infinite;animation-delay:.2s}@media(max-width:810px){._skeletonKey_1m7h4_502{width:100%}}._skeletonStatus_1m7h4_517{height:24px;width:80px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:4px;animation:_skeletonPulse_1m7h4_1 1.5s ease-in-out infinite;animation-delay:.3s}._skeletonDate_1m7h4_527{height:16px;width:120px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:4px;animation:_skeletonPulse_1m7h4_1 1.5s ease-in-out infinite;animation-delay:.4s}._skeletonActions_1m7h4_537{height:28px;width:160px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:4px;animation:_skeletonPulse_1m7h4_1 1.5s ease-in-out infinite;animation-delay:.5s;margin-left:auto}@media(max-width:810px){._skeletonActions_1m7h4_537{width:100%;margin-left:0}}._errorState_1m7h4_554{align-items:center;justify-content:center;display:flex;flex-direction:column;gap:10px;padding:40px;background:#fff;border-radius:8px;border:1px solid #E7E5E4}._errorMessage_1m7h4_567{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#dc2626;margin:0;text-align:center}._retryButton_1m7h4_575{display:flex;align-items:center;gap:8px;padding:4px 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;background:#059669;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:all .15s ease}._retryButton_1m7h4_575:hover{background:#047857;box-shadow:0 2px 4px #05966926}._retryButton_1m7h4_575:active{transform:scale(.98)}@keyframes _fadeInUp_1ml43_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._modalOverlay_1ml43_19{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#1c191780;display:flex;align-items:center;justify-content:center;z-index:1400;animation:_fadeIn_1ml43_1 .2s ease;padding:20px}@keyframes _fadeIn_1ml43_1{0%{opacity:0}to{opacity:1}}._modalCard_1ml43_42{display:flex;flex-direction:column;align-items:flex-start;background-color:#fff;border-radius:8px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714;width:100%;max-width:480px;position:relative;animation:_slideUp_1ml43_1 .2s ease;max-height:90vh;overflow-y:auto}@media(max-width:768px){._modalCard_1ml43_42{max-width:100%}}@keyframes _slideUp_1ml43_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}._modalHeader_1ml43_73{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:8px 8px 8px 20px;border-bottom:1px solid #E7E5E4}@media(max-width:768px){._modalHeader_1ml43_73{padding:4px 4px 4px 16px}}._modalTitle_1ml43_88{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;color:#1c1917;margin:0}@media(max-width:768px){._modalTitle_1ml43_88{font-size:15px}}._closeButton_1ml43_101{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;background-color:transparent;border:none;border-radius:4px;color:#57534e;cursor:pointer;transition:all .15s ease}._closeButton_1ml43_101:hover{background-color:#1c19170d;color:#1c1917}._closeButton_1ml43_101:active{transform:scale(.95)}._modalBody_1ml43_123{display:flex;flex-direction:column;gap:16px;width:100%;padding:20px 20px 0}@media(max-width:768px){._modalBody_1ml43_123{padding:16px 16px 0;gap:10px}}._modalText_1ml43_137{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0;line-height:1.6}@media(max-width:768px){._modalText_1ml43_137{font-size:12px}}._formGroup_1ml43_150{display:flex;flex-direction:column;gap:4px;width:100%}._label_1ml43_157{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:500;color:#57534e;margin:0}._input_1ml43_165{width:100%;padding:8px 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#1c1917;background:#fff;border:1px solid #E7E5E4;border-radius:4px;transition:all .15s ease}._input_1ml43_165::placeholder{color:#57534e;opacity:.6}._input_1ml43_165:hover{border-color:#05966966}._input_1ml43_165:focus{outline:none;border-color:#059669;box-shadow:0 0 0 2px #05966914}._input_1ml43_165:disabled{opacity:.6;cursor:not-allowed;background:#f5f5f4}._eventsList_1ml43_194{display:flex;flex-direction:column;gap:4px}._eventAccordion_1ml43_200{display:flex;flex-direction:column;background:#f5f5f4;border:1px solid #E7E5E4;border-radius:4px;overflow:hidden;transition:all .15s ease}._eventAccordion_1ml43_200:hover{border-color:#05966966}._eventHeader_1ml43_213{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:4px 8px}._eventCheckboxLabel_1ml43_221{display:flex;align-items:center;gap:8px;flex:1;cursor:pointer;-webkit-user-select:none;user-select:none}._eventCheckboxInput_1ml43_230{width:16px;height:16px;cursor:pointer;accent-color:#059669;flex-shrink:0}._eventCheckboxInput_1ml43_230:disabled{cursor:not-allowed;opacity:.5}._eventLabel_1ml43_242{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#1c1917;cursor:pointer;-webkit-user-select:none;user-select:none;flex:1}@media(max-width:768px){._eventLabel_1ml43_242{font-size:12px}}._expandButton_1ml43_256{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:transparent;border:none;border-radius:4px;color:#57534e;cursor:pointer;transition:all .15s ease;flex-shrink:0}._expandButton_1ml43_256:hover{background:#1c19170d;color:#1c1917}._expandButton_1ml43_256:disabled{cursor:not-allowed;opacity:.5}._expandButton_1ml43_256 svg{transition:transform .15s ease}._rotated_1ml43_282{transform:rotate(180deg)}._eventDescription_1ml43_286{padding:4px 8px 8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;line-height:1.5;border-top:1px solid #E7E5E4;background:#ffffff80}._iconButton_1ml43_296{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:transparent;border:none;border-radius:4px;color:#57534e;cursor:pointer;transition:all .15s ease;flex-shrink:0}._iconButton_1ml43_296:hover{background:#1c19170d;color:#1c1917}._iconButton_1ml43_296:active{transform:scale(.95)}._iconButton_1ml43_296:disabled{opacity:.5;cursor:not-allowed}._spinner_1ml43_322{width:14px;height:14px;border:2px solid #E7E5E4;border-top-color:#059669;border-radius:50%;animation:_spin_1ml43_322 .6s linear infinite}@keyframes _spin_1ml43_322{to{transform:rotate(360deg)}}._errorMessage_1ml43_336{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#dc2626;margin:0;padding:4px 8px;background-color:#dc262614;border-radius:4px;border:1px solid rgba(220,38,38,.2);line-height:1.5}._successMessage_1ml43_348{display:flex;flex-direction:column;gap:4px;padding:8px 16px;background:#05966914;border:1px solid rgba(5,150,105,.2);border-radius:4px}._successTitle_1ml43_358{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#059669;margin:0}@media(max-width:768px){._successTitle_1ml43_358{font-size:12px}}._warningText_1ml43_371{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;margin:0;line-height:1.5}._secretDisplay_1ml43_379{display:flex;flex-direction:column;gap:4px}._secretWrapper_1ml43_385{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#f5f5f4;border:1px solid #E7E5E4;border-radius:4px}._secretValue_1ml43_395{flex:1;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:12px;color:#1c1917;word-break:break-all;line-height:1.5}._copyButton_1ml43_404{display:flex;align-items:center;gap:4px;padding:4px 8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:600;background:#059669;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:all .15s ease;white-space:nowrap;flex-shrink:0}._copyButton_1ml43_404:hover{background:#047857}._copyButton_1ml43_404:active{transform:scale(.98)}._webhookInfo_1ml43_428{display:flex;flex-direction:column;gap:4px;padding:8px 16px;background:#f5f5f4;border-radius:4px}._infoItem_1ml43_437{display:flex;gap:8px;flex-wrap:wrap}._infoLabel_1ml43_443{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:500;color:#57534e;min-width:72px;flex-shrink:0}._infoValue_1ml43_452{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#1c1917;word-break:break-all;flex:1}._modalActions_1ml43_460{display:flex;justify-content:flex-end;align-items:center;gap:8px;width:calc(100% + 40px);margin:20px -20px 0;padding:16px 20px;border-top:1px solid #E7E5E4}@media(max-width:768px){._modalActions_1ml43_460{width:calc(100% + 32px);margin:16px -16px 0;padding:8px 16px;flex-direction:column-reverse;gap:4px}}._cancelButton_1ml43_480{display:flex;align-items:center;justify-content:center;gap:4px;padding:4px 20px;background:#fff;color:#1c1917;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;border:1px solid #E7E5E4;border-radius:4px;cursor:pointer;transition:all .15s ease}@media(max-width:768px){._cancelButton_1ml43_480{width:100%}}._cancelButton_1ml43_480:hover{background:#f5f5f4;border-color:#57534e}._cancelButton_1ml43_480:active{transform:scale(.98)}._cancelButton_1ml43_480:disabled{opacity:.5;cursor:not-allowed}._confirmButton_1ml43_513{display:flex;align-items:center;justify-content:center;gap:4px;padding:4px 20px;background:#059669;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;border:none;border-radius:4px;cursor:pointer;transition:all .15s ease}@media(max-width:768px){._confirmButton_1ml43_513{width:100%}}._confirmButton_1ml43_513:hover{background:#047857}._confirmButton_1ml43_513:active{transform:scale(.98)}._confirmButton_1ml43_513:disabled{opacity:.5;cursor:not-allowed}@keyframes _fadeIn_lf6wr_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_lf6wr_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._webhooksPage_lf6wr_19{display:flex;flex-direction:column;gap:24px;width:100%}._pageHeader_lf6wr_26{display:flex;align-items:center;justify-content:space-between;gap:20px}@media(max-width:768px){._pageHeader_lf6wr_26{flex-direction:column;align-items:flex-start}}._pageTitle_lf6wr_39{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:20px;font-weight:600;color:#1c1917;margin:0}@media(max-width:768px){._pageTitle_lf6wr_39{font-size:18px}}._pageSubtitle_lf6wr_52{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#57534e;margin:4px 0 0}@media(max-width:768px){._pageSubtitle_lf6wr_52{font-size:13px}}._createButton_lf6wr_64{display:flex;align-items:center;justify-content:center;gap:8px;padding:4px 20px;background:#059669;color:#fff;border:none;border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease;white-space:nowrap}._createButton_lf6wr_64:hover{background:#047857;box-shadow:0 2px 4px #05966926}._createButton_lf6wr_64:active{transform:scale(.98)}@media(max-width:768px){._createButton_lf6wr_64{width:100%;justify-content:center}}._webhooksSection_lf6wr_95{display:flex;flex-direction:column;gap:0;background:#fff;border-radius:8px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714}._sectionHeader_lf6wr_105{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #E7E5E4;background:#f5f5f4}@media(max-width:768px){._sectionHeader_lf6wr_105{padding:16px;flex-direction:column;align-items:flex-start;gap:8px}}._sectionTitle_lf6wr_122{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#57534e;margin:0;text-transform:uppercase;letter-spacing:.5px}._stats_lf6wr_132{display:flex;align-items:center;gap:10px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e}@media(max-width:768px){._stats_lf6wr_132{width:100%}}._statItem_lf6wr_146{display:flex;align-items:center;gap:4px}._statValue_lf6wr_152{font-weight:600;color:#1c1917}._statSeparator_lf6wr_157{color:#e7e5e4}._webhooksTable_lf6wr_161{display:flex;flex-direction:column;gap:0}._tableHeader_lf6wr_167{display:grid;gap:16px;padding:8px 24px;background:#57534e08;border-bottom:1px solid #E7E5E4;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;color:#57534e;text-transform:uppercase;letter-spacing:.5px;align-items:center;grid-template-columns:1.5fr 2fr 1.5fr 80px 80px}@media(max-width:810px){._tableHeader_lf6wr_167{display:none}}._tableBody_lf6wr_188{display:flex;flex-direction:column;gap:0}._tableRow_lf6wr_194{display:grid;gap:16px;padding:16px 24px;border-bottom:1px solid #E7E5E4;transition:all .15s ease;align-items:center;grid-template-columns:1.5fr 2fr 1.5fr 80px 80px}._tableRow_lf6wr_194:last-child{border-bottom:none}._tableRow_lf6wr_194:hover{background:#05966905}@media(max-width:810px){._tableRow_lf6wr_194{display:flex;flex-direction:column;gap:10px;padding:20px}}._colName_lf6wr_218{display:flex;align-items:center;gap:10px}._webhookIcon_lf6wr_224{width:18px;height:18px;color:#059669;flex-shrink:0}._webhookName_lf6wr_231{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500;color:#1c1917}@media(max-width:768px){._webhookName_lf6wr_231{font-size:13px}}._colUrl_lf6wr_243{display:flex;align-items:center;min-width:0}._webhookUrl_lf6wr_249{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:13px;color:#57534e;background:#f5f5f4;padding:4px 8px;border-radius:4px;border:1px solid #E7E5E4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;display:block}@media(max-width:768px){._webhookUrl_lf6wr_249{font-size:12px}}._colEvents_lf6wr_269{display:flex;align-items:center}._eventsList_lf6wr_274{display:flex;flex-wrap:wrap;gap:4px}._eventBadge_lf6wr_280{display:inline-flex;align-items:center;padding:3px 8px;background:#05966914;border:1px solid rgba(5,150,105,.2);border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:500;color:#059669;white-space:nowrap}@media(max-width:768px){._eventBadge_lf6wr_280{font-size:10px;padding:2px 6px}}._colStatus_lf6wr_300{display:flex;align-items:center}._statusBadge_lf6wr_305{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}._statusBadge_lf6wr_305._active_lf6wr_317{background:#05966914;border:1px solid rgba(5,150,105,.2);color:#059669}._statusBadge_lf6wr_305._inactive_lf6wr_322{background:#57534e14;border:1px solid rgba(87,83,78,.2);color:#57534e}._colActions_lf6wr_328{display:flex;align-items:center;justify-content:flex-end}@media(max-width:810px){._colActions_lf6wr_328{justify-content:flex-start}}._dropdownContainer_lf6wr_339{position:relative}._actionButton_lf6wr_343{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:1px solid #E7E5E4;border-radius:4px;color:#57534e;cursor:pointer;transition:all .15s ease}._actionButton_lf6wr_343:hover{background:#0596690d;border-color:#059669;color:#059669}._actionButton_lf6wr_343:active{transform:scale(.98)}._dropdown_lf6wr_339{position:absolute;top:100%;right:0;margin-top:4px;background:#fff;border:1px solid #E7E5E4;border-radius:4px;box-shadow:0 4px 16px #1c19171f;min-width:150px;z-index:100;overflow:hidden}._dropdownItem_lf6wr_379{display:flex;align-items:center;gap:8px;width:100%;padding:8px 16px;background:transparent;border:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#1c1917;cursor:pointer;transition:all .15s ease;text-align:left}._dropdownItem_lf6wr_379:hover{background:#f5f5f4}._dropdownItem_lf6wr_379._danger_lf6wr_397{color:#dc2626}._dropdownItem_lf6wr_379._danger_lf6wr_397:hover{background:#dc26260d}._emptyState_lf6wr_404{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;gap:10px;text-align:center}._emptyIcon_lf6wr_414{width:48px;height:48px;color:#57534e;opacity:.3}._emptyTitle_lf6wr_421{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:600;color:#1c1917;margin:0}._emptySubtitle_lf6wr_429{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0;max-width:280px;line-height:1.4}@keyframes _skeletonPulse_lf6wr_1{0%{opacity:1}50%{opacity:.4}to{opacity:1}}._skeletonIcon_lf6wr_449{width:20px;height:20px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:4px;animation:_skeletonPulse_lf6wr_1 1.5s ease-in-out infinite;flex-shrink:0}._skeletonName_lf6wr_459{height:16px;width:120px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:4px;animation:_skeletonPulse_lf6wr_1 1.5s ease-in-out infinite;animation-delay:.1s}._skeletonUrl_lf6wr_469{height:24px;width:250px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:4px;animation:_skeletonPulse_lf6wr_1 1.5s ease-in-out infinite;animation-delay:.2s}@media(max-width:810px){._skeletonUrl_lf6wr_469{width:100%}}._skeletonEvents_lf6wr_484{height:28px;width:150px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:4px;animation:_skeletonPulse_lf6wr_1 1.5s ease-in-out infinite;animation-delay:.3s}._skeletonStatus_lf6wr_494{height:26px;width:80px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:4px;animation:_skeletonPulse_lf6wr_1 1.5s ease-in-out infinite;animation-delay:.4s}._skeletonActions_lf6wr_504{height:28px;width:80px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:4px;animation:_skeletonPulse_lf6wr_1 1.5s ease-in-out infinite;animation-delay:.5s;margin-left:auto}@media(max-width:810px){._skeletonActions_lf6wr_504{width:100%;margin-left:0}}._errorState_lf6wr_521{align-items:center;justify-content:center;display:flex;flex-direction:column;gap:10px;padding:40px;background:#fff;border-radius:8px;border:1px solid #E7E5E4}._errorMessage_lf6wr_534{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#dc2626;margin:0;text-align:center}._retryButton_lf6wr_542{display:flex;align-items:center;gap:8px;padding:4px 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;background:#059669;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:all .15s ease}._retryButton_lf6wr_542:hover{background:#047857;box-shadow:0 2px 4px #05966926}._retryButton_lf6wr_542:active{transform:scale(.98)}@keyframes _fadeIn_p6r1y_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_p6r1y_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._logsPage_p6r1y_19{display:flex;flex-direction:column;gap:24px;width:100%}._pageHeader_p6r1y_26{display:flex;align-items:center;justify-content:space-between;gap:20px}@media(max-width:768px){._pageHeader_p6r1y_26{flex-direction:column;align-items:flex-start}}._pageTitle_p6r1y_39{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:20px;font-weight:600;color:#1c1917;margin:0}@media(max-width:768px){._pageTitle_p6r1y_39{font-size:18px}}._pageSubtitle_p6r1y_52{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#57534e;margin:4px 0 0}@media(max-width:768px){._pageSubtitle_p6r1y_52{font-size:13px}}._tabs_p6r1y_64{display:flex;gap:10px;border-bottom:2px solid #E7E5E4}@media(max-width:768px){._tabs_p6r1y_64{gap:8px}}._tab_p6r1y_64{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 20px;background:transparent;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#57534e;cursor:pointer;transition:all .15s ease;white-space:nowrap}._tab_p6r1y_64:hover{color:#1c1917;background:#05966908}._tab_p6r1y_64._active_p6r1y_97{color:#059669;border-bottom-color:#059669}@media(max-width:768px){._tab_p6r1y_64{padding:4px 16px;font-size:12px}}._tabBadge_p6r1y_108{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;background:#57534e1a;border-radius:10px;font-size:12px;font-weight:600}._active_p6r1y_97 ._tabBadge_p6r1y_108{background:#0596691a;color:#059669}@media(max-width:768px){._tabBadge_p6r1y_108{font-size:11px;min-width:18px;height:18px;padding:0 5px}}._timeFilters_p6r1y_133{display:flex;gap:10px;flex-wrap:wrap}@media(max-width:768px){._timeFilters_p6r1y_133{gap:8px}}._timeFilterButton_p6r1y_144{padding:4px 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:500;color:#57534e;background:#fff;border:1px solid #E7E5E4;border-radius:4px;cursor:pointer;transition:all .15s ease;white-space:nowrap}._timeFilterButton_p6r1y_144:hover{border-color:#059669;color:#059669;background:#05966905}._timeFilterButton_p6r1y_144:active{transform:scale(.98)}._timeFilterButton_p6r1y_144._active_p6r1y_97{background:#059669;border-color:#059669;color:#fff;font-weight:600}._timeFilterButton_p6r1y_144._active_p6r1y_97:hover{background:#047857;border-color:#047857}@media(max-width:768px){._timeFilterButton_p6r1y_144{flex:1;font-size:11px;padding:4px 8px}}._logsSection_p6r1y_183{display:flex;flex-direction:column;gap:0;background:#fff;border-radius:8px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714}._sectionHeader_p6r1y_193{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #E7E5E4;background:#f5f5f4}@media(max-width:768px){._sectionHeader_p6r1y_193{padding:16px;flex-direction:column;align-items:flex-start;gap:8px}}._sectionTitle_p6r1y_210{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#57534e;margin:0;text-transform:uppercase;letter-spacing:.5px}._stats_p6r1y_220{display:flex;align-items:center;gap:10px}@media(max-width:768px){._stats_p6r1y_220{width:100%}}._statItem_p6r1y_231{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e}._statValue_p6r1y_237{font-weight:600;color:#059669}._statSeparator_p6r1y_242{color:#e7e5e4}._logsTable_p6r1y_246{display:flex;flex-direction:column;gap:0}._tableHeader_p6r1y_252{display:grid;gap:16px;padding:8px 24px;background:#57534e08;border-bottom:1px solid #E7E5E4;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;color:#57534e;text-transform:uppercase;letter-spacing:.5px;align-items:center;grid-template-columns:1.5fr .8fr 2fr .8fr 1fr 1.2fr}@media(max-width:810px){._tableHeader_p6r1y_252{display:none}}._tableBody_p6r1y_273{display:flex;flex-direction:column;gap:0}._tableRow_p6r1y_279{display:grid;gap:16px;padding:16px 24px;border-bottom:1px solid #E7E5E4;transition:all .15s ease;align-items:center;grid-template-columns:1.5fr .8fr 2fr .8fr 1fr 1.2fr}._tableRow_p6r1y_279:last-child{border-bottom:none}._tableRow_p6r1y_279:hover{background:#05966905}@media(max-width:810px){._tableRow_p6r1y_279{display:flex;flex-direction:column;gap:10px;padding:20px}}._logsTable_p6r1y_246:has(._colWebhookUrl_p6r1y_303) ._tableHeader_p6r1y_252,._logsTable_p6r1y_246:has(._colWebhookUrl_p6r1y_303) ._tableRow_p6r1y_279{grid-template-columns:1.5fr 2fr 1.2fr .8fr .7fr .8fr .6fr}._colTimestamp_p6r1y_308{display:flex;align-items:center}._timestamp_p6r1y_313{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e}@media(max-width:768px){._timestamp_p6r1y_313{font-size:12px}}._colMethod_p6r1y_324{display:flex;align-items:center}._methodBadge_p6r1y_329{display:inline-flex;align-items:center;justify-content:center;padding:3px 8px;border-radius:4px;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:10px;font-weight:600;letter-spacing:.5px;min-width:50px}._methodBadge_p6r1y_329._get_p6r1y_341{background:#05966914;border:1px solid rgba(5,150,105,.2);color:#059669}._methodBadge_p6r1y_329._post_p6r1y_346{background:#3b82f614;border:1px solid rgba(59,130,246,.2);color:#3b82f6}._methodBadge_p6r1y_329._put_p6r1y_351{background:#f59e0b14;border:1px solid rgba(245,158,11,.2);color:#f59e0b}._methodBadge_p6r1y_329._delete_p6r1y_356{background:#dc262614;border:1px solid rgba(220,38,38,.2);color:#dc2626}._colEndpoint_p6r1y_362{display:flex;align-items:center;min-width:0;max-width:300px}._endpoint_p6r1y_369{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:12px;color:#57534e;background:#f5f5f4;padding:4px 8px;border-radius:4px;border:1px solid #E7E5E4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}@media(max-width:768px){._endpoint_p6r1y_369{font-size:11px}}._colStatus_p6r1y_388{display:flex;align-items:center}._statusBadge_p6r1y_393{display:inline-flex;align-items:center;justify-content:center;padding:3px 8px;border-radius:4px;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:11px;font-weight:600}._statusBadge_p6r1y_393._success_p6r1y_403{background:#05966914;border:1px solid rgba(5,150,105,.2);color:#059669}._statusBadge_p6r1y_393._warning_p6r1y_408{background:#f59e0b14;border:1px solid rgba(245,158,11,.2);color:#f59e0b}._statusBadge_p6r1y_393._error_p6r1y_413{background:#dc262614;border:1px solid rgba(220,38,38,.2);color:#dc2626}._colResponseTime_p6r1y_419{display:flex;align-items:center}._responseTime_p6r1y_424{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e}@media(max-width:768px){._responseTime_p6r1y_424{font-size:12px}}._colIp_p6r1y_435{display:flex;align-items:center;min-width:0;max-width:200px}._ipAddressContainer_p6r1y_442{display:flex;align-items:center;gap:4px;width:100%;min-width:0;padding:4px 8px;border-radius:4px;transition:background .2s ease}._ipAddressContainer_p6r1y_442:hover{background:#57534e0d}._ipAddressContainer_p6r1y_442:hover ._copyIpButton_p6r1y_455{opacity:1}._ipAddress_p6r1y_442{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:12px;color:#57534e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;flex:1}@media(max-width:768px){._ipAddress_p6r1y_442{font-size:11px}}._copyIpButton_p6r1y_455{display:flex;align-items:center;justify-content:center;padding:4px;background:transparent;border:1px solid transparent;border-radius:4px;color:#57534e;cursor:pointer;transition:all .2s ease;flex-shrink:0;opacity:0}._copyIpButton_p6r1y_455:hover{background:#05966914;border-color:#05966933;color:#059669}._copyIpButton_p6r1y_455:active{transform:scale(.95)}._copyIpButton_p6r1y_455:has(svg:first-child){opacity:1;color:#10b981;border-color:#10b98133;background:#10b98114}@media(max-width:768px){._copyIpButton_p6r1y_455{opacity:1}}._colWebhookName_p6r1y_509{display:flex;align-items:center}._webhookNameText_p6r1y_514{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;color:#1c1917}@media(max-width:768px){._webhookNameText_p6r1y_514{font-size:12px}}._colEvent_p6r1y_526{display:flex;align-items:center}._eventBadge_p6r1y_531{display:inline-flex;align-items:center;padding:3px 8px;background:#05966914;border:1px solid rgba(5,150,105,.2);border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:500;color:#059669;white-space:nowrap}@media(max-width:768px){._eventBadge_p6r1y_531{font-size:10px;padding:2px 6px}}._colEventStatus_p6r1y_551{display:flex;align-items:center}._eventStatusBadge_p6r1y_556{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap}._eventStatusBadge_p6r1y_556._success_p6r1y_403{background:#05966914;border:1px solid rgba(5,150,105,.2);color:#059669}._eventStatusBadge_p6r1y_556._failed_p6r1y_574{background:#dc262614;border:1px solid rgba(220,38,38,.2);color:#dc2626}@media(max-width:768px){._eventStatusBadge_p6r1y_556{font-size:10px;padding:2px 6px}}._colResponseCode_p6r1y_586{display:flex;align-items:center}._responseCodeBadge_p6r1y_591{display:inline-flex;align-items:center;justify-content:center;padding:3px 8px;border-radius:4px;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:11px;font-weight:600;white-space:nowrap}._responseCodeBadge_p6r1y_591._success_p6r1y_403{background:#05966914;border:1px solid rgba(5,150,105,.2);color:#059669}._responseCodeBadge_p6r1y_591._warning_p6r1y_408{background:#f59e0b14;border:1px solid rgba(245,158,11,.2);color:#f59e0b}._responseCodeBadge_p6r1y_591._error_p6r1y_413{background:#dc262614;border:1px solid rgba(220,38,38,.2);color:#dc2626}@media(max-width:768px){._responseCodeBadge_p6r1y_591{font-size:10px;padding:2px 6px}}._colPayloadActions_p6r1y_624{display:flex;align-items:center;justify-content:flex-end}@media(max-width:810px){._colPayloadActions_p6r1y_624{justify-content:flex-start}}._actionButton_p6r1y_635{display:flex;align-items:center;justify-content:center;padding:6px;background:transparent;border:1px solid #E7E5E4;border-radius:4px;color:#57534e;cursor:pointer;transition:all .2s ease}._actionButton_p6r1y_635:hover{background:#0596690d;border-color:#059669;color:#059669}._statusFilters_p6r1y_653{display:flex;gap:8px;align-items:center}._statusFilterButton_p6r1y_659{padding:4px 8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;background:#fff;color:#57534e;border:1px solid #E7E5E4;border-radius:4px;cursor:pointer;transition:all .15s ease}._statusFilterButton_p6r1y_659:hover{border-color:#059669;color:#059669}._statusFilterButton_p6r1y_659._active_p6r1y_97{background:#059669;color:#fff;border-color:#059669}._statusFilterButton_p6r1y_659:active{transform:scale(.98)}@keyframes _skeletonPulse_p6r1y_1{0%{opacity:1}50%{opacity:.4}to{opacity:1}}._skeleton_p6r1y_695{background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:4px;animation:_skeletonPulse_p6r1y_1 1.5s ease-in-out infinite}._emptyState_p6r1y_702{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 20px;gap:10px;text-align:center;color:#57534e}._emptyText_p6r1y_713{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;color:#1c1917;margin:0}._emptySubtext_p6r1y_721{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0}._eventTypeFilters_p6r1y_728{display:flex;gap:8px;align-items:center;padding:16px 24px;background:#f5f5f4;border-radius:6px;margin-bottom:20px}@media(max-width:768px){._eventTypeFilters_p6r1y_728{flex-wrap:wrap;padding:8px 16px;gap:4px}}._filterLabel_p6r1y_745{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:600;color:#57534e;white-space:nowrap;margin-right:4px}@media(max-width:768px){._filterLabel_p6r1y_745{font-size:13px;width:100%;margin-right:0;margin-bottom:4px}}._colWebhookUrl_p6r1y_303{display:flex;align-items:center;min-width:0}._webhookUrl_p6r1y_768{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:12px;color:#57534e;background:#f5f5f4;padding:4px 8px;border-radius:4px;border:1px solid #E7E5E4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}@media(max-width:768px){._webhookUrl_p6r1y_768{font-size:11px}}._colAttempt_p6r1y_787{display:flex;align-items:center;justify-content:center}._attempt_p6r1y_793{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;color:#57534e}@media(max-width:768px){._attempt_p6r1y_793{font-size:12px}}._noResponse_p6r1y_805{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#e7e5e4}@keyframes _fadeIn_8qmll_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_8qmll_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._billingPage_8qmll_19{display:flex;flex-direction:column;gap:24px;width:100%}._pageHeader_8qmll_26{display:flex;align-items:center;justify-content:space-between;gap:20px}@media(max-width:768px){._pageHeader_8qmll_26{flex-direction:column;align-items:flex-start}}._pageTitleRow_8qmll_39{display:flex;align-items:center;gap:10px;flex-wrap:wrap}._pageTitle_8qmll_39{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:20px;font-weight:600;color:#1c1917;margin:0}@media(max-width:768px){._pageTitle_8qmll_39{font-size:18px}}._workspaceBadge_8qmll_59{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:#6366f114;border:1px solid rgba(99,102,241,.2);border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:500;color:#6366f1}._workspaceBadge_8qmll_59 svg{flex-shrink:0}._pageSubtitle_8qmll_76{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#57534e;margin:4px 0 0}@media(max-width:768px){._pageSubtitle_8qmll_76{font-size:13px}}._planUsageSection_8qmll_88{display:flex;flex-direction:column;gap:0;background:#fff;border-radius:8px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714}._planHeader_8qmll_98{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px;background:#f5f5f4;border-bottom:1px solid #E7E5E4}@media(max-width:768px){._planHeader_8qmll_98{flex-direction:column;align-items:flex-start;padding:16px}}._planInfo_8qmll_115{display:flex;align-items:center;gap:10px;flex-wrap:wrap}._planTitle_8qmll_122{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#57534e;text-transform:uppercase;letter-spacing:.5px;margin:0}._planBadge_8qmll_132{display:inline-flex;align-items:center;padding:3px 8px;border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}._planBadge_8qmll_132._free_8qmll_143{background:#57534e14;border:1px solid rgba(87,83,78,.2);color:#57534e}._planBadge_8qmll_132._pro_8qmll_148{background:#05966914;border:1px solid rgba(5,150,105,.2);color:#059669}._planBadge_8qmll_132._business_8qmll_153,._planBadge_8qmll_132._enterprise_8qmll_158{background:#6366f114;border:1px solid rgba(99,102,241,.2);color:#6366f1}._statusBadgeActive_8qmll_164{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;background:#05966914;border:1px solid rgba(5,150,105,.2);border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;color:#059669;text-transform:uppercase;letter-spacing:.3px}._upgradeButton_8qmll_180{display:flex;align-items:center;gap:8px;padding:4px 16px;background:#059669;color:#fff;border:none;border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease}._upgradeButton_8qmll_180:hover{background:#047857;box-shadow:0 2px 4px #05966926}._upgradeButton_8qmll_180:active{transform:scale(.98)}@media(max-width:768px){._upgradeButton_8qmll_180{width:100%;justify-content:center}}._manageButton_8qmll_209{padding:4px 16px;background:#fff;color:#57534e;border:1px solid #E7E5E4;border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease}._manageButton_8qmll_209:hover{border-color:#059669;color:#059669;background:#05966905}._manageButton_8qmll_209:active{transform:scale(.98)}@media(max-width:768px){._manageButton_8qmll_209{width:100%}}._planUsageGrid_8qmll_235{display:grid;grid-template-columns:repeat(4,1fr);gap:0}@media(max-width:810px){._planUsageGrid_8qmll_235{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._planUsageGrid_8qmll_235{grid-template-columns:1fr}}._planUsageItem_8qmll_251{display:flex;flex-direction:column;gap:8px;padding:20px;border-right:1px solid #E7E5E4}._planUsageItem_8qmll_251:last-child{border-right:none}@media(max-width:810px){._planUsageItem_8qmll_251{border-bottom:1px solid #E7E5E4}._planUsageItem_8qmll_251:nth-child(2n){border-right:none}._planUsageItem_8qmll_251:nth-last-child(-n+2){border-bottom:none}}@media(max-width:768px){._planUsageItem_8qmll_251{border-right:none;border-bottom:1px solid #E7E5E4}._planUsageItem_8qmll_251:last-child{border-bottom:none}}._planUsageLabel_8qmll_282{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:500;color:#57534e;text-transform:uppercase;letter-spacing:.3px}._planUsageValue_8qmll_291{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:24px;font-weight:600;color:#1c1917;line-height:1.2}._planUsagePeriod_8qmll_299,._planUsageLimit_8qmll_305{font-size:14px;font-weight:500;color:#57534e}._planUsageMetric_8qmll_311{display:flex;flex-direction:column;gap:8px}._progressBarSmall_8qmll_317{width:100%;height:4px;background:#57534e1a;border-radius:2px;overflow:hidden}._progressFillSmall_8qmll_325{height:100%;background:#059669;border-radius:2px;transition:width .3s ease}._paymentSection_8qmll_332{display:flex;flex-direction:column;gap:0;background:#fff;border-radius:8px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714}._paymentSection_8qmll_332 ._sectionHeader_8qmll_341{padding:16px 20px;background:#f5f5f4;border-bottom:1px solid #E7E5E4}._paymentSection_8qmll_332 ._paymentCard_8qmll_346{margin:20px}._sectionHeader_8qmll_341{display:flex;align-items:center;justify-content:space-between}@media(max-width:768px){._sectionHeader_8qmll_341{flex-direction:column;align-items:flex-start;gap:10px;padding:16px}}._sectionTitle_8qmll_364{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#57534e;text-transform:uppercase;letter-spacing:.5px;margin:0}@media(max-width:768px){._sectionTitle_8qmll_364{font-size:12px}}._updateButton_8qmll_379{padding:4px 8px;background:#fff;color:#57534e;border:1px solid #E7E5E4;border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:500;cursor:pointer;transition:all .15s ease}._updateButton_8qmll_379:hover{border-color:#059669;color:#059669;background:#05966905}._updateButton_8qmll_379:active{transform:scale(.98)}@media(max-width:768px){._updateButton_8qmll_379{width:100%}}._paymentCard_8qmll_346{display:flex;align-items:center;gap:16px;padding:20px;background:#57534e05;border-radius:6px;border:1px solid #E7E5E4}._cardIcon_8qmll_415{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#fff;border-radius:4px;color:#57534e;flex-shrink:0}._cardDetails_8qmll_427{display:flex;flex-direction:column;gap:4px;flex:1}._cardBrand_8qmll_434{display:flex;align-items:center;gap:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;color:#1c1917}._cardLast4_8qmll_444{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:13px;font-weight:500;color:#57534e}._cardExpiry_8qmll_451{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e}._invoicesSection_8qmll_457{display:flex;flex-direction:column;gap:0;background:#fff;border-radius:8px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714}._invoicesSection_8qmll_457 ._sectionHeader_8qmll_341{padding:16px 20px;background:#f5f5f4;border-bottom:1px solid #E7E5E4}._invoicesTable_8qmll_472{display:flex;flex-direction:column;gap:0}._tableHeader_8qmll_478{display:grid;grid-template-columns:1.5fr 1.5fr 1fr 1fr 1.2fr;gap:16px;padding:8px 24px;background:#57534e08;border-bottom:1px solid #E7E5E4;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;color:#57534e;text-transform:uppercase;letter-spacing:.5px;align-items:center}@media(max-width:810px){._tableHeader_8qmll_478{display:none}}._tableBody_8qmll_499{display:flex;flex-direction:column;gap:0}._tableRow_8qmll_505{display:grid;grid-template-columns:1.5fr 1.5fr 1fr 1fr 1.2fr;gap:16px;padding:16px 24px;border-bottom:1px solid #E7E5E4;transition:all .15s ease;align-items:center}._tableRow_8qmll_505:last-child{border-bottom:none}._tableRow_8qmll_505:hover{background:#05966905}@media(max-width:810px){._tableRow_8qmll_505{display:flex;flex-direction:column;gap:10px;padding:20px}}._colDate_8qmll_529,._colPlan_8qmll_530,._colAmount_8qmll_531,._colStatus_8qmll_532,._colActions_8qmll_533{display:flex;align-items:center}._date_8qmll_538{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e}._planName_8qmll_544{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;color:#1c1917}._amount_8qmll_551{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:13px;font-weight:600;color:#1c1917}._statusBadge_8qmll_164{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap}._statusBadge_8qmll_164._success_8qmll_571{background:#05966914;border:1px solid rgba(5,150,105,.2);color:#059669}._statusBadge_8qmll_164._warning_8qmll_576{background:#f59e0b14;border:1px solid rgba(245,158,11,.2);color:#f59e0b}._statusBadge_8qmll_164._error_8qmll_581{background:#dc262614;border:1px solid rgba(220,38,38,.2);color:#dc2626}._statusBadge_8qmll_164._refunded_8qmll_586{background:#57534e14;border:1px solid rgba(87,83,78,.2);color:#57534e}@keyframes _skeletonPulse_8qmll_1{0%{opacity:1}50%{opacity:.4}to{opacity:1}}._skeletonText_8qmll_603{height:16px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:4px;animation:_skeletonPulse_8qmll_1 1.5s ease-in-out infinite}._skeletonBadge_8qmll_611{width:70px;height:24px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:4px;animation:_skeletonPulse_8qmll_1 1.5s ease-in-out infinite}._skeletonButton_8qmll_620{width:100px;height:28px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:4px;animation:_skeletonPulse_8qmll_1 1.5s ease-in-out infinite}._downloadButton_8qmll_629{display:flex;align-items:center;gap:4px;padding:4px 8px;background:transparent;color:#57534e;border:1px solid #E7E5E4;border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:500;cursor:pointer;transition:all .15s ease}._downloadButton_8qmll_629:hover{background:#0596690d;border-color:#059669;color:#059669}._downloadButton_8qmll_629:active{transform:scale(.98)}._downloadButton_8qmll_629._loading_8qmll_652,._downloadButton_8qmll_629:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}._spinner_8qmll_658{animation:_spin_8qmll_658 1s linear infinite}@keyframes _spin_8qmll_658{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._noInvoice_8qmll_670{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;font-style:italic}._upgradeCta_8qmll_677{padding:32px;background:linear-gradient(135deg,#05966914,#05966905);border-radius:8px;border:2px solid rgba(5,150,105,.2)}._ctaContent_8qmll_684{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;max-width:600px;margin:0 auto}._ctaTitle_8qmll_694{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:20px;font-weight:600;color:#1c1917;margin:0}@media(max-width:768px){._ctaTitle_8qmll_694{font-size:18px}}._ctaSubtitle_8qmll_707{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0;max-width:500px}._ctaButton_8qmll_715{display:flex;align-items:center;gap:8px;padding:8px 24px;background:#059669;color:#fff;border:none;border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease}._ctaButton_8qmll_715:hover{background:#047857;transform:translateY(-2px);box-shadow:0 8px 20px #0596694d}._ctaButton_8qmll_715:active{transform:translateY(0)}@media(max-width:768px){._ctaButton_8qmll_715{width:100%;justify-content:center}}._emptyState_8qmll_745{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 20px;gap:10px;text-align:center;color:#57534e}._emptyText_8qmll_756{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;color:#1c1917;margin:0}._emptySubtext_8qmll_764{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0}@keyframes _fadeIn_1rjm3_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_1rjm3_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._settingsPage_1rjm3_19{display:flex;flex-direction:column;gap:24px;width:100%}._pageHeader_1rjm3_26{display:flex;align-items:center;justify-content:space-between;gap:20px}@media(max-width:768px){._pageHeader_1rjm3_26{flex-direction:column;align-items:flex-start}}._pageTitle_1rjm3_39{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:20px;font-weight:600;color:#1c1917;margin:0}@media(max-width:768px){._pageTitle_1rjm3_39{font-size:18px}}._pageSubtitle_1rjm3_52{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#57534e;margin:4px 0 0}@media(max-width:768px){._pageSubtitle_1rjm3_52{font-size:13px}}._settingsSection_1rjm3_64{display:flex;flex-direction:column;gap:0;background:#fff;border-radius:8px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714}._sectionHeader_1rjm3_74{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #E7E5E4;background:#f5f5f4}@media(max-width:768px){._sectionHeader_1rjm3_74{padding:16px}}._sectionTitleWrapper_1rjm3_88{display:flex;align-items:center;gap:8px;color:#059669}._sectionTitle_1rjm3_88{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#57534e;text-transform:uppercase;letter-spacing:.5px;margin:0}@media(max-width:768px){._sectionTitle_1rjm3_88{font-size:12px}}._sectionContent_1rjm3_110{display:flex;flex-direction:column;gap:0}._settingItem_1rjm3_116{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px;border-bottom:1px solid #E7E5E4;transition:all .15s ease}._settingItem_1rjm3_116:last-child{border-bottom:none}._settingItem_1rjm3_116:hover{background:#05966905}@media(max-width:768px){._settingItem_1rjm3_116{flex-direction:column;align-items:flex-start;gap:10px;padding:16px}}._settingInfo_1rjm3_140{flex:1;min-width:0}._settingTitle_1rjm3_145{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500;color:#1c1917;margin:0 0 4px}@media(max-width:768px){._settingTitle_1rjm3_145{font-size:13px}}._settingDescription_1rjm3_158{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0;line-height:1.5}@media(max-width:768px){._settingDescription_1rjm3_158{font-size:12px}}._toggle_1rjm3_171{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}._toggle_1rjm3_171 input{opacity:0;width:0;height:0}._toggle_1rjm3_171 input:checked+._toggleSlider_1rjm3_183{background:#059669}._toggle_1rjm3_171 input:checked+._toggleSlider_1rjm3_183:before{transform:translate(20px)}._toggle_1rjm3_171 input:focus+._toggleSlider_1rjm3_183{box-shadow:0 0 0 3px #0596691a}@media(max-width:768px){._toggle_1rjm3_171{align-self:flex-start}}._toggleSlider_1rjm3_183{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:#e7e5e4;transition:all .2s ease;border-radius:24px}._toggleSlider_1rjm3_183:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background:#fff;transition:all .2s ease;border-radius:50%;box-shadow:0 1px 3px #0000001a}._toggleSlider_1rjm3_183:hover{background:#cfcbc9}input:checked+._toggleSlider_1rjm3_183:hover{background:#047d58}._comingSoon_1rjm3_228{display:inline-flex;align-items:center;padding:3px 8px;background:#57534e14;border:1px solid rgba(87,83,78,.2);border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;color:#57534e;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap}@media(max-width:768px){._comingSoon_1rjm3_228{font-size:10px;padding:2px 6px}}@keyframes _skeletonPulse_1rjm3_1{0%{opacity:1}50%{opacity:.4}to{opacity:1}}._skeletonTitle_1rjm3_261{height:16px;width:160px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:4px;animation:_skeletonPulse_1rjm3_1 1.5s ease-in-out infinite;margin-bottom:4px}@media(max-width:768px){._skeletonTitle_1rjm3_261{width:120px;height:14px}}._skeletonDescription_1rjm3_277{height:14px;width:100%;max-width:350px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:4px;animation:_skeletonPulse_1rjm3_1 1.5s ease-in-out infinite;animation-delay:.1s}@media(max-width:768px){._skeletonDescription_1rjm3_277{max-width:100%;height:12px}}._skeletonToggle_1rjm3_294{width:44px;height:24px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:24px;animation:_skeletonPulse_1rjm3_1 1.5s ease-in-out infinite;animation-delay:.2s;flex-shrink:0}@media(max-width:768px){._skeletonToggle_1rjm3_294{align-self:flex-start}}@keyframes _fadeInUp_1whkd_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._modalOverlay_1whkd_19{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#1c191780;display:flex;align-items:center;justify-content:center;z-index:1400;animation:_fadeIn_1whkd_1 .2s ease;padding:20px}@keyframes _fadeIn_1whkd_1{0%{opacity:0}to{opacity:1}}._modalCard_1whkd_42{display:flex;flex-direction:column;align-items:flex-start;background-color:#fff;border-radius:8px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714;width:100%;max-width:440px;position:relative;animation:_slideUp_1whkd_1 .2s ease;max-height:90vh;overflow-y:auto}@media(max-width:768px){._modalCard_1whkd_42{max-width:100%}}@keyframes _slideUp_1whkd_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}._modalHeader_1whkd_73{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:8px 8px 8px 20px;border-bottom:1px solid #E7E5E4}@media(max-width:768px){._modalHeader_1whkd_73{padding:4px 4px 4px 16px}}._modalTitle_1whkd_88{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;color:#1c1917;margin:0}@media(max-width:768px){._modalTitle_1whkd_88{font-size:15px}}._closeButton_1whkd_101{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;background-color:transparent;border:none;border-radius:4px;color:#57534e;cursor:pointer;transition:all .15s ease}._closeButton_1whkd_101:hover{background-color:#1c19170d;color:#1c1917}._closeButton_1whkd_101:active{transform:scale(.95)}._modalBody_1whkd_123{display:flex;flex-direction:column;gap:16px;width:100%;padding:20px 20px 0}@media(max-width:768px){._modalBody_1whkd_123{padding:16px 16px 0;gap:10px}}._modalText_1whkd_137{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0;line-height:1.6}@media(max-width:768px){._modalText_1whkd_137{font-size:12px}}._formGroup_1whkd_150{display:flex;flex-direction:column;gap:4px;width:100%}._label_1whkd_157{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:500;color:#57534e;margin:0}._input_1whkd_165,._select_1whkd_166{width:100%;padding:8px 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#1c1917;background:#fff;border:1px solid #E7E5E4;border-radius:4px;transition:all .15s ease}._input_1whkd_165::placeholder,._select_1whkd_166::placeholder{color:#57534e;opacity:.6}._input_1whkd_165:hover,._select_1whkd_166:hover{border-color:#05966966}._input_1whkd_165:focus,._select_1whkd_166:focus{outline:none;border-color:#059669;box-shadow:0 0 0 2px #05966914}._input_1whkd_165:disabled,._select_1whkd_166:disabled{opacity:.6;cursor:not-allowed;background:#f5f5f4}._select_1whkd_166{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23A3998F' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px}._roleDescription_1whkd_208{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;color:#57534e;margin:0;line-height:1.5}._errorMessage_1whkd_216{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#dc2626;margin:0;padding:4px 8px;background-color:#dc262614;border-radius:4px;border:1px solid rgba(220,38,38,.2);line-height:1.5}._modalActions_1whkd_228{display:flex;justify-content:flex-end;align-items:center;gap:8px;width:calc(100% + 40px);margin:20px -20px 0;padding:16px 20px;border-top:1px solid #E7E5E4}@media(max-width:768px){._modalActions_1whkd_228{width:calc(100% + 32px);margin:16px -16px 0;padding:8px 16px;flex-direction:column-reverse;gap:4px}}._cancelButton_1whkd_248{display:flex;align-items:center;justify-content:center;gap:4px;padding:4px 20px;background:#fff;color:#1c1917;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;border:1px solid #E7E5E4;border-radius:4px;cursor:pointer;transition:all .15s ease}@media(max-width:768px){._cancelButton_1whkd_248{width:100%}}._cancelButton_1whkd_248:hover{background:#f5f5f4;border-color:#57534e}._cancelButton_1whkd_248:active{transform:scale(.98)}._cancelButton_1whkd_248:disabled{opacity:.5;cursor:not-allowed}._confirmButton_1whkd_281{display:flex;align-items:center;justify-content:center;gap:4px;padding:4px 20px;background:#059669;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;border:none;border-radius:4px;cursor:pointer;transition:all .15s ease}@media(max-width:768px){._confirmButton_1whkd_281{width:100%}}._confirmButton_1whkd_281:hover{background:#047857}._confirmButton_1whkd_281:active{transform:scale(.98)}._confirmButton_1whkd_281:disabled{opacity:.5;cursor:not-allowed}@keyframes _fadeIn_1h13i_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_1h13i_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._teamPage_1h13i_19{display:flex;flex-direction:column;gap:24px;width:100%}._pageHeader_1h13i_26{display:flex;align-items:center;justify-content:space-between;gap:20px}@media(max-width:768px){._pageHeader_1h13i_26{flex-direction:column;align-items:flex-start}}._pageTitle_1h13i_39{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:20px;font-weight:600;color:#1c1917;margin:0}@media(max-width:768px){._pageTitle_1h13i_39{font-size:18px}}._pageSubtitle_1h13i_52{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#57534e;margin:4px 0 0}@media(max-width:768px){._pageSubtitle_1h13i_52{font-size:13px}}._inviteButton_1h13i_64{display:flex;align-items:center;gap:8px;padding:4px 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;background:#059669;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:all .15s ease}._inviteButton_1h13i_64:hover{background:#047857;box-shadow:0 2px 4px #05966926}._inviteButton_1h13i_64:active{transform:scale(.98)}@media(max-width:768px){._inviteButton_1h13i_64{width:100%;justify-content:center}}._membersSection_1h13i_93,._invitationsSection_1h13i_94{display:flex;flex-direction:column;gap:0;background:#fff;border-radius:8px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714}._sectionHeader_1h13i_104{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #E7E5E4;background:#f5f5f4}@media(max-width:768px){._sectionHeader_1h13i_104{padding:16px;flex-direction:column;align-items:flex-start;gap:8px}}._sectionTitle_1h13i_121{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#57534e;margin:0;text-transform:uppercase;letter-spacing:.5px}._stats_1h13i_131{display:flex;align-items:center;gap:10px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e}._statItem_1h13i_140{display:flex;align-items:center;gap:4px}._statValue_1h13i_146{font-weight:600;color:#1c1917}._membersTable_1h13i_151,._invitationsTable_1h13i_152{display:flex;flex-direction:column;gap:0;overflow-x:auto}@media(max-width:810px){._membersTable_1h13i_151,._invitationsTable_1h13i_152{overflow-x:visible}}._tableHeader_1h13i_165{display:grid;grid-template-columns:2fr 100px 100px 120px 60px;gap:16px;padding:8px 24px;background:#57534e08;border-bottom:1px solid #E7E5E4;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;color:#57534e;text-transform:uppercase;letter-spacing:.5px;align-items:center}@media(max-width:810px){._tableHeader_1h13i_165{display:none}}._invitationsTable_1h13i_152 ._tableHeader_1h13i_165{grid-template-columns:2fr 100px 120px 140px 60px}._tableBody_1h13i_190{display:flex;flex-direction:column;gap:0}@media(max-width:810px){._tableBody_1h13i_190{gap:10px;padding:20px}}._tableRow_1h13i_202{display:grid;grid-template-columns:2fr 100px 100px 120px 60px;gap:16px;align-items:center;padding:16px 24px;border-bottom:1px solid #E7E5E4;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;transition:all .15s ease}._tableRow_1h13i_202:hover{background:#05966905}._tableRow_1h13i_202:last-child{border-bottom:none}@media(max-width:810px){._tableRow_1h13i_202{display:flex;flex-direction:column;align-items:flex-start;gap:10px;background:#f5f5f4;border:1px solid #E7E5E4;border-radius:6px;padding:20px}._tableRow_1h13i_202:hover{border-color:#059669;box-shadow:0 2px 8px #05966914}}._invitationsTable_1h13i_152 ._tableRow_1h13i_202{grid-template-columns:2fr 100px 120px 140px 60px}._colMember_1h13i_240{display:flex;align-items:center;gap:10px}@media(max-width:810px){._colMember_1h13i_240{width:100%}}._memberAvatar_1h13i_251{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#fff;flex-shrink:0}._memberInfo_1h13i_265{display:flex;flex-direction:column;gap:2px}._memberName_1h13i_271{font-size:14px;font-weight:500;color:#1c1917}._memberEmail_1h13i_277{font-size:12px;color:#57534e}._colEmail_1h13i_282{display:flex;align-items:center;gap:10px}@media(max-width:810px){._colEmail_1h13i_282{width:100%}}._emailIcon_1h13i_293{width:18px;height:18px;color:#57534e;flex-shrink:0}._emailText_1h13i_300{font-size:14px;color:#1c1917}._roleBadge_1h13i_305{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}._roleBadge_1h13i_305._owner_1h13i_317{background:#05966914;border:1px solid rgba(5,150,105,.2);color:#059669}._roleBadge_1h13i_305._admin_1h13i_322{background:#6366f114;border:1px solid rgba(99,102,241,.2);color:#6366f1}._roleBadge_1h13i_305._member_1h13i_93{background:#57534e14;border:1px solid rgba(87,83,78,.2);color:#57534e}._statusBadge_1h13i_333{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}._statusBadge_1h13i_333._active_1h13i_345{background:#05966914;border:1px solid rgba(5,150,105,.2);color:#059669}._statusBadge_1h13i_333._inactive_1h13i_350{background:#57534e14;border:1px solid rgba(87,83,78,.2);color:#57534e}@media(max-width:810px){._colRole_1h13i_357,._colStatus_1h13i_358{width:100%}}._tableBody_1h13i_190 ._colJoined_1h13i_363,._tableBody_1h13i_190 ._colInvited_1h13i_364{font-size:13px;color:#57534e}@media(max-width:810px){._colJoined_1h13i_363{display:flex;gap:4px}._colJoined_1h13i_363:before{content:"Joined:";font-weight:600;color:#1c1917}}@media(max-width:810px){._colInvited_1h13i_364{display:flex;gap:4px}._colInvited_1h13i_364:before{content:"Invited:";font-weight:600;color:#1c1917}}@media(max-width:810px){._colExpires_1h13i_394{display:flex;gap:4px}._colExpires_1h13i_394:before{content:"Expires:";font-weight:600;color:#1c1917}}._expiresText_1h13i_405{font-size:12px;color:#f59e0b}._colActions_1h13i_410{display:flex;align-items:center;justify-content:flex-end}@media(max-width:810px){._colActions_1h13i_410{justify-content:flex-start}}._dropdownContainer_1h13i_421{position:relative}._actionButton_1h13i_425{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:1px solid #E7E5E4;border-radius:4px;color:#57534e;cursor:pointer;transition:all .15s ease}._actionButton_1h13i_425:hover{background:#0596690d;border-color:#059669;color:#059669}._actionButton_1h13i_425:active{transform:scale(.98)}._dropdown_1h13i_421{position:absolute;top:100%;right:0;margin-top:4px;background:#fff;border:1px solid #E7E5E4;border-radius:4px;box-shadow:0 4px 16px #1c19171f;min-width:150px;z-index:100;overflow:hidden}._dropdownItem_1h13i_461{display:flex;align-items:center;gap:8px;width:100%;padding:8px 16px;background:transparent;border:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#1c1917;cursor:pointer;transition:all .15s ease;text-align:left}._dropdownItem_1h13i_461:hover{background:#f5f5f4}._dropdownItem_1h13i_461._danger_1h13i_479{color:#dc2626}._dropdownItem_1h13i_461._danger_1h13i_479:hover{background:#dc26260d}._emptyState_1h13i_486{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;gap:10px;background:#fff;border-radius:8px;border:1px solid #E7E5E4}._emptyIcon_1h13i_498{width:48px;height:48px;color:#57534e;opacity:.3}._emptyTitle_1h13i_505{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:600;color:#1c1917;margin:0}._emptySubtitle_1h13i_513{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0;text-align:center;max-width:280px;line-height:1.4}@keyframes _skeletonPulse_1h13i_1{0%{opacity:1}50%{opacity:.4}to{opacity:1}}._skeletonAvatar_1h13i_534{width:36px;height:36px;border-radius:50%;background:#e7e5e4;animation:_skeletonPulse_1h13i_1 1.5s ease-in-out infinite}._skeletonName_1h13i_542{width:140px;height:14px;background:#e7e5e4;border-radius:4px;animation:_skeletonPulse_1h13i_1 1.5s ease-in-out infinite}._skeletonEmail_1h13i_550{width:80px;height:12px;background:#e7e5e4;border-radius:4px;animation:_skeletonPulse_1h13i_1 1.5s ease-in-out infinite;animation-delay:.1s}._skeletonBadge_1h13i_559{width:60px;height:22px;background:#e7e5e4;border-radius:4px;animation:_skeletonPulse_1h13i_1 1.5s ease-in-out infinite}._skeletonText_1h13i_567{width:80px;height:14px;background:#e7e5e4;border-radius:4px;animation:_skeletonPulse_1h13i_1 1.5s ease-in-out infinite}._skeletonActions_1h13i_575{width:32px;height:32px;background:#e7e5e4;border-radius:4px;animation:_skeletonPulse_1h13i_1 1.5s ease-in-out infinite}@keyframes _fadeInUp_1eojs_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._modalOverlay_1eojs_19{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#1c191780;display:flex;align-items:center;justify-content:center;z-index:1400;animation:_fadeIn_1eojs_1 .2s ease;padding:20px}@keyframes _fadeIn_1eojs_1{0%{opacity:0}to{opacity:1}}._modalCard_1eojs_42{display:flex;flex-direction:column;align-items:flex-start;background-color:#fff;border-radius:8px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714;width:100%;max-width:440px;position:relative;animation:_slideUp_1eojs_1 .2s ease}@media(max-width:768px){._modalCard_1eojs_42{max-width:100%}}@keyframes _slideUp_1eojs_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}._modalHeader_1eojs_71{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:8px 8px 8px 20px;border-bottom:1px solid #E7E5E4}@media(max-width:768px){._modalHeader_1eojs_71{padding:4px 4px 4px 16px}}._modalTitle_1eojs_86{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;color:#1c1917;margin:0}@media(max-width:768px){._modalTitle_1eojs_86{font-size:15px}}._closeButton_1eojs_99{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;background-color:transparent;border:none;border-radius:4px;color:#57534e;cursor:pointer;transition:all .15s ease}._closeButton_1eojs_99:hover{background-color:#1c19170d;color:#1c1917}._closeButton_1eojs_99:active{transform:scale(.95)}._modalBody_1eojs_121{display:flex;flex-direction:column;gap:16px;width:100%;padding:20px 20px 0}@media(max-width:768px){._modalBody_1eojs_121{padding:16px 16px 0;gap:10px}}._modalText_1eojs_135{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0;line-height:1.6}@media(max-width:768px){._modalText_1eojs_135{font-size:12px}}._formGroup_1eojs_148{display:flex;flex-direction:column;gap:4px;width:100%}._label_1eojs_155{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:500;color:#57534e;margin:0}._input_1eojs_163{width:100%;padding:8px 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#1c1917;background:#fff;border:1px solid #E7E5E4;border-radius:4px;transition:all .15s ease}._input_1eojs_163::placeholder{color:#57534e;opacity:.6}._input_1eojs_163:hover{border-color:#05966966}._input_1eojs_163:focus{outline:none;border-color:#059669;box-shadow:0 0 0 2px #05966914}._input_1eojs_163:disabled{opacity:.6;cursor:not-allowed;background:#f5f5f4}._errorMessage_1eojs_192{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#dc2626;margin:0;padding:4px 8px;background-color:#dc262614;border-radius:4px;border:1px solid rgba(220,38,38,.2);line-height:1.5}._modalActions_1eojs_204{display:flex;justify-content:flex-end;align-items:center;gap:8px;width:calc(100% + 40px);margin:20px -20px 0;padding:16px 20px;border-top:1px solid #E7E5E4}@media(max-width:768px){._modalActions_1eojs_204{width:calc(100% + 32px);margin:16px -16px 0;padding:8px 16px;flex-direction:column-reverse;gap:4px}}._cancelButton_1eojs_224{display:flex;align-items:center;justify-content:center;gap:4px;padding:4px 20px;background:#fff;color:#1c1917;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;border:1px solid #E7E5E4;border-radius:4px;cursor:pointer;transition:all .15s ease}@media(max-width:768px){._cancelButton_1eojs_224{width:100%}}._cancelButton_1eojs_224:hover{background:#f5f5f4;border-color:#57534e}._cancelButton_1eojs_224:active{transform:scale(.98)}._cancelButton_1eojs_224:disabled{opacity:.5;cursor:not-allowed}._confirmButton_1eojs_257{display:flex;align-items:center;justify-content:center;gap:4px;padding:4px 20px;background:#059669;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;border:none;border-radius:4px;cursor:pointer;transition:all .15s ease}@media(max-width:768px){._confirmButton_1eojs_257{width:100%}}._confirmButton_1eojs_257:hover{background:#047857}._confirmButton_1eojs_257:active{transform:scale(.98)}._confirmButton_1eojs_257:disabled{opacity:.5;cursor:not-allowed}@keyframes _fadeIn_ej5ab_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_ej5ab_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._workspaceSettingsPage_ej5ab_19{display:flex;flex-direction:column;gap:24px;width:100%}._pageHeader_ej5ab_26{display:flex;align-items:center;justify-content:space-between;gap:20px}@media(max-width:768px){._pageHeader_ej5ab_26{flex-direction:column;align-items:flex-start}}._pageTitle_ej5ab_39{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:20px;font-weight:600;color:#1c1917;margin:0}@media(max-width:768px){._pageTitle_ej5ab_39{font-size:18px}}._pageSubtitle_ej5ab_52{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#57534e;margin:4px 0 0}@media(max-width:768px){._pageSubtitle_ej5ab_52{font-size:13px}}._settingsSection_ej5ab_64{display:flex;flex-direction:column;gap:0;background:#fff;border-radius:8px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714}._sectionHeader_ej5ab_74{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #E7E5E4;background:#f5f5f4}@media(max-width:768px){._sectionHeader_ej5ab_74{padding:16px}}._sectionTitleWrapper_ej5ab_88{display:flex;align-items:center;gap:8px;color:#57534e}._sectionTitle_ej5ab_88{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#57534e;margin:0;text-transform:uppercase;letter-spacing:.5px}._sectionContent_ej5ab_105{display:flex;flex-direction:column;gap:0}._settingItem_ej5ab_111{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:24px 20px;border-bottom:1px solid #E7E5E4}._settingItem_ej5ab_111:last-child{border-bottom:none}@media(max-width:810px){._settingItem_ej5ab_111{flex-direction:column;gap:16px}}@media(max-width:768px){._settingItem_ej5ab_111{padding:20px}}._settingInfo_ej5ab_134{flex:1;max-width:400px}@media(max-width:810px){._settingInfo_ej5ab_134{max-width:100%}}._settingTitle_ej5ab_144{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;color:#1c1917;margin:0}._settingDescription_ej5ab_152{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:4px 0 0;line-height:1.5}._settingControl_ej5ab_160{display:flex;flex-direction:column;gap:8px;flex-shrink:0}@media(max-width:810px){._settingControl_ej5ab_160{width:100%}}._valueWithAction_ej5ab_172{display:flex;align-items:center;gap:10px}@media(max-width:768px){._valueWithAction_ej5ab_172{flex-direction:column;align-items:flex-start;gap:8px}}._valueText_ej5ab_185{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#1c1917;font-weight:500}._editButton_ej5ab_192{display:flex;align-items:center;gap:4px;padding:4px 8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:600;background:#fff;color:#57534e;border:1px solid #E7E5E4;border-radius:4px;cursor:pointer;transition:all .15s ease}._editButton_ej5ab_192:hover{background:#f5f5f4;border-color:#059669;color:#059669}._editButton_ej5ab_192:active{transform:scale(.98)}._permissionHint_ej5ab_216{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;margin:0;font-style:italic}._codeValue_ej5ab_224{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:13px;color:#57534e;background:#f5f5f4;padding:8px 16px;border-radius:4px;border:1px solid #E7E5E4;display:inline-block;word-break:break-all}@media(max-width:810px){._codeValue_ej5ab_224{width:100%;display:block}}._toggle_ej5ab_242{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}._toggle_ej5ab_242 input{opacity:0;width:0;height:0}._toggle_ej5ab_242 input:checked+._toggleSlider_ej5ab_254{background:#059669}._toggle_ej5ab_242 input:checked+._toggleSlider_ej5ab_254:before{transform:translate(20px)}._toggle_ej5ab_242 input:focus+._toggleSlider_ej5ab_254{box-shadow:0 0 0 3px #0596691a}@media(max-width:768px){._toggle_ej5ab_242{align-self:flex-start}}._toggleSlider_ej5ab_254{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:#e7e5e4;transition:all .2s ease;border-radius:24px}._toggleSlider_ej5ab_254:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background:#fff;transition:all .2s ease;border-radius:50%;box-shadow:0 1px 3px #0000001a}._toggleSlider_ej5ab_254:hover{background:#cfcbc9}input:checked+._toggleSlider_ej5ab_254:hover{background:#047d58}._settingItemExpandable_ej5ab_299{flex-direction:column;align-items:stretch;gap:0}._settingRow_ej5ab_305{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;width:100%}@media(max-width:810px){._settingRow_ej5ab_305{flex-direction:column;gap:16px}}._settingSubConfig_ej5ab_319{display:flex;align-items:center;gap:10px;margin-top:20px;padding-top:20px;border-top:1px dashed #E7E5E4}@media(max-width:768px){._settingSubConfig_ej5ab_319{flex-direction:column;align-items:flex-start;gap:8px}}._subConfigLabel_ej5ab_335{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e}._thresholdInputGroup_ej5ab_341{display:flex;align-items:center;background:#f5f5f4;border:1px solid #E7E5E4;border-radius:4px;overflow:hidden;transition:all .15s ease}._thresholdInputGroup_ej5ab_341:hover{border-color:#05966966}._thresholdInputGroup_ej5ab_341:focus-within{border-color:#059669;box-shadow:0 0 0 2px #05966914}._thresholdValue_ej5ab_358{width:50px;padding:4px 8px;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:14px;font-weight:600;color:#1c1917;background:#fff;border:none;text-align:center}._thresholdValue_ej5ab_358:focus{outline:none}._thresholdValue_ej5ab_358{-moz-appearance:textfield}._thresholdValue_ej5ab_358::-webkit-outer-spin-button,._thresholdValue_ej5ab_358::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._thresholdUnit_ej5ab_380{padding:4px 8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;color:#57534e;background:#f5f5f4}@keyframes _fadeIn_dkcrr_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_dkcrr_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._logoWrapper_dkcrr_19{display:flex;align-items:flex-start;justify-content:flex-start;align-items:center;cursor:pointer;transition:all .3s ease}._logoWrapper_dkcrr_19:hover{opacity:.8}._logoWrapper_dkcrr_19:active{transform:scale(.98)}._logoSvg_dkcrr_34{flex:none;height:36px;width:57px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}._logoSvg_dkcrr_34 img{height:100%;width:100%;object-fit:contain}._logoText_dkcrr_49 p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:22px;font-weight:700;line-height:120%;color:#1c1917;margin:0;letter-spacing:-.02em}@keyframes _fadeIn_1tqjd_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_1tqjd_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._sidebar_1tqjd_19{position:fixed;top:0;left:0;width:280px;height:100vh;background-color:#fafaf9;border-right:1px solid #E7E5E4;padding:40px 32px;z-index:1000;overflow-y:auto;display:flex;flex-direction:column;gap:24px}@media(max-width:810px){._sidebar_1tqjd_19{width:240px;padding:32px 20px}}@media(max-width:768px){._sidebar_1tqjd_19{position:fixed;bottom:0;top:auto;left:0;right:0;width:100%;height:64px;border-right:none;border-top:1px solid #E7E5E4;padding:8px 12px;z-index:1000;flex-direction:row;align-items:center;justify-content:space-between;gap:0;overflow-y:visible;overflow-x:auto;-webkit-overflow-scrolling:touch;transform:translateZ(0);-webkit-transform:translateZ(0);will-change:transform;backface-visibility:hidden;-webkit-backface-visibility:hidden}}._logoWrapper_1tqjd_68{width:100%;padding:8px 0 24px;border-bottom:1px solid #E7E5E4;margin-bottom:20px;cursor:pointer}@media(max-width:768px){._logoWrapper_1tqjd_68{display:none}}._logoWrapper_1tqjd_68 ._logoSvg_1tqjd_81{height:24px;width:38px}._logoWrapper_1tqjd_68 ._logoText_1tqjd_85 p{font-size:19px}._divider_1tqjd_89{width:100%;height:1px;background-color:#e7e5e4;margin-top:auto;margin-bottom:24px}@media(max-width:768px){._divider_1tqjd_89{display:none}}._userInfo_1tqjd_102{display:flex;align-items:flex-start;justify-content:flex-start;align-items:center;gap:8px;width:100%;background:none;border:none;cursor:pointer;padding:16px 8px;border-radius:6px;transition:all .3s ease}._userInfo_1tqjd_102:hover{background-color:#f5f5f4}._userInfo_1tqjd_102:active{transform:scale(.98)}@media(max-width:768px){._userInfo_1tqjd_102{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px;margin-left:8px;min-width:48px;width:48px;height:48px;flex:0 0 auto;border-radius:8px}._userInfo_1tqjd_102:hover{background-color:#f5f5f4}._userInfo_1tqjd_102:active{transform:scale(.95)}}._userAvatar_1tqjd_144{flex:none;height:40px;width:40px;position:relative}@media(max-width:768px){._userAvatar_1tqjd_144{height:32px;width:32px}}._avatarCircle_1tqjd_157{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:50%;background-color:#8b7355;border:1px solid #1C1917;box-shadow:1px 1px 0 1px #1c1917;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;font-weight:700;color:#fafaf9;transition:all .3s ease;cursor:pointer}._avatarCircle_1tqjd_157:hover{transform:translate(-1px,-1px);box-shadow:2px 2px 0 2px #1c1917;filter:brightness(1.1)}@media(max-width:768px){._avatarCircle_1tqjd_157{font-size:14px}}._userName_1tqjd_185{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:2px;flex:1;min-width:0}@media(max-width:768px){._userName_1tqjd_185{display:none}}._userName_1tqjd_185 ._name_1tqjd_199{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:500;line-height:120%;color:#1c1917;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;text-align:left}._navigation_1tqjd_213{display:flex;flex-direction:column;gap:8px;width:100%}@media(max-width:768px){._navigation_1tqjd_213{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:0;flex:1;width:auto;margin:0}}._navItem_1tqjd_232{display:flex;align-items:flex-start;justify-content:flex-start;align-items:center;gap:10px;padding:16px 20px;width:100%;background-color:transparent;color:#1c1917;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:500;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;white-space:nowrap}._navItem_1tqjd_232 svg{flex-shrink:0;transition:transform .3s ease}._navItem_1tqjd_232 span{flex:1;text-align:left}@media(max-width:768px){._navItem_1tqjd_232 span{display:none}}._navItem_1tqjd_232:hover{background-color:#f5f5f4}._navItem_1tqjd_232:hover svg{transform:translate(2px)}._navItem_1tqjd_232:active{transform:scale(.98)}._navItem_1tqjd_232._active_1tqjd_273{background-color:#059669;color:#fafaf9;font-weight:600}._navItem_1tqjd_232._active_1tqjd_273 svg{transform:translate(4px)}@media(max-width:768px){._navItem_1tqjd_232{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:10px 12px;gap:0;flex:1 1 0;min-width:0;width:auto;height:48px;border-radius:8px;background-color:transparent}._navItem_1tqjd_232 svg{width:20px;height:20px;margin-bottom:0}._navItem_1tqjd_232 span{display:none}._navItem_1tqjd_232:hover{background-color:#f5f5f4}._navItem_1tqjd_232:hover svg{transform:none}._navItem_1tqjd_232._active_1tqjd_273{background-color:#059669;color:#fafaf9}._navItem_1tqjd_232._active_1tqjd_273 svg{transform:none}}._premiumButton_1tqjd_319{margin-top:16px;border:1px solid #059669;background-color:#ff8a000d;color:#059669}._premiumButton_1tqjd_319:hover{background-color:#059669;color:#fafaf9}._premiumButton_1tqjd_319:hover svg{transform:translate(2px) rotate(10deg)}._premiumButton_1tqjd_319._active_1tqjd_273{background-color:#059669;color:#fafaf9;border-color:#059669}@media(max-width:768px){._premiumButton_1tqjd_319{margin-top:0;padding:10px 12px;flex:1 1 0;height:48px;border:none;border-radius:8px;background-color:transparent;color:#059669}._premiumButton_1tqjd_319 svg{width:20px;height:20px}._premiumButton_1tqjd_319:hover{background-color:#f5f5f4;color:#059669}._premiumButton_1tqjd_319:hover svg{transform:none}._premiumButton_1tqjd_319._active_1tqjd_273{background-color:#059669;color:#fafaf9}}._premiumActive_1tqjd_365{margin-top:16px;background-color:#059669;color:#fafaf9;border:1px solid #059669;font-weight:600}._premiumActive_1tqjd_365:hover{background-color:#047d58;color:#fafaf9}._premiumActive_1tqjd_365:hover svg{transform:translate(2px)}._premiumActive_1tqjd_365._active_1tqjd_273{background-color:#036546;color:#fafaf9;border-color:#036546}@media(max-width:768px){._premiumActive_1tqjd_365{margin-top:0;padding:10px 12px;flex:1 1 0;height:48px;border-radius:8px;background-color:#059669;color:#fafaf9}._premiumActive_1tqjd_365 svg{width:20px;height:20px}._premiumActive_1tqjd_365:hover{background-color:#059669}._premiumActive_1tqjd_365:hover svg{transform:none}._premiumActive_1tqjd_365._active_1tqjd_273{background-color:#036546}}@keyframes _fadeIn_1o5s8_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_1o5s8_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._premiumWrapper_1o5s8_19{display:flex;flex-direction:column;min-height:100vh;background-color:#fafaf9}._premiumSection_1o5s8_26{padding:60px 40px 0;width:100%}@media(max-width:810px){._premiumSection_1o5s8_26{padding:50px 32px 0}}@media(max-width:768px){._premiumSection_1o5s8_26{padding:40px 20px 0}}._premiumSection_1o5s8_26{background-color:#fafaf9;flex:1;width:100%;padding:40px 64px 40px 344px}@media(max-width:810px){._premiumSection_1o5s8_26{padding:40px 48px 40px 288px}}@media(max-width:768px){._premiumSection_1o5s8_26{padding:32px 20px 100px}}._container_1o5s8_60{display:flex;flex-direction:column;gap:32px;width:100%;max-width:1000px;margin:0 auto}@media(max-width:768px){._container_1o5s8_60{gap:24px}}._header_1o5s8_74{display:flex;flex-direction:column;gap:4px;width:100%}._title_1o5s8_81{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:32px;font-weight:700;line-height:110%;color:#1c1917;margin:0}@media(max-width:810px){._title_1o5s8_81{font-size:28px}}@media(max-width:768px){._title_1o5s8_81{font-size:24px}}._subtitle_1o5s8_100{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;font-weight:400;line-height:160%;letter-spacing:0em;color:#1c1917;margin:0}@media(max-width:810px){._subtitle_1o5s8_100{font-size:17px}}._subtitle_1o5s8_100{font-size:17px;color:#57534e;margin:0}._content_1o5s8_120{display:flex;flex-direction:column;gap:32px;width:100%}@media(max-width:768px){._content_1o5s8_120{gap:24px}}._errorBanner_1o5s8_132{display:flex;align-items:center;justify-content:center;padding:16px 20px;background:linear-gradient(135deg,#d2691e1a,#d2691e0d);border:1px solid rgba(210,105,30,.3);border-radius:8px;color:#d2691e;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:500}@media(max-width:768px){._errorBanner_1o5s8_132{font-size:14px;padding:8px 16px}}._promoBanner_1o5s8_152{display:flex;align-items:center;gap:10px;padding:16px 20px;background:linear-gradient(135deg,#6b7f391a,#6b7f390d);border:1px solid rgba(107,127,57,.3);border-radius:8px;color:#6b7f39;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:500}._promoBanner_1o5s8_152 svg{flex-shrink:0}._promoBanner_1o5s8_152 strong{font-weight:700;color:#5a6b2f}._promoBanner_1o5s8_152 ._discountAmount_1o5s8_172{margin-left:4px;font-weight:700;color:#d2691e}@media(max-width:768px){._promoBanner_1o5s8_152{font-size:14px;padding:8px 16px;gap:8px}._promoBanner_1o5s8_152 svg{width:18px;height:18px}}._plansSection_1o5s8_189{display:flex;flex-direction:column;gap:20px;width:100%}@media(max-width:768px){._plansSection_1o5s8_189{gap:16px}}._featuresSection_1o5s8_201{display:flex;flex-direction:column;gap:20px;width:100%;padding-top:32px;border-top:1px solid #E7E5E4}@media(max-width:768px){._featuresSection_1o5s8_201{padding-top:24px;gap:16px}}._sectionTitle_1o5s8_216{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:22px;font-weight:600;color:#1c1917;margin:0}@media(max-width:768px){._sectionTitle_1o5s8_216{font-size:19px}}._plansGrid_1o5s8_229{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;width:100%}@media(max-width:768px){._plansGrid_1o5s8_229{grid-template-columns:1fr;gap:16px}}._planCard_1o5s8_242{display:flex;flex-direction:column;justify-content:space-between;gap:16px;border:1px solid #1C1917;border-radius:6px;box-shadow:1px 1px 0 1px #1c1917;padding:32px;background-color:#fafaf9;transition:all .3s ease;position:relative}@media(max-width:768px){._planCard_1o5s8_242{padding:24px}}._planCard_1o5s8_242:hover{transform:translateY(-2px);box-shadow:2px 2px 0 2px #1c1917}._planCard_1o5s8_242._featured_1o5s8_264{border-color:#059669;box-shadow:2px 2px 0 2px #059669}._planCard_1o5s8_242._featured_1o5s8_264:hover{box-shadow:3px 3px 0 2px #059669}._planContent_1o5s8_272{display:flex;flex-direction:column;gap:16px}._badge_1o5s8_278{display:flex;align-items:center;justify-content:center;gap:4px;position:absolute;top:-16px;left:50%;transform:translate(-50%);background-color:#059669;color:#fafaf9;padding:4px 20px;border-radius:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:600;box-shadow:1px 1px 0 1px #1c1917}@media(max-width:768px){._badge_1o5s8_278{font-size:11px;padding:4px 16px}}._promoBadge_1o5s8_303{display:flex;align-items:center;justify-content:center;gap:4px;position:absolute;top:16px;right:16px;background-color:#6b7f39;color:#fafaf9;padding:4px 8px;border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:700;box-shadow:1px 1px 0 1px #0000001a}._promoBadge_1o5s8_303 svg{width:14px;height:14px}@media(max-width:768px){._promoBadge_1o5s8_303{font-size:10px;padding:3px 4px;top:8px;right:8px}._promoBadge_1o5s8_303 svg{width:12px;height:12px}}._planName_1o5s8_337{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:22px;font-weight:600;color:#1c1917;margin:0}@media(max-width:768px){._planName_1o5s8_337{font-size:19px}}._priceWrapper_1o5s8_350{display:flex;flex-direction:column;gap:4px}._priceGroup_1o5s8_356{display:flex;align-items:flex-start;justify-content:flex-start;align-items:baseline;gap:8px}._price_1o5s8_350{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:40px;font-weight:700;color:#1c1917}@media(max-width:768px){._price_1o5s8_350{font-size:32px}}._originalPrice_1o5s8_376{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;font-weight:500;color:#57534e;text-decoration:line-through;opacity:.6}._strikedPriceRow_1o5s8_385{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:4px}@media(max-width:768px){._strikedPriceRow_1o5s8_385{gap:8px}}._originalPriceStriked_1o5s8_398{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;font-weight:500;color:#57534e;text-decoration:line-through;opacity:.5}@media(max-width:768px){._originalPriceStriked_1o5s8_398{font-size:19px}}._period_1o5s8_412{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;color:#57534e}._priceWithSavings_1o5s8_418{display:flex;align-items:center;gap:10px;flex-wrap:wrap}@media(max-width:768px){._priceWithSavings_1o5s8_418{gap:8px}}._savingsBadge_1o5s8_430{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background:linear-gradient(135deg,#6b7f3926,#6b7f3914);border:1px solid rgba(107,127,57,.3);border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;white-space:nowrap}@media(max-width:768px){._savingsBadge_1o5s8_430{padding:3px 6px}}._savingsText_1o5s8_447{font-size:11px;color:#57534e;font-weight:500}@media(max-width:768px){._savingsText_1o5s8_447{font-size:10px}}._savingsAmount_1o5s8_458{font-size:12px;font-weight:700;color:#6b7f39}@media(max-width:768px){._savingsAmount_1o5s8_458{font-size:11px}}._planNote_1o5s8_469{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:500;color:#059669}._featuresList_1o5s8_476{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;list-style:none;padding:0;margin:0}@media(max-width:768px){._featuresList_1o5s8_476{grid-template-columns:1fr}}._featureItem_1o5s8_490{display:flex;justify-content:flex-start;align-items:flex-start;gap:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;color:#1c1917}._featureItem_1o5s8_490 svg{flex-shrink:0;margin-top:2px;color:#059669}._planButtonPrimary_1o5s8_506{display:inline-flex;font-weight:500;line-height:160%;text-decoration:none;border:none;white-space:nowrap;display:flex;align-items:center;justify-content:center;padding:8px 24px;background-color:transparent;color:#1c1917;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:600;border:1px solid #1C1917;border-radius:6px;cursor:pointer;transition:all .3s ease;width:100%}._planButtonPrimary_1o5s8_506:hover:not(:disabled){background-color:#f5f5f4}._planButtonPrimary_1o5s8_506:active:not(:disabled){transform:scale(.98)}._planButtonPrimary_1o5s8_506:disabled{opacity:.6;cursor:not-allowed}._planButtonPremium_1o5s8_547{display:inline-flex;font-weight:500;line-height:160%;text-decoration:none;white-space:nowrap;display:flex;align-items:center;justify-content:center;padding:8px 24px;background-color:#059669;color:#fafaf9;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:all .3s ease;box-shadow:1px 1px 0 1px #1c1917;width:100%}._planButtonPremium_1o5s8_547:hover:not(:disabled){background-color:#1c1917;box-shadow:2px 2px 0 2px #1c1917;transform:translateY(-2px)}._planButtonPremium_1o5s8_547:active:not(:disabled){transform:translateY(0);box-shadow:1px 1px 0 1px #1c1917}._planButtonPremium_1o5s8_547:disabled{opacity:.6;cursor:not-allowed}._benefitsSection_1o5s8_592{display:flex;flex-direction:column;gap:20px;width:100%}@media(max-width:768px){._benefitsSection_1o5s8_592{gap:16px}}._benefitsGrid_1o5s8_604{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;width:100%}@media(max-width:810px){._benefitsGrid_1o5s8_604{grid-template-columns:1fr;gap:16px}}._benefitCard_1o5s8_617{display:flex;flex-direction:column;gap:10px;padding:32px;border:1px solid #1C1917;border-radius:6px;background-color:#fafaf9;transition:all .3s ease}@media(max-width:768px){._benefitCard_1o5s8_617{padding:24px}}._benefitCard_1o5s8_617:hover{transform:translateY(-2px);box-shadow:2px 2px 0 1px #1c1917}._benefitIcon_1o5s8_637{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background-color:#f5f5f4;color:#1c1917;flex-shrink:0}@media(max-width:768px){._benefitIcon_1o5s8_637{width:40px;height:40px}}._benefitTitle_1o5s8_655{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;font-weight:600;color:#1c1917;margin:0}._benefitDescription_1o5s8_663{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;font-weight:400;line-height:160%;letter-spacing:0em;color:#1c1917;margin:0}@media(max-width:810px){._benefitDescription_1o5s8_663{font-size:17px}}._benefitDescription_1o5s8_663{font-size:17px;color:#57534e;margin:0;line-height:1.6}._titleWithBadge_1o5s8_684{display:flex;flex-direction:row;align-items:center;gap:16px}._activeBadge_1o5s8_691{display:flex;flex-direction:row;align-items:center;gap:8px;background-color:#059669;color:#fafaf9;padding:8px 16px;border-radius:4px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}._subscriptionCard_1o5s8_706{display:flex;flex-direction:column;gap:16px;border:1px solid #1C1917;border-radius:6px;box-shadow:1px 1px 0 1px #1c1917;padding:40px;background-color:#fafaf9;margin-bottom:40px;transition:all .3s ease}@media(max-width:810px){._subscriptionCard_1o5s8_706{padding:32px}}@media(max-width:768px){._subscriptionCard_1o5s8_706{padding:24px}}._subscriptionHeader_1o5s8_729{margin-bottom:32px}._subscriptionDetails_1o5s8_733{display:flex;flex-direction:column;gap:24px}._detailRow_1o5s8_739{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-bottom:20px;border-bottom:1px solid #E7E5E4}._detailRow_1o5s8_739:last-child{border-bottom:none;padding-bottom:0}._detailLabel_1o5s8_752{display:flex;flex-direction:row;align-items:center;gap:10px;color:#57534e;font-size:17px}._detailLabel_1o5s8_752 svg{color:#059669}._detailValue_1o5s8_764{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;font-weight:500;color:#1c1917;text-align:right}._planBadge_1o5s8_772{background-color:#f5f5f4;color:#059669;padding:4px 16px;border-radius:4px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}._statusActive_1o5s8_783{color:#059669;font-weight:600}._subscriptionActions_1o5s8_788{margin-top:32px;padding-top:32px;border-top:1px solid #E7E5E4}._manageNote_1o5s8_794{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;font-weight:400;line-height:160%;letter-spacing:0em;color:#1c1917;margin:0}@media(max-width:810px){._manageNote_1o5s8_794{font-size:17px}}._manageNote_1o5s8_794{font-size:17px;color:#57534e;margin:0;text-align:center}@keyframes _fadeIn_ew56e_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_ew56e_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._profileContent_ew56e_19{display:flex;flex-direction:column;gap:20px;max-width:600px;margin:0 auto;padding:32px 0}@media(max-width:768px){._profileContent_ew56e_19{padding:20px 0}}._subtitle_ew56e_33{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#57534e;text-align:center;margin:0 0 16px;line-height:1.5}@media(max-width:768px){._subtitle_ew56e_33{font-size:13px}}._formContent_ew56e_47{display:flex;flex-direction:column;gap:16px;width:100%}@media(max-width:768px){._formContent_ew56e_47{gap:10px}}._formField_ew56e_59{display:flex;flex-direction:column;gap:8px}._fieldLabel_ew56e_65{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;color:#57534e;margin:0}@media(max-width:768px){._fieldLabel_ew56e_65{font-size:12px}}._required_ew56e_78{color:#dc2626;margin-left:2px}._inputGroup_ew56e_83{position:relative;width:100%}._inputIcon_ew56e_88{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#57534e;pointer-events:none;transition:all .15s ease}._inputIcon_ew56e_88 svg{width:16px;height:16px}@media(max-width:768px){._inputIcon_ew56e_88{left:8px}._inputIcon_ew56e_88 svg{width:14px;height:14px}}._input_ew56e_83{width:100%;padding:10px 16px 10px 44px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#1c1917;background:#fff;border:1px solid #E7E5E4;border-radius:6px;transition:all .15s ease;outline:none}._input_ew56e_83::placeholder{color:#57534e}._input_ew56e_83:hover{border-color:#cfcbc9}._input_ew56e_83:focus{border-color:#059669;box-shadow:0 0 0 3px #0596691a}._input_ew56e_83:focus~._inputIcon_ew56e_88{color:#059669}@media(max-width:768px){._input_ew56e_83{padding:10px 16px 10px 40px;font-size:13px}}._inputError_ew56e_143{border-color:#dc2626!important;background:#dc262605}._inputError_ew56e_143:focus{box-shadow:0 0 0 3px #dc26261a!important}._fieldError_ew56e_151{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#dc2626;margin:0;padding-left:4px;line-height:1.4}@media(max-width:768px){._fieldError_ew56e_151{font-size:12px}}._errorMessage_ew56e_165{padding:16px 20px;background:linear-gradient(135deg,#dc262614,#dc26261f);border:1px solid rgba(220,38,38,.3);border-left-width:4px;border-radius:4px;color:#dc2626;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;text-align:center}@media(max-width:768px){._errorMessage_ew56e_165{padding:8px 16px;font-size:13px}}._formActions_ew56e_183{display:flex;flex-direction:column;align-items:center;gap:10px;padding-top:16px}@media(max-width:768px){._formActions_ew56e_183{padding-top:8px}}._saveButton_ew56e_196{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;max-width:280px;padding:8px 24px;background:#059669;border:none;border-radius:4px;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease}._saveButton_ew56e_196 svg{flex-shrink:0;width:14px;height:14px}._saveButton_ew56e_196:hover:not(:disabled){background:#047857;box-shadow:0 4px 12px #05966940}._saveButton_ew56e_196:active:not(:disabled){transform:scale(.98)}._saveButton_ew56e_196:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){._saveButton_ew56e_196{max-width:100%;padding:8px 20px;font-size:12px}._saveButton_ew56e_196 svg{width:12px;height:12px}}._skipButton_ew56e_242{padding:4px 20px;background:transparent;border:none;color:#57534e;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:500;cursor:pointer;transition:all .15s ease;text-decoration:underline}._skipButton_ew56e_242:hover:not(:disabled){color:#1c1917}._skipButton_ew56e_242:active:not(:disabled){transform:scale(.98)}._skipButton_ew56e_242:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){._skipButton_ew56e_242{font-size:11px}}._spinner_ew56e_270{display:flex;align-items:center;justify-content:center;width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_ew56e_270 .8s linear infinite}@keyframes _spin_ew56e_270{to{transform:rotate(360deg)}}@keyframes _fadeInUp_1mfdh_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._modalOverlay_1mfdh_19{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#1c191780;display:flex;align-items:center;justify-content:center;z-index:1400;animation:_fadeIn_1mfdh_1 .2s ease;padding:20px}@keyframes _fadeIn_1mfdh_1{0%{opacity:0}to{opacity:1}}._modalCard_1mfdh_42{display:flex;flex-direction:column;align-items:flex-start;background-color:#fff;border-radius:8px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714;width:100%;max-width:440px;position:relative;animation:_slideUp_1mfdh_1 .2s ease}@media(max-width:768px){._modalCard_1mfdh_42{max-width:100%}}@keyframes _slideUp_1mfdh_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}._modalHeader_1mfdh_71{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:8px 8px 8px 20px;border-bottom:1px solid #E7E5E4}@media(max-width:768px){._modalHeader_1mfdh_71{padding:4px 4px 4px 16px}}._closeButton_1mfdh_86{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;background-color:transparent;border:none;border-radius:4px;color:#57534e;cursor:pointer;transition:all .15s ease}._closeButton_1mfdh_86:hover{background-color:#1c19170d;color:#1c1917}._closeButton_1mfdh_86:active{transform:scale(.95)}._modalTitle_1mfdh_108{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;color:#1c1917;margin:0}@media(max-width:768px){._modalTitle_1mfdh_108{font-size:15px}}._modalBody_1mfdh_121{display:flex;flex-direction:column;gap:16px;width:100%;padding:20px 20px 0}@media(max-width:768px){._modalBody_1mfdh_121{padding:16px 16px 0;gap:10px}}._formGroup_1mfdh_135{display:flex;flex-direction:column;gap:4px;width:100%}._label_1mfdh_142{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:500;color:#57534e;margin:0}._passwordWrapper_1mfdh_150{position:relative;width:100%}._input_1mfdh_155{width:100%;padding:8px 40px 8px 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#1c1917;background:#fff;border:1px solid #E7E5E4;border-radius:4px;transition:all .15s ease}._input_1mfdh_155::placeholder{color:#57534e;opacity:.6}._input_1mfdh_155:hover{border-color:#05966966}._input_1mfdh_155:focus{outline:none;border-color:#059669;box-shadow:0 0 0 2px #05966914}._input_1mfdh_155:disabled{opacity:.6;cursor:not-allowed;background:#f5f5f4}._passwordToggle_1mfdh_185{position:absolute;right:8px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:none;border:none;border-radius:4px;cursor:pointer;color:#57534e;transition:all .15s ease;padding:0}._passwordToggle_1mfdh_185:hover{color:#1c1917;background:#1c19170d}._passwordToggle_1mfdh_185:active{transform:translateY(-50%) scale(.95)}._errorMessage_1mfdh_211{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#dc2626;margin:0;padding:4px 8px;background-color:#dc262614;border-radius:4px;border:1px solid rgba(220,38,38,.2)}._modalActions_1mfdh_222{display:flex;justify-content:flex-end;align-items:center;gap:8px;width:calc(100% + 40px);margin:20px -20px 0;padding:16px 20px;border-top:1px solid #E7E5E4}@media(max-width:768px){._modalActions_1mfdh_222{width:calc(100% + 32px);margin:16px -16px 0;padding:8px 16px;flex-direction:column-reverse;gap:4px}}._cancelButton_1mfdh_242{display:flex;align-items:center;justify-content:center;gap:4px;padding:4px 20px;background:#fff;color:#1c1917;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;border:1px solid #E7E5E4;border-radius:4px;cursor:pointer;transition:all .15s ease}@media(max-width:768px){._cancelButton_1mfdh_242{width:100%}}._cancelButton_1mfdh_242:hover{background:#f5f5f4;border-color:#57534e}._cancelButton_1mfdh_242:active{transform:scale(.98)}._cancelButton_1mfdh_242:disabled{opacity:.5;cursor:not-allowed}._confirmButton_1mfdh_275{display:flex;align-items:center;justify-content:center;gap:4px;padding:4px 20px;background:#059669;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;border:none;border-radius:4px;cursor:pointer;transition:all .15s ease}@media(max-width:768px){._confirmButton_1mfdh_275{width:100%}}._confirmButton_1mfdh_275:hover{background:#047857}._confirmButton_1mfdh_275:active{transform:scale(.98)}._confirmButton_1mfdh_275:disabled{opacity:.5;cursor:not-allowed}@keyframes _fadeIn_1r6fz_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_1r6fz_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._profilePage_1r6fz_19{display:flex;flex-direction:column;gap:24px;width:100%}._pageHeader_1r6fz_26{display:flex;align-items:center;justify-content:space-between;gap:20px}@media(max-width:768px){._pageHeader_1r6fz_26{flex-direction:column;align-items:flex-start}}._pageTitle_1r6fz_39{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:20px;font-weight:600;color:#1c1917;margin:0}@media(max-width:768px){._pageTitle_1r6fz_39{font-size:18px}}._pageSubtitle_1r6fz_52{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#57534e;margin:4px 0 0}@media(max-width:768px){._pageSubtitle_1r6fz_52{font-size:13px}}._editButton_1r6fz_64{display:flex;align-items:center;gap:8px;padding:4px 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;background:#059669;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:all .15s ease}._editButton_1r6fz_64:hover{background:#047857;box-shadow:0 2px 4px #05966926}._editButton_1r6fz_64:active{transform:scale(.98)}@media(max-width:768px){._editButton_1r6fz_64{width:100%;justify-content:center}}._profileSection_1r6fz_93{display:flex;flex-direction:column;gap:0;background:#fff;border-radius:8px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714}._sectionHeader_1r6fz_103{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #E7E5E4;background:#f5f5f4}@media(max-width:768px){._sectionHeader_1r6fz_103{padding:16px;flex-direction:column;align-items:flex-start;gap:8px}}._sectionTitle_1r6fz_120{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#57534e;margin:0;text-transform:uppercase;letter-spacing:.5px}._profileContent_1r6fz_130{display:flex;flex-direction:column;gap:20px;padding:24px}@media(max-width:768px){._profileContent_1r6fz_130{padding:20px;gap:16px}}._avatarSection_1r6fz_143{display:flex;align-items:center;gap:20px}@media(max-width:768px){._avatarSection_1r6fz_143{gap:16px}}._avatar_1r6fz_143{display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#059669,#036546);flex-shrink:0}@media(max-width:768px){._avatar_1r6fz_143{width:64px;height:64px}}._avatarInitials_1r6fz_171{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:32px;font-weight:600;color:#fff;line-height:1}@media(max-width:768px){._avatarInitials_1r6fz_171{font-size:24px}}._userInfo_1r6fz_184{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}._userRow_1r6fz_192{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._userName_1r6fz_199{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;color:#1c1917;margin:0}@media(max-width:768px){._userName_1r6fz_199{font-size:14px}}._userEmail_1r6fz_212{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0}@media(max-width:768px){._userEmail_1r6fz_212{font-size:12px}}._userDot_1r6fz_224{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0}@media(max-width:768px){._userDot_1r6fz_224{font-size:12px}}._userCompany_1r6fz_236{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0}@media(max-width:768px){._userCompany_1r6fz_236{font-size:12px}}._roleBadge_1r6fz_248{display:inline-flex;align-items:center;padding:3px 8px;background:#05966914;border:1px solid rgba(5,150,105,.2);border-radius:4px;color:#059669;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;flex-shrink:0}._infoGrid_1r6fz_264{display:grid;grid-template-columns:repeat(2,1fr);gap:0}@media(max-width:768px){._infoGrid_1r6fz_264{grid-template-columns:1fr}}._infoItem_1r6fz_275{display:flex;flex-direction:column;gap:4px;padding:16px 20px;border-bottom:1px solid #E7E5E4}._infoItem_1r6fz_275:nth-child(odd){border-right:1px solid #E7E5E4}@media(max-width:768px){._infoItem_1r6fz_275:nth-child(odd){border-right:none}}._infoItem_1r6fz_275:nth-last-child(-n+2){border-bottom:none}@media(max-width:768px){._infoItem_1r6fz_275:nth-last-child(-n+2){border-bottom:1px solid #E7E5E4}}._infoItem_1r6fz_275:last-child{border-bottom:none}@media(max-width:768px){._infoItem_1r6fz_275{padding:16px}}._infoLabel_1r6fz_307{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;margin:0}._infoValue_1r6fz_314{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500;color:#1c1917;margin:0;word-break:break-all}@media(max-width:768px){._infoValue_1r6fz_314{font-size:13px}}._separator_1r6fz_328{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#57534e;margin:0 4px}@media(max-width:768px){._separator_1r6fz_328{font-size:13px}}._verifyLink_1r6fz_340{background:none;border:none;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500;color:#059669;text-decoration:underline;cursor:pointer;transition:all .15s ease}._verifyLink_1r6fz_340:hover{color:#047857;text-decoration:none}._verifyLink_1r6fz_340:active{opacity:.7}._verifyLink_1r6fz_340:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){._verifyLink_1r6fz_340{font-size:13px}}._inlineSuccess_1r6fz_369{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500;color:#059669}@media(max-width:768px){._inlineSuccess_1r6fz_369{font-size:13px}}._inlineError_1r6fz_381{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500;color:#dc2626}@media(max-width:768px){._inlineError_1r6fz_381{font-size:13px}}._upgradeLink_1r6fz_393{display:inline-flex;align-items:center;gap:4px;background:none;border:none;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500;color:#059669;cursor:pointer;transition:all .15s ease}._upgradeLink_1r6fz_393:hover{color:#047857}._upgradeLink_1r6fz_393:active{opacity:.7}@media(max-width:768px){._upgradeLink_1r6fz_393{font-size:13px}}._securitySection_1r6fz_419{display:flex;flex-direction:column;gap:0;background:#fff;border-radius:8px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714}._securityContent_1r6fz_429{display:flex;flex-direction:column;gap:0}._securityItem_1r6fz_435{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px}@media(max-width:768px){._securityItem_1r6fz_435{flex-direction:column;align-items:flex-start;gap:10px;padding:16px}}._securityInfo_1r6fz_451{display:flex;flex-direction:column;gap:4px;flex:1}._securityItemTitle_1r6fz_458{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500;color:#1c1917;margin:0}@media(max-width:768px){._securityItemTitle_1r6fz_458{font-size:13px}}._securityItemDescription_1r6fz_471{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0}@media(max-width:768px){._securityItemDescription_1r6fz_471{font-size:12px}}._securityButton_1r6fz_483{display:flex;align-items:center;gap:8px;padding:4px 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;background:#059669;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:all .15s ease;white-space:nowrap}._securityButton_1r6fz_483:hover{background:#047857;box-shadow:0 2px 4px #05966926}._securityButton_1r6fz_483:active{transform:scale(.98)}@media(max-width:768px){._securityButton_1r6fz_483{width:100%;justify-content:center}}._successMessage_1r6fz_513{padding:8px 16px;margin:0 20px 16px;background:#05966914;border:1px solid rgba(5,150,105,.2);border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#059669}@media(max-width:768px){._successMessage_1r6fz_513{margin:0 16px 16px}}._accountSection_1r6fz_529{display:flex;flex-direction:column;gap:0;background:#fff;border-radius:8px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714}._accountContent_1r6fz_539{display:flex;flex-direction:column;gap:0}._accountItem_1r6fz_545{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px}@media(max-width:768px){._accountItem_1r6fz_545{flex-direction:column;align-items:flex-start;gap:10px;padding:16px}}._accountInfo_1r6fz_561{display:flex;flex-direction:column;gap:4px;flex:1}._accountItemTitle_1r6fz_568{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500;color:#1c1917;margin:0}@media(max-width:768px){._accountItemTitle_1r6fz_568{font-size:13px}}._accountItemDescription_1r6fz_581{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0}@media(max-width:768px){._accountItemDescription_1r6fz_581{font-size:12px}}._logoutButton_1r6fz_593{display:flex;align-items:center;gap:8px;padding:4px 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;background:#fff;color:#dc2626;border:1px solid #DC2626;border-radius:4px;cursor:pointer;transition:all .15s ease;white-space:nowrap}._logoutButton_1r6fz_593:hover{background:#dc2626;color:#fff}._logoutButton_1r6fz_593:active{transform:scale(.98)}@media(max-width:768px){._logoutButton_1r6fz_593{width:100%;justify-content:center}}@keyframes _fadeIn_hg5i6_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_hg5i6_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._completePage_hg5i6_19{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f5f5f4;padding:32px}@media(max-width:1440px){._completePage_hg5i6_19{padding:24px}}@media(max-width:768px){._completePage_hg5i6_19{padding:20px}}._container_hg5i6_38{width:100%;max-width:600px}@media(max-width:768px){._container_hg5i6_38{max-width:100%}}._container_hg5i6_38:has(._planContainer_hg5i6_47){max-width:1400px}@media(max-width:1440px){._container_hg5i6_38:has(._planContainer_hg5i6_47){max-width:1000px}}._content_hg5i6_56{background:#fff;border-radius:8px;box-shadow:0 8px 32px #00000014;padding:48px}@media(max-width:810px){._content_hg5i6_56{padding:40px}}@media(max-width:768px){._content_hg5i6_56{padding:32px}}._planContainer_hg5i6_47{width:100%}._header_hg5i6_77{text-align:center;margin-bottom:32px}._title_hg5i6_82{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:20px;font-weight:600;color:#1c1917;margin:0}._subtitle_hg5i6_90{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#57534e;margin:4px 0 0}._formContent_hg5i6_97{display:flex;flex-direction:column;gap:24px}._formField_hg5i6_103{display:flex;flex-direction:column;gap:8px}._fieldLabel_hg5i6_109{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#1c1917;font-weight:500;margin:0}._required_hg5i6_117{color:#dc2626}._inputGroup_hg5i6_121{position:relative;display:flex;align-items:center}._inputIcon_hg5i6_127{position:absolute;left:15px;color:#57534e;pointer-events:none}._input_hg5i6_121{width:100%;padding:8px 16px 8px 40px;border:1px solid #E7E5E4;border-radius:4px;background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#1c1917;transition:all .15s ease;outline:none}._input_hg5i6_121::placeholder{color:#57534e;opacity:.6}._input_hg5i6_121:hover{border-color:#cfcbc9}._input_hg5i6_121:focus{border-color:#059669;box-shadow:0 0 0 2px #0596691a}._input_hg5i6_121._inputError_hg5i6_157{border-color:#dc2626}select._input_hg5i6_121{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23A3998F' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 15px center;padding-right:40px}._fieldError_hg5i6_170{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#dc2626;margin:0}._fieldHint_hg5i6_177{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#059669;margin:0}._inputReadonly_hg5i6_184{background-color:#f5f5f4;color:#57534e;cursor:not-allowed}._errorMessage_hg5i6_190{padding:16px 20px;background:linear-gradient(135deg,#dc262614,#dc26261f);border:2px solid transparent;border-left-width:4px;border-color:#dc26264d;border-radius:4px;color:#dc2626;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;box-shadow:0 2px 8px #dc26261a}._formActions_hg5i6_203{margin-top:20px}._nextButton_hg5i6_207,._saveButton_hg5i6_208{width:100%;padding:8px 24px;background:#059669;border:none;border-radius:4px;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center;gap:4px}._nextButton_hg5i6_207:hover:not(:disabled),._saveButton_hg5i6_208:hover:not(:disabled){background:#047857;box-shadow:0 2px 4px #05966926}._nextButton_hg5i6_207:active:not(:disabled),._saveButton_hg5i6_208:active:not(:disabled){transform:scale(.98)}._nextButton_hg5i6_207:disabled,._saveButton_hg5i6_208:disabled{opacity:.7;cursor:not-allowed}._planContent_hg5i6_240{display:flex;flex-direction:column;gap:40px}._errorBanner_hg5i6_246,._promoBanner_hg5i6_247{padding:16px 20px;border-radius:4px;display:flex;align-items:center;gap:16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px}._errorBanner_hg5i6_246{background:linear-gradient(135deg,#dc262614,#dc26261f);border:2px solid rgba(220,38,38,.3);border-left-width:4px;color:#dc2626}._promoBanner_hg5i6_247{background:linear-gradient(135deg,#05966914,#0596691f);border:2px solid rgba(5,150,105,.3);border-left-width:4px;color:#059669}._discountAmount_hg5i6_271{font-weight:700;margin-left:4px}._plansGrid_hg5i6_276{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media(max-width:1440px){._plansGrid_hg5i6_276{gap:20px}}@media(max-width:810px){._plansGrid_hg5i6_276{grid-template-columns:1fr;max-width:500px;margin:0 auto;gap:20px}}._planCard_hg5i6_295{position:relative;display:flex;flex-direction:column;gap:20px;padding:48px;background:#fff;border:1px solid #E7E5E4;border-radius:8px;cursor:pointer;transition:all .15s ease}@media(max-width:768px){._planCard_hg5i6_295{padding:40px}}._planCard_hg5i6_295:hover{border-color:#059669;box-shadow:0 2px 8px #05966914}._planCard_hg5i6_295:active{transform:scale(.98)}._planCard_hg5i6_295._popular_hg5i6_319{border-color:#059669}._planCard_hg5i6_295._enterprise_hg5i6_322{grid-column:1/-1;background:#05966905;border-color:#059669}._popularBadge_hg5i6_328{position:absolute;top:-12px;left:50%;transform:translate(-50%);padding:4px 8px;background:#059669;color:#fff;border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;white-space:nowrap}._planHeader_hg5i6_343{display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center}._planName_hg5i6_351{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;font-weight:600;color:#1c1917;margin:0}@media(max-width:768px){._planName_hg5i6_351{font-size:16px}}._planSubtitle_hg5i6_364{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0;font-weight:500}._priceWrapper_hg5i6_372{display:flex;align-items:baseline;gap:4px;justify-content:center}._price_hg5i6_372{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:28px;font-weight:700;color:#059669}@media(max-width:768px){._price_hg5i6_372{font-size:24px}}._period_hg5i6_391{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e}._planLimit_hg5i6_397{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#1c1917;margin:4px 0 0}._planNote_hg5i6_405{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;margin:0;line-height:1.5}._featureGroup_hg5i6_413{display:flex;flex-direction:column;gap:8px}._featureGroupTitle_hg5i6_419{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:700;color:#57534e;margin:0;text-transform:uppercase;letter-spacing:.05em;padding-bottom:4px;border-bottom:1px solid #E7E5E4}._featureList_hg5i6_431{display:flex;flex-direction:column;gap:8px;list-style:none;padding:0;margin:0}._feature_hg5i6_413{display:flex;align-items:flex-start;gap:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#1c1917}._feature_hg5i6_413 svg{flex-shrink:0;color:#059669;margin-top:2px}._planButtonPrimary_hg5i6_454,._planButtonSecondary_hg5i6_455{width:100%;padding:16px 24px;border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;margin-top:auto}._planButtonPrimary_hg5i6_454:disabled,._planButtonSecondary_hg5i6_455:disabled{opacity:.5;cursor:not-allowed}._planButtonPrimary_hg5i6_454{background:#059669;color:#fff;border:none}._planButtonPrimary_hg5i6_454:hover:not(:disabled){background:#047857}._planButtonPrimary_hg5i6_454:active:not(:disabled){transform:scale(.98)}._planButtonSecondary_hg5i6_455{background:#fff;color:#1c1917;border:1px solid #E7E5E4}._planButtonSecondary_hg5i6_455:hover:not(:disabled){border-color:#059669;color:#059669;background:#05966905}._planButtonSecondary_hg5i6_455:active:not(:disabled){transform:scale(.98)}._backButtonWrapper_hg5i6_503{display:flex;justify-content:center;margin-top:32px}._backButton_hg5i6_503{padding:8px 24px;background:#fff;border:1px solid #E7E5E4;border-radius:4px;color:#1c1917;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;gap:8px}._backButton_hg5i6_503:hover:not(:disabled){border-color:#059669;color:#059669}._backButton_hg5i6_503:active:not(:disabled){transform:scale(.98)}._backButton_hg5i6_503:disabled{opacity:.7;cursor:not-allowed}._spinner_hg5i6_536{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top:3px solid white;border-radius:50%;animation:_spin_hg5i6_536 .8s linear infinite}@keyframes _spin_hg5i6_536{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._enterpriseContent_hg5i6_553{display:flex;align-items:center;justify-content:space-between;gap:40px;width:100%}@media(max-width:1440px){._enterpriseContent_hg5i6_553{gap:32px}}@media(max-width:810px){._enterpriseContent_hg5i6_553{flex-direction:column;align-items:flex-start;gap:24px}}._enterpriseInfo_hg5i6_573{flex:1;display:flex;flex-direction:column;gap:16px}._enterpriseTier_hg5i6_580{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:20px;font-weight:600;color:#1c1917;margin:0}@media(max-width:768px){._enterpriseTier_hg5i6_580{font-size:18px}}._enterpriseDescription_hg5i6_593{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.6;color:#57534e;margin:0;max-width:600px}@media(max-width:768px){._enterpriseDescription_hg5i6_593{font-size:13px}}._enterpriseHighlights_hg5i6_607{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;list-style:none;padding:0;margin:0}@media(max-width:768px){._enterpriseHighlights_hg5i6_607{grid-template-columns:1fr}}._enterpriseHighlights_hg5i6_607 li{display:flex;align-items:flex-start;gap:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#1c1917;line-height:1.5}._enterpriseHighlights_hg5i6_607 li svg{color:#059669;flex-shrink:0;margin-top:2px}._enterpriseCta_hg5i6_635{display:flex;flex-direction:column;align-items:center;gap:10px}@media(max-width:810px){._enterpriseCta_hg5i6_635{width:100%;align-items:flex-start}}._enterpriseButton_hg5i6_648{padding:16px 40px;background:#059669;color:#fff;text-decoration:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;font-size:13px;border-radius:4px;transition:all .15s ease;white-space:nowrap;border:none;cursor:pointer}._enterpriseButton_hg5i6_648:hover{background:#047857}._enterpriseButton_hg5i6_648:active{transform:scale(.98)}@media(max-width:810px){._enterpriseButton_hg5i6_648{width:100%}}._enterpriseNote_hg5i6_674{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;margin:0}@keyframes _fadeIn_a29rx_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_a29rx_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._verifyPage_a29rx_19{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:48px 32px;background:linear-gradient(135deg,#05966908,#6366f108)}@media(max-width:768px){._verifyPage_a29rx_19{padding:40px 20px}}._verifyContainer_a29rx_33{width:100%;max-width:440px;display:flex;flex-direction:column;gap:24px}._header_a29rx_41{display:flex;justify-content:center}._logo_a29rx_46{display:flex;align-items:center;gap:8px;text-decoration:none;transition:all .15s ease}._logo_a29rx_46 img{width:32px;height:32px;border-radius:4px}._logo_a29rx_46 span{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;font-weight:700;color:#1c1917}._logo_a29rx_46:hover{opacity:.8}._logo_a29rx_46:active{transform:scale(.98)}._verifyCard_a29rx_71{background:#fff;border-radius:8px;border:1px solid #E7E5E4;box-shadow:0 2px 8px #1c191714;padding:40px 32px;display:flex;flex-direction:column;align-items:center;gap:20px}@media(max-width:768px){._verifyCard_a29rx_71{padding:32px 24px;gap:16px}}._iconWrapper_a29rx_89{display:flex;align-items:center;justify-content:center;width:72px;height:72px;background:#0596691a;border-radius:50%}._emailIcon_a29rx_99{width:36px;height:36px;color:#059669}._cardHeader_a29rx_105{display:flex;flex-direction:column;gap:4px;text-align:center}._title_a29rx_112{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:24px;font-weight:700;color:#1c1917;margin:0}@media(max-width:768px){._title_a29rx_112{font-size:22px}}._subtitle_a29rx_125{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#57534e;margin:0}@media(max-width:768px){._subtitle_a29rx_125{font-size:13px}}._email_a29rx_99{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;color:#1c1917;margin:0}@media(max-width:768px){._email_a29rx_99{font-size:13px}}._instructions_a29rx_150{text-align:center}._instructions_a29rx_150 p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;line-height:1.6;margin:0}@media(max-width:768px){._instructions_a29rx_150 p{font-size:12px}}._loadingSection_a29rx_166{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;padding:24px 0}._spinnerLarge_a29rx_175{width:40px;height:40px;border:3px solid rgba(5,150,105,.2);border-top-color:#059669;border-radius:50%;animation:_spin_a29rx_175 .8s linear infinite}._loadingText_a29rx_184{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#57534e;margin:0}._codeInputSection_a29rx_191{width:100%}._codeInputs_a29rx_195{display:flex;justify-content:center;gap:8px}@media(max-width:768px){._codeInputs_a29rx_195{gap:4px}}._codeInput_a29rx_191{width:48px;height:56px;text-align:center;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:24px;font-weight:700;color:#1c1917;background:#fff;border:2px solid #E7E5E4;border-radius:4px;transition:all .15s ease;outline:none}@media(max-width:768px){._codeInput_a29rx_191{width:42px;height:50px;font-size:20px}}._codeInput_a29rx_191:focus{border-color:#059669;box-shadow:0 0 0 3px #0596691a}._codeInput_a29rx_191._filled_a29rx_231{border-color:#059669;background:#05966905}._codeInput_a29rx_191._error_a29rx_235{border-color:#dc2626;background:#dc262605}._codeInput_a29rx_191._error_a29rx_235:focus{box-shadow:0 0 0 3px #dc26261a}._codeInput_a29rx_191:disabled{opacity:.6;cursor:not-allowed}._infoBanner_a29rx_247{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:8px 16px;background:#05966914;border:1px solid rgba(5,150,105,.3);border-radius:4px;color:#059669;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px}._infoBanner_a29rx_247 svg{flex-shrink:0}@media(max-width:768px){._infoBanner_a29rx_247{font-size:12px}}._successBanner_a29rx_270{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:8px 16px;background:#0596691a;border:1px solid #059669;border-radius:4px;color:#059669;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;animation:_slideDown_a29rx_1 .2s ease-out}._successBanner_a29rx_270 svg{flex-shrink:0}@media(max-width:768px){._successBanner_a29rx_270{font-size:12px}}._errorBanner_a29rx_294{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:8px 16px;background:#dc26261a;border:1px solid #DC2626;border-radius:4px;color:#dc2626;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;animation:_slideDown_a29rx_1 .2s ease-out}._errorBanner_a29rx_294 svg{flex-shrink:0}@media(max-width:768px){._errorBanner_a29rx_294{font-size:12px}}@keyframes _slideDown_a29rx_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}._actions_a29rx_328{display:flex;flex-direction:column;gap:8px;width:100%}._verifyButton_a29rx_335{display:flex;align-items:center;justify-content:center;gap:4px;width:100%;padding:8px 24px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;color:#fff;background:#059669;border:none;border-radius:4px;cursor:pointer;transition:all .15s ease}._verifyButton_a29rx_335:hover:not(:disabled){background:#047857;box-shadow:0 2px 4px #05966926}._verifyButton_a29rx_335:active:not(:disabled){transform:scale(.98)}._verifyButton_a29rx_335:disabled{opacity:.5;cursor:not-allowed}._verifyButton_a29rx_335 svg{flex-shrink:0}._resendButton_a29rx_367{display:flex;align-items:center;justify-content:center;gap:4px;width:100%;padding:8px 24px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500;color:#1c1917;background:#fff;border:1px solid #E7E5E4;border-radius:4px;cursor:pointer;transition:all .15s ease}._resendButton_a29rx_367:hover:not(:disabled){background:#f5f5f4;border-color:#cfcbc9}._resendButton_a29rx_367:active:not(:disabled){transform:scale(.98)}._resendButton_a29rx_367:disabled{opacity:.5;cursor:not-allowed}._resendButton_a29rx_367 svg{flex-shrink:0}._spinner_a29rx_175{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_a29rx_175 .6s linear infinite}._spinnerSecondary_a29rx_408{width:18px;height:18px;border:2px solid rgba(87,83,78,.3);border-top-color:#57534e;border-radius:50%;animation:_spin_a29rx_175 .6s linear infinite}@keyframes _spin_a29rx_175{to{transform:rotate(360deg)}}._divider_a29rx_422{position:relative;text-align:center;width:100%;margin:8px 0}._divider_a29rx_422:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e7e5e4}._divider_a29rx_422 span{position:relative;padding:0 16px;background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e}._logoutButton_a29rx_446{display:flex;align-items:center;justify-content:center;gap:4px;width:100%;padding:8px 24px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;color:#57534e;background:transparent;border:none;border-radius:4px;cursor:pointer;transition:all .15s ease}._logoutButton_a29rx_446:hover{color:#1c1917;background:#f5f5f4}._logoutButton_a29rx_446:active{transform:scale(.98)}._logoutButton_a29rx_446 svg{flex-shrink:0}._footer_a29rx_474{display:flex;justify-content:space-between;align-items:center;gap:10px;padding-top:20px}@media(max-width:768px){._footer_a29rx_474{flex-direction:column;gap:8px}}._footerLinks_a29rx_488{display:flex;align-items:center;gap:8px}._footerLink_a29rx_488{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;text-decoration:none;transition:all .15s ease}._footerLink_a29rx_488:hover{color:#059669}@media(max-width:768px){._footerLink_a29rx_488{font-size:11px}}._separator_a29rx_510{color:#57534e;opacity:.5}@keyframes _fadeIn_1blf2_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_1blf2_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._resourcesWrapper_1blf2_19{display:flex;flex-direction:column;min-height:100vh;background-color:#fafaf9}._resourcesSection_1blf2_26{padding:60px 40px 0;width:100%}@media(max-width:810px){._resourcesSection_1blf2_26{padding:50px 32px 0}}@media(max-width:768px){._resourcesSection_1blf2_26{padding:40px 20px 0}}._resourcesSection_1blf2_26{background-color:#fafaf9;flex:1;width:100%;padding:40px 64px 40px 344px}@media(max-width:810px){._resourcesSection_1blf2_26{padding:40px 48px 40px 288px}}@media(max-width:768px){._resourcesSection_1blf2_26{padding:32px 40px 120px}}._container_1blf2_60{display:flex;flex-direction:column;gap:48px;width:100%;max-width:1200px;margin:0 auto}@media(max-width:768px){._container_1blf2_60{gap:32px}}._pageHeader_1blf2_74{display:flex;flex-direction:column;gap:4px;width:100%}._pageTitle_1blf2_81{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:32px;font-weight:600;line-height:110%;color:#1c1917;margin:0}@media(max-width:810px){._pageTitle_1blf2_81{font-size:28px}}@media(max-width:768px){._pageTitle_1blf2_81{font-size:24px}}._pageSubtitle_1blf2_100{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;font-weight:400;line-height:160%;letter-spacing:0em;color:#1c1917;margin:0}@media(max-width:810px){._pageSubtitle_1blf2_100{font-size:17px}}._pageSubtitle_1blf2_100{font-size:17px;color:#57534e;margin:0}._section_1blf2_120{display:flex;flex-direction:column;gap:24px;width:100%}._sectionHeader_1blf2_127{display:flex;flex-direction:column;gap:8px;width:100%}._sectionTitleGroup_1blf2_134{display:flex;align-items:center;gap:10px}._sectionIcon_1blf2_140{color:#059669}._sectionTitle_1blf2_134{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:22px;font-weight:600;color:#1c1917;margin:0}@media(max-width:768px){._sectionTitle_1blf2_134{font-size:18px}}._sectionSubtitle_1blf2_157{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;font-weight:400;line-height:160%;letter-spacing:0em;color:#1c1917;margin:0}@media(max-width:810px){._sectionSubtitle_1blf2_157{font-size:17px}}._sectionSubtitle_1blf2_157{font-size:17px;color:#57534e;margin:0}._booksGrid_1blf2_177{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;width:100%;align-items:start}@media(max-width:768px){._booksGrid_1blf2_177{grid-template-columns:1fr;gap:20px}}._bookCard_1blf2_191{display:flex;flex-direction:column;gap:16px;border:1px solid #1C1917;border-radius:6px;box-shadow:1px 1px 0 1px #1c1917;background-color:#fafaf9;overflow:hidden;transition:all .3s ease;position:relative}._bookCard_1blf2_191:hover{transform:translateY(-4px);box-shadow:3px 3px 0 3px #1c1917}._bookCard_1blf2_191._featured_1blf2_207{border-color:#059669;box-shadow:2px 2px 0 2px #059669}._bookCard_1blf2_191._featured_1blf2_207:hover{box-shadow:4px 4px 0 4px #059669}._featuredBadge_1blf2_215{position:absolute;top:16px;right:16px;display:flex;align-items:center;gap:4px;padding:4px 8px;background-color:#059669;color:#fafaf9;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:600;border-radius:4px;z-index:2;letter-spacing:.3px}@media(max-width:768px){._featuredBadge_1blf2_215{font-size:10px;padding:4px 8px;gap:4px}._featuredBadge_1blf2_215 svg{width:12px;height:12px}}._bookCover_1blf2_244{position:relative;width:100%;height:320px;overflow:hidden;flex-shrink:0}@media(max-width:768px){._bookCover_1blf2_244{height:280px}}._bookCover_1blf2_244 img{width:100%;height:100%;object-fit:cover}._numberBadge_1blf2_262{position:absolute;bottom:16px;right:16px;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;color:#fafaf9;border:1px solid #1C1917;box-shadow:1px 1px 0 1px #1c1917}._bookInfo_1blf2_277{display:flex;flex-direction:column;gap:8px;padding:0 24px 24px}@media(max-width:768px){._bookInfo_1blf2_277{padding:0 20px 20px}}._bookReason_1blf2_289{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:600;color:#059669;text-transform:uppercase;letter-spacing:.5px;margin:0}._bookTitle_1blf2_299{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;font-weight:600;color:#1c1917;margin:0;line-height:110%}@media(max-width:768px){._bookTitle_1blf2_299{font-size:19px}}._bookAuthor_1blf2_313{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;font-weight:400;line-height:160%;letter-spacing:0em;color:#1c1917;margin:0}@media(max-width:810px){._bookAuthor_1blf2_313{font-size:17px}}._bookAuthor_1blf2_313{font-size:17px;color:#57534e;margin:0;font-style:italic}._bookDescription_1blf2_334{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;font-weight:400;line-height:160%;letter-spacing:0em;color:#1c1917;margin:0}@media(max-width:810px){._bookDescription_1blf2_334{font-size:17px}}._bookDescription_1blf2_334{font-size:17px;color:#1c1917;margin:0;line-height:1.6}@keyframes _fadeIn_1hft4_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_1hft4_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._helpPage_1hft4_19{display:flex;flex-direction:column;gap:24px;width:100%}._pageHeader_1hft4_26{display:flex;align-items:center;justify-content:space-between;gap:20px}@media(max-width:768px){._pageHeader_1hft4_26{flex-direction:column;align-items:flex-start}}._pageTitle_1hft4_39{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:20px;font-weight:600;color:#1c1917;margin:0}@media(max-width:768px){._pageTitle_1hft4_39{font-size:18px}}._pageSubtitle_1hft4_52{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#57534e;margin:4px 0 0}@media(max-width:768px){._pageSubtitle_1hft4_52{font-size:13px}}._section_1hft4_64{display:flex;flex-direction:column;gap:0;background:#fff;border-radius:8px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714}._sectionHeader_1hft4_74{display:flex;align-items:center;gap:8px;padding:16px 20px;background:#f5f5f4;border-bottom:1px solid #E7E5E4}._sectionHeader_1hft4_74 svg{color:#059669;flex-shrink:0}@media(max-width:768px){._sectionHeader_1hft4_74{padding:16px}}._sectionTitle_1hft4_92{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#57534e;text-transform:uppercase;letter-spacing:.5px;margin:0}@media(max-width:768px){._sectionTitle_1hft4_92{font-size:12px}}._stepsGrid_1hft4_107{display:grid;grid-template-columns:repeat(4,1fr);gap:0}@media(max-width:810px){._stepsGrid_1hft4_107{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._stepsGrid_1hft4_107{grid-template-columns:1fr}}._stepCard_1hft4_123{position:relative;display:flex;flex-direction:column;gap:8px;padding:20px;border-right:1px solid #E7E5E4}._stepCard_1hft4_123:last-child{border-right:none}@media(max-width:810px){._stepCard_1hft4_123:nth-child(2n){border-right:none}._stepCard_1hft4_123:nth-child(-n+2){border-bottom:1px solid #E7E5E4}}@media(max-width:768px){._stepCard_1hft4_123{border-right:none;border-bottom:1px solid #E7E5E4}._stepCard_1hft4_123:last-child{border-bottom:none}}._stepNumber_1hft4_152{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#05966914;border:1px solid rgba(5,150,105,.2);color:#059669;border-radius:50%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;margin-bottom:4px}._stepIcon_1hft4_168{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#05966914;color:#059669;border-radius:4px}@media(max-width:768px){._stepIcon_1hft4_168{width:32px;height:32px}}._stepTitle_1hft4_185{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500;color:#1c1917;margin:0}@media(max-width:768px){._stepTitle_1hft4_185{font-size:13px}}._stepDescription_1hft4_198{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0;line-height:1.5}@media(max-width:768px){._stepDescription_1hft4_198{font-size:12px}}._faqList_1hft4_211{display:flex;flex-direction:column;gap:0}._faqItem_1hft4_217{border-bottom:1px solid #E7E5E4;transition:all .15s ease}._faqItem_1hft4_217:last-child{border-bottom:none}._faqItem_1hft4_217._expanded_1hft4_224{background:#05966905}._faqQuestion_1hft4_228{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px;background:transparent;border:none;text-align:left;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500;color:#1c1917;transition:all .15s ease}._faqQuestion_1hft4_228 svg{flex-shrink:0;color:#57534e;transition:color .15s ease}._faqQuestion_1hft4_228:hover{color:#059669}._faqQuestion_1hft4_228:hover svg{color:#059669}@media(max-width:768px){._faqQuestion_1hft4_228{padding:16px;font-size:13px;gap:10px}}._faqAnswer_1hft4_264{padding:0 20px 16px;animation:_slideDown_1hft4_1 .2s ease}._faqAnswer_1hft4_264 p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0;line-height:1.6}@media(max-width:768px){._faqAnswer_1hft4_264{padding:0 16px 16px}._faqAnswer_1hft4_264 p{font-size:12px}}@keyframes _slideDown_1hft4_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}._resourcesGrid_1hft4_294{display:grid;grid-template-columns:repeat(3,1fr);gap:0}@media(max-width:810px){._resourcesGrid_1hft4_294{grid-template-columns:1fr}}._resourceCard_1hft4_305{display:flex;flex-direction:column;gap:8px;padding:20px;text-decoration:none;border-right:1px solid #E7E5E4;transition:all .15s ease}._resourceCard_1hft4_305:last-child{border-right:none}._resourceCard_1hft4_305:hover{background:#05966905}._resourceCard_1hft4_305:hover ._resourceIcon_1hft4_320{background:#059669;color:#fff}@media(max-width:810px){._resourceCard_1hft4_305{border-right:none;border-bottom:1px solid #E7E5E4}._resourceCard_1hft4_305:last-child{border-bottom:none}}._resourceIcon_1hft4_320{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#05966914;color:#059669;border-radius:4px;transition:all .15s ease}@media(max-width:768px){._resourceIcon_1hft4_320{width:32px;height:32px}}._resourceTitle_1hft4_352{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500;color:#1c1917;margin:0}@media(max-width:768px){._resourceTitle_1hft4_352{font-size:13px}}._resourceDescription_1hft4_365{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0;line-height:1.5}@media(max-width:768px){._resourceDescription_1hft4_365{font-size:12px}}._supportSection_1hft4_378{background:#fff;border-radius:8px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714}._supportCard_1hft4_385{display:flex;flex-direction:column;align-items:center;gap:10px;padding:32px;text-align:center}@media(max-width:768px){._supportCard_1hft4_385{padding:24px}}._supportIcon_1hft4_399{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#05966914;color:#059669;border-radius:50%}@media(max-width:768px){._supportIcon_1hft4_399{width:40px;height:40px}}._supportTitle_1hft4_416{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;color:#1c1917;margin:0}@media(max-width:768px){._supportTitle_1hft4_416{font-size:14px}}._supportDescription_1hft4_429{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0;max-width:400px}@media(max-width:768px){._supportDescription_1hft4_429{font-size:12px}}._supportButton_1hft4_442{display:flex;align-items:center;gap:8px;padding:4px 20px;background:#059669;color:#fff;border:none;border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;text-decoration:none;cursor:pointer;transition:all .15s ease}._supportButton_1hft4_442 svg{flex-shrink:0}._supportButton_1hft4_442:hover{background:#047857;box-shadow:0 2px 4px #05966926}._supportButton_1hft4_442:active{transform:scale(.98)}._supportNote_1hft4_469{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;margin:0}@keyframes _fadeIn_19k7x_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_19k7x_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._docsPage_19k7x_19{min-height:100vh;width:100%;background:#fafaf9}._quickstartBanner_19k7x_25{background:linear-gradient(135deg,#059669,#047857);padding:16px 24px;position:sticky;top:0;z-index:1000}._bannerContent_19k7x_33{max-width:1120px;margin:0 auto;display:flex;align-items:center;gap:16px}@media(max-width:768px){._bannerContent_19k7x_33{flex-direction:column;text-align:center;gap:10px}}._bannerIcon_19k7x_48{width:24px;height:24px;color:#fff;flex-shrink:0}@media(max-width:768px){._bannerIcon_19k7x_48{display:none}}._bannerText_19k7x_60{display:flex;align-items:center;gap:8px;flex:1}@media(max-width:768px){._bannerText_19k7x_60{flex-direction:column;gap:4px}}._bannerTitle_19k7x_73{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:600;color:#fff}._bannerDescription_19k7x_80{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#ffffffd9}@media(max-width:768px){._bannerDescription_19k7x_80{display:none}}._bannerLink_19k7x_91{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;background:#fff;color:#059669;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;text-decoration:none;border-radius:4px;transition:all .3s ease;white-space:nowrap}._bannerLink_19k7x_91:hover{background:#d1fae5;transform:translate(2px)}._bannerArrow_19k7x_111{width:16px;height:16px}._redocContainer_19k7x_116{background:#fff}._redocContainer_19k7x_116 .redoc-wrap{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}._redocContainer_19k7x_116 .menu-content{background:#fafaf9!important}._redocContainer_19k7x_116 .api-info h1{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-weight:600!important}._redocContainer_19k7x_116 .menu-item-label{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}._redocContainer_19k7x_116 pre,._redocContainer_19k7x_116 code{font-family:JetBrains Mono,Fira Code,Consolas,monospace!important}._redocContainer_19k7x_116 .http-verb{font-family:JetBrains Mono,Fira Code,Consolas,monospace!important;font-weight:600!important;border-radius:4px!important}@keyframes _fadeIn_3sfwn_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_3sfwn_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._quickstartPage_3sfwn_19{min-height:100vh;background:#fafaf9}._main_3sfwn_24{padding:60px 0}@media(max-width:768px){._main_3sfwn_24{padding:40px 0}}._container_3sfwn_33{max-width:1120px;margin:0 auto;padding:0 40px}@media(max-width:810px){._container_3sfwn_33{padding:0 32px}}@media(max-width:768px){._container_3sfwn_33{padding:0 20px}}._breadcrumb_3sfwn_49{margin-bottom:32px}._breadcrumbLink_3sfwn_53{display:inline-flex;align-items:center;gap:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;color:#57534e;text-decoration:none;transition:all .3s ease}._breadcrumbLink_3sfwn_53:hover{color:#059669}._breadcrumbIcon_3sfwn_68{width:16px;height:16px}._hero_3sfwn_73{text-align:center;margin-bottom:48px}._title_3sfwn_78{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:28px;font-weight:700;color:#1c1917;margin:0 0 16px;letter-spacing:-.5px}@media(max-width:768px){._title_3sfwn_78{font-size:24px}}._subtitle_3sfwn_92{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;color:#57534e;margin:0}._prerequisites_3sfwn_99{background:#d1fae5;border:1px solid #6EE7B7;border-radius:6px;padding:24px;margin-bottom:48px}._prerequisitesTitle_3sfwn_107{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;color:#047857;margin:0 0 16px}._prerequisitesList_3sfwn_115{display:flex;flex-direction:column;gap:8px}._prerequisite_3sfwn_99{display:flex;align-items:center;gap:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#1c1917}._prerequisite_3sfwn_99 a{color:#059669;text-decoration:none;font-weight:500}._prerequisite_3sfwn_99 a:hover{text-decoration:underline}._prerequisiteIcon_3sfwn_138{width:20px;height:20px;color:#059669;flex-shrink:0}._steps_3sfwn_145{display:flex;flex-direction:column;gap:16px}._step_3sfwn_145{background:#fff;border:1px solid #E7E5E4;border-radius:6px;overflow:hidden;transition:all .3s ease}._step_3sfwn_145:hover{border-color:#059669;box-shadow:0 4px 6px #1c191712}._stepHeader_3sfwn_163{display:flex;align-items:center;gap:10px;padding:20px;background:#f5f5f4;border-bottom:1px solid #E7E5E4}@media(max-width:768px){._stepHeader_3sfwn_163{flex-wrap:wrap;gap:8px}}._stepNumber_3sfwn_178{display:flex;align-items:center;justify-content:center;width:32px;height:32px;min-width:32px;background:#059669;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:700;border-radius:50%}._stepIcon_3sfwn_193{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#fff;border:1px solid #E7E5E4;border-radius:4px}._stepIcon_3sfwn_193 svg{width:20px;height:20px;color:#6366f1}._stepInfo_3sfwn_209{flex:1}._stepTitle_3sfwn_213{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;color:#1c1917;margin:0 0 4px}._stepDescription_3sfwn_221{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0}._stepContent_3sfwn_228{padding:20px}._stepArrow_3sfwn_232{display:flex;justify-content:center;padding:8px 0;color:#059669;transform:rotate(90deg)}._stepArrow_3sfwn_232 svg{width:24px;height:24px}._endpoint_3sfwn_244{display:inline-flex;align-items:center;gap:8px;margin-bottom:20px}._method_3sfwn_251,._methodPut_3sfwn_251,._methodGet_3sfwn_251{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;background:#6366f11a;color:#6366f1;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:12px;font-weight:700;border-radius:4px}._methodGet_3sfwn_251{background:#0596691a;color:#059669}._methodPut_3sfwn_251{background:#f59e0b1a;color:#f59e0b}._endpoint_3sfwn_244 code{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:13px;color:#1c1917;background:#f5f5f4;padding:4px 8px;border-radius:4px}._codeSection_3sfwn_283{margin-bottom:20px}._codeHeader_3sfwn_287{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;background:#2d2d2d;border-radius:4px 4px 0 0}._codeHeader_3sfwn_287 span{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;color:#ffffffb3}._copyBtn_3sfwn_302{display:flex;align-items:center;justify-content:center;padding:4px;background:transparent;border:none;cursor:pointer;transition:all .3s ease}._copyBtn_3sfwn_302:hover{background:#ffffff1a;border-radius:4px}._copyIcon_3sfwn_317{width:16px;height:16px;color:#fff9}._code_3sfwn_283{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:13px;line-height:1.6;background:#1c1917;color:#e5e7eb;padding:20px;margin:0;border-radius:0 0 4px 4px;overflow-x:auto;white-space:pre-wrap;word-break:break-all}._stepNote_3sfwn_337{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;padding:16px;background:#e0e7ff;border-left:3px solid #6366F1;border-radius:0 4px 4px 0}._stepNote_3sfwn_337 strong{color:#1c1917}._stepNote_3sfwn_337 code{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:12px;background:#6366f126;color:#6366f1;padding:2px 6px;border-radius:4px}._contentTypeTable_3sfwn_358{margin-top:20px}._contentTypeTable_3sfwn_358 h4{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#57534e;margin:0 0 8px}._contentTypeTable_3sfwn_358 table{width:100%;border-collapse:collapse;font-size:13px}._contentTypeTable_3sfwn_358 table th,._contentTypeTable_3sfwn_358 table td{padding:8px 16px;text-align:left;border:1px solid #E7E5E4}._contentTypeTable_3sfwn_358 table th{background:#f5f5f4;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;color:#57534e}._contentTypeTable_3sfwn_358 table td{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:12px}._resultEndpoints_3sfwn_389{display:flex;flex-direction:column;gap:10px;margin-bottom:24px}._resultEndpoint_3sfwn_389{padding:16px;background:#f5f5f4;border-radius:4px}._resultEndpoint_3sfwn_389 ._endpoint_3sfwn_244{margin-bottom:4px}._endpointDesc_3sfwn_405{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0}._webhooksSection_3sfwn_412{margin-top:64px;padding:32px;background:#fff;border:1px solid #E7E5E4;border-radius:6px}._webhooksTitle_3sfwn_420{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:20px;font-weight:700;color:#1c1917;margin:0 0 16px}._webhooksDescription_3sfwn_428{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0 0 24px}._webhooksDescription_3sfwn_428 code{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:13px;background:#f5f5f4;color:#6366f1;padding:2px 6px;border-radius:4px}._webhookSignature_3sfwn_443{margin-top:24px;padding-top:24px;border-top:1px solid #E7E5E4}._webhookSignature_3sfwn_443 h3{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;color:#1c1917;margin:0 0 16px}._webhookSignature_3sfwn_443 p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0 0 20px}._webhookSignature_3sfwn_443 p code{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:13px;background:#f5f5f4;color:#6366f1;padding:2px 6px;border-radius:4px}._nextSteps_3sfwn_470{margin-top:64px;padding-top:48px;border-top:1px solid #E7E5E4}._nextStepsTitle_3sfwn_476{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:20px;font-weight:700;color:#1c1917;margin:0 0 24px;text-align:center}._nextStepsGrid_3sfwn_485{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media(max-width:768px){._nextStepsGrid_3sfwn_485{grid-template-columns:1fr}}._nextStepCard_3sfwn_496{display:flex;flex-direction:column;padding:20px;background:#fff;border:1px solid #E7E5E4;border-radius:6px;text-decoration:none;transition:all .3s ease}._nextStepCard_3sfwn_496:hover{border-color:#059669;box-shadow:0 4px 6px #1c191712}._nextStepCard_3sfwn_496:hover ._nextStepArrow_3sfwn_510{transform:translate(4px);color:#059669}._nextStepCard_3sfwn_496 h3{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:600;color:#1c1917;margin:0 0 4px}._nextStepCard_3sfwn_496 p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0 0 16px;flex:1}._nextStepArrow_3sfwn_510{width:20px;height:20px;color:#57534e;transition:all .3s ease;align-self:flex-end}@keyframes _fadeIn_1npqj_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_1npqj_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._myNumbersSection_1npqj_19{min-height:100vh;background-color:#fafaf9;padding:40px 24px;display:flex;flex-direction:column;align-items:center}@media(max-width:768px){._myNumbersSection_1npqj_19{padding:32px 20px}}._container_1npqj_33{max-width:800px;width:100%;display:flex;flex-direction:column;gap:32px}._header_1npqj_41{display:flex;align-items:center;justify-content:center;padding-bottom:24px;border-bottom:1px solid #1C1917}._logoSection_1npqj_49{display:flex;flex-direction:row;align-items:center}._logoIcon_1npqj_55{width:57px;height:36px;object-fit:contain}._logo_1npqj_49{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:22px;font-weight:700;color:#1c1917;letter-spacing:-.02em;margin:0;line-height:120%}._profileCard_1npqj_71{display:flex;flex-direction:row;gap:24px;padding:40px;border:1px solid #1C1917;border-radius:6px;background-color:#fafaf9;box-shadow:3px 3px 0 2px #1c1917;position:relative}@media(max-width:768px){._profileCard_1npqj_71{flex-direction:column;align-items:center;text-align:center;padding:32px;gap:20px}}._profileNumberCircle_1npqj_92{display:flex;align-items:center;justify-content:center;width:120px;height:120px;border-radius:50%;border:1px solid #1C1917;background-color:#8b7355;box-shadow:2px 2px 0 2px #1c1917;flex-shrink:0;transition:all .3s ease;cursor:pointer}._profileNumberCircle_1npqj_92:hover{transform:translate(-2px,-2px);box-shadow:4px 4px 0 3px #1c1917;filter:brightness(1.05)}@media(max-width:768px){._profileNumberCircle_1npqj_92{width:100px;height:100px}}._lifePathNumber_1npqj_118{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:56px;font-weight:700;color:#fafaf9;line-height:1}@media(max-width:768px){._lifePathNumber_1npqj_118{font-size:48px}}._profileInfo_1npqj_131{display:flex;flex-direction:column;gap:10px;flex:1}._profileNameSection_1npqj_138{display:flex;flex-direction:row;align-items:center;gap:10px;flex-wrap:wrap}@media(max-width:768px){._profileNameSection_1npqj_138{flex-direction:column;gap:4px}}._profileName_1npqj_138{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:36px;font-weight:700;color:#1c1917;margin:0;letter-spacing:1px}@media(max-width:768px){._profileName_1npqj_138{font-size:28px}}._lifePathLabel_1npqj_166{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:500;color:#57534e;padding:4px 16px;border:1px solid #1C1917;border-radius:1000px;background-color:#0596691a}._profileArchetype_1npqj_177{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:22px;font-weight:600;color:#059669;margin:0;letter-spacing:.5px}@media(max-width:768px){._profileArchetype_1npqj_177{font-size:18px}}._profileDescription_1npqj_191{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;font-weight:400;line-height:160%;letter-spacing:0em;color:#1c1917;margin:0}@media(max-width:810px){._profileDescription_1npqj_191{font-size:17px}}._profileDescription_1npqj_191{font-size:19px;color:#1c1917;line-height:160%;margin:0}@media(max-width:768px){._profileDescription_1npqj_191{font-size:17px}}._lifeObjectiveCard_1npqj_217{display:flex;flex-direction:column;gap:16px;width:100%;padding:32px;border:2px solid #059669;border-radius:6px;box-shadow:2px 2px 0 2px #1c1917;background-color:#eb7f3e0d}@media(max-width:768px){._lifeObjectiveCard_1npqj_217{padding:24px;gap:10px}}._lifeObjectiveHeader_1npqj_235{display:flex;align-items:center;gap:10px;color:#059669}@media(max-width:768px){._lifeObjectiveHeader_1npqj_235{gap:8px}}._lifeObjectiveTitle_1npqj_247{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:22px;font-weight:600;color:#1c1917;margin:0}@media(max-width:768px){._lifeObjectiveTitle_1npqj_247{font-size:18px}}._lifeObjectiveText_1npqj_260{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;font-weight:400;line-height:160%;letter-spacing:0em;color:#1c1917;margin:0}@media(max-width:810px){._lifeObjectiveText_1npqj_260{font-size:17px}}._lifeObjectiveText_1npqj_260{font-size:19px;font-style:italic;color:#1c1917;margin:0;line-height:1.7;font-weight:500;text-align:center}@media(max-width:768px){._lifeObjectiveText_1npqj_260{font-size:17px}}._quoteCard_1npqj_289{padding:32px;border:1px solid #1C1917;border-radius:6px;background-color:#0596690d;box-shadow:2px 2px 0 1px #1c1917}@media(max-width:768px){._quoteCard_1npqj_289{padding:24px}}._quoteText_1npqj_302{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;font-weight:400;line-height:160%;letter-spacing:0em;color:#1c1917;margin:0}@media(max-width:810px){._quoteText_1npqj_302{font-size:17px}}._quoteText_1npqj_302{font-size:19px;font-style:italic;color:#1c1917;line-height:160%;margin:0;text-align:center}@media(max-width:768px){._quoteText_1npqj_302{font-size:17px}}._traitsCard_1npqj_330{padding:32px;border:1px solid #1C1917;border-radius:6px;background-color:#fafaf9;box-shadow:2px 2px 0 1px #1c1917}@media(max-width:768px){._traitsCard_1npqj_330{padding:24px}}._traitsTitle_1npqj_343{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:22px;font-weight:600;color:#1c1917;margin:0 0 20px;text-align:center}@media(max-width:768px){._traitsTitle_1npqj_343{font-size:18px}}._traitsCloud_1npqj_357{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;align-items:center;padding:24px 0;min-height:120px}._traitWord_1npqj_367{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:inline-block;margin:0 8px;transition:all .3s ease;cursor:default;text-transform:capitalize;letter-spacing:.5px}._traitWord_1npqj_367:hover{transform:scale(1.1);filter:brightness(1.2)}@media(max-width:768px){._traitWord_1npqj_367{margin:0 4px}}._ctaSection_1npqj_386{display:flex;flex-direction:column;align-items:center;gap:10px;padding:24px;border:1px solid #1C1917;border-radius:6px;background:linear-gradient(135deg,#0596690d,#f5f5f41a);box-shadow:2px 2px 0 1px #1c1917;text-align:center}@media(max-width:768px){._ctaSection_1npqj_386{padding:20px}}._ctaText_1npqj_404{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;font-weight:400;line-height:160%;letter-spacing:0em;color:#1c1917;margin:0}@media(max-width:810px){._ctaText_1npqj_404{font-size:17px}}._ctaText_1npqj_404{font-size:19px;color:#1c1917;margin:0}@media(max-width:768px){._ctaText_1npqj_404{font-size:17px}}._footer_1npqj_429{display:flex;align-items:center;justify-content:center;padding-top:24px;border-top:1px solid #1C1917}._footerText_1npqj_437{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;font-weight:400;line-height:160%;letter-spacing:0em;color:#1c1917;margin:0}@media(max-width:810px){._footerText_1npqj_437{font-size:17px}}._footerText_1npqj_437{font-size:17px;color:#57534e;margin:0}@media(max-width:768px){._footerText_1npqj_437{font-size:15px}}._loadingState_1npqj_462,._errorState_1npqj_463{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:64px 40px;text-align:center;min-height:60vh}._loadingIcon_1npqj_474{color:#059669;animation:_sparkle_1npqj_1 2s ease-in-out infinite}._errorTitle_1npqj_479{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:28px;font-weight:700;color:#1c1917;margin:0}._errorText_1npqj_487{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;font-weight:400;line-height:160%;letter-spacing:0em;color:#1c1917;margin:0}@media(max-width:810px){._errorText_1npqj_487{font-size:17px}}._errorText_1npqj_487{font-size:19px;color:#57534e;margin:0}._ctaButton_1npqj_507{display:inline-flex;align-items:center;justify-content:center;padding:8px 20px;border-radius:6px;background-color:#1c1917;border:none;cursor:pointer;transition:all .3s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:600;line-height:160%;letter-spacing:0em;color:#fafaf9;white-space:nowrap}._ctaButton_1npqj_507:hover{background-color:#059669}._ctaButton_1npqj_507:active{transform:scale(.98)}@media(max-width:768px){._ctaButton_1npqj_507{padding:4px 16px;font-size:15px}}@keyframes _fadeIn_xaepr_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_xaepr_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._successSection_xaepr_19{padding:60px 40px 0;width:100%}@media(max-width:810px){._successSection_xaepr_19{padding:50px 32px 0}}@media(max-width:768px){._successSection_xaepr_19{padding:40px 20px 0}}._successSection_xaepr_19{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fafaf9;min-height:100vh;padding-top:64px;padding-bottom:64px}@media(max-width:810px){._successSection_xaepr_19{padding-top:48px;padding-bottom:48px}}@media(max-width:768px){._successSection_xaepr_19{padding-top:40px;padding-bottom:40px}}._container_xaepr_56{max-width:1120px;margin:0 auto;padding:0 40px;width:100%}@media(max-width:810px){._container_xaepr_56{padding:0 32px}}@media(max-width:768px){._container_xaepr_56{padding:0 20px}}._container_xaepr_56{display:flex;flex-direction:column;align-items:center;justify-content:center}._content_xaepr_79{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%;max-width:600px}@media(max-width:810px){._content_xaepr_79{gap:16px}}._loadingContainer_xaepr_93{display:flex;align-items:center;justify-content:center;width:100%;padding:0 0 10px}._hourglassIcon_xaepr_101{color:#059669;animation:_hourglassRotate_xaepr_1 2s ease-in-out infinite}@keyframes _hourglassRotate_xaepr_1{0%,to{transform:rotate(0)}50%{transform:rotate(180deg)}}._header_xaepr_114{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;width:100%}._title_xaepr_123{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;line-height:120%;letter-spacing:-.02em;color:#1c1917;margin:0;font-size:42px}@media(max-width:1200px){._title_xaepr_123{font-size:42px}}._title_xaepr_123{margin:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}@media(max-width:810px){._title_xaepr_123{font-size:36px}}@media(max-width:768px){._title_xaepr_123{font-size:32px}}._titleDynamic_xaepr_166{display:flex;align-items:center;justify-content:center;gap:8px;color:#059669;animation:_smoothFade_xaepr_1 .6s ease-in-out}@keyframes _smoothFade_xaepr_1{0%{opacity:0;filter:blur(4px);transform:translateY(-10px)}to{opacity:1;filter:blur(0);transform:translateY(0)}}._completionMessage_xaepr_187{display:flex;flex-direction:column;align-items:center;gap:16px;animation:_completionAppear_xaepr_1 .8s ease-out}._completionIcon_xaepr_195{color:#059669;animation:_sparkleRotate_xaepr_1 1s ease-in-out infinite}@keyframes _sparkleRotate_xaepr_1{0%,to{transform:rotate(0) scale(1)}50%{transform:rotate(180deg) scale(1.1)}}._completionTitle_xaepr_208{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;line-height:120%;letter-spacing:-.02em;color:#1c1917;margin:0;font-size:42px}@media(max-width:1200px){._completionTitle_xaepr_208{font-size:42px}}._completionTitle_xaepr_208{margin:0;color:#059669}@media(max-width:810px){._completionTitle_xaepr_208{font-size:36px}}@media(max-width:768px){._completionTitle_xaepr_208{font-size:32px}}._completionSubtitle_xaepr_247{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;font-weight:400;line-height:160%;letter-spacing:0em;color:#1c1917;margin:0}@media(max-width:810px){._completionSubtitle_xaepr_247{font-size:17px}}._completionSubtitle_xaepr_247{color:#57534e;margin:0}@keyframes _completionAppear_xaepr_1{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}._fadeOut_xaepr_276{animation:_fadeOutAnimation_xaepr_1 .5s ease-out forwards}@keyframes _fadeOutAnimation_xaepr_1{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}._loadingDots_xaepr_290{display:inline-flex;margin-left:2px}._dot_xaepr_295{animation:_dotBlink_xaepr_1 1.4s infinite;opacity:0}._dot_xaepr_295:nth-child(1){animation-delay:0s}._dot_xaepr_295:nth-child(2){animation-delay:.2s}._dot_xaepr_295:nth-child(3){animation-delay:.4s}@keyframes _dotBlink_xaepr_1{0%,20%{opacity:0}50%{opacity:1}to{opacity:0}}._infoCard_xaepr_320{display:flex;flex-direction:column;align-items:center;border:1px solid #1C1917;border-radius:6px;box-shadow:1px 1px 0 1px #1c1917;gap:16px;padding:32px 40px;width:100%;max-width:600px;position:relative;transform:perspective(1200px);transition:all .3s ease}@media(max-width:810px){._infoCard_xaepr_320{padding:24px 32px}}@media(max-width:768px){._infoCard_xaepr_320{padding:20px 24px}}._infoCard_xaepr_320:hover{transform:perspective(1200px) translateY(-2px);box-shadow:2px 2px 0 2px #1c1917}._infoText_xaepr_350{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;font-weight:400;line-height:160%;letter-spacing:0em;color:#1c1917;margin:0}@media(max-width:810px){._infoText_xaepr_350{font-size:17px}}._infoText_xaepr_350{font-size:19px;text-align:center;color:#1c1917;margin:0}@media(max-width:768px){._infoText_xaepr_350{font-size:17px}}._sessionId_xaepr_376{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;font-weight:400;line-height:160%;letter-spacing:0em;color:#1c1917;margin:0}@media(max-width:810px){._sessionId_xaepr_376{font-size:17px}}._sessionId_xaepr_376{font-size:17px;text-align:center;color:#57534e;margin:0}._sessionId_xaepr_376 code{font-family:Courier New,monospace;background-color:#f5f5f4;padding:2px 6px;border-radius:4px;font-size:11px}@media(max-width:768px){._sessionId_xaepr_376{font-size:12px}}._pendingMessage_xaepr_409{display:flex;flex-direction:column;align-items:center;gap:20px;animation:_completionAppear_xaepr_1 .8s ease-out}._pendingIcon_xaepr_417{color:#059669;animation:_mailBounce_xaepr_1 2s ease-in-out infinite}@keyframes _mailBounce_xaepr_1{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}._pendingTitle_xaepr_430{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;line-height:120%;letter-spacing:-.02em;color:#1c1917;margin:0;font-size:42px}@media(max-width:1200px){._pendingTitle_xaepr_430{font-size:42px}}._pendingTitle_xaepr_430{margin:0;color:#059669}@media(max-width:810px){._pendingTitle_xaepr_430{font-size:36px}}@media(max-width:768px){._pendingTitle_xaepr_430{font-size:32px}}._pendingSubtitle_xaepr_469{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;font-weight:400;line-height:160%;letter-spacing:0em;color:#1c1917;margin:0}@media(max-width:810px){._pendingSubtitle_xaepr_469{font-size:17px}}._pendingSubtitle_xaepr_469{color:#57534e;margin:0;text-align:center;max-width:500px}._continueButton_xaepr_490{display:inline-flex;align-items:center;justify-content:center;padding:16px 20px;border-radius:1000px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:500;line-height:160%;text-decoration:none;cursor:pointer;transition:all .3s ease;border:none;white-space:nowrap;background-color:#1c1917;color:#fafaf9;border:1px solid #1C1917}._continueButton_xaepr_490:hover{background-color:transparent;color:#1c1917}._continueButton_xaepr_490{margin-top:16px}@keyframes _fadeInUp_c7izi_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._processingSection_c7izi_19{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#05966905,#6366f105);padding:40px}@media(max-width:768px){._processingSection_c7izi_19{padding:24px}}._container_c7izi_33{max-width:700px;width:100%}._content_c7izi_38{display:flex;flex-direction:column;align-items:center;gap:32px;text-align:center}._loadingContainer_c7izi_46{animation:_fadeIn_c7izi_1 .5s ease}._loadingContainer_c7izi_46._fadeOut_c7izi_49{animation:_fadeOut_c7izi_49 .5s ease forwards}._loaderIcon_c7izi_53{display:flex;align-items:center;justify-content:center;width:120px;height:120px;margin:0 auto;background:#fff;border-radius:50%;box-shadow:0 8px 32px #0596691f}._loaderIcon_c7izi_53 ._spinner_c7izi_64{color:#059669;animation:_spin_c7izi_64 1s linear infinite}._header_c7izi_69{display:flex;flex-direction:column;gap:16px}._title_c7izi_75{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:22px;font-weight:700;color:#1c1917;margin:0;min-height:80px;display:flex;align-items:center;justify-content:center}._title_c7izi_75._fadeOut_c7izi_49{animation:_fadeOut_c7izi_49 .5s ease forwards}@media(max-width:768px){._title_c7izi_75{font-size:18px;min-height:60px}}._titleDynamic_c7izi_96{animation:_fadeInUp_c7izi_1 .4s ease}._loadingDots_c7izi_100{display:inline-flex;gap:2px;margin-left:4px}._dot_c7izi_106{animation:_dotPulse_c7izi_1 1.4s infinite;opacity:0}._dot_c7izi_106:nth-child(1){animation-delay:0s}._dot_c7izi_106:nth-child(2){animation-delay:.2s}._dot_c7izi_106:nth-child(3){animation-delay:.4s}._infoCard_c7izi_120{display:flex;flex-direction:column;gap:10px;padding:32px;background:#fff;border-radius:8px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714;width:100%;animation:_fadeIn_c7izi_1 .5s ease .3s backwards}._infoCard_c7izi_120._fadeOut_c7izi_49{animation:_fadeOut_c7izi_49 .5s ease forwards}@media(max-width:768px){._infoCard_c7izi_120{padding:24px}}._infoText_c7izi_141{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;color:#57534e;margin:0;line-height:1.6}._pendingMessage_c7izi_149{display:flex;flex-direction:column;align-items:center;gap:20px;padding:48px;background:#fff;border-radius:8px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714;animation:_fadeInUp_c7izi_1 .5s ease}@media(max-width:768px){._pendingMessage_c7izi_149{padding:40px 24px}}._pendingIcon_c7izi_167{color:#f59e0b}._pendingTitle_c7izi_171{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:22px;font-weight:700;color:#1c1917;margin:0}@media(max-width:768px){._pendingTitle_c7izi_171{font-size:18px}}._pendingSubtitle_c7izi_184{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;color:#57534e;margin:0;line-height:1.6;max-width:500px}._pendingNote_c7izi_193{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;color:#57534e;margin:0;padding:16px 20px;background:#0596690d;border-radius:4px;border:1px solid rgba(5,150,105,.1)}._continueButton_c7izi_204{display:inline-flex;align-items:center;gap:8px;padding:16px 40px;background:#059669;color:#fff;border:none;border-radius:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;font-weight:600;cursor:pointer;transition:all .15s ease;margin-top:20px}._continueButton_c7izi_204:hover{background:#047857;transform:translateY(-1px);box-shadow:0 4px 12px #0596694d}._continueButton_c7izi_204:active{transform:scale(.98)}@media(max-width:768px){._continueButton_c7izi_204{width:100%;justify-content:center}}._completionMessage_c7izi_235{display:flex;flex-direction:column;align-items:center;gap:20px;padding:48px;background:#fff;border-radius:8px;border:1px solid rgba(5,150,105,.2);box-shadow:0 4px 16px #0596691f;animation:_fadeInUp_c7izi_1 .5s ease}@media(max-width:768px){._completionMessage_c7izi_235{padding:40px 24px}}._completionIcon_c7izi_253{color:#059669;animation:_scaleIn_c7izi_1 .5s ease .2s backwards}._completionTitle_c7izi_258{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:22px;font-weight:700;color:#1c1917;margin:0}@media(max-width:768px){._completionTitle_c7izi_258{font-size:18px}}._completionSubtitle_c7izi_271{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;color:#57534e;margin:0;line-height:1.6}@keyframes _fadeIn_c7izi_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeOut_c7izi_49{0%{opacity:1}to{opacity:0}}@keyframes _fadeInUp_c7izi_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes _spin_c7izi_64{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _dotPulse_c7izi_1{0%,to{opacity:0}50%{opacity:1}}@keyframes _scaleIn_c7izi_1{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}@keyframes _fadeIn_z2zdz_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_z2zdz_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._acceptPage_z2zdz_19{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:48px 32px;background:linear-gradient(135deg,#05966908,#6366f108)}@media(max-width:768px){._acceptPage_z2zdz_19{padding:40px 20px}}._acceptContainer_z2zdz_33{width:100%;max-width:440px;display:flex;flex-direction:column;gap:24px}._header_z2zdz_41{display:flex;justify-content:center}._logo_z2zdz_46{display:flex;align-items:center;gap:8px;text-decoration:none;transition:all .15s ease}._logo_z2zdz_46 img{width:32px;height:32px;border-radius:4px}._logo_z2zdz_46 span{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;font-weight:700;color:#1c1917}._logo_z2zdz_46:hover{opacity:.8}._logo_z2zdz_46:active{transform:scale(.98)}._acceptCard_z2zdz_71{background:#fff;border-radius:8px;border:1px solid #E7E5E4;box-shadow:0 2px 8px #1c191714;padding:40px 32px;display:flex;flex-direction:column;align-items:center;gap:20px}@media(max-width:768px){._acceptCard_z2zdz_71{padding:32px 24px;gap:16px}}._iconWrapper_z2zdz_89{display:flex;align-items:center;justify-content:center;width:72px;height:72px;background:#0596691a;border-radius:50%}._teamIcon_z2zdz_99{width:36px;height:36px;color:#059669}._cardHeader_z2zdz_105{display:flex;flex-direction:column;gap:4px;text-align:center}._title_z2zdz_112{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:24px;font-weight:700;color:#1c1917;margin:0}@media(max-width:768px){._title_z2zdz_112{font-size:22px}}._subtitle_z2zdz_125{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#57534e;margin:0;line-height:1.5}._subtitle_z2zdz_125 strong{color:#1c1917;font-weight:600}@media(max-width:768px){._subtitle_z2zdz_125{font-size:13px}}._loadingSection_z2zdz_142{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;padding:24px 0}._spinnerLarge_z2zdz_151{width:40px;height:40px;border:3px solid rgba(5,150,105,.2);border-top-color:#059669;border-radius:50%;animation:_spin_z2zdz_151 .8s linear infinite}._loadingText_z2zdz_160{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#57534e;margin:0}._infoBanner_z2zdz_167{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:8px 16px;background:#6366f114;border:1px solid rgba(99,102,241,.3);border-radius:4px;color:#6366f1;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;text-align:center;line-height:1.4}._infoBanner_z2zdz_167 svg{flex-shrink:0}@media(max-width:768px){._infoBanner_z2zdz_167{font-size:12px}}._successBanner_z2zdz_192{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:8px 16px;background:#0596691a;border:1px solid #059669;border-radius:4px;color:#059669;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;animation:_slideDown_z2zdz_1 .2s ease-out}._successBanner_z2zdz_192 svg{flex-shrink:0}@media(max-width:768px){._successBanner_z2zdz_192{font-size:12px}}._errorBanner_z2zdz_216{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:8px 16px;background:#dc26261a;border:1px solid #DC2626;border-radius:4px;color:#dc2626;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;animation:_slideDown_z2zdz_1 .2s ease-out}._errorBanner_z2zdz_216 svg{flex-shrink:0}@media(max-width:768px){._errorBanner_z2zdz_216{font-size:12px}}@keyframes _slideDown_z2zdz_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}._actions_z2zdz_250{display:flex;flex-direction:column;gap:8px;width:100%}._primaryButton_z2zdz_257{display:flex;align-items:center;justify-content:center;gap:4px;width:100%;padding:8px 24px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;color:#fff;background:#059669;border:none;border-radius:4px;cursor:pointer;transition:all .15s ease}._primaryButton_z2zdz_257:hover:not(:disabled){background:#047857;box-shadow:0 2px 4px #05966926}._primaryButton_z2zdz_257:active:not(:disabled){transform:scale(.98)}._primaryButton_z2zdz_257:disabled{opacity:.5;cursor:not-allowed}._primaryButton_z2zdz_257 svg{flex-shrink:0}._secondaryButton_z2zdz_289{display:flex;align-items:center;justify-content:center;gap:4px;width:100%;padding:8px 24px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500;color:#1c1917;background:#fff;border:1px solid #E7E5E4;border-radius:4px;cursor:pointer;transition:all .15s ease}._secondaryButton_z2zdz_289:hover:not(:disabled){background:#f5f5f4;border-color:#cfcbc9}._secondaryButton_z2zdz_289:active:not(:disabled){transform:scale(.98)}._secondaryButton_z2zdz_289:disabled{opacity:.5;cursor:not-allowed}._secondaryButton_z2zdz_289 svg{flex-shrink:0}@keyframes _spin_z2zdz_151{to{transform:rotate(360deg)}}._divider_z2zdz_326{position:relative;text-align:center;width:100%;margin:8px 0}._divider_z2zdz_326:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e7e5e4}._divider_z2zdz_326 span{position:relative;padding:0 16px;background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e}._logoutButton_z2zdz_350{display:flex;align-items:center;justify-content:center;gap:4px;width:100%;padding:8px 24px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;color:#57534e;background:transparent;border:none;border-radius:4px;cursor:pointer;transition:all .15s ease}._logoutButton_z2zdz_350:hover{color:#1c1917;background:#f5f5f4}._logoutButton_z2zdz_350:active{transform:scale(.98)}._logoutButton_z2zdz_350 svg{flex-shrink:0}._footer_z2zdz_378{display:flex;justify-content:space-between;align-items:center;gap:10px;padding-top:20px}@media(max-width:768px){._footer_z2zdz_378{flex-direction:column;gap:8px}}._footerLinks_z2zdz_392{display:flex;align-items:center;gap:8px}._footerLink_z2zdz_392{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;text-decoration:none;transition:all .15s ease}._footerLink_z2zdz_392:hover{color:#059669}@media(max-width:768px){._footerLink_z2zdz_392{font-size:11px}}._separator_z2zdz_414{color:#57534e;opacity:.5}@keyframes _fadeIn_1gh7b_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_1gh7b_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._blog_1gh7b_19{width:100%;min-height:100vh;background:#fafaf9}._hero_1gh7b_25{padding:48px 32px;background:linear-gradient(135deg,#05966908,#6366f108);border-bottom:1px solid #E7E5E4}@media(max-width:768px){._hero_1gh7b_25{padding:40px 20px}}._heroContainer_1gh7b_36{max-width:1120px;margin:0 auto;text-align:center}._heroTitle_1gh7b_42{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:32px;font-weight:700;color:#1c1917;margin:0 0 16px}@media(max-width:810px){._heroTitle_1gh7b_42{font-size:28px}}@media(max-width:768px){._heroTitle_1gh7b_42{font-size:24px}}._heroSubtitle_1gh7b_60{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;color:#57534e;max-width:600px;margin:0 auto;line-height:1.6}@media(max-width:768px){._heroSubtitle_1gh7b_60{font-size:14px}}._tagsSection_1gh7b_74{padding:24px 32px;background:#fff;border-bottom:1px solid #E7E5E4}@media(max-width:768px){._tagsSection_1gh7b_74{padding:20px}}._container_1gh7b_85{max-width:1120px;margin:0 auto}._tagsContainer_1gh7b_90{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}._tagButton_1gh7b_97{display:inline-flex;align-items:center;gap:4px;padding:4px 16px;background:#fff;border:1px solid #E7E5E4;border-radius:100px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;color:#57534e;cursor:pointer;transition:all .15s ease}._tagButton_1gh7b_97:hover{border-color:#059669;color:#059669}._tagButton_1gh7b_97._active_1gh7b_116{background:#059669;border-color:#059669;color:#fff}._tagButton_1gh7b_97:active{transform:scale(.98)}@media(max-width:768px){._tagButton_1gh7b_97{font-size:12px;padding:4px 8px}}._postsSection_1gh7b_131{padding:48px 32px;background:#fff}@media(max-width:768px){._postsSection_1gh7b_131{padding:40px 20px}}._postsGrid_1gh7b_141{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px}@media(max-width:810px){._postsGrid_1gh7b_141{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}}@media(max-width:768px){._postsGrid_1gh7b_141{grid-template-columns:1fr;gap:16px}}._postCard_1gh7b_159{display:flex;flex-direction:column;background:#fff;border:1px solid #E7E5E4;border-radius:8px;overflow:hidden;text-decoration:none;transition:all .15s ease}._postCard_1gh7b_159:hover{border-color:#059669;box-shadow:0 2px 8px #05966914}._postCard_1gh7b_159:hover ._postCover_1gh7b_173{transform:scale(1.03)}._postCard_1gh7b_159:hover ._readMore_1gh7b_176{color:#059669}._postCard_1gh7b_159:active{transform:scale(.98)}._postCover_1gh7b_173{width:100%;height:180px;background-size:cover;background-position:center;background-color:#f5f5f4;transition:transform .2s ease}._postContent_1gh7b_192{display:flex;flex-direction:column;gap:10px;padding:24px;flex:1}._postTitle_1gh7b_200{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;font-weight:700;color:#1c1917;margin:0;line-height:1.3}@media(max-width:768px){._postTitle_1gh7b_200{font-size:16px}}._postMeta_1gh7b_214{display:flex;gap:10px;flex-wrap:wrap}._metaItem_1gh7b_220{display:flex;align-items:center;gap:4px;font-size:12px;color:#57534e;font-weight:500}._metaItem_1gh7b_220 svg{flex-shrink:0}._postExcerpt_1gh7b_232{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;line-height:1.6;margin:0;flex:1}._postTags_1gh7b_241{display:flex;gap:4px;flex-wrap:wrap}._postTag_1gh7b_241{display:inline-block;padding:2px 4px;background:#0596691a;color:#059669;font-size:10px;font-weight:600;border-radius:4px;text-transform:uppercase;letter-spacing:.3px}._readMore_1gh7b_176{display:flex;align-items:center;gap:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#1c1917;margin-top:auto;transition:all .15s ease}._readMore_1gh7b_176 svg{flex-shrink:0;transition:transform .15s ease}@keyframes _skeletonPulse_1gh7b_1{0%{opacity:1}50%{opacity:.4}to{opacity:1}}._skeletonCover_1gh7b_286{width:100%;height:180px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;animation:_skeletonPulse_1gh7b_1 1.5s ease-in-out infinite}._skeletonTitle_1gh7b_294{width:80%;height:20px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:4px;animation:_skeletonPulse_1gh7b_1 1.5s ease-in-out infinite}._skeletonMeta_1gh7b_303{width:40%;height:14px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:4px;animation:_skeletonPulse_1gh7b_1 1.5s ease-in-out infinite;animation-delay:.1s}._skeletonExcerpt_1gh7b_313{width:100%;height:48px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:4px;animation:_skeletonPulse_1gh7b_1 1.5s ease-in-out infinite;animation-delay:.2s}._emptyState_1gh7b_323{text-align:center;padding:48px 32px}._emptyText_1gh7b_328{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#57534e;margin:0}@keyframes _fadeIn_x473z_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_x473z_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._blogPost_x473z_19{width:100%;min-height:100vh;background:#fafaf9}._backSection_x473z_25{padding:24px 32px;background:#fff;border-bottom:1px solid #E7E5E4}@media(max-width:768px){._backSection_x473z_25{padding:20px}}._container_x473z_36{max-width:800px;margin:0 auto}._backLink_x473z_41{display:inline-flex;align-items:center;gap:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;color:#57534e;text-decoration:none;transition:all .15s ease}._backLink_x473z_41:hover{color:#059669}._backLink_x473z_41 svg{transition:transform .15s ease}._article_x473z_59{padding:48px 32px;background:#fff}@media(max-width:768px){._article_x473z_59{padding:40px 20px}}._coverImage_x473z_69{width:100%;height:320px;background-size:cover;background-position:center;background-color:#f5f5f4;border-radius:8px;margin-bottom:32px}@media(max-width:810px){._coverImage_x473z_69{height:260px}}@media(max-width:768px){._coverImage_x473z_69{height:180px;margin-bottom:24px}}._articleHeader_x473z_90{margin-bottom:40px;padding-bottom:24px;border-bottom:1px solid #E7E5E4}@media(max-width:768px){._articleHeader_x473z_90{margin-bottom:32px;padding-bottom:20px}}._articleTitle_x473z_102{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:32px;font-weight:700;color:#1c1917;line-height:1.2;margin:0 0 20px}@media(max-width:810px){._articleTitle_x473z_102{font-size:28px}}@media(max-width:768px){._articleTitle_x473z_102{font-size:24px;margin-bottom:16px}}._articleMeta_x473z_122{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:20px}._metaItem_x473z_130{display:flex;align-items:center;gap:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;font-weight:500}._metaItem_x473z_130 svg{flex-shrink:0;color:#059669}@media(max-width:768px){._metaItem_x473z_130{font-size:12px}}._metaDivider_x473z_149{color:#e7e5e4;font-weight:700}._metaAuthor_x473z_154{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#1c1917;font-weight:600}@media(max-width:768px){._metaAuthor_x473z_154{font-size:12px}}._articleTags_x473z_166{display:flex;gap:4px;flex-wrap:wrap}._tag_x473z_172{display:inline-flex;align-items:center;gap:4px;padding:2px 4px;background:#0596691a;color:#059669;font-size:10px;font-weight:600;border-radius:4px;text-transform:uppercase;letter-spacing:.3px}._tag_x473z_172 svg{flex-shrink:0}._articleContent_x473z_189{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;line-height:1.7;color:#1c1917}._articleContent_x473z_189 h1,._articleContent_x473z_189 h2,._articleContent_x473z_189 h3,._articleContent_x473z_189 h4,._articleContent_x473z_189 h5,._articleContent_x473z_189 h6{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;color:#1c1917;margin:32px 0 20px;line-height:1.3}._articleContent_x473z_189 h1{font-size:28px}@media(max-width:768px){._articleContent_x473z_189 h1{font-size:24px}}._articleContent_x473z_189 h2{font-size:24px;padding-bottom:8px;border-bottom:1px solid #E7E5E4}@media(max-width:768px){._articleContent_x473z_189 h2{font-size:20px}}._articleContent_x473z_189 h3{font-size:20px}@media(max-width:768px){._articleContent_x473z_189 h3{font-size:18px}}._articleContent_x473z_189 h4{font-size:18px}@media(max-width:768px){._articleContent_x473z_189 h4{font-size:16px}}._articleContent_x473z_189 h5,._articleContent_x473z_189 h6{font-size:16px}@media(max-width:768px){._articleContent_x473z_189 h5,._articleContent_x473z_189 h6{font-size:15px}}._articleContent_x473z_189 p{margin:0 0 20px;line-height:1.7}._articleContent_x473z_189 a{color:#059669;text-decoration:underline;font-weight:500;transition:color .15s ease}._articleContent_x473z_189 a:hover{color:#047857}._articleContent_x473z_189 ul,._articleContent_x473z_189 ol{margin:0 0 20px;padding-left:32px}._articleContent_x473z_189 ul li,._articleContent_x473z_189 ol li{margin-bottom:8px;line-height:1.7}._articleContent_x473z_189 ul li::marker,._articleContent_x473z_189 ol li::marker{color:#059669}._articleContent_x473z_189 blockquote{margin:24px 0;padding:20px 24px;border-left:3px solid #059669;background:#f5f5f4;border-radius:0 4px 4px 0;font-style:italic;color:#57534e}._articleContent_x473z_189 blockquote p{margin:0}@media(max-width:768px){._articleContent_x473z_189 blockquote{padding:16px 20px}}._articleContent_x473z_189 pre{margin:24px 0;padding:24px;background:#f5f5f4;border:1px solid #E7E5E4;border-radius:4px;overflow-x:auto}._articleContent_x473z_189 pre code{background:none;padding:0;border:none;font-size:13px}@media(max-width:768px){._articleContent_x473z_189 pre{padding:20px}}._articleContent_x473z_189 code{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:13px;color:#57534e;background:#f5f5f4;padding:2px 4px;border-radius:4px;border:1px solid #E7E5E4}._articleContent_x473z_189 img{max-width:100%;height:auto;margin:24px 0;border-radius:4px;box-shadow:0 2px 8px #1c191714}._articleContent_x473z_189 hr{margin:40px 0;border:none;border-top:1px solid #E7E5E4}@media(max-width:768px){._articleContent_x473z_189 hr{margin:32px 0}}._articleContent_x473z_189 table{width:100%;margin:24px 0;border-collapse:collapse;border:1px solid #E7E5E4;border-radius:4px;overflow:hidden;font-size:14px}._articleContent_x473z_189 table thead{background:#f5f5f4}._articleContent_x473z_189 table thead th{padding:8px 16px;text-align:left;font-weight:600;color:#1c1917;border-bottom:1px solid #E7E5E4}._articleContent_x473z_189 table tbody tr{border-bottom:1px solid #E7E5E4}._articleContent_x473z_189 table tbody tr:last-child{border-bottom:none}._articleContent_x473z_189 table tbody tr:hover{background:#05966905}._articleContent_x473z_189 table tbody td{padding:8px 16px;color:#57534e}@media(max-width:768px){._articleContent_x473z_189 table{font-size:13px}._articleContent_x473z_189 table thead th,._articleContent_x473z_189 table tbody td{padding:4px 8px}}._articleContent_x473z_189 strong{font-weight:700;color:#1c1917}._articleContent_x473z_189 em{font-style:italic}._notFound_x473z_379{padding:48px 32px;background:#fff;text-align:center}@media(max-width:768px){._notFound_x473z_379{padding:40px 20px}}._notFoundTitle_x473z_390{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:28px;font-weight:700;color:#1c1917;margin:0 0 16px}@media(max-width:768px){._notFoundTitle_x473z_390{font-size:24px}}._notFoundText_x473z_403{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#57534e;max-width:400px;margin:0 auto 24px;line-height:1.6}._backButton_x473z_414{display:inline-flex;align-items:center;gap:4px;padding:8px 24px;background:#059669;color:#fff;text-decoration:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;font-size:14px;border-radius:4px;transition:all .15s ease}._backButton_x473z_414:hover{background:#047857;box-shadow:0 2px 4px #05966926;transform:translateY(-1px)}._backButton_x473z_414:active{transform:translateY(0)}@keyframes _skeletonPulse_x473z_1{0%{opacity:1}50%{opacity:.4}to{opacity:1}}._skeletonHeader_x473z_448{width:60%;height:36px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:4px;margin-bottom:20px;animation:_skeletonPulse_x473z_1 1.5s ease-in-out infinite}@media(max-width:768px){._skeletonHeader_x473z_448{width:80%;height:28px}}._skeletonMeta_x473z_464{width:40%;height:16px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:4px;margin-bottom:40px;animation:_skeletonPulse_x473z_1 1.5s ease-in-out infinite;animation-delay:.1s}@media(max-width:768px){._skeletonMeta_x473z_464{width:60%;margin-bottom:32px}}._skeletonContent_x473z_481{width:100%;height:300px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:4px;animation:_skeletonPulse_x473z_1 1.5s ease-in-out infinite;animation-delay:.2s}@media(max-width:768px){._skeletonContent_x473z_481{height:240px}}@keyframes _fadeIn_1cxik_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_1cxik_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._container_1cxik_19{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#05966908,#6366f108);padding:48px 32px}@media(max-width:768px){._container_1cxik_19{padding:40px 20px}}._content_1cxik_33{max-width:480px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}._errorCode_1cxik_42{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:80px;font-weight:700;color:#059669;line-height:1;margin:0}@media(max-width:768px){._errorCode_1cxik_42{font-size:64px}}._title_1cxik_56{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:28px;font-weight:600;color:#1c1917;margin:0}@media(max-width:768px){._title_1cxik_56{font-size:24px}}._description_1cxik_69{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#57534e;line-height:1.6;margin:0;max-width:360px}._actions_1cxik_78{display:flex;flex-direction:row;gap:8px;margin-top:16px}@media(max-width:768px){._actions_1cxik_78{display:flex;flex-direction:column;width:100%}}._primaryButton_1cxik_92{display:inline-flex;align-items:center;justify-content:center;padding:8px 24px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;color:#fff;background:#059669;border:none;border-radius:4px;text-decoration:none;cursor:pointer;transition:all .15s ease}._primaryButton_1cxik_92:hover{background:#047857;box-shadow:0 2px 4px #05966926;transform:translateY(-1px)}._primaryButton_1cxik_92:active{transform:translateY(0)}@media(max-width:768px){._primaryButton_1cxik_92{width:100%}}._secondaryButton_1cxik_122{display:inline-flex;align-items:center;justify-content:center;padding:8px 24px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;color:#059669;background:#fff;border:1px solid #059669;border-radius:4px;text-decoration:none;cursor:pointer;transition:all .15s ease}._secondaryButton_1cxik_122:hover{background:#0596690d;transform:translateY(-1px)}._secondaryButton_1cxik_122:active{transform:translateY(0)}@media(max-width:768px){._secondaryButton_1cxik_122{width:100%}}._helpLinks_1cxik_151{margin-top:24px;padding-top:24px;border-top:1px solid #E7E5E4;display:flex;flex-direction:column;gap:8px}._helpText_1cxik_160{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0}._links_1cxik_167{display:flex;flex-direction:row;gap:10px;flex-wrap:wrap;justify-content:center}._links_1cxik_167 a{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;color:#059669;text-decoration:none;transition:all .15s ease}._links_1cxik_167 a:hover{color:#047857;text-decoration:underline}
