@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_2uact_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._modalOverlay_2uact_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_2uact_1 .2s ease;padding:20px}@keyframes _fadeIn_2uact_1{0%{opacity:0}to{opacity:1}}._modalCard_2uact_42{display:flex;flex-direction:column;align-items:flex-start;background-color:#fff;border-radius:10px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714;width:100%;max-width:400px;position:relative;animation:_slideUp_2uact_1 .2s ease}@media(max-width:768px){._modalCard_2uact_42{max-width:100%}}@keyframes _slideUp_2uact_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}._modalHeader_2uact_71{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:8px 8px 8px 20px;border-bottom:1px solid #E7E5E4}@media(max-width:768px){._modalHeader_2uact_71{padding:4px 4px 4px 16px}}._closeButton_2uact_86{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;background-color:transparent;border:none;border-radius:6px;color:#57534e;cursor:pointer;transition:all .15s ease}._closeButton_2uact_86:hover{background-color:#1c19170d;color:#1c1917}._closeButton_2uact_86:active{transform:scale(.95)}._modalTitle_2uact_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_2uact_108{font-size:15px}}._modalBody_2uact_121{width:100%;padding:20px}@media(max-width:768px){._modalBody_2uact_121{padding:16px}}._modalText_2uact_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_2uact_131{font-size:12px}}._modalActions_2uact_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_2uact_144{padding:8px 16px;flex-direction:column-reverse;gap:4px}}._cancelButton_2uact_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:6px;cursor:pointer;transition:all .15s ease}@media(max-width:768px){._cancelButton_2uact_161{width:100%}}._cancelButton_2uact_161:hover{background:#f5f5f4;border-color:#57534e}._cancelButton_2uact_161:active{transform:scale(.98)}._confirmButton_2uact_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:6px;cursor:pointer;transition:all .15s ease}@media(max-width:768px){._confirmButton_2uact_190{width:100%}}._confirmButton_2uact_190:hover{background:#bb1e1e}._confirmButton_2uact_190:active{transform:scale(.98)}@keyframes _fadeInUp_14m98_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._modalOverlay_14m98_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_14m98_1 .2s ease;padding:20px}@keyframes _fadeIn_14m98_1{0%{opacity:0}to{opacity:1}}._modalCard_14m98_42{display:flex;flex-direction:column;align-items:flex-start;background-color:#fff;border-radius:10px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714;width:100%;max-width:400px;position:relative;animation:_slideUp_14m98_1 .2s ease}@media(max-width:768px){._modalCard_14m98_42{max-width:100%}}@keyframes _slideUp_14m98_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}._modalHeader_14m98_71{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:8px 8px 8px 20px;border-bottom:1px solid #E7E5E4}@media(max-width:768px){._modalHeader_14m98_71{padding:4px 4px 4px 16px}}._closeButton_14m98_86{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;background-color:transparent;border:none;border-radius:6px;color:#57534e;cursor:pointer;transition:all .15s ease}._closeButton_14m98_86:hover{background-color:#1c19170d;color:#1c1917}._closeButton_14m98_86:active{transform:scale(.95)}._modalTitle_14m98_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_14m98_108{font-size:15px}}._modalBody_14m98_121{width:100%;padding:20px}@media(max-width:768px){._modalBody_14m98_121{padding:16px}}._modalText_14m98_131{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0;line-height:1.6}._modalText_14m98_131 strong{color:#1c1917;font-weight:600}@media(max-width:768px){._modalText_14m98_131{font-size:12px}}._guestNote_14m98_148{color:#f59e0b}._modalActions_14m98_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_14m98_152{padding:8px 16px;flex-direction:column-reverse;gap:4px}}._cancelButton_14m98_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:6px;cursor:pointer;transition:all .15s ease}@media(max-width:768px){._cancelButton_14m98_169{width:100%}}._cancelButton_14m98_169:hover{background:#f5f5f4;border-color:#57534e}._cancelButton_14m98_169:active{transform:scale(.98)}._confirmButton_14m98_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:6px;cursor:pointer;transition:all .15s ease}@media(max-width:768px){._confirmButton_14m98_198{width:100%}}._confirmButton_14m98_198:hover{background:#047857}._confirmButton_14m98_198:active{transform:scale(.98)}@keyframes _fadeInUp_1c4pp_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._modalOverlay_1c4pp_19{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fafaf9;z-index:9999;animation:_fadeIn_1c4pp_1 .2s ease}._modalContainer_1c4pp_30{width:100%;height:100%;display:flex;flex-direction:column}._modalHeader_1c4pp_37{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;background:#fff;border-bottom:1px solid #E7E5E4;flex-shrink:0}@media(max-width:768px){._modalHeader_1c4pp_37{padding:8px 16px}}._compactHeader_1c4pp_53{padding:8px 8px 8px 20px}@media(max-width:768px){._compactHeader_1c4pp_53{padding:4px 4px 4px 16px}}._modalTitle_1c4pp_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_1c4pp_62{font-size:15px}}._compactTitle_1c4pp_75{font-size:16px;font-weight:600}@media(max-width:768px){._compactTitle_1c4pp_75{font-size:15px}}._closeButton_1c4pp_85{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;background:transparent;border:none;border-radius:6px;color:#57534e;cursor:pointer;transition:all .15s ease}._closeButton_1c4pp_85:hover{background:#1c19170d;color:#1c1917}._closeButton_1c4pp_85:active{transform:scale(.95)}._modalContent_1c4pp_107{flex:1;overflow-y:auto;padding:24px;background:#fafaf9}@media(max-width:768px){._modalContent_1c4pp_107{padding:16px}}@keyframes _fadeIn_1c4pp_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeIn_1pyab_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_1pyab_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._subscriptionContent_1pyab_19{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:32px}._statusSection_1pyab_27{display:flex;flex-direction:column;gap:16px}._sectionTitle_1pyab_33{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;color:#1c1917;margin:0}._statusCard_1pyab_41{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;padding:24px;background:#fff;border-radius:10px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714}@media(max-width:768px){._statusCard_1pyab_41{grid-template-columns:1fr;padding:20px}}._statusInfo_1pyab_58{display:flex;flex-direction:column;gap:4px}._statusLabel_1pyab_64{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e}._statusValue_1pyab_70{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#1c1917}._statusBadge_1pyab_77{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:600;width:fit-content}._statusBadge_1pyab_77._active_1pyab_88{background:#10b98114;border:1px solid rgba(16,185,129,.2);color:#10b981}._statusBadge_1pyab_77._cancelled_1pyab_93{background:#dc262614;border:1px solid rgba(220,38,38,.2);color:#dc2626}._planSection_1pyab_99{display:flex;flex-direction:column;gap:16px}._planGrid_1pyab_105{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1200px;margin:0 auto}@media(max-width:810px){._planGrid_1pyab_105{grid-template-columns:1fr;max-width:500px;gap:16px}}._planCard_1pyab_120{position:relative;display:flex;flex-direction:column;gap:20px;padding:48px;background:#fff;border:1px solid #E7E5E4;border-radius:10px;cursor:pointer;transition:all .15s ease}._planCard_1pyab_120:hover{border-color:#059669;box-shadow:0 2px 8px #05966914}._planCard_1pyab_120:active{transform:scale(.98)}._planCard_1pyab_120._selected_1pyab_139{border-color:#059669;box-shadow:0 4px 16px #0596691f;background:#05966905}._planCard_1pyab_120._popular_1pyab_144{border-color:#059669}._planCard_1pyab_120._enterprise_1pyab_147{grid-column:1/-1;background:#05966905;border-color:#059669}@media(max-width:768px){._planCard_1pyab_120{padding:40px}}._popularBadge_1pyab_158{position:absolute;top:-12px;left:50%;transform:translate(-50%);padding:4px 8px;background:#059669;color:#fff;border-radius:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;white-space:nowrap}._currentBadge_1pyab_173{position:absolute;top:16px;right:16px;padding:4px 8px;background:#57534e1a;color:#57534e;border-radius:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:500}._planHeader_1pyab_186{display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center}._planName_1pyab_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_1pyab_194{font-size:16px}}._planSubtitle_1pyab_207{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0;font-weight:500}._planPrice_1pyab_215{display:flex;align-items:baseline;gap:4px;justify-content:center}._priceAmount_1pyab_222{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:28px;font-weight:700;color:#059669}@media(max-width:768px){._priceAmount_1pyab_222{font-size:24px}}._pricePeriod_1pyab_234{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e}._featureGroup_1pyab_240{display:flex;flex-direction:column;gap:8px}._featureGroupTitle_1pyab_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_1pyab_258{display:flex;flex-direction:column;gap:8px;list-style:none;padding:0;margin:0}._feature_1pyab_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_1pyab_240 svg{flex-shrink:0;color:#059669;margin-top:2px}._enterpriseContent_1pyab_281{display:flex;align-items:center;justify-content:space-between;gap:40px}@media(max-width:810px){._enterpriseContent_1pyab_281{flex-direction:column;align-items:flex-start}}._enterpriseInfo_1pyab_294{flex:1;display:flex;flex-direction:column;gap:16px}._enterpriseTier_1pyab_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_1pyab_301{font-size:18px}}._enterpriseDescription_1pyab_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_1pyab_314{font-size:13px}}._enterpriseHighlights_1pyab_328{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;list-style:none;padding:0;margin:0}@media(max-width:768px){._enterpriseHighlights_1pyab_328{grid-template-columns:1fr}}._enterpriseHighlights_1pyab_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_1pyab_328 li svg{color:#059669;flex-shrink:0;margin-top:2px}._enterpriseCta_1pyab_356{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}@media(max-width:810px){._enterpriseCta_1pyab_356{width:100%}}._enterpriseButton_1pyab_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:6px;transition:all .15s ease;white-space:nowrap;border:none;cursor:pointer}._enterpriseButton_1pyab_369:hover{background:#047857}._enterpriseButton_1pyab_369:active{transform:scale(.98)}@media(max-width:810px){._enterpriseButton_1pyab_369{width:100%}}._enterpriseNote_1pyab_395{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;margin:0}._actionsSection_1pyab_402{display:flex;justify-content:center;gap:16px;padding-top:20px;border-top:1px solid #E7E5E4}@media(max-width:768px){._actionsSection_1pyab_402{flex-direction:column}}._upgradeButton_1pyab_415,._downgradeButton_1pyab_416,._cancelButton_1pyab_417,._reactivateButton_1pyab_418{display:flex;align-items:center;gap:8px;padding:8px 24px;border:none;border-radius:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease}._upgradeButton_1pyab_415:disabled,._downgradeButton_1pyab_416:disabled,._cancelButton_1pyab_417:disabled,._reactivateButton_1pyab_418:disabled{opacity:.5;cursor:not-allowed;transform:none!important}@media(max-width:768px){._upgradeButton_1pyab_415,._downgradeButton_1pyab_416,._cancelButton_1pyab_417,._reactivateButton_1pyab_418{justify-content:center;width:100%}}._upgradeButton_1pyab_415,._reactivateButton_1pyab_418{background:#059669;color:#fff}._upgradeButton_1pyab_415:hover,._reactivateButton_1pyab_418:hover{background:#047857}._upgradeButton_1pyab_415:active,._reactivateButton_1pyab_418:active{transform:scale(.98)}._downgradeButton_1pyab_416{background:#fff;color:#1c1917;border:1px solid #E7E5E4}._downgradeButton_1pyab_416:hover{border-color:#059669;color:#059669;background:#05966905}._downgradeButton_1pyab_416:active{transform:scale(.98)}._cancelButton_1pyab_417{background:#fff;color:#dc2626;border:1px solid #DC2626}._cancelButton_1pyab_417:hover{background:#dc26260d}._cancelButton_1pyab_417:active{transform:scale(.98)}._errorMessage_1pyab_489,._infoMessage_1pyab_490,._warningMessage_1pyab_491{padding:16px 20px;border-radius:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px}._errorMessage_1pyab_489 p,._errorMessage_1pyab_489 span,._infoMessage_1pyab_490 p,._infoMessage_1pyab_490 span,._warningMessage_1pyab_491 p,._warningMessage_1pyab_491 span{margin:0}._errorMessage_1pyab_489{background:#dc262614;border:1px solid rgba(220,38,38,.2);color:#b21d1d}._infoMessage_1pyab_490{background:#05966914;border:1px solid rgba(5,150,105,.2);color:#034c35}._warningMessage_1pyab_491{background:#f59e0b14;border:1px solid rgba(245,158,11,.2);color:#ac6f07}@keyframes _fadeInUp_uyhvb_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._mobileMenuOverlay_uyhvb_19{position:fixed;top:0;left:0;right:0;bottom:0;background:#1c191780;z-index:1400;animation:_fadeIn_uyhvb_1 .2s ease}@keyframes _fadeIn_uyhvb_1{0%{opacity:0}to{opacity:1}}@keyframes _slideIn_uyhvb_1{0%{transform:translate(-100%)}to{transform:translate(0)}}._mobileMenuDrawer_uyhvb_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_uyhvb_1 .25s ease;overflow:hidden}._drawerHeader_uyhvb_61{display:flex;align-items:center;justify-content:space-between;padding:8px 20px;border-bottom:1px solid #E7E5E4;flex-shrink:0}._drawerLogo_uyhvb_70{height:36px;width:auto;object-fit:contain}._closeButton_uyhvb_76{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:none;border-radius:6px;color:#57534e;cursor:pointer;transition:all .15s ease}._closeButton_uyhvb_76:hover{background:#0596690d;color:#1c1917}._closeButton_uyhvb_76:active{transform:scale(.95)}._workspaceSection_uyhvb_97{padding:16px 20px;border-bottom:1px solid #E7E5E4;flex-shrink:0}._sectionTitle_uyhvb_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_uyhvb_113{display:flex;flex-direction:column;gap:4px}._workspaceItem_uyhvb_119{display:flex;align-items:center;gap:12px;width:100%;padding:8px 16px;background:transparent;border:1px solid transparent;border-radius:6px;cursor:pointer;transition:all .15s ease;text-align:left}._workspaceItem_uyhvb_119:hover{background:#0596690d}._workspaceItem_uyhvb_119._active_uyhvb_135{background:#05966914;border-color:#05966933}._workspaceIcon_uyhvb_140{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:6px;background:#0596691a;color:#059669;flex-shrink:0}._workspaceInfo_uyhvb_152{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}._workspaceName_uyhvb_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_uyhvb_170{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;color:#6366f1;font-weight:500}._checkIcon_uyhvb_177{color:#059669;flex-shrink:0}._navigation_uyhvb_182{flex:1;overflow-y:auto;padding:16px 0}._navSection_uyhvb_188:not(:last-child){margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #E7E5E4}._navSection_uyhvb_188 ._sectionTitle_uyhvb_103{padding:0 20px;margin-bottom:8px}._navList_uyhvb_198{display:flex;flex-direction:column;gap:2px}._navItem_uyhvb_204{display:flex;align-items:center;gap:12px;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_uyhvb_204:hover{background:#0596690d;color:#1c1917}._navItem_uyhvb_204._active_uyhvb_135{background:#05966914;color:#059669;font-weight:600}._navItem_uyhvb_204._active_uyhvb_135 ._navIcon_uyhvb_225{color:#059669}._navIcon_uyhvb_225{flex-shrink:0;color:inherit}._navLabel_uyhvb_234{flex:1}@keyframes _fadeIn_10fc1_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_10fc1_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._appHeader_10fc1_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_10fc1_19{padding:0 16px;height:52px}}._headerLeft_10fc1_40{display:flex;align-items:center;gap:12px;flex-shrink:0}._hamburgerButton_10fc1_47{display:none;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:none;border-radius:6px;color:#57534e;cursor:pointer;transition:all .15s ease}._hamburgerButton_10fc1_47:hover{background:#0596690d;color:#1c1917}._hamburgerButton_10fc1_47:active{transform:scale(.95)}@media(max-width:810px){._hamburgerButton_10fc1_47{display:flex}}._desktopOnly_10fc1_73{display:block}@media(max-width:810px){._desktopOnly_10fc1_73{display:none}}._logo_10fc1_82{display:flex;align-items:center;text-decoration:none;flex-shrink:0}._logo_10fc1_82:hover{opacity:.8}@media(max-width:810px){._logo_10fc1_82{display:none}}._logoImage_10fc1_97{height:42px;width:auto;object-fit:contain}._headerRight_10fc1_103{display:flex;align-items:center;gap:16px}._companyMenu_10fc1_109{position:relative}._companyButton_10fc1_113{display:flex;align-items:center;gap:8px;padding:4px 16px;background:#fff;border:1px solid #E7E5E4;border-radius:6px;cursor:pointer;transition:all .15s ease}._companyButton_10fc1_113:hover{border-color:#059669;background:#05966905}._companyButton_10fc1_113:active{transform:scale(.98)}._companyButton_10fc1_113._guest_10fc1_131 ._companyIcon_10fc1_131{color:#6366f1}@media(max-width:768px){._companyButton_10fc1_113{padding:4px 8px}._companyButton_10fc1_113 ._companyName_10fc1_138{display:none}}._companyIcon_10fc1_131{color:#059669;flex-shrink:0}._companyName_10fc1_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_10fc1_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:6px;text-transform:uppercase;letter-spacing:.3px}._chevron_10fc1_171{color:#57534e;flex-shrink:0}._companyDropdown_10fc1_176{position:absolute;top:calc(100% + 8px);right:0;width:260px;background:#fff;border:1px solid #E7E5E4;border-radius:10px;box-shadow:0 4px 16px #1c19171f;overflow:hidden;animation:_slideDown_10fc1_1 .2s ease}@media(max-width:768px){._companyDropdown_10fc1_176{left:0;right:auto}}._companyDropdownHeader_10fc1_195{padding:8px 16px;border-bottom:1px solid #E7E5E4;background:#f5f5f4}._companyDropdownTitle_10fc1_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_10fc1_210{max-height:240px;overflow-y:auto}._companyItem_10fc1_215{display:flex;align-items:center;gap:12px;width:100%;padding:8px 16px;background:transparent;border:none;cursor:pointer;transition:all .15s ease;text-align:left}._companyItem_10fc1_215:hover{background:#0596690d}._companyItem_10fc1_215._active_10fc1_230{background:#05966914}._companyItemIcon_10fc1_234{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;background:#0596691a;color:#059669;flex-shrink:0}._companyItemInfo_10fc1_246{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}._companyItemName_10fc1_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_10fc1_264{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;color:#6366f1}._checkIcon_10fc1_270{color:#059669;flex-shrink:0}._iconButton_10fc1_275{position:relative;display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:none;border-radius:6px;color:#57534e;cursor:pointer;transition:all .15s ease}._iconButton_10fc1_275:hover{background:#0596690d;color:#1c1917}._iconButton_10fc1_275:active{transform:scale(.95)}._notificationBadge_10fc1_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_10fc1_315{position:relative}._profileButton_10fc1_319{background:transparent;border:none;cursor:pointer;padding:0}._profileButton_10fc1_319:active{transform:scale(.95)}._avatar_10fc1_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_10fc1_343{position:absolute;top:calc(100% + 8px);right:0;width:240px;background:#fff;border:1px solid #E7E5E4;border-radius:10px;box-shadow:0 4px 16px #1c19171f;overflow:hidden;animation:_slideDown_10fc1_1 .2s ease}@keyframes _slideDown_10fc1_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}._dropdownHeader_10fc1_366{display:flex;align-items:center;gap:12px;padding:20px}._dropdownAvatar_10fc1_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_10fc1_388{flex:1;min-width:0}._dropdownEmail_10fc1_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_10fc1_404{display:flex;align-items:center;gap:4px}._dropdownPlan_10fc1_404{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;margin:2px 0 0}._upgradeIcon_10fc1_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:6px;flex-shrink:0}._upgradeIcon_10fc1_418:hover{background:#0596691a;color:#047857;transform:translateY(-1px)}._upgradeIcon_10fc1_418:active{transform:scale(.95)}._dropdownDivider_10fc1_440{height:1px;background:#e7e5e4;margin:0}._dropdownItem_10fc1_446{display:flex;align-items:center;gap:12px;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_10fc1_446:hover{background:#0596690d}._dropdownItem_10fc1_446 svg{color:#57534e;flex-shrink:0;width:16px;height:16px}._notificationMenu_10fc1_471{position:relative}._notificationDropdown_10fc1_475{position:absolute;top:calc(100% + 8px);right:0;width:380px;max-height:480px;background:#fff;border:1px solid #E7E5E4;border-radius:10px;box-shadow:0 4px 16px #1c19171f;overflow:hidden;display:flex;flex-direction:column;animation:_slideDown_10fc1_1 .2s ease}@media(max-width:768px){._notificationDropdown_10fc1_475{width:320px;max-height:400px}}._notificationHeader_10fc1_497{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #E7E5E4;flex-shrink:0}._notificationTitle_10fc1_506{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;color:#1c1917;margin:0}._markAllReadButton_10fc1_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:6px;transition:all .15s ease}._markAllReadButton_10fc1_514:hover{background:#0596691a;color:#047857}._markAllReadButton_10fc1_514:active{transform:scale(.98)}._notificationList_10fc1_534{overflow-y:auto;flex:1;min-height:0}._notificationItem_10fc1_540{display:flex;align-items:flex-start;gap:12px;padding:16px 20px;border-bottom:1px solid #E7E5E4;cursor:pointer;transition:all .15s ease;position:relative}._notificationItem_10fc1_540:last-child{border-bottom:none}._notificationItem_10fc1_540:hover{background:#05966908}._notificationItem_10fc1_540:active{transform:scale(.98)}._notificationItem_10fc1_540._unread_10fc1_559{background:#05966905}._notificationIcon_10fc1_563{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;background:#05966914;flex-shrink:0}._notificationIcon_10fc1_563 svg{width:16px;height:16px}._notificationContent_10fc1_578{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}._notificationItemTitle_10fc1_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_10fc1_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_10fc1_610{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;margin-top:2px}._unreadDot_10fc1_617{width:8px;height:8px;border-radius:50%;background:#059669;flex-shrink:0;margin-top:12px}._emptyNotifications_10fc1_626{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 20px;gap:8px;text-align:center}._emptyText_10fc1_636{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;color:#1c1917;margin:0}._emptySubtext_10fc1_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_dorfj_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_dorfj_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._appSidebar_dorfj_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_dorfj_19{display:none}}._sidebarNav_dorfj_36{padding:20px 0}._navSection_dorfj_40:not(:last-child){margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #E7E5E4}._navSection_dorfj_40:last-child{margin-bottom:16px}._sectionTitle_dorfj_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_dorfj_60{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2px}._navItem_dorfj_69{position:relative;display:flex;align-items:center;gap:8px;padding:8px 16px;margin:0 8px;border-radius:6px;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_dorfj_69:hover{background:#0596690d;color:#1c1917}._navItem_dorfj_69._active_dorfj_89{background:#05966914;color:#059669;font-weight:600}._navItem_dorfj_69._active_dorfj_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_dorfj_69._active_dorfj_89 ._navIcon_dorfj_105{color:#059669}._navIcon_dorfj_105{flex-shrink:0;color:inherit;width:18px;height:18px}._navLabel_dorfj_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_zsf42_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_zsf42_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._overlay_zsf42_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_zsf42_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_zsf42_1 .3s ease-out}@media(max-width:768px){._cookieBanner_zsf42_30{padding:20px}}@keyframes _slideUp_zsf42_1{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}._bannerContent_zsf42_58{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:16px}@media(max-width:810px){._bannerContent_zsf42_58{gap:12px}}._bannerHeader_zsf42_71{display:flex;align-items:flex-start;justify-content:flex-start;align-items:center;gap:12px}._cookieIcon_zsf42_79{color:#059669;flex-shrink:0}._bannerTitle_zsf42_84{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:600;color:#1c1917;margin:0}._bannerDescription_zsf42_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_zsf42_101{display:flex;align-items:flex-start;justify-content:flex-start;gap:12px;flex-wrap:wrap}@media(max-width:768px){._bannerActions_zsf42_101{flex-direction:column;width:100%}}._acceptButton_zsf42_115,._rejectButton_zsf42_116,._preferencesButton_zsf42_117{padding:4px 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;border-radius:6px;cursor:pointer;transition:all .15s ease;border:1px solid}@media(max-width:768px){._acceptButton_zsf42_115,._rejectButton_zsf42_116,._preferencesButton_zsf42_117{width:100%;justify-content:center}}._acceptButton_zsf42_115{background-color:#059669;color:#fff;border-color:#059669}._acceptButton_zsf42_115:hover{background-color:#047857;box-shadow:0 2px 4px #05966926}._acceptButton_zsf42_115:active{transform:scale(.98)}._rejectButton_zsf42_116{background-color:transparent;color:#1c1917;border-color:#e7e5e4}._rejectButton_zsf42_116:hover{background-color:#f5f5f4;border-color:#1c1917}._rejectButton_zsf42_116:active{transform:scale(.98)}._preferencesButton_zsf42_117{background-color:transparent;color:#57534e;border-color:#e7e5e4}._preferencesButton_zsf42_117:hover{color:#1c1917;border-color:#1c1917}._preferencesButton_zsf42_117:active{transform:scale(.98)}._preferencesModal_zsf42_175{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border:1px solid #E7E5E4;border-radius:10px;box-shadow:0 10px 40px #0000001a;max-width:600px;width:calc(100% - 32px);max-height:80vh;z-index:9999;animation:_fadeIn_zsf42_1 .2s ease-out;display:flex;flex-direction:column}@media(max-width:768px){._preferencesModal_zsf42_175{max-height:90vh;width:calc(100% - 24px)}}@keyframes _fadeIn_zsf42_1{0%{opacity:0;transform:translate(-50%,-45%)}to{opacity:1;transform:translate(-50%,-50%)}}._modalHeader_zsf42_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_zsf42_209{padding:20px}}._modalTitleWrapper_zsf42_223{display:flex;align-items:flex-start;justify-content:flex-start;align-items:center;gap:12px}._shieldIcon_zsf42_231{color:#059669;flex-shrink:0}._modalTitle_zsf42_223{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;color:#1c1917;margin:0}._closeButton_zsf42_244{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background-color:transparent;border:none;border-radius:6px;color:#57534e;cursor:pointer;transition:all .15s ease}._closeButton_zsf42_244:hover{background-color:#f5f5f4;color:#1c1917}._closeButton_zsf42_244:active{transform:scale(.98)}._modalContent_zsf42_265{padding:24px;overflow-y:auto;flex:1}@media(max-width:768px){._modalContent_zsf42_265{padding:20px}}._modalDescription_zsf42_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_zsf42_284{display:flex;flex-direction:column;gap:16px}._categoryItem_zsf42_290{padding:20px;background-color:#f5f5f4;border:1px solid #E7E5E4;border-radius:8px}._categoryHeader_zsf42_297{display:flex;align-items:center;justify-content:space-between;align-items:flex-start;gap:16px}@media(max-width:768px){._categoryHeader_zsf42_297{flex-direction:column;gap:12px}}._categoryInfo_zsf42_311{flex:1;display:flex;flex-direction:column;gap:4px}._categoryTitle_zsf42_318{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;color:#1c1917;margin:0}._categoryDescription_zsf42_326{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;margin:0;line-height:1.4}._toggle_zsf42_334{display:flex;align-items:center;justify-content:center;gap:8px;font-size:11px;color:#57534e}._toggle_zsf42_334 input{opacity:.5;cursor:not-allowed}._toggleLabel_zsf42_347{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;text-transform:uppercase;letter-spacing:.5px}._switch_zsf42_354{position:relative;display:inline-block;width:50px;height:26px;flex-shrink:0}._switch_zsf42_354 input{opacity:0;width:0;height:0}._switch_zsf42_354 input:checked+._slider_zsf42_366{background-color:#059669}._switch_zsf42_354 input:checked+._slider_zsf42_366:before{transform:translate(24px)}._slider_zsf42_366{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#e7e5e4;transition:all .15s ease;border-radius:26px}._slider_zsf42_366:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;transition:all .15s ease;border-radius:50%}._modalActions_zsf42_396{display:flex;align-items:flex-start;justify-content:flex-start;gap:12px;padding:24px;border-top:1px solid rgba(28,25,23,.1)}@media(max-width:768px){._modalActions_zsf42_396{flex-direction:column-reverse;padding:20px}}._saveButton_zsf42_411,._acceptAllButton_zsf42_412{padding:4px 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;border-radius:6px;cursor:pointer;transition:all .15s ease;border:1px solid}@media(max-width:768px){._saveButton_zsf42_411,._acceptAllButton_zsf42_412{width:100%;justify-content:center}}._saveButton_zsf42_411{background-color:#1c1917;color:#fff;border-color:#1c1917;flex:1}._saveButton_zsf42_411:hover{background-color:#38322e;box-shadow:0 2px 4px #1c191726}._saveButton_zsf42_411:active{transform:scale(.98)}._acceptAllButton_zsf42_412{background-color:#059669;color:#fff;border-color:#059669}._acceptAllButton_zsf42_412:hover{background-color:#047857;box-shadow:0 2px 4px #05966926}._acceptAllButton_zsf42_412:active{transform:scale(.98)}@keyframes _fadeInUp_88c5l_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._headerContainer_88c5l_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_88c5l_19._scrolled_88c5l_29{box-shadow:0 1px 4px #0000000d}._headerContainer_88c5l_19._headerDark_88c5l_32{background:#0c0c0ce6;border-bottom-color:#ffffff0f}._headerContainer_88c5l_19._headerDark_88c5l_32 ._navLink_88c5l_36 p,._headerContainer_88c5l_19._headerDark_88c5l_32 ._navLinkWithBadge_88c5l_36 p{color:#fff9}._headerContainer_88c5l_19._headerDark_88c5l_32 ._navLink_88c5l_36:hover p,._headerContainer_88c5l_19._headerDark_88c5l_32 ._navLinkWithBadge_88c5l_36:hover p{color:#fff}._headerContainer_88c5l_19._headerDark_88c5l_32 ._navLink_88c5l_36:after,._headerContainer_88c5l_19._headerDark_88c5l_32 ._navLinkWithBadge_88c5l_36:after{background:#6ee7b7}._headerContainer_88c5l_19._headerDark_88c5l_32 ._dropdownTrigger_88c5l_45 p{color:#fff9}._headerContainer_88c5l_19._headerDark_88c5l_32 ._dropdownTrigger_88c5l_45 svg{color:#fff6}._headerContainer_88c5l_19._headerDark_88c5l_32 ._authLinks_88c5l_51 ._loginLink_88c5l_51{color:#ffffffb3}._headerContainer_88c5l_19._headerDark_88c5l_32 ._authLinks_88c5l_51 ._loginLink_88c5l_51:hover{color:#fff}._headerContainer_88c5l_19._headerDark_88c5l_32 ._hamburger_88c5l_57 svg{color:#ffffffb3}._header_88c5l_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_88c5l_19{padding:16px 24px}}@media(max-width:768px){._header_88c5l_19{padding:8px 20px}}._container_88c5l_81{display:flex;align-items:center;justify-content:space-between;width:100%;gap:24px}._logoWrapper_88c5l_89{display:flex;align-items:center;justify-content:center;flex-shrink:0}._logoLink_88c5l_96{display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .15s ease}._logoLink_88c5l_96 img{height:44px;width:auto;object-fit:contain}@media(max-width:768px){._logoLink_88c5l_96 img{height:36px}}._logoLink_88c5l_96:hover{opacity:.8}._navLinks_88c5l_117{display:flex;align-items:center;justify-content:center;gap:20px;margin-left:auto}@media(max-width:810px){._navLinks_88c5l_117{gap:16px}}@media(max-width:768px){._navLinks_88c5l_117{display:none}}._navLink_88c5l_36,._navLinkWithBadge_88c5l_36{position:relative;text-decoration:none;cursor:pointer;background:none;border:none;padding:0;display:flex;align-items:center;gap:4px}._navLink_88c5l_36 p,._navLinkWithBadge_88c5l_36 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_88c5l_36 svg,._navLinkWithBadge_88c5l_36 svg{color:#57534e;transition:all .15s ease}._navLink_88c5l_36:after,._navLinkWithBadge_88c5l_36:after{content:"";position:absolute;bottom:-4px;left:0;width:0%;height:2px;background:#059669;transition:width .2s ease}._navLink_88c5l_36:hover p,._navLinkWithBadge_88c5l_36:hover p{color:#059669}._navLink_88c5l_36:hover svg,._navLinkWithBadge_88c5l_36:hover svg{color:#059669;transform:rotate(180deg)}._navLink_88c5l_36:hover:after,._navLinkWithBadge_88c5l_36:hover:after{width:100%}._dropdownWrapper_88c5l_180{position:relative}._dropdown_88c5l_45{position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%);min-width:240px;background:#fff;border:1px solid #E7E5E4;border-radius:10px;box-shadow:0 4px 12px #00000014;padding:4px;z-index:1400;animation:_dropdownFadeIn_88c5l_1 .15s ease}._dropdown_88c5l_45: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_88c5l_212{display:flex;flex-direction:column;gap:2px;padding:8px 16px;text-decoration:none;border-radius:6px;transition:all .15s ease}._dropdownItem_88c5l_212 span:first-child{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#1c1917}._dropdownItem_88c5l_212:hover{background:#0596690d}._dropdownItem_88c5l_212:hover span:first-child{color:#059669}._dropdownItem_88c5l_212:active{transform:scale(.98)}._dropdownDesc_88c5l_237{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;color:#57534e;line-height:1.4}@keyframes _dropdownFadeIn_88c5l_1{0%{opacity:0;transform:translate(-50%) translateY(-4px)}to{opacity:1;transform:translate(-50%) translateY(0)}}._navLinkWithBadge_88c5l_36{display:flex;align-items:center;gap:8px}._navLinkWithBadge_88c5l_36 p{margin:0}._comingSoonBadge_88c5l_263{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_88c5l_276{display:inline-flex;align-items:center;justify-content:center;padding:4px 20px;border-radius:6px;background:#059669;text-decoration:none;cursor:pointer;transition:all .15s ease}._ctaButton_88c5l_276 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_88c5l_276:hover{background:#047857;box-shadow:0 2px 4px #05966926}._ctaButton_88c5l_276:active{transform:scale(.98)}._hamburger_88c5l_57{display:none;background:none;border:none;cursor:pointer;padding:4px;color:#1c1917;transition:all .15s ease;border-radius:6px}._hamburger_88c5l_57:hover{background:#0596690d;color:#059669}._hamburger_88c5l_57:active{transform:scale(.95)}@media(max-width:768px){._hamburger_88c5l_57{display:flex;align-items:center;justify-content:center}}._mobileMenuOverlay_88c5l_328{display:none}@media(max-width:768px){._mobileMenuOverlay_88c5l_328{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0006;z-index:1299;animation:_fadeIn_88c5l_1 .2s ease}}._mobileMenu_88c5l_328{display:none}@media(max-width:768px){._mobileMenu_88c5l_328{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_88c5l_1 .2s ease;overflow-y:auto}}._mobileMenuItem_88c5l_369,._mobileMenuItemWithBadge_88c5l_369{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:6px;transition:all .15s ease}._mobileMenuItem_88c5l_369:hover,._mobileMenuItemWithBadge_88c5l_369:hover{background:#0596690d;color:#059669}._mobileMenuItem_88c5l_369:active,._mobileMenuItemWithBadge_88c5l_369:active{transform:scale(.98)}._mobileMenuItemWithBadge_88c5l_369{justify-content:space-between}._mobileBadge_88c5l_393{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_88c5l_406{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:6px;transition:all .15s ease}._mobileMenuCta_88c5l_406:hover{background:#047857}._mobileMenuCta_88c5l_406:active{transform:scale(.98)}@keyframes _fadeIn_88c5l_1{0%{opacity:0}to{opacity:1}}@keyframes _slideInRight_88c5l_1{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes _fadeIn_oo44p_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_oo44p_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._overlay_oo44p_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_oo44p_31{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border:1px solid #E7E5E4;border-radius:10px;box-shadow:0 10px 40px #0000001a;max-width:800px;width:calc(100% - 32px);max-height:85vh;z-index:9999;animation:_fadeIn_oo44p_1 .2s ease-out;display:flex;flex-direction:column}@media(max-width:768px){._modal_oo44p_31{max-height:90vh;width:calc(100% - 24px)}}@keyframes _fadeIn_oo44p_1{0%{opacity:0;transform:translate(-50%,-45%)}to{opacity:1;transform:translate(-50%,-50%)}}._modalHeader_oo44p_65{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:8px 8px 8px 20px;border-bottom:1px solid #E7E5E4}._modalTitle_oo44p_75{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;color:#1c1917;margin:0}._closeButton_oo44p_83{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background-color:transparent;border:none;border-radius:6px;color:#57534e;cursor:pointer;transition:all .15s ease}._closeButton_oo44p_83:hover{background-color:#f5f5f4;color:#1c1917}._closeButton_oo44p_83:active{transform:scale(.98)}._modalContent_oo44p_104{padding:24px;overflow-y:auto;flex:1}@media(max-width:768px){._modalContent_oo44p_104{padding:20px}}._lastUpdated_oo44p_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_oo44p_115{font-size:17px}}._lastUpdated_oo44p_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_oo44p_138{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}._section_oo44p_138:last-child{margin-bottom:0}._section_oo44p_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_oo44p_138 h3{font-size:15px}}._section_oo44p_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_oo44p_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_oo44p_138 p{font-size:17px}}._section_oo44p_138 p{font-size:13px;color:#57534e;line-height:160%;margin:0 0 16px}._section_oo44p_138 p:last-child{margin-bottom:0}._section_oo44p_138 p strong{color:#1c1917;font-weight:600}._section_oo44p_138 ul{list-style:none;padding:0;margin:16px 0;display:flex;flex-direction:column;gap:8px}._section_oo44p_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_oo44p_138 ul li{font-size:17px}}._section_oo44p_138 ul li{font-size:13px;color:#57534e;line-height:160%;padding-left:20px;position:relative}._section_oo44p_138 ul li:before{content:"•";position:absolute;left:0;color:#059669;font-weight:700;font-size:16px}._section_oo44p_138 ul li strong{color:#1c1917;font-weight:600}._subsection_oo44p_235{padding:20px;background-color:#f5f5f4;border:1px solid #E7E5E4;border-radius:8px;margin-bottom:20px}._subsection_oo44p_235:last-child{margin-bottom:0}._modalFooter_oo44p_246{display:flex;justify-content:flex-end;padding:8px 20px;border-top:1px solid #E7E5E4}._closeFooterButton_oo44p_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:6px;cursor:pointer;transition:all .15s ease;min-width:120px}._closeFooterButton_oo44p_253:hover{background-color:#047857;box-shadow:0 2px 4px #05966926}._closeFooterButton_oo44p_253:active{transform:scale(.98)}@media(max-width:768px){._closeFooterButton_oo44p_253{width:100%}}@keyframes _fadeIn_xielp_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_xielp_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._footer_xielp_19{width:100%;background:#fafaf9;border-top:1px solid #E7E5E4;padding:48px 0 32px}@media(max-width:810px){._footer_xielp_19{padding:40px 0 24px}}@media(max-width:768px){._footer_xielp_19{padding:32px 0 20px}}._footerContainer_xielp_36{max-width:1200px;margin:0 auto;padding:0 32px}@media(max-width:768px){._footerContainer_xielp_36{padding:0 20px}}._footerMain_xielp_47{display:grid;grid-template-columns:1fr 2fr;gap:32px;padding-bottom:40px;border-bottom:1px solid #E7E5E4}@media(max-width:810px){._footerMain_xielp_47{grid-template-columns:1fr;gap:24px;padding-bottom:32px}}._footerBrand_xielp_62{display:flex;flex-direction:column;gap:12px}._brandLogo_xielp_68{display:flex;align-items:center}._brandLogo_xielp_68 img{height:44px;width:auto}@media(max-width:768px){._brandLogo_xielp_68 img{height:36px}}._brandTagline_xielp_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_xielp_92{display:flex;align-items:center;gap:12px;margin-top:4px}._socialLink_xielp_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_xielp_92:hover{color:#059669}._footerLinks_xielp_111{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media(max-width:810px){._footerLinks_xielp_111{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:768px){._footerLinks_xielp_111{grid-template-columns:repeat(2,1fr);gap:20px 16px}}._footerColumn_xielp_129{display:flex;flex-direction:column;gap:8px}._columnTitle_xielp_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_xielp_111{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;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_xielp_111:hover{color:#059669}._footerBottom_xielp_164{display:flex;align-items:center;justify-content:space-between;padding-top:24px;gap:16px}@media(max-width:768px){._footerBottom_xielp_164{flex-direction:column;align-items:flex-start;gap:8px;padding-top:20px}}._copyright_xielp_180{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:400;color:#57534e}._footerBottomLinks_xielp_187{display:flex;align-items:center;gap:16px}._statusLink_xielp_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_xielp_193:hover{color:#059669}._statusDot_xielp_208{width:6px;height:6px;border-radius:50%;background:#059669;box-shadow:0 0 6px #05966966;animation:_pulse_xielp_1 2s ease-in-out infinite}@keyframes _pulse_xielp_1{0%,to{opacity:1}50%{opacity:.6}}@keyframes _fadeIn_itrhf_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_itrhf_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;transition-duration:.01ms!important}}._page_itrhf_25{width:100%;background:#fff}._wrap_itrhf_30{max-width:1120px;margin:0 auto;padding:0 32px}@media(max-width:768px){._wrap_itrhf_30{padding:0 20px}}._section_itrhf_41{padding:96px 0}@media(max-width:810px){._section_itrhf_41{padding:72px 0}}@media(max-width:768px){._section_itrhf_41{padding:56px 0}}._sectionAlt_itrhf_55{background:#fafaf9}._sectionHead_itrhf_59{text-align:center;max-width:600px;margin:0 auto 56px}@media(max-width:768px){._sectionHead_itrhf_59{margin-bottom:40px}}._sectionHead_itrhf_59 h2{font-size:36px;font-weight:700;letter-spacing:-.025em;line-height:1.15;color:#1c1917;margin:0 0 12px}@media(max-width:810px){._sectionHead_itrhf_59 h2{font-size:30px}}@media(max-width:768px){._sectionHead_itrhf_59 h2{font-size:25px}}._sectionTag_itrhf_88{display:inline-block;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#059669;margin-bottom:12px}._sectionSub_itrhf_98{font-size:17px;line-height:1.6;color:#57534e;margin:4px 0 0}@media(max-width:768px){._sectionSub_itrhf_98{font-size:15px}}._sectionFooter_itrhf_110{text-align:center;margin-top:40px}._btnSolid_itrhf_115{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#059669;color:#fff;font-size:15px;font-weight:600;border-radius:8px;text-decoration:none;transition:background .15s ease;box-shadow:0 1px 3px #00000014}._btnSolid_itrhf_115:hover{background:#047857}._btnSolid_itrhf_115:active{transform:scale(.98)}@media(max-width:768px){._btnSolid_itrhf_115{width:100%;max-width:260px;justify-content:center}}._btnOutline_itrhf_143{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#fff;color:#1c1917;font-size:15px;font-weight:600;border:1px solid #E7E5E4;border-radius:8px;text-decoration:none;transition:all .15s ease}._btnOutline_itrhf_143:hover{border-color:#c5c3c0;background:#fafaf9}._btnOutline_itrhf_143:active{transform:scale(.98)}@media(max-width:768px){._btnOutline_itrhf_143{width:100%;max-width:260px;justify-content:center}}._btnAccent_itrhf_172{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#6366f1;color:#fff;font-size:15px;font-weight:600;border-radius:8px;text-decoration:none;transition:background .15s ease}._btnAccent_itrhf_172:hover{background:#4f46e5}@media(max-width:768px){._btnAccent_itrhf_172{width:100%;justify-content:center}}._linkArrow_itrhf_195{display:inline-flex;align-items:center;gap:6px;font-size:15px;font-weight:600;color:#059669;text-decoration:none;transition:gap .2s ease}._linkArrow_itrhf_195:hover{gap:10px}._hero_itrhf_209{padding:80px 0 72px;text-align:center}@media(max-width:810px){._hero_itrhf_209{padding:64px 0 56px}}@media(max-width:768px){._hero_itrhf_209{padding:48px 0 40px}}._heroTitle_itrhf_224{font-size:54px;font-weight:700;letter-spacing:-.035em;line-height:1.08;color:#1c1917;margin:0 0 20px}@media(max-width:810px){._heroTitle_itrhf_224{font-size:42px}}@media(max-width:768px){._heroTitle_itrhf_224{font-size:32px;line-height:1.12}}._heroEm_itrhf_244{color:#059669}._heroDesc_itrhf_248{font-size:18px;line-height:1.65;color:#57534e;max-width:540px;margin:0 auto 32px}@media(max-width:768px){._heroDesc_itrhf_248{font-size:16px}}._heroBtns_itrhf_261{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}@media(max-width:768px){._heroBtns_itrhf_261{flex-direction:column;align-items:center}}._splitLayout_itrhf_274{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}@media(max-width:810px){._splitLayout_itrhf_274{grid-template-columns:1fr;gap:40px}}._splitLeft_itrhf_287{position:sticky;top:100px}@media(max-width:810px){._splitLeft_itrhf_287{position:static}}._splitTitle_itrhf_297{font-size:36px;font-weight:700;letter-spacing:-.025em;line-height:1.15;color:#1c1917;margin:0 0 16px}@media(max-width:810px){._splitTitle_itrhf_297{font-size:30px}}@media(max-width:768px){._splitTitle_itrhf_297{font-size:25px}}._splitDesc_itrhf_316{font-size:17px;line-height:1.65;color:#57534e;margin:0 0 24px}@media(max-width:768px){._splitDesc_itrhf_316{font-size:15px}}._splitRight_itrhf_328{display:flex;flex-direction:column;gap:0}._problemItem_itrhf_334{display:flex;gap:16px;align-items:flex-start;padding:20px 0;border-bottom:1px solid #E7E5E4}._problemItem_itrhf_334:first-child{padding-top:0}._problemItem_itrhf_334:last-child{border-bottom:none;padding-bottom:0}._problemItem_itrhf_334 h4{font-size:15px;font-weight:700;color:#1c1917;margin:0 0 4px}._problemItem_itrhf_334 p{font-size:14px;color:#57534e;margin:0;line-height:1.5}._problemItemIcon_itrhf_361{width:20px;height:20px;color:#57534e;flex-shrink:0;margin-top:2px}._timeline_itrhf_369{display:flex;gap:0;max-width:900px;margin:0 auto}@media(max-width:768px){._timeline_itrhf_369{flex-direction:column;gap:0;max-width:400px}}._timelineStep_itrhf_383{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}._timelineMarker_itrhf_392{display:flex;align-items:center;width:100%;margin-bottom:24px;position:relative}@media(max-width:768px){._timelineMarker_itrhf_392{margin-bottom:16px}}._timelineNum_itrhf_405{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#059669;color:#fff;border-radius:50%;flex-shrink:0;margin:0 auto;position:relative;z-index:1}._timelineLine_itrhf_420{position:absolute;top:50%;left:calc(50% + 22px);right:calc(-50% + 22px);height:1px;background:#e7e5e4;transform:translateY(-50%)}@media(max-width:768px){._timelineLine_itrhf_420{display:none}}._timelineContent_itrhf_435{padding:0 16px}@media(max-width:768px){._timelineContent_itrhf_435{padding:0}}._timelineIcon_itrhf_444{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#d1fae5;color:#059669;border-radius:10px;margin:0 auto 14px}._timelineContent_itrhf_435 h3{font-size:17px;font-weight:700;color:#1c1917;margin:0 0 8px}._timelineContent_itrhf_435 p{font-size:14px;line-height:1.6;color:#57534e;margin:0}._compGrid_itrhf_470{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:810px){._compGrid_itrhf_470{grid-template-columns:1fr}}._compCol_itrhf_481{border:1px solid #E7E5E4;border-radius:10px;overflow:hidden;background:#fff}._compColGood_itrhf_488{border-color:#05966940}._compHeader_itrhf_492{display:flex;align-items:center;gap:8px;padding:14px 24px;background:#f5f5f4;border-bottom:1px solid #E7E5E4;font-size:14px;font-weight:700;color:#57534e}._compHeader_itrhf_492 svg{flex-shrink:0}._compHeaderGood_itrhf_507{background:#d1fae5;border-color:#05966926;color:#047857}._compHeaderGood_itrhf_507 svg{color:#059669}._compItem_itrhf_516{display:flex;align-items:flex-start;gap:12px;padding:14px 24px;border-bottom:1px solid rgba(231,229,228,.5);font-size:14px;line-height:1.5;color:#57534e}._compItem_itrhf_516:last-child{border-bottom:none}._compItem_itrhf_516 svg{flex-shrink:0;margin-top:1px;width:18px;height:18px}._compNo_itrhf_536{color:#dc2626}._compYes_itrhf_540{color:#059669}._gridThree_itrhf_544{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media(max-width:810px){._gridThree_itrhf_544{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._gridThree_itrhf_544{grid-template-columns:1fr;gap:12px}}._featureCard_itrhf_561{padding:28px 24px;background:#fff;border:1px solid #E7E5E4;border-radius:10px;display:flex;flex-direction:column;transition:border-color .15s ease}._featureCard_itrhf_561:hover{border-color:#059669}._featureCard_itrhf_561 h3{font-size:16px;font-weight:700;color:#1c1917;margin:14px 0 6px}._featureCard_itrhf_561 p{font-size:14px;line-height:1.6;color:#57534e;margin:0;flex:1}._featureIcon_itrhf_587{width:22px;height:22px;color:#059669}._featureTag_itrhf_593{display:inline-flex;align-items:center;margin-top:16px;padding-top:14px;border-top:1px solid #E7E5E4;font-size:13px;font-weight:600;color:#059669}._devLayout_itrhf_604{display:grid;grid-template-columns:1.15fr .85fr;gap:32px;align-items:start}@media(max-width:810px){._devLayout_itrhf_604{grid-template-columns:1fr}}._codeWrap_itrhf_616{background:#1c1917;border-radius:10px;overflow:hidden}._codeBar_itrhf_622{padding:12px 20px;border-bottom:1px solid rgba(255,255,255,.08)}._codeLabel_itrhf_627{font-size:12px;font-weight:600;color:#fff6;text-transform:uppercase;letter-spacing:.06em}._code_itrhf_616{padding:20px;margin:0;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:13px;line-height:1.7;color:#fffc;overflow-x:auto}._code_itrhf_616::-webkit-scrollbar{height:4px}._code_itrhf_616::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:2px}._devCards_itrhf_652{display:flex;flex-direction:column;gap:20px}._devCard_itrhf_652{display:flex;gap:14px;align-items:flex-start}._devCard_itrhf_652 h4{font-size:15px;font-weight:700;color:#1c1917;margin:0 0 3px}._devCard_itrhf_652 p{font-size:14px;color:#57534e;margin:0;line-height:1.5}._devCardIcon_itrhf_676{width:20px;height:20px;color:#6366f1;flex-shrink:0;margin-top:2px}._useCaseStrip_itrhf_684{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media(max-width:810px){._useCaseStrip_itrhf_684{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._useCaseStrip_itrhf_684{grid-template-columns:1fr;gap:12px}}._useCaseItem_itrhf_701{padding:28px 24px;background:#fff;border:1px solid #E7E5E4;border-radius:10px;transition:border-color .15s ease}._useCaseItem_itrhf_701:hover{border-color:#059669}._useCaseItem_itrhf_701 h3{font-size:16px;font-weight:700;color:#1c1917;margin:12px 0 6px}._useCaseItem_itrhf_701 p{font-size:14px;line-height:1.6;color:#57534e;margin:0}._useCaseIcon_itrhf_724{width:22px;height:22px;color:#059669}._ctaSection_itrhf_730{padding:96px 0;background:#059669;text-align:center}@media(max-width:810px){._ctaSection_itrhf_730{padding:72px 0}}@media(max-width:768px){._ctaSection_itrhf_730{padding:56px 0}}._ctaSection_itrhf_730 h2{font-size:36px;font-weight:700;letter-spacing:-.025em;color:#fff;margin:0 0 12px}@media(max-width:810px){._ctaSection_itrhf_730 h2{font-size:30px}}@media(max-width:768px){._ctaSection_itrhf_730 h2{font-size:25px}}._ctaSection_itrhf_730 p{font-size:17px;color:#fffc;max-width:520px;margin:0 auto 32px;line-height:1.6}._secRow_itrhf_772{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-bottom:32px}._secPill_itrhf_780{display:flex;align-items:center;gap:6px;padding:6px 14px;background:#ffffff26;border-radius:100px;font-size:13px;font-weight:600;color:#ffffffe6}._secPill_itrhf_780 svg{color:#ffffffb3}._ctaBtns_itrhf_795{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}@media(max-width:768px){._ctaBtns_itrhf_795{flex-direction:column;align-items:center}}._ctaBtns_itrhf_795 ._btnSolid_itrhf_115{background:#fff;color:#059669;box-shadow:none}._ctaBtns_itrhf_795 ._btnSolid_itrhf_115:hover{background:#ffffffe6;box-shadow:0 4px 12px #0000001a}._ctaBtns_itrhf_795 ._btnOutline_itrhf_143{background:transparent;color:#fff;border-color:#ffffff59}._ctaBtns_itrhf_795 ._btnOutline_itrhf_143:hover{background:#ffffff14;border-color:#ffffff80}@keyframes _fadeIn_we9my_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_we9my_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._contactPage_we9my_19{width:100%;background:#fafaf9}._hero_we9my_24{padding:80px 32px 64px;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(5,150,105,.06) 0%,transparent 60%),#fafaf9}@media(max-width:810px){._hero_we9my_24{padding:64px 24px 48px}}@media(max-width:768px){._hero_we9my_24{padding:48px 20px 40px}}._container_we9my_39{max-width:1120px;margin:0 auto}._heroContent_we9my_44{text-align:center;max-width:560px;margin:0 auto}._heroTitle_we9my_50{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:42px;font-weight:800;letter-spacing:-.02em;color:#1c1917;margin:0 0 16px}@media(max-width:810px){._heroTitle_we9my_50{font-size:36px}}@media(max-width:768px){._heroTitle_we9my_50{font-size:30px}}._heroSubtitle_we9my_69{font-size:17px;line-height:1.65;color:#57534e;margin:0}@media(max-width:768px){._heroSubtitle_we9my_69{font-size:15px}}._contactSection_we9my_81{padding:72px 32px;background:#fff;position:relative}._contactSection_we9my_81: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:810px){._contactSection_we9my_81{padding:56px 24px}}@media(max-width:768px){._contactSection_we9my_81{padding:48px 20px}}._contactGrid_we9my_106{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media(max-width:810px){._contactGrid_we9my_106{grid-template-columns:1fr;gap:16px;max-width:440px;margin:0 auto}}._contactCard_we9my_120{position:relative;padding:28px;background:#fff;border:1px solid #E7E5E4;border-radius:10px;text-decoration:none;display:flex;flex-direction:column;gap:12px;transition:all .2s cubic-bezier(.4,0,.2,1)}._contactCard_we9my_120:hover{border-color:#0596694d;box-shadow:0 4px 16px #0596690f}._contactCard_we9my_120:hover ._cardIconWrapper_we9my_136{background:#059669;color:#fff;transform:scale(1.05)}._contactCard_we9my_120:hover ._cardArrow_we9my_141{opacity:1;transform:translate(0)}._contactCard_we9my_120:active{transform:scale(.98)}@media(max-width:768px){._contactCard_we9my_120{padding:24px}}._cardIconWrapper_we9my_136{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#d1fae5;border-radius:8px;color:#059669;transition:all .2s cubic-bezier(.4,0,.2,1)}._cardIcon_we9my_136{flex-shrink:0}._cardTitle_we9my_170{font-size:17px;font-weight:700;color:#1c1917;margin:0}._cardValue_we9my_177{font-size:14px;font-weight:500;color:#059669;margin:0;font-family:JetBrains Mono,Fira Code,Consolas,monospace}._cardDescription_we9my_185{font-size:14px;line-height:1.6;color:#57534e;margin:0}._cardArrow_we9my_141{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#05966914;border-radius:50%;color:#059669;margin-top:auto;opacity:0;transform:translate(-4px);transition:all .2s ease}._infoSection_we9my_207{padding:72px 32px;background:#f5f5f4;position:relative}._infoSection_we9my_207: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:810px){._infoSection_we9my_207{padding:56px 24px}}@media(max-width:768px){._infoSection_we9my_207{padding:48px 20px}}._infoGrid_we9my_232{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media(max-width:810px){._infoGrid_we9my_232{grid-template-columns:1fr;gap:16px;max-width:500px;margin:0 auto}}._infoCard_we9my_246{display:flex;gap:16px;padding:28px;background:#fff;border-radius:10px;border:1px solid #E7E5E4;transition:all .2s ease}._infoCard_we9my_246:hover{border-color:#6366f14d;box-shadow:0 4px 16px #6366f10f}@media(max-width:768px){._infoCard_we9my_246{padding:24px}}._infoIconWrapper_we9my_265{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#e0e7ff;border-radius:50%;color:#6366f1;flex-shrink:0}._infoIcon_we9my_265{flex-shrink:0}._infoContent_we9my_281{display:flex;flex-direction:column;gap:4px}._infoTitle_we9my_287{font-size:16px;font-weight:700;color:#1c1917;margin:0}._infoText_we9my_294{font-size:14px;line-height:1.6;color:#57534e;margin:0}._ctaSection_we9my_301{padding:80px 32px;background:linear-gradient(135deg,#059669,#047854);position:relative;overflow:hidden}._ctaSection_we9my_301:after{content:"";position:absolute;top:-50%;right:-15%;width:400px;height:400px;background:radial-gradient(circle,rgba(255,255,255,.06) 0%,transparent 60%);pointer-events:none}@media(max-width:810px){._ctaSection_we9my_301{padding:64px 24px}}@media(max-width:768px){._ctaSection_we9my_301{padding:48px 20px}}._ctaContent_we9my_328{text-align:center;display:flex;flex-direction:column;align-items:center;gap:20px;position:relative;z-index:1}._ctaTitle_we9my_338{font-size:36px;font-weight:800;letter-spacing:-.02em;color:#fff;margin:0}@media(max-width:810px){._ctaTitle_we9my_338{font-size:30px}}@media(max-width:768px){._ctaTitle_we9my_338{font-size:26px}}._ctaSubtitle_we9my_356{font-size:17px;color:#ffffffd9;margin:0;max-width:480px;line-height:1.6}@media(max-width:768px){._ctaSubtitle_we9my_356{font-size:15px}}._ctaButtons_we9my_369{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-top:4px}@media(max-width:768px){._ctaButtons_we9my_369{flex-direction:column;width:100%;max-width:300px}}._ctaButtonPrimary_we9my_384{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;background:#fff;color:#059669;text-decoration:none;font-weight:700;font-size:15px;border-radius:8px;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000001a}._ctaButtonPrimary_we9my_384:hover{box-shadow:0 6px 20px #00000026;transform:translateY(-1px)}._ctaButtonPrimary_we9my_384:active{transform:translateY(0) scale(.98)}@media(max-width:768px){._ctaButtonPrimary_we9my_384{width:100%;padding:14px 24px}}._ctaButtonSecondary_we9my_412{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;background:transparent;color:#fff;text-decoration:none;font-weight:700;font-size:15px;border:1px solid rgba(255,255,255,.4);border-radius:8px;transition:all .2s cubic-bezier(.4,0,.2,1)}._ctaButtonSecondary_we9my_412:hover{background:#ffffff1a;border-color:#fff9}._ctaButtonSecondary_we9my_412:active{transform:scale(.98)}@media(max-width:768px){._ctaButtonSecondary_we9my_412{width:100%;padding:14px 24px}}._contact_2eehn_1{width:100%;min-height:100vh;background:#fafaf9}@keyframes _fadeIn_q7dzs_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_q7dzs_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._faqPage_q7dzs_19{min-height:100vh;display:flex;flex-direction:column}._faqSection_q7dzs_25{flex:1;padding:96px 0;background:#fafaf9}@media(max-width:810px){._faqSection_q7dzs_25{padding:72px 0}}@media(max-width:768px){._faqSection_q7dzs_25{padding:56px 0}}._container_q7dzs_41{max-width:1120px;margin:0 auto;padding:0 32px}@media(max-width:768px){._container_q7dzs_41{padding:0 20px}}._pageTitle_q7dzs_52{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:36px;font-weight:700;letter-spacing:-.025em;color:#1c1917;text-align:center;margin:0 0 16px}@media(max-width:810px){._pageTitle_q7dzs_52{font-size:32px}}@media(max-width:768px){._pageTitle_q7dzs_52{font-size:28px}}._pageSubtitle_q7dzs_72{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;color:#57534e;text-align:center;max-width:600px;margin:0 auto 48px;line-height:1.6}@media(max-width:768px){._pageSubtitle_q7dzs_72{font-size:15px;margin-bottom:36px}}._faqGrid_q7dzs_88{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media(max-width:810px){._faqGrid_q7dzs_88{grid-template-columns:1fr;gap:16px}}._faqCard_q7dzs_100{background:#fff;padding:28px 24px;border-radius:10px;border:1px solid #E7E5E4;transition:all .15s ease;display:flex;flex-direction:column;gap:12px}._faqCard_q7dzs_100:hover{border-color:#059669;box-shadow:0 2px 8px #05966914}._faqCard_q7dzs_100:active{transform:scale(.98)}@media(max-width:768px){._faqCard_q7dzs_100{padding:24px 20px}}._faqIcon_q7dzs_123{color:#059669;flex-shrink:0}._faqQuestion_q7dzs_128{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_q7dzs_137{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#57534e;line-height:1.6;margin:0}@keyframes _fadeIn_1aqsp_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_1aqsp_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._statusPage_1aqsp_19{min-height:100vh;display:flex;flex-direction:column;background:#fafaf9}._statusSection_1aqsp_26{flex:1;padding:96px 0}@media(max-width:810px){._statusSection_1aqsp_26{padding:72px 0}}@media(max-width:768px){._statusSection_1aqsp_26{padding:56px 0}}._container_1aqsp_41{max-width:1120px;margin:0 auto;padding:0 32px;display:flex;flex-direction:column;gap:64px}@media(max-width:768px){._container_1aqsp_41{padding:0 20px;gap:48px}}._overallStatus_1aqsp_56{display:flex;flex-direction:column;gap:20px;padding:28px 24px;background:#fff;border-radius:10px;border:1px solid #E7E5E4}@media(max-width:768px){._overallStatus_1aqsp_56{padding:24px 20px;gap:16px}}._statusHeader_1aqsp_72{display:flex;align-items:start;gap:24px}@media(max-width:768px){._statusHeader_1aqsp_72{gap:16px}}._statusIndicator_1aqsp_83{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .15s ease}._statusIndicator_1aqsp_83 svg{width:24px;height:24px}@media(max-width:768px){._statusIndicator_1aqsp_83{width:40px;height:40px}._statusIndicator_1aqsp_83 svg{width:20px;height:20px}}._statusOperational_1aqsp_108{background:#d1fae5;color:#059669}._statusDegraded_1aqsp_113{background:#fef3c7;color:#f59e0b}._statusOutage_1aqsp_118{background:#fee2e2;color:#dc2626}._statusInfo_1aqsp_123{flex:1;display:flex;flex-direction:column;gap:12px}._statusTitle_1aqsp_130{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:36px;font-weight:700;letter-spacing:-.025em;color:#1c1917;margin:0}@media(max-width:810px){._statusTitle_1aqsp_130{font-size:30px}}@media(max-width:768px){._statusTitle_1aqsp_130{font-size:24px}}._statusSubtitle_1aqsp_149{font-size:17px;line-height:1.6;color:#57534e;margin:0}@media(max-width:768px){._statusSubtitle_1aqsp_149{font-size:15px}}._lastUpdated_1aqsp_161{display:flex;align-items:center;gap:8px;padding-top:24px;border-top:1px solid #E7E5E4;font-size:15px;color:#57534e}._lastUpdated_1aqsp_161 svg{flex-shrink:0}@media(max-width:768px){._lastUpdated_1aqsp_161{font-size:13px}}._systemsSection_1aqsp_179{display:flex;flex-direction:column;gap:32px}._sectionTitle_1aqsp_185{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#059669;margin:0}._systemsGrid_1aqsp_195{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media(max-width:810px){._systemsGrid_1aqsp_195{grid-template-columns:1fr;gap:20px}}._systemCard_1aqsp_207{display:flex;flex-direction:column;gap:20px;padding:28px 24px;background:#fff;border-radius:10px;border:1px solid #E7E5E4;transition:all .15s ease}._systemCard_1aqsp_207:hover{border-color:#059669;box-shadow:0 2px 8px #05966914}._systemCard_1aqsp_207:active{transform:scale(.98)}@media(max-width:768px){._systemCard_1aqsp_207{padding:24px 20px;gap:16px}}._systemHeader_1aqsp_231{display:flex;gap:16px;align-items:start}._systemIcon_1aqsp_237{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#d1fae5;border-radius:8px;color:#059669;flex-shrink:0}@media(max-width:768px){._systemIcon_1aqsp_237{width:40px;height:40px}}._systemMeta_1aqsp_255{flex:1;display:flex;flex-direction:column;gap:4px}._systemName_1aqsp_262{font-size:18px;font-weight:700;color:#1c1917;margin:0}@media(max-width:768px){._systemName_1aqsp_262{font-size:19px}}._systemDescription_1aqsp_274{font-size:15px;line-height:1.5;color:#57534e;margin:0}@media(max-width:768px){._systemDescription_1aqsp_274{font-size:13px}}._systemFooter_1aqsp_286{display:flex;justify-content:space-between;align-items:center;padding-top:20px;border-top:1px solid #E7E5E4}@media(max-width:768px){._systemFooter_1aqsp_286{flex-direction:column;align-items:start;gap:12px}}._systemStatus_1aqsp_301{display:inline-flex;align-items:center;gap:8px;padding:4px 16px;border-radius:100px;font-size:15px;font-weight:600}._systemStatus_1aqsp_301 svg{flex-shrink:0}@media(max-width:768px){._systemStatus_1aqsp_301{font-size:13px}}._systemUptime_1aqsp_319{display:flex;align-items:center;gap:4px;font-size:15px}@media(max-width:768px){._systemUptime_1aqsp_319{font-size:13px}}._uptimeLabel_1aqsp_331{color:#57534e}._uptimeValue_1aqsp_335{font-weight:700;color:#059669}._incidentsSection_1aqsp_340{display:flex;flex-direction:column;gap:32px}._noIncidents_1aqsp_346{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:64px 32px;background:#fff;border-radius:10px;border:1px solid #E7E5E4;text-align:center}@media(max-width:768px){._noIncidents_1aqsp_346{padding:48px 20px;gap:12px}}._noIncidentsIcon_1aqsp_365{color:#059669}._noIncidentsTitle_1aqsp_369{font-size:22px;font-weight:700;color:#1c1917;margin:0}@media(max-width:768px){._noIncidentsTitle_1aqsp_369{font-size:18px}}._noIncidentsText_1aqsp_381{font-size:17px;line-height:1.6;color:#57534e;margin:0;max-width:600px}@media(max-width:768px){._noIncidentsText_1aqsp_381{font-size:15px}}._definitionsSection_1aqsp_394{display:flex;flex-direction:column;gap:32px}._definitionsGrid_1aqsp_400{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media(max-width:810px){._definitionsGrid_1aqsp_400{grid-template-columns:1fr;gap:16px}}._definitionCard_1aqsp_412{display:flex;align-items:center;gap:16px;padding:28px 24px;background:#fff;border-radius:10px;border:1px solid #E7E5E4;transition:all .15s ease}._definitionCard_1aqsp_412:hover{border-color:#059669;box-shadow:0 2px 8px #05966914}._definitionCard_1aqsp_412:active{transform:scale(.98)}@media(max-width:768px){._definitionCard_1aqsp_412{padding:24px 20px;gap:12px}}._definitionIcon_1aqsp_436{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0}@media(max-width:768px){._definitionIcon_1aqsp_436{width:32px;height:32px}}._definitionTitle_1aqsp_452{font-size:17px;font-weight:700;color:#1c1917;margin:0 0 4px}@media(max-width:768px){._definitionTitle_1aqsp_452{font-size:15px}}._definitionText_1aqsp_464{font-size:15px;color:#57534e;margin:0}@media(max-width:768px){._definitionText_1aqsp_464{font-size:13px}}._subscribeSection_1aqsp_475{display:flex;flex-direction:column;gap:32px}._subscribeCard_1aqsp_481{display:flex;flex-direction:column;align-items:center;gap:24px;padding:64px 32px;background:#fafaf9;border-radius:10px;border:1px solid #E7E5E4;text-align:center}@media(max-width:768px){._subscribeCard_1aqsp_481{padding:48px 20px;gap:20px}}._subscribeText_1aqsp_499{font-size:19px;line-height:1.6;color:#57534e;margin:0;max-width:600px}@media(max-width:768px){._subscribeText_1aqsp_499{font-size:17px}}._subscribeButton_1aqsp_512{padding:16px 40px;background:#059669;color:#fff;border:none;border-radius:6px;font-size:17px;font-weight:600;cursor:pointer;transition:all .15s ease}._subscribeButton_1aqsp_512:hover{background:#047857;transform:translateY(-1px);box-shadow:0 2px 4px #05966926}._subscribeButton_1aqsp_512:active{transform:scale(.98)}@media(max-width:768px){._subscribeButton_1aqsp_512{width:100%}}@keyframes _fadeIn_vjori_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_vjori_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._pricingPage_vjori_19{width:100%;background:#fff}._container_vjori_24{max-width:1120px;margin:0 auto;padding:0 32px}@media(max-width:768px){._container_vjori_24{padding:0 20px}}._section_vjori_35{padding:96px 0}@media(max-width:810px){._section_vjori_35{padding:72px 0}}@media(max-width:768px){._section_vjori_35{padding:56px 0}}._sectionAlt_vjori_49{background:#fafaf9}._sectionTag_vjori_53{display:block;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#059669;text-align:center;margin-bottom:12px}._sectionTitle_vjori_64{font-size:36px;font-weight:700;letter-spacing:-.025em;line-height:1.15;color:#1c1917;text-align:center;margin:0 0 16px}@media(max-width:810px){._sectionTitle_vjori_64{font-size:30px}}@media(max-width:768px){._sectionTitle_vjori_64{font-size:25px}}._sectionSub_vjori_84{font-size:17px;line-height:1.6;color:#57534e;text-align:center;max-width:520px;margin:0 auto 48px}@media(max-width:768px){._sectionSub_vjori_84{font-size:15px;margin-bottom:36px}}._hero_vjori_99{padding:80px 0 64px;background:#fafaf9;text-align:center}@media(max-width:810px){._hero_vjori_99{padding:64px 0 48px}}@media(max-width:768px){._hero_vjori_99{padding:48px 0 40px}}._heroTitle_vjori_115{font-size:48px;font-weight:700;letter-spacing:-.03em;line-height:1.1;color:#1c1917;margin:0 0 16px}@media(max-width:810px){._heroTitle_vjori_115{font-size:38px}}@media(max-width:768px){._heroTitle_vjori_115{font-size:30px}}._heroSubtitle_vjori_134{font-size:18px;line-height:1.6;color:#57534e;max-width:540px;margin:0 auto 32px}@media(max-width:768px){._heroSubtitle_vjori_134{font-size:16px}}._btnSolid_vjori_147{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#059669;color:#fff;font-size:15px;font-weight:600;border-radius:8px;text-decoration:none;transition:background .15s ease;box-shadow:0 1px 3px #00000014}._btnSolid_vjori_147:hover{background:#047857}._btnSolid_vjori_147:active{transform:scale(.98)}._includesGrid_vjori_168{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:48px}@media(max-width:810px){._includesGrid_vjori_168{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._includesGrid_vjori_168{grid-template-columns:1fr;gap:12px}}._includeCard_vjori_186{padding:28px 24px;background:#fff;border:1px solid #E7E5E4;border-radius:10px;transition:border-color .15s ease}._includeCard_vjori_186:hover{border-color:#059669}._includeCard_vjori_186 h3{font-size:16px;font-weight:700;color:#1c1917;margin:14px 0 6px}._includeCard_vjori_186 p{font-size:14px;line-height:1.6;color:#57534e;margin:0}._includeIcon_vjori_209{width:22px;height:22px;color:#059669}._customGrid_vjori_215{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(max-width:768px){._customGrid_vjori_215{grid-template-columns:1fr;gap:12px}}._customCard_vjori_227{padding:28px 24px;background:#fff;border:1px solid #E7E5E4;border-radius:10px;transition:border-color .15s ease}._customCard_vjori_227:hover{border-color:#059669}._customCard_vjori_227 h3{font-size:16px;font-weight:700;color:#1c1917;margin:0 0 8px}._customCard_vjori_227 p{font-size:14px;line-height:1.6;color:#57534e;margin:0}._faqGrid_vjori_250{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:48px}@media(max-width:810px){._faqGrid_vjori_250{grid-template-columns:1fr;gap:12px}}._faqItem_vjori_263{padding:28px 24px;background:#fafaf9;border:1px solid #E7E5E4;border-radius:10px;transition:border-color .15s ease}._faqItem_vjori_263:hover{border-color:#059669}._faqQuestion_vjori_274{font-size:15px;font-weight:700;color:#1c1917;margin:0 0 8px}._faqAnswer_vjori_281{font-size:14px;line-height:1.6;color:#57534e;margin:0}._ctaSection_vjori_288{padding:96px 0;background:#059669;text-align:center}@media(max-width:810px){._ctaSection_vjori_288{padding:72px 0}}@media(max-width:768px){._ctaSection_vjori_288{padding:56px 0}}._ctaTitle_vjori_304{font-size:36px;font-weight:700;letter-spacing:-.025em;color:#fff;margin:0 0 12px}@media(max-width:810px){._ctaTitle_vjori_304{font-size:30px}}@media(max-width:768px){._ctaTitle_vjori_304{font-size:25px}}._ctaSubtitle_vjori_322{font-size:17px;color:#ffffffd9;margin:0 0 32px}._ctaButtons_vjori_328{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}@media(max-width:768px){._ctaButtons_vjori_328{flex-direction:column;align-items:center}}._ctaButtonPrimary_vjori_341{display:inline-flex;align-items:center;padding:12px 24px;background:#fff;color:#059669;font-size:15px;font-weight:600;border-radius:8px;text-decoration:none;transition:all .15s ease}._ctaButtonPrimary_vjori_341:hover{background:#ffffffe6;box-shadow:0 4px 12px #0000001a}@media(max-width:768px){._ctaButtonPrimary_vjori_341{width:100%;max-width:260px;justify-content:center}}._ctaButtonSecondary_vjori_365{display:inline-flex;align-items:center;padding:12px 24px;background:transparent;color:#fff;font-size:15px;font-weight:600;border:1px solid rgba(255,255,255,.35);border-radius:8px;text-decoration:none;transition:all .15s ease}._ctaButtonSecondary_vjori_365:hover{background:#ffffff14;border-color:#ffffff80}@media(max-width:768px){._ctaButtonSecondary_vjori_365{width:100%;max-width:260px;justify-content:center}}@keyframes _fadeIn_jodi0_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_jodi0_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._agentPage_jodi0_19{width:100%;min-height:100vh;background:#fafaf9}._hero_jodi0_25{padding:64px 40px;background:linear-gradient(135deg,#0596690a,#6366f10d,#05966908);position:relative}@media(max-width:768px){._hero_jodi0_25{padding:48px 20px}}._container_jodi0_36{max-width:1120px;margin:0 auto}._heroContent_jodi0_41{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}@media(max-width:810px){._heroContent_jodi0_41{grid-template-columns:1fr;gap:48px}}._comingSoonBadge_jodi0_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_jodi0_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_jodi0_70{font-size:36px}}@media(max-width:768px){._heroTitle_jodi0_70{font-size:28px}}._highlight_jodi0_89{color:#059669;position:relative;display:inline-block}._heroSubtitle_jodi0_95{font-size:19px;line-height:1.6;color:#57534e;margin:0 0 40px}@media(max-width:768px){._heroSubtitle_jodi0_95{font-size:17px}}._platformBadges_jodi0_107{display:flex;gap:16px;flex-wrap:wrap}._platformBadge_jodi0_107{display:flex;align-items:center;gap:8px;padding:16px 24px;background:#fff;border:2px solid #E7E5E4;border-radius:6px;font-size:17px;font-weight:500;color:#1c1917}._heroVisual_jodi0_126{position:relative}._mockupPlaceholder_jodi0_130{width:100%;display:flex;justify-content:center;align-items:center}._mockupWindow_jodi0_137{width:100%;max-width:500px;background:#fff;border-radius:10px;box-shadow:0 20px 25px #1c19171a;overflow:hidden;border:1px solid #E7E5E4}._mockupHeader_jodi0_147{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#f5f5f4;border-bottom:1px solid #E7E5E4}._mockupDots_jodi0_156{display:flex;gap:8px}._mockupDots_jodi0_156 span{width:12px;height:12px;border-radius:50%;background:#e7e5e4}._mockupDots_jodi0_156 span:nth-child(1){background:#ff5f57}._mockupDots_jodi0_156 span:nth-child(2){background:#ffbd2e}._mockupDots_jodi0_156 span:nth-child(3){background:#28ca42}._mockupTitle_jodi0_176{font-size:15px;font-weight:500;color:#57534e}._mockupContent_jodi0_182{padding:40px;display:flex;flex-direction:column;gap:32px}._mockupStats_jodi0_189{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}._mockupStat_jodi0_189{display:flex;flex-direction:column;gap:4px;padding:20px;background:#d1fae5;border-radius:8px}._mockupStatValue_jodi0_204{font-size:28px;font-weight:700;color:#059669}._mockupStatLabel_jodi0_210{font-size:13px;color:#57534e;text-transform:uppercase;letter-spacing:.05em}._mockupChart_jodi0_217{display:flex;align-items:flex-end;gap:12px;height:120px;padding:20px;background:#f5f5f4;border-radius:8px}._mockupChartBar_jodi0_227{flex:1;background:linear-gradient(180deg,#059669,#047857);border-radius:6px;min-height:20px}._featuresSection_jodi0_234{padding:100px 48px;background:#fff;position:relative}._featuresSection_jodi0_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_jodi0_234{padding:64px 20px}}._sectionTitle_jodi0_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_jodi0_254{font-size:36px}}@media(max-width:768px){._sectionTitle_jodi0_254{font-size:28px}}._sectionSubtitle_jodi0_273{font-size:19px;color:#57534e;text-align:center;margin:0 0 64px}@media(max-width:768px){._sectionSubtitle_jodi0_273{margin-bottom:48px}}._featuresGrid_jodi0_285{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}@media(max-width:810px){._featuresGrid_jodi0_285{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._featuresGrid_jodi0_285{grid-template-columns:1fr;gap:24px}}._featureCard_jodi0_302{padding:48px;background:#fff;border-radius:10px;border:2px solid #E7E5E4;transition:all .15s ease}._featureCard_jodi0_302:hover{border-color:#059669;box-shadow:0 2px 8px #05966914}._featureCard_jodi0_302:hover ._featureIconWrapper_jodi0_313{background:#059669}._featureCard_jodi0_302:hover ._featureIconWrapper_jodi0_313 ._featureIcon_jodi0_313{color:#fff}._featureCard_jodi0_302:active{transform:scale(.98)}@media(max-width:768px){._featureCard_jodi0_302{padding:40px}}._featureIconWrapper_jodi0_313{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#d1fae5;border-radius:8px;margin-bottom:20px;transition:all .15s ease}._featureIcon_jodi0_313{color:#059669;transition:all .15s ease}._featureTitle_jodi0_345{font-size:18px;font-weight:700;color:#1c1917;margin:0 0 16px}._featureText_jodi0_352{font-size:17px;line-height:1.6;color:#57534e;margin:0}._useCasesSection_jodi0_359{padding:100px 48px;background:#f5f5f4;position:relative}._useCasesSection_jodi0_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_jodi0_359{padding:64px 20px}}._useCasesList_jodi0_379{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:900px;margin:0 auto}@media(max-width:810px){._useCasesList_jodi0_379{grid-template-columns:1fr}}._useCaseItem_jodi0_392{display:flex;align-items:center;gap:16px;padding:24px;background:#fff;border-radius:8px;border:2px solid #E7E5E4;font-size:17px;color:#1c1917;transition:all .15s ease}._useCaseItem_jodi0_392:hover{border-color:#059669;box-shadow:0 2px 8px #05966914}._useCaseIcon_jodi0_409{color:#059669;flex-shrink:0}._waitlistSection_jodi0_414{padding:100px 48px;background:linear-gradient(135deg,#059669,#046f4d,#047857);position:relative;overflow:hidden}._waitlistSection_jodi0_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_jodi0_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_jodi0_414{padding:64px 20px}}._waitlistContent_jodi0_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_jodi0_457{font-size:42px;font-weight:700;color:#fff;margin:0}@media(max-width:810px){._waitlistTitle_jodi0_457{font-size:36px}}@media(max-width:768px){._waitlistTitle_jodi0_457{font-size:28px}}._waitlistSubtitle_jodi0_474{font-size:19px;color:#ffffffe6;margin:0}._waitlistForm_jodi0_480{display:flex;gap:12px;width:100%;max-width:500px}@media(max-width:768px){._waitlistForm_jodi0_480{flex-direction:column}}._waitlistInput_jodi0_492{flex:1;padding:20px 24px;background:#fff;border:2px solid transparent;border-radius:6px;font-size:19px;color:#1c1917;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;outline:none;transition:all .15s ease}._waitlistInput_jodi0_492::placeholder{color:#57534e}._waitlistInput_jodi0_492:focus{border-color:#059669}._waitlistButton_jodi0_511{padding:20px 48px;background:#fff;color:#059669;border:none;border-radius:6px;font-size:19px;font-weight:700;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;cursor:pointer;transition:all .15s ease}._waitlistButton_jodi0_511:hover{box-shadow:0 4px 12px #fff3;transform:translateY(-1px)}._waitlistButton_jodi0_511:active{transform:scale(.98)}._waitlistNote_jodi0_531{font-size:17px;color:#fffc;margin:0}@keyframes _fadeIn_rkqkr_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_rkqkr_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._page_rkqkr_19{width:100%;background:#fff}._wrap_rkqkr_24{max-width:1120px;margin:0 auto;padding:0 32px}@media(max-width:768px){._wrap_rkqkr_24{padding:0 20px}}._section_rkqkr_35{padding:96px 0}@media(max-width:810px){._section_rkqkr_35{padding:72px 0}}@media(max-width:768px){._section_rkqkr_35{padding:56px 0}}._sectionAlt_rkqkr_49{background:#fafaf9}._sectionHead_rkqkr_53{text-align:center;max-width:600px;margin:0 auto 56px}@media(max-width:768px){._sectionHead_rkqkr_53{margin-bottom:40px}}._sectionHead_rkqkr_53 h2{font-size:36px;font-weight:700;letter-spacing:-.025em;line-height:1.15;color:#1c1917;margin:0}@media(max-width:810px){._sectionHead_rkqkr_53 h2{font-size:30px}}@media(max-width:768px){._sectionHead_rkqkr_53 h2{font-size:25px}}._tag_rkqkr_82{display:inline-block;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#059669;margin-bottom:12px}._hero_rkqkr_92{padding:80px 0 72px;text-align:center;background:#fafaf9}@media(max-width:810px){._hero_rkqkr_92{padding:64px 0 56px}}@media(max-width:768px){._hero_rkqkr_92{padding:48px 0 40px}}._heroTitle_rkqkr_108{font-size:48px;font-weight:700;letter-spacing:-.03em;line-height:1.1;color:#1c1917;margin:0 0 20px}@media(max-width:810px){._heroTitle_rkqkr_108{font-size:38px}}@media(max-width:768px){._heroTitle_rkqkr_108{font-size:30px}}._heroDesc_rkqkr_127{font-size:18px;line-height:1.65;color:#57534e;max-width:560px;margin:0 auto 28px}@media(max-width:768px){._heroDesc_rkqkr_127{font-size:16px}}._heroPills_rkqkr_140{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}._pill_rkqkr_147{display:inline-flex;align-items:center;gap:5px;padding:6px 14px;background:#fff;border:1px solid #E7E5E4;border-radius:100px;font-size:13px;font-weight:600;color:#1c1917}._pill_rkqkr_147 svg{color:#059669}._split_rkqkr_163{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}@media(max-width:810px){._split_rkqkr_163{grid-template-columns:1fr;gap:40px}}._splitLeft_rkqkr_176{position:sticky;top:100px}@media(max-width:810px){._splitLeft_rkqkr_176{position:static}}._splitTitle_rkqkr_186{font-size:36px;font-weight:700;letter-spacing:-.025em;line-height:1.15;color:#1c1917;margin:0 0 16px}@media(max-width:810px){._splitTitle_rkqkr_186{font-size:30px}}@media(max-width:768px){._splitTitle_rkqkr_186{font-size:25px}}._splitDesc_rkqkr_205{font-size:17px;line-height:1.65;color:#57534e;margin:0}@media(max-width:768px){._splitDesc_rkqkr_205{font-size:15px}}._splitRight_rkqkr_217{display:flex;flex-direction:column;gap:0}._listItem_rkqkr_223{display:flex;gap:16px;align-items:flex-start;padding:18px 0;border-bottom:1px solid #E7E5E4}._listItem_rkqkr_223:first-child{padding-top:0}._listItem_rkqkr_223:last-child{border-bottom:none;padding-bottom:0}._listItem_rkqkr_223 h4{font-size:15px;font-weight:700;color:#1c1917;margin:0 0 2px}._listItem_rkqkr_223 p{font-size:14px;color:#57534e;margin:0;line-height:1.5}._listItemIcon_rkqkr_250{width:20px;height:20px;color:#059669;flex-shrink:0;margin-top:2px}._compGrid_rkqkr_258{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:810px){._compGrid_rkqkr_258{grid-template-columns:1fr}}._compCol_rkqkr_269{border:1px solid #E7E5E4;border-radius:10px;overflow:hidden;background:#fff}._compColGood_rkqkr_276{border-color:#05966940}._compHeader_rkqkr_280{display:flex;align-items:center;gap:8px;padding:14px 24px;background:#f5f5f4;border-bottom:1px solid #E7E5E4;font-size:14px;font-weight:700;color:#57534e}._compHeader_rkqkr_280 svg{flex-shrink:0}._compHeaderGood_rkqkr_295{background:#d1fae5;border-color:#05966926;color:#047857}._compHeaderGood_rkqkr_295 svg{color:#059669}._compItem_rkqkr_304{display:flex;align-items:flex-start;gap:12px;padding:13px 24px;border-bottom:1px solid rgba(231,229,228,.5);font-size:14px;line-height:1.5;color:#57534e}._compItem_rkqkr_304:last-child{border-bottom:none}._compItem_rkqkr_304 svg{flex-shrink:0;margin-top:1px;width:18px;height:18px}._compYes_rkqkr_324{color:#059669}._compNo_rkqkr_328{color:#dc2626}._timeline_rkqkr_332{display:flex;gap:0}@media(max-width:768px){._timeline_rkqkr_332{flex-direction:column;max-width:400px;margin:0 auto}}._timelineStep_rkqkr_344{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center}._timelineMarker_rkqkr_352{display:flex;align-items:center;width:100%;margin-bottom:20px;position:relative}._timelineNum_rkqkr_360{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#059669;color:#fff;border-radius:50%;flex-shrink:0;margin:0 auto;position:relative;z-index:1}._timelineLine_rkqkr_375{position:absolute;top:50%;left:calc(50% + 20px);right:calc(-50% + 20px);height:1px;background:#e7e5e4}@media(max-width:768px){._timelineLine_rkqkr_375{display:none}}._timelineContent_rkqkr_389{padding:0 10px}@media(max-width:768px){._timelineContent_rkqkr_389{padding:0}}._timelineContent_rkqkr_389 h3{font-size:15px;font-weight:700;color:#1c1917;margin:0 0 4px}._timelineContent_rkqkr_389 p{font-size:13px;line-height:1.5;color:#57534e;margin:0}._gridThree_rkqkr_410{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media(max-width:810px){._gridThree_rkqkr_410{grid-template-columns:1fr;gap:12px}}._complianceCard_rkqkr_422{padding:28px 24px;background:#fff;border:1px solid #E7E5E4;border-radius:10px;transition:border-color .15s ease}._complianceCard_rkqkr_422:hover{border-color:#059669}._complianceBadge_rkqkr_433{display:inline-flex;padding:4px 12px;background:#d1fae5;color:#059669;border-radius:100px;font-size:13px;font-weight:700}._complianceRegion_rkqkr_443{display:block;font-size:13px;color:#57534e;margin:12px 0 16px}._complianceList_rkqkr_450{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}._complianceList_rkqkr_450 li{display:flex;align-items:center;gap:8px;font-size:14px;color:#57534e}._complianceList_rkqkr_450 li svg{color:#059669;flex-shrink:0}._btnSolid_rkqkr_470{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#059669;color:#fff;font-size:15px;font-weight:600;border-radius:8px;text-decoration:none;transition:background .15s ease}._btnSolid_rkqkr_470:hover{background:#047857}@media(max-width:768px){._btnSolid_rkqkr_470{width:100%;max-width:260px;justify-content:center}}._btnOutline_rkqkr_494{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#fff;color:#1c1917;font-size:15px;font-weight:600;border:1px solid #E7E5E4;border-radius:8px;text-decoration:none;transition:all .15s ease}._btnOutline_rkqkr_494:hover{border-color:#c5c3c0;background:#fafaf9}@media(max-width:768px){._btnOutline_rkqkr_494{width:100%;max-width:260px;justify-content:center}}._ctaSection_rkqkr_520{padding:96px 0;background:#059669;text-align:center}@media(max-width:810px){._ctaSection_rkqkr_520{padding:72px 0}}@media(max-width:768px){._ctaSection_rkqkr_520{padding:56px 0}}._ctaSection_rkqkr_520 h2{font-size:36px;font-weight:700;letter-spacing:-.025em;color:#fff;margin:0 0 12px}@media(max-width:810px){._ctaSection_rkqkr_520 h2{font-size:30px}}@media(max-width:768px){._ctaSection_rkqkr_520 h2{font-size:25px}}._ctaSection_rkqkr_520 p{font-size:17px;color:#fffc;max-width:520px;margin:0 auto 32px;line-height:1.6}._ctaBtns_rkqkr_562{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}@media(max-width:768px){._ctaBtns_rkqkr_562{flex-direction:column;align-items:center}}._ctaBtns_rkqkr_562 ._btnSolid_rkqkr_470{background:#fff;color:#059669}._ctaBtns_rkqkr_562 ._btnSolid_rkqkr_470:hover{background:#ffffffe6}._ctaBtns_rkqkr_562 ._btnOutline_rkqkr_494{background:transparent;color:#fff;border-color:#ffffff59}._ctaBtns_rkqkr_562 ._btnOutline_rkqkr_494:hover{background:#ffffff14;border-color:#ffffff80}@keyframes _fadeIn_1mqpf_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_1mqpf_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._loginPage_1mqpf_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_1mqpf_19{padding:40px 20px}}._loginContainer_1mqpf_33{width:100%;max-width:400px;display:flex;flex-direction:column;gap:24px}._header_1mqpf_41{display:flex;justify-content:center}._logo_1mqpf_46{display:flex;align-items:center;text-decoration:none;transition:all .15s ease}._logo_1mqpf_46:hover{opacity:.8}._logo_1mqpf_46:active{transform:scale(.98)}._logoImage_1mqpf_59{height:36px;width:auto;object-fit:contain}._loginCard_1mqpf_65{background:#fff;border-radius:10px;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_1mqpf_65{padding:32px 24px;gap:20px}}._cardHeader_1mqpf_82{display:flex;flex-direction:column;gap:4px;text-align:center}._title_1mqpf_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_1mqpf_89{font-size:22px}}._subtitle_1mqpf_102{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#57534e;margin:0}@media(max-width:768px){._subtitle_1mqpf_102{font-size:13px}}._errorBanner_1mqpf_114{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#fee2e2;border:1px solid #DC2626;border-radius:6px;color:#dc2626;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;animation:_slideDown_1mqpf_1 .2s ease-out}._errorBanner_1mqpf_114 svg{flex-shrink:0}@media(max-width:768px){._errorBanner_1mqpf_114{font-size:12px}}@keyframes _slideDown_1mqpf_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}._loginForm_1mqpf_146{display:flex;flex-direction:column;gap:20px}._formGroup_1mqpf_152{display:flex;flex-direction:column;gap:4px}._labelRow_1mqpf_158{display:flex;justify-content:space-between;align-items:center}._label_1mqpf_158{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;color:#1c1917}._forgotLink_1mqpf_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_1mqpf_171:hover{color:#047857;text-decoration:underline}._input_1mqpf_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:6px;transition:all .15s ease;outline:none}._input_1mqpf_184::placeholder{color:#57534e;opacity:.6}._input_1mqpf_184:hover{border-color:#cfcbc9}._input_1mqpf_184:focus{border-color:#059669;box-shadow:0 0 0 2px #0596691a}._input_1mqpf_184:disabled{background:#f5f5f4;cursor:not-allowed;opacity:.6}._passwordField_1mqpf_213{position:relative}._passwordToggle_1mqpf_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:6px;color:#57534e;cursor:pointer;transition:all .15s ease}._passwordToggle_1mqpf_217:hover{background:#f5f5f4;color:#1c1917}._passwordToggle_1mqpf_217:active{transform:translateY(-50%) scale(.95)}._submitButton_1mqpf_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:6px;cursor:pointer;transition:all .15s ease}._submitButton_1mqpf_242:hover:not(:disabled){background:#047857;box-shadow:0 2px 4px #05966926}._submitButton_1mqpf_242:active:not(:disabled){transform:scale(.98)}._submitButton_1mqpf_242:disabled{opacity:.7;cursor:not-allowed}._submitButton_1mqpf_242 svg{flex-shrink:0}._spinner_1mqpf_274{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_1mqpf_274 .6s linear infinite}@keyframes _spin_1mqpf_274{to{transform:rotate(360deg)}}._divider_1mqpf_288{position:relative;text-align:center;margin:8px 0}._divider_1mqpf_288:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e7e5e4}._divider_1mqpf_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_1mqpf_311{display:flex;flex-direction:column;gap:8px}._socialButton_1mqpf_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:6px;cursor:pointer;transition:all .15s ease}._socialButton_1mqpf_311 svg{flex-shrink:0}._socialButton_1mqpf_311:hover{background:#f5f5f4;border-color:#cfcbc9}._socialButton_1mqpf_311:active{transform:scale(.98)}._socialButton_1mqpf_311:disabled{opacity:.5;cursor:not-allowed}._signupSection_1mqpf_349{text-align:center}._signupText_1mqpf_353{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0}@media(max-width:768px){._signupText_1mqpf_353{font-size:12px}}._signupLink_1mqpf_365{color:#059669;text-decoration:none;font-weight:600;transition:all .15s ease}._signupLink_1mqpf_365:hover{color:#047857;text-decoration:underline}._footer_1mqpf_376{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-top:20px}@media(max-width:768px){._footer_1mqpf_376{flex-direction:column;gap:8px}}._footerLinks_1mqpf_390{display:flex;align-items:center;gap:8px}._footerLink_1mqpf_390{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;text-decoration:none;transition:all .15s ease}._footerLink_1mqpf_390:hover{color:#059669}@media(max-width:768px){._footerLink_1mqpf_390{font-size:11px}}._separator_1mqpf_412{color:#57534e;opacity:.5}@keyframes _fadeIn_ywv52_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_ywv52_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._forgotPasswordPage_ywv52_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_ywv52_19{padding:40px 20px}}._forgotPasswordContainer_ywv52_33{width:100%;max-width:400px;display:flex;flex-direction:column;gap:24px}._header_ywv52_41{display:flex;justify-content:center}._logo_ywv52_46{display:flex;align-items:center;text-decoration:none;transition:all .15s ease}._logo_ywv52_46:hover{opacity:.8}._logo_ywv52_46:active{transform:scale(.98)}._logoImage_ywv52_59{height:36px;width:auto;object-fit:contain}._forgotPasswordCard_ywv52_65{background:#fff;border-radius:10px;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_ywv52_65{padding:32px 24px;gap:20px}}._cardHeader_ywv52_82{display:flex;flex-direction:column;gap:4px;text-align:center}._title_ywv52_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_ywv52_89{font-size:22px}}._subtitle_ywv52_102{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#57534e;margin:0;line-height:1.5}._subtitle_ywv52_102 strong{color:#1c1917;font-weight:600}@media(max-width:768px){._subtitle_ywv52_102{font-size:13px}}._successIcon_ywv52_119{display:flex;justify-content:center;margin-bottom:16px}._successIcon_ywv52_119 svg{color:#059669}._infoBox_ywv52_128{padding:16px;background:#e0f2fe;border:1px solid #0EA5E9;border-radius:6px}._infoText_ywv52_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_ywv52_135{font-size:12px}}._backToLoginButton_ywv52_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:6px;text-decoration:none;transition:all .15s ease}._backToLoginButton_ywv52_149:hover{background:#047857;box-shadow:0 2px 4px #05966926}._backToLoginButton_ywv52_149:active{transform:scale(.98)}._backToLoginButton_ywv52_149 svg{flex-shrink:0}._errorBanner_ywv52_177{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#fee2e2;border:1px solid #DC2626;border-radius:6px;color:#dc2626;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;animation:_slideDown_ywv52_1 .2s ease-out}._errorBanner_ywv52_177 svg{flex-shrink:0}@media(max-width:768px){._errorBanner_ywv52_177{font-size:12px}}@keyframes _slideDown_ywv52_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}._forgotPasswordForm_ywv52_209{display:flex;flex-direction:column;gap:20px}._formGroup_ywv52_215{display:flex;flex-direction:column;gap:4px}._label_ywv52_221{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;color:#1c1917}._input_ywv52_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:6px;transition:all .15s ease;outline:none}._input_ywv52_228::placeholder{color:#57534e;opacity:.6}._input_ywv52_228:hover{border-color:#cfcbc9}._input_ywv52_228:focus{border-color:#059669;box-shadow:0 0 0 2px #0596691a}._input_ywv52_228:disabled{background:#f5f5f4;cursor:not-allowed;opacity:.6}._submitButton_ywv52_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:6px;cursor:pointer;transition:all .15s ease}._submitButton_ywv52_257:hover:not(:disabled){background:#047857;box-shadow:0 2px 4px #05966926}._submitButton_ywv52_257:active:not(:disabled){transform:scale(.98)}._submitButton_ywv52_257:disabled{opacity:.7;cursor:not-allowed}._submitButton_ywv52_257 svg{flex-shrink:0}._spinner_ywv52_289{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_ywv52_289 .6s linear infinite}@keyframes _spin_ywv52_289{to{transform:rotate(360deg)}}._backToLogin_ywv52_149{display:flex;justify-content:center;padding-top:8px;border-top:1px solid #E7E5E4}._backLink_ywv52_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_ywv52_310 svg{flex-shrink:0}._backLink_ywv52_310:hover{color:#059669}@media(max-width:768px){._backLink_ywv52_310{font-size:12px}}._footer_ywv52_333{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-top:20px}@media(max-width:768px){._footer_ywv52_333{flex-direction:column;gap:8px}}._footerLinks_ywv52_347{display:flex;align-items:center;gap:8px}._footerLink_ywv52_347{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;text-decoration:none;transition:all .15s ease}._footerLink_ywv52_347:hover{color:#059669}@media(max-width:768px){._footerLink_ywv52_347{font-size:11px}}._separator_ywv52_369{color:#57534e;opacity:.5}@keyframes _fadeIn_6q0ws_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_6q0ws_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._resetPasswordPage_6q0ws_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_6q0ws_19{padding:40px 20px}}._resetPasswordContainer_6q0ws_33{width:100%;max-width:400px;display:flex;flex-direction:column;gap:24px}._header_6q0ws_41{display:flex;justify-content:center}._logo_6q0ws_46{display:flex;align-items:center;text-decoration:none;transition:all .15s ease}._logo_6q0ws_46:hover{opacity:.8}._logo_6q0ws_46:active{transform:scale(.98)}._logoImage_6q0ws_59{height:36px;width:auto;object-fit:contain}._resetPasswordCard_6q0ws_65{background:#fff;border-radius:10px;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_6q0ws_65{padding:32px 24px;gap:20px}}._cardHeader_6q0ws_82{display:flex;flex-direction:column;gap:4px;text-align:center}._title_6q0ws_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_6q0ws_89{font-size:22px}}._subtitle_6q0ws_102{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#57534e;margin:0;line-height:1.5}._subtitle_6q0ws_102 strong{color:#1c1917;font-weight:600}@media(max-width:768px){._subtitle_6q0ws_102{font-size:13px}}._successIcon_6q0ws_119{display:flex;justify-content:center;margin-bottom:16px}._successIcon_6q0ws_119 svg{color:#059669}._loginButton_6q0ws_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:6px;text-decoration:none;transition:all .15s ease}._loginButton_6q0ws_128:hover{background:#047857;box-shadow:0 2px 4px #05966926}._loginButton_6q0ws_128:active{transform:scale(.98)}._loginButton_6q0ws_128 svg{flex-shrink:0}._errorBanner_6q0ws_156{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#fee2e2;border:1px solid #DC2626;border-radius:6px;color:#dc2626;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;animation:_slideDown_6q0ws_1 .2s ease-out}._errorBanner_6q0ws_156 svg{flex-shrink:0}@media(max-width:768px){._errorBanner_6q0ws_156{font-size:12px}}@keyframes _slideDown_6q0ws_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}._resetPasswordForm_6q0ws_188{display:flex;flex-direction:column;gap:16px}._formGroup_6q0ws_194{display:flex;flex-direction:column;gap:4px}._label_6q0ws_200{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;color:#1c1917}._input_6q0ws_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:6px;transition:all .15s ease;outline:none}._input_6q0ws_207::placeholder{color:#57534e;opacity:.6}._input_6q0ws_207:hover{border-color:#cfcbc9}._input_6q0ws_207:focus{border-color:#059669;box-shadow:0 0 0 2px #0596691a}._input_6q0ws_207:disabled{background:#f5f5f4;cursor:not-allowed;opacity:.6}._passwordField_6q0ws_236{position:relative}._passwordToggle_6q0ws_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:6px;color:#57534e;cursor:pointer;transition:all .15s ease}._passwordToggle_6q0ws_240:hover{background:#f5f5f4;color:#1c1917}._passwordToggle_6q0ws_240:active{transform:translateY(-50%) scale(.95)}._passwordRequirements_6q0ws_265{display:flex;flex-direction:column;gap:4px;padding:8px;background:#f5f5f4;border:1px solid #E7E5E4;border-radius:6px;margin-top:4px;animation:_slideDown_6q0ws_1 .2s ease-out}._requirementsTitle_6q0ws_277{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;color:#1c1917;margin:0 0 2px}._requirementsList_6q0ws_285{display:flex;flex-direction:column;gap:2px}._requirement_6q0ws_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_6q0ws_277 svg{flex-shrink:0;color:#57534e}._requirement_6q0ws_277._met_6q0ws_304{color:#059669}._requirement_6q0ws_277._met_6q0ws_304 svg{color:#059669}._submitButton_6q0ws_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:6px;cursor:pointer;transition:all .15s ease}._submitButton_6q0ws_311:hover:not(:disabled){background:#047857;box-shadow:0 2px 4px #05966926}._submitButton_6q0ws_311:active:not(:disabled){transform:scale(.98)}._submitButton_6q0ws_311:disabled{opacity:.7;cursor:not-allowed}._submitButton_6q0ws_311 svg{flex-shrink:0}._spinner_6q0ws_343{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_6q0ws_343 .6s linear infinite}@keyframes _spin_6q0ws_343{to{transform:rotate(360deg)}}._backToLogin_6q0ws_357{display:flex;justify-content:center;padding-top:8px;border-top:1px solid #E7E5E4}._backLink_6q0ws_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_6q0ws_364 svg{flex-shrink:0}._backLink_6q0ws_364:hover{color:#059669}@media(max-width:768px){._backLink_6q0ws_364{font-size:12px}}._footer_6q0ws_387{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-top:20px}@media(max-width:768px){._footer_6q0ws_387{flex-direction:column;gap:8px}}._footerLinks_6q0ws_401{display:flex;align-items:center;gap:8px}._footerLink_6q0ws_401{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;text-decoration:none;transition:all .15s ease}._footerLink_6q0ws_401:hover{color:#059669}@media(max-width:768px){._footerLink_6q0ws_401{font-size:11px}}._separator_6q0ws_423{color:#57534e;opacity:.5}._empty_532ok_1{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 24px;text-align:center}._icon_532ok_10{width:36px;height:36px;color:#e7e5e4;margin-bottom:16px}._title_532ok_17{font-size:16px;font-weight:600;color:#1c1917;margin:0 0 6px}._subtitle_532ok_24{font-size:14px;color:#57534e;margin:0;max-width:320px;line-height:1.5}@keyframes _fadeIn_1d235_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_1d235_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._dashboardPage_1d235_19{display:flex;flex-direction:column;gap:24px;width:100%}._pageHeader_1d235_26{display:flex;align-items:center;justify-content:space-between;gap:20px}._pageTitle_1d235_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_1d235_33{font-size:18px}}._pageSubtitle_1d235_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_1d235_46{font-size:13px}}._statsGrid_1d235_58{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media(max-width:810px){._statsGrid_1d235_58{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._statsGrid_1d235_58{grid-template-columns:1fr;gap:12px}}._statCard_1d235_75{display:flex;align-items:center;gap:16px;padding:20px;background:#fff;border-radius:10px;border:1px solid #E7E5E4;transition:all .15s ease}._statCard_1d235_75:hover{border-color:#059669;box-shadow:0 2px 8px #05966914}@media(max-width:768px){._statCard_1d235_75{padding:16px;gap:12px}}._statIcon_1d235_96{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:6px;background:#05966914;color:#059669;flex-shrink:0}._statIcon_1d235_96 svg{width:22px;height:22px}@media(max-width:768px){._statIcon_1d235_96{width:40px;height:40px}._statIcon_1d235_96 svg{width:20px;height:20px}}._statContent_1d235_122{display:flex;flex-direction:column;gap:2px;flex:1}._statValue_1d235_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_1d235_129{font-size:16px}}._statLabel_1d235_142{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e}._quickActions_1d235_148{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(max-width:768px){._quickActions_1d235_148{grid-template-columns:1fr;gap:12px}}._actionCard_1d235_160{display:flex;align-items:flex-start;gap:16px;padding:24px;background:#05966905;border:2px dashed rgba(5,150,105,.3);border-radius:10px;text-decoration:none;transition:all .15s ease}._actionCard_1d235_160:hover{background:#0596690d;border-color:#059669;box-shadow:0 2px 8px #05966914}._actionCard_1d235_160:hover ._actionCardIcon_1d235_176{background:#059669;color:#fff;transform:scale(1.05)}._actionCard_1d235_160:active{transform:scale(.99)}@media(max-width:768px){._actionCard_1d235_160{padding:20px;gap:12px}}._actionCardIcon_1d235_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_1d235_176{width:40px;height:40px}._actionCardIcon_1d235_176 svg{width:20px;height:20px}}._actionCardContent_1d235_214{display:flex;flex-direction:column;gap:8px;flex:1}._actionCardTitle_1d235_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_1d235_221{font-size:14px}}._actionCardDescription_1d235_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_1d235_234{font-size:12px}}._actionCardFeatures_1d235_247{list-style:none;padding:0;margin:4px 0 0;display:flex;flex-direction:column;gap:4px}._actionCardFeatures_1d235_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_1d235_247 li:before{content:"";width:4px;height:4px;border-radius:50%;background:#059669;flex-shrink:0}@media(max-width:768px){._actionCardFeatures_1d235_247 li{font-size:11px}}._activitySection_1d235_277{display:flex;flex-direction:column;gap:0;background:#fff;border-radius:10px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714}._sectionHeader_1d235_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_1d235_287{padding:16px;flex-direction:column;align-items:flex-start;gap:8px}}._sectionTitle_1d235_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_1d235_314{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;color:#059669;text-decoration:none}._viewAllLink_1d235_314:hover{text-decoration:underline}._activityList_1d235_325{display:flex;flex-direction:column;gap:0}@keyframes _skeletonPulse_1d235_1{0%{opacity:1}50%{opacity:.4}to{opacity:1}}._skeletonIconBox_1d235_342{width:20px;height:20px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:6px;animation:_skeletonPulse_1d235_1 1.5s ease-in-out infinite}._skeletonTitle_1d235_351{height:16px;width:180px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:6px;animation:_skeletonPulse_1d235_1 1.5s ease-in-out infinite;animation-delay:.1s}._skeletonDetails_1d235_361{height:14px;width:200px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:6px;animation:_skeletonPulse_1d235_1 1.5s ease-in-out infinite;animation-delay:.2s}._skeletonBadge_1d235_371{height:24px;width:80px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:6px;animation:_skeletonPulse_1d235_1 1.5s ease-in-out infinite;animation-delay:.3s}._skeletonTime_1d235_381{height:14px;width:60px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:6px;animation:_skeletonPulse_1d235_1 1.5s ease-in-out infinite;animation-delay:.4s}._skeletonStatValue_1d235_391{height:32px;width:100px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:6px;animation:_skeletonPulse_1d235_1 1.5s ease-in-out infinite}._emptyState_1d235_400{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;gap:12px}._emptyState_1d235_400 svg{width:48px;height:48px;color:#57534e;opacity:.3}._emptyText_1d235_415{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:600;color:#1c1917;margin:0}._emptySubtext_1d235_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_1d235_433{display:flex;align-items:center;gap:12px;padding:16px 20px;border-bottom:1px solid #E7E5E4;transition:background .15s ease}._activityItem_1d235_433:last-child{border-bottom:none}._activityItem_1d235_433:hover{background:#05966905}@media(max-width:768px){._activityItem_1d235_433{padding:16px;gap:8px}}._activityIcon_1d235_454{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:6px;background:#05966914;color:#059669;flex-shrink:0}@media(max-width:768px){._activityIcon_1d235_454{width:32px;height:32px}._activityIcon_1d235_454 svg{width:16px;height:16px}}._activityContent_1d235_476{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}._activityTitle_1d235_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_1d235_495{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;margin:0}._activityMeta_1d235_502{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}._statusBadge_1d235_510{display:inline-flex;align-items:center;padding:3px 8px;border-radius:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}._statusBadge_1d235_510._success_1d235_521{background:#05966914;border:1px solid rgba(5,150,105,.2);color:#059669}._statusBadge_1d235_510._processing_1d235_526{background:#0ea5e914;border:1px solid rgba(14,165,233,.2);color:#0ea5e9}._statusBadge_1d235_510._failed_1d235_531{background:#dc262614;border:1px solid rgba(220,38,38,.2);color:#dc2626}._statusBadge_1d235_510._review_1d235_536{background:#f59e0b14;border:1px solid rgba(245,158,11,.2);color:#f59e0b}._activityTime_1d235_542{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e}._limitBanner_1d235_548{display:flex;align-items:flex-start;gap:14px;padding:20px 24px;background:#fef3c7;border:1px solid rgba(245,158,11,.3);border-radius:10px}._limitBanner_1d235_548 svg{color:#f59e0b;flex-shrink:0;margin-top:2px}._limitBanner_1d235_548 strong{display:block;font-size:15px;color:#1c1917;margin-bottom:4px}._limitBanner_1d235_548 p{font-size:14px;color:#57534e;margin:0;line-height:1.5}._limitBannerBtn_1d235_575{flex-shrink:0;padding:8px 16px;background:#f59e0b;color:#fff;font-size:13px;font-weight:600;border-radius:6px;text-decoration:none;align-self:center}._limitBannerBtn_1d235_575:hover{background:#cf8508}._usageSection_1d235_590{display:flex;flex-direction:column;background:#fff;border-radius:10px;border:1px solid #E7E5E4;overflow:hidden}._usageContent_1d235_599{display:flex;flex-direction:column;gap:16px;padding:20px}@media(max-width:768px){._usageContent_1d235_599{padding:16px;gap:12px}}._planBadge_1d235_612{padding:4px 8px;border-radius:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.3px}._planBadge_1d235_612._free_1d235_621{background:#57534e1a;color:#57534e}._planBadge_1d235_612._pro_1d235_526{background:#0596691a;color:#059669}._planBadge_1d235_612._business_1d235_629{background:#6366f11a;color:#6366f1}._planBadge_1d235_612._enterprise_1d235_633{background:linear-gradient(135deg,#6366f126,#05966926);color:#6366f1}._usageGrid_1d235_638{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(max-width:768px){._usageGrid_1d235_638{grid-template-columns:1fr;gap:12px}}._usageItem_1d235_650{display:flex;flex-direction:column;gap:4px}._usageItemHeader_1d235_656{display:flex;align-items:center;gap:4px;color:#57534e}._usageItemHeader_1d235_656 svg{flex-shrink:0}._usageLabel_1d235_666{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:500;color:#57534e}._usageMetric_1d235_673{display:flex;flex-direction:column;gap:4px}._usageValue_1d235_679{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;font-weight:700;color:#1c1917}@media(max-width:768px){._usageValue_1d235_679{font-size:16px}}._usageLimit_1d235_691{font-size:13px;font-weight:500;color:#57534e;margin-left:2px}@media(max-width:768px){._usageLimit_1d235_691{font-size:12px}}._usageBar_1d235_703{width:100%;height:6px;background:#0596691a;border-radius:3px;overflow:hidden}._usageProgress_1d235_711{height:100%;background:#059669;border-radius:3px;transition:width .3s ease}._upgradeLink_1d235_718{display:inline-flex;align-items:center;gap:4px;padding:4px 16px;background:#0596691a;border-radius:6px;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_1d235_718:hover{background:#05966926}._upgradeLink_1d235_718:active{transform:scale(.98)}@media(max-width:768px){._upgradeLink_1d235_718{font-size:12px;padding:4px 16px}}@keyframes _fadeIn_67jz0_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_67jz0_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._pagination_67jz0_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_67jz0_19{flex-direction:column;gap:12px;padding:16px}}._itemCount_67jz0_35{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e}@media(max-width:768px){._itemCount_67jz0_35{font-size:11px}}._countNumber_67jz0_46{font-weight:600;color:#1c1917}._pageControls_67jz0_51{display:flex;align-items:center;gap:12px}@media(max-width:768px){._pageControls_67jz0_51{width:100%;justify-content:space-between}}._navButton_67jz0_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:6px;cursor:pointer;transition:all .15s ease}._navButton_67jz0_63:hover:not(:disabled){border-color:#059669;background:#05966905;color:#059669}._navButton_67jz0_63:active:not(:disabled){transform:scale(.98)}._navButton_67jz0_63:disabled{opacity:.4;cursor:not-allowed}@media(max-width:768px){._navButton_67jz0_63{font-size:11px;padding:4px}}._pageNumbers_67jz0_97{display:flex;align-items:center;gap:4px}@media(max-width:768px){._pageNumbers_67jz0_97{gap:4px}}._pageButton_67jz0_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:6px;cursor:pointer;transition:all .15s ease}._pageButton_67jz0_108:hover{border-color:#059669;background:#05966905;color:#059669}._pageButton_67jz0_108:active{transform:scale(.98)}._pageButton_67jz0_108._active_67jz0_133{background:#059669;border-color:#059669;color:#fff;font-weight:600;cursor:default}._pageButton_67jz0_108._active_67jz0_133:hover{background:#059669;color:#fff}@media(max-width:768px){._pageButton_67jz0_108{min-width:28px;height:28px;font-size:11px}}._ellipsis_67jz0_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_67jz0_152{min-width:20px;height:28px;font-size:11px}}@keyframes _fadeInUp_1vnu8_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._overlay_1vnu8_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_1vnu8_1 .2s ease}._modal_1vnu8_34{background-color:#fff;border-radius:10px;border:1px solid #E7E5E4;width:100%;max-width:480px;box-shadow:0 4px 16px #1c191714;animation:_slideUp_1vnu8_1 .2s ease}._header_1vnu8_44{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:8px 8px 8px 20px;border-bottom:1px solid #E7E5E4}._title_1vnu8_54{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;color:#1c1917;margin:0}._closeButton_1vnu8_62{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;background-color:transparent;border:none;border-radius:6px;color:#57534e;cursor:pointer;transition:all .15s ease}._closeButton_1vnu8_62:hover{background-color:#1c19170d;color:#1c1917}._closeButton_1vnu8_62:active{transform:scale(.95)}._body_1vnu8_84{padding:20px;display:flex;flex-direction:column;gap:12px}._field_1vnu8_91{display:flex;flex-direction:column;gap:6px}._labelRow_1vnu8_97{display:flex;align-items:center;justify-content:space-between}._label_1vnu8_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_1vnu8_113{font-weight:400;color:#57534e;font-size:11px}._input_1vnu8_119,._inputMono_1vnu8_119,._textarea_1vnu8_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:8px;transition:all .15s ease}._input_1vnu8_119:focus,._inputMono_1vnu8_119:focus,._textarea_1vnu8_120:focus{outline:none;border-color:#059669;box-shadow:0 0 0 3px #0596691a}._input_1vnu8_119::placeholder,._inputMono_1vnu8_119::placeholder,._textarea_1vnu8_120::placeholder{color:#57534e}._inputMono_1vnu8_119{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:13px}._textarea_1vnu8_120{resize:vertical;min-height:60px}._addButton_1vnu8_151{display:flex;align-items:center;gap:4px;padding:4px 8px;background:transparent;border:1px solid #E7E5E4;border-radius:6px;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_1vnu8_151:hover:not(:disabled){border-color:#059669;color:#059669}._addButton_1vnu8_151:disabled{opacity:.5;cursor:not-allowed}._examplesList_1vnu8_175{display:flex;flex-direction:column;gap:6px}._exampleItem_1vnu8_181{display:flex;align-items:center;gap:6px}._exampleInput_1vnu8_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:6px}._exampleInput_1vnu8_187:focus{outline:none;border-color:#059669;background:#fff}._exampleInput_1vnu8_187::placeholder{color:#57534e99}._removeExampleButton_1vnu8_206{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:transparent;border:none;border-radius:6px;color:#57534e;cursor:pointer;transition:all .15s ease}._removeExampleButton_1vnu8_206:hover{background:#dc26261a;color:#dc2626}._emptyHint_1vnu8_224{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;opacity:.7}._footer_1vnu8_231{display:flex;justify-content:flex-end;align-items:center;gap:8px;width:100%;padding:16px 20px;border-top:1px solid #E7E5E4}._cancelButton_1vnu8_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:6px;cursor:pointer;transition:all .15s ease}._cancelButton_1vnu8_241:hover{background:#f5f5f4;border-color:#57534e}._cancelButton_1vnu8_241:active{transform:scale(.98)}._saveButton_1vnu8_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:6px;cursor:pointer;transition:all .15s ease}._saveButton_1vnu8_265:hover:not(:disabled){background:#047857}._saveButton_1vnu8_265:disabled{opacity:.5;cursor:not-allowed}._saveButton_1vnu8_265:active:not(:disabled){transform:scale(.98)}@keyframes _fadeIn_1vnu8_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_1vnu8_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes _fadeInUp_ivogv_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._overlay_ivogv_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_ivogv_1 .2s ease}@keyframes _fadeIn_ivogv_1{0%{opacity:0}to{opacity:1}}._modal_ivogv_42{display:flex;flex-direction:column;width:440px;max-width:calc(100% - 32px);max-height:calc(100vh - 64px);background:#fff;border-radius:10px;box-shadow:0 20px 60px #0003;animation:_slideUp_ivogv_1 .25s ease}@keyframes _slideUp_ivogv_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._header_ivogv_64{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:20px 24px;border-bottom:1px solid #E7E5E4;flex-shrink:0}._headerInfo_ivogv_74{display:flex;align-items:flex-start;gap:12px}._connectorIcon_ivogv_80{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#0596691a;color:#059669;border-radius:6px;flex-shrink:0}._title_ivogv_92{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;font-weight:700;color:#1c1917;margin:0}._subtitle_ivogv_100{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:4px 0 0}._closeButton_ivogv_107{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:transparent;border:none;border-radius:6px;color:#57534e;cursor:pointer;transition:all .15s ease;flex-shrink:0}._closeButton_ivogv_107:hover{background:#f5f5f4;color:#1c1917}._body_ivogv_127{display:flex;flex-direction:column;gap:16px;flex:1;overflow-y:auto;padding:24px}._fieldInfoSection_ivogv_136{display:flex;flex-direction:column;gap:8px}._sectionLabel_ivogv_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_ivogv_151{display:flex;align-items:center;gap:12px;padding:16px;background:#0596690d;border:1px solid rgba(5,150,105,.2);border-radius:6px}._fieldIcon_ivogv_161{color:#059669;flex-shrink:0}._fieldDetails_ivogv_166{display:flex;flex-direction:column;gap:2px;min-width:0}._fieldDisplayName_ivogv_173{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:600;color:#1c1917}._fieldName_ivogv_180{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:12px;color:#57534e}._configSection_ivogv_186{display:flex;flex-direction:column;gap:12px}._noConfigSection_ivogv_192{padding:20px;background:#f5f5f4;border-radius:6px;text-align:center}._noConfigText_ivogv_199{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;color:#57534e;margin:0;line-height:1.5}._formGroup_ivogv_207{display:flex;flex-direction:column;gap:4px}._labelRow_ivogv_213{display:flex;align-items:center;justify-content:space-between}._label_ivogv_213{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:600;color:#1c1917}._hint_ivogv_226{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e}._checkboxLabel_ivogv_232{display:flex;align-items:center;gap:8px;cursor:pointer}._checkbox_ivogv_232{width:18px;height:18px;accent-color:#059669;cursor:pointer}._checkboxText_ivogv_246{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;color:#1c1917}._textInput_ivogv_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:6px;transition:all .2s ease}._textInput_ivogv_252::placeholder{color:#57534e}._textInput_ivogv_252:hover{border-color:#05966966}._textInput_ivogv_252:focus{outline:none;border-color:#059669}._select_ivogv_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:6px;cursor:pointer;transition:all .2s ease}._select_ivogv_274:hover{border-color:#05966966}._select_ivogv_274:focus{outline:none;border-color:#059669}._addButton_ivogv_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:6px;cursor:pointer;transition:all .15s ease}._addButton_ivogv_294:hover{background:#0596690d}._arrayList_ivogv_313{display:flex;flex-direction:column;gap:4px;margin-top:4px}._emptyArray_ivogv_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:6px;text-align:center}._arrayItem_ivogv_332{display:flex;align-items:center;gap:8px;padding:4px 8px;background:#f5f5f4;border-radius:6px}._arrayItemText_ivogv_341{flex:1;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:13px;color:#1c1917}._removeButton_ivogv_348{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;background:transparent;border:none;border-radius:6px;color:#57534e;cursor:pointer;transition:all .15s ease;flex-shrink:0}._removeButton_ivogv_348:hover{background:#dc26261a;color:#dc2626}._footer_ivogv_368{display:flex;justify-content:flex-end;gap:8px;padding:20px 24px;border-top:1px solid #E7E5E4;flex-shrink:0}._cancelButton_ivogv_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:6px;cursor:pointer;transition:all .15s ease}._cancelButton_ivogv_377:hover{background:#f5f5f4;color:#1c1917}._saveButton_ivogv_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:6px;cursor:pointer;transition:all .15s ease}._saveButton_ivogv_394:hover{background:#047857}._saveButton_ivogv_394:active{transform:scale(.98)}@keyframes _fadeInUp_1r1x4_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._overlay_1r1x4_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_1r1x4_1 .2s ease}._modal_1r1x4_34{background-color:#fff;border-radius:10px;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_1r1x4_1 .2s ease}._header_1r1x4_47{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:20px 24px;border-bottom:1px solid #E7E5E4;flex-shrink:0}._headerInfo_1r1x4_58{display:flex;flex-direction:column;gap:2px}._title_1r1x4_64{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;font-weight:600;color:#1c1917;margin:0}._subtitle_1r1x4_72{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e}._closeButton_1r1x4_78{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;background-color:transparent;border:none;border-radius:6px;color:#57534e;cursor:pointer;transition:all .15s ease}._closeButton_1r1x4_78:hover{background-color:#1c19170d;color:#1c1917}._closeButton_1r1x4_78:active{transform:scale(.95)}._body_1r1x4_100{flex:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:20px}._configuredSection_1r1x4_109{background:#05966908;border:1px solid rgba(5,150,105,.15);border-radius:8px;padding:16px}._configuredHeader_1r1x4_116{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._configuredTitle_1r1x4_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_1r1x4_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:6px}._configuredList_1r1x4_142{display:flex;flex-direction:column;gap:6px}._configuredItem_1r1x4_148{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#fff;border:1px solid #E7E5E4;border-radius:6px}._dragHandle_1r1x4_158{display:flex;align-items:center;justify-content:center;width:20px;height:20px;color:#57534e;cursor:grab;flex-shrink:0}._dragHandle_1r1x4_158:hover{color:#1c1917}._dragHandle_1r1x4_158:active{cursor:grabbing}._orderNumber_1r1x4_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_1r1x4_190{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#0596691a;color:#059669;border-radius:6px;flex-shrink:0}._configuredName_1r1x4_202{flex:1;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;color:#1c1917}._configuredActions_1r1x4_210{display:flex;align-items:center;gap:4px}._configBtn_1r1x4_216,._removeBtn_1r1x4_217{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:transparent;border:none;border-radius:6px;color:#57534e;cursor:pointer;transition:all .15s ease}._configBtn_1r1x4_216:hover{background:#0596691a;color:#059669}._removeBtn_1r1x4_217:hover{background:#dc26261a;color:#dc2626}._categorySection_1r1x4_241{display:flex;flex-direction:column;gap:16px}._categoryHeader_1r1x4_247{display:flex;align-items:center;gap:8px;color:#57534e}._categoryTitle_1r1x4_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_1r1x4_264{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(max-width:600px){._connectorsGrid_1r1x4_264{grid-template-columns:1fr}}._connectorCard_1r1x4_275{display:flex;flex-direction:column;gap:8px;padding:16px;background:#fff;border:1px solid #E7E5E4;border-radius:8px;cursor:pointer;transition:all .15s ease}._connectorCard_1r1x4_275:hover:not(._added_1r1x4_286){border-color:#059669;box-shadow:0 2px 8px #05966914}._connectorCard_1r1x4_275:active:not(._added_1r1x4_286){transform:scale(.98)}._connectorCard_1r1x4_275._added_1r1x4_286{border-color:#059669;background:#05966908}._cardHeader_1r1x4_298{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}._cardIcon_1r1x4_305{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#0596691a;color:#059669;border-radius:6px;flex-shrink:0}._cardContent_1r1x4_317{flex:1;display:flex;flex-direction:column;gap:4px}._cardName_1r1x4_324{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;color:#1c1917}._cardDesc_1r1x4_331{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;line-height:1.4}._cardAction_1r1x4_338{flex-shrink:0}._plusIcon_1r1x4_342{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid #E7E5E4;border-radius:6px;color:#57534e;transition:all .15s ease}._connectorCard_1r1x4_275:hover:not(._added_1r1x4_286) ._plusIcon_1r1x4_342{border-color:#059669;color:#059669}._checkIcon_1r1x4_358{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#059669;border-radius:6px;color:#fff}._footer_1r1x4_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_1r1x4_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:6px;cursor:pointer;transition:all .15s ease}._cancelButton_1r1x4_380:hover{background:#f5f5f4;border-color:#57534e}._cancelButton_1r1x4_380:active{transform:scale(.98)}._saveButton_1r1x4_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:6px;cursor:pointer;transition:all .15s ease}._saveButton_1r1x4_404:hover:not(:disabled){background:#047857}._saveButton_1r1x4_404:disabled{opacity:.5;cursor:not-allowed}._saveButton_1r1x4_404:active:not(:disabled){transform:scale(.98)}@keyframes _fadeIn_1r1x4_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_1r1x4_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes _fadeIn_1mves_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_1mves_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._columnCard_1mves_19{display:flex;flex-direction:column;gap:4px;padding:16px;background:#fff;border:1px solid #E7E5E4;border-radius:8px;transition:all .15s ease}._columnCard_1mves_19:hover{border-color:#0596694d;box-shadow:0 2px 8px #1c19170f}._mainRow_1mves_34{display:flex;align-items:center;gap:8px}._positionNumber_1mves_40{display:flex;align-items:center;justify-content:center;min-width:20px;height:20px;background:#f5f5f4;color:#57534e;border-radius:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;flex-shrink:0}._dragHandle_1mves_55{display:flex;align-items:center;justify-content:center;width:24px;height:24px;color:#57534e;cursor:grab;border-radius:6px;flex-shrink:0}._dragHandle_1mves_55:hover{background:#f5f5f4;color:#1c1917}._dragHandle_1mves_55:active{cursor:grabbing}._fieldInfo_1mves_74{flex:1;min-width:0;display:flex;align-items:baseline;gap:8px}._fieldName_1mves_82{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;color:#1c1917}._fieldId_1mves_89{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:11px;color:#57534e;opacity:.7}._placeholder_1mves_96{font-style:italic;opacity:.5}._actions_1mves_101{display:flex;align-items:center;gap:4px;flex-shrink:0}._actionButton_1mves_108{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:transparent;border:1px solid #E7E5E4;border-radius:6px;color:#57534e;cursor:pointer;transition:all .15s ease}._actionButton_1mves_108:hover{border-color:#059669;color:#059669;background:#0596690d}._actionButton_1mves_108:disabled{opacity:.4;cursor:not-allowed}._removeButton_1mves_131{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:transparent;border:1px solid transparent;border-radius:6px;color:#57534e;cursor:pointer;transition:all .15s ease}._removeButton_1mves_131:hover{border-color:#dc2626;color:#dc2626;background:#dc26260d}._removeButton_1mves_131:disabled{opacity:.4;cursor:not-allowed}._descriptionRow_1mves_154{padding-left:52px}._fieldDescription_1mves_158{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;line-height:1.4}._connectorsRow_1mves_165{padding:8px 16px 8px 52px;background:#6366f108;margin:4px -16px -16px;border-radius:6px 6px 8px 8px}._connectorsPipeline_1mves_178{display:flex;align-items:center;gap:6px;flex-wrap:wrap}._connectorChip_1mves_185{display:inline-flex;align-items:center;padding:4px 10px;background:#fff;border:1px solid rgba(99,102,241,.3);border-radius:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:500;color:#6366f1}._connectorArrow_1mves_198{color:#57534e;opacity:.5;flex-shrink:0}._noConnectors_1mves_204{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;font-style:italic;opacity:.6}._addConnectorButton_1mves_212{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#fff;border:1px dashed #E7E5E4;border-radius:6px;color:#57534e;cursor:pointer;transition:all .15s ease;flex-shrink:0}._addConnectorButton_1mves_212:hover{border-color:#6366f1;border-style:solid;color:#6366f1;background:#6366f10d}._addConnectorButton_1mves_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_19bxb_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._overlay_19bxb_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_19bxb_1 .2s ease}@keyframes _fadeIn_19bxb_1{0%{opacity:0}to{opacity:1}}._modal_19bxb_42{display:flex;flex-direction:column;width:calc(100vw - 64px);height:calc(100vh - 64px);max-width:1400px;background:#fff;border-radius:10px;box-shadow:0 20px 60px #0000004d;overflow:hidden}._header_19bxb_54{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 8px 8px 20px;border-bottom:1px solid #E7E5E4;background:#fff;flex-shrink:0}._title_19bxb_65{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;color:#1c1917;margin:0}._headerActions_19bxb_73{display:flex;align-items:center;gap:4px;margin-left:auto}._undoButton_19bxb_80,._redoButton_19bxb_81{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:transparent;border:none;border-radius:6px;color:#57534e;cursor:pointer;transition:all .15s ease}._undoButton_19bxb_80:hover:not(._disabled_19bxb_94),._redoButton_19bxb_81:hover:not(._disabled_19bxb_94){background:#1c19170d;color:#1c1917}._undoButton_19bxb_80._disabled_19bxb_94,._redoButton_19bxb_81._disabled_19bxb_94{opacity:.4;cursor:not-allowed}._closeButton_19bxb_105{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;background:transparent;border:none;border-radius:6px;color:#57534e;cursor:pointer;transition:all .15s ease}._closeButton_19bxb_105:hover{background:#1c19170d;color:#1c1917}._closeButton_19bxb_105:active{transform:scale(.95)}._canvasContainer_19bxb_127{flex:1;background:#fafafa}._spreadsheetHeader_19bxb_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_19bxb_132:hover{background:linear-gradient(180deg,#fff,#f1f3f4);box-shadow:0 4px 12px #0000001f}._columnLetter_19bxb_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_19bxb_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_19bxb_168:hover{background:#b21d1d;transform:scale(1.1)}._spreadsheetHeader_19bxb_132:hover ._deleteHeaderButton_19bxb_168{opacity:1}._headerContent_19bxb_195{display:flex;flex-direction:column;align-items:center;padding:16px 8px;text-align:center}._headerTitle_19bxb_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_19bxb_214{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:10px;color:#57534e;margin-top:2px;opacity:.7}._fieldNode_19bxb_222{display:flex;flex-direction:column;position:relative;min-width:100px;background:#fff;border:2px solid #059669;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:visible}._fieldNode_19bxb_222:hover{box-shadow:0 4px 16px #05966933}._orderBadge_19bxb_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_19bxb_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_19bxb_257:hover{background:#b21d1d;transform:scale(1.1)}._fieldNode_19bxb_222:hover ._deleteNodeButton_19bxb_257,._connectorNode_19bxb_280:hover ._deleteNodeButton_19bxb_257{opacity:1}._connectorNode_19bxb_280{display:flex;flex-direction:column;position:relative;width:140px;background:#fff;border:2px solid #6366F1;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:visible}._connectorNode_19bxb_280:hover{box-shadow:0 4px 16px #6366f133}._connectorNode_19bxb_280._validation_19bxb_298{border-color:#f59e0b}._connectorNode_19bxb_280._transformation_19bxb_301{border-color:#6366f1}._nodeHeader_19bxb_305{display:flex;align-items:center;gap:4px;padding:8px 16px;background:#f5f5f4;border-bottom:1px solid #E7E5E4;min-width:0}._fieldNode_19bxb_222 ._nodeHeader_19bxb_305{background:#0596691a;color:#059669}._connectorNode_19bxb_280 ._nodeHeader_19bxb_305{background:#6366f11a;color:#6366f1}._connectorNode_19bxb_280._validation_19bxb_298 ._nodeHeader_19bxb_305{background:#f59e0b1a;color:#d97706}._nodeHeaderEditing_19bxb_327{display:flex;align-items:center;gap:4px;padding:4px 8px;background:#0596691a;color:#059669;border-bottom:1px solid #E7E5E4}._fieldInput_19bxb_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_19bxb_337:focus{border-color:#059669}._fieldCodeInput_19bxb_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_19bxb_354:focus{border-color:#059669}._saveButtonSmall_19bxb_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_19bxb_369:hover{background:#047857}._nodeTitle_19bxb_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_19bxb_398{padding:8px 16px}._fieldCode_19bxb_354{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:12px;color:#57534e;background:#f5f5f4;padding:2px 6px;border-radius:4px}._nodeDescription_19bxb_411{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;color:#57534e}._templateInfoNode_19bxb_417{display:flex;flex-direction:column;min-width:200px;max-width:300px;background:#fff;border:2px solid #1C1917;border-radius:8px;box-shadow:0 4px 12px #00000026;overflow:hidden}._templateInfoHeader_19bxb_429{display:flex;align-items:center;gap:8px;padding:16px 20px;background:#1c1917;color:#fff}._templateInfoTitle_19bxb_438{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:700}._templateInfoBody_19bxb_444{padding:8px 20px}._templateInfoDescription_19bxb_448{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;margin:0;line-height:1.4}._templateInfoHeaderEditing_19bxb_456{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#1c1917;color:#fff}._templateInfoInput_19bxb_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_19bxb_465::placeholder{color:#ffffff80}._templateInfoInput_19bxb_465:focus{background:#fff3;border-color:#ffffff80}._templateInfoBodyEditing_19bxb_485{padding:8px 16px}._templateInfoTextarea_19bxb_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_19bxb_489::placeholder{color:#57534e}._templateInfoTextarea_19bxb_489:focus{border-color:#059669}._editButton_19bxb_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_19bxb_510:hover{background:#ffffff40;opacity:1}._saveButton_19bxb_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_19bxb_369:hover{background:#047857}._handleHidden_19bxb_548{width:1px!important;height:1px!important;background:transparent!important;border:none!important;opacity:0!important;pointer-events:none!important}._addFieldNode_19bxb_557{position:relative}._addFieldButton_19bxb_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_19bxb_561:hover{border-color:#059669;color:#059669;background:#0596690d}._addConnectorNode_19bxb_584{position:relative}._addConnectorButton_19bxb_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_19bxb_588:hover{border-color:#059669;color:#059669;background:#0596690d}._connectorDropdown_19bxb_611{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:8px;min-width:160px;background:#fff;border:1px solid #E7E5E4;border-radius:6px;box-shadow:0 4px 16px #00000026;overflow:hidden;z-index:100}._connectorDropdownItem_19bxb_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_19bxb_626:hover{background:#0596690d;color:#059669}._connectorDropdownItem_19bxb_626:not(:last-child){border-bottom:1px solid #E7E5E4}._handle_19bxb_548{width:12px!important;height:12px!important;background:#059669!important;border:2px solid white!important}._connectorNode_19bxb_280 ._handle_19bxb_548{background:#6366f1!important}._connectorNode_19bxb_280._validation_19bxb_298 ._handle_19bxb_548{background:#f59e0b!important}._handleTop_19bxb_662{width:10px!important;height:10px!important;background:#059669!important;border:2px solid white!important;top:-5px!important}._connectorNode_19bxb_280 ._handleTop_19bxb_662{background:#6366f1!important}._connectorNode_19bxb_280._validation_19bxb_298 ._handleTop_19bxb_662{background:#f59e0b!important}._handleBottom_19bxb_676{width:10px!important;height:10px!important;background:#059669!important;border:2px solid white!important;bottom:-5px!important}._connectorNode_19bxb_280 ._handleBottom_19bxb_676{background:#6366f1!important}._connectorNode_19bxb_280._validation_19bxb_298 ._handleBottom_19bxb_676{background:#f59e0b!important}._templateInfoNode_19bxb_417 ._handleBottom_19bxb_676{background:#1c1917!important}._panel_19bxb_693{margin:16px}._addMenuContainer_19bxb_697{position:relative}._addButton_19bxb_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:6px;cursor:pointer;transition:all .15s ease;box-shadow:0 2px 8px #0596694d}._addButton_19bxb_701:hover{background:#047857}._addMenu_19bxb_697{position:absolute;top:100%;left:0;margin-top:4px;min-width:180px;background:#fff;border:1px solid #E7E5E4;border-radius:6px;box-shadow:0 4px 16px #00000026;overflow:hidden;z-index:10}._menuItem_19bxb_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_19bxb_735:hover{background:#0596690d;color:#059669}._menuDivider_19bxb_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_19bxb_767{background:#0009;color:#fff;padding:4px 16px;border-radius:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;margin-bottom:16px}@keyframes _fadeInUp_6f1q4_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._modalContent_6f1q4_19{display:flex;flex-direction:column;gap:16px;max-width:1100px;margin:0 auto;width:100%}._templateSection_6f1q4_28{display:flex;flex-direction:column;gap:12px;padding:20px;background:#fff;border:1px solid #E7E5E4;border-radius:10px;box-shadow:0 2px 8px #1c19170f}._apiIdBanner_6f1q4_39{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#6366f10d;border:1px solid rgba(99,102,241,.15);border-radius:8px}._apiIdLabel_6f1q4_49{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e}._apiIdValue_6f1q4_55{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:12px;color:#6366f1;background:#fff;padding:2px 8px;border-radius:6px}._formGroup_6f1q4_64{display:flex;flex-direction:column;gap:6px}._label_6f1q4_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_6f1q4_80{font-weight:400;color:#57534e;font-size:12px}._input_6f1q4_86,._textarea_6f1q4_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:8px;transition:all .15s ease}._input_6f1q4_86:focus,._textarea_6f1q4_87:focus{outline:none;border-color:#059669;box-shadow:0 0 0 3px #0596691a}._input_6f1q4_86::placeholder,._textarea_6f1q4_87::placeholder{color:#57534e}._input_6f1q4_86:disabled,._textarea_6f1q4_87:disabled{background:#f5f5f4;opacity:.7}._textarea_6f1q4_87{resize:vertical;min-height:60px}._divider_6f1q4_118{display:none}._columnsSection_6f1q4_122{display:flex;flex-direction:column;gap:12px;padding:20px;background:#fff;border:1px solid #E7E5E4;border-radius:10px;box-shadow:0 2px 8px #1c19170f}._sectionHeader_6f1q4_133{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}._sectionTitleGroup_6f1q4_141{display:flex;align-items:center;gap:8px}._sectionTitle_6f1q4_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_6f1q4_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_6f1q4_172{display:flex;align-items:center;gap:8px}._flowButton_6f1q4_178,._aiButton_6f1q4_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:6px;cursor:pointer;transition:all .15s ease}._flowButton_6f1q4_178 svg,._aiButton_6f1q4_179 svg{flex-shrink:0}._flowButton_6f1q4_178:disabled,._aiButton_6f1q4_179:disabled{opacity:.5;cursor:not-allowed}._flowButton_6f1q4_178:active:not(:disabled),._aiButton_6f1q4_179:active:not(:disabled){transform:scale(.98)}._flowButton_6f1q4_178{background:#fff;border:1px solid #E7E5E4;color:#57534e}._flowButton_6f1q4_178:hover:not(:disabled){border-color:#059669;color:#059669}._aiButton_6f1q4_179{background:#6366f1;border:none;color:#fff}._aiButton_6f1q4_179:hover:not(:disabled){background:#4f46e5;box-shadow:0 4px 12px #6366f140}._emptyState_6f1q4_225{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px;background:#f5f5f4;border:2px dashed #E7E5E4;border-radius:10px;text-align:center}._emptyState_6f1q4_225 p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#57534e;margin:0 0 16px}._emptyActions_6f1q4_243{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:center}._orText_6f1q4_251{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e}._addFirstButton_6f1q4_257,._generateFirstButton_6f1q4_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:6px;cursor:pointer;transition:all .15s ease}._addFirstButton_6f1q4_257:disabled,._generateFirstButton_6f1q4_258:disabled{opacity:.5;cursor:not-allowed}._addFirstButton_6f1q4_257:active:not(:disabled),._generateFirstButton_6f1q4_258:active:not(:disabled){transform:scale(.98)}._addFirstButton_6f1q4_257{background:#fff;border:1px solid #E7E5E4;color:#1c1917}._addFirstButton_6f1q4_257:hover:not(:disabled){border-color:#059669;color:#059669}._generateFirstButton_6f1q4_258{background:#6366f1;border:none;color:#fff}._generateFirstButton_6f1q4_258:hover:not(:disabled){background:#4f46e5;box-shadow:0 4px 12px #6366f140}._columnsList_6f1q4_300{display:flex;flex-direction:column;gap:8px}._addColumnButton_6f1q4_306{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:8px;background:transparent;border:1px dashed #E7E5E4;border-radius:6px;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_6f1q4_306:hover:not(:disabled){border-color:#059669;color:#059669;background:#05966905}._addColumnButton_6f1q4_306:active:not(:disabled){transform:scale(.99)}._addColumnButton_6f1q4_306:disabled{opacity:.5;cursor:not-allowed}._errorMessage_6f1q4_336{padding:8px 16px;background:#dc26261a;border:1px solid rgba(220,38,38,.2);border-radius:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#dc2626}._footerActions_6f1q4_346{display:flex;align-items:center;justify-content:flex-end;gap:8px}._cancelButton_6f1q4_353,._submitButton_6f1q4_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:6px;cursor:pointer;transition:all .15s ease}._cancelButton_6f1q4_353:disabled,._submitButton_6f1q4_354:disabled{opacity:.5;cursor:not-allowed}._cancelButton_6f1q4_353:active:not(:disabled),._submitButton_6f1q4_354:active:not(:disabled){transform:scale(.98)}._cancelButton_6f1q4_353{background:#fff;border:1px solid #E7E5E4;color:#1c1917}._cancelButton_6f1q4_353:hover:not(:disabled){border-color:#57534e;background:#f5f5f4}._submitButton_6f1q4_354{background:#059669;border:none;color:#fff}._submitButton_6f1q4_354:hover:not(:disabled){background:#047857;box-shadow:0 4px 12px #05966940}._aiModalOverlay_6f1q4_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_6f1q4_1 .2s ease}._aiModalContent_6f1q4_411{background:#fff;border-radius:10px;width:100%;max-width:440px;box-shadow:0 8px 32px #00000026;animation:_slideUp_6f1q4_1 .2s ease}._aiModalHeader_6f1q4_420{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #E7E5E4}._aiModalTitle_6f1q4_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_6f1q4_428 svg{color:#6366f1}._aiModalClose_6f1q4_442{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:transparent;border:none;border-radius:6px;color:#57534e;cursor:pointer;transition:all .15s ease}._aiModalClose_6f1q4_442:hover{background:#f5f5f4;color:#1c1917}._aiModalBody_6f1q4_460{padding:20px}._aiModalDescription_6f1q4_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_6f1q4_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:8px;resize:vertical;min-height:100px}._aiPromptInput_6f1q4_472:focus{outline:none;border-color:#6366f1;background:#fff}._aiPromptInput_6f1q4_472::placeholder{color:#57534e}._aiPromptInput_6f1q4_472:disabled{opacity:.7}._aiModalFooter_6f1q4_496{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:16px 20px;border-top:1px solid #E7E5E4}._aiModalCancelBtn_6f1q4_505,._aiModalGenerateBtn_6f1q4_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:6px;cursor:pointer;transition:all .15s ease}._aiModalCancelBtn_6f1q4_505:disabled,._aiModalGenerateBtn_6f1q4_506:disabled{opacity:.5;cursor:not-allowed}._aiModalCancelBtn_6f1q4_505:active:not(:disabled),._aiModalGenerateBtn_6f1q4_506:active:not(:disabled){transform:scale(.98)}._aiModalCancelBtn_6f1q4_505{background:#fff;border:1px solid #E7E5E4;color:#1c1917}._aiModalCancelBtn_6f1q4_505:hover:not(:disabled){border-color:#57534e;background:#f5f5f4}._aiModalGenerateBtn_6f1q4_506{gap:6px;background:#6366f1;border:none;color:#fff}._aiModalGenerateBtn_6f1q4_506:hover:not(:disabled){background:#4f46e5;box-shadow:0 4px 12px #6366f140}@keyframes _fadeIn_6f1q4_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_6f1q4_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes _fadeInUp_xjvae_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes _fadeIn_xjvae_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_xjvae_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes _skeletonPulse_xjvae_1{0%{opacity:1}50%{opacity:.4}to{opacity:1}}._modalOverlay_xjvae_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_xjvae_1 .2s ease;padding:20px}._modalCard_xjvae_63{display:flex;flex-direction:column;background-color:#fff;border-radius:10px;border:1px solid #E7E5E4;box-shadow:0 8px 32px #0000001f;width:100%;max-width:680px;max-height:85vh;position:relative;animation:_slideUp_xjvae_1 .3s cubic-bezier(.4,0,.2,1);overflow:hidden}._modalHeader_xjvae_78{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:8px 8px 8px 20px;border-bottom:1px solid #E7E5E4}@media(max-width:768px){._modalHeader_xjvae_78{padding:4px 4px 4px 16px}}._modalTitle_xjvae_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_xjvae_93{font-size:15px}}._closeButton_xjvae_106{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;background-color:transparent;border:none;border-radius:6px;color:#57534e;cursor:pointer;transition:all .15s ease}._closeButton_xjvae_106:hover{background-color:#1c19170d;color:#1c1917}._closeButton_xjvae_106:active{transform:scale(.95)}._limitError_xjvae_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_xjvae_138{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:0}._selectedSection_xjvae_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:12px}._selectedHeader_xjvae_155{display:flex;align-items:center;justify-content:space-between}._selectedTitle_xjvae_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_xjvae_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:6px;cursor:pointer;transition:all .15s ease}._clearAllButton_xjvae_171:hover{border-color:#dc2626;color:#dc2626;background:#dc26260d}._clearAllButton_xjvae_171:active{transform:scale(.98)}._selectedGrid_xjvae_192{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:8px}@media(max-width:768px){._selectedGrid_xjvae_192{grid-template-columns:1fr}}._selectedCard_xjvae_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:6px;transition:all .15s ease}._selectedCard_xjvae_203:hover{box-shadow:0 2px 6px #05966926}._selectedCardContent_xjvae_218{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}._selectedCardName_xjvae_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_xjvae_236{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;color:#57534e}._selectedCardActions_xjvae_242{display:flex;align-items:center;gap:4px;flex-shrink:0}._sourceBadge_xjvae_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:6px}._sourceBadge_xjvae_249._my_xjvae_258{background:#6366f11a;color:#6366f1}._sourceBadge_xjvae_249._library_xjvae_262{background:#57534e1a;color:#57534e}._removeButton_xjvae_267{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:transparent;border:1px solid #E7E5E4;border-radius:6px;color:#57534e;cursor:pointer;transition:all .15s ease}._removeButton_xjvae_267:hover{border-color:#dc2626;background:#dc26260d;color:#dc2626}._removeButton_xjvae_267:active{transform:scale(.95)}._tabs_xjvae_289{display:flex;gap:8px;padding:0 32px;border-bottom:2px solid #E7E5E4}._tab_xjvae_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_xjvae_289:hover{color:#059669}._tab_xjvae_289._active_xjvae_312{color:#059669;border-bottom-color:#059669}._tabContent_xjvae_317{display:flex;flex-direction:column;gap:12px;padding:20px 32px;flex:1;min-height:350px}._tabHeader_xjvae_326{display:flex;align-items:center;gap:12px;flex-wrap:wrap}._filters_xjvae_333{display:flex;gap:8px;flex:1}._filterSelect_xjvae_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:6px;cursor:pointer;transition:all .15s ease;min-width:150px}._filterSelect_xjvae_339:focus{outline:none;border-color:#059669;box-shadow:0 0 0 3px #0596691a}._searchContainer_xjvae_357{position:relative;flex:1;min-width:200px}._searchIcon_xjvae_363{position:absolute;left:8px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#57534e;pointer-events:none}._searchInput_xjvae_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:6px;transition:all .15s ease}._searchInput_xjvae_374::placeholder{color:#57534e}._searchInput_xjvae_374:focus{outline:none;border-color:#059669;box-shadow:0 0 0 3px #0596691a}._createButton_xjvae_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:6px;cursor:pointer;transition:all .15s ease;white-space:nowrap}._createButton_xjvae_394:hover{background:#047857;box-shadow:0 2px 4px #05966926}._createButton_xjvae_394:active{transform:scale(.98)}._templatesGrid_xjvae_418{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}@media(max-width:768px){._templatesGrid_xjvae_418{grid-template-columns:1fr}}._templateCard_xjvae_429{position:relative;display:flex;flex-direction:column;gap:4px;padding:16px;background:#fff;border:1px solid #E7E5E4;border-radius:8px;cursor:pointer;transition:all .15s ease}._templateCard_xjvae_429:hover{border-color:#059669;box-shadow:0 2px 8px #05966914}._templateCard_xjvae_429:active{transform:scale(.98)}._templateCard_xjvae_429._selected_xjvae_146{border-color:#059669;background:#05966905;box-shadow:0 0 0 3px #0596691a}._templateCard_xjvae_429._library_xjvae_262{border-color:#57534e33}._templateIcon_xjvae_457{width:20px;height:20px;color:#059669;flex-shrink:0}._libraryIcon_xjvae_464{font-size:32px;line-height:1}._libraryIconImg_xjvae_469{width:32px;height:32px;object-fit:contain}._templateInfo_xjvae_475{display:flex;flex-direction:column;gap:4px;flex:1}._templateName_xjvae_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_xjvae_491{display:flex;gap:4px;flex-wrap:wrap}._platformBadge_xjvae_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:6px;background:#0596691a;color:#059669}._templateMeta_xjvae_509{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e}._selectedCheck_xjvae_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_xjvae_531,._loadingState_xjvae_532{align-items:center;justify-content:center;display:flex;flex-direction:column;gap:12px;padding:48px 24px;text-align:center}._emptyIcon_xjvae_543{width:48px;height:48px;color:#57534e;opacity:.3}._emptyText_xjvae_550{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:600;color:#1c1917;margin:0}._emptySubtext_xjvae_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_xjvae_532{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e}._modalActions_xjvae_573{padding:16px 32px 24px;border-top:1px solid #E7E5E4;display:flex;justify-content:flex-end;gap:12px}._cancelButton_xjvae_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:6px;cursor:pointer;transition:all .15s ease}._cancelButton_xjvae_581:hover{border-color:#059669;background:#0596690d;color:#059669}._cancelButton_xjvae_581:active{transform:scale(.98)}._confirmButton_xjvae_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:6px;cursor:pointer;transition:all .15s ease}._confirmButton_xjvae_602:hover{background:#047857;box-shadow:0 2px 4px #05966926}._confirmButton_xjvae_602:active{transform:scale(.98)}._confirmButton_xjvae_602:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}._skeletonIcon_xjvae_628{width:20px;height:20px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);border-radius:6px;animation:_skeletonPulse_xjvae_1 1.5s ease-in-out infinite}._skeletonTitle_xjvae_636{width:70%;height:16px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);border-radius:6px;animation:_skeletonPulse_xjvae_1 1.5s ease-in-out infinite;animation-delay:.1s;margin-bottom:4px}._skeletonMeta_xjvae_646{width:40%;height:12px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);border-radius:6px;animation:_skeletonPulse_xjvae_1 1.5s ease-in-out infinite;animation-delay:.2s}@media(max-width:768px){._modalCard_xjvae_63{max-width:100%;max-height:100%;border-radius:0}._tabHeader_xjvae_326{flex-direction:column;align-items:stretch}._filters_xjvae_333{flex-direction:column}._filterSelect_xjvae_339{width:100%}}@keyframes _fadeIn_4c1ca_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_4c1ca_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._uploadContent_4c1ca_19{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:24px}._section_4c1ca_27{display:flex;flex-direction:column;gap:16px}._sectionHeader_4c1ca_33{display:flex;align-items:center;justify-content:space-between;gap:12px}._sectionTitle_4c1ca_40{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;color:#1c1917;margin:0}._fileInfo_4c1ca_48{display:flex;flex-direction:column;gap:12px;padding:20px;background:#f5f5f4;border-radius:8px;border:1px solid #E7E5E4}._fileInfoItem_4c1ca_58{display:flex;align-items:center;gap:12px}._fileInfoLabel_4c1ca_64{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#57534e;min-width:100px}._fileInfoValue_4c1ca_72{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#1c1917}._filesList_4c1ca_78{display:flex;flex-direction:column;gap:12px}._fileItem_4c1ca_84{display:flex;align-items:flex-start;gap:12px;padding:16px;background:#fff;border:1px solid #E7E5E4;border-radius:8px;transition:all .15s ease}._fileItem_4c1ca_84:hover{border-color:#059669;box-shadow:0 2px 8px #05966914}._fileItemIcon_4c1ca_99{position:relative;flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f5f5f4;border-radius:6px;color:#57534e}._fileStatusIcon_4c1ca_112{position:absolute;bottom:-4px;right:-4px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center}._fileItemInfo_4c1ca_123{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}._fileItemName_4c1ca_131{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#1c1917;word-break:break-word}._fileItemMeta_4c1ca_139{display:flex;align-items:center;gap:12px;flex-wrap:wrap}._fileItemSize_4c1ca_146{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e}._fileItemProgress_4c1ca_152{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:12px;font-weight:600;color:#059669}._fileItemError_4c1ca_159{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#dc2626}._fileItemProgressBar_4c1ca_165{width:100%;height:4px;background:#f5f5f4;border-radius:2px;overflow:hidden}._fileItemProgressFill_4c1ca_173{height:100%;background:#059669;transition:width .15s ease}._fileItemRemove_4c1ca_179{flex-shrink:0;padding:4px;background:transparent;border:none;color:#57534e;cursor:pointer;border-radius:6px;transition:all .15s ease}._fileItemRemove_4c1ca_179:hover{background:#dc26261a;color:#dc2626}._fileItemRemove_4c1ca_179:active{transform:scale(.95)}._filesGrid_4c1ca_197{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px}@media(max-width:768px){._filesGrid_4c1ca_197{grid-template-columns:1fr}}._addFileCard_4c1ca_208{align-items:center;justify-content:center;display:flex;flex-direction:column;gap:4px;padding:24px;background:transparent;border:1px dashed #E7E5E4;border-radius:8px;cursor:pointer;transition:all .15s ease;min-height:100px}._addFileCard_4c1ca_208:hover{border-color:#059669;background:#05966905}._addFileCard_4c1ca_208:active{transform:scale(.98)}._addFileIcon_4c1ca_231{color:#059669}._addFileText_4c1ca_235{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#57534e}._createTemplateButton_4c1ca_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:6px;cursor:pointer;transition:all .15s ease}._createTemplateButton_4c1ca_242:hover{background:#0596690d}._createTemplateButton_4c1ca_242:active{transform:scale(.98)}._searchContainer_4c1ca_264{position:relative;margin-bottom:16px}._searchIcon_4c1ca_269{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#57534e;pointer-events:none}._searchInput_4c1ca_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:6px;transition:all .15s ease}._searchInput_4c1ca_280::placeholder{color:#57534e}._searchInput_4c1ca_280:hover{border-color:#05966966}._searchInput_4c1ca_280:focus{outline:none;border-color:#059669;box-shadow:0 0 0 3px #05966914}._templatesGrid_4c1ca_303{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}@media(max-width:768px){._templatesGrid_4c1ca_303{grid-template-columns:1fr}}._templateCard_4c1ca_314{position:relative;display:flex;flex-direction:column;gap:8px;padding:20px;background:#fff;border:1px solid #E7E5E4;border-radius:8px;cursor:pointer;transition:all .15s ease}._templateCard_4c1ca_314:hover{border-color:#059669;box-shadow:0 2px 8px #05966914}._templateCard_4c1ca_314._selected_4c1ca_330{border-color:#059669;background:#05966905;box-shadow:0 2px 8px #05966914}._templateCard_4c1ca_314:active{transform:scale(.98)}._selectedBadge_4c1ca_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_4c1ca_354{display:flex;align-items:center;gap:8px}._templateIcon_4c1ca_360{color:#059669;flex-shrink:0}._templateName_4c1ca_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_4c1ca_374{padding:4px;background:#6366f114;border-radius:6px}._templateId_4c1ca_374 code{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:11px;color:#6366f1;font-weight:500}._templateMeta_4c1ca_386{display:flex;align-items:center;gap:4px}._templateFields_4c1ca_392{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e}._emptyState_4c1ca_398{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;gap:12px;background:#f5f5f4;border-radius:8px;border:1px dashed #E7E5E4}._emptyIcon_4c1ca_410{width:48px;height:48px;color:#57534e;opacity:.3}._emptyText_4c1ca_417{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;color:#1c1917;margin:0}._emptySubtext_4c1ca_425{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;margin:0;text-align:center}._emptyStateButton_4c1ca_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:6px;cursor:pointer;transition:all .15s ease}._emptyStateButton_4c1ca_433:hover{background:#047857}._emptyStateButton_4c1ca_433:active{transform:scale(.98)}._loadingState_4c1ca_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_4c1ca_466{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#dc2626;padding:8px 16px;background-color:#dc262614;border-radius:6px;border:1px solid rgba(220,38,38,.2)}._sectionSubtitle_4c1ca_476{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:-8px 0 16px}._formatOptions_4c1ca_483{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media(max-width:768px){._formatOptions_4c1ca_483{grid-template-columns:1fr}}._formatGroup_4c1ca_494{display:flex;flex-direction:column;gap:12px}._formatLabel_4c1ca_500{display:flex;flex-direction:column;gap:4px}._formatHeader_4c1ca_506{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#1c1917}._formatHint_4c1ca_513{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;font-style:italic}._formatCheckboxes_4c1ca_520{display:flex;flex-direction:column;gap:8px}._checkboxLabel_4c1ca_526{display:flex;align-items:center;gap:8px;padding:16px;background:#fff;border:1px solid #E7E5E4;border-radius:6px;cursor:pointer;transition:all .15s ease}._checkboxLabel_4c1ca_526:hover{border-color:#059669;background:#05966905}._checkbox_4c1ca_526{width:18px;height:18px;cursor:pointer;accent-color:#059669}._checkboxText_4c1ca_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_4c1ca_557{display:flex;flex-direction:column;gap:8px;padding:20px;background:#0596690d;border-radius:6px;border:1px solid rgba(5,150,105,.2)}._progressInfo_4c1ca_567{display:flex;justify-content:space-between;align-items:center}._progressLabel_4c1ca_573{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;color:#1c1917}._progressPercent_4c1ca_580{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:700;color:#059669}._progressBar_4c1ca_587{width:100%;height:8px;background:#0596691a;border-radius:100px;overflow:hidden}._progressFill_4c1ca_595{height:100%;background:#059669;border-radius:100px;transition:width .15s ease}._actions_4c1ca_602{display:flex;justify-content:center;gap:12px;padding-top:24px;border-top:1px solid #E7E5E4}@media(max-width:768px){._actions_4c1ca_602{flex-direction:column}}._cancelButton_4c1ca_615,._uploadButton_4c1ca_616{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 24px;border-radius:6px;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_4c1ca_615,._uploadButton_4c1ca_616{width:100%}}._cancelButton_4c1ca_615:disabled,._uploadButton_4c1ca_616:disabled{opacity:.6;cursor:not-allowed}._cancelButton_4c1ca_615{background:#fff;color:#1c1917;border:1px solid #E7E5E4}._cancelButton_4c1ca_615:hover:not(:disabled){border-color:#57534e;background:#f5f5f4}._cancelButton_4c1ca_615:active:not(:disabled){transform:scale(.98)}._uploadButton_4c1ca_616{background:#059669;color:#fff}._uploadButton_4c1ca_616:hover:not(:disabled){background:#047857}._uploadButton_4c1ca_616:active:not(:disabled){transform:scale(.98)}._selectedTemplatesGrid_4c1ca_666{display:flex;flex-direction:column;gap:12px}._selectedTemplateCard_4c1ca_672{display:flex;align-items:center;gap:16px;padding:20px;background:#fff;border:1px solid #E7E5E4;border-radius:8px;transition:all .15s ease}._selectedTemplateCard_4c1ca_672:hover{border-color:#059669;box-shadow:0 2px 8px #05966914}@media(max-width:768px){._selectedTemplateCard_4c1ca_672{flex-direction:column;align-items:flex-start}}._selectedTemplateIcon_4c1ca_693{display:flex;align-items:center;justify-content:center;width:56px;height:56px;flex-shrink:0;background:#f5f5f4;border-radius:8px;color:#059669}@media(max-width:768px){._selectedTemplateIcon_4c1ca_693{width:48px;height:48px}}._libraryEmoji_4c1ca_711{font-size:32px;line-height:1}@media(max-width:768px){._libraryEmoji_4c1ca_711{font-size:28px}}._libraryEmojiImg_4c1ca_721{width:32px;height:32px;object-fit:contain}@media(max-width:768px){._libraryEmojiImg_4c1ca_721{width:28px;height:28px}}._selectedTemplateContent_4c1ca_733{display:flex;flex-direction:column;gap:8px;flex:1;min-width:0}._selectedTemplateHeader_4c1ca_741{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}._selectedTemplateName_4c1ca_749{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;color:#1c1917}._selectedTemplateBadges_4c1ca_756{display:flex;align-items:center;gap:4px;flex-wrap:wrap}._sourceBadge_4c1ca_763,._platformBadge_4c1ca_764,._typeBadge_4c1ca_765,._categoryBadge_4c1ca_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:6px}._sourceBadge_4c1ca_763._my_4c1ca_776{background:#6366f11a;color:#6366f1}._sourceBadge_4c1ca_763._library_4c1ca_711{background:#57534e1a;color:#57534e}._platformBadge_4c1ca_764,._typeBadge_4c1ca_765{background:#0596691a;color:#059669}._categoryBadge_4c1ca_766{background:#6366f11a;color:#6366f1}._fieldsPreview_4c1ca_796{display:flex;align-items:center;gap:4px;flex-wrap:wrap}._fieldChip_4c1ca_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:6px;white-space:nowrap}._selectedTemplateRemove_4c1ca_815{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:1px solid #E7E5E4;border-radius:6px;color:#57534e;cursor:pointer;transition:all .15s ease;flex-shrink:0}._selectedTemplateRemove_4c1ca_815:hover{border-color:#dc2626;background:#dc26260d;color:#dc2626}._selectedTemplateRemove_4c1ca_815:active{transform:scale(.95)}@media(max-width:768px){._selectedTemplateRemove_4c1ca_815{position:absolute;top:8px;right:8px}}._addTemplateCard_4c1ca_845{align-items:center;justify-content:center;display:flex;flex-direction:column;gap:4px;padding:24px;background:transparent;border:1px dashed #E7E5E4;border-radius:8px;cursor:pointer;transition:all .15s ease;min-height:80px}._addTemplateCard_4c1ca_845:hover{border-color:#059669;background:#05966905}._addTemplateCard_4c1ca_845:active{transform:scale(.98)}._addTemplateIcon_4c1ca_868{color:#059669}._addTemplateText_4c1ca_872{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#57534e}@keyframes _fadeInUp_15749_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._modalOverlay_15749_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_15749_1 .2s ease;padding:20px}@keyframes _fadeIn_15749_1{0%{opacity:0}to{opacity:1}}._modalCard_15749_42{display:flex;flex-direction:column;align-items:flex-start;background-color:#fff;border-radius:10px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714;width:100%;max-width:440px;position:relative;animation:_slideUp_15749_1 .2s ease;max-height:90vh;overflow-y:auto}@media(max-width:768px){._modalCard_15749_42{max-width:100%}}@keyframes _slideUp_15749_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}._modalHeader_15749_73{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:8px 8px 8px 20px;border-bottom:1px solid #E7E5E4}@media(max-width:768px){._modalHeader_15749_73{padding:4px 4px 4px 16px}}._modalTitle_15749_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_15749_88{font-size:15px}}._closeButton_15749_101{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;background-color:transparent;border:none;border-radius:6px;color:#57534e;cursor:pointer;transition:all .15s ease}._closeButton_15749_101:hover{background-color:#1c19170d;color:#1c1917}._closeButton_15749_101:active{transform:scale(.95)}._modalBody_15749_123{display:flex;flex-direction:column;gap:16px;width:100%;padding:20px 20px 0}@media(max-width:768px){._modalBody_15749_123{padding:16px 16px 0;gap:12px}}._fileInfo_15749_137{display:flex;align-items:center;gap:4px;padding:8px 16px;background:#f5f5f4;border:1px solid #E7E5E4;border-radius:6px}._fileLabel_15749_147{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:500;color:#57534e;flex-shrink:0}._fileName_15749_155{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:12px;color:#1c1917;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._modalDescription_15749_164{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0;line-height:1.6}._optionsList_15749_172{display:flex;flex-direction:column;gap:4px}._optionButton_15749_178{display:flex;align-items:center;gap:12px;width:100%;padding:8px 16px;background:#fff;border:1px solid #E7E5E4;border-radius:6px;cursor:pointer;transition:all .15s ease;text-align:left}._optionButton_15749_178:hover:not(:disabled){border-color:#059669;background:#05966905}._optionButton_15749_178:hover:not(:disabled) ._optionIcon_15749_195{background:#0596691a;color:#059669}._optionButton_15749_178:hover:not(:disabled) ._optionTitle_15749_199{color:#059669}._optionButton_15749_178:active:not(:disabled){transform:scale(.98)}._optionButton_15749_178:disabled{opacity:.5;cursor:not-allowed}._optionIcon_15749_195{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#f5f5f4;border-radius:6px;color:#57534e;flex-shrink:0;transition:all .15s ease}._optionContent_15749_223{flex:1;display:flex;flex-direction:column;gap:2px}._optionTitle_15749_199{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#1c1917;transition:color .15s ease}._optionDescription_15749_238{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;line-height:1.4}._modalActions_15749_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_15749_245{padding:8px 16px}}._cancelButton_15749_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:6px;cursor:pointer;transition:all .15s ease}@media(max-width:768px){._cancelButton_15749_260{width:100%}}._cancelButton_15749_260:hover{background:#f5f5f4;border-color:#57534e}._cancelButton_15749_260:active{transform:scale(.98)}._spinner_15749_289{animation:_spin_15749_289 .6s linear infinite}@keyframes _spin_15749_289{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _fadeInUp_k7w5d_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._jobContent_k7w5d_19{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:16px}._headerCard_k7w5d_27{display:flex;flex-direction:column;gap:12px;padding:20px;background:#fff;border:1px solid #E7E5E4;border-radius:10px;box-shadow:0 2px 8px #1c19170f}._headerMain_k7w5d_38{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}@media(max-width:768px){._headerMain_k7w5d_38{flex-direction:column}}._fileInfo_k7w5d_50{display:flex;align-items:flex-start;gap:12px;flex:1;min-width:0}._fileIcon_k7w5d_58{color:#059669;flex-shrink:0;margin-top:2px}._fileDetails_k7w5d_64{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}._fileName_k7w5d_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_k7w5d_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_k7w5d_91{color:#059669;font-weight:500}._metaSeparator_k7w5d_96{opacity:.5}._metaItem_k7w5d_100{color:#57534e}._statusBadge_k7w5d_104{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:6px;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_k7w5d_104._success_k7w5d_117{background:#0596691a;color:#059669}._statusBadge_k7w5d_104._processing_k7w5d_121{background:#0ea5e91a;color:#0ea5e9}._statusBadge_k7w5d_104._failed_k7w5d_125{background:#dc26261a;color:#dc2626}._errorCard_k7w5d_130{display:flex;align-items:flex-start;gap:12px;padding:16px;background:#dc26260d;border:1px solid rgba(220,38,38,.2);border-radius:8px}._errorCard_k7w5d_130>svg{color:#dc2626;flex-shrink:0}._errorContent_k7w5d_144{display:flex;flex-direction:column;gap:4px;flex:1}._errorTitle_k7w5d_151{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#1c1917;margin:0}._errorText_k7w5d_159{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;margin:0}._warningCard_k7w5d_166{display:flex;align-items:flex-start;gap:12px;padding:16px;background:#f59e0b0d;border:1px solid rgba(245,158,11,.2);border-radius:8px}._warningCard_k7w5d_166>svg{color:#f59e0b;flex-shrink:0}._warningContent_k7w5d_180{display:flex;flex-direction:column;gap:4px;flex:1}._warningTitle_k7w5d_187{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#1c1917;margin:0}._warningText_k7w5d_195{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;margin:0}._warningsSection_k7w5d_202{display:flex;flex-direction:column;gap:8px}._warningCard_k7w5d_166._contextMismatch_k7w5d_208{background:#f59e0b14;border:1px solid rgba(245,158,11,.3)}._warningIcon_k7w5d_213{color:#f59e0b;flex-shrink:0}._warningDetails_k7w5d_218{display:flex;flex-direction:column;gap:4px;margin-top:8px;padding-top:8px;border-top:1px solid rgba(245,158,11,.15)}._warningDetail_k7w5d_218{display:flex;flex-direction:column;gap:2px}@media(min-width:480px){._warningDetail_k7w5d_218{flex-direction:row;gap:8px}}._warningDetailLabel_k7w5d_239{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;color:#57534e;text-transform:uppercase;letter-spacing:.3px;min-width:120px}._warningDetailValue_k7w5d_249{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#1c1917}._statsRow_k7w5d_255{display:flex;align-items:stretch;gap:1px;background:#e7e5e4;border:1px solid #E7E5E4;border-radius:8px;overflow:hidden}._statItem_k7w5d_265{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:16px 8px;background:#fff;min-width:0}._statItem_k7w5d_265._high_k7w5d_276 ._statValue_k7w5d_276{color:#059669}._statItem_k7w5d_265._medium_k7w5d_279 ._statValue_k7w5d_276{color:#f59e0b}._statItem_k7w5d_265._low_k7w5d_282 ._statValue_k7w5d_276{color:#dc2626}._statValue_k7w5d_276{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;font-weight:700;color:#1c1917;line-height:1}._statLabel_k7w5d_294{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_k7w5d_304{display:flex;flex-direction:column;gap:12px}._sectionTitle_k7w5d_310{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_k7w5d_320{background:#fff;border:1px solid #E7E5E4;border-radius:8px;overflow:hidden}._tableHeader_k7w5d_327{display:grid;grid-template-columns:1fr 24px 1fr 80px;gap:12px;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_k7w5d_327{display:none}}._tableBody_k7w5d_347{display:flex;flex-direction:column}._tableRow_k7w5d_352{display:grid;grid-template-columns:1fr 24px 1fr 80px;gap:12px;align-items:center;padding:8px 16px;border-bottom:1px solid #E7E5E4;transition:background .15s ease}._tableRow_k7w5d_352:last-child{border-bottom:none}._tableRow_k7w5d_352:hover{background:#05966905}@media(max-width:768px){._tableRow_k7w5d_352{grid-template-columns:1fr;gap:4px;padding:16px}}._colField_k7w5d_375{display:flex;align-items:center;gap:4px;min-width:0}._colArrow_k7w5d_382{display:flex;align-items:center;justify-content:center;color:#57534e}@media(max-width:768px){._colArrow_k7w5d_382{display:none}}._colSource_k7w5d_394{display:flex;flex-direction:column;gap:2px;min-width:0}._colConfidence_k7w5d_401{display:flex;justify-content:flex-end}@media(max-width:768px){._colConfidence_k7w5d_401{justify-content:flex-start}}._fieldCode_k7w5d_411{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:12px;font-weight:500;color:#1c1917;background:#f5f5f4;padding:2px 4px;border-radius:6px}._sourceColumn_k7w5d_421{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#1c1917;font-weight:500}._sourceSheet_k7w5d_428{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;color:#57534e}._confidenceBadge_k7w5d_434{display:inline-flex;align-items:center;padding:2px 8px;border-radius:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:700}._confidenceBadge_k7w5d_434._high_k7w5d_276{background:#0596691a;color:#059669}._confidenceBadge_k7w5d_434._medium_k7w5d_279{background:#f59e0b1a;color:#c57f08}._confidenceBadge_k7w5d_434._low_k7w5d_282{background:#dc26261a;color:#dc2626}._reviewedBadge_k7w5d_456{display:flex;align-items:center;justify-content:center;color:#059669;flex-shrink:0}._validationSection_k7w5d_464{display:flex;flex-direction:column;gap:12px}._validationCard_k7w5d_470{display:flex;flex-direction:column;gap:8px;padding:16px;background:#fff;border:1px solid #E7E5E4;border-radius:8px}._validationHeader_k7w5d_480{display:flex;align-items:center;gap:8px}._validationIconWarning_k7w5d_486{color:#f59e0b;flex-shrink:0}._validationIconInfo_k7w5d_491{color:#0ea5e9;flex-shrink:0}._validationTitle_k7w5d_496{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#1c1917;margin:0}._validationList_k7w5d_504{margin:0;padding-left:24px;display:flex;flex-direction:column;gap:4px}._validationList_k7w5d_504 li{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;line-height:1.5}._accordionSection_k7w5d_518{background:#fff;border:1px solid #E7E5E4;border-radius:8px;overflow:hidden}._accordionHeader_k7w5d_525{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_k7w5d_525:hover{background:#f5f5f4}._accordionHeader_k7w5d_525 svg{color:#57534e;flex-shrink:0}._accordionTitle_k7w5d_544{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_k7w5d_555{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_k7w5d_570{padding:16px;border-top:1px solid #E7E5E4;background:#f5f5f4}._unmappedGroup_k7w5d_576{display:flex;flex-direction:column;gap:8px}._unmappedGroup_k7w5d_576:not(:first-child){margin-top:12px;padding-top:12px;border-top:1px solid #E7E5E4}._unmappedLabel_k7w5d_587{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_k7w5d_597{display:flex;flex-wrap:wrap;gap:4px}._unmappedBadge_k7w5d_603{display:inline-flex;align-items:center;padding:3px 8px;background:#fff;border:1px solid #E7E5E4;border-radius:6px;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:11px;color:#57534e}._sheetItem_k7w5d_615{display:flex;flex-direction:column;gap:8px;padding:8px;background:#fff;border:1px solid #E7E5E4;border-radius:6px}._sheetItem_k7w5d_615:not(:first-child){margin-top:8px}._sheetHeader_k7w5d_628{display:flex;align-items:center;justify-content:space-between;gap:12px}._sheetName_k7w5d_635{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#1c1917}._sheetMeta_k7w5d_642{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;color:#57534e}._sheetHeaders_k7w5d_648{display:flex;flex-wrap:wrap;gap:4px}._headerBadge_k7w5d_654{display:inline-flex;align-items:center;padding:2px 4px;background:#f5f5f4;border-radius:6px;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:10px;color:#57534e}._headerMore_k7w5d_665{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_k7w5d_675{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px;background:#fff;border:1px solid #E7E5E4;border-radius:6px}._rejectedItem_k7w5d_675:not(:first-child){margin-top:4px}._rejectedName_k7w5d_689{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#1c1917}._rejectedConfidence_k7w5d_695{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:700;padding:2px 8px;border-radius:6px}._rejectedConfidence_k7w5d_695._high_k7w5d_276{background:#0596691a;color:#059669}._rejectedConfidence_k7w5d_695._medium_k7w5d_279{background:#f59e0b1a;color:#c57f08}._rejectedConfidence_k7w5d_695._low_k7w5d_282{background:#dc26261a;color:#dc2626}._loadingState_k7w5d_715{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:10px;border:1px solid #E7E5E4}._emptyState_k7w5d_728{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:10px;border:1px dashed #E7E5E4}._errorState_k7w5d_741{flex-direction:column;display:flex;align-items:center;justify-content:center;gap:12px;padding:40px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#dc2626;background:#dc262605;border-radius:10px;border:1px dashed rgba(220,38,38,.2)}._errorState_k7w5d_741 svg{color:#dc2626}._errorState_k7w5d_741 p{margin:0}._actions_k7w5d_763{display:flex;justify-content:flex-end;align-items:center;gap:12px;padding-top:16px;border-top:1px solid #E7E5E4;margin-top:12px}@media(max-width:768px){._actions_k7w5d_763{flex-direction:column-reverse}}._closeButton_k7w5d_778{display:flex;align-items:center;justify-content:center;padding:8px 24px;background:#fff;color:#1c1917;border:1px solid #E7E5E4;border-radius:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease}._closeButton_k7w5d_778:hover{border-color:#57534e;background:#f5f5f4}._closeButton_k7w5d_778:active{transform:scale(.98)}@media(max-width:768px){._closeButton_k7w5d_778{width:100%}}._downloadButton_k7w5d_806{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 24px;background:#059669;color:#fff;border:none;border-radius:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease}._downloadButton_k7w5d_806:hover{background:#047857;box-shadow:0 4px 12px #05966940}._downloadButton_k7w5d_806:active{transform:scale(.98)}@media(max-width:768px){._downloadButton_k7w5d_806{width:100%}}._tabNavigation_k7w5d_835{display:flex;align-items:center;gap:4px;padding:4px;background:#f5f5f4;border-radius:8px}._tabButton_k7w5d_844{flex:1;display:flex;align-items:center;justify-content:center;padding:8px 20px;background:transparent;border:none;border-radius:6px;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_k7w5d_844:hover:not(._active_k7w5d_860){color:#1c1917;background:#ffffff80}._tabButton_k7w5d_844._active_k7w5d_860{background:#fff;color:#1c1917;font-weight:600;box-shadow:0 1px 3px #1c191714}._dataPreviewSection_k7w5d_871{display:flex;flex-direction:column;gap:12px}._dataTableHeader_k7w5d_877{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}._dataTableInfo_k7w5d_885{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e}._dataTablePagination_k7w5d_891{display:flex;align-items:center;gap:4px}._paginationButton_k7w5d_897{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#fff;border:1px solid #E7E5E4;border-radius:6px;color:#57534e;cursor:pointer;transition:all .15s ease}._paginationButton_k7w5d_897:hover:not(:disabled){border-color:#059669;color:#059669;background:#05966905}._paginationButton_k7w5d_897:active:not(:disabled){transform:scale(.95)}._paginationButton_k7w5d_897:disabled{opacity:.4;cursor:not-allowed}._paginationInfo_k7w5d_923{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;padding:0 8px;white-space:nowrap}._dataTableWrapper_k7w5d_931{background:#fff;border:1px solid #E7E5E4;border-radius:8px;overflow-x:auto}._dataTable_k7w5d_877{width:100%;min-width:800px;border-collapse:collapse;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px}._dataTable_k7w5d_877 thead tr{background:#f5f5f4;border-bottom:1px solid #E7E5E4}._dataTable_k7w5d_877 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_k7w5d_877 tbody tr{border-bottom:1px solid #E7E5E4;transition:background .15s ease}._dataTable_k7w5d_877 tbody tr:last-child{border-bottom:none}._dataTable_k7w5d_877 tbody tr:hover{background:#05966905}._dataTable_k7w5d_877 tbody td{padding:8px 16px;color:#1c1917;vertical-align:middle}._cellId_k7w5d_975{color:#57534e;font-size:12px;width:50px}._cellProduct_k7w5d_981{font-weight:500;min-width:150px}._cellSku_k7w5d_986{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:12px;color:#57534e}._cellPrice_k7w5d_992{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-weight:500;color:#059669}._cellQuantity_k7w5d_998{font-family:JetBrains Mono,Fira Code,Consolas,monospace;text-align:right}._cellDate_k7w5d_1003{font-size:12px;color:#57534e;white-space:nowrap}._dataTable_k7w5d_877 ._statusBadge_k7w5d_104{display:inline-flex;align-items:center;padding:3px 8px;border-radius:6px;font-size:11px;font-weight:600;white-space:nowrap}._dataTable_k7w5d_877 ._statusBadge_k7w5d_104._instock_k7w5d_1018{background:#0596691a;color:#059669}._dataTable_k7w5d_877 ._statusBadge_k7w5d_104._lowstock_k7w5d_1022{background:#f59e0b1a;color:#c57f08}._dataTable_k7w5d_877 ._statusBadge_k7w5d_104._outofstock_k7w5d_1026{background:#dc26261a;color:#dc2626}._dataTable_k7w5d_877 ._statusBadge_k7w5d_104._discontinued_k7w5d_1030{background:#57534e1a;color:#57534e}._columnHeader_k7w5d_1035{display:flex;align-items:center;gap:4px}._columnName_k7w5d_1041{flex:1}._columnReplaceButton_k7w5d_1045{display:flex;align-items:center;justify-content:center;width:22px;height:22px;background:transparent;border:none;border-radius:6px;color:#57534e;opacity:.5;cursor:pointer;transition:all .15s ease}._columnReplaceButton_k7w5d_1045:hover{opacity:1;background:#0596691a;color:#059669}._columnReplaceButton_k7w5d_1045._hasOverride_k7w5d_1064{opacity:1;color:#059669;background:#0596691a}._overriddenCell_k7w5d_1070{background:#05966908}._columnModalOverlay_k7w5d_1074{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_k7w5d_1 .2s ease;padding:20px}@keyframes _fadeIn_k7w5d_1{0%{opacity:0}to{opacity:1}}._columnModalCard_k7w5d_1097{display:flex;flex-direction:column;background-color:#fff;border-radius:10px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714;width:100%;max-width:480px;max-height:80vh;animation:_slideUp_k7w5d_1 .2s ease}@keyframes _slideUp_k7w5d_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}._columnModalHeader_k7w5d_1120{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #E7E5E4}._columnModalTitle_k7w5d_1128{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;color:#1c1917;margin:0}._columnModalClose_k7w5d_1136{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;border-radius:6px;color:#57534e;cursor:pointer;transition:all .15s ease}._columnModalClose_k7w5d_1136:hover{background:#1c19170d;color:#1c1917}._columnModalSubtitle_k7w5d_1154{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_k7w5d_1154 code{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:12px;color:#059669;background:#0596691a;padding:2px 4px;border-radius:6px}._columnModalBody_k7w5d_1171{display:flex;flex-direction:column;padding:8px;overflow-y:auto;max-height:400px;gap:4px}._columnOption_k7w5d_1180{display:flex;align-items:center;gap:12px;width:100%;padding:8px 16px;background:#fff;border:1px solid #E7E5E4;border-radius:6px;cursor:pointer;transition:all .15s ease;text-align:left}._columnOption_k7w5d_1180:hover{border-color:#059669;background:#05966905}._columnOption_k7w5d_1180:active{transform:scale(.99)}._columnOption_k7w5d_1180._current_k7w5d_1200{border-color:#57534e;background:#f5f5f4}._columnOption_k7w5d_1180._selected_k7w5d_1204{border-color:#059669;background:#0596690d}._columnOptionName_k7w5d_1209{flex:1;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:13px;color:#1c1917}._columnOptionSheet_k7w5d_1216{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;color:#57534e;padding:2px 4px;background:#f5f5f4;border-radius:6px}._columnOptionBadge_k7w5d_1225{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:6px;background:#0596691a;color:#059669}._columnModalFooter_k7w5d_1237{display:flex;justify-content:flex-end;align-items:center;gap:8px;padding:16px 20px;border-top:1px solid #E7E5E4}._columnModalCancel_k7w5d_1246{display:flex;align-items:center;justify-content:center;padding:8px 24px;background:#fff;color:#1c1917;border:1px solid #E7E5E4;border-radius:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease}._columnModalCancel_k7w5d_1246:hover:not(:disabled){border-color:#57534e;background:#f5f5f4}._columnModalCancel_k7w5d_1246:active:not(:disabled){transform:scale(.98)}._columnModalCancel_k7w5d_1246:disabled{opacity:.5;cursor:not-allowed}._columnModalConfirm_k7w5d_1273{display:flex;align-items:center;justify-content:center;padding:8px 24px;background:#059669;color:#fff;border:none;border-radius:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease}._columnModalConfirm_k7w5d_1273:hover:not(:disabled){background:#047857}._columnModalConfirm_k7w5d_1273:active:not(:disabled){transform:scale(.98)}._columnModalConfirm_k7w5d_1273:disabled{opacity:.5;cursor:not-allowed}@keyframes _fadeIn_5rqqm_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_5rqqm_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._desktopOnly_5rqqm_19{display:block}@media(max-width:810px){._desktopOnly_5rqqm_19{display:none}}._mobileOnly_5rqqm_28{display:none}@media(max-width:810px){._mobileOnly_5rqqm_28{display:flex;align-items:center;gap:8px}}._actionButton_5rqqm_39{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:1px solid #E7E5E4;border-radius:6px;color:#57534e;cursor:pointer;transition:all .15s ease}._actionButton_5rqqm_39:hover{background:#0596690d;border-color:#059669;color:#059669}._actionButton_5rqqm_39:active{transform:scale(.98)}._dropdown_5rqqm_61{position:fixed;background:#fff;border:1px solid #E7E5E4;border-radius:6px;box-shadow:0 4px 16px #1c19171f;min-width:160px;z-index:1400;overflow:hidden;animation:_fadeIn_5rqqm_1 .15s ease}._dropdown_5rqqm_61._openUpward_5rqqm_72{animation:_fadeInUp_5rqqm_1 .15s ease}@keyframes _fadeIn_5rqqm_1{0%{opacity:0;transform:translate(-100%) translateY(-4px)}to{opacity:1;transform:translate(-100%) translateY(0)}}@keyframes _fadeInUp_5rqqm_1{0%{opacity:0;transform:translate(-100%) translateY(4px)}to{opacity:1;transform:translate(-100%) translateY(0)}}._dropdownItem_5rqqm_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_5rqqm_96:hover{background:#f5f5f4}._dropdownItem_5rqqm_96._danger_5rqqm_114{color:#dc2626}._dropdownItem_5rqqm_96._danger_5rqqm_114:hover{background:#dc26260d}._mobileButton_5rqqm_121{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:1px solid #E7E5E4;border-radius:6px;color:#57534e;cursor:pointer;transition:all .15s ease}._mobileButton_5rqqm_121:hover{background:#0596690d;border-color:#059669;color:#059669}._mobileButton_5rqqm_121:active{transform:scale(.98)}._mobileButton_5rqqm_121._danger_5rqqm_114:hover{background:#dc26260d;border-color:#dc2626;color:#dc2626}@keyframes _fadeIn_6v99k_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_6v99k_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._filesPage_6v99k_19{display:flex;flex-direction:column;gap:24px;width:100%}._pageHeader_6v99k_26{display:flex;align-items:center;justify-content:space-between;gap:20px}._pageTitle_6v99k_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_6v99k_33{font-size:18px}}._pageSubtitle_6v99k_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_6v99k_46{font-size:13px}}._uploadSection_6v99k_58{display:flex;flex-direction:column;gap:0}._sectionTitle_6v99k_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_6v99k_64{padding:16px 20px}}._uploadArea_6v99k_82{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:48px;border:2px dashed rgba(5,150,105,.3);border-radius:10px;background:#05966905;cursor:pointer;transition:all .15s ease;text-align:center}._uploadArea_6v99k_82:hover{border-color:#059669;background:#0596690d;box-shadow:0 2px 8px #05966914}._uploadArea_6v99k_82:hover ._uploadIconWrapper_6v99k_102{background:#059669;color:#fff;transform:scale(1.05)}._uploadArea_6v99k_82._dragActive_6v99k_107{border-color:#059669;background:#05966914}._uploadArea_6v99k_82._dragActive_6v99k_107 ._uploadIconWrapper_6v99k_102{background:#059669;color:#fff;transform:scale(1.1)}._uploadArea_6v99k_82:active{transform:scale(.99)}@media(max-width:768px){._uploadArea_6v99k_82{padding:40px 20px}}._uploadIconWrapper_6v99k_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_6v99k_102{width:48px;height:48px}}._uploadIcon_6v99k_102{width:28px;height:28px}@media(max-width:768px){._uploadIcon_6v99k_102{width:24px;height:24px}}._uploadTitle_6v99k_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_6v99k_154{font-size:15px}}._uploadSubtitle_6v99k_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_6v99k_176{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}._uploadFormats_6v99k_186{display:flex;flex-direction:column;gap:4px;margin-top:4px}._uploadFormats_6v99k_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_6v99k_186 span:before{content:"";width:4px;height:4px;border-radius:50%;background:#059669;flex-shrink:0}._filesSection_6v99k_209{display:flex;flex-direction:column;gap:0;background:#fff;border-radius:10px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714}._filterSelect_6v99k_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:6px;background:#fff;cursor:pointer;transition:all .15s ease}._filterSelect_6v99k_219:hover{border-color:#cfcbc9}._filterSelect_6v99k_219:focus{outline:none;border-color:#059669}._filesTable_6v99k_238{display:flex;flex-direction:column;gap:0;overflow-x:auto}@media(max-width:810px){._filesTable_6v99k_238{overflow-x:visible}}._tableHeader_6v99k_250{display:grid;grid-template-columns:2fr 140px 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_6v99k_250{display:none}}._headerFilter_6v99k_271{display:flex;justify-content:flex-end}._headerFilter_6v99k_271 ._filterSelect_6v99k_219{padding:4px 8px;font-size:11px;text-transform:none;letter-spacing:0}._tableBody_6v99k_282{display:flex;flex-direction:column;gap:0}._tableRow_6v99k_288{display:grid;grid-template-columns:2fr 140px 90px 70px 70px 100px 100px;gap:16px;padding:16px 24px;border-bottom:1px solid #E7E5E4;align-items:center;transition:all .15s ease}._tableRow_6v99k_288:last-child{border-bottom:none}._tableRow_6v99k_288:hover{background:#05966905}@media(max-width:810px){._tableRow_6v99k_288{grid-template-columns:1fr;gap:12px;padding:20px}}._colFileName_6v99k_311{display:flex;align-items:center;gap:12px;min-width:0}._fileIcon_6v99k_318{width:20px;height:20px;color:#059669;flex-shrink:0}._fileInfo_6v99k_325{display:flex;flex-direction:column;gap:4px;min-width:0}._fileName_6v99k_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_6v99k_342{display:flex;align-items:center}._statusBadge_6v99k_347{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}._statusBadge_6v99k_347._success_6v99k_359{background:#05966914;border:1px solid rgba(5,150,105,.2);color:#059669}._statusBadge_6v99k_347._processing_6v99k_364{background:#0ea5e914;border:1px solid rgba(14,165,233,.2);color:#0ea5e9}._statusBadge_6v99k_347._failed_6v99k_369{background:#dc262614;border:1px solid rgba(220,38,38,.2);color:#dc2626}._statusWithWarning_6v99k_375{display:flex;align-items:center;gap:4px;flex-wrap:nowrap}._warningBadge_6v99k_382{display:inline-flex;align-items:center;justify-content:center;gap:2px;padding:3px 6px;border-radius:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;background:#f59e0b14;border:1px solid rgba(245,158,11,.2);color:#f59e0b;cursor:help}._warningBadge_6v99k_382._contextMismatch_6v99k_397{background:#f59e0b1f;border:1px solid rgba(245,158,11,.3)}._colConfidence_6v99k_402{display:flex;align-items:center}._confidenceBadge_6v99k_407{display:inline-flex;align-items:center;justify-content:center;padding:3px 8px;border-radius:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600}._confidenceBadge_6v99k_407._high_6v99k_417{background:#05966914;border:1px solid rgba(5,150,105,.2);color:#059669}._confidenceBadge_6v99k_407._medium_6v99k_422{background:#f59e0b14;border:1px solid rgba(245,158,11,.2);color:#f59e0b}._confidenceBadge_6v99k_407._low_6v99k_427,._confidenceBadge_6v99k_407._zero_6v99k_432{background:#dc262614;border:1px solid rgba(220,38,38,.2);color:#dc2626}._tableBody_6v99k_282 ._colRows_6v99k_438,._tableBody_6v99k_282 ._colSize_6v99k_439,._tableBody_6v99k_282 ._colDate_6v99k_440{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e}._rowsZero_6v99k_446{color:#57534e}._sizeInfo_6v99k_450{display:flex;align-items:center}._originalSize_6v99k_455{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e}._colActions_6v99k_461{display:flex;align-items:center;justify-content:flex-end}._dropdownContainer_6v99k_467{position:relative}._actionButton_6v99k_471{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:1px solid #E7E5E4;border-radius:6px;color:#57534e;cursor:pointer;transition:all .15s ease}._actionButton_6v99k_471:hover{border-color:#059669;background:#0596690d;color:#059669}._actionButton_6v99k_471:active{transform:scale(.98)}._dropdown_6v99k_467{position:absolute;top:100%;right:0;margin-top:4px;background:#fff;border:1px solid #E7E5E4;border-radius:6px;box-shadow:0 4px 16px #1c19171f;min-width:150px;z-index:100;overflow:hidden}._dropdownItem_6v99k_507{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_6v99k_507:hover{background:#f5f5f4}._dropdownItem_6v99k_507._danger_6v99k_525{color:#dc2626}._dropdownItem_6v99k_507._danger_6v99k_525:hover{background:#dc26260d}._processingText_6v99k_532{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;color:#0ea5e9;font-weight:500}._emptyState_6v99k_539{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;gap:12px}._emptyIcon_6v99k_548{width:48px;height:48px;color:#57534e;opacity:.3}._emptyTitle_6v99k_555{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:600;color:#1c1917;margin:0}._emptySubtitle_6v99k_563{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_6v99k_573{display:flex;align-items:center;gap:4px;padding:4px 20px;margin-top:4px;background:#059669;color:#fff;border:none;border-radius:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease}._uploadButton_6v99k_573:hover{background:#047857;transform:translateY(-1px);box-shadow:0 4px 12px #0596694d}._uploadButton_6v99k_573:active{transform:translateY(0)}@keyframes _skeletonPulse_6v99k_1{0%{opacity:1}50%{opacity:.4}to{opacity:1}}._skeletonIcon_6v99k_609{width:20px;height:20px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:6px;animation:_skeletonPulse_6v99k_1 1.5s ease-in-out infinite;flex-shrink:0}._skeletonName_6v99k_619{height:16px;width:200px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:6px;animation:_skeletonPulse_6v99k_1 1.5s ease-in-out infinite;animation-delay:.1s}._skeletonStatus_6v99k_629{height:24px;width:80px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:6px;animation:_skeletonPulse_6v99k_1 1.5s ease-in-out infinite;animation-delay:.2s}._skeletonBadge_6v99k_639{height:24px;width:60px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:6px;animation:_skeletonPulse_6v99k_1 1.5s ease-in-out infinite;animation-delay:.3s}._skeletonText_6v99k_649{height:16px;width:80px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:6px;animation:_skeletonPulse_6v99k_1 1.5s ease-in-out infinite;animation-delay:.4s}._skeletonDate_6v99k_659{height:16px;width:120px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:6px;animation:_skeletonPulse_6v99k_1 1.5s ease-in-out infinite;animation-delay:.5s}._skeletonActions_6v99k_669{height:32px;width:100px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:6px;animation:_skeletonPulse_6v99k_1 1.5s ease-in-out infinite;animation-delay:.6s;margin-left:auto}._errorMessage_6v99k_680{padding:16px 20px;margin:20px 24px;background:#dc262614;border:1px solid rgba(220,38,38,.2);border-radius:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;color:#dc2626}@keyframes _fadeInUp_3r5qu_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._modalOverlay_3r5qu_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_3r5qu_1 .2s ease;padding:20px}@keyframes _fadeIn_3r5qu_1{0%{opacity:0}to{opacity:1}}._modalCard_3r5qu_42{display:flex;flex-direction:column;align-items:flex-start;background-color:#fff;border-radius:10px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714;width:100%;max-width:400px;position:relative;animation:_slideUp_3r5qu_1 .2s ease}@media(max-width:768px){._modalCard_3r5qu_42{max-width:100%}}@keyframes _slideUp_3r5qu_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}._modalHeader_3r5qu_71{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:8px 8px 8px 20px;border-bottom:1px solid #E7E5E4}@media(max-width:768px){._modalHeader_3r5qu_71{padding:4px 4px 4px 16px}}._closeButton_3r5qu_86{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;background-color:transparent;border:none;border-radius:6px;color:#57534e;cursor:pointer;transition:all .15s ease}._closeButton_3r5qu_86:hover{background-color:#1c19170d;color:#1c1917}._closeButton_3r5qu_86:active{transform:scale(.95)}._modalTitle_3r5qu_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_3r5qu_108{font-size:15px}}._modalBody_3r5qu_121{width:100%;padding:20px}@media(max-width:768px){._modalBody_3r5qu_121{padding:16px}}._modalText_3r5qu_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_3r5qu_131{font-size:12px}}._modalActions_3r5qu_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_3r5qu_144{padding:8px 16px;flex-direction:column-reverse;gap:4px}}._cancelButton_3r5qu_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:6px;cursor:pointer;transition:all .15s ease}@media(max-width:768px){._cancelButton_3r5qu_161{width:100%}}._cancelButton_3r5qu_161:hover{background:#f5f5f4;border-color:#57534e}._cancelButton_3r5qu_161:active{transform:scale(.98)}._confirmButton_3r5qu_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:6px;cursor:pointer;transition:all .15s ease}@media(max-width:768px){._confirmButton_3r5qu_190{width:100%}}._confirmButton_3r5qu_190:active{transform:scale(.98)}._confirmButton_3r5qu_190._danger_3r5qu_213{background:#dc2626}._confirmButton_3r5qu_190._danger_3r5qu_213:hover{background:#bb1e1e}._confirmButton_3r5qu_190._primary_3r5qu_219{background:#059669}._confirmButton_3r5qu_190._primary_3r5qu_219:hover{background:#047857}@keyframes _fadeInUp_fjeuk_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes _fadeIn_fjeuk_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_fjeuk_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._modalOverlay_fjeuk_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_fjeuk_1 .2s ease;padding:20px}._modalCard_fjeuk_52{display:flex;flex-direction:column;align-items:flex-start;background-color:#fff;border-radius:10px;border:1px solid #E7E5E4;box-shadow:0 8px 32px #0000001f;width:100%;max-width:600px;max-height:90vh;position:relative;animation:_slideUp_fjeuk_1 .3s cubic-bezier(.4,0,.2,1);overflow:hidden}._closeButton_fjeuk_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:6px;color:#57534e;cursor:pointer;transition:all .15s ease;z-index:1}._closeButton_fjeuk_68:hover{border-color:#059669;background:#0596690d;color:#059669}._closeButton_fjeuk_68:active{transform:scale(.95)}._modalHeader_fjeuk_94{width:100%;padding:24px 32px 16px;border-bottom:1px solid #E7E5E4;display:flex;align-items:flex-start;gap:16px}._templateIcon_fjeuk_103{font-size:48px;line-height:1;flex-shrink:0}._templateIconImg_fjeuk_109{width:48px;height:48px;object-fit:contain}._headerContent_fjeuk_115{display:flex;flex-direction:column;gap:8px;flex:1;padding-right:40px}._modalTitle_fjeuk_123{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:20px;font-weight:600;color:#1c1917;margin:0}._badges_fjeuk_131{display:flex;gap:4px;flex-wrap:wrap}._platformBadge_fjeuk_137,._typeBadge_fjeuk_138,._categoryBadge_fjeuk_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:6px;white-space:nowrap}._platformBadge_fjeuk_137,._typeBadge_fjeuk_138{background:#0596691a;color:#059669}._categoryBadge_fjeuk_139{background:#57534e1a;color:#57534e}._modalBody_fjeuk_161{width:100%;padding:24px 32px;overflow-y:auto;max-height:calc(90vh - 200px);display:flex;flex-direction:column;gap:24px}._section_fjeuk_171{display:flex;flex-direction:column;gap:12px}._sectionTitle_fjeuk_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_fjeuk_187{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;color:#57534e;margin:0;line-height:1.6}._statsGrid_fjeuk_195{display:grid;grid-template-columns:1fr;gap:12px}._statCard_fjeuk_201{display:flex;flex-direction:column;gap:4px;padding:20px;background:#f5f5f4;border:1px solid #E7E5E4;border-radius:8px}._statLabel_fjeuk_211{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;color:#57534e;text-transform:uppercase;letter-spacing:.05em}._statValue_fjeuk_219{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:22px;font-weight:700;color:#059669}._fieldsList_fjeuk_226{display:flex;flex-direction:column;gap:4px;max-height:300px;overflow-y:auto;padding:8px;background:#f5f5f4;border:1px solid #E7E5E4;border-radius:8px}._fieldItem_fjeuk_238{display:flex;align-items:center;gap:12px;padding:8px 16px;background:#fff;border:1px solid #E7E5E4;border-radius:6px;transition:all .15s ease}._fieldItem_fjeuk_238:hover{border-color:#059669;background:#05966905}._fieldNumber_fjeuk_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:6px;flex-shrink:0}._fieldName_fjeuk_268{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:17px;color:#1c1917;font-weight:500}._modalActions_fjeuk_275{width:100%;padding:16px 32px 24px;border-top:1px solid #E7E5E4;display:flex;justify-content:flex-end;gap:12px}._cancelButton_fjeuk_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:6px;cursor:pointer;transition:all .15s ease}._cancelButton_fjeuk_284:hover{border-color:#059669;background:#0596690d;color:#059669}._cancelButton_fjeuk_284:active{transform:scale(.98)}._useButton_fjeuk_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:6px;cursor:pointer;transition:all .15s ease}._useButton_fjeuk_305:hover{background:#047857;box-shadow:0 2px 4px #05966926;transform:translateY(-1px)}._useButton_fjeuk_305:active{transform:scale(.98)}@media(max-width:768px){._modalCard_fjeuk_52{max-width:100%;max-height:100%;border-radius:0}._modalHeader_fjeuk_94,._modalBody_fjeuk_161{padding:20px}._headerContent_fjeuk_115{padding-right:32px}}@keyframes _fadeIn_109h2_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_109h2_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._templatesPage_109h2_19{display:flex;flex-direction:column;gap:24px;width:100%}._pageHeader_109h2_26{display:flex;align-items:center;justify-content:space-between;gap:20px}@media(max-width:768px){._pageHeader_109h2_26{flex-direction:column;align-items:flex-start}}._pageTitle_109h2_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_109h2_39{font-size:18px}}._pageSubtitle_109h2_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_109h2_52{font-size:13px}}._headerActions_109h2_64{display:flex;align-items:center;gap:12px}@media(max-width:768px){._headerActions_109h2_64{width:100%;flex-direction:column}}._createButton_109h2_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:6px;cursor:pointer;transition:all .15s ease}._createButton_109h2_76:hover{background:#047857;box-shadow:0 2px 4px #05966926;transform:translateY(-1px)}._createButton_109h2_76:active{transform:scale(.98)}@media(max-width:768px){._createButton_109h2_76{width:100%;justify-content:center}}._prototypeButton_109h2_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:6px;cursor:pointer;transition:all .15s ease}._prototypeButton_109h2_106:hover{background:#6366f10d;box-shadow:0 2px 4px #6366f126;transform:translateY(-1px)}._prototypeButton_109h2_106:active{transform:scale(.98)}@media(max-width:768px){._prototypeButton_109h2_106{width:100%;justify-content:center}}._templatesSection_109h2_136{display:flex;flex-direction:column;gap:0;background:#fff;border-radius:10px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714}._sectionHeader_109h2_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_109h2_146{padding:16px;flex-direction:column;align-items:flex-start;gap:8px}}._sectionTitle_109h2_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_109h2_173{display:flex;align-items:center;gap:12px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e}._statItem_109h2_182{display:flex;align-items:center;gap:4px}._statValue_109h2_188{font-weight:600;color:#1c1917}._templatesGrid_109h2_193{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px;padding:24px}@media(max-width:768px){._templatesGrid_109h2_193{grid-template-columns:1fr;padding:20px;gap:12px}}._createTemplateCard_109h2_207{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:24px;background:#05966905;border:2px dashed rgba(5,150,105,.3);border-radius:10px;cursor:pointer;transition:all .15s ease;text-align:center;min-height:220px}._createTemplateCard_109h2_207:hover{background:#0596690d;border-color:#059669;box-shadow:0 2px 8px #05966914}._createTemplateCard_109h2_207:hover ._createCardIcon_109h2_227{background:#059669;color:#fff;transform:scale(1.05)}._createTemplateCard_109h2_207:active{transform:scale(.98)}._createCardIcon_109h2_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_109h2_248{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;color:#1c1917;margin:0}._createCardDescription_109h2_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_109h2_265{display:flex;flex-direction:column;gap:4px;margin:8px 0 0;padding:0;list-style:none}._createCardFeatures_109h2_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_109h2_265 li:before{content:"";width:4px;height:4px;border-radius:50%;background:#059669;flex-shrink:0}._templateCard_109h2_290{display:flex;flex-direction:column;gap:0;background:#fff;border:1px solid #E7E5E4;border-radius:10px;transition:all .15s ease}._templateCard_109h2_290:hover{border-color:#059669;box-shadow:0 2px 8px #05966914}._cardBody_109h2_304{display:flex;flex-direction:column;gap:8px;padding:20px;flex:1}._cardTitleRow_109h2_312{display:flex;align-items:center;gap:8px}._cardIcon_109h2_318{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;background:#0596691a;color:#059669;flex-shrink:0}._templateName_109h2_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_109h2_339{display:inline-flex;align-items:center;align-self:flex-start;gap:4px;padding:3px 8px;background:#f5f5f4;border:1px solid #E7E5E4;border-radius:6px;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:11px;color:#57534e;cursor:pointer;transition:all .15s ease}._templateId_109h2_339:hover{background:#6366f114;border-color:#6366f14d;color:#6366f1}._templateId_109h2_339._copied_109h2_359{background:#0596691a;border-color:#0596694d;color:#059669}._templateDescription_109h2_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_109h2_377{display:flex;flex-wrap:wrap;gap:4px;margin-top:4px}._fieldBadge_109h2_384{display:inline-flex;align-items:center;padding:3px 8px;background:#f5f5f4;border-radius:6px;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:11px;color:#1c1917}._fieldBadge_109h2_384._moreBadge_109h2_394{background:transparent;color:#57534e;padding:3px 4px}._updatedTime_109h2_400{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;color:#57534e;margin-top:auto;padding-top:4px}._cardFooter_109h2_408{display:flex;align-items:center;justify-content:space-between;padding:8px 20px;border-top:1px solid #E7E5E4;background:#f5f5f4;gap:12px}._useButton_109h2_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:6px;cursor:pointer;transition:all .15s ease}._useButton_109h2_418:hover{background:#047857}._useButton_109h2_418:active{transform:scale(.98)}._dropdownContainer_109h2_440{position:relative}._actionButton_109h2_444{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#fff;border:1px solid #E7E5E4;border-radius:6px;color:#57534e;cursor:pointer;transition:all .15s ease}._actionButton_109h2_444:hover{background:#0596690d;border-color:#059669;color:#059669}._actionButton_109h2_444:active{transform:scale(.95)}._dropdown_109h2_440{position:absolute;top:100%;right:0;margin-top:4px;background:#fff;border:1px solid #E7E5E4;border-radius:6px;box-shadow:0 4px 16px #1c19171f;min-width:150px;z-index:100;overflow:hidden}._dropdownItem_109h2_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_109h2_480:hover{background:#f5f5f4}._dropdownItem_109h2_480._danger_109h2_498{color:#dc2626}._dropdownItem_109h2_480._danger_109h2_498:hover{background:#dc26260d}._emptyState_109h2_505{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;gap:12px;grid-column:1/-1}._emptyIcon_109h2_515{width:48px;height:48px;color:#57534e;opacity:.3}._emptyTitle_109h2_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_109h2_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_109h2_1{0%{opacity:1}50%{opacity:.4}to{opacity:1}}._skeletonIcon_109h2_552{width:40px;height:40px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);border-radius:10px;animation:_skeletonPulse_109h2_1 1.5s ease-in-out infinite}._skeletonBadges_109h2_560{width:80px;height:20px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);border-radius:6px;animation:_skeletonPulse_109h2_1 1.5s ease-in-out infinite;animation-delay:.1s}._skeletonButton_109h2_569{width:120px;height:32px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);border-radius:6px;animation:_skeletonPulse_109h2_1 1.5s ease-in-out infinite;animation-delay:.6s}._skeletonActions_109h2_578{width:72px;height:32px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);border-radius:6px;animation:_skeletonPulse_109h2_1 1.5s ease-in-out infinite;animation-delay:.7s}._skeletonTitle_109h2_587{width:70%;height:20px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);border-radius:6px;animation:_skeletonPulse_109h2_1 1.5s ease-in-out infinite;animation-delay:.2s;margin-bottom:8px}._skeletonDescription_109h2_597{width:100%;height:36px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);border-radius:6px;animation:_skeletonPulse_109h2_1 1.5s ease-in-out infinite;animation-delay:.3s;margin-bottom:12px}._skeletonMeta_109h2_607{width:40%;height:16px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);border-radius:6px;animation:_skeletonPulse_109h2_1 1.5s ease-in-out infinite;animation-delay:.4s;margin-bottom:12px}._skeletonFields_109h2_617{width:100%;height:60px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);border-radius:6px;animation:_skeletonPulse_109h2_1 1.5s ease-in-out infinite;animation-delay:.5s}._errorState_109h2_626{align-items:center;justify-content:center;display:flex;flex-direction:column;gap:16px;padding:40px;background:#fff;border-radius:10px;border:1px solid #E7E5E4}._errorMessage_109h2_639{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;color:#dc2626;margin:0;text-align:center}._retryButton_109h2_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:6px;cursor:pointer;transition:all .15s ease}._retryButton_109h2_647:hover{background:#047857;box-shadow:0 2px 4px #05966926;transform:translateY(-1px)}._retryButton_109h2_647:active{transform:scale(.98)}._tabs_109h2_671{display:flex;gap:8px;border-bottom:2px solid #E7E5E4;padding:0 4px}._tab_109h2_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_109h2_671:hover{color:#059669}._tab_109h2_671._active_109h2_694{color:#059669;border-bottom-color:#059669}@media(max-width:768px){._tab_109h2_671{flex:1;text-align:center;padding:16px 8px}}._filters_109h2_706{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:24px;border-bottom:1px solid #E7E5E4}@media(max-width:810px){._filters_109h2_706{grid-template-columns:1fr}}._filterGroup_109h2_719{display:flex;flex-direction:column;gap:4px}._filterLabel_109h2_725{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:600;color:#1c1917}._filterSelect_109h2_732,._filterSearch_109h2_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:6px;transition:all .15s ease}._filterSelect_109h2_732:focus,._filterSearch_109h2_733:focus{outline:none;border-color:#059669;box-shadow:0 0 0 3px #0596691a}._filterSearch_109h2_733::placeholder{color:#57534e}._libraryGrid_109h2_754{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px;padding:24px}@media(max-width:768px){._libraryGrid_109h2_754{grid-template-columns:1fr;padding:20px;gap:12px}}._libraryCard_109h2_768{display:flex;flex-direction:column;gap:0;background:#fff;border:1px solid #E7E5E4;border-radius:10px;transition:all .15s ease}._libraryCard_109h2_768:hover{border-color:#059669;box-shadow:0 2px 8px #05966914}._libraryCard_109h2_768:active{transform:scale(.98)}._libraryCardHeader_109h2_785{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #E7E5E4}._libraryCardIcon_109h2_793{font-size:40px;line-height:1}._libraryIconImg_109h2_798{width:40px;height:40px;object-fit:contain}._libraryCardBadges_109h2_804{display:flex;gap:4px}._platformBadge_109h2_809,._typeBadge_109h2_810,._categoryBadge_109h2_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:6px;white-space:nowrap}._platformBadge_109h2_809,._typeBadge_109h2_810{background:#0596691a;color:#059669}._categoryBadge_109h2_811{background:#57534e1a;color:#57534e}._libraryCardBody_109h2_833{display:flex;flex-direction:column;gap:12px;padding:20px;flex:1}._libraryCardTitle_109h2_841{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;font-weight:600;color:#1c1917;margin:0}._libraryCardDescription_109h2_849{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;color:#57534e;margin:0;line-height:1.5}._libraryCardMeta_109h2_857{display:flex;align-items:center;gap:16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;color:#57534e}._usageCount_109h2_866,._fieldCount_109h2_867{display:flex;align-items:center;gap:4px}._libraryCardFields_109h2_873{display:flex;flex-wrap:wrap;gap:4px}._libraryCardFooter_109h2_879{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-top:1px solid #E7E5E4;background:#f5f5f4}._useTemplateButton_109h2_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:6px;cursor:pointer;transition:all .15s ease}._useTemplateButton_109h2_888:hover{background:#047857;box-shadow:0 2px 4px #05966926;transform:translateY(-1px)}._useTemplateButton_109h2_888:active{transform:scale(.98)}@keyframes _fadeIn_n6y5h_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_n6y5h_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._connectorsPage_n6y5h_19{display:flex;flex-direction:column;gap:24px;width:100%}._pageHeader_n6y5h_26{display:flex;align-items:center;justify-content:space-between;gap:20px}@media(max-width:768px){._pageHeader_n6y5h_26{flex-direction:column;align-items:flex-start}}._pageTitle_n6y5h_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_n6y5h_39{font-size:18px}}._pageSubtitle_n6y5h_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_n6y5h_52{font-size:13px}}._templatesButton_n6y5h_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:6px;cursor:pointer;transition:all .15s ease;text-decoration:none}._templatesButton_n6y5h_64:hover{background:#047857;box-shadow:0 2px 4px #05966926}._templatesButton_n6y5h_64:active{transform:scale(.98)}@media(max-width:768px){._templatesButton_n6y5h_64{width:100%;justify-content:center}}._infoCard_n6y5h_94{display:flex;align-items:center;gap:16px;padding:20px 24px;background:#fff;border:1px solid #E7E5E4;border-radius:10px;box-shadow:0 4px 16px #1c191714}@media(max-width:810px){._infoCard_n6y5h_94{flex-direction:column;align-items:flex-start;text-align:left}}._infoIcon_n6y5h_112{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#0596691a;color:#059669;border-radius:8px;flex-shrink:0}._infoContent_n6y5h_124{flex:1;display:flex;flex-direction:column;gap:4px}._infoTitle_n6y5h_131{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;color:#1c1917;margin:0}._infoDescription_n6y5h_139{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0;line-height:1.5}._infoButton_n6y5h_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:6px;cursor:pointer;transition:all .15s ease;text-decoration:none;flex-shrink:0;white-space:nowrap}._infoButton_n6y5h_147:hover{border-color:#059669;background:#05966905}._infoButton_n6y5h_147:active{transform:scale(.98)}@media(max-width:810px){._infoButton_n6y5h_147{width:100%;justify-content:center}}._connectorsSection_n6y5h_179{display:flex;flex-direction:column;gap:0;background:#fff;border-radius:10px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714}._sectionHeader_n6y5h_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_n6y5h_189{padding:16px;flex-direction:column;align-items:flex-start;gap:8px}}._sectionTitle_n6y5h_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_n6y5h_216{display:flex;align-items:center;gap:12px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e}._statItem_n6y5h_225{display:flex;align-items:center;gap:4px}._statValue_n6y5h_231{font-weight:600;color:#1c1917}._statSeparator_n6y5h_236{color:#e7e5e4}._filters_n6y5h_240{display:flex;align-items:center;gap:12px;padding:20px;border-bottom:1px solid #E7E5E4}@media(max-width:768px){._filters_n6y5h_240{flex-direction:column;align-items:stretch;padding:16px}}._searchContainer_n6y5h_255{position:relative;flex:1;max-width:320px}@media(max-width:768px){._searchContainer_n6y5h_255{max-width:100%}}._searchIcon_n6y5h_266{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#57534e;pointer-events:none}._searchInput_n6y5h_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:6px;transition:all .15s ease}._searchInput_n6y5h_277::placeholder{color:#57534e}._searchInput_n6y5h_277:hover{border-color:#cfcbc9}._searchInput_n6y5h_277:focus{outline:none;border-color:#059669;box-shadow:0 0 0 3px #0596691a}._categorySelect_n6y5h_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:6px;cursor:pointer;transition:all .15s ease}._categorySelect_n6y5h_300:hover{border-color:#cfcbc9}._categorySelect_n6y5h_300:focus{outline:none;border-color:#059669;box-shadow:0 0 0 3px #0596691a}@media(max-width:768px){._categorySelect_n6y5h_300{width:100%}}._resultsCount_n6y5h_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_n6y5h_325{padding:0 16px 8px}}._connectorsGrid_n6y5h_337{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;padding:20px}@media(max-width:768px){._connectorsGrid_n6y5h_337{grid-template-columns:1fr;padding:16px;gap:12px}}._connectorCard_n6y5h_351{display:flex;flex-direction:column;gap:12px;padding:20px;background:#fff;border:1px solid #E7E5E4;border-radius:8px;transition:all .15s ease}._connectorCard_n6y5h_351:hover{border-color:#059669;box-shadow:0 2px 8px #05966914}._connectorCard_n6y5h_351:active{transform:scale(.98)}._cardHeader_n6y5h_369{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}._cardIcon_n6y5h_376{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#0596691a;color:#059669;border-radius:6px;flex-shrink:0}._statusBadge_n6y5h_388{display:inline-flex;align-items:center;padding:3px 8px;border-radius:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}._statusBadge_n6y5h_388._active_n6y5h_399{background:#05966914;border:1px solid rgba(5,150,105,.2);color:#059669}._statusBadge_n6y5h_388._coming_n6y5h_404{background:#f59e0b14;border:1px solid rgba(245,158,11,.2);color:#f59e0b}._cardTitle_n6y5h_410{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;color:#1c1917;margin:0}._cardDescription_n6y5h_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_n6y5h_427{display:flex;align-items:center;padding-top:8px;border-top:1px solid #E7E5E4}._categoryBadge_n6y5h_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_n6y5h_446{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 24px;gap:12px}._emptyIcon_n6y5h_455{width:48px;height:48px;color:#57534e;opacity:.3}._emptyTitle_n6y5h_462{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;color:#1c1917;margin:0}._emptySubtitle_n6y5h_470{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0;text-align:center}._clearFiltersButton_n6y5h_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:6px;cursor:pointer;transition:all .15s ease;margin-top:8px}._clearFiltersButton_n6y5h_478:hover{border-color:#059669;background:#05966905}._clearFiltersButton_n6y5h_478:active{transform:scale(.98)}@keyframes _fadeInUp_1i6d1_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._modalOverlay_1i6d1_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_1i6d1_1 .2s ease;padding:20px}@keyframes _fadeIn_1i6d1_1{0%{opacity:0}to{opacity:1}}._modalCard_1i6d1_42{display:flex;flex-direction:column;align-items:flex-start;background-color:#fff;border-radius:10px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714;width:100%;max-width:440px;position:relative;animation:_slideUp_1i6d1_1 .2s ease;max-height:90vh;overflow-y:auto}@media(max-width:768px){._modalCard_1i6d1_42{max-width:100%}}@keyframes _slideUp_1i6d1_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}._modalHeader_1i6d1_73{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:8px 8px 8px 20px;border-bottom:1px solid #E7E5E4}@media(max-width:768px){._modalHeader_1i6d1_73{padding:4px 4px 4px 16px}}._modalTitle_1i6d1_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_1i6d1_88{font-size:15px}}._closeButton_1i6d1_101{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;background-color:transparent;border:none;border-radius:6px;color:#57534e;cursor:pointer;transition:all .15s ease}._closeButton_1i6d1_101:hover{background-color:#1c19170d;color:#1c1917}._closeButton_1i6d1_101:active{transform:scale(.95)}._modalBody_1i6d1_123{display:flex;flex-direction:column;gap:16px;width:100%;padding:20px 20px 0}@media(max-width:768px){._modalBody_1i6d1_123{padding:16px 16px 0;gap:12px}}._modalText_1i6d1_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_1i6d1_137{font-size:12px}}._formGroup_1i6d1_150{display:flex;flex-direction:column;gap:4px;width:100%}._label_1i6d1_157{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:500;color:#57534e;margin:0}._input_1i6d1_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:6px;transition:all .15s ease}._input_1i6d1_165::placeholder{color:#57534e;opacity:.6}._input_1i6d1_165:hover{border-color:#05966966}._input_1i6d1_165:focus{outline:none;border-color:#059669;box-shadow:0 0 0 2px #05966914}._input_1i6d1_165:disabled{opacity:.6;cursor:not-allowed;background:#f5f5f4}._errorMessage_1i6d1_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:6px;border:1px solid rgba(220,38,38,.2);line-height:1.5}._errorMessage_1i6d1_194._validation_1i6d1_205{background-color:#dc262614;border-color:#dc262633;color:#dc2626}._errorMessage_1i6d1_194._limit_1i6d1_210{background-color:#f59e0b14;border-color:#f59e0b33;color:#ac6f07}._errorMessage_1i6d1_194._server_1i6d1_215{background-color:#dc262614;border-color:#dc262633;color:#dc2626}._successMessage_1i6d1_221{display:flex;flex-direction:column;gap:4px;padding:8px 16px;background:#05966914;border:1px solid rgba(5,150,105,.2);border-radius:6px}._successTitle_1i6d1_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_1i6d1_231{font-size:12px}}._warningText_1i6d1_244{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;margin:0;line-height:1.5}._keyDisplay_1i6d1_252{display:flex;flex-direction:column;gap:4px}._keyWrapper_1i6d1_258{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#f5f5f4;border:1px solid #E7E5E4;border-radius:6px}._keyValue_1i6d1_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_1i6d1_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:6px;cursor:pointer;transition:all .15s ease;white-space:nowrap;flex-shrink:0}._copyButton_1i6d1_277:hover{background:#047857}._copyButton_1i6d1_277:active{transform:scale(.98)}._keyInfo_1i6d1_301{display:flex;flex-direction:column;gap:4px;padding:8px 16px;background:#f5f5f4;border-radius:6px}._infoItem_1i6d1_310{display:flex;align-items:center;gap:8px}._infoLabel_1i6d1_316{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:500;color:#57534e;min-width:56px}._infoValue_1i6d1_324{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#1c1917;word-break:break-all}._modalActions_1i6d1_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_1i6d1_331{width:calc(100% + 32px);margin:16px -16px 0;padding:8px 16px;flex-direction:column-reverse;gap:4px}}._cancelButton_1i6d1_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:6px;cursor:pointer;transition:all .15s ease}@media(max-width:768px){._cancelButton_1i6d1_351{width:100%}}._cancelButton_1i6d1_351:hover{background:#f5f5f4;border-color:#57534e}._cancelButton_1i6d1_351:active{transform:scale(.98)}._cancelButton_1i6d1_351:disabled{opacity:.5;cursor:not-allowed}._confirmButton_1i6d1_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:6px;cursor:pointer;transition:all .15s ease}@media(max-width:768px){._confirmButton_1i6d1_384{width:100%}}._confirmButton_1i6d1_384:hover{background:#047857}._confirmButton_1i6d1_384:active{transform:scale(.98)}._confirmButton_1i6d1_384:disabled{opacity:.5;cursor:not-allowed}@keyframes _fadeIn_18z35_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_18z35_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._apiKeysPage_18z35_19{display:flex;flex-direction:column;gap:24px;width:100%}._pageHeader_18z35_26{display:flex;align-items:center;justify-content:space-between;gap:20px}@media(max-width:768px){._pageHeader_18z35_26{flex-direction:column;align-items:flex-start}}._pageTitle_18z35_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_18z35_39{font-size:18px}}._pageSubtitle_18z35_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_18z35_52{font-size:13px}}._createButton_18z35_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:6px;cursor:pointer;transition:all .15s ease}._createButton_18z35_64:hover{background:#047857;box-shadow:0 2px 4px #05966926}._createButton_18z35_64:active{transform:scale(.98)}@media(max-width:768px){._createButton_18z35_64{width:100%;justify-content:center}}._keysSection_18z35_93{display:flex;flex-direction:column;gap:0;background:#fff;border-radius:10px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714}._sectionHeader_18z35_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_18z35_103{padding:16px;flex-direction:column;align-items:flex-start;gap:8px}}._sectionTitle_18z35_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_18z35_130{display:flex;align-items:center;gap:12px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e}._statItem_18z35_139{display:flex;align-items:center;gap:4px}._statValue_18z35_145{font-weight:600;color:#1c1917}._statSeparator_18z35_150{color:#e7e5e4}._keysTable_18z35_154{display:flex;flex-direction:column;gap:0;overflow-x:auto}@media(max-width:810px){._keysTable_18z35_154{overflow-x:visible}}._tableHeader_18z35_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_18z35_166{display:none}}._tableBody_18z35_187{display:flex;flex-direction:column;gap:0}@media(max-width:810px){._tableBody_18z35_187{gap:12px;padding:20px}}._tableRow_18z35_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_18z35_199:hover{background:#05966905}._tableRow_18z35_199:last-child{border-bottom:none}@media(max-width:810px){._tableRow_18z35_199{display:flex;flex-direction:column;align-items:flex-start;gap:12px;background:#f5f5f4;border:1px solid #E7E5E4;border-radius:10px;padding:20px}._tableRow_18z35_199:hover{border-color:#059669;box-shadow:0 2px 8px #05966914}}._colName_18z35_233{display:flex;align-items:center;gap:12px}@media(max-width:810px){._colName_18z35_233{width:100%}}._keyIcon_18z35_244{width:18px;height:18px;color:#059669;flex-shrink:0}._keyName_18z35_251{font-size:14px;font-weight:500;color:#1c1917}@media(max-width:810px){._colKey_18z35_258{width:100%}}._keyValue_18z35_263{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:13px;color:#57534e;background:#f5f5f4;padding:4px 8px;border-radius:6px;border:1px solid #E7E5E4}@media(max-width:810px){._keyValue_18z35_263{width:100%;font-size:12px}}@media(max-width:810px){._colStatus_18z35_280{width:100%}}._statusBadge_18z35_285{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}._statusBadge_18z35_285._active_18z35_297{background:#05966914;border:1px solid rgba(5,150,105,.2);color:#059669}._statusBadge_18z35_285._revoked_18z35_302{background:#57534e14;border:1px solid rgba(87,83,78,.2);color:#57534e}._colRequests_18z35_308{font-weight:600;color:#1c1917}@media(max-width:810px){._colRequests_18z35_308{display:flex;gap:4px}._colRequests_18z35_308:before{content:"Requests:";color:#57534e;font-weight:400}}._tableBody_18z35_187 ._colCreated_18z35_324,._tableBody_18z35_187 ._colLastUsed_18z35_325{font-size:13px;color:#57534e}@media(max-width:810px){._colCreated_18z35_324{display:flex;gap:4px}._colCreated_18z35_324:before{content:"Created:";font-weight:600;color:#1c1917}}@media(max-width:810px){._colLastUsed_18z35_325{display:flex;gap:4px}._colLastUsed_18z35_325:before{content:"Last used:";font-weight:600;color:#1c1917}}._colActions_18z35_354{display:flex;align-items:center;justify-content:flex-end}@media(max-width:810px){._colActions_18z35_354{justify-content:flex-start}}._dropdownContainer_18z35_365{position:relative}._actionButton_18z35_369{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:1px solid #E7E5E4;border-radius:6px;color:#57534e;cursor:pointer;transition:all .15s ease}._actionButton_18z35_369:hover{background:#0596690d;border-color:#059669;color:#059669}._actionButton_18z35_369:active{transform:scale(.98)}._dropdown_18z35_365{position:absolute;top:100%;right:0;margin-top:4px;background:#fff;border:1px solid #E7E5E4;border-radius:6px;box-shadow:0 4px 16px #1c19171f;min-width:150px;z-index:100;overflow:hidden}._dropdownItem_18z35_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_18z35_405:hover{background:#f5f5f4}._dropdownItem_18z35_405._danger_18z35_423{color:#dc2626}._dropdownItem_18z35_405._danger_18z35_423:hover{background:#dc26260d}._revokedText_18z35_430{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;color:#57534e;font-style:italic}._emptyState_18z35_437{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;gap:12px}._emptyIcon_18z35_446{width:48px;height:48px;color:#57534e;opacity:.3}._emptyTitle_18z35_453{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:600;color:#1c1917;margin:0}._emptySubtitle_18z35_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_18z35_1{0%{opacity:1}50%{opacity:.4}to{opacity:1}}._skeletonIcon_18z35_482{width:20px;height:20px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:6px;animation:_skeletonPulse_18z35_1 1.5s ease-in-out infinite;flex-shrink:0}._skeletonName_18z35_492{height:16px;width:150px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:6px;animation:_skeletonPulse_18z35_1 1.5s ease-in-out infinite;animation-delay:.1s}._skeletonKey_18z35_502{height:24px;width:200px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:6px;animation:_skeletonPulse_18z35_1 1.5s ease-in-out infinite;animation-delay:.2s}@media(max-width:810px){._skeletonKey_18z35_502{width:100%}}._skeletonStatus_18z35_517{height:24px;width:80px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:6px;animation:_skeletonPulse_18z35_1 1.5s ease-in-out infinite;animation-delay:.3s}._skeletonDate_18z35_527{height:16px;width:120px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:6px;animation:_skeletonPulse_18z35_1 1.5s ease-in-out infinite;animation-delay:.4s}._skeletonActions_18z35_537{height:28px;width:160px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:6px;animation:_skeletonPulse_18z35_1 1.5s ease-in-out infinite;animation-delay:.5s;margin-left:auto}@media(max-width:810px){._skeletonActions_18z35_537{width:100%;margin-left:0}}._errorState_18z35_554{align-items:center;justify-content:center;display:flex;flex-direction:column;gap:12px;padding:40px;background:#fff;border-radius:10px;border:1px solid #E7E5E4}._errorMessage_18z35_567{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#dc2626;margin:0;text-align:center}._retryButton_18z35_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:6px;cursor:pointer;transition:all .15s ease}._retryButton_18z35_575:hover{background:#047857;box-shadow:0 2px 4px #05966926}._retryButton_18z35_575:active{transform:scale(.98)}@keyframes _fadeInUp_rerqk_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._modalOverlay_rerqk_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_rerqk_1 .2s ease;padding:20px}@keyframes _fadeIn_rerqk_1{0%{opacity:0}to{opacity:1}}._modalCard_rerqk_42{display:flex;flex-direction:column;align-items:flex-start;background-color:#fff;border-radius:10px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714;width:100%;max-width:480px;position:relative;animation:_slideUp_rerqk_1 .2s ease;max-height:90vh;overflow-y:auto}@media(max-width:768px){._modalCard_rerqk_42{max-width:100%}}@keyframes _slideUp_rerqk_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}._modalHeader_rerqk_73{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:8px 8px 8px 20px;border-bottom:1px solid #E7E5E4}@media(max-width:768px){._modalHeader_rerqk_73{padding:4px 4px 4px 16px}}._modalTitle_rerqk_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_rerqk_88{font-size:15px}}._closeButton_rerqk_101{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;background-color:transparent;border:none;border-radius:6px;color:#57534e;cursor:pointer;transition:all .15s ease}._closeButton_rerqk_101:hover{background-color:#1c19170d;color:#1c1917}._closeButton_rerqk_101:active{transform:scale(.95)}._modalBody_rerqk_123{display:flex;flex-direction:column;gap:16px;width:100%;padding:20px 20px 0}@media(max-width:768px){._modalBody_rerqk_123{padding:16px 16px 0;gap:12px}}._modalText_rerqk_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_rerqk_137{font-size:12px}}._formGroup_rerqk_150{display:flex;flex-direction:column;gap:4px;width:100%}._label_rerqk_157{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:500;color:#57534e;margin:0}._input_rerqk_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:6px;transition:all .15s ease}._input_rerqk_165::placeholder{color:#57534e;opacity:.6}._input_rerqk_165:hover{border-color:#05966966}._input_rerqk_165:focus{outline:none;border-color:#059669;box-shadow:0 0 0 2px #05966914}._input_rerqk_165:disabled{opacity:.6;cursor:not-allowed;background:#f5f5f4}._eventsList_rerqk_194{display:flex;flex-direction:column;gap:4px}._eventAccordion_rerqk_200{display:flex;flex-direction:column;background:#f5f5f4;border:1px solid #E7E5E4;border-radius:6px;overflow:hidden;transition:all .15s ease}._eventAccordion_rerqk_200:hover{border-color:#05966966}._eventHeader_rerqk_213{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:4px 8px}._eventCheckboxLabel_rerqk_221{display:flex;align-items:center;gap:8px;flex:1;cursor:pointer;-webkit-user-select:none;user-select:none}._eventCheckboxInput_rerqk_230{width:16px;height:16px;cursor:pointer;accent-color:#059669;flex-shrink:0}._eventCheckboxInput_rerqk_230:disabled{cursor:not-allowed;opacity:.5}._eventLabel_rerqk_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_rerqk_242{font-size:12px}}._expandButton_rerqk_256{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:transparent;border:none;border-radius:6px;color:#57534e;cursor:pointer;transition:all .15s ease;flex-shrink:0}._expandButton_rerqk_256:hover{background:#1c19170d;color:#1c1917}._expandButton_rerqk_256:disabled{cursor:not-allowed;opacity:.5}._expandButton_rerqk_256 svg{transition:transform .15s ease}._rotated_rerqk_282{transform:rotate(180deg)}._eventDescription_rerqk_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_rerqk_296{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:transparent;border:none;border-radius:6px;color:#57534e;cursor:pointer;transition:all .15s ease;flex-shrink:0}._iconButton_rerqk_296:hover{background:#1c19170d;color:#1c1917}._iconButton_rerqk_296:active{transform:scale(.95)}._iconButton_rerqk_296:disabled{opacity:.5;cursor:not-allowed}._spinner_rerqk_322{width:14px;height:14px;border:2px solid #E7E5E4;border-top-color:#059669;border-radius:50%;animation:_spin_rerqk_322 .6s linear infinite}@keyframes _spin_rerqk_322{to{transform:rotate(360deg)}}._errorMessage_rerqk_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:6px;border:1px solid rgba(220,38,38,.2);line-height:1.5}._successMessage_rerqk_348{display:flex;flex-direction:column;gap:4px;padding:8px 16px;background:#05966914;border:1px solid rgba(5,150,105,.2);border-radius:6px}._successTitle_rerqk_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_rerqk_358{font-size:12px}}._warningText_rerqk_371{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;margin:0;line-height:1.5}._secretDisplay_rerqk_379{display:flex;flex-direction:column;gap:4px}._secretWrapper_rerqk_385{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#f5f5f4;border:1px solid #E7E5E4;border-radius:6px}._secretValue_rerqk_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_rerqk_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:6px;cursor:pointer;transition:all .15s ease;white-space:nowrap;flex-shrink:0}._copyButton_rerqk_404:hover{background:#047857}._copyButton_rerqk_404:active{transform:scale(.98)}._webhookInfo_rerqk_428{display:flex;flex-direction:column;gap:4px;padding:8px 16px;background:#f5f5f4;border-radius:6px}._infoItem_rerqk_437{display:flex;gap:8px;flex-wrap:wrap}._infoLabel_rerqk_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_rerqk_452{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#1c1917;word-break:break-all;flex:1}._modalActions_rerqk_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_rerqk_460{width:calc(100% + 32px);margin:16px -16px 0;padding:8px 16px;flex-direction:column-reverse;gap:4px}}._cancelButton_rerqk_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:6px;cursor:pointer;transition:all .15s ease}@media(max-width:768px){._cancelButton_rerqk_480{width:100%}}._cancelButton_rerqk_480:hover{background:#f5f5f4;border-color:#57534e}._cancelButton_rerqk_480:active{transform:scale(.98)}._cancelButton_rerqk_480:disabled{opacity:.5;cursor:not-allowed}._confirmButton_rerqk_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:6px;cursor:pointer;transition:all .15s ease}@media(max-width:768px){._confirmButton_rerqk_513{width:100%}}._confirmButton_rerqk_513:hover{background:#047857}._confirmButton_rerqk_513:active{transform:scale(.98)}._confirmButton_rerqk_513:disabled{opacity:.5;cursor:not-allowed}@keyframes _fadeIn_1iztf_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_1iztf_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._webhooksPage_1iztf_19{display:flex;flex-direction:column;gap:24px;width:100%}._pageHeader_1iztf_26{display:flex;align-items:center;justify-content:space-between;gap:20px}@media(max-width:768px){._pageHeader_1iztf_26{flex-direction:column;align-items:flex-start}}._pageTitle_1iztf_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_1iztf_39{font-size:18px}}._pageSubtitle_1iztf_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_1iztf_52{font-size:13px}}._createButton_1iztf_64{display:flex;align-items:center;justify-content:center;gap:8px;padding:4px 20px;background:#059669;color:#fff;border:none;border-radius:6px;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_1iztf_64:hover{background:#047857;box-shadow:0 2px 4px #05966926}._createButton_1iztf_64:active{transform:scale(.98)}@media(max-width:768px){._createButton_1iztf_64{width:100%;justify-content:center}}._webhooksSection_1iztf_95{display:flex;flex-direction:column;gap:0;background:#fff;border-radius:10px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714}._sectionHeader_1iztf_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_1iztf_105{padding:16px;flex-direction:column;align-items:flex-start;gap:8px}}._sectionTitle_1iztf_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_1iztf_132{display:flex;align-items:center;gap:12px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e}@media(max-width:768px){._stats_1iztf_132{width:100%}}._statItem_1iztf_146{display:flex;align-items:center;gap:4px}._statValue_1iztf_152{font-weight:600;color:#1c1917}._statSeparator_1iztf_157{color:#e7e5e4}._webhooksTable_1iztf_161{display:flex;flex-direction:column;gap:0}._tableHeader_1iztf_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_1iztf_167{display:none}}._tableBody_1iztf_188{display:flex;flex-direction:column;gap:0}._tableRow_1iztf_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_1iztf_194:last-child{border-bottom:none}._tableRow_1iztf_194:hover{background:#05966905}@media(max-width:810px){._tableRow_1iztf_194{display:flex;flex-direction:column;gap:12px;padding:20px}}._colName_1iztf_218{display:flex;align-items:center;gap:12px}._webhookIcon_1iztf_224{width:18px;height:18px;color:#059669;flex-shrink:0}._webhookName_1iztf_231{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500;color:#1c1917}@media(max-width:768px){._webhookName_1iztf_231{font-size:13px}}._colUrl_1iztf_243{display:flex;align-items:center;min-width:0}._webhookUrl_1iztf_249{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:13px;color:#57534e;background:#f5f5f4;padding:4px 8px;border-radius:6px;border:1px solid #E7E5E4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;display:block}@media(max-width:768px){._webhookUrl_1iztf_249{font-size:12px}}._colEvents_1iztf_269{display:flex;align-items:center}._eventsList_1iztf_274{display:flex;flex-wrap:wrap;gap:4px}._eventBadge_1iztf_280{display:inline-flex;align-items:center;padding:3px 8px;background:#05966914;border:1px solid rgba(5,150,105,.2);border-radius:6px;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_1iztf_280{font-size:10px;padding:2px 6px}}._colStatus_1iztf_300{display:flex;align-items:center}._statusBadge_1iztf_305{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}._statusBadge_1iztf_305._active_1iztf_317{background:#05966914;border:1px solid rgba(5,150,105,.2);color:#059669}._statusBadge_1iztf_305._inactive_1iztf_322{background:#57534e14;border:1px solid rgba(87,83,78,.2);color:#57534e}._colActions_1iztf_328{display:flex;align-items:center;justify-content:flex-end}@media(max-width:810px){._colActions_1iztf_328{justify-content:flex-start}}._dropdownContainer_1iztf_339{position:relative}._actionButton_1iztf_343{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:1px solid #E7E5E4;border-radius:6px;color:#57534e;cursor:pointer;transition:all .15s ease}._actionButton_1iztf_343:hover{background:#0596690d;border-color:#059669;color:#059669}._actionButton_1iztf_343:active{transform:scale(.98)}._dropdown_1iztf_339{position:absolute;top:100%;right:0;margin-top:4px;background:#fff;border:1px solid #E7E5E4;border-radius:6px;box-shadow:0 4px 16px #1c19171f;min-width:150px;z-index:100;overflow:hidden}._dropdownItem_1iztf_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_1iztf_379:hover{background:#f5f5f4}._dropdownItem_1iztf_379._danger_1iztf_397{color:#dc2626}._dropdownItem_1iztf_379._danger_1iztf_397:hover{background:#dc26260d}._emptyState_1iztf_404{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;gap:12px;text-align:center}._emptyIcon_1iztf_414{width:48px;height:48px;color:#57534e;opacity:.3}._emptyTitle_1iztf_421{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:600;color:#1c1917;margin:0}._emptySubtitle_1iztf_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_1iztf_1{0%{opacity:1}50%{opacity:.4}to{opacity:1}}._skeletonIcon_1iztf_449{width:20px;height:20px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:6px;animation:_skeletonPulse_1iztf_1 1.5s ease-in-out infinite;flex-shrink:0}._skeletonName_1iztf_459{height:16px;width:120px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:6px;animation:_skeletonPulse_1iztf_1 1.5s ease-in-out infinite;animation-delay:.1s}._skeletonUrl_1iztf_469{height:24px;width:250px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:6px;animation:_skeletonPulse_1iztf_1 1.5s ease-in-out infinite;animation-delay:.2s}@media(max-width:810px){._skeletonUrl_1iztf_469{width:100%}}._skeletonEvents_1iztf_484{height:28px;width:150px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:6px;animation:_skeletonPulse_1iztf_1 1.5s ease-in-out infinite;animation-delay:.3s}._skeletonStatus_1iztf_494{height:26px;width:80px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:6px;animation:_skeletonPulse_1iztf_1 1.5s ease-in-out infinite;animation-delay:.4s}._skeletonActions_1iztf_504{height:28px;width:80px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:6px;animation:_skeletonPulse_1iztf_1 1.5s ease-in-out infinite;animation-delay:.5s;margin-left:auto}@media(max-width:810px){._skeletonActions_1iztf_504{width:100%;margin-left:0}}._errorState_1iztf_521{align-items:center;justify-content:center;display:flex;flex-direction:column;gap:12px;padding:40px;background:#fff;border-radius:10px;border:1px solid #E7E5E4}._errorMessage_1iztf_534{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#dc2626;margin:0;text-align:center}._retryButton_1iztf_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:6px;cursor:pointer;transition:all .15s ease}._retryButton_1iztf_542:hover{background:#047857;box-shadow:0 2px 4px #05966926}._retryButton_1iztf_542:active{transform:scale(.98)}@keyframes _fadeIn_1grec_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_1grec_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._logsPage_1grec_19{display:flex;flex-direction:column;gap:24px;width:100%}._pageHeader_1grec_26{display:flex;align-items:center;justify-content:space-between;gap:20px}@media(max-width:768px){._pageHeader_1grec_26{flex-direction:column;align-items:flex-start}}._pageTitle_1grec_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_1grec_39{font-size:18px}}._pageSubtitle_1grec_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_1grec_52{font-size:13px}}._tabs_1grec_64{display:flex;gap:12px;border-bottom:2px solid #E7E5E4}@media(max-width:768px){._tabs_1grec_64{gap:8px}}._tab_1grec_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_1grec_64:hover{color:#1c1917;background:#05966908}._tab_1grec_64._active_1grec_97{color:#059669;border-bottom-color:#059669}@media(max-width:768px){._tab_1grec_64{padding:4px 16px;font-size:12px}}._tabBadge_1grec_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_1grec_97 ._tabBadge_1grec_108{background:#0596691a;color:#059669}@media(max-width:768px){._tabBadge_1grec_108{font-size:11px;min-width:18px;height:18px;padding:0 5px}}._timeFilters_1grec_133{display:flex;gap:12px;flex-wrap:wrap}@media(max-width:768px){._timeFilters_1grec_133{gap:8px}}._timeFilterButton_1grec_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:6px;cursor:pointer;transition:all .15s ease;white-space:nowrap}._timeFilterButton_1grec_144:hover{border-color:#059669;color:#059669;background:#05966905}._timeFilterButton_1grec_144:active{transform:scale(.98)}._timeFilterButton_1grec_144._active_1grec_97{background:#059669;border-color:#059669;color:#fff;font-weight:600}._timeFilterButton_1grec_144._active_1grec_97:hover{background:#047857;border-color:#047857}@media(max-width:768px){._timeFilterButton_1grec_144{flex:1;font-size:11px;padding:4px 8px}}._logsSection_1grec_183{display:flex;flex-direction:column;gap:0;background:#fff;border-radius:10px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714}._sectionHeader_1grec_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_1grec_193{padding:16px;flex-direction:column;align-items:flex-start;gap:8px}}._sectionTitle_1grec_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_1grec_220{display:flex;align-items:center;gap:12px}@media(max-width:768px){._stats_1grec_220{width:100%}}._statItem_1grec_231{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e}._statValue_1grec_237{font-weight:600;color:#059669}._statSeparator_1grec_242{color:#e7e5e4}._logsTable_1grec_246{display:flex;flex-direction:column;gap:0}._tableHeader_1grec_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_1grec_252{display:none}}._tableBody_1grec_273{display:flex;flex-direction:column;gap:0}._tableRow_1grec_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_1grec_279:last-child{border-bottom:none}._tableRow_1grec_279:hover{background:#05966905}@media(max-width:810px){._tableRow_1grec_279{display:flex;flex-direction:column;gap:12px;padding:20px}}._logsTable_1grec_246:has(._colWebhookUrl_1grec_303) ._tableHeader_1grec_252,._logsTable_1grec_246:has(._colWebhookUrl_1grec_303) ._tableRow_1grec_279{grid-template-columns:1.5fr 2fr 1.2fr .8fr .7fr .8fr .6fr}._colTimestamp_1grec_308{display:flex;align-items:center}._timestamp_1grec_313{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e}@media(max-width:768px){._timestamp_1grec_313{font-size:12px}}._colMethod_1grec_324{display:flex;align-items:center}._methodBadge_1grec_329{display:inline-flex;align-items:center;justify-content:center;padding:3px 8px;border-radius:6px;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:10px;font-weight:600;letter-spacing:.5px;min-width:50px}._methodBadge_1grec_329._get_1grec_341{background:#05966914;border:1px solid rgba(5,150,105,.2);color:#059669}._methodBadge_1grec_329._post_1grec_346{background:#3b82f614;border:1px solid rgba(59,130,246,.2);color:#3b82f6}._methodBadge_1grec_329._put_1grec_351{background:#f59e0b14;border:1px solid rgba(245,158,11,.2);color:#f59e0b}._methodBadge_1grec_329._delete_1grec_356{background:#dc262614;border:1px solid rgba(220,38,38,.2);color:#dc2626}._colEndpoint_1grec_362{display:flex;align-items:center;min-width:0;max-width:300px}._endpoint_1grec_369{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:12px;color:#57534e;background:#f5f5f4;padding:4px 8px;border-radius:6px;border:1px solid #E7E5E4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}@media(max-width:768px){._endpoint_1grec_369{font-size:11px}}._colStatus_1grec_388{display:flex;align-items:center}._statusBadge_1grec_393{display:inline-flex;align-items:center;justify-content:center;padding:3px 8px;border-radius:6px;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:11px;font-weight:600}._statusBadge_1grec_393._success_1grec_403{background:#05966914;border:1px solid rgba(5,150,105,.2);color:#059669}._statusBadge_1grec_393._warning_1grec_408{background:#f59e0b14;border:1px solid rgba(245,158,11,.2);color:#f59e0b}._statusBadge_1grec_393._error_1grec_413{background:#dc262614;border:1px solid rgba(220,38,38,.2);color:#dc2626}._colResponseTime_1grec_419{display:flex;align-items:center}._responseTime_1grec_424{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e}@media(max-width:768px){._responseTime_1grec_424{font-size:12px}}._colIp_1grec_435{display:flex;align-items:center;min-width:0;max-width:200px}._ipAddressContainer_1grec_442{display:flex;align-items:center;gap:4px;width:100%;min-width:0;padding:4px 8px;border-radius:6px;transition:background .2s ease}._ipAddressContainer_1grec_442:hover{background:#57534e0d}._ipAddressContainer_1grec_442:hover ._copyIpButton_1grec_455{opacity:1}._ipAddress_1grec_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_1grec_442{font-size:11px}}._copyIpButton_1grec_455{display:flex;align-items:center;justify-content:center;padding:4px;background:transparent;border:1px solid transparent;border-radius:6px;color:#57534e;cursor:pointer;transition:all .2s ease;flex-shrink:0;opacity:0}._copyIpButton_1grec_455:hover{background:#05966914;border-color:#05966933;color:#059669}._copyIpButton_1grec_455:active{transform:scale(.95)}._copyIpButton_1grec_455:has(svg:first-child){opacity:1;color:#10b981;border-color:#10b98133;background:#10b98114}@media(max-width:768px){._copyIpButton_1grec_455{opacity:1}}._colWebhookName_1grec_509{display:flex;align-items:center}._webhookNameText_1grec_514{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;color:#1c1917}@media(max-width:768px){._webhookNameText_1grec_514{font-size:12px}}._colEvent_1grec_526{display:flex;align-items:center}._eventBadge_1grec_531{display:inline-flex;align-items:center;padding:3px 8px;background:#05966914;border:1px solid rgba(5,150,105,.2);border-radius:6px;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_1grec_531{font-size:10px;padding:2px 6px}}._colEventStatus_1grec_551{display:flex;align-items:center}._eventStatusBadge_1grec_556{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:6px;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_1grec_556._success_1grec_403{background:#05966914;border:1px solid rgba(5,150,105,.2);color:#059669}._eventStatusBadge_1grec_556._failed_1grec_574{background:#dc262614;border:1px solid rgba(220,38,38,.2);color:#dc2626}@media(max-width:768px){._eventStatusBadge_1grec_556{font-size:10px;padding:2px 6px}}._colResponseCode_1grec_586{display:flex;align-items:center}._responseCodeBadge_1grec_591{display:inline-flex;align-items:center;justify-content:center;padding:3px 8px;border-radius:6px;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:11px;font-weight:600;white-space:nowrap}._responseCodeBadge_1grec_591._success_1grec_403{background:#05966914;border:1px solid rgba(5,150,105,.2);color:#059669}._responseCodeBadge_1grec_591._warning_1grec_408{background:#f59e0b14;border:1px solid rgba(245,158,11,.2);color:#f59e0b}._responseCodeBadge_1grec_591._error_1grec_413{background:#dc262614;border:1px solid rgba(220,38,38,.2);color:#dc2626}@media(max-width:768px){._responseCodeBadge_1grec_591{font-size:10px;padding:2px 6px}}._colPayloadActions_1grec_624{display:flex;align-items:center;justify-content:flex-end}@media(max-width:810px){._colPayloadActions_1grec_624{justify-content:flex-start}}._actionButton_1grec_635{display:flex;align-items:center;justify-content:center;padding:6px;background:transparent;border:1px solid #E7E5E4;border-radius:6px;color:#57534e;cursor:pointer;transition:all .2s ease}._actionButton_1grec_635:hover{background:#0596690d;border-color:#059669;color:#059669}._statusFilters_1grec_653{display:flex;gap:8px;align-items:center}._statusFilterButton_1grec_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:6px;cursor:pointer;transition:all .15s ease}._statusFilterButton_1grec_659:hover{border-color:#059669;color:#059669}._statusFilterButton_1grec_659._active_1grec_97{background:#059669;color:#fff;border-color:#059669}._statusFilterButton_1grec_659:active{transform:scale(.98)}@keyframes _skeletonPulse_1grec_1{0%{opacity:1}50%{opacity:.4}to{opacity:1}}._skeleton_1grec_695{background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:6px;animation:_skeletonPulse_1grec_1 1.5s ease-in-out infinite}._emptyState_1grec_702{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 20px;gap:12px;text-align:center;color:#57534e}._emptyText_1grec_713{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;color:#1c1917;margin:0}._emptySubtext_1grec_721{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0}._eventTypeFilters_1grec_728{display:flex;gap:8px;align-items:center;padding:16px 24px;background:#f5f5f4;border-radius:10px;margin-bottom:20px}@media(max-width:768px){._eventTypeFilters_1grec_728{flex-wrap:wrap;padding:8px 16px;gap:4px}}._filterLabel_1grec_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_1grec_745{font-size:13px;width:100%;margin-right:0;margin-bottom:4px}}._colWebhookUrl_1grec_303{display:flex;align-items:center;min-width:0}._webhookUrl_1grec_768{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:12px;color:#57534e;background:#f5f5f4;padding:4px 8px;border-radius:6px;border:1px solid #E7E5E4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}@media(max-width:768px){._webhookUrl_1grec_768{font-size:11px}}._colAttempt_1grec_787{display:flex;align-items:center;justify-content:center}._attempt_1grec_793{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;color:#57534e}@media(max-width:768px){._attempt_1grec_793{font-size:12px}}._noResponse_1grec_805{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#e7e5e4}@keyframes _fadeIn_z0oug_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_z0oug_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._billingPage_z0oug_19{display:flex;flex-direction:column;gap:24px;width:100%}._pageHeader_z0oug_26{display:flex;align-items:center;justify-content:space-between;gap:20px}@media(max-width:768px){._pageHeader_z0oug_26{flex-direction:column;align-items:flex-start}}._pageTitleRow_z0oug_39{display:flex;align-items:center;gap:12px;flex-wrap:wrap}._pageTitle_z0oug_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_z0oug_39{font-size:18px}}._workspaceBadge_z0oug_59{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:#6366f114;border:1px solid rgba(99,102,241,.2);border-radius:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:500;color:#6366f1}._workspaceBadge_z0oug_59 svg{flex-shrink:0}._pageSubtitle_z0oug_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_z0oug_76{font-size:13px}}._planUsageSection_z0oug_88{display:flex;flex-direction:column;gap:0;background:#fff;border-radius:10px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714}._planHeader_z0oug_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_z0oug_98{flex-direction:column;align-items:flex-start;padding:16px}}._planInfo_z0oug_115{display:flex;align-items:center;gap:12px;flex-wrap:wrap}._planTitle_z0oug_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_z0oug_132{display:inline-flex;align-items:center;padding:3px 8px;border-radius:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}._planBadge_z0oug_132._free_z0oug_143{background:#57534e14;border:1px solid rgba(87,83,78,.2);color:#57534e}._planBadge_z0oug_132._pro_z0oug_148{background:#05966914;border:1px solid rgba(5,150,105,.2);color:#059669}._planBadge_z0oug_132._business_z0oug_153,._planBadge_z0oug_132._enterprise_z0oug_158{background:#6366f114;border:1px solid rgba(99,102,241,.2);color:#6366f1}._statusBadgeActive_z0oug_164{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;background:#05966914;border:1px solid rgba(5,150,105,.2);border-radius:6px;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_z0oug_180{display:flex;align-items:center;gap:8px;padding:4px 16px;background:#059669;color:#fff;border:none;border-radius:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease}._upgradeButton_z0oug_180:hover{background:#047857;box-shadow:0 2px 4px #05966926}._upgradeButton_z0oug_180:active{transform:scale(.98)}@media(max-width:768px){._upgradeButton_z0oug_180{width:100%;justify-content:center}}._manageButton_z0oug_209{padding:4px 16px;background:#fff;color:#57534e;border:1px solid #E7E5E4;border-radius:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease}._manageButton_z0oug_209:hover{border-color:#059669;color:#059669;background:#05966905}._manageButton_z0oug_209:active{transform:scale(.98)}@media(max-width:768px){._manageButton_z0oug_209{width:100%}}._planUsageGrid_z0oug_235{display:grid;grid-template-columns:repeat(4,1fr);gap:0}@media(max-width:810px){._planUsageGrid_z0oug_235{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._planUsageGrid_z0oug_235{grid-template-columns:1fr}}._planUsageItem_z0oug_251{display:flex;flex-direction:column;gap:8px;padding:20px;border-right:1px solid #E7E5E4}._planUsageItem_z0oug_251:last-child{border-right:none}@media(max-width:810px){._planUsageItem_z0oug_251{border-bottom:1px solid #E7E5E4}._planUsageItem_z0oug_251:nth-child(2n){border-right:none}._planUsageItem_z0oug_251:nth-last-child(-n+2){border-bottom:none}}@media(max-width:768px){._planUsageItem_z0oug_251{border-right:none;border-bottom:1px solid #E7E5E4}._planUsageItem_z0oug_251:last-child{border-bottom:none}}._planUsageLabel_z0oug_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_z0oug_291{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:24px;font-weight:600;color:#1c1917;line-height:1.2}._planUsagePeriod_z0oug_299,._planUsageLimit_z0oug_305{font-size:14px;font-weight:500;color:#57534e}._planUsageMetric_z0oug_311{display:flex;flex-direction:column;gap:8px}._progressBarSmall_z0oug_317{width:100%;height:4px;background:#57534e1a;border-radius:2px;overflow:hidden}._progressFillSmall_z0oug_325{height:100%;background:#059669;border-radius:2px;transition:width .3s ease}._paymentSection_z0oug_332{display:flex;flex-direction:column;gap:0;background:#fff;border-radius:10px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714}._paymentSection_z0oug_332 ._sectionHeader_z0oug_341{padding:16px 20px;background:#f5f5f4;border-bottom:1px solid #E7E5E4}._paymentSection_z0oug_332 ._paymentCard_z0oug_346{margin:20px}._sectionHeader_z0oug_341{display:flex;align-items:center;justify-content:space-between}@media(max-width:768px){._sectionHeader_z0oug_341{flex-direction:column;align-items:flex-start;gap:12px;padding:16px}}._sectionTitle_z0oug_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_z0oug_364{font-size:12px}}._updateButton_z0oug_379{padding:4px 8px;background:#fff;color:#57534e;border:1px solid #E7E5E4;border-radius:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:500;cursor:pointer;transition:all .15s ease}._updateButton_z0oug_379:hover{border-color:#059669;color:#059669;background:#05966905}._updateButton_z0oug_379:active{transform:scale(.98)}@media(max-width:768px){._updateButton_z0oug_379{width:100%}}._paymentCard_z0oug_346{display:flex;align-items:center;gap:16px;padding:20px;background:#57534e05;border-radius:8px;border:1px solid #E7E5E4}._cardIcon_z0oug_415{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#fff;border-radius:6px;color:#57534e;flex-shrink:0}._cardDetails_z0oug_427{display:flex;flex-direction:column;gap:4px;flex:1}._cardBrand_z0oug_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_z0oug_444{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:13px;font-weight:500;color:#57534e}._cardExpiry_z0oug_451{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e}._invoicesSection_z0oug_457{display:flex;flex-direction:column;gap:0;background:#fff;border-radius:10px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714}._invoicesSection_z0oug_457 ._sectionHeader_z0oug_341{padding:16px 20px;background:#f5f5f4;border-bottom:1px solid #E7E5E4}._invoicesTable_z0oug_472{display:flex;flex-direction:column;gap:0}._tableHeader_z0oug_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_z0oug_478{display:none}}._tableBody_z0oug_499{display:flex;flex-direction:column;gap:0}._tableRow_z0oug_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_z0oug_505:last-child{border-bottom:none}._tableRow_z0oug_505:hover{background:#05966905}@media(max-width:810px){._tableRow_z0oug_505{display:flex;flex-direction:column;gap:12px;padding:20px}}._colDate_z0oug_529,._colPlan_z0oug_530,._colAmount_z0oug_531,._colStatus_z0oug_532,._colActions_z0oug_533{display:flex;align-items:center}._date_z0oug_538{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e}._planName_z0oug_544{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;color:#1c1917}._amount_z0oug_551{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:13px;font-weight:600;color:#1c1917}._statusBadge_z0oug_164{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:6px;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_z0oug_164._success_z0oug_571{background:#05966914;border:1px solid rgba(5,150,105,.2);color:#059669}._statusBadge_z0oug_164._warning_z0oug_576{background:#f59e0b14;border:1px solid rgba(245,158,11,.2);color:#f59e0b}._statusBadge_z0oug_164._error_z0oug_581{background:#dc262614;border:1px solid rgba(220,38,38,.2);color:#dc2626}._statusBadge_z0oug_164._refunded_z0oug_586{background:#57534e14;border:1px solid rgba(87,83,78,.2);color:#57534e}@keyframes _skeletonPulse_z0oug_1{0%{opacity:1}50%{opacity:.4}to{opacity:1}}._skeletonText_z0oug_603{height:16px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:6px;animation:_skeletonPulse_z0oug_1 1.5s ease-in-out infinite}._skeletonBadge_z0oug_611{width:70px;height:24px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:6px;animation:_skeletonPulse_z0oug_1 1.5s ease-in-out infinite}._skeletonButton_z0oug_620{width:100px;height:28px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:6px;animation:_skeletonPulse_z0oug_1 1.5s ease-in-out infinite}._downloadButton_z0oug_629{display:flex;align-items:center;gap:4px;padding:4px 8px;background:transparent;color:#57534e;border:1px solid #E7E5E4;border-radius:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:500;cursor:pointer;transition:all .15s ease}._downloadButton_z0oug_629:hover{background:#0596690d;border-color:#059669;color:#059669}._downloadButton_z0oug_629:active{transform:scale(.98)}._downloadButton_z0oug_629._loading_z0oug_652,._downloadButton_z0oug_629:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}._spinner_z0oug_658{animation:_spin_z0oug_658 1s linear infinite}@keyframes _spin_z0oug_658{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._noInvoice_z0oug_670{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;font-style:italic}._upgradeCta_z0oug_677{padding:32px;background:linear-gradient(135deg,#05966914,#05966905);border-radius:10px;border:2px solid rgba(5,150,105,.2)}._ctaContent_z0oug_684{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;max-width:600px;margin:0 auto}._ctaTitle_z0oug_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_z0oug_694{font-size:18px}}._ctaSubtitle_z0oug_707{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0;max-width:500px}._ctaButton_z0oug_715{display:flex;align-items:center;gap:8px;padding:8px 24px;background:#059669;color:#fff;border:none;border-radius:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease}._ctaButton_z0oug_715:hover{background:#047857;transform:translateY(-2px);box-shadow:0 8px 20px #0596694d}._ctaButton_z0oug_715:active{transform:translateY(0)}@media(max-width:768px){._ctaButton_z0oug_715{width:100%;justify-content:center}}._emptyState_z0oug_745{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 20px;gap:12px;text-align:center;color:#57534e}._emptyText_z0oug_756{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;color:#1c1917;margin:0}._emptySubtext_z0oug_764{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0}@keyframes _fadeIn_14k0z_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_14k0z_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._settingsPage_14k0z_19{display:flex;flex-direction:column;gap:24px;width:100%}._pageHeader_14k0z_26{display:flex;align-items:center;justify-content:space-between;gap:20px}@media(max-width:768px){._pageHeader_14k0z_26{flex-direction:column;align-items:flex-start}}._pageTitle_14k0z_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_14k0z_39{font-size:18px}}._pageSubtitle_14k0z_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_14k0z_52{font-size:13px}}._settingsSection_14k0z_64{display:flex;flex-direction:column;gap:0;background:#fff;border-radius:10px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714}._sectionHeader_14k0z_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_14k0z_74{padding:16px}}._sectionTitleWrapper_14k0z_88{display:flex;align-items:center;gap:8px;color:#059669}._sectionTitle_14k0z_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_14k0z_88{font-size:12px}}._sectionContent_14k0z_110{display:flex;flex-direction:column;gap:0}._settingItem_14k0z_116{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px;border-bottom:1px solid #E7E5E4;transition:all .15s ease}._settingItem_14k0z_116:last-child{border-bottom:none}._settingItem_14k0z_116:hover{background:#05966905}@media(max-width:768px){._settingItem_14k0z_116{flex-direction:column;align-items:flex-start;gap:12px;padding:16px}}._settingInfo_14k0z_140{flex:1;min-width:0}._settingTitle_14k0z_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_14k0z_145{font-size:13px}}._settingDescription_14k0z_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_14k0z_158{font-size:12px}}._toggle_14k0z_171{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}._toggle_14k0z_171 input{opacity:0;width:0;height:0}._toggle_14k0z_171 input:checked+._toggleSlider_14k0z_183{background:#059669}._toggle_14k0z_171 input:checked+._toggleSlider_14k0z_183:before{transform:translate(20px)}._toggle_14k0z_171 input:focus+._toggleSlider_14k0z_183{box-shadow:0 0 0 3px #0596691a}@media(max-width:768px){._toggle_14k0z_171{align-self:flex-start}}._toggleSlider_14k0z_183{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:#e7e5e4;transition:all .2s ease;border-radius:24px}._toggleSlider_14k0z_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_14k0z_183:hover{background:#cfcbc9}input:checked+._toggleSlider_14k0z_183:hover{background:#047d58}._comingSoon_14k0z_228{display:inline-flex;align-items:center;padding:3px 8px;background:#57534e14;border:1px solid rgba(87,83,78,.2);border-radius:6px;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_14k0z_228{font-size:10px;padding:2px 6px}}@keyframes _skeletonPulse_14k0z_1{0%{opacity:1}50%{opacity:.4}to{opacity:1}}._skeletonTitle_14k0z_261{height:16px;width:160px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:6px;animation:_skeletonPulse_14k0z_1 1.5s ease-in-out infinite;margin-bottom:4px}@media(max-width:768px){._skeletonTitle_14k0z_261{width:120px;height:14px}}._skeletonDescription_14k0z_277{height:14px;width:100%;max-width:350px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:6px;animation:_skeletonPulse_14k0z_1 1.5s ease-in-out infinite;animation-delay:.1s}@media(max-width:768px){._skeletonDescription_14k0z_277{max-width:100%;height:12px}}._skeletonToggle_14k0z_294{width:44px;height:24px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:24px;animation:_skeletonPulse_14k0z_1 1.5s ease-in-out infinite;animation-delay:.2s;flex-shrink:0}@media(max-width:768px){._skeletonToggle_14k0z_294{align-self:flex-start}}@keyframes _fadeInUp_mtyb1_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._modalOverlay_mtyb1_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_mtyb1_1 .2s ease;padding:20px}@keyframes _fadeIn_mtyb1_1{0%{opacity:0}to{opacity:1}}._modalCard_mtyb1_42{display:flex;flex-direction:column;align-items:flex-start;background-color:#fff;border-radius:10px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714;width:100%;max-width:440px;position:relative;animation:_slideUp_mtyb1_1 .2s ease;max-height:90vh;overflow-y:auto}@media(max-width:768px){._modalCard_mtyb1_42{max-width:100%}}@keyframes _slideUp_mtyb1_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}._modalHeader_mtyb1_73{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:8px 8px 8px 20px;border-bottom:1px solid #E7E5E4}@media(max-width:768px){._modalHeader_mtyb1_73{padding:4px 4px 4px 16px}}._modalTitle_mtyb1_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_mtyb1_88{font-size:15px}}._closeButton_mtyb1_101{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;background-color:transparent;border:none;border-radius:6px;color:#57534e;cursor:pointer;transition:all .15s ease}._closeButton_mtyb1_101:hover{background-color:#1c19170d;color:#1c1917}._closeButton_mtyb1_101:active{transform:scale(.95)}._modalBody_mtyb1_123{display:flex;flex-direction:column;gap:16px;width:100%;padding:20px 20px 0}@media(max-width:768px){._modalBody_mtyb1_123{padding:16px 16px 0;gap:12px}}._modalText_mtyb1_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_mtyb1_137{font-size:12px}}._formGroup_mtyb1_150{display:flex;flex-direction:column;gap:4px;width:100%}._label_mtyb1_157{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:500;color:#57534e;margin:0}._input_mtyb1_165,._select_mtyb1_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:6px;transition:all .15s ease}._input_mtyb1_165::placeholder,._select_mtyb1_166::placeholder{color:#57534e;opacity:.6}._input_mtyb1_165:hover,._select_mtyb1_166:hover{border-color:#05966966}._input_mtyb1_165:focus,._select_mtyb1_166:focus{outline:none;border-color:#059669;box-shadow:0 0 0 2px #05966914}._input_mtyb1_165:disabled,._select_mtyb1_166:disabled{opacity:.6;cursor:not-allowed;background:#f5f5f4}._select_mtyb1_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_mtyb1_208{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;color:#57534e;margin:0;line-height:1.5}._errorMessage_mtyb1_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:6px;border:1px solid rgba(220,38,38,.2);line-height:1.5}._modalActions_mtyb1_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_mtyb1_228{width:calc(100% + 32px);margin:16px -16px 0;padding:8px 16px;flex-direction:column-reverse;gap:4px}}._cancelButton_mtyb1_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:6px;cursor:pointer;transition:all .15s ease}@media(max-width:768px){._cancelButton_mtyb1_248{width:100%}}._cancelButton_mtyb1_248:hover{background:#f5f5f4;border-color:#57534e}._cancelButton_mtyb1_248:active{transform:scale(.98)}._cancelButton_mtyb1_248:disabled{opacity:.5;cursor:not-allowed}._confirmButton_mtyb1_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:6px;cursor:pointer;transition:all .15s ease}@media(max-width:768px){._confirmButton_mtyb1_281{width:100%}}._confirmButton_mtyb1_281:hover{background:#047857}._confirmButton_mtyb1_281:active{transform:scale(.98)}._confirmButton_mtyb1_281:disabled{opacity:.5;cursor:not-allowed}@keyframes _fadeIn_1vgis_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_1vgis_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._teamPage_1vgis_19{display:flex;flex-direction:column;gap:24px;width:100%}._pageHeader_1vgis_26{display:flex;align-items:center;justify-content:space-between;gap:20px}@media(max-width:768px){._pageHeader_1vgis_26{flex-direction:column;align-items:flex-start}}._pageTitle_1vgis_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_1vgis_39{font-size:18px}}._pageSubtitle_1vgis_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_1vgis_52{font-size:13px}}._inviteButton_1vgis_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:6px;cursor:pointer;transition:all .15s ease}._inviteButton_1vgis_64:hover{background:#047857;box-shadow:0 2px 4px #05966926}._inviteButton_1vgis_64:active{transform:scale(.98)}@media(max-width:768px){._inviteButton_1vgis_64{width:100%;justify-content:center}}._membersSection_1vgis_93,._invitationsSection_1vgis_94{display:flex;flex-direction:column;gap:0;background:#fff;border-radius:10px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714}._sectionHeader_1vgis_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_1vgis_104{padding:16px;flex-direction:column;align-items:flex-start;gap:8px}}._sectionTitle_1vgis_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_1vgis_131{display:flex;align-items:center;gap:12px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e}._statItem_1vgis_140{display:flex;align-items:center;gap:4px}._statValue_1vgis_146{font-weight:600;color:#1c1917}._membersTable_1vgis_151,._invitationsTable_1vgis_152{display:flex;flex-direction:column;gap:0;overflow-x:auto}@media(max-width:810px){._membersTable_1vgis_151,._invitationsTable_1vgis_152{overflow-x:visible}}._tableHeader_1vgis_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_1vgis_165{display:none}}._invitationsTable_1vgis_152 ._tableHeader_1vgis_165{grid-template-columns:2fr 100px 120px 140px 60px}._tableBody_1vgis_190{display:flex;flex-direction:column;gap:0}@media(max-width:810px){._tableBody_1vgis_190{gap:12px;padding:20px}}._tableRow_1vgis_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_1vgis_202:hover{background:#05966905}._tableRow_1vgis_202:last-child{border-bottom:none}@media(max-width:810px){._tableRow_1vgis_202{display:flex;flex-direction:column;align-items:flex-start;gap:12px;background:#f5f5f4;border:1px solid #E7E5E4;border-radius:8px;padding:20px}._tableRow_1vgis_202:hover{border-color:#059669;box-shadow:0 2px 8px #05966914}}._invitationsTable_1vgis_152 ._tableRow_1vgis_202{grid-template-columns:2fr 100px 120px 140px 60px}._colMember_1vgis_240{display:flex;align-items:center;gap:12px}@media(max-width:810px){._colMember_1vgis_240{width:100%}}._memberAvatar_1vgis_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_1vgis_265{display:flex;flex-direction:column;gap:2px}._memberName_1vgis_271{font-size:14px;font-weight:500;color:#1c1917}._memberEmail_1vgis_277{font-size:12px;color:#57534e}._colEmail_1vgis_282{display:flex;align-items:center;gap:12px}@media(max-width:810px){._colEmail_1vgis_282{width:100%}}._emailIcon_1vgis_293{width:18px;height:18px;color:#57534e;flex-shrink:0}._emailText_1vgis_300{font-size:14px;color:#1c1917}._roleBadge_1vgis_305{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}._roleBadge_1vgis_305._owner_1vgis_317{background:#05966914;border:1px solid rgba(5,150,105,.2);color:#059669}._roleBadge_1vgis_305._admin_1vgis_322{background:#6366f114;border:1px solid rgba(99,102,241,.2);color:#6366f1}._roleBadge_1vgis_305._member_1vgis_93{background:#57534e14;border:1px solid rgba(87,83,78,.2);color:#57534e}._statusBadge_1vgis_333{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}._statusBadge_1vgis_333._active_1vgis_345{background:#05966914;border:1px solid rgba(5,150,105,.2);color:#059669}._statusBadge_1vgis_333._inactive_1vgis_350{background:#57534e14;border:1px solid rgba(87,83,78,.2);color:#57534e}@media(max-width:810px){._colRole_1vgis_357,._colStatus_1vgis_358{width:100%}}._tableBody_1vgis_190 ._colJoined_1vgis_363,._tableBody_1vgis_190 ._colInvited_1vgis_364{font-size:13px;color:#57534e}@media(max-width:810px){._colJoined_1vgis_363{display:flex;gap:4px}._colJoined_1vgis_363:before{content:"Joined:";font-weight:600;color:#1c1917}}@media(max-width:810px){._colInvited_1vgis_364{display:flex;gap:4px}._colInvited_1vgis_364:before{content:"Invited:";font-weight:600;color:#1c1917}}@media(max-width:810px){._colExpires_1vgis_394{display:flex;gap:4px}._colExpires_1vgis_394:before{content:"Expires:";font-weight:600;color:#1c1917}}._expiresText_1vgis_405{font-size:12px;color:#f59e0b}._colActions_1vgis_410{display:flex;align-items:center;justify-content:flex-end}@media(max-width:810px){._colActions_1vgis_410{justify-content:flex-start}}._dropdownContainer_1vgis_421{position:relative}._actionButton_1vgis_425{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:1px solid #E7E5E4;border-radius:6px;color:#57534e;cursor:pointer;transition:all .15s ease}._actionButton_1vgis_425:hover{background:#0596690d;border-color:#059669;color:#059669}._actionButton_1vgis_425:active{transform:scale(.98)}._dropdown_1vgis_421{position:absolute;top:100%;right:0;margin-top:4px;background:#fff;border:1px solid #E7E5E4;border-radius:6px;box-shadow:0 4px 16px #1c19171f;min-width:150px;z-index:100;overflow:hidden}._dropdownItem_1vgis_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_1vgis_461:hover{background:#f5f5f4}._dropdownItem_1vgis_461._danger_1vgis_479{color:#dc2626}._dropdownItem_1vgis_461._danger_1vgis_479:hover{background:#dc26260d}._emptyState_1vgis_486{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;gap:12px;background:#fff;border-radius:10px;border:1px solid #E7E5E4}._emptyIcon_1vgis_498{width:48px;height:48px;color:#57534e;opacity:.3}._emptyTitle_1vgis_505{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:600;color:#1c1917;margin:0}._emptySubtitle_1vgis_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_1vgis_1{0%{opacity:1}50%{opacity:.4}to{opacity:1}}._skeletonAvatar_1vgis_534{width:36px;height:36px;border-radius:50%;background:#e7e5e4;animation:_skeletonPulse_1vgis_1 1.5s ease-in-out infinite}._skeletonName_1vgis_542{width:140px;height:14px;background:#e7e5e4;border-radius:6px;animation:_skeletonPulse_1vgis_1 1.5s ease-in-out infinite}._skeletonEmail_1vgis_550{width:80px;height:12px;background:#e7e5e4;border-radius:6px;animation:_skeletonPulse_1vgis_1 1.5s ease-in-out infinite;animation-delay:.1s}._skeletonBadge_1vgis_559{width:60px;height:22px;background:#e7e5e4;border-radius:6px;animation:_skeletonPulse_1vgis_1 1.5s ease-in-out infinite}._skeletonText_1vgis_567{width:80px;height:14px;background:#e7e5e4;border-radius:6px;animation:_skeletonPulse_1vgis_1 1.5s ease-in-out infinite}._skeletonActions_1vgis_575{width:32px;height:32px;background:#e7e5e4;border-radius:6px;animation:_skeletonPulse_1vgis_1 1.5s ease-in-out infinite}@keyframes _fadeInUp_1so96_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._modalOverlay_1so96_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_1so96_1 .2s ease;padding:20px}@keyframes _fadeIn_1so96_1{0%{opacity:0}to{opacity:1}}._modalCard_1so96_42{display:flex;flex-direction:column;align-items:flex-start;background-color:#fff;border-radius:10px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714;width:100%;max-width:440px;position:relative;animation:_slideUp_1so96_1 .2s ease}@media(max-width:768px){._modalCard_1so96_42{max-width:100%}}@keyframes _slideUp_1so96_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}._modalHeader_1so96_71{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:8px 8px 8px 20px;border-bottom:1px solid #E7E5E4}@media(max-width:768px){._modalHeader_1so96_71{padding:4px 4px 4px 16px}}._modalTitle_1so96_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_1so96_86{font-size:15px}}._closeButton_1so96_99{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;background-color:transparent;border:none;border-radius:6px;color:#57534e;cursor:pointer;transition:all .15s ease}._closeButton_1so96_99:hover{background-color:#1c19170d;color:#1c1917}._closeButton_1so96_99:active{transform:scale(.95)}._modalBody_1so96_121{display:flex;flex-direction:column;gap:16px;width:100%;padding:20px 20px 0}@media(max-width:768px){._modalBody_1so96_121{padding:16px 16px 0;gap:12px}}._modalText_1so96_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_1so96_135{font-size:12px}}._formGroup_1so96_148{display:flex;flex-direction:column;gap:4px;width:100%}._label_1so96_155{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:500;color:#57534e;margin:0}._input_1so96_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:6px;transition:all .15s ease}._input_1so96_163::placeholder{color:#57534e;opacity:.6}._input_1so96_163:hover{border-color:#05966966}._input_1so96_163:focus{outline:none;border-color:#059669;box-shadow:0 0 0 2px #05966914}._input_1so96_163:disabled{opacity:.6;cursor:not-allowed;background:#f5f5f4}._errorMessage_1so96_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:6px;border:1px solid rgba(220,38,38,.2);line-height:1.5}._modalActions_1so96_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_1so96_204{width:calc(100% + 32px);margin:16px -16px 0;padding:8px 16px;flex-direction:column-reverse;gap:4px}}._cancelButton_1so96_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:6px;cursor:pointer;transition:all .15s ease}@media(max-width:768px){._cancelButton_1so96_224{width:100%}}._cancelButton_1so96_224:hover{background:#f5f5f4;border-color:#57534e}._cancelButton_1so96_224:active{transform:scale(.98)}._cancelButton_1so96_224:disabled{opacity:.5;cursor:not-allowed}._confirmButton_1so96_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:6px;cursor:pointer;transition:all .15s ease}@media(max-width:768px){._confirmButton_1so96_257{width:100%}}._confirmButton_1so96_257:hover{background:#047857}._confirmButton_1so96_257:active{transform:scale(.98)}._confirmButton_1so96_257:disabled{opacity:.5;cursor:not-allowed}@keyframes _fadeIn_y5zrh_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_y5zrh_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._workspaceSettingsPage_y5zrh_19{display:flex;flex-direction:column;gap:24px;width:100%}._pageHeader_y5zrh_26{display:flex;align-items:center;justify-content:space-between;gap:20px}@media(max-width:768px){._pageHeader_y5zrh_26{flex-direction:column;align-items:flex-start}}._pageTitle_y5zrh_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_y5zrh_39{font-size:18px}}._pageSubtitle_y5zrh_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_y5zrh_52{font-size:13px}}._settingsSection_y5zrh_64{display:flex;flex-direction:column;gap:0;background:#fff;border-radius:10px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714}._sectionHeader_y5zrh_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_y5zrh_74{padding:16px}}._sectionTitleWrapper_y5zrh_88{display:flex;align-items:center;gap:8px;color:#57534e}._sectionTitle_y5zrh_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_y5zrh_105{display:flex;flex-direction:column;gap:0}._settingItem_y5zrh_111{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:24px 20px;border-bottom:1px solid #E7E5E4}._settingItem_y5zrh_111:last-child{border-bottom:none}@media(max-width:810px){._settingItem_y5zrh_111{flex-direction:column;gap:16px}}@media(max-width:768px){._settingItem_y5zrh_111{padding:20px}}._settingInfo_y5zrh_134{flex:1;max-width:400px}@media(max-width:810px){._settingInfo_y5zrh_134{max-width:100%}}._settingTitle_y5zrh_144{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;color:#1c1917;margin:0}._settingDescription_y5zrh_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_y5zrh_160{display:flex;flex-direction:column;gap:8px;flex-shrink:0}@media(max-width:810px){._settingControl_y5zrh_160{width:100%}}._valueWithAction_y5zrh_172{display:flex;align-items:center;gap:12px}@media(max-width:768px){._valueWithAction_y5zrh_172{flex-direction:column;align-items:flex-start;gap:8px}}._valueText_y5zrh_185{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#1c1917;font-weight:500}._editButton_y5zrh_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:6px;cursor:pointer;transition:all .15s ease}._editButton_y5zrh_192:hover{background:#f5f5f4;border-color:#059669;color:#059669}._editButton_y5zrh_192:active{transform:scale(.98)}._permissionHint_y5zrh_216{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;margin:0;font-style:italic}._codeValue_y5zrh_224{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:13px;color:#57534e;background:#f5f5f4;padding:8px 16px;border-radius:6px;border:1px solid #E7E5E4;display:inline-block;word-break:break-all}@media(max-width:810px){._codeValue_y5zrh_224{width:100%;display:block}}._toggle_y5zrh_242{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}._toggle_y5zrh_242 input{opacity:0;width:0;height:0}._toggle_y5zrh_242 input:checked+._toggleSlider_y5zrh_254{background:#059669}._toggle_y5zrh_242 input:checked+._toggleSlider_y5zrh_254:before{transform:translate(20px)}._toggle_y5zrh_242 input:focus+._toggleSlider_y5zrh_254{box-shadow:0 0 0 3px #0596691a}@media(max-width:768px){._toggle_y5zrh_242{align-self:flex-start}}._toggleSlider_y5zrh_254{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:#e7e5e4;transition:all .2s ease;border-radius:24px}._toggleSlider_y5zrh_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_y5zrh_254:hover{background:#cfcbc9}input:checked+._toggleSlider_y5zrh_254:hover{background:#047d58}._settingItemExpandable_y5zrh_299{flex-direction:column;align-items:stretch;gap:0}._settingRow_y5zrh_305{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;width:100%}@media(max-width:810px){._settingRow_y5zrh_305{flex-direction:column;gap:16px}}._settingSubConfig_y5zrh_319{display:flex;align-items:center;gap:12px;margin-top:20px;padding-top:20px;border-top:1px dashed #E7E5E4}@media(max-width:768px){._settingSubConfig_y5zrh_319{flex-direction:column;align-items:flex-start;gap:8px}}._subConfigLabel_y5zrh_335{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e}._thresholdInputGroup_y5zrh_341{display:flex;align-items:center;background:#f5f5f4;border:1px solid #E7E5E4;border-radius:6px;overflow:hidden;transition:all .15s ease}._thresholdInputGroup_y5zrh_341:hover{border-color:#05966966}._thresholdInputGroup_y5zrh_341:focus-within{border-color:#059669;box-shadow:0 0 0 2px #05966914}._thresholdValue_y5zrh_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_y5zrh_358:focus{outline:none}._thresholdValue_y5zrh_358{-moz-appearance:textfield}._thresholdValue_y5zrh_358::-webkit-outer-spin-button,._thresholdValue_y5zrh_358::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._thresholdUnit_y5zrh_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_i1s70_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_i1s70_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._sidebar_i1s70_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_i1s70_19{width:240px;padding:32px 20px}}@media(max-width:768px){._sidebar_i1s70_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_i1s70_68{width:100%;padding:8px 0 24px;border-bottom:1px solid #E7E5E4;margin-bottom:20px;cursor:pointer}@media(max-width:768px){._logoWrapper_i1s70_68{display:none}}._logoWrapper_i1s70_68 ._logoSvg_i1s70_81{height:24px;width:38px}._logoWrapper_i1s70_68 ._logoText_i1s70_85 p{font-size:19px}._divider_i1s70_89{width:100%;height:1px;background-color:#e7e5e4;margin-top:auto;margin-bottom:24px}@media(max-width:768px){._divider_i1s70_89{display:none}}._userInfo_i1s70_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:8px;transition:all .3s ease}._userInfo_i1s70_102:hover{background-color:#f5f5f4}._userInfo_i1s70_102:active{transform:scale(.98)}@media(max-width:768px){._userInfo_i1s70_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_i1s70_102:hover{background-color:#f5f5f4}._userInfo_i1s70_102:active{transform:scale(.95)}}._userAvatar_i1s70_144{flex:none;height:40px;width:40px;position:relative}@media(max-width:768px){._userAvatar_i1s70_144{height:32px;width:32px}}._avatarCircle_i1s70_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_i1s70_157:hover{transform:translate(-1px,-1px);box-shadow:2px 2px 0 2px #1c1917;filter:brightness(1.1)}@media(max-width:768px){._avatarCircle_i1s70_157{font-size:14px}}._userName_i1s70_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_i1s70_185{display:none}}._userName_i1s70_185 ._name_i1s70_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_i1s70_213{display:flex;flex-direction:column;gap:8px;width:100%}@media(max-width:768px){._navigation_i1s70_213{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:0;flex:1;width:auto;margin:0}}._navItem_i1s70_232{display:flex;align-items:flex-start;justify-content:flex-start;align-items:center;gap:12px;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:8px;cursor:pointer;transition:all .3s ease;white-space:nowrap}._navItem_i1s70_232 svg{flex-shrink:0;transition:transform .3s ease}._navItem_i1s70_232 span{flex:1;text-align:left}@media(max-width:768px){._navItem_i1s70_232 span{display:none}}._navItem_i1s70_232:hover{background-color:#f5f5f4}._navItem_i1s70_232:hover svg{transform:translate(2px)}._navItem_i1s70_232:active{transform:scale(.98)}._navItem_i1s70_232._active_i1s70_273{background-color:#059669;color:#fafaf9;font-weight:600}._navItem_i1s70_232._active_i1s70_273 svg{transform:translate(4px)}@media(max-width:768px){._navItem_i1s70_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_i1s70_232 svg{width:20px;height:20px;margin-bottom:0}._navItem_i1s70_232 span{display:none}._navItem_i1s70_232:hover{background-color:#f5f5f4}._navItem_i1s70_232:hover svg{transform:none}._navItem_i1s70_232._active_i1s70_273{background-color:#059669;color:#fafaf9}._navItem_i1s70_232._active_i1s70_273 svg{transform:none}}._premiumButton_i1s70_319{margin-top:16px;border:1px solid #059669;background-color:#ff8a000d;color:#059669}._premiumButton_i1s70_319:hover{background-color:#059669;color:#fafaf9}._premiumButton_i1s70_319:hover svg{transform:translate(2px) rotate(10deg)}._premiumButton_i1s70_319._active_i1s70_273{background-color:#059669;color:#fafaf9;border-color:#059669}@media(max-width:768px){._premiumButton_i1s70_319{margin-top:0;padding:10px 12px;flex:1 1 0;height:48px;border:none;border-radius:8px;background-color:transparent;color:#059669}._premiumButton_i1s70_319 svg{width:20px;height:20px}._premiumButton_i1s70_319:hover{background-color:#f5f5f4;color:#059669}._premiumButton_i1s70_319:hover svg{transform:none}._premiumButton_i1s70_319._active_i1s70_273{background-color:#059669;color:#fafaf9}}._premiumActive_i1s70_365{margin-top:16px;background-color:#059669;color:#fafaf9;border:1px solid #059669;font-weight:600}._premiumActive_i1s70_365:hover{background-color:#047d58;color:#fafaf9}._premiumActive_i1s70_365:hover svg{transform:translate(2px)}._premiumActive_i1s70_365._active_i1s70_273{background-color:#036546;color:#fafaf9;border-color:#036546}@media(max-width:768px){._premiumActive_i1s70_365{margin-top:0;padding:10px 12px;flex:1 1 0;height:48px;border-radius:8px;background-color:#059669;color:#fafaf9}._premiumActive_i1s70_365 svg{width:20px;height:20px}._premiumActive_i1s70_365:hover{background-color:#059669}._premiumActive_i1s70_365:hover svg{transform:none}._premiumActive_i1s70_365._active_i1s70_273{background-color:#036546}}@keyframes _fadeIn_13pje_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_13pje_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._premiumWrapper_13pje_19{display:flex;flex-direction:column;min-height:100vh;background-color:#fafaf9}._premiumSection_13pje_26{padding:60px 40px 0;width:100%}@media(max-width:810px){._premiumSection_13pje_26{padding:50px 32px 0}}@media(max-width:768px){._premiumSection_13pje_26{padding:40px 20px 0}}._premiumSection_13pje_26{background-color:#fafaf9;flex:1;width:100%;padding:40px 64px 40px 344px}@media(max-width:810px){._premiumSection_13pje_26{padding:40px 48px 40px 288px}}@media(max-width:768px){._premiumSection_13pje_26{padding:32px 20px 100px}}._container_13pje_60{display:flex;flex-direction:column;gap:32px;width:100%;max-width:1000px;margin:0 auto}@media(max-width:768px){._container_13pje_60{gap:24px}}._header_13pje_74{display:flex;flex-direction:column;gap:4px;width:100%}._title_13pje_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_13pje_81{font-size:28px}}@media(max-width:768px){._title_13pje_81{font-size:24px}}._subtitle_13pje_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_13pje_100{font-size:17px}}._subtitle_13pje_100{font-size:17px;color:#57534e;margin:0}._content_13pje_120{display:flex;flex-direction:column;gap:32px;width:100%}@media(max-width:768px){._content_13pje_120{gap:24px}}._errorBanner_13pje_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_13pje_132{font-size:14px;padding:8px 16px}}._promoBanner_13pje_152{display:flex;align-items:center;gap:12px;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_13pje_152 svg{flex-shrink:0}._promoBanner_13pje_152 strong{font-weight:700;color:#5a6b2f}._promoBanner_13pje_152 ._discountAmount_13pje_172{margin-left:4px;font-weight:700;color:#d2691e}@media(max-width:768px){._promoBanner_13pje_152{font-size:14px;padding:8px 16px;gap:8px}._promoBanner_13pje_152 svg{width:18px;height:18px}}._plansSection_13pje_189{display:flex;flex-direction:column;gap:20px;width:100%}@media(max-width:768px){._plansSection_13pje_189{gap:16px}}._featuresSection_13pje_201{display:flex;flex-direction:column;gap:20px;width:100%;padding-top:32px;border-top:1px solid #E7E5E4}@media(max-width:768px){._featuresSection_13pje_201{padding-top:24px;gap:16px}}._sectionTitle_13pje_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_13pje_216{font-size:19px}}._plansGrid_13pje_229{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;width:100%}@media(max-width:768px){._plansGrid_13pje_229{grid-template-columns:1fr;gap:16px}}._planCard_13pje_242{display:flex;flex-direction:column;justify-content:space-between;gap:16px;border:1px solid #1C1917;border-radius:8px;box-shadow:1px 1px 0 1px #1c1917;padding:32px;background-color:#fafaf9;transition:all .3s ease;position:relative}@media(max-width:768px){._planCard_13pje_242{padding:24px}}._planCard_13pje_242:hover{transform:translateY(-2px);box-shadow:2px 2px 0 2px #1c1917}._planCard_13pje_242._featured_13pje_264{border-color:#059669;box-shadow:2px 2px 0 2px #059669}._planCard_13pje_242._featured_13pje_264:hover{box-shadow:3px 3px 0 2px #059669}._planContent_13pje_272{display:flex;flex-direction:column;gap:16px}._badge_13pje_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:8px;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_13pje_278{font-size:11px;padding:4px 16px}}._promoBadge_13pje_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:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:700;box-shadow:1px 1px 0 1px #0000001a}._promoBadge_13pje_303 svg{width:14px;height:14px}@media(max-width:768px){._promoBadge_13pje_303{font-size:10px;padding:3px 4px;top:8px;right:8px}._promoBadge_13pje_303 svg{width:12px;height:12px}}._planName_13pje_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_13pje_337{font-size:19px}}._priceWrapper_13pje_350{display:flex;flex-direction:column;gap:4px}._priceGroup_13pje_356{display:flex;align-items:flex-start;justify-content:flex-start;align-items:baseline;gap:8px}._price_13pje_350{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:40px;font-weight:700;color:#1c1917}@media(max-width:768px){._price_13pje_350{font-size:32px}}._originalPrice_13pje_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_13pje_385{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:4px}@media(max-width:768px){._strikedPriceRow_13pje_385{gap:8px}}._originalPriceStriked_13pje_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_13pje_398{font-size:19px}}._period_13pje_412{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;color:#57534e}._priceWithSavings_13pje_418{display:flex;align-items:center;gap:12px;flex-wrap:wrap}@media(max-width:768px){._priceWithSavings_13pje_418{gap:8px}}._savingsBadge_13pje_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_13pje_430{padding:3px 6px}}._savingsText_13pje_447{font-size:11px;color:#57534e;font-weight:500}@media(max-width:768px){._savingsText_13pje_447{font-size:10px}}._savingsAmount_13pje_458{font-size:12px;font-weight:700;color:#6b7f39}@media(max-width:768px){._savingsAmount_13pje_458{font-size:11px}}._planNote_13pje_469{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:500;color:#059669}._featuresList_13pje_476{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;list-style:none;padding:0;margin:0}@media(max-width:768px){._featuresList_13pje_476{grid-template-columns:1fr}}._featureItem_13pje_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_13pje_490 svg{flex-shrink:0;margin-top:2px;color:#059669}._planButtonPrimary_13pje_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:8px;cursor:pointer;transition:all .3s ease;width:100%}._planButtonPrimary_13pje_506:hover:not(:disabled){background-color:#f5f5f4}._planButtonPrimary_13pje_506:active:not(:disabled){transform:scale(.98)}._planButtonPrimary_13pje_506:disabled{opacity:.6;cursor:not-allowed}._planButtonPremium_13pje_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:8px;cursor:pointer;transition:all .3s ease;box-shadow:1px 1px 0 1px #1c1917;width:100%}._planButtonPremium_13pje_547:hover:not(:disabled){background-color:#1c1917;box-shadow:2px 2px 0 2px #1c1917;transform:translateY(-2px)}._planButtonPremium_13pje_547:active:not(:disabled){transform:translateY(0);box-shadow:1px 1px 0 1px #1c1917}._planButtonPremium_13pje_547:disabled{opacity:.6;cursor:not-allowed}._benefitsSection_13pje_592{display:flex;flex-direction:column;gap:20px;width:100%}@media(max-width:768px){._benefitsSection_13pje_592{gap:16px}}._benefitsGrid_13pje_604{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;width:100%}@media(max-width:810px){._benefitsGrid_13pje_604{grid-template-columns:1fr;gap:16px}}._benefitCard_13pje_617{display:flex;flex-direction:column;gap:12px;padding:32px;border:1px solid #1C1917;border-radius:8px;background-color:#fafaf9;transition:all .3s ease}@media(max-width:768px){._benefitCard_13pje_617{padding:24px}}._benefitCard_13pje_617:hover{transform:translateY(-2px);box-shadow:2px 2px 0 1px #1c1917}._benefitIcon_13pje_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_13pje_637{width:40px;height:40px}}._benefitTitle_13pje_655{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;font-weight:600;color:#1c1917;margin:0}._benefitDescription_13pje_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_13pje_663{font-size:17px}}._benefitDescription_13pje_663{font-size:17px;color:#57534e;margin:0;line-height:1.6}._titleWithBadge_13pje_684{display:flex;flex-direction:row;align-items:center;gap:16px}._activeBadge_13pje_691{display:flex;flex-direction:row;align-items:center;gap:8px;background-color:#059669;color:#fafaf9;padding:8px 16px;border-radius:6px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}._subscriptionCard_13pje_706{display:flex;flex-direction:column;gap:16px;border:1px solid #1C1917;border-radius:8px;box-shadow:1px 1px 0 1px #1c1917;padding:40px;background-color:#fafaf9;margin-bottom:40px;transition:all .3s ease}@media(max-width:810px){._subscriptionCard_13pje_706{padding:32px}}@media(max-width:768px){._subscriptionCard_13pje_706{padding:24px}}._subscriptionHeader_13pje_729{margin-bottom:32px}._subscriptionDetails_13pje_733{display:flex;flex-direction:column;gap:24px}._detailRow_13pje_739{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-bottom:20px;border-bottom:1px solid #E7E5E4}._detailRow_13pje_739:last-child{border-bottom:none;padding-bottom:0}._detailLabel_13pje_752{display:flex;flex-direction:row;align-items:center;gap:12px;color:#57534e;font-size:17px}._detailLabel_13pje_752 svg{color:#059669}._detailValue_13pje_764{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;font-weight:500;color:#1c1917;text-align:right}._planBadge_13pje_772{background-color:#f5f5f4;color:#059669;padding:4px 16px;border-radius:6px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}._statusActive_13pje_783{color:#059669;font-weight:600}._subscriptionActions_13pje_788{margin-top:32px;padding-top:32px;border-top:1px solid #E7E5E4}._manageNote_13pje_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_13pje_794{font-size:17px}}._manageNote_13pje_794{font-size:17px;color:#57534e;margin:0;text-align:center}@keyframes _fadeIn_1mx77_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_1mx77_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._profileContent_1mx77_19{display:flex;flex-direction:column;gap:20px;max-width:600px;margin:0 auto;padding:32px 0}@media(max-width:768px){._profileContent_1mx77_19{padding:20px 0}}._subtitle_1mx77_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_1mx77_33{font-size:13px}}._formContent_1mx77_47{display:flex;flex-direction:column;gap:16px;width:100%}@media(max-width:768px){._formContent_1mx77_47{gap:12px}}._formField_1mx77_59{display:flex;flex-direction:column;gap:8px}._fieldLabel_1mx77_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_1mx77_65{font-size:12px}}._required_1mx77_78{color:#dc2626;margin-left:2px}._inputGroup_1mx77_83{position:relative;width:100%}._inputIcon_1mx77_88{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#57534e;pointer-events:none;transition:all .15s ease}._inputIcon_1mx77_88 svg{width:16px;height:16px}@media(max-width:768px){._inputIcon_1mx77_88{left:8px}._inputIcon_1mx77_88 svg{width:14px;height:14px}}._input_1mx77_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:8px;transition:all .15s ease;outline:none}._input_1mx77_83::placeholder{color:#57534e}._input_1mx77_83:hover{border-color:#cfcbc9}._input_1mx77_83:focus{border-color:#059669;box-shadow:0 0 0 3px #0596691a}._input_1mx77_83:focus~._inputIcon_1mx77_88{color:#059669}@media(max-width:768px){._input_1mx77_83{padding:10px 16px 10px 40px;font-size:13px}}._inputError_1mx77_143{border-color:#dc2626!important;background:#dc262605}._inputError_1mx77_143:focus{box-shadow:0 0 0 3px #dc26261a!important}._fieldError_1mx77_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_1mx77_151{font-size:12px}}._errorMessage_1mx77_165{padding:16px 20px;background:linear-gradient(135deg,#dc262614,#dc26261f);border:1px solid rgba(220,38,38,.3);border-left-width:4px;border-radius:6px;color:#dc2626;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;text-align:center}@media(max-width:768px){._errorMessage_1mx77_165{padding:8px 16px;font-size:13px}}._formActions_1mx77_183{display:flex;flex-direction:column;align-items:center;gap:12px;padding-top:16px}@media(max-width:768px){._formActions_1mx77_183{padding-top:8px}}._saveButton_1mx77_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:6px;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_1mx77_196 svg{flex-shrink:0;width:14px;height:14px}._saveButton_1mx77_196:hover:not(:disabled){background:#047857;box-shadow:0 4px 12px #05966940}._saveButton_1mx77_196:active:not(:disabled){transform:scale(.98)}._saveButton_1mx77_196:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){._saveButton_1mx77_196{max-width:100%;padding:8px 20px;font-size:12px}._saveButton_1mx77_196 svg{width:12px;height:12px}}._skipButton_1mx77_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_1mx77_242:hover:not(:disabled){color:#1c1917}._skipButton_1mx77_242:active:not(:disabled){transform:scale(.98)}._skipButton_1mx77_242:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){._skipButton_1mx77_242{font-size:11px}}._spinner_1mx77_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_1mx77_270 .8s linear infinite}@keyframes _spin_1mx77_270{to{transform:rotate(360deg)}}@keyframes _fadeInUp_1asfd_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._modalOverlay_1asfd_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_1asfd_1 .2s ease;padding:20px}@keyframes _fadeIn_1asfd_1{0%{opacity:0}to{opacity:1}}._modalCard_1asfd_42{display:flex;flex-direction:column;align-items:flex-start;background-color:#fff;border-radius:10px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714;width:100%;max-width:440px;position:relative;animation:_slideUp_1asfd_1 .2s ease}@media(max-width:768px){._modalCard_1asfd_42{max-width:100%}}@keyframes _slideUp_1asfd_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}._modalHeader_1asfd_71{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:8px 8px 8px 20px;border-bottom:1px solid #E7E5E4}@media(max-width:768px){._modalHeader_1asfd_71{padding:4px 4px 4px 16px}}._closeButton_1asfd_86{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;background-color:transparent;border:none;border-radius:6px;color:#57534e;cursor:pointer;transition:all .15s ease}._closeButton_1asfd_86:hover{background-color:#1c19170d;color:#1c1917}._closeButton_1asfd_86:active{transform:scale(.95)}._modalTitle_1asfd_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_1asfd_108{font-size:15px}}._modalBody_1asfd_121{display:flex;flex-direction:column;gap:16px;width:100%;padding:20px 20px 0}@media(max-width:768px){._modalBody_1asfd_121{padding:16px 16px 0;gap:12px}}._formGroup_1asfd_135{display:flex;flex-direction:column;gap:4px;width:100%}._label_1asfd_142{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:500;color:#57534e;margin:0}._passwordWrapper_1asfd_150{position:relative;width:100%}._input_1asfd_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:6px;transition:all .15s ease}._input_1asfd_155::placeholder{color:#57534e;opacity:.6}._input_1asfd_155:hover{border-color:#05966966}._input_1asfd_155:focus{outline:none;border-color:#059669;box-shadow:0 0 0 2px #05966914}._input_1asfd_155:disabled{opacity:.6;cursor:not-allowed;background:#f5f5f4}._passwordToggle_1asfd_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:6px;cursor:pointer;color:#57534e;transition:all .15s ease;padding:0}._passwordToggle_1asfd_185:hover{color:#1c1917;background:#1c19170d}._passwordToggle_1asfd_185:active{transform:translateY(-50%) scale(.95)}._errorMessage_1asfd_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:6px;border:1px solid rgba(220,38,38,.2)}._modalActions_1asfd_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_1asfd_222{width:calc(100% + 32px);margin:16px -16px 0;padding:8px 16px;flex-direction:column-reverse;gap:4px}}._cancelButton_1asfd_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:6px;cursor:pointer;transition:all .15s ease}@media(max-width:768px){._cancelButton_1asfd_242{width:100%}}._cancelButton_1asfd_242:hover{background:#f5f5f4;border-color:#57534e}._cancelButton_1asfd_242:active{transform:scale(.98)}._cancelButton_1asfd_242:disabled{opacity:.5;cursor:not-allowed}._confirmButton_1asfd_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:6px;cursor:pointer;transition:all .15s ease}@media(max-width:768px){._confirmButton_1asfd_275{width:100%}}._confirmButton_1asfd_275:hover{background:#047857}._confirmButton_1asfd_275:active{transform:scale(.98)}._confirmButton_1asfd_275:disabled{opacity:.5;cursor:not-allowed}@keyframes _fadeIn_ged4y_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_ged4y_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._profilePage_ged4y_19{display:flex;flex-direction:column;gap:24px;width:100%}._pageHeader_ged4y_26{display:flex;align-items:center;justify-content:space-between;gap:20px}@media(max-width:768px){._pageHeader_ged4y_26{flex-direction:column;align-items:flex-start}}._pageTitle_ged4y_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_ged4y_39{font-size:18px}}._pageSubtitle_ged4y_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_ged4y_52{font-size:13px}}._editButton_ged4y_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:6px;cursor:pointer;transition:all .15s ease}._editButton_ged4y_64:hover{background:#047857;box-shadow:0 2px 4px #05966926}._editButton_ged4y_64:active{transform:scale(.98)}@media(max-width:768px){._editButton_ged4y_64{width:100%;justify-content:center}}._profileSection_ged4y_93{display:flex;flex-direction:column;gap:0;background:#fff;border-radius:10px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714}._sectionHeader_ged4y_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_ged4y_103{padding:16px;flex-direction:column;align-items:flex-start;gap:8px}}._sectionTitle_ged4y_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_ged4y_130{display:flex;flex-direction:column;gap:20px;padding:24px}@media(max-width:768px){._profileContent_ged4y_130{padding:20px;gap:16px}}._avatarSection_ged4y_143{display:flex;align-items:center;gap:20px}@media(max-width:768px){._avatarSection_ged4y_143{gap:16px}}._avatar_ged4y_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_ged4y_143{width:64px;height:64px}}._avatarInitials_ged4y_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_ged4y_171{font-size:24px}}._userInfo_ged4y_184{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}._userRow_ged4y_192{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._userName_ged4y_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_ged4y_199{font-size:14px}}._userEmail_ged4y_212{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0}@media(max-width:768px){._userEmail_ged4y_212{font-size:12px}}._userDot_ged4y_224{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0}@media(max-width:768px){._userDot_ged4y_224{font-size:12px}}._userCompany_ged4y_236{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0}@media(max-width:768px){._userCompany_ged4y_236{font-size:12px}}._roleBadge_ged4y_248{display:inline-flex;align-items:center;padding:3px 8px;background:#05966914;border:1px solid rgba(5,150,105,.2);border-radius:6px;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_ged4y_264{display:grid;grid-template-columns:repeat(2,1fr);gap:0}@media(max-width:768px){._infoGrid_ged4y_264{grid-template-columns:1fr}}._infoItem_ged4y_275{display:flex;flex-direction:column;gap:4px;padding:16px 20px;border-bottom:1px solid #E7E5E4}._infoItem_ged4y_275:nth-child(odd){border-right:1px solid #E7E5E4}@media(max-width:768px){._infoItem_ged4y_275:nth-child(odd){border-right:none}}._infoItem_ged4y_275:nth-last-child(-n+2){border-bottom:none}@media(max-width:768px){._infoItem_ged4y_275:nth-last-child(-n+2){border-bottom:1px solid #E7E5E4}}._infoItem_ged4y_275:last-child{border-bottom:none}@media(max-width:768px){._infoItem_ged4y_275{padding:16px}}._infoLabel_ged4y_307{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;margin:0}._infoValue_ged4y_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_ged4y_314{font-size:13px}}._separator_ged4y_328{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#57534e;margin:0 4px}@media(max-width:768px){._separator_ged4y_328{font-size:13px}}._verifyLink_ged4y_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_ged4y_340:hover{color:#047857;text-decoration:none}._verifyLink_ged4y_340:active{opacity:.7}._verifyLink_ged4y_340:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){._verifyLink_ged4y_340{font-size:13px}}._inlineSuccess_ged4y_369{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500;color:#059669}@media(max-width:768px){._inlineSuccess_ged4y_369{font-size:13px}}._inlineError_ged4y_381{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500;color:#dc2626}@media(max-width:768px){._inlineError_ged4y_381{font-size:13px}}._upgradeLink_ged4y_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_ged4y_393:hover{color:#047857}._upgradeLink_ged4y_393:active{opacity:.7}@media(max-width:768px){._upgradeLink_ged4y_393{font-size:13px}}._securitySection_ged4y_419{display:flex;flex-direction:column;gap:0;background:#fff;border-radius:10px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714}._securityContent_ged4y_429{display:flex;flex-direction:column;gap:0}._securityItem_ged4y_435{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px}@media(max-width:768px){._securityItem_ged4y_435{flex-direction:column;align-items:flex-start;gap:12px;padding:16px}}._securityInfo_ged4y_451{display:flex;flex-direction:column;gap:4px;flex:1}._securityItemTitle_ged4y_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_ged4y_458{font-size:13px}}._securityItemDescription_ged4y_471{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0}@media(max-width:768px){._securityItemDescription_ged4y_471{font-size:12px}}._securityButton_ged4y_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:6px;cursor:pointer;transition:all .15s ease;white-space:nowrap}._securityButton_ged4y_483:hover{background:#047857;box-shadow:0 2px 4px #05966926}._securityButton_ged4y_483:active{transform:scale(.98)}@media(max-width:768px){._securityButton_ged4y_483{width:100%;justify-content:center}}._successMessage_ged4y_513{padding:8px 16px;margin:0 20px 16px;background:#05966914;border:1px solid rgba(5,150,105,.2);border-radius:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#059669}@media(max-width:768px){._successMessage_ged4y_513{margin:0 16px 16px}}._accountSection_ged4y_529{display:flex;flex-direction:column;gap:0;background:#fff;border-radius:10px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714}._accountContent_ged4y_539{display:flex;flex-direction:column;gap:0}._accountItem_ged4y_545{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px}@media(max-width:768px){._accountItem_ged4y_545{flex-direction:column;align-items:flex-start;gap:12px;padding:16px}}._accountInfo_ged4y_561{display:flex;flex-direction:column;gap:4px;flex:1}._accountItemTitle_ged4y_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_ged4y_568{font-size:13px}}._accountItemDescription_ged4y_581{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0}@media(max-width:768px){._accountItemDescription_ged4y_581{font-size:12px}}._logoutButton_ged4y_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:6px;cursor:pointer;transition:all .15s ease;white-space:nowrap}._logoutButton_ged4y_593:hover{background:#dc2626;color:#fff}._logoutButton_ged4y_593:active{transform:scale(.98)}@media(max-width:768px){._logoutButton_ged4y_593{width:100%;justify-content:center}}@keyframes _fadeIn_1dv9p_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_1dv9p_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._completePage_1dv9p_19{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f5f5f4;padding:32px}@media(max-width:1440px){._completePage_1dv9p_19{padding:24px}}@media(max-width:768px){._completePage_1dv9p_19{padding:20px}}._container_1dv9p_38{width:100%;max-width:600px}@media(max-width:768px){._container_1dv9p_38{max-width:100%}}._container_1dv9p_38:has(._planContainer_1dv9p_47){max-width:1400px}@media(max-width:1440px){._container_1dv9p_38:has(._planContainer_1dv9p_47){max-width:1000px}}._content_1dv9p_56{background:#fff;border-radius:10px;box-shadow:0 8px 32px #00000014;padding:48px}@media(max-width:810px){._content_1dv9p_56{padding:40px}}@media(max-width:768px){._content_1dv9p_56{padding:32px}}._planContainer_1dv9p_47{width:100%}._header_1dv9p_77{text-align:center;margin-bottom:32px}._title_1dv9p_82{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:20px;font-weight:600;color:#1c1917;margin:0}._subtitle_1dv9p_90{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#57534e;margin:4px 0 0}._loggedAs_1dv9p_97{display:flex;align-items:center;gap:12px;margin-top:16px;padding:10px 14px;background:#f5f5f4;border-radius:8px;font-size:13px;color:#57534e}._logoutBtn_1dv9p_109{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:transparent;border:1px solid #E7E5E4;border-radius:6px;font-size:12px;font-weight:500;color:#57534e;cursor:pointer;margin-left:auto;transition:all .15s ease}._logoutBtn_1dv9p_109:hover{color:#dc2626;border-color:#dc2626}._formContent_1dv9p_129{display:flex;flex-direction:column;gap:24px}._formField_1dv9p_135{display:flex;flex-direction:column;gap:8px}._fieldLabel_1dv9p_141{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#1c1917;font-weight:500;margin:0}._required_1dv9p_149{color:#dc2626}._inputGroup_1dv9p_153{position:relative;display:flex;align-items:center}._inputIcon_1dv9p_159{position:absolute;left:15px;color:#57534e;pointer-events:none}._input_1dv9p_153{width:100%;padding:8px 16px 8px 40px;border:1px solid #E7E5E4;border-radius:6px;background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#1c1917;transition:all .15s ease;outline:none}._input_1dv9p_153::placeholder{color:#57534e;opacity:.6}._input_1dv9p_153:hover{border-color:#cfcbc9}._input_1dv9p_153:focus{border-color:#059669;box-shadow:0 0 0 2px #0596691a}._input_1dv9p_153._inputError_1dv9p_189{border-color:#dc2626}select._input_1dv9p_153{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_1dv9p_202{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#dc2626;margin:0}._fieldHint_1dv9p_209{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#059669;margin:0}._inputReadonly_1dv9p_216{background-color:#f5f5f4;color:#57534e;cursor:not-allowed}._errorMessage_1dv9p_222{padding:16px 20px;background:linear-gradient(135deg,#dc262614,#dc26261f);border:2px solid transparent;border-left-width:4px;border-color:#dc26264d;border-radius:6px;color:#dc2626;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;box-shadow:0 2px 8px #dc26261a}._formActions_1dv9p_235{margin-top:20px}._nextButton_1dv9p_239,._saveButton_1dv9p_240{width:100%;padding:8px 24px;background:#059669;border:none;border-radius:6px;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_1dv9p_239:hover:not(:disabled),._saveButton_1dv9p_240:hover:not(:disabled){background:#047857;box-shadow:0 2px 4px #05966926}._nextButton_1dv9p_239:active:not(:disabled),._saveButton_1dv9p_240:active:not(:disabled){transform:scale(.98)}._nextButton_1dv9p_239:disabled,._saveButton_1dv9p_240:disabled{opacity:.7;cursor:not-allowed}._planContent_1dv9p_272{display:flex;flex-direction:column;gap:40px}._errorBanner_1dv9p_278,._promoBanner_1dv9p_279{padding:16px 20px;border-radius:6px;display:flex;align-items:center;gap:16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px}._errorBanner_1dv9p_278{background:linear-gradient(135deg,#dc262614,#dc26261f);border:2px solid rgba(220,38,38,.3);border-left-width:4px;color:#dc2626}._promoBanner_1dv9p_279{background:linear-gradient(135deg,#05966914,#0596691f);border:2px solid rgba(5,150,105,.3);border-left-width:4px;color:#059669}._discountAmount_1dv9p_303{font-weight:700;margin-left:4px}._plansGrid_1dv9p_308{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media(max-width:1440px){._plansGrid_1dv9p_308{gap:20px}}@media(max-width:810px){._plansGrid_1dv9p_308{grid-template-columns:1fr;max-width:500px;margin:0 auto;gap:20px}}._planCard_1dv9p_327{position:relative;display:flex;flex-direction:column;gap:20px;padding:48px;background:#fff;border:1px solid #E7E5E4;border-radius:10px;cursor:pointer;transition:all .15s ease}@media(max-width:768px){._planCard_1dv9p_327{padding:40px}}._planCard_1dv9p_327:hover{border-color:#059669;box-shadow:0 2px 8px #05966914}._planCard_1dv9p_327:active{transform:scale(.98)}._planCard_1dv9p_327._popular_1dv9p_351{border-color:#059669}._planCard_1dv9p_327._enterprise_1dv9p_354{grid-column:1/-1;background:#05966905;border-color:#059669}._popularBadge_1dv9p_360{position:absolute;top:-12px;left:50%;transform:translate(-50%);padding:4px 8px;background:#059669;color:#fff;border-radius:6px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:600;white-space:nowrap}._planHeader_1dv9p_375{display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center}._planName_1dv9p_383{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_1dv9p_383{font-size:16px}}._planSubtitle_1dv9p_396{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0;font-weight:500}._priceWrapper_1dv9p_404{display:flex;align-items:baseline;gap:4px;justify-content:center}._price_1dv9p_404{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:28px;font-weight:700;color:#059669}@media(max-width:768px){._price_1dv9p_404{font-size:24px}}._period_1dv9p_423{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e}._planLimit_1dv9p_429{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#1c1917;margin:4px 0 0}._planNote_1dv9p_437{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;margin:0;line-height:1.5}._featureGroup_1dv9p_445{display:flex;flex-direction:column;gap:8px}._featureGroupTitle_1dv9p_451{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_1dv9p_463{display:flex;flex-direction:column;gap:8px;list-style:none;padding:0;margin:0}._feature_1dv9p_445{display:flex;align-items:flex-start;gap:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#1c1917}._feature_1dv9p_445 svg{flex-shrink:0;color:#059669;margin-top:2px}._planButtonPrimary_1dv9p_486,._planButtonSecondary_1dv9p_487{width:100%;padding:16px 24px;border-radius:6px;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_1dv9p_486:disabled,._planButtonSecondary_1dv9p_487:disabled{opacity:.5;cursor:not-allowed}._planButtonPrimary_1dv9p_486{background:#059669;color:#fff;border:none}._planButtonPrimary_1dv9p_486:hover:not(:disabled){background:#047857}._planButtonPrimary_1dv9p_486:active:not(:disabled){transform:scale(.98)}._planButtonSecondary_1dv9p_487{background:#fff;color:#1c1917;border:1px solid #E7E5E4}._planButtonSecondary_1dv9p_487:hover:not(:disabled){border-color:#059669;color:#059669;background:#05966905}._planButtonSecondary_1dv9p_487:active:not(:disabled){transform:scale(.98)}._backButtonWrapper_1dv9p_535{display:flex;justify-content:center;margin-top:32px}._backButton_1dv9p_535{padding:8px 24px;background:#fff;border:1px solid #E7E5E4;border-radius:6px;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_1dv9p_535:hover:not(:disabled){border-color:#059669;color:#059669}._backButton_1dv9p_535:active:not(:disabled){transform:scale(.98)}._backButton_1dv9p_535:disabled{opacity:.7;cursor:not-allowed}._spinner_1dv9p_568{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top:3px solid white;border-radius:50%;animation:_spin_1dv9p_568 .8s linear infinite}@keyframes _spin_1dv9p_568{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._enterpriseContent_1dv9p_585{display:flex;align-items:center;justify-content:space-between;gap:40px;width:100%}@media(max-width:1440px){._enterpriseContent_1dv9p_585{gap:32px}}@media(max-width:810px){._enterpriseContent_1dv9p_585{flex-direction:column;align-items:flex-start;gap:24px}}._enterpriseInfo_1dv9p_605{flex:1;display:flex;flex-direction:column;gap:16px}._enterpriseTier_1dv9p_612{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_1dv9p_612{font-size:18px}}._enterpriseDescription_1dv9p_625{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_1dv9p_625{font-size:13px}}._enterpriseHighlights_1dv9p_639{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;list-style:none;padding:0;margin:0}@media(max-width:768px){._enterpriseHighlights_1dv9p_639{grid-template-columns:1fr}}._enterpriseHighlights_1dv9p_639 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_1dv9p_639 li svg{color:#059669;flex-shrink:0;margin-top:2px}._enterpriseCta_1dv9p_667{display:flex;flex-direction:column;align-items:center;gap:12px}@media(max-width:810px){._enterpriseCta_1dv9p_667{width:100%;align-items:flex-start}}._enterpriseButton_1dv9p_680{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:6px;transition:all .15s ease;white-space:nowrap;border:none;cursor:pointer}._enterpriseButton_1dv9p_680:hover{background:#047857}._enterpriseButton_1dv9p_680:active{transform:scale(.98)}@media(max-width:810px){._enterpriseButton_1dv9p_680{width:100%}}._enterpriseNote_1dv9p_706{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;margin:0}@keyframes _fadeIn_1mxnf_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_1mxnf_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._verifyPage_1mxnf_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_1mxnf_19{padding:40px 20px}}._verifyContainer_1mxnf_33{width:100%;max-width:440px;display:flex;flex-direction:column;gap:24px}._header_1mxnf_41{display:flex;justify-content:center}._logo_1mxnf_46{display:flex;align-items:center;gap:8px;text-decoration:none;transition:all .15s ease}._logo_1mxnf_46 img{width:32px;height:32px;border-radius:6px}._logo_1mxnf_46 span{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;font-weight:700;color:#1c1917}._logo_1mxnf_46:hover{opacity:.8}._logo_1mxnf_46:active{transform:scale(.98)}._verifyCard_1mxnf_71{background:#fff;border-radius:10px;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_1mxnf_71{padding:32px 24px;gap:16px}}._iconWrapper_1mxnf_89{display:flex;align-items:center;justify-content:center;width:72px;height:72px;background:#0596691a;border-radius:50%}._emailIcon_1mxnf_99{width:36px;height:36px;color:#059669}._cardHeader_1mxnf_105{display:flex;flex-direction:column;gap:4px;text-align:center}._title_1mxnf_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_1mxnf_112{font-size:22px}}._subtitle_1mxnf_125{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#57534e;margin:0}@media(max-width:768px){._subtitle_1mxnf_125{font-size:13px}}._email_1mxnf_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_1mxnf_99{font-size:13px}}._instructions_1mxnf_150{text-align:center}._instructions_1mxnf_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_1mxnf_150 p{font-size:12px}}._loadingSection_1mxnf_166{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;padding:24px 0}._spinnerLarge_1mxnf_175{width:40px;height:40px;border:3px solid rgba(5,150,105,.2);border-top-color:#059669;border-radius:50%;animation:_spin_1mxnf_175 .8s linear infinite}._loadingText_1mxnf_184{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#57534e;margin:0}._codeInputSection_1mxnf_191{width:100%}._codeInputs_1mxnf_195{display:flex;justify-content:center;gap:8px}@media(max-width:768px){._codeInputs_1mxnf_195{gap:4px}}._codeInput_1mxnf_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:6px;transition:all .15s ease;outline:none}@media(max-width:768px){._codeInput_1mxnf_191{width:42px;height:50px;font-size:20px}}._codeInput_1mxnf_191:focus{border-color:#059669;box-shadow:0 0 0 3px #0596691a}._codeInput_1mxnf_191._filled_1mxnf_231{border-color:#059669;background:#05966905}._codeInput_1mxnf_191._error_1mxnf_235{border-color:#dc2626;background:#dc262605}._codeInput_1mxnf_191._error_1mxnf_235:focus{box-shadow:0 0 0 3px #dc26261a}._codeInput_1mxnf_191:disabled{opacity:.6;cursor:not-allowed}._infoBanner_1mxnf_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:6px;color:#059669;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px}._infoBanner_1mxnf_247 svg{flex-shrink:0}@media(max-width:768px){._infoBanner_1mxnf_247{font-size:12px}}._successBanner_1mxnf_270{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:8px 16px;background:#0596691a;border:1px solid #059669;border-radius:6px;color:#059669;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;animation:_slideDown_1mxnf_1 .2s ease-out}._successBanner_1mxnf_270 svg{flex-shrink:0}@media(max-width:768px){._successBanner_1mxnf_270{font-size:12px}}._errorBanner_1mxnf_294{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:8px 16px;background:#dc26261a;border:1px solid #DC2626;border-radius:6px;color:#dc2626;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;animation:_slideDown_1mxnf_1 .2s ease-out}._errorBanner_1mxnf_294 svg{flex-shrink:0}@media(max-width:768px){._errorBanner_1mxnf_294{font-size:12px}}@keyframes _slideDown_1mxnf_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}._actions_1mxnf_328{display:flex;flex-direction:column;gap:8px;width:100%}._verifyButton_1mxnf_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:6px;cursor:pointer;transition:all .15s ease}._verifyButton_1mxnf_335:hover:not(:disabled){background:#047857;box-shadow:0 2px 4px #05966926}._verifyButton_1mxnf_335:active:not(:disabled){transform:scale(.98)}._verifyButton_1mxnf_335:disabled{opacity:.5;cursor:not-allowed}._verifyButton_1mxnf_335 svg{flex-shrink:0}._resendButton_1mxnf_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:6px;cursor:pointer;transition:all .15s ease}._resendButton_1mxnf_367:hover:not(:disabled){background:#f5f5f4;border-color:#cfcbc9}._resendButton_1mxnf_367:active:not(:disabled){transform:scale(.98)}._resendButton_1mxnf_367:disabled{opacity:.5;cursor:not-allowed}._resendButton_1mxnf_367 svg{flex-shrink:0}._spinner_1mxnf_175{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_1mxnf_175 .6s linear infinite}._spinnerSecondary_1mxnf_408{width:18px;height:18px;border:2px solid rgba(87,83,78,.3);border-top-color:#57534e;border-radius:50%;animation:_spin_1mxnf_175 .6s linear infinite}@keyframes _spin_1mxnf_175{to{transform:rotate(360deg)}}._divider_1mxnf_422{position:relative;text-align:center;width:100%;margin:8px 0}._divider_1mxnf_422:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e7e5e4}._divider_1mxnf_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_1mxnf_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:6px;cursor:pointer;transition:all .15s ease}._logoutButton_1mxnf_446:hover{color:#1c1917;background:#f5f5f4}._logoutButton_1mxnf_446:active{transform:scale(.98)}._logoutButton_1mxnf_446 svg{flex-shrink:0}._footer_1mxnf_474{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-top:20px}@media(max-width:768px){._footer_1mxnf_474{flex-direction:column;gap:8px}}._footerLinks_1mxnf_488{display:flex;align-items:center;gap:8px}._footerLink_1mxnf_488{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;text-decoration:none;transition:all .15s ease}._footerLink_1mxnf_488:hover{color:#059669}@media(max-width:768px){._footerLink_1mxnf_488{font-size:11px}}._separator_1mxnf_510{color:#57534e;opacity:.5}@keyframes _fadeIn_1q1ok_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_1q1ok_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._resourcesWrapper_1q1ok_19{display:flex;flex-direction:column;min-height:100vh;background-color:#fafaf9}._resourcesSection_1q1ok_26{padding:60px 40px 0;width:100%}@media(max-width:810px){._resourcesSection_1q1ok_26{padding:50px 32px 0}}@media(max-width:768px){._resourcesSection_1q1ok_26{padding:40px 20px 0}}._resourcesSection_1q1ok_26{background-color:#fafaf9;flex:1;width:100%;padding:40px 64px 40px 344px}@media(max-width:810px){._resourcesSection_1q1ok_26{padding:40px 48px 40px 288px}}@media(max-width:768px){._resourcesSection_1q1ok_26{padding:32px 40px 120px}}._container_1q1ok_60{display:flex;flex-direction:column;gap:48px;width:100%;max-width:1200px;margin:0 auto}@media(max-width:768px){._container_1q1ok_60{gap:32px}}._pageHeader_1q1ok_74{display:flex;flex-direction:column;gap:4px;width:100%}._pageTitle_1q1ok_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_1q1ok_81{font-size:28px}}@media(max-width:768px){._pageTitle_1q1ok_81{font-size:24px}}._pageSubtitle_1q1ok_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_1q1ok_100{font-size:17px}}._pageSubtitle_1q1ok_100{font-size:17px;color:#57534e;margin:0}._section_1q1ok_120{display:flex;flex-direction:column;gap:24px;width:100%}._sectionHeader_1q1ok_127{display:flex;flex-direction:column;gap:8px;width:100%}._sectionTitleGroup_1q1ok_134{display:flex;align-items:center;gap:12px}._sectionIcon_1q1ok_140{color:#059669}._sectionTitle_1q1ok_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_1q1ok_134{font-size:18px}}._sectionSubtitle_1q1ok_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_1q1ok_157{font-size:17px}}._sectionSubtitle_1q1ok_157{font-size:17px;color:#57534e;margin:0}._booksGrid_1q1ok_177{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;width:100%;align-items:start}@media(max-width:768px){._booksGrid_1q1ok_177{grid-template-columns:1fr;gap:20px}}._bookCard_1q1ok_191{display:flex;flex-direction:column;gap:16px;border:1px solid #1C1917;border-radius:8px;box-shadow:1px 1px 0 1px #1c1917;background-color:#fafaf9;overflow:hidden;transition:all .3s ease;position:relative}._bookCard_1q1ok_191:hover{transform:translateY(-4px);box-shadow:3px 3px 0 3px #1c1917}._bookCard_1q1ok_191._featured_1q1ok_207{border-color:#059669;box-shadow:2px 2px 0 2px #059669}._bookCard_1q1ok_191._featured_1q1ok_207:hover{box-shadow:4px 4px 0 4px #059669}._featuredBadge_1q1ok_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:6px;z-index:2;letter-spacing:.3px}@media(max-width:768px){._featuredBadge_1q1ok_215{font-size:10px;padding:4px 8px;gap:4px}._featuredBadge_1q1ok_215 svg{width:12px;height:12px}}._bookCover_1q1ok_244{position:relative;width:100%;height:320px;overflow:hidden;flex-shrink:0}@media(max-width:768px){._bookCover_1q1ok_244{height:280px}}._bookCover_1q1ok_244 img{width:100%;height:100%;object-fit:cover}._numberBadge_1q1ok_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_1q1ok_277{display:flex;flex-direction:column;gap:8px;padding:0 24px 24px}@media(max-width:768px){._bookInfo_1q1ok_277{padding:0 20px 20px}}._bookReason_1q1ok_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_1q1ok_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_1q1ok_299{font-size:19px}}._bookAuthor_1q1ok_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_1q1ok_313{font-size:17px}}._bookAuthor_1q1ok_313{font-size:17px;color:#57534e;margin:0;font-style:italic}._bookDescription_1q1ok_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_1q1ok_334{font-size:17px}}._bookDescription_1q1ok_334{font-size:17px;color:#1c1917;margin:0;line-height:1.6}@keyframes _fadeIn_ezhc7_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_ezhc7_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._helpPage_ezhc7_19{display:flex;flex-direction:column;gap:24px;width:100%}._pageHeader_ezhc7_26{display:flex;align-items:center;justify-content:space-between;gap:20px}@media(max-width:768px){._pageHeader_ezhc7_26{flex-direction:column;align-items:flex-start}}._pageTitle_ezhc7_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_ezhc7_39{font-size:18px}}._pageSubtitle_ezhc7_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_ezhc7_52{font-size:13px}}._section_ezhc7_64{display:flex;flex-direction:column;gap:0;background:#fff;border-radius:10px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714}._sectionHeader_ezhc7_74{display:flex;align-items:center;gap:8px;padding:16px 20px;background:#f5f5f4;border-bottom:1px solid #E7E5E4}._sectionHeader_ezhc7_74 svg{color:#059669;flex-shrink:0}@media(max-width:768px){._sectionHeader_ezhc7_74{padding:16px}}._sectionTitle_ezhc7_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_ezhc7_92{font-size:12px}}._stepsGrid_ezhc7_107{display:grid;grid-template-columns:repeat(4,1fr);gap:0}@media(max-width:810px){._stepsGrid_ezhc7_107{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._stepsGrid_ezhc7_107{grid-template-columns:1fr}}._stepCard_ezhc7_123{position:relative;display:flex;flex-direction:column;gap:8px;padding:20px;border-right:1px solid #E7E5E4}._stepCard_ezhc7_123:last-child{border-right:none}@media(max-width:810px){._stepCard_ezhc7_123:nth-child(2n){border-right:none}._stepCard_ezhc7_123:nth-child(-n+2){border-bottom:1px solid #E7E5E4}}@media(max-width:768px){._stepCard_ezhc7_123{border-right:none;border-bottom:1px solid #E7E5E4}._stepCard_ezhc7_123:last-child{border-bottom:none}}._stepNumber_ezhc7_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_ezhc7_168{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#05966914;color:#059669;border-radius:6px}@media(max-width:768px){._stepIcon_ezhc7_168{width:32px;height:32px}}._stepTitle_ezhc7_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_ezhc7_185{font-size:13px}}._stepDescription_ezhc7_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_ezhc7_198{font-size:12px}}._faqList_ezhc7_211{display:flex;flex-direction:column;gap:0}._faqItem_ezhc7_217{border-bottom:1px solid #E7E5E4;transition:all .15s ease}._faqItem_ezhc7_217:last-child{border-bottom:none}._faqItem_ezhc7_217._expanded_ezhc7_224{background:#05966905}._faqQuestion_ezhc7_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_ezhc7_228 svg{flex-shrink:0;color:#57534e;transition:color .15s ease}._faqQuestion_ezhc7_228:hover{color:#059669}._faqQuestion_ezhc7_228:hover svg{color:#059669}@media(max-width:768px){._faqQuestion_ezhc7_228{padding:16px;font-size:13px;gap:12px}}._faqAnswer_ezhc7_264{padding:0 20px 16px;animation:_slideDown_ezhc7_1 .2s ease}._faqAnswer_ezhc7_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_ezhc7_264{padding:0 16px 16px}._faqAnswer_ezhc7_264 p{font-size:12px}}@keyframes _slideDown_ezhc7_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}._resourcesGrid_ezhc7_294{display:grid;grid-template-columns:repeat(3,1fr);gap:0}@media(max-width:810px){._resourcesGrid_ezhc7_294{grid-template-columns:1fr}}._resourceCard_ezhc7_305{display:flex;flex-direction:column;gap:8px;padding:20px;text-decoration:none;border-right:1px solid #E7E5E4;transition:all .15s ease}._resourceCard_ezhc7_305:last-child{border-right:none}._resourceCard_ezhc7_305:hover{background:#05966905}._resourceCard_ezhc7_305:hover ._resourceIcon_ezhc7_320{background:#059669;color:#fff}@media(max-width:810px){._resourceCard_ezhc7_305{border-right:none;border-bottom:1px solid #E7E5E4}._resourceCard_ezhc7_305:last-child{border-bottom:none}}._resourceIcon_ezhc7_320{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#05966914;color:#059669;border-radius:6px;transition:all .15s ease}@media(max-width:768px){._resourceIcon_ezhc7_320{width:32px;height:32px}}._resourceTitle_ezhc7_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_ezhc7_352{font-size:13px}}._resourceDescription_ezhc7_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_ezhc7_365{font-size:12px}}._supportSection_ezhc7_378{background:#fff;border-radius:10px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714}._supportCard_ezhc7_385{display:flex;flex-direction:column;align-items:center;gap:12px;padding:32px;text-align:center}@media(max-width:768px){._supportCard_ezhc7_385{padding:24px}}._supportIcon_ezhc7_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_ezhc7_399{width:40px;height:40px}}._supportTitle_ezhc7_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_ezhc7_416{font-size:14px}}._supportDescription_ezhc7_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_ezhc7_429{font-size:12px}}._supportButton_ezhc7_442{display:flex;align-items:center;gap:8px;padding:4px 20px;background:#059669;color:#fff;border:none;border-radius:6px;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_ezhc7_442 svg{flex-shrink:0}._supportButton_ezhc7_442:hover{background:#047857;box-shadow:0 2px 4px #05966926}._supportButton_ezhc7_442:active{transform:scale(.98)}._supportNote_ezhc7_469{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;margin:0}@keyframes _fadeIn_1voyk_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_1voyk_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._docsPage_1voyk_19{min-height:100vh;background:#fafaf9}._docsLayout_1voyk_24{display:flex;max-width:1400px;margin:0 auto;min-height:100vh}._sidebar_1voyk_31{width:280px;min-width:280px;background:#fff;border-right:1px solid #E7E5E4;position:sticky;top:0;height:100vh;overflow-y:auto}@media(max-width:810px){._sidebar_1voyk_31{display:none}}._sidebarContent_1voyk_47{padding:24px}._backToHome_1voyk_51{display:flex;align-items:center;gap:8px;padding:16px 0;margin-bottom:24px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;font-weight:600;color:#1c1917;text-decoration:none;border-bottom:1px solid #E7E5E4;transition:all .3s ease}._backToHome_1voyk_51:hover{color:#059669}._backToHome_1voyk_51:hover ._backIcon_1voyk_68{transform:translate(-2px)}._backIcon_1voyk_68{width:16px;height:16px;color:#57534e;transition:all .3s ease}._sidebarSection_1voyk_79{margin-bottom:32px}._sidebarSection_1voyk_79:last-child{margin-bottom:0}._sidebarTitle_1voyk_86{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:700;color:#57534e;text-transform:uppercase;letter-spacing:.5px;margin:0 0 16px;padding:0 8px}._quickstartLink_1voyk_97{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#d1fae5;border:1px solid #6EE7B7;border-radius:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;color:#047857;text-decoration:none;transition:all .3s ease}._quickstartLink_1voyk_97:hover{background:#05966926;border-color:#059669}._quickstartLink_1voyk_97 ._navIcon_1voyk_116{width:18px;height:18px}._quickstartLink_1voyk_97 ._arrowIcon_1voyk_120{width:14px;height:14px;margin-left:auto}._nav_1voyk_116{display:flex;flex-direction:column;gap:2px}._navItem_1voyk_132{display:flex;align-items:center;gap:8px;padding:8px 16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;color:#57534e;text-decoration:none;border-radius:6px;transition:all .3s ease}._navItem_1voyk_132:hover{background:#f5f5f4;color:#1c1917}._navItem_1voyk_132._active_1voyk_149{background:#d1fae5;color:#059669}._navItem_1voyk_132._active_1voyk_149 ._navIcon_1voyk_116{color:#059669}._navIcon_1voyk_116{width:18px;height:18px;color:#57534e}._main_1voyk_163{flex:1;padding:40px 48px;overflow-x:hidden}@media(max-width:810px){._main_1voyk_163{padding:32px}}@media(max-width:768px){._main_1voyk_163{padding:20px}}._content_1voyk_179{max-width:900px}._section_1voyk_183{padding-bottom:64px;margin-bottom:48px;border-bottom:1px solid #E7E5E4}._section_1voyk_183:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}._sectionTitle_1voyk_194{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:28px;font-weight:700;color:#1c1917;margin:0 0 20px;letter-spacing:-.5px}@media(max-width:768px){._sectionTitle_1voyk_194{font-size:24px}}._sectionDescription_1voyk_208{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;color:#57534e;line-height:1.7;margin:0 0 24px}._sectionDescription_1voyk_208 code{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:14px;background:#f5f5f4;color:#6366f1;padding:2px 6px;border-radius:6px}._subsectionTitle_1voyk_224{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;font-weight:600;color:#1c1917;margin:0 0 16px}._infoCard_1voyk_232{background:#f5f5f4;border:1px solid #E7E5E4;border-radius:8px;padding:20px;margin-bottom:24px}._infoCard_1voyk_232 h3{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:600;color:#1c1917;margin:0 0 16px}._infoCard_1voyk_232 p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0;line-height:1.6}._infoCard_1voyk_232 p code{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:12px;background:#6366f11a;color:#6366f1;padding:2px 6px;border-radius:6px}._infoCard_1voyk_232 p a{color:#059669;text-decoration:none;font-weight:500}._infoCard_1voyk_232 p a:hover{text-decoration:underline}._codeInline_1voyk_270{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #E7E5E4;border-radius:6px;padding:8px 16px}._codeInline_1voyk_270 code{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:14px;color:#1c1917}._warningCard_1voyk_285{background:#f59e0b14;border:1px solid rgba(245,158,11,.3);border-left:3px solid #F59E0B;border-radius:8px;padding:20px;margin-bottom:24px}._warningCard_1voyk_285 h3{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:600;color:#1c1917;margin:0 0 16px}._tipCard_1voyk_301{background:#d1fae5;border:1px solid #6EE7B7;border-left:3px solid #059669;border-radius:8px;padding:20px;margin-bottom:24px}._tipCard_1voyk_301 h3{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:600;color:#047857;margin:0 0 16px}._orderedList_1voyk_317{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0;padding-left:24px;line-height:1.8}._orderedList_1voyk_317 li{margin-bottom:8px}._orderedList_1voyk_317 li:last-child{margin-bottom:0}._orderedList_1voyk_317 a{color:#059669;text-decoration:none;font-weight:500}._orderedList_1voyk_317 a:hover{text-decoration:underline}._orderedList_1voyk_317 strong{color:#1c1917}._orderedList_1voyk_317 code{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:12px;background:#6366f11a;color:#6366f1;padding:2px 6px;border-radius:6px}._bulletList_1voyk_351{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0;padding-left:24px;line-height:1.8}._bulletList_1voyk_351 li{margin-bottom:4px}._bulletList_1voyk_351 li:last-child{margin-bottom:0}._bulletList_1voyk_351 strong{color:#1c1917}._bulletList_1voyk_351 code{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:12px;background:#6366f11a;color:#6366f1;padding:2px 6px;border-radius:6px}._setupSteps_1voyk_377{margin-bottom:32px}._setupSteps_1voyk_377 h3{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;font-weight:600;color:#1c1917;margin:0 0 8px}._setupSteps_1voyk_377>p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0 0 20px}._stepsList_1voyk_394{display:flex;flex-direction:column;gap:12px}._setupStep_1voyk_377{display:flex;align-items:flex-start;gap:12px;padding:20px;background:#fff;border:1px solid #E7E5E4;border-radius:8px;transition:all .3s ease}._setupStep_1voyk_377:hover{border-color:#059669;box-shadow:0 2px 8px #05966914}._stepNumber_1voyk_415{display:flex;align-items:center;justify-content:center;width:28px;height:28px;min-width:28px;background:#059669;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:700;border-radius:50%}._stepContent_1voyk_430{flex:1}._stepContent_1voyk_430 h4{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:600;color:#1c1917;margin:0 0 4px}._stepContent_1voyk_430 p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0;line-height:1.5}._stepContent_1voyk_430 p a{color:#059669;text-decoration:none;font-weight:500}._stepContent_1voyk_430 p a:hover{text-decoration:underline}._workflowOverview_1voyk_456 h3{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;font-weight:600;color:#1c1917;margin:0 0 20px}._workflow_1voyk_456{display:flex;align-items:center;justify-content:space-between;padding:24px;background:#fff;border:1px solid #E7E5E4;border-radius:8px;overflow-x:auto}@media(max-width:768px){._workflow_1voyk_456{flex-direction:column;gap:12px}}._workflowStep_1voyk_481{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}._workflowStep_1voyk_481 span{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;color:#57534e}._workflowIcon_1voyk_495{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#d1fae5;border:1px solid #6EE7B7;border-radius:8px}._workflowIcon_1voyk_495 svg{width:24px;height:24px;color:#059669}._workflowArrow_1voyk_511{font-size:20px;color:#059669;font-weight:700}@media(max-width:768px){._workflowArrow_1voyk_511{transform:rotate(90deg)}}._endpoint_1voyk_522{display:inline-flex;align-items:center;gap:8px;margin-bottom:8px}._methodPost_1voyk_529,._methodDelete_1voyk_529,._methodPut_1voyk_529,._methodGet_1voyk_529{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:6px}._methodGet_1voyk_529{background:#0596691a;color:#059669}._methodPut_1voyk_529{background:#f59e0b1a;color:#f59e0b}._methodDelete_1voyk_529{background:#dc26261a;color:#dc2626}._endpoint_1voyk_522 code{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:13px;color:#1c1917;background:#f5f5f4;padding:4px 10px;border-radius:6px}._endpointDesc_1voyk_566{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0 0 20px}._codeSection_1voyk_573{margin-bottom:24px}._codeHeader_1voyk_577{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;background:#2d2d2d;border-radius:6px 6px 0 0}._codeHeader_1voyk_577 span{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;color:#ffffffb3}._copyBtn_1voyk_592{display:flex;align-items:center;justify-content:center;padding:4px;background:transparent;border:none;cursor:pointer;transition:all .3s ease}._copyBtn_1voyk_592:hover{background:#ffffff1a;border-radius:6px}._copyIcon_1voyk_607{width:16px;height:16px;color:#fff9}._code_1voyk_270{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 6px 6px;overflow-x:auto;white-space:pre-wrap;word-break:break-all}._table_1voyk_627{width:100%;border-collapse:collapse;font-size:13px;margin-bottom:20px}._table_1voyk_627 th,._table_1voyk_627 td{padding:8px 16px;text-align:left;border:1px solid #E7E5E4}._table_1voyk_627 th{background:#f5f5f4;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;color:#57534e}._table_1voyk_627 td{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#57534e}._table_1voyk_627 code{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:12px;background:#6366f11a;color:#6366f1;padding:2px 6px;border-radius:6px}._paramsTable_1voyk_657,._responseTable_1voyk_658,._statusSection_1voyk_659,._eventTypes_1voyk_660,._errorSection_1voyk_661{margin-bottom:24px}._paramsTable_1voyk_657 h3,._responseTable_1voyk_658 h3,._statusSection_1voyk_659 h3,._eventTypes_1voyk_660 h3,._errorSection_1voyk_661 h3{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;color:#1c1917;margin:0 0 16px}._paramsTable_1voyk_657 h4,._responseTable_1voyk_658 h4,._statusSection_1voyk_659 h4,._eventTypes_1voyk_660 h4,._errorSection_1voyk_661 h4{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#57534e;margin:0 0 8px}._errorDescription_1voyk_687{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0 0 16px}._signatureSection_1voyk_694{margin-top:32px}._signatureSection_1voyk_694 h3{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;font-weight:600;color:#1c1917;margin:0 0 16px}._signatureSection_1voyk_694>p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0 0 20px}._signatureSection_1voyk_694>p code{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:12px;background:#6366f11a;color:#6366f1;padding:2px 6px;border-radius:6px}._divider_1voyk_719{height:1px;background:#e7e5e4;margin:32px 0}._exampleTemplate_1voyk_725{margin-bottom:24px}._exampleTemplate_1voyk_725 h3{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;color:#1c1917;margin:0 0 16px}@keyframes _fadeIn_1bv58_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_1bv58_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._quickstartPage_1bv58_19{min-height:100vh;background:#fafaf9}._main_1bv58_24{padding:60px 0}@media(max-width:768px){._main_1bv58_24{padding:40px 0}}._container_1bv58_33{max-width:1120px;margin:0 auto;padding:0 40px}@media(max-width:810px){._container_1bv58_33{padding:0 32px}}@media(max-width:768px){._container_1bv58_33{padding:0 20px}}._navigation_1bv58_49{display:flex;align-items:center;gap:16px;margin-bottom:32px;padding-bottom:20px;border-bottom:1px solid #E7E5E4}._backToHome_1bv58_58{display:flex;align-items:center;gap:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;font-weight:600;color:#1c1917;text-decoration:none;transition:all .3s ease}._backToHome_1bv58_58:hover{color:#059669}._backToHome_1bv58_58:hover ._backIcon_1bv58_72{transform:translate(-2px)}._backIcon_1bv58_72{width:18px;height:18px;transition:all .3s ease}._breadcrumbLink_1bv58_82{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;padding:4px 12px;background:#f5f5f4;border-radius:6px}._breadcrumbLink_1bv58_82:hover{color:#059669;background:#d1fae5}._hero_1bv58_98{text-align:center;margin-bottom:48px}._title_1bv58_103{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_1bv58_103{font-size:24px}}._subtitle_1bv58_117{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;color:#57534e;margin:0}._prerequisites_1bv58_124{background:#d1fae5;border:1px solid #6EE7B7;border-radius:8px;padding:24px;margin-bottom:48px}._prerequisitesTitle_1bv58_132{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;color:#047857;margin:0 0 16px}._prerequisitesList_1bv58_140{display:flex;flex-direction:column;gap:8px}._prerequisite_1bv58_124{display:flex;align-items:center;gap:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#1c1917}._prerequisite_1bv58_124 a{color:#059669;text-decoration:none;font-weight:500}._prerequisite_1bv58_124 a:hover{text-decoration:underline}._prerequisiteIcon_1bv58_163{width:20px;height:20px;color:#059669;flex-shrink:0}._steps_1bv58_170{display:flex;flex-direction:column;gap:16px}._step_1bv58_170{background:#fff;border:1px solid #E7E5E4;border-radius:8px;overflow:hidden;transition:all .3s ease}._step_1bv58_170:hover{border-color:#059669;box-shadow:0 4px 6px #1c191712}._stepHeader_1bv58_188{display:flex;align-items:center;gap:12px;padding:20px;background:#f5f5f4;border-bottom:1px solid #E7E5E4}@media(max-width:768px){._stepHeader_1bv58_188{flex-wrap:wrap;gap:8px}}._stepNumber_1bv58_203{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_1bv58_218{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#fff;border:1px solid #E7E5E4;border-radius:6px}._stepIcon_1bv58_218 svg{width:20px;height:20px;color:#6366f1}._stepInfo_1bv58_234{flex:1}._stepTitle_1bv58_238{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;color:#1c1917;margin:0 0 4px}._stepDescription_1bv58_246{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0}._stepContent_1bv58_253{padding:20px}._stepArrow_1bv58_257{display:flex;justify-content:center;padding:8px 0;color:#059669;transform:rotate(90deg)}._stepArrow_1bv58_257 svg{width:24px;height:24px}._endpoint_1bv58_269{display:inline-flex;align-items:center;gap:8px;margin-bottom:20px}._method_1bv58_276,._methodPut_1bv58_276,._methodGet_1bv58_276{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:6px}._methodGet_1bv58_276{background:#0596691a;color:#059669}._methodPut_1bv58_276{background:#f59e0b1a;color:#f59e0b}._endpoint_1bv58_269 code{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:13px;color:#1c1917;background:#f5f5f4;padding:4px 8px;border-radius:6px}._codeSection_1bv58_308{margin-bottom:20px}._codeHeader_1bv58_312{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;background:#2d2d2d;border-radius:6px 6px 0 0}._codeHeader_1bv58_312 span{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:500;color:#ffffffb3}._copyBtn_1bv58_327{display:flex;align-items:center;justify-content:center;padding:4px;background:transparent;border:none;cursor:pointer;transition:all .3s ease}._copyBtn_1bv58_327:hover{background:#ffffff1a;border-radius:6px}._copyIcon_1bv58_342{width:16px;height:16px;color:#fff9}._code_1bv58_308{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 6px 6px;overflow-x:auto;white-space:pre-wrap;word-break:break-all}._stepNote_1bv58_362{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 6px 6px 0}._stepNote_1bv58_362 strong{color:#1c1917}._stepNote_1bv58_362 code{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:12px;background:#6366f126;color:#6366f1;padding:2px 6px;border-radius:6px}._contentTypeTable_1bv58_383{margin-top:20px}._contentTypeTable_1bv58_383 h4{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#57534e;margin:0 0 8px}._contentTypeTable_1bv58_383 table{width:100%;border-collapse:collapse;font-size:13px}._contentTypeTable_1bv58_383 table th,._contentTypeTable_1bv58_383 table td{padding:8px 16px;text-align:left;border:1px solid #E7E5E4}._contentTypeTable_1bv58_383 table th{background:#f5f5f4;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;color:#57534e}._contentTypeTable_1bv58_383 table td{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:12px}._statusTable_1bv58_414{margin-top:20px}._statusTable_1bv58_414 h4{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;font-weight:600;color:#57534e;margin:0 0 8px}._statusTable_1bv58_414 table{width:100%;border-collapse:collapse;font-size:13px}._statusTable_1bv58_414 table th,._statusTable_1bv58_414 table td{padding:8px 16px;text-align:left;border:1px solid #E7E5E4}._statusTable_1bv58_414 table th{background:#f5f5f4;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;color:#57534e}._statusTable_1bv58_414 table td:first-child{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:12px}._statusTable_1bv58_414 table td:last-child{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#57534e}._endpointDivider_1bv58_449{height:1px;background:#e7e5e4;margin:24px 0}._resultEndpoints_1bv58_455{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}._resultEndpoint_1bv58_455{padding:16px;background:#f5f5f4;border-radius:6px}._resultEndpoint_1bv58_455 ._endpoint_1bv58_269{margin-bottom:4px}._endpointDesc_1bv58_471{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0}._webhooksSection_1bv58_478{margin-top:64px;padding:32px;background:#fff;border:1px solid #E7E5E4;border-radius:8px}._webhooksTitle_1bv58_486{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:20px;font-weight:700;color:#1c1917;margin:0 0 16px}._webhooksDescription_1bv58_494{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0 0 24px}._webhooksDescription_1bv58_494 code{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:13px;background:#f5f5f4;color:#6366f1;padding:2px 6px;border-radius:6px}._webhookSignature_1bv58_509{margin-top:24px;padding-top:24px;border-top:1px solid #E7E5E4}._webhookSignature_1bv58_509 h3{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;color:#1c1917;margin:0 0 16px}._webhookSignature_1bv58_509 p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0 0 20px}._webhookSignature_1bv58_509 p code{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:13px;background:#f5f5f4;color:#6366f1;padding:2px 6px;border-radius:6px}._nextSteps_1bv58_536{margin-top:64px;padding-top:48px;border-top:1px solid #E7E5E4}._nextStepsTitle_1bv58_542{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_1bv58_551{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media(max-width:768px){._nextStepsGrid_1bv58_551{grid-template-columns:1fr}}._nextStepCard_1bv58_562{display:flex;flex-direction:column;padding:20px;background:#fff;border:1px solid #E7E5E4;border-radius:8px;text-decoration:none;transition:all .3s ease}._nextStepCard_1bv58_562:hover{border-color:#059669;box-shadow:0 4px 6px #1c191712}._nextStepCard_1bv58_562:hover ._nextStepArrow_1bv58_576{transform:translate(4px);color:#059669}._nextStepCard_1bv58_562 h3{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:600;color:#1c1917;margin:0 0 4px}._nextStepCard_1bv58_562 p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0 0 16px;flex:1}._nextStepArrow_1bv58_576{width:20px;height:20px;color:#57534e;transition:all .3s ease;align-self:flex-end}@keyframes _fadeIn_16oh4_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_16oh4_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._myNumbersSection_16oh4_19{min-height:100vh;background-color:#fafaf9;padding:40px 24px;display:flex;flex-direction:column;align-items:center}@media(max-width:768px){._myNumbersSection_16oh4_19{padding:32px 20px}}._container_16oh4_33{max-width:800px;width:100%;display:flex;flex-direction:column;gap:32px}._header_16oh4_41{display:flex;align-items:center;justify-content:center;padding-bottom:24px;border-bottom:1px solid #1C1917}._logoSection_16oh4_49{display:flex;flex-direction:row;align-items:center}._logoIcon_16oh4_55{width:57px;height:36px;object-fit:contain}._logo_16oh4_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_16oh4_71{display:flex;flex-direction:row;gap:24px;padding:40px;border:1px solid #1C1917;border-radius:8px;background-color:#fafaf9;box-shadow:3px 3px 0 2px #1c1917;position:relative}@media(max-width:768px){._profileCard_16oh4_71{flex-direction:column;align-items:center;text-align:center;padding:32px;gap:20px}}._profileNumberCircle_16oh4_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_16oh4_92:hover{transform:translate(-2px,-2px);box-shadow:4px 4px 0 3px #1c1917;filter:brightness(1.05)}@media(max-width:768px){._profileNumberCircle_16oh4_92{width:100px;height:100px}}._lifePathNumber_16oh4_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_16oh4_118{font-size:48px}}._profileInfo_16oh4_131{display:flex;flex-direction:column;gap:12px;flex:1}._profileNameSection_16oh4_138{display:flex;flex-direction:row;align-items:center;gap:12px;flex-wrap:wrap}@media(max-width:768px){._profileNameSection_16oh4_138{flex-direction:column;gap:4px}}._profileName_16oh4_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_16oh4_138{font-size:28px}}._lifePathLabel_16oh4_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_16oh4_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_16oh4_177{font-size:18px}}._profileDescription_16oh4_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_16oh4_191{font-size:17px}}._profileDescription_16oh4_191{font-size:19px;color:#1c1917;line-height:160%;margin:0}@media(max-width:768px){._profileDescription_16oh4_191{font-size:17px}}._lifeObjectiveCard_16oh4_217{display:flex;flex-direction:column;gap:16px;width:100%;padding:32px;border:2px solid #059669;border-radius:8px;box-shadow:2px 2px 0 2px #1c1917;background-color:#eb7f3e0d}@media(max-width:768px){._lifeObjectiveCard_16oh4_217{padding:24px;gap:12px}}._lifeObjectiveHeader_16oh4_235{display:flex;align-items:center;gap:12px;color:#059669}@media(max-width:768px){._lifeObjectiveHeader_16oh4_235{gap:8px}}._lifeObjectiveTitle_16oh4_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_16oh4_247{font-size:18px}}._lifeObjectiveText_16oh4_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_16oh4_260{font-size:17px}}._lifeObjectiveText_16oh4_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_16oh4_260{font-size:17px}}._quoteCard_16oh4_289{padding:32px;border:1px solid #1C1917;border-radius:8px;background-color:#0596690d;box-shadow:2px 2px 0 1px #1c1917}@media(max-width:768px){._quoteCard_16oh4_289{padding:24px}}._quoteText_16oh4_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_16oh4_302{font-size:17px}}._quoteText_16oh4_302{font-size:19px;font-style:italic;color:#1c1917;line-height:160%;margin:0;text-align:center}@media(max-width:768px){._quoteText_16oh4_302{font-size:17px}}._traitsCard_16oh4_330{padding:32px;border:1px solid #1C1917;border-radius:8px;background-color:#fafaf9;box-shadow:2px 2px 0 1px #1c1917}@media(max-width:768px){._traitsCard_16oh4_330{padding:24px}}._traitsTitle_16oh4_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_16oh4_343{font-size:18px}}._traitsCloud_16oh4_357{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;align-items:center;padding:24px 0;min-height:120px}._traitWord_16oh4_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_16oh4_367:hover{transform:scale(1.1);filter:brightness(1.2)}@media(max-width:768px){._traitWord_16oh4_367{margin:0 4px}}._ctaSection_16oh4_386{display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px;border:1px solid #1C1917;border-radius:8px;background:linear-gradient(135deg,#0596690d,#f5f5f41a);box-shadow:2px 2px 0 1px #1c1917;text-align:center}@media(max-width:768px){._ctaSection_16oh4_386{padding:20px}}._ctaText_16oh4_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_16oh4_404{font-size:17px}}._ctaText_16oh4_404{font-size:19px;color:#1c1917;margin:0}@media(max-width:768px){._ctaText_16oh4_404{font-size:17px}}._footer_16oh4_429{display:flex;align-items:center;justify-content:center;padding-top:24px;border-top:1px solid #1C1917}._footerText_16oh4_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_16oh4_437{font-size:17px}}._footerText_16oh4_437{font-size:17px;color:#57534e;margin:0}@media(max-width:768px){._footerText_16oh4_437{font-size:15px}}._loadingState_16oh4_462,._errorState_16oh4_463{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:64px 40px;text-align:center;min-height:60vh}._loadingIcon_16oh4_474{color:#059669;animation:_sparkle_16oh4_1 2s ease-in-out infinite}._errorTitle_16oh4_479{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:28px;font-weight:700;color:#1c1917;margin:0}._errorText_16oh4_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_16oh4_487{font-size:17px}}._errorText_16oh4_487{font-size:19px;color:#57534e;margin:0}._ctaButton_16oh4_507{display:inline-flex;align-items:center;justify-content:center;padding:8px 20px;border-radius:8px;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_16oh4_507:hover{background-color:#059669}._ctaButton_16oh4_507:active{transform:scale(.98)}@media(max-width:768px){._ctaButton_16oh4_507{padding:4px 16px;font-size:15px}}@keyframes _fadeIn_15638_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_15638_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._successSection_15638_19{padding:60px 40px 0;width:100%}@media(max-width:810px){._successSection_15638_19{padding:50px 32px 0}}@media(max-width:768px){._successSection_15638_19{padding:40px 20px 0}}._successSection_15638_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_15638_19{padding-top:48px;padding-bottom:48px}}@media(max-width:768px){._successSection_15638_19{padding-top:40px;padding-bottom:40px}}._container_15638_56{max-width:1120px;margin:0 auto;padding:0 40px;width:100%}@media(max-width:810px){._container_15638_56{padding:0 32px}}@media(max-width:768px){._container_15638_56{padding:0 20px}}._container_15638_56{display:flex;flex-direction:column;align-items:center;justify-content:center}._content_15638_79{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%;max-width:600px}@media(max-width:810px){._content_15638_79{gap:16px}}._loadingContainer_15638_93{display:flex;align-items:center;justify-content:center;width:100%;padding:0 0 10px}._hourglassIcon_15638_101{color:#059669;animation:_hourglassRotate_15638_1 2s ease-in-out infinite}@keyframes _hourglassRotate_15638_1{0%,to{transform:rotate(0)}50%{transform:rotate(180deg)}}._header_15638_114{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;width:100%}._title_15638_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_15638_123{font-size:42px}}._title_15638_123{margin:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}@media(max-width:810px){._title_15638_123{font-size:36px}}@media(max-width:768px){._title_15638_123{font-size:32px}}._titleDynamic_15638_166{display:flex;align-items:center;justify-content:center;gap:8px;color:#059669;animation:_smoothFade_15638_1 .6s ease-in-out}@keyframes _smoothFade_15638_1{0%{opacity:0;filter:blur(4px);transform:translateY(-10px)}to{opacity:1;filter:blur(0);transform:translateY(0)}}._completionMessage_15638_187{display:flex;flex-direction:column;align-items:center;gap:16px;animation:_completionAppear_15638_1 .8s ease-out}._completionIcon_15638_195{color:#059669;animation:_sparkleRotate_15638_1 1s ease-in-out infinite}@keyframes _sparkleRotate_15638_1{0%,to{transform:rotate(0) scale(1)}50%{transform:rotate(180deg) scale(1.1)}}._completionTitle_15638_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_15638_208{font-size:42px}}._completionTitle_15638_208{margin:0;color:#059669}@media(max-width:810px){._completionTitle_15638_208{font-size:36px}}@media(max-width:768px){._completionTitle_15638_208{font-size:32px}}._completionSubtitle_15638_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_15638_247{font-size:17px}}._completionSubtitle_15638_247{color:#57534e;margin:0}@keyframes _completionAppear_15638_1{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}._fadeOut_15638_276{animation:_fadeOutAnimation_15638_1 .5s ease-out forwards}@keyframes _fadeOutAnimation_15638_1{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}._loadingDots_15638_290{display:inline-flex;margin-left:2px}._dot_15638_295{animation:_dotBlink_15638_1 1.4s infinite;opacity:0}._dot_15638_295:nth-child(1){animation-delay:0s}._dot_15638_295:nth-child(2){animation-delay:.2s}._dot_15638_295:nth-child(3){animation-delay:.4s}@keyframes _dotBlink_15638_1{0%,20%{opacity:0}50%{opacity:1}to{opacity:0}}._infoCard_15638_320{display:flex;flex-direction:column;align-items:center;border:1px solid #1C1917;border-radius:8px;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_15638_320{padding:24px 32px}}@media(max-width:768px){._infoCard_15638_320{padding:20px 24px}}._infoCard_15638_320:hover{transform:perspective(1200px) translateY(-2px);box-shadow:2px 2px 0 2px #1c1917}._infoText_15638_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_15638_350{font-size:17px}}._infoText_15638_350{font-size:19px;text-align:center;color:#1c1917;margin:0}@media(max-width:768px){._infoText_15638_350{font-size:17px}}._sessionId_15638_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_15638_376{font-size:17px}}._sessionId_15638_376{font-size:17px;text-align:center;color:#57534e;margin:0}._sessionId_15638_376 code{font-family:Courier New,monospace;background-color:#f5f5f4;padding:2px 6px;border-radius:4px;font-size:11px}@media(max-width:768px){._sessionId_15638_376{font-size:12px}}._pendingMessage_15638_409{display:flex;flex-direction:column;align-items:center;gap:20px;animation:_completionAppear_15638_1 .8s ease-out}._pendingIcon_15638_417{color:#059669;animation:_mailBounce_15638_1 2s ease-in-out infinite}@keyframes _mailBounce_15638_1{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}._pendingTitle_15638_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_15638_430{font-size:42px}}._pendingTitle_15638_430{margin:0;color:#059669}@media(max-width:810px){._pendingTitle_15638_430{font-size:36px}}@media(max-width:768px){._pendingTitle_15638_430{font-size:32px}}._pendingSubtitle_15638_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_15638_469{font-size:17px}}._pendingSubtitle_15638_469{color:#57534e;margin:0;text-align:center;max-width:500px}._continueButton_15638_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:#059669;color:#fff;border:1px solid #059669}._continueButton_15638_490:hover{background-color:#047857;border-color:#047857}._continueButton_15638_490{margin-top:16px}@keyframes _fadeInUp_itcxa_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._processingSection_itcxa_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_itcxa_19{padding:24px}}._container_itcxa_33{max-width:700px;width:100%}._content_itcxa_38{display:flex;flex-direction:column;align-items:center;gap:32px;text-align:center}._loadingContainer_itcxa_46{animation:_fadeIn_itcxa_1 .5s ease}._loadingContainer_itcxa_46._fadeOut_itcxa_49{animation:_fadeOut_itcxa_49 .5s ease forwards}._loaderIcon_itcxa_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_itcxa_53 ._spinner_itcxa_64{color:#059669;animation:_spin_itcxa_64 1s linear infinite}._header_itcxa_69{display:flex;flex-direction:column;gap:16px}._title_itcxa_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_itcxa_75._fadeOut_itcxa_49{animation:_fadeOut_itcxa_49 .5s ease forwards}@media(max-width:768px){._title_itcxa_75{font-size:18px;min-height:60px}}._titleDynamic_itcxa_96{animation:_fadeInUp_itcxa_1 .4s ease}._loadingDots_itcxa_100{display:inline-flex;gap:2px;margin-left:4px}._dot_itcxa_106{animation:_dotPulse_itcxa_1 1.4s infinite;opacity:0}._dot_itcxa_106:nth-child(1){animation-delay:0s}._dot_itcxa_106:nth-child(2){animation-delay:.2s}._dot_itcxa_106:nth-child(3){animation-delay:.4s}._infoCard_itcxa_120{display:flex;flex-direction:column;gap:12px;padding:32px;background:#fff;border-radius:10px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714;width:100%;animation:_fadeIn_itcxa_1 .5s ease .3s backwards}._infoCard_itcxa_120._fadeOut_itcxa_49{animation:_fadeOut_itcxa_49 .5s ease forwards}@media(max-width:768px){._infoCard_itcxa_120{padding:24px}}._infoText_itcxa_141{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;color:#57534e;margin:0;line-height:1.6}._pendingMessage_itcxa_149{display:flex;flex-direction:column;align-items:center;gap:20px;padding:48px;background:#fff;border-radius:10px;border:1px solid #E7E5E4;box-shadow:0 4px 16px #1c191714;animation:_fadeInUp_itcxa_1 .5s ease}@media(max-width:768px){._pendingMessage_itcxa_149{padding:40px 24px}}._pendingIcon_itcxa_167{color:#f59e0b}._pendingTitle_itcxa_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_itcxa_171{font-size:18px}}._pendingSubtitle_itcxa_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_itcxa_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:6px;border:1px solid rgba(5,150,105,.1)}._continueButton_itcxa_204{display:inline-flex;align-items:center;gap:8px;padding:16px 40px;background:#059669;color:#fff;border:none;border-radius:6px;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_itcxa_204:hover{background:#047857;transform:translateY(-1px);box-shadow:0 4px 12px #0596694d}._continueButton_itcxa_204:active{transform:scale(.98)}@media(max-width:768px){._continueButton_itcxa_204{width:100%;justify-content:center}}._completionMessage_itcxa_235{display:flex;flex-direction:column;align-items:center;gap:20px;padding:48px;background:#fff;border-radius:10px;border:1px solid rgba(5,150,105,.2);box-shadow:0 4px 16px #0596691f;animation:_fadeInUp_itcxa_1 .5s ease}@media(max-width:768px){._completionMessage_itcxa_235{padding:40px 24px}}._completionIcon_itcxa_253{color:#059669;animation:_scaleIn_itcxa_1 .5s ease .2s backwards}._completionTitle_itcxa_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_itcxa_258{font-size:18px}}._completionSubtitle_itcxa_271{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:19px;color:#57534e;margin:0;line-height:1.6}@keyframes _fadeIn_itcxa_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeOut_itcxa_49{0%{opacity:1}to{opacity:0}}@keyframes _fadeInUp_itcxa_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes _spin_itcxa_64{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _dotPulse_itcxa_1{0%,to{opacity:0}50%{opacity:1}}@keyframes _scaleIn_itcxa_1{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}@keyframes _fadeIn_uoeex_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_uoeex_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._acceptPage_uoeex_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_uoeex_19{padding:40px 20px}}._acceptContainer_uoeex_33{width:100%;max-width:440px;display:flex;flex-direction:column;gap:24px}._header_uoeex_41{display:flex;justify-content:center}._logo_uoeex_46{display:flex;align-items:center;gap:8px;text-decoration:none;transition:all .15s ease}._logo_uoeex_46 img{width:32px;height:32px;border-radius:6px}._logo_uoeex_46 span{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;font-weight:700;color:#1c1917}._logo_uoeex_46:hover{opacity:.8}._logo_uoeex_46:active{transform:scale(.98)}._acceptCard_uoeex_71{background:#fff;border-radius:10px;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_uoeex_71{padding:32px 24px;gap:16px}}._iconWrapper_uoeex_89{display:flex;align-items:center;justify-content:center;width:72px;height:72px;background:#0596691a;border-radius:50%}._teamIcon_uoeex_99{width:36px;height:36px;color:#059669}._cardHeader_uoeex_105{display:flex;flex-direction:column;gap:4px;text-align:center}._title_uoeex_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_uoeex_112{font-size:22px}}._subtitle_uoeex_125{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#57534e;margin:0;line-height:1.5}._subtitle_uoeex_125 strong{color:#1c1917;font-weight:600}@media(max-width:768px){._subtitle_uoeex_125{font-size:13px}}._loadingSection_uoeex_142{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;padding:24px 0}._spinnerLarge_uoeex_151{width:40px;height:40px;border:3px solid rgba(5,150,105,.2);border-top-color:#059669;border-radius:50%;animation:_spin_uoeex_151 .8s linear infinite}._loadingText_uoeex_160{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#57534e;margin:0}._infoBanner_uoeex_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:6px;color:#6366f1;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;text-align:center;line-height:1.4}._infoBanner_uoeex_167 svg{flex-shrink:0}@media(max-width:768px){._infoBanner_uoeex_167{font-size:12px}}._successBanner_uoeex_192{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:8px 16px;background:#0596691a;border:1px solid #059669;border-radius:6px;color:#059669;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;animation:_slideDown_uoeex_1 .2s ease-out}._successBanner_uoeex_192 svg{flex-shrink:0}@media(max-width:768px){._successBanner_uoeex_192{font-size:12px}}._errorBanner_uoeex_216{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:8px 16px;background:#dc26261a;border:1px solid #DC2626;border-radius:6px;color:#dc2626;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;animation:_slideDown_uoeex_1 .2s ease-out}._errorBanner_uoeex_216 svg{flex-shrink:0}@media(max-width:768px){._errorBanner_uoeex_216{font-size:12px}}@keyframes _slideDown_uoeex_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}._actions_uoeex_250{display:flex;flex-direction:column;gap:8px;width:100%}._primaryButton_uoeex_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:6px;cursor:pointer;transition:all .15s ease}._primaryButton_uoeex_257:hover:not(:disabled){background:#047857;box-shadow:0 2px 4px #05966926}._primaryButton_uoeex_257:active:not(:disabled){transform:scale(.98)}._primaryButton_uoeex_257:disabled{opacity:.5;cursor:not-allowed}._primaryButton_uoeex_257 svg{flex-shrink:0}._secondaryButton_uoeex_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:6px;cursor:pointer;transition:all .15s ease}._secondaryButton_uoeex_289:hover:not(:disabled){background:#f5f5f4;border-color:#cfcbc9}._secondaryButton_uoeex_289:active:not(:disabled){transform:scale(.98)}._secondaryButton_uoeex_289:disabled{opacity:.5;cursor:not-allowed}._secondaryButton_uoeex_289 svg{flex-shrink:0}@keyframes _spin_uoeex_151{to{transform:rotate(360deg)}}._divider_uoeex_326{position:relative;text-align:center;width:100%;margin:8px 0}._divider_uoeex_326:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e7e5e4}._divider_uoeex_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_uoeex_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:6px;cursor:pointer;transition:all .15s ease}._logoutButton_uoeex_350:hover{color:#1c1917;background:#f5f5f4}._logoutButton_uoeex_350:active{transform:scale(.98)}._logoutButton_uoeex_350 svg{flex-shrink:0}._footer_uoeex_378{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-top:20px}@media(max-width:768px){._footer_uoeex_378{flex-direction:column;gap:8px}}._footerLinks_uoeex_392{display:flex;align-items:center;gap:8px}._footerLink_uoeex_392{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;color:#57534e;text-decoration:none;transition:all .15s ease}._footerLink_uoeex_392:hover{color:#059669}@media(max-width:768px){._footerLink_uoeex_392{font-size:11px}}._separator_uoeex_414{color:#57534e;opacity:.5}@keyframes _fadeIn_1e35k_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_1e35k_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._blog_1e35k_19{width:100%;min-height:100vh;background:#fff}._hero_1e35k_25{padding:96px 0;background:#fafaf9;border-bottom:1px solid #E7E5E4}@media(max-width:810px){._hero_1e35k_25{padding:72px 0}}@media(max-width:768px){._hero_1e35k_25{padding:56px 0}}._heroContainer_1e35k_41{max-width:1120px;margin:0 auto;padding:0 32px;text-align:center}@media(max-width:768px){._heroContainer_1e35k_41{padding:0 20px}}._heroTitle_1e35k_53{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:36px;font-weight:700;letter-spacing:-.025em;color:#1c1917;margin:0 0 16px}@media(max-width:810px){._heroTitle_1e35k_53{font-size:32px}}@media(max-width:768px){._heroTitle_1e35k_53{font-size:28px}}._heroSubtitle_1e35k_72{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;color:#57534e;max-width:600px;margin:0 auto;line-height:1.6}@media(max-width:768px){._heroSubtitle_1e35k_72{font-size:15px}}._tagsSection_1e35k_86{padding:32px 0;background:#fff;border-bottom:1px solid #E7E5E4}@media(max-width:768px){._tagsSection_1e35k_86{padding:24px 0}}._container_1e35k_97{max-width:1120px;margin:0 auto;padding:0 32px}@media(max-width:768px){._container_1e35k_97{padding:0 20px}}._tagsContainer_1e35k_108{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}._tagButton_1e35k_115{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:14px;font-weight:500;color:#57534e;cursor:pointer;transition:all .15s ease}._tagButton_1e35k_115:hover{border-color:#059669;color:#059669}._tagButton_1e35k_115._active_1e35k_134{background:#059669;border-color:#059669;color:#fff}._tagButton_1e35k_115:active{transform:scale(.98)}@media(max-width:768px){._tagButton_1e35k_115{font-size:13px;padding:4px 8px}}._postsSection_1e35k_149{padding:96px 0;background:#fff}@media(max-width:810px){._postsSection_1e35k_149{padding:72px 0}}@media(max-width:768px){._postsSection_1e35k_149{padding:56px 0}}._postsGrid_1e35k_164{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px}@media(max-width:810px){._postsGrid_1e35k_164{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}}@media(max-width:768px){._postsGrid_1e35k_164{grid-template-columns:1fr;gap:16px}}._postCard_1e35k_182{display:flex;flex-direction:column;background:#fff;border:1px solid #E7E5E4;border-radius:10px;overflow:hidden;text-decoration:none;transition:all .15s ease}._postCard_1e35k_182:hover{border-color:#059669;box-shadow:0 2px 8px #05966914}._postCard_1e35k_182:hover ._postCover_1e35k_196{transform:scale(1.03)}._postCard_1e35k_182:hover ._readMore_1e35k_199{color:#059669}._postCard_1e35k_182:active{transform:scale(.98)}._postCover_1e35k_196{width:100%;height:180px;background-size:cover;background-position:center;background-color:#f5f5f4;transition:transform .2s ease}._postContent_1e35k_215{display:flex;flex-direction:column;gap:12px;padding:24px;flex:1}._postTitle_1e35k_223{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_1e35k_223{font-size:16px}}._postMeta_1e35k_237{display:flex;gap:12px;flex-wrap:wrap}._metaItem_1e35k_243{display:flex;align-items:center;gap:4px;font-size:13px;color:#57534e;font-weight:500}._metaItem_1e35k_243 svg{flex-shrink:0}._postExcerpt_1e35k_255{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#57534e;line-height:1.6;margin:0;flex:1}._postTags_1e35k_264{display:flex;gap:4px;flex-wrap:wrap}._postTag_1e35k_264{display:inline-block;padding:2px 4px;background:#0596691a;color:#059669;font-size:10px;font-weight:600;border-radius:6px;text-transform:uppercase;letter-spacing:.3px}._readMore_1e35k_199{display:flex;align-items:center;gap:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;color:#1c1917;margin-top:auto;transition:all .15s ease}._readMore_1e35k_199 svg{flex-shrink:0;transition:transform .15s ease}@keyframes _skeletonPulse_1e35k_1{0%{opacity:1}50%{opacity:.4}to{opacity:1}}._skeletonCover_1e35k_309{width:100%;height:180px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;animation:_skeletonPulse_1e35k_1 1.5s ease-in-out infinite}._skeletonTitle_1e35k_317{width:80%;height:20px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:6px;animation:_skeletonPulse_1e35k_1 1.5s ease-in-out infinite}._skeletonMeta_1e35k_326{width:40%;height:14px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:6px;animation:_skeletonPulse_1e35k_1 1.5s ease-in-out infinite;animation-delay:.1s}._skeletonExcerpt_1e35k_336{width:100%;height:48px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:6px;animation:_skeletonPulse_1e35k_1 1.5s ease-in-out infinite;animation-delay:.2s}._emptyState_1e35k_346{text-align:center;padding:96px 32px}@media(max-width:810px){._emptyState_1e35k_346{padding:72px 32px}}@media(max-width:768px){._emptyState_1e35k_346{padding:56px 20px}}._emptyText_1e35k_361{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;color:#57534e;margin:0}@keyframes _fadeIn_1125o_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_1125o_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._blogPost_1125o_19{width:100%;min-height:100vh;background:#fff}._backSection_1125o_25{padding:24px 0;background:#fff;border-bottom:1px solid #E7E5E4}@media(max-width:768px){._backSection_1125o_25{padding:20px 0}}._container_1125o_36{max-width:800px;margin:0 auto;padding:0 32px}@media(max-width:768px){._container_1125o_36{padding:0 20px}}._backLink_1125o_47{display:inline-flex;align-items:center;gap:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500;color:#57534e;text-decoration:none;transition:all .15s ease}._backLink_1125o_47:hover{color:#059669}._backLink_1125o_47 svg{transition:transform .15s ease}._article_1125o_65{padding:96px 0;background:#fff}@media(max-width:810px){._article_1125o_65{padding:72px 0}}@media(max-width:768px){._article_1125o_65{padding:56px 0}}._coverImage_1125o_80{width:100%;height:320px;background-size:cover;background-position:center;background-color:#f5f5f4;border-radius:10px;margin-bottom:32px}@media(max-width:810px){._coverImage_1125o_80{height:260px}}@media(max-width:768px){._coverImage_1125o_80{height:180px;margin-bottom:24px}}._articleHeader_1125o_101{margin-bottom:48px;padding-bottom:24px;border-bottom:1px solid #E7E5E4}@media(max-width:768px){._articleHeader_1125o_101{margin-bottom:32px;padding-bottom:20px}}._articleTitle_1125o_113{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:36px;font-weight:700;letter-spacing:-.025em;color:#1c1917;line-height:1.2;margin:0 0 20px}@media(max-width:810px){._articleTitle_1125o_113{font-size:32px}}@media(max-width:768px){._articleTitle_1125o_113{font-size:28px;margin-bottom:16px}}._articleMeta_1125o_134{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:20px}._metaItem_1125o_142{display:flex;align-items:center;gap:4px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#57534e;font-weight:500}._metaItem_1125o_142 svg{flex-shrink:0;color:#059669}@media(max-width:768px){._metaItem_1125o_142{font-size:13px}}._metaDivider_1125o_161{color:#e7e5e4;font-weight:700}._metaAuthor_1125o_166{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#1c1917;font-weight:600}@media(max-width:768px){._metaAuthor_1125o_166{font-size:13px}}._articleTags_1125o_178{display:flex;gap:4px;flex-wrap:wrap}._tag_1125o_184{display:inline-flex;align-items:center;gap:4px;padding:2px 4px;background:#0596691a;color:#059669;font-size:10px;font-weight:600;border-radius:6px;text-transform:uppercase;letter-spacing:.3px}._tag_1125o_184 svg{flex-shrink:0}._articleContent_1125o_201{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;line-height:1.7;color:#1c1917}._articleContent_1125o_201 h1,._articleContent_1125o_201 h2,._articleContent_1125o_201 h3,._articleContent_1125o_201 h4,._articleContent_1125o_201 h5,._articleContent_1125o_201 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_1125o_201 h1{font-size:28px}@media(max-width:768px){._articleContent_1125o_201 h1{font-size:24px}}._articleContent_1125o_201 h2{font-size:24px;padding-bottom:8px;border-bottom:1px solid #E7E5E4}@media(max-width:768px){._articleContent_1125o_201 h2{font-size:20px}}._articleContent_1125o_201 h3{font-size:20px}@media(max-width:768px){._articleContent_1125o_201 h3{font-size:18px}}._articleContent_1125o_201 h4{font-size:18px}@media(max-width:768px){._articleContent_1125o_201 h4{font-size:16px}}._articleContent_1125o_201 h5,._articleContent_1125o_201 h6{font-size:16px}@media(max-width:768px){._articleContent_1125o_201 h5,._articleContent_1125o_201 h6{font-size:15px}}._articleContent_1125o_201 p{margin:0 0 20px;line-height:1.7;color:#57534e}._articleContent_1125o_201 a{color:#059669;text-decoration:underline;font-weight:500;transition:color .15s ease}._articleContent_1125o_201 a:hover{color:#047857}._articleContent_1125o_201 ul,._articleContent_1125o_201 ol{margin:0 0 20px;padding-left:32px;color:#57534e}._articleContent_1125o_201 ul li,._articleContent_1125o_201 ol li{margin-bottom:8px;line-height:1.7}._articleContent_1125o_201 ul li::marker,._articleContent_1125o_201 ol li::marker{color:#059669}._articleContent_1125o_201 blockquote{margin:24px 0;padding:20px 24px;border-left:3px solid #059669;background:#fafaf9;border-radius:0 10px 10px 0;font-style:italic;color:#57534e}._articleContent_1125o_201 blockquote p{margin:0}@media(max-width:768px){._articleContent_1125o_201 blockquote{padding:16px 20px}}._articleContent_1125o_201 pre{margin:24px 0;padding:20px;background:#1c1917;border:none;border-radius:10px;overflow-x:auto}._articleContent_1125o_201 pre code{background:none;padding:0;border:none;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:14px;color:#fffc}@media(max-width:768px){._articleContent_1125o_201 pre{padding:16px}}._articleContent_1125o_201 code{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:14px;color:#57534e;background:#fafaf9;padding:2px 4px;border-radius:6px;border:1px solid #E7E5E4}._articleContent_1125o_201 img{max-width:100%;height:auto;margin:24px 0;border-radius:10px;box-shadow:0 2px 8px #1c191714}._articleContent_1125o_201 hr{margin:48px 0;border:none;border-top:1px solid #E7E5E4}@media(max-width:768px){._articleContent_1125o_201 hr{margin:32px 0}}._articleContent_1125o_201 table{width:100%;margin:24px 0;border-collapse:collapse;border:1px solid #E7E5E4;border-radius:10px;overflow:hidden;font-size:15px}._articleContent_1125o_201 table thead{background:#fafaf9}._articleContent_1125o_201 table thead th{padding:8px 16px;text-align:left;font-weight:600;color:#1c1917;border-bottom:1px solid #E7E5E4}._articleContent_1125o_201 table tbody tr{border-bottom:1px solid #E7E5E4}._articleContent_1125o_201 table tbody tr:last-child{border-bottom:none}._articleContent_1125o_201 table tbody tr:hover{background:#05966905}._articleContent_1125o_201 table tbody td{padding:8px 16px;color:#57534e}@media(max-width:768px){._articleContent_1125o_201 table{font-size:14px}._articleContent_1125o_201 table thead th,._articleContent_1125o_201 table tbody td{padding:4px 8px}}._articleContent_1125o_201 strong{font-weight:700;color:#1c1917}._articleContent_1125o_201 em{font-style:italic}._notFound_1125o_395{padding:96px 0;background:#fff;text-align:center}@media(max-width:810px){._notFound_1125o_395{padding:72px 0}}@media(max-width:768px){._notFound_1125o_395{padding:56px 0}}._notFoundTitle_1125o_411{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_1125o_411{font-size:24px}}._notFoundText_1125o_424{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;color:#57534e;max-width:400px;margin:0 auto 24px;line-height:1.6}._backButton_1125o_435{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:15px;border-radius:10px;transition:all .15s ease}._backButton_1125o_435:hover{background:#047857;box-shadow:0 2px 4px #05966926;transform:translateY(-1px)}._backButton_1125o_435:active{transform:translateY(0)}@keyframes _skeletonPulse_1125o_1{0%{opacity:1}50%{opacity:.4}to{opacity:1}}._skeletonHeader_1125o_469{width:60%;height:36px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:6px;margin-bottom:20px;animation:_skeletonPulse_1125o_1 1.5s ease-in-out infinite}@media(max-width:768px){._skeletonHeader_1125o_469{width:80%;height:28px}}._skeletonMeta_1125o_485{width:40%;height:16px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:6px;margin-bottom:48px;animation:_skeletonPulse_1125o_1 1.5s ease-in-out infinite;animation-delay:.1s}@media(max-width:768px){._skeletonMeta_1125o_485{width:60%;margin-bottom:32px}}._skeletonContent_1125o_502{width:100%;height:300px;background:linear-gradient(90deg,#e7e5e4 25%,#f3f2f2,#e7e5e4 75%);background-size:200% 100%;border-radius:6px;animation:_skeletonPulse_1125o_1 1.5s ease-in-out infinite;animation-delay:.2s}@media(max-width:768px){._skeletonContent_1125o_502{height:240px}}@keyframes _fadeIn_1jbmv_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInUp_1jbmv_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._container_1jbmv_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_1jbmv_19{padding:40px 20px}}._content_1jbmv_33{max-width:480px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}._errorCode_1jbmv_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_1jbmv_42{font-size:64px}}._title_1jbmv_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_1jbmv_56{font-size:24px}}._description_1jbmv_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_1jbmv_78{display:flex;flex-direction:row;gap:8px;margin-top:16px}@media(max-width:768px){._actions_1jbmv_78{display:flex;flex-direction:column;width:100%}}._primaryButton_1jbmv_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:6px;text-decoration:none;cursor:pointer;transition:all .15s ease}._primaryButton_1jbmv_92:hover{background:#047857;box-shadow:0 2px 4px #05966926;transform:translateY(-1px)}._primaryButton_1jbmv_92:active{transform:translateY(0)}@media(max-width:768px){._primaryButton_1jbmv_92{width:100%}}._secondaryButton_1jbmv_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:6px;text-decoration:none;cursor:pointer;transition:all .15s ease}._secondaryButton_1jbmv_122:hover{background:#0596690d;transform:translateY(-1px)}._secondaryButton_1jbmv_122:active{transform:translateY(0)}@media(max-width:768px){._secondaryButton_1jbmv_122{width:100%}}._helpLinks_1jbmv_151{margin-top:24px;padding-top:24px;border-top:1px solid #E7E5E4;display:flex;flex-direction:column;gap:8px}._helpText_1jbmv_160{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;color:#57534e;margin:0}._links_1jbmv_167{display:flex;flex-direction:row;gap:12px;flex-wrap:wrap;justify-content:center}._links_1jbmv_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_1jbmv_167 a:hover{color:#047857;text-decoration:underline}
